/*......Light mode......*/
form .input-field {
  margin-bottom: 0;
}
form .input-field input[type]:not(.browser-default):not(.select-dropdown) {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 17px;
  min-width: 220px;
}
form .input-field input[type]:not(.browser-default):not(.select-dropdown):focus:not(.invalid) {
  border-bottom: solid 1px #7e7e7e !important;
  box-shadow: none !important;
}
form .input-field #answer,
form .input-field .answer {
  background-color: #fff;
  border: solid 1px #ddd;
  box-shadow: none;
  color: #000;
  height: 45px;
  padding: 10px;
  width: 100%;
}
form .input-field #answer:focus:not(.invalid),
form .input-field .answer:focus:not(.invalid) {
  border: solid 1px #7e7e7e !important;
  box-shadow: none !important;
}
form .input-field label.checkbox {
  white-space: nowrap;
}
form .switch label {
  color: #000;
  font-size: 18px;
}
form .switch label input[type=checkbox]+.lever {
  background-color: #f4f4f4;
  border-radius: 0;
  height: 12px;
  width: 42px;
}
form .switch label input[type=checkbox]+.lever:after {
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  box-shadow: none;
  height: 24px;
  top: -6px;
  width: 24px;
}
form .switch label input[type=checkbox]:checked+.lever {
  background-color: #4469bb;
}
form .switch label input[type=checkbox]:checked+.lever:after {
  background-color: #fff;
}
form .checkbox [type="checkbox"].filled-in+span:not(.lever):before,
form .checkbox [type="checkbox"].filled-in+span:not(.lever):after {
  transition: background-color 0.25s;
}
form .checkbox [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: #ddd;
  background-color: transparent;
}
form .checkbox [type="checkbox"].correct_answer:disabled+span:not(.lever):after {
  background-color: rgba(129,199,132,0.2) !important;
  border-color: #ddd;
}
form .checkbox .filled-in[type="checkbox"]+span:not(.lever):after {
  border: solid 1px #ddd;
  height: 24px;
  width: 24px;
}
form .checkbox .filled-in[type="checkbox"]:checked+span:not(.lever):after {
  background-color: transparent;
}
form .checkbox .filled-in[type="checkbox"]:checked+span:not(.lever):before {
  background-color: #4469bb;
  border: none;
  height: 12px;
  top: 3px;
  left: 6px;
  transform: none;
  width: 12px;
}
form .checkbox-error {
  margin-top: 35px;
  display: block;
  font-size: 12px;
}
form .radio [type="radio"]+span {
  line-height: 35px;
}
form .radio [type="radio"].correct-answer+span:before {
  background-color: rgba(129,199,132,0.2);
}
form .radio [type="radio"]:disabled + span {
  color: #787878;
}
form .radio [type="radio"]:not(:checked)+span:before,
form .radio [type="radio"]:not(:checked)+span:after,
form .radio [type="radio"]:checked+span:before,
form .radio [type="radio"]:checked+span:after,
form .radio [type="radio"].with-gap:checked+span:before,
form .radio [type="radio"].with-gap:checked+span:after {
  border: solid 1px #ddd;
  height: 24px;
  transition: background-color 0.25s;
  width: 24px;
}
form .radio [type="radio"]:not(:checked)+span:after {
  background-color: #dae1f1;
  border: 1px solid #dae1f1;
  transform: scale(0.5);
}
form .radio [type="radio"]:checked+span:after,
form .radio [type="radio"].with-gap:checked+span:after {
  background-color: #4469bb;
}
form input[type=range],
form input[type=range]+.thumb {
  background-color: #4469bb;
}
form input[type=range]::-webkit-slider-thumb {
  background-color: #4469bb;
}
form input[type=range]::-moz-range-thumb {
  background-color: #4469bb;
}
form input[type=range]::-ms-thumb {
  background-color: #4469bb;
}
form .field-with-icon {
  position: relative;
}
form .field-with-icon img {
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 570px) {
  form .field-with-icon img {
    right: 15px;
  }
}
form .field-with-icon input:not(.browser-default):not(.select-dropdown) {
  padding-right: 17px;
}
form .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
  position: relative;
  text-align: left;
  margin-left: 10px;
}
form .rating > label {
  display: inline-block;
  position: relative;
  color: #ccc;
  cursor: pointer;
  font-size: 15px;
  width: 15px;
}
form .rating input[type="radio"]:checked+label:before,
form .rating input[type="radio"]:checked ~ label:before {
  content: "\2605";
  position: absolute;
  color: #4469bb;
  -webkit-animation: starsColor 2s;
  animation: starsColor 2s;
  animation-direction: normal;
  transform: scale(1.2);
}
form .rating.big > label {
  font-size: 22px;
  margin-right: 8px;
}
form .rating.big > label:before {
  left: -7px;
}
form textarea.materialize-textarea {
  color: #7e7e7e;
  font-size: 14px;
  min-height: 83px;
}
@-webkit-keyframes starsColor {
  from {
    color: #a2b4dd;
  }
  to {
    color: #4469bb;
  }
}
.switch.isHideAnswer {
  font-size: 16px;
  margin-bottom: 20px;
}
.switch.isHideAnswer span {
  color: #000;
}
.switch.isHideAnswer input[type=checkbox]~span {
  color: #787878;
}
.switch.isHideAnswer input[type=checkbox]+.lever {
  background-color: #ccc;
  border-radius: 5px;
  height: 9px;
  width: 29px;
}
.switch.isHideAnswer input[type=checkbox]+.lever:before {
  display: none;
}
.switch.isHideAnswer input[type=checkbox]+.lever:after {
  background-color: #4469bb;
  border: solid 1px #f4f4f4;
  box-shadow: none;
  height: 15px;
  width: 15px;
}
.switch.isHideAnswer input[type=checkbox]:checked~span {
  color: #000;
}
.switch.isHideAnswer input[type=checkbox]:checked+.lever {
  background-color: #ccc;
}
.switch.isHideAnswer input[type=checkbox]:checked+.lever:after {
  background-color: #4469bb;
}
.red-dropdown {
  color: #eb1c23;
  font-size: 16px;
  display: inline-block;
  outline: none;
  width: 120px;
}
.refusal,
.accept {
  background: #fff;
}
.refusal li:hover,
.accept li:hover {
  background: #dae1f1;
}
.refusal {
  width: 260px !important;
}
.refusal li a {
  color: #eb1c23;
}
.accept {
  width: 270px !important;
}
.accept li a {
  color: #4469bb;
}
.action-history {
  font-size: 12px;
}
button:focus {
  background-color: transparent;
}
.btn {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-family: HelveticaNeue, sans-serif;
  box-shadow: none;
  text-transform: none;
}
.btn.mark {
  margin-bottom: 5px;
}
.btn:not(.file):not(.mark) {
  min-width: 220px;
}
.btn.disabled {
  color: #fff;
}
.add-sorting-option {
  border: none;
  background-color: inherit;
}
.add-sorting-option i {
  color: #4469bb;
  background-color: inherit;
  text-align: center;
  margin-top: 5px;
}
.dropdown-content {
  background: #fff;
}
.dropdown-content li a,
.dropdown-content li > span {
  color: #000;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #ddd;
}
.select-wrapper .caret {
  fill: #000;
}
#answer-error {
  color: #7e7e7e;
  left: 3px;
}
input.select-dropdown {
  box-sizing: border-box !important;
  color: #000;
}
.with-ellipsis .select-wrapper input.select-dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.courses-select-view {
  position: relative;
}
.courses-select-view .course-icon {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 1px;
}
.courses-select-view .select-wrapper .dropdown-content {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(203,203,203,0.5);
}
.courses-select-view .select-wrapper input.select-dropdown {
  box-sizing: border-box;
  color: #000;
  height: 30px;
  padding: 0 20px 0 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.courses-select-view .select-wrapper .select-dropdown li span {
  color: #7e7e7e;
}
.courses-select-view .select-wrapper .select-dropdown li img {
  float: left;
  margin: 13px 10px;
  height: 24px;
  width: 25px;
}
.courses-select-view.as-field .select-wrapper input.select-dropdown {
  padding-left: 10px;
}
#roles-filter-select {
  margin: 0;
  max-width: 260px;
  padding: 1px;
}
#roles-filter-select .select-wrapper input.select-dropdown {
  border: none;
}
#roles-filter-select .select-wrapper .dropdown-content {
  position: fixed;
  min-width: min-content;
}
#roles-filter-select .select-wrapper .dropdown-content li:first-child {
  display: none;
}
#roles-filter-select .select-wrapper .dropdown-content li span {
  color: #000;
  font-weight: 400;
}
#roles-filter-select .select-wrapper .dropdown-content [type="checkbox"]+span:not(.lever):before,
#roles-filter-select .select-wrapper .dropdown-content [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
  transition: background-color 0.25s;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
#roles-filter-select .select-wrapper .dropdown-content [type="checkbox"]:checked+span:not(.lever):after {
  transform: none;
}
#roles-filter-select .select-wrapper .dropdown-content [type="checkbox"]:checked+span:not(.lever):before {
  background-color: #4469bb;
  border: none;
  height: 8px;
  top: 5px;
  left: 5px;
  transform: none;
  width: 8px;
}
.remove-answer {
  float: right;
  position: absolute;
  margin-left: -20px;
  cursor: pointer;
}
.remove-variable {
  float: right;
  position: absolute;
  cursor: pointer;
  margin-left: 30px;
}
.remove-error {
  right: 5px;
  margin-top: -40px;
}
.copy-variable {
  float: right;
  position: absolute;
  cursor: pointer;
  margin-left: 5px;
}
.remove-attachment {
  position: absolute;
  cursor: pointer;
  margin-top: -4px;
}
.sub-title {
  color: #000;
}
.collapsible-task {
  border: none;
}
.collapsible-task-header {
  background-color: #f4f4f4 !important;
}
#cke_id_description {
  margin-top: 10px;
}
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 1px 0 0 #000;
  box-shadow: 0 1px 0 0 #000;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: transparent;
}
a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active,
a.cke_path_item:hover,
a.cke_path_item:focus,
a.cke_path_item:active {
  background: #fff !important;
}
.cke_button_label {
  color: #000 !important;
}
.cke_top,
.cke_contents,
.cke_bottom {
  background: #f4f4f4 !important;
}
.cke_top .cke_button_icon {
  filter: invert() !important;
}
.cke_bottom a.cke_path_item,
.cke_bottom span.cke_path_empty {
  color: #000 !important;
}
.video-task {
  padding-top: 60%;
}
.responsive-iframe-container {
  position: relative;
  overflow: hidden;
}
.responsive-iframe-container .responsive-iframe {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.form-container {
  margin: 0 7%;
}
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f4f4f4;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
}
header {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 95px;
  padding-left: 50px;
}
header img {
  height: 36px;
}
a {
  color: #4469bb;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif, sans-serif;
}
a.btn.blue,
a.btn.disabled {
  font-size: 16px;
}
a:hover {
  cursor: pointer;
}
h1 {
  color: #ccc;
  font-size: 24px;
  font-weight: bold;
}
.fixed-top-right {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 15px;
}
.flex {
  display: flex;
}
.flex aside {
  width: 350px;
}
.tile-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}
@media only screen and (max-width: 720px) {
  .tile-flex {
    justify-content: center;
  }
}
.flex-row {
  display: flex;
  align-items: baseline;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pointer {
  cursor: pointer;
}
.scrollable {
  overflow: scroll;
}
.blue {
  background-color: #4469bb !important;
}
.no-margin {
  margin: 0 !important;
}
.mgt-10 {
  margin-top: 10px !important;
}
.mgt-20 {
  margin-top: 20px !important;
}
.mgt-30 {
  margin-top: 30px !important;
}
.mgt-40 {
  margin-top: 40px !important;
}
.mgt-50 {
  margin-top: 50px !important;
}
.mgt-60 {
  margin-top: 60px !important;
}
.mgr-10 {
  margin-right: 10px !important;
}
.mgr-20 {
  margin-right: 20px !important;
}
.mgr-30 {
  margin-right: 30px !important;
}
.mgr-40 {
  margin-right: 40px !important;
}
.mgr-50 {
  margin-right: 50px !important;
}
.mgr-60 {
  margin-right: 60px !important;
}
.mgb-10 {
  margin-bottom: 10px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.mgb-30 {
  margin-bottom: 30px !important;
}
.mgb-40 {
  margin-bottom: 40px !important;
}
.mgb-50 {
  margin-bottom: 50px !important;
}
.mgb-60 {
  margin-bottom: 60px !important;
}
.mgl-10 {
  margin-left: 10px !important;
}
.mgl-20 {
  margin-left: 20px !important;
}
.mgl-30 {
  margin-left: 30px !important;
}
.mgl-40 {
  margin-left: 40px !important;
}
.mgl-50 {
  margin-left: 50px !important;
}
.mgl-60 {
  margin-left: 60px !important;
}
.pdt-10 {
  padding-top: 10px !important;
}
.pdt-20 {
  padding-top: 20px !important;
}
.pdt-30 {
  padding-top: 30px !important;
}
.pdt-40 {
  padding-top: 40px !important;
}
.pdt-50 {
  padding-top: 50px !important;
}
.pdt-60 {
  padding-top: 60px !important;
}
.pdr-10 {
  padding-right: 10px !important;
}
.pdr-20 {
  padding-right: 20px !important;
}
.pdr-30 {
  padding-right: 30px !important;
}
.pdr-40 {
  padding-right: 40px !important;
}
.pdr-50 {
  padding-right: 50px !important;
}
.pdr-60 {
  padding-right: 60px !important;
}
.pdb-10 {
  padding-bottom: 10px !important;
}
.pdb-20 {
  padding-bottom: 20px !important;
}
.pdb-30 {
  padding-bottom: 30px !important;
}
.pdb-40 {
  padding-bottom: 40px !important;
}
.pdb-50 {
  padding-bottom: 50px !important;
}
.pdb-60 {
  padding-bottom: 60px !important;
}
.pdl-10 {
  padding-left: 10px !important;
}
.pdl-20 {
  padding-left: 20px !important;
}
.pdl-30 {
  padding-left: 30px !important;
}
.pdl-40 {
  padding-left: 40px !important;
}
.pdl-50 {
  padding-left: 50px !important;
}
.pdl-60 {
  padding-left: 60px !important;
}
.pd-10-50 {
  padding: 10px 50px;
}
.pd-5-40 {
  padding: 5px 5px 5px 40px !important;
}
.bold-text {
  font-weight: 600;
}
.display-none {
  display: none;
}
.clear {
  clear: both;
}
.wide {
  width: 100%;
}
.word-break {
  word-break: break-word;
}
.no-wrap {
  white-space: nowrap;
}
.relative {
  position: relative;
}
.green-shadow {
  box-shadow: 0 0 0 1px #4caf50;
  border-radius: 5px;
  padding: 5px;
}
.error-text {
  color: #eb1c23;
  font-size: 14px;
}
.avatar-in-group {
  text-align: right;
  width: 95px;
}
@media only screen and (max-width: 770px) {
  .avatar-in-group {
    width: 50px;
  }
}
.avatar-in-history {
  text-align: center;
  width: 150px;
}
@media only screen and (max-width: 770px) {
  .avatar-in-history {
    width: 100px;
  }
}
ul.bullet {
  font-size: 16px;
}
ul.bullet li {
  padding-bottom: 5px;
  list-style-type: disc;
}
.alert .alert-text {
  margin-left: 25px;
  margin-right: 45px;
}
.alert .circle {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.alert .circle-avatar {
  background-size: cover;
  background-position: center;
}
.alert .btn-alert {
  position: absolute;
  right: 8px;
  top: 10px;
  height: 28px;
  min-width: 20px !important;
  border-radius: 14px;
  padding: 0 8px;
  line-height: 28px;
}
.toast.rounded {
  border-radius: 28px !important;
}
.top-right-url {
  float: right;
  margin-bottom: 1px;
  padding-left: 5px;
}
.top-right-url i.material-icons.tiny {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
}
.is-inner-description {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.card-panel {
  background: #fff;
  color: #000;
}
.card-panel.no-shadow {
  box-shadow: none;
}
.image-wrapper {
  margin: 15px 0 30px;
}
.attachment-image {
  max-width: 100%;
}
.login-background {
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 95px);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 993px) {
  .login-background {
    min-height: calc(100vh - 48px);
  }
}
.login-background:after {
  content: "";
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.archive {
  position: absolute;
  right: 3px;
  margin-top: -30px;
}
.tabs-container {
  box-shadow: 0 5px 17px 0 rgba(0,0,0,0.05);
  background-color: #fff;
  margin: 45px auto;
  width: 100%;
}
.tabs-container .content-container {
  background: #fff;
  padding: 20px;
}
.tabs-container .tabs {
  background: #f4f4f4;
  height: initial;
}
.tabs-container .tabs .indicator {
  background: #eb1c23;
  height: 3px;
  top: 0;
}
.tabs-container .tabs .tab {
  height: initial;
  line-height: normal;
  text-transform: initial;
  white-space: normal;
}
.tabs-container .tabs .tab a {
  color: #000;
  font-size: 14px;
  padding: 20px;
}
.tabs-container .tabs .tab a.active {
  background: #fff;
}
.panel {
  background-color: #fff;
  color: #000;
  margin-top: 47px;
  min-height: 80vh;
  padding: 30px 60px;
}
.panel .panel {
  box-shadow: 0 5px 17px 0 rgba(0,0,0,0.05);
  min-height: initial;
}
.panel .panel p {
  font-size: 16px;
  line-height: 1.5;
}
.panel .panel p.attempts {
  color: #a2b4dd;
  font-size: 12px;
}
.panel h1 {
  color: #000;
  font-family: 'HelveticaNeueCyr', 'Arial', sans-serif;
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 40px;
}
.panel h1:after {
  content: ' ';
  display: block;
  width: 66px;
  height: 4px;
  background: #eb1c23;
  margin: 16px auto 40px;
}
.panel h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 30px;
}
.panel h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.panel p {
  font-size: 14px;
}
.panel p.grey-text {
  color: #7e7e7e;
}
.panel p.description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.panel p.bold-text {
  font-weight: 600;
}
.panel p a {
  font-weight: 500;
}
.panel .timer-icon {
  margin-right: 6px;
}
.panel .timer {
  color: #4469bb;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  margin-right: 25px;
  white-space: nowrap;
}
.panel .timer.small-timer {
  display: inline;
  color: #4469bb;
  font-size: 16px;
  margin-right: 0;
}
.small-panel {
  background: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 320px;
  margin: 60px 30px 0;
  width: 320px;
}
.small-panel span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}
.small-panel .circle {
  background-color: #dae1f1;
  position: relative;
  height: 100px;
  width: 100px;
}
.small-panel .circle img {
  position: absolute;
  top: 6px;
  left: -5px;
}
.login.panel {
  margin: 20px auto;
  min-height: initial;
  padding: 50px 100px;
  width: min-content;
}
@media only screen and (max-width: 570px) {
  .login.panel {
    padding: 20px;
    width: 100%;
  }
}
.login form {
  max-width: 340px;
  min-width: 220px;
  width: 340px;
}
@media only screen and (max-width: 380px) {
  .login form {
    width: 100%;
  }
}
.login form button {
  display: block;
  margin: 20px auto;
}
.registration.panel {
  margin: 20px auto;
  min-height: initial;
  padding: 50px 100px;
  width: min-content;
}
@media only screen and (max-width: 660px) {
  .registration.panel {
    padding: 20px;
    width: 100%;
  }
}
.registration .background-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  width: 160px;
  height: 160px;
}
.registration form {
  max-width: 460px;
  width: 460px;
}
@media only screen and (max-width: 500px) {
  .registration form {
    width: 100%;
  }
}
.registration form .input-field:not(.col) {
  margin-left: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .registration form .input-field:not(.col) {
    margin-right: 0.75rem;
  }
}
.registration form .about-photo {
  color: #787878;
  font-size: 14px;
}
.registration form > button {
  display: block;
  margin: 0 auto 20px;
}
.main-panel {
  margin: 0 auto 10px;
  padding: 1px;
  width: min-content;
}
.main-panel.not-min-content {
  max-width: 750px;
  width: 100%;
}
.main-panel.full-width {
  width: 100%;
}
.main-panel h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.main-panel .panel {
  min-height: initial;
  padding: 60px 80px;
  position: relative;
  width: initial;
}
.main-panel .panel #settings_form {
  display: flex;
  flex-direction: column;
  width: 340px;
}
@media only screen and (max-width: 550px) {
  .main-panel .panel #settings_form {
    width: 100%;
  }
}
.main-panel .panel #settings_form .setting_image {
  background-size: cover;
  margin: 25px 0 20px 45px;
  height: 240px;
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 550px) {
  .main-panel .panel #settings_form .setting_image {
    margin-left: 0;
  }
  .main-panel .panel #settings_form .setting_image label {
    font-size: 14px;
  }
}
.main-panel .panel #settings_form .setting_image span {
  background-color: rgba(255,255,255,0.6);
  color: #4469bb;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.main-panel .panel #settings_form .input-field .checkbox {
  position: static;
}
.main-panel .panel #settings_form button {
  margin-top: 50px;
  width: 100%;
}
.main-panel .user-panel {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 770px) {
  .main-panel .user-panel {
    flex-direction: column;
  }
  .main-panel .user-panel .profile-btn {
    margin-left: 175px;
  }
}
.main-panel .user-panel .back-arrow {
  position: absolute;
  color: #7e7e7e;
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 890px) {
  .main-panel .user-panel .back-arrow {
    top: 5px;
    left: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .main-panel .user-panel .back-arrow {
    left: 0;
    top: -30px;
  }
}
.main-panel .user-panel .back-arrow img {
  height: 18px;
  margin-right: 6px;
}
.main-panel .user-panel .avatar {
  border-radius: 50%;
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
}
.main-panel .user-panel .skill-mark:not(:last-child) {
  margin-right: 20px;
}
.main-panel .user-panel .skill-mark span {
  font-size: 16px;
  margin-left: 4px;
}
.main-panel .user-panel .personal-data {
  margin-left: 25px;
}
.main-panel .user-panel .personal-data h4 {
  font-size: 24px;
  padding-bottom: 10px;
}
.main-panel .user-panel .personal-data a {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}
.main-panel .user-panel .personal-data p {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.43;
}
.main-panel .user-panel .personal-data p span {
  color: #000;
}
.review-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  margin-right: -15px;
}
.avatar--small {
  height: 56px;
  width: 56px;
}
.review {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
.review .about-reviewer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.review .about-reviewer .avatar {
  margin-right: 20px;
  height: 48px;
  width: 48px;
}
.review .about-reviewer p {
  font-size: 16px;
}
.review .about-skills {
  align-items: start;
  margin-bottom: 20px;
}
.review .about-skills div {
  flex: none;
  margin-right: 18px;
  width: 48px;
}
.review .about-skills div img {
  margin-right: 4px;
  margin-left: 5px;
}
.review .about-skills div img.mood-img {
  margin-right: 9px;
  margin-left: 10px;
}
.review .about-skills span {
  font-size: 16px;
}
.review .about-skills p {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.57;
  text-align: left;
}
.review .date-review {
  float: right;
  padding-left: 15px;
  font-size: 14px;
}
.contests-results {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  width: 100%;
}
.contests-results p {
  color: #000;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.contests-results p span {
  color: #43bd61;
}
.contests {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.contests.no-margin {
  margin: 0;
}
.contests .contest {
  position: relative;
  padding-top: 5px;
  width: 92px;
}
.contests .contest img {
  display: block;
  margin: auto;
  height: 60px;
  width: 60px;
}
.contests .contest img.min-width {
  height: 50px;
  width: 50px;
}
.contests .contest img.gray-icon {
  filter: grayscale(1);
  opacity: 0.8;
}
.contests .contest img.border-for-icon {
  border-radius: 50%;
  border: 2px solid #ccc;
}
.contests .contest.active:after {
  content: ' ';
  display: block;
  width: 90px;
  height: 2px;
  background: #eb1c23;
  margin-top: 12px;
}
.contests .contest .lock-contest {
  height: 17px;
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 13px;
}
.contests .contest .lock-contest.min-icon-width {
  bottom: 2px;
}
.contests .contest .option-contest {
  height: 17px;
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 17px;
}
.contests .contest .option-contest.min-icon-width {
  bottom: 2px;
}
.progress {
  background-color: #f4f4f4;
  width: 100%;
}
.progress.contest-progress {
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.progress.contest-progress span {
  color: #4469bb;
  font-size: 12px;
  float: right;
  margin-right: 7px;
}
.progress.contest-progress .determinate {
  margin-left: -10px;
  transform: skewX(-50deg);
}
.progress.course-progress {
  height: 20px;
  border-radius: 10px;
  margin-bottom: -30px;
}
.progress .determinate {
  background-color: #a2b4dd;
}
.player {
  display: flex;
  align-items: center;
}
.player img {
  height: 26px;
  margin-right: 10px;
}
.player .progress-container {
  position: relative;
  width: 100%;
}
.player .progress-container .time-for-player {
  color: #4469bb;
  font-size: 16px;
  position: absolute;
  top: -16px;
}
.player .progress-container .player-progress {
  background-color: #f4f4f4;
  height: 4px;
  padding-top: 1px;
}
.player .progress-container .player-progress .determinate-audio {
  background-color: #a2b4dd;
  transition: background-color 1s;
}
.datepicker-modal {
  max-height: 90%;
}
.datepicker-modal .datepicker-container {
  background: #f4f4f4;
  color: #000;
}
.datepicker-modal .datepicker-container .datepicker-date-display {
  background-color: #eb1c23;
}
.datepicker-modal .datepicker-container .datepicker-date-display .date-text {
  font-size: 2rem;
}
.datepicker-modal .datepicker-container .datepicker-table td {
  width: 45px;
}
.datepicker-modal .datepicker-container .datepicker-table td.is-today {
  color: #eb1c23;
}
.datepicker-modal .datepicker-container .datepicker-table td.is-today.is-selected {
  color: #fff;
}
.datepicker-modal .datepicker-container .datepicker-table td.is-selected {
  background-color: #eb1c23;
}
.datepicker-modal .datepicker-container .datepicker-table:focus {
  background-color: rgba(244,67,54,0.25);
}
.datepicker-modal .datepicker-container .datepicker-cancel,
.datepicker-modal .datepicker-container .datepicker-done {
  color: #000;
  font-weight: bold;
}
.datepicker-modal .datepicker-container .month-prev svg,
.datepicker-modal .datepicker-container .month-next svg {
  fill: #000;
}
.modal {
  color: #000;
}
.modal .modal-content:not(.datepicker-container) {
  background-color: #fff;
  padding: 40px;
}
.modal .modal-content:not(.datepicker-container) .comment {
  margin-top: 30px;
}
.modal .modal-content:not(.datepicker-container) .dropdown-content {
  max-height: 400px;
}
.modal .modal-footer:not(.datepicker-container) {
  background-color: #fff;
  color: #000;
}
.contest-modal .datepicker-modal {
  width: initial;
}
.comment {
  align-items: start;
}
.comment .comment-name {
  flex: none;
  align-items: center;
  width: 140px;
}
.comment .comment-name img {
  margin-right: 10px;
}
.comment .comment-name p {
  font-size: 16px;
}
.comment .comment-data {
  width: 100%;
}
.comment .comment-data textarea {
  box-sizing: content-box;
  color: #7e7e7e;
  font-size: 14px;
  min-height: 83px;
  width: 95%;
}
.comment .modal-footer {
  border-top: 0;
  height: initial;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 40px 40px 40px;
}
.access-request h3,
.search-results h3,
.internal-courses h3 {
  font-size: 20px;
  font-weight: 600;
}
.access-request img.technology-icon,
.search-results img.technology-icon,
.internal-courses img.technology-icon {
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.internal-courses .internal-courses-container {
  margin: 0;
  padding: 15px 0;
}
.internal-courses .internal-courses-container div:first-child {
  text-align: center;
}
.internal-courses .internal-courses-container .btm-line,
.internal-courses .internal-courses-container:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.internal-courses-icon {
  border-radius: 50%;
  width: 85%;
}
span.badge.new:after {
  content: none;
}
.array-block {
  margin-left: 15px;
}
.svg-logo {
  display: block;
  font: 10.5em 'Montserrat';
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 10px;
}
.svg-logo .text-copy {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 6% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 0;
  animation: stroke-offset 5.5s infinite linear;
}
.svg-logo .text-copy:nth-child(1) {
  stroke: #000;
  animation-delay: -1s;
}
.svg-logo .text-copy:nth-child(2) {
  stroke: rgba(0,0,0,0.5);
  animation-delay: -2s;
}
.svg-logo .text-copy:nth-child(3) {
  stroke: #eb1c23;
  animation-delay: -3s;
}
.svg-logo .text-copy:nth-child(4) {
  stroke: rgba(0,0,0,0.5);
  animation-delay: -4s;
}
.svg-logo .text-copy:nth-child(5) {
  stroke: #eb1c23;
  animation-delay: -5s;
}
.text-pulsating {
  animation: pulse 1.2s ease-in-out 5;
  color: #4469bb;
}
.search-icon {
  position: fixed;
  background-color: #fff;
  border-radius: 50px;
  height: 55px;
  right: 40px;
  bottom: 115px;
  width: 55px;
}
.search-icon img {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.up-icon {
  position: fixed;
  background-color: #fff;
  border-radius: 50px;
  height: 55px;
  right: 40px;
  bottom: 190px;
  width: 55px;
  visibility: hidden;
}
.up-icon img {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.75);
}
.unsetted ul,
ol {
  padding-left: 20px;
}
.unsetted {
  font-family: 'Roboto', sans-serif;
}
.unsetted strong {
  font-weight: 600;
}
.unsetted ul,
.unsetted li {
  list-style-type: unset !important;
}
.preloader {
  position: fixed;
}
.global-statistics-menu-icon {
  width: 36px !important;
  margin-left: -7px;
}
table:not(.not-background):not(.datepicker-table) {
  border: 1px solid #ccc;
  color: #000;
}
table:not(.not-background):not(.datepicker-table) tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
table:not(.not-background):not(.datepicker-table) tr:hover {
  background-color: #f4f4f4;
}
table:not(.not-background):not(.datepicker-table) tr.grey-status td,
table:not(.not-background):not(.datepicker-table) tr.grey-status td a {
  color: #ccc;
}
table:not(.not-background):not(.datepicker-table) tr.red-status td,
table:not(.not-background):not(.datepicker-table) tr.red-status td a {
  color: #df9fa1;
  opacity: 0.8;
}
table:not(.not-background):not(.datepicker-table) tr.green-status td,
table:not(.not-background):not(.datepicker-table) tr.green-status td a {
  color: #4f8a62;
}
table:not(.not-background):not(.datepicker-table) tr.blue-status td,
table:not(.not-background):not(.datepicker-table) tr.blue-status td a {
  color: #1d3872;
}
table:not(.not-background):not(.datepicker-table) tr th {
  background-color: #f4f4f4;
  border-radius: 0;
  color: #7e7e7e;
  padding: 9px 5px;
}
table:not(.not-background):not(.datepicker-table) tr th .ordering-arrow {
  color: #787878;
}
table:not(.not-background):not(.datepicker-table) tr th img {
  height: 20px;
}
table:not(.not-background):not(.datepicker-table) tr th img.technologies {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
table:not(.not-background):not(.datepicker-table) tr td[data-ishidden] {
  opacity: 0.3;
}
table:not(.not-background):not(.datepicker-table) tr td[data-ishidden] ~ td {
  opacity: 0.3;
}
table:not(.not-background):not(.datepicker-table) tr td {
  border-radius: 0;
  font-size: 14px;
  padding: 5px;
  position: relative;
}
table:not(.not-background):not(.datepicker-table) tr td.left-align {
  text-align: left;
}
table:not(.not-background):not(.datepicker-table) tr td .avatar {
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  width: 40px;
}
table:not(.not-background):not(.datepicker-table) tr td .offer {
  position: absolute;
  width: 20px;
  margin-left: -30px;
  margin-top: 10px;
}
table:not(.not-background):not(.datepicker-table) tr td .icon-in-table {
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle;
}
table:not(.not-background):not(.datepicker-table) tr td .icon-in-table img {
  height: 20px;
}
table:not(.not-background):not(.datepicker-table).highlight-row tr:nth-child(odd) {
  background-color: #f8f8fa;
}
table.default_table {
  border: unset !important;
  color: #000;
  width: unset !important;
}
table.default_table tr {
  background: transparent !important;
  border-bottom: unset !important;
}
table.default_table tr td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.table-fixed-columns {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-bottom: 0;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.table-fixed-columns::-webkit-scrollbar-track {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.table-fixed-columns::-webkit-scrollbar {
  height: 2px;
}
.table-fixed-columns::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.table-fixed-columns table {
  border: none !important;
  width: 100%;
}
.table-fixed-columns table tr th:first-child,
.table-fixed-columns table tr td:first-child {
  position: sticky;
  min-width: 50px;
  left: 0;
  z-index: 1;
}
.table-fixed-columns table tr td:nth-child(2),
.table-fixed-columns table tr th:nth-child(2) {
  position: sticky;
  left: 50px;
  z-index: 1;
  min-width: 160px;
}
.table-fixed-columns table tr th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-fixed-columns table tr th:first-child,
.table-fixed-columns table tr th:nth-child(2) {
  z-index: 3;
}
.table-fixed-columns table tr:nth-child(even) td:first-child,
.table-fixed-columns table tr:nth-child(even) td:nth-child(2) {
  background-color: #fff;
}
.table-fixed-columns table tr:nth-child(odd) td:first-child,
.table-fixed-columns table tr:nth-child(odd) td:nth-child(2) {
  background-color: inherit;
}
.table-fixed-columns table tr:nth-child(odd) .flag:before {
  border-bottom: 4px solid #f8f8fa;
}
.table-fixed-columns table tr:hover td {
  background-color: #f4f4f4 !important;
}
.table-fixed-columns table tr:hover td .flag:before {
  border-bottom: 4px solid #f4f4f4;
}
.registration-request table:not(.datepicker-table) > tbody > tr {
  border-bottom: 0;
}
.registration-request table:not(.datepicker-table) > tbody > tr > td {
  color: #787878;
  font-size: 16px;
  padding-bottom: 0;
}
.registration-request table:not(.datepicker-table) > tbody > tr > td:first-child:not(.avatar):not(.btn-table) {
  text-align: right;
  width: 135px;
}
@media only screen and (max-width: 570px) {
  .registration-request table:not(.datepicker-table) > tbody > tr > td:first-child:not(.avatar):not(.btn-table) {
    width: initial;
  }
}
.registration-request table:not(.datepicker-table) > tbody > tr > td.warning {
  font-weight: bold;
  color: #eb1c23;
}
@media only screen and (max-width: 570px) {
  .registration-request table:not(.datepicker-table) > tbody > tr > td.warning {
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .registration-request table:not(.datepicker-table) > tbody > tr > td.btn-table {
    text-align: center;
  }
}
.registration-request table:not(.datepicker-table) > tbody > tr .avatar {
  padding-bottom: 20px;
}
@media only screen and (max-width: 570px) {
  .registration-request table:not(.datepicker-table) > tbody > tr .avatar {
    text-align: center;
  }
}
.registration-request table:not(.datepicker-table) > tbody > tr .avatar img {
  object-fit: cover;
  height: 240px;
  width: 240px;
}
.registration-request table:not(.datepicker-table) > tbody > tr .information {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
}
.registration-request table:not(.datepicker-table) > tbody > tr .label {
  white-space: nowrap;
}
@media only screen and (max-width: 570px) {
  .registration-request table:not(.datepicker-table) > tbody > tr .label {
    white-space: normal;
  }
}
.linenodiv {
  background-color: #f0f0f0 !important;
}
.table-checkbox [type="checkbox"].filled-in+span:not(.lever):before,
.table-checkbox [type="checkbox"].filled-in+span:not(.lever):after {
  transition: background-color 0.25s;
}
.table-checkbox [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: #ddd;
  background-color: transparent;
}
.table-checkbox [type="checkbox"].correct_answer:disabled+span:not(.lever):after {
  background-color: rgba(129,199,132,0.2) !important;
  border-color: #ddd;
}
.table-checkbox .filled-in[type="checkbox"]+span:not(.lever):after {
  border: solid 1px #ddd;
  height: 24px;
  width: 24px;
}
.table-checkbox .filled-in[type="checkbox"]:checked+span:not(.lever):after {
  background-color: transparent;
}
.table-checkbox .filled-in[type="checkbox"]:checked+span:not(.lever):before {
  background-color: #4469bb;
  border: none;
  height: 12px;
  top: 3px;
  left: 6px;
  transform: none;
  width: 12px;
}
.hidden-contest {
  color: #ccc;
}
.hidden-url {
  color: #9bade6 !important;
}
.dragging {
  opacity: 0.5;
}
.edit-buttons {
  color: #ccc;
}
.editor-block {
  display: flex;
  align-items: flex-start;
}
.editor-sets {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.editor-header {
  margin: 10px 0 20px 0 !important;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 10px 15px 10px 15px;
  color: #7e7e7e;
  font-weight: bold;
  clear: both;
}
.editor-set {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 15px;
}
.editor-set-header {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.editor-item {
  cursor: default;
  width: 95%;
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 5% !important;
  margin-right: 5px !important;
  visibility: visible;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  transition: background-color 0.2s linear;
}
.editor-item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.editor-item:focus {
  cursor: pointer;
}
#slide-out {
  box-shadow: none;
  height: 100vh;
  padding: 20px 0 10px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover !important;
  overflow: overlay;
}
#slide-out li:hover {
  background-color: rgba(0,0,0,0.05);
}
#slide-out li > a {
  color: #000;
  border-left: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  height: 55px;
  padding: 0 40px;
}
#slide-out li > a:hover,
#slide-out li > a:active {
  border-left: 2px solid #eb1c23;
  background-color: transparent;
}
#slide-out li > a.test-mode-url {
  width: 108px;
  border-right: 2px solid transparent;
  border-left: none;
}
#slide-out li > a.test-mode-url:hover,
#slide-out li > a.test-mode-url:active {
  border-right: 2px solid #eb1c23;
}
#slide-out li > a img {
  width: 23px;
  object-fit: contain;
  margin-right: 10px;
}
#slide-out li > a .circle {
  background: #4469bb;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  min-width: 30px;
  padding: 6px;
  text-align: center;
}
#slide-out li > a .separator {
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #000;
  margin-left: -40px;
  opacity: 0.5;
}
#slide-out li.user-information {
  padding: 0 40px 20px;
}
#slide-out li.user-information:hover {
  background-color: transparent;
}
#slide-out li.user-information .logo {
  text-align: center;
}
#slide-out li.user-information .logo img {
  height: 24px;
}
#slide-out li.user-information a {
  display: flex;
  justify-content: center;
  height: auto;
  padding: 20px 0 10px;
  width: min-content;
  margin: auto;
}
#slide-out li.user-information a:hover {
  background-color: transparent;
  border-left: 2px solid transparent;
}
#slide-out li.user-information a .avatar {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  transition: 0.3s;
}
#slide-out li.user-information a .avatar:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
}
#slide-out li.user-information .user-name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
#slide-out li.user-information .status {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 14px;
}
#slide-out .main-icons {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 0;
  width: 100%;
}
#slide-out .main-icons img {
  user-select: none;
}
.flag {
  background: #ddd;
  width: 10px;
  height: 13px;
  position: absolute;
  top: 0;
}
.flag:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid #fff;
}
.flag.big-size {
  height: 26px;
  width: 20px;
}
.flag.big-size:before {
  border-left-width: 10px;
  border-right-width: 10px;
}
.flag .flag-color {
  display: none;
  position: absolute;
  top: -28px;
  left: -50px;
}
@media only screen and (max-width: 550px) {
  .flag .flag-color {
    left: -15px;
  }
}
.flag .flag-color ul {
  background: #fff;
  padding: 8px;
}
.flag .flag-color ul li a {
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.flag .flag-color ul li a.white {
  border: 1px solid #ccc;
}
.flag .flag-color ul li:not(:last-child) {
  margin-right: 6px;
}
.chat-icon {
  position: fixed;
  background-color: #fff;
  border-radius: 50px;
  height: 55px;
  right: 40px;
  bottom: 40px;
  width: 55px;
}
.chat-icon img {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.dialog-avatar,
.dialog-avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
.dialog-avatar img,
.dialog-avatar-wrapper img {
  max-height: 60px;
  max-width: 60px;
}
.dialog-avatar img.avatar-size,
.dialog-avatar-wrapper img.avatar-size {
  max-height: 40px;
  max-width: 40px;
}
.main-panel .dialogs-block {
  padding: 0;
}
.main-panel .dialogs-block a {
  padding: 20px;
  align-items: start;
  justify-content: space-between;
}
.main-panel .dialogs-block a:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.main-panel .dialogs-block a .dialog-description {
  margin: 0 10px;
}
.main-panel .dialogs-block a .dialog-description .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 6px;
}
.main-panel .dialogs-block a .dialog-description .show-on-small {
  display: none;
}
.main-panel .dialogs-block a .dialog-description .two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}
.main-panel .dialogs-block a .secondary-content {
  align-items: flex-end;
  justify-content: space-between;
}
.main-panel .dialogs-block a .secondary-content .circle {
  background: #4469bb;
  border-radius: 50%;
  font-size: 14px;
  line-height: 15px;
  min-width: 25px;
  padding: 5px;
  text-align: center;
}
.main-panel .dialogs-block a .secondary-content .circle.notifications {
  min-width: 10px;
}
.main-panel .dialog {
  box-sizing: content-box;
  height: 800px;
  padding: 0;
}
.main-panel .dialog .header-dialog {
  border-bottom: 1px solid #f4f4f4;
  flex: 0 0 auto;
  padding: 16px 20px;
}
.main-panel .dialog .header-dialog .back-arrow {
  color: #787878;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main-panel .dialog .header-dialog .back-arrow img {
  height: 18px;
  margin-right: 6px;
}
.main-panel .dialog .header-dialog .opponent-data {
  text-align: center;
}
.main-panel .dialog .header-dialog .opponent-data > div {
  margin: 0 auto;
}
.main-panel .dialog .header-dialog .opponent-data p {
  color: #000;
  font-size: 18px;
  margin-top: 15px;
}
.main-panel .dialog #message-form {
  border-top: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  padding: 0 20px 5px;
}
.main-panel .dialog #message-form input[type]:not(.browser-default) {
  color: #000;
  background-color: #fff;
  border-bottom: none;
}
.main-panel .dialog #message-form input[type]:not(.browser-default):focus:not(.invalid) {
  border-bottom: none !important;
}
.main-panel .dialog #message-form button.btn-floating {
  overflow: unset;
}
.main-panel .dialog .messages {
  color: #000;
  display: flex;
  flex-direction: column-reverse;
  height: 558px;
  flex: 1 0 auto;
  overflow-y: auto;
  padding: 10px 20px;
}
.main-panel .dialog .messages > div {
  align-items: flex-start;
  margin-top: 20px;
}
.main-panel .dialog .messages > div .message {
  background: #eceff8;
  border-radius: 10px 10px 10px 0;
  max-width: 70%;
  padding: 15px 20px;
  position: relative;
}
.main-panel .dialog .messages > div .message .delete-message {
  display: none;
  float: right;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}
.main-panel .dialog .messages > div .message .delete-message:hover {
  color: #363636 !important;
}
.main-panel .dialog .messages > div .message:hover .delete-message {
  display: inline-block;
}
.main-panel .dialog .messages > div .signature {
  font-size: 10px;
}
.main-panel .dialog .messages > div.recipient-message {
  align-items: flex-end;
}
.main-panel .dialog .messages > div.recipient-message .message {
  background: #f4f4f4;
  border-radius: 10px 10px 0 10px;
}
.collapsible {
  color: #000;
  box-shadow: none;
}
.collapsible .collapsible-header {
  background: #fff;
  color: #000;
}
.collapsible .collapsible-body .collapsible {
  border: 1px solid #ddd;
}
.collapsible .collapsible-body .empty-data {
  color: #000;
}
.collapsible.collapsible-statistics .collapsible-header {
  padding: 6px;
}
.collapsible.collapsible-statistics .collapsible-body {
  padding: 5px;
}
.collapsible.collapsible-statistics .collapsible-body .empty-data {
  padding: 10px;
}
.row.row-statistics {
  margin: 0;
}
.stat-progress-header-row {
  padding: 10px 15px !important;
}
.stat-progress-header-row .header-container {
  position: relative;
  padding: 0 10px;
  width: 100%;
}
.stat-progress-header-row .header-container img {
  top: -3px;
  left: 6px;
  width: 31px;
  height: 31px;
}
.stat-progress-header-row .header-container p {
  margin: 2px 20px 0 45px;
}
.stat-progress {
  padding: 0;
  background-color: #fff;
}
.stat-progress-row {
  padding: 8px 15px;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.stat-progress-row:hover {
  background-color: #f4f4f4;
}
.stat-progress-avatar {
  border-radius: 50%;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
.stat-progress-row-name {
  margin-top: 6px;
}
.stat-progress-row-name a img {
  margin-left: 15px;
}
.stat-progress-row-progress {
  position: relative;
  padding: 10px 0 !important;
}
.stat-progress-row-progress .progress {
  box-shadow: 0 0 0 1px #a2b4dd;
  margin: auto;
  height: 6px;
  width: 100%;
}
.stat-progress-row-progress .hide-progress {
  height: 16px;
}
.stat-progress-row-progress i {
  position: absolute;
  top: -3px;
  user-select: none;
}
.stat-progress-row-progress.student-progress {
  margin-top: 6px;
}
.profile-progress-bar {
  position: relative;
}
.statistics_students {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 10px;
}
.statistic-flag {
  margin-bottom: -16px;
  margin-top: -10px;
}
.statistic-flag i {
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 1025px) and (min-width: 993px) {
  .container {
    width: 65%;
  }
}
@media only screen and (max-width: 993px) {
  header {
    height: 48px;
    padding: 0 20px;
  }
  header.show-on-medium-and-down {
    display: flex !important;
  }
  header.show-on-medium-and-down .mobile-header {
    position: relative;
    width: 100%;
  }
  header.show-on-medium-and-down .mobile-header .mgt-4 {
    margin-top: 4px;
  }
  header.show-on-medium-and-down .mobile-header .menu-icon {
    color: #4469bb;
  }
  header.show-on-medium-and-down .mobile-header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header img {
    height: 24px;
  }
  .tile-flex {
    justify-content: center;
  }
  .flex aside {
    width: initial;
  }
  .main-panel .registration-request {
    padding: 30px;
  }
  .main-panel .user-profile {
    padding: 15px;
  }
  .search-results .search-result-courses {
    flex-direction: column;
  }
  .search-results .search-result-courses img.technology-icon {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 550px) {
  .panel {
    padding: 25px;
  }
  .small-panel {
    margin: 20px 0;
  }
  .main-panel .registration-request,
  .main-panel .statistics {
    padding: 5px;
  }
  .main-panel .user-profile {
    padding: 10px;
  }
  .main-panel .user-profile .user-panel .flex:not(.skill-mark) {
    flex-direction: column;
    align-items: center;
  }
  .main-panel .user-profile .user-panel .personal-data {
    margin-top: 10px;
  }
  .main-panel .user-profile .user-panel .personal-data h4,
  .main-panel .user-profile .user-panel .personal-data a {
    text-align: center;
  }
  .main-panel .user-profile .user-panel .profile-btn {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
  .main-panel .user-profile .review-panel {
    padding: 20px 10px;
  }
  .btn.mgt-on-small {
    margin-top: 10px !important;
  }
  .contests-results p {
    width: 100%;
  }
  .modal form .input-field input[type]:not(.browser-default):not(.select-dropdown) {
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
    min-width: 50px;
  }
  .modal .modal-content:not(.datepicker-container) {
    padding: 15px;
  }
  .modal .modal-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  #review_form_id .flex:not(.comment-name) {
    flex-direction: column;
  }
  .tabs-container .content-container {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 410px) {
  .main-panel .panel:not(.dialogs-block) {
    padding: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) {
  .select-wrapper * {
    transition: none !important;
    transform: none !important;
  }
}
.sound-block {
  width: calc(10% - 10px);
  height: 15px;
  display: inline-block;
  background-color: #ccc;
  margin: 0 5px;
}
.collapsible-container {
  padding: 20px 30px;
}
.collapsible-container p {
  padding: 5px;
}
.list-headline {
  margin: 15px 0 0 0;
}
.rules-list {
  margin: 0 0 15px 35px;
}
.rules-list li {
  padding: 4px;
  line-height: 1.6;
}
.nested-rules-list {
  margin-left: 20px;
}
.main-matching {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.left-side,
.right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.to-drag {
  text-align: center;
  padding: 10px;
  margin: 10px;
  border: 1px solid #cbc8c8;
  background-color: #a2b4dd;
  transform: translate(0, 0);
  border-radius: 5px;
  color: #000;
}
.to-drag-matching {
  margin-left: 50px;
  min-width: 250px;
}
.drops-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  margin: 15px;
  box-sizing: border-box;
  border: 1px solid #cbc8c8;
  background-color: #f4f4f4;
  min-width: 200px;
  border-radius: 5px;
}
.drops-in h6 {
  font-weight: bold;
  text-align: center;
}
.drops-in-matching {
  margin-right: 50px;
  min-width: 250px;
}
.collection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 80%;
  min-height: 80px;
}
.baskets {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wrong-answer {
  background-color: rgba(255,17,19,0.21);
  min-width: 200px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #cbc8c8;
  padding: 5px;
  margin-top: 5px;
}
.right-answer {
  background-color: rgba(129,199,132,0.2);
}
.dragged-change {
  padding: 5px 10px;
  backgroundColor: #d3d3d3;
  margin: 15px 0px;
}
.to-drag-change {
  padding-bottom: 5px;
  width: 100%;
  margin: 15px 0px;
}
.hovered {
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.21);
}
div.cards-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
div.scene {
  display: inline-block;
  width: 15em;
  height: 20em;
  margin: 3em 1.1em;
  perspective: 50em;
}
div.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
div.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
div.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 1.5em;
  backface-visibility: hidden;
  border: 0.04em solid #ccc;
  display: flex;
  padding: 0.5em;
  justify-content: center;
  align-items: center;
}
div.card__face.card__face--front {
  background: #fff;
  border-block-start: 0.1em solid #ec7b49;
}
div.card__face.card__face--back {
  background: #f4f4f4;
  transform: rotateY(180deg) scale(1.03);
}
div[class^="tabs-wrapper"] {
  border: solid #ccc 0.01em;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0.3em 1em rgba(0,0,0,0.1);
}
div[class^="tabs-buttons"] {
  display: flex;
  flex-wrap: wrap;
}
button.tab-button {
  flex: 1;
  border: solid #ccc 0.01em;
  border-collapse: collapse;
  padding: 1.3em;
  background-color: #f4f4f4;
  color: #000;
  font-size: 1.2em;
  cursor: pointer;
  transition: 0.5s;
}
button.tab-button:hover {
  background-color: #f4f4f4;
}
button.tab-button.active {
  background-color: #fff;
  border: none;
  color: #ec7b49;
}
p.tab-content {
  text-align: left;
  display: none;
  padding: 0.7em 1.5em;
  color: #000;
}
p.tab-content.active {
  display: block;
  background-color: #fff;
}
@-moz-keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
@-webkit-keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
@-o-keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
  }
}
