/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 10/12/2019, 22:44
 */
/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 20/11/2022, 17:37
 */
html, body, form {
  font-size: 16px;
  font-family: Assistant, sans-serif;
  margin-block-end: 0;
}

html, body, div {
  direction: rtl;
  /**
   * 	conflict with MathJax
   *  max-width: 100%;
   *
   */
}

body {
  margin: 0;
  display: none;
  font-size: 16px;
  background-color: #f6f6f6;
}

body.modal-open {
  overflow: hidden;
}

.blured {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* Remove body margins */
* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}

input:focus, textarea:focus, select:focus {
  outline-offset: 0;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:invalid {
  border-color: red;
}

input,
input:valid {
  border-color: #ccc;
}

textarea::-webkit-scrollbar {
  width: 10px !important;
  background-color: #e7e5e5;
  color: #a8a8a8;
}

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

textarea::placeholder {
  font-family: Assistant, sans-serif;
  color: #d7d7d7;
}

.home-content-title {
  font-family: SecularOne sans-serif;
  font-size: 30px;
  line-height: 1.27;
  text-align: center;
  color: #181818;
  padding-top: 50px;
}

.home-content-undertitle {
  font-family: Assistant sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  width: 50%;
  margin: 20px auto 0 auto;
  color: #202020;
}

.home-section-block {
  display: inline-block;
  margin: 20px 20px 0 0;
  vertical-align: top;
  cursor: pointer;
}

.message-error {
  position: relative;
  z-index: 999;
  color: darkred;
  top: 170px;
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  border: 1px solid gray;
  padding: 70px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.client-section-middle {
  display: none;
}

.not-logged-link {
  position: absolute;
  margin-top: 85px;
  right: 20px;
}

.scrollbared::-webkit-scrollbar {
  width: 8px !important;
  background-color: #e7e5e5;
  color: #a8a8a8;
}

.scrollbared::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  background-color: #e7e5e5;
}

.scrollbared::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
}

.content-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  line-height: 185px;
  /* letter-spacing: 7px; */
  text-align: center;
  font-family: SecularOne sans-serif;
  font-size: 2.5em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.content-section-title-top {
  border-top: 8px solid #419bf9;
  margin: 10px 15px 0 15px;
}

.content-section-title-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  background-size: cover;
  /*height: 40%;*/
  position: relative;
  height: 184px;
}

.content-section-title-bg:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  transition: all 1s;
  -webkit-transition: all 1s;
  right: 0;
  bottom: 0;
}

.ui-dialog .orange-button-210 {
  font-family: Assistant sans-serif;
  font-size: 1.375em;
  color: #474747;
}

.ui-dialog.ui-widget.ui-widget-content, .ui-dialog .ui-dialog-buttonpane {
  background-color: gainsboro !important;
  max-width: 1000px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  direction: ltr;
  z-index: 999 !important;
}
.ui-dialog.ui-widget.ui-widget-content bdi, .ui-dialog .ui-dialog-buttonpane bdi {
  overflow: auto;
  word-break: break-word;
}

@media screen and (max-width: 479px) {
  .ui-dialog {
    font-family: Assistant sans-serif;
  }
  .ui-dialog.ui-widget.ui-widget-content, .ui-dialog .ui-dialog .ui-dialog-buttonpane {
    min-width: 360px;
    max-width: 90vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.vjs-remaining-time-display {
  direction: ltr;
}

.froala-wrapper.f-basic a.froala-mark:visited {
  color: inherit;
  text-decoration: none;
}

@media handheld, only screen and (max-width: 768px) {
  .froala-wrapper.f-basic .watched {
    vertical-align: middle;
    margin-top: -2px;
  }
}
.popup-overflow-test {
  background-color: #565656;
  background-image: none;
  opacity: 0.8;
  z-index: 99; /* over the inside-menu */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-close-test {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid lightgray;
  top: -25px;
  position: absolute;
  right: -25px;
  cursor: pointer;
  z-index: 3;
}

@media handheld, only screen and (max-width: 768px) {
  .popup-close-test {
    bottom: 5px;
    top: initial;
    left: 5px;
    right: initial;
    filter: drop-shadow(3px 2px 4px #a1a1a1);
    margin: 1em 1em 0 0;
  }
}
.popup-close-test:before {
  content: "X";
  display: inline-block;
  line-height: 50px;
  font-size: 1.25em;
}

.popup-container-test {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  /*height: 700px;*/
  /*max-height: 700px;*/
  /*overflow: auto;*/
  border-radius: 7px;
  z-index: 111; /* over the overflow-test */
}

/*.math-popup-close {*/
/*width: 50px;*/
/*height: 50px;*/
/*border-radius: 50%;*/
/*background-color: white;*/
/*border: 1px solid lightgray;*/
/*top: -25px;*/
/*position: absolute;*/
/*right: -25px;*/
/*cursor: pointer;*/
/*z-index: 3;*/
/*}*/
/*.math-popup-close:before {*/
/*content: 'X';*/
/*display: inline-block;*/
/*line-height: 50px;*/
/*font-size: 1.250em;*/
/*}*/
.guest-demo-words-end-note {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 95px;
  background-color: #BFDFFF;
  border: 1px solid #599FF8;
  width: 540px;
  height: 265px;
  padding: 20px;
  display: none;
  font-size: 1.175em;
}
.guest-demo-words-end-note:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  background-color: #BFDFFF;
  border-bottom: 1px solid #599FF8;
  border-right: 1px solid #599FF8;
  transform: rotate(45deg);
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.guest-demo-words-end-note.words-test-instant {
  background-color: #A5BAE1;
  font-size: 1em;
  height: 140px !important;
  text-align: right;
  border-radius: 8px;
}
.guest-demo-words-end-note.words-test-instant:before {
  background-color: #A5BAE1;
  border-bottom: 1px solid #599FF8;
  border-right: 1px solid #599FF8;
}
.guest-demo-words-end-note.words-test-instant span, .guest-demo-words-end-note.words-test-instant strong {
  color: #FC0008;
}
.guest-demo-words-end-note.words-test-instant .close {
  position: absolute;
  top: 5px;
  right: 7px;
  color: black;
  cursor: pointer;
}
.guest-demo-words-end-note.words-test-instant .close:before {
  content: "X";
}

.home-content.words.modal.student-logged .guest-demo-words-end-note {
  width: 340px;
  height: 145px;
}

.home-guest-demo-block .guest-demo-sections-talk {
  display: none;
}

.visible-inline-block {
  display: inline-block !important;
}

.words-test-question .guest-demo-sections-talk.button-frame-transparent-h35,
.math-test-ended-guest .guest-contact-button.button-frame-transparent-h35 {
  background-color: #4b9c3a;
  border: 2px solid #4b9c3a;
}
.words-test-question .guest-demo-sections-talk.button-frame-transparent-h35:hover,
.math-test-ended-guest .guest-contact-button.button-frame-transparent-h35:hover {
  background-color: #2f6922;
  border: 2px solid #2f6922;
}
.words-test-question .guest-demo-sections-talk.button-frame-transparent-h35.words-test-instant,
.math-test-ended-guest .guest-contact-button.button-frame-transparent-h35.words-test-instant {
  width: 6em;
  position: absolute;
  height: 2.2em;
  font-size: 1.35em;
  font-family: Arial sans-serif;
  color: white;
  border: 1px solid black;
  bottom: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.scrollbar-visible {
  overflow-y: auto;
}
.scrollbar-visible::-webkit-scrollbar {
  width: 5px !important;
  background-color: #e7e5e5;
  color: #a8a8a8;
  border-radius: 5px;
}
.scrollbar-visible::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  border-radius: 5px;
  background-color: #e7e5e5;
}
.scrollbar-visible::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #a8a8a8;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
}

@media handheld, only screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    height: 0;
  }
  .guest-demo-words-end-note.words-test-instant {
    width: 540px !important;
    height: 330px !important;
    bottom: 100px !important;
  }
}
.absolute-centered {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.issues-list-smartbook .ui-state-default, .issues-list-smartbook .ui-widget-content .ui-state-default, .issues-list-smartbook .ui-widget-header .ui-state-default, .issues-list-smartbook .ui-button, .issues-list-smartbook html .ui-button.ui-state-disabled:hover, .issues-list-smartbook html .ui-button.ui-state-disabled:active,
.issues-list-smartbook .ui-widget-content,
.issues-list-smartbook .ui-state-active, .issues-list-smartbook .ui-widget-content .ui-state-active, .issues-list-smartbook .ui-widget-header .ui-state-active, .issues-list-smartbook a.ui-button:active, .issues-list-smartbook .ui-button:active, .issues-list-smartbook .ui-button.ui-state-active:hover {
  border: initial;
  background: initial;
  font-weight: initial;
  color: initial;
}
.issues-list-smartbook .ui-accordion-header-icon {
  display: none;
}
.issues-list-smartbook .ui-helper-reset {
  line-height: initial;
}

.anchor-error, .error {
  position: fixed;
  color: red;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid darkred;
  margin: 120px auto 0 auto;
  max-width: 85%;
  min-width: 320px;
  width: min-content;
  padding: 20px;
  text-align: center;
  box-shadow: 2px 2px rgba(100, 0, 0, 0.3);
  border-radius: 3px;
}

.connection-status {
  position: fixed;
  z-index: 999;
  padding: 5px;
  background-color: orangered;
  font-size: 12px;
  font-weight: 600;
  display: none;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  top: 0;
  height: 60px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.zoom {
  transform: scale(1.5);
  opacity: 0;
  transition: 1s;
}

@keyframes to_fixed {
  to {
    position: fixed;
  }
}
@keyframes from_fixed {
  to {
    position: relative;
  }
}
@keyframes scrollRight {
  from {
    margin-right: 980px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes scrollLeft {
  from {
    margin-right: 0;
  }
  100% {
    margin-right: 980px;
  }
}
@keyframes fillBackground {
  from {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.spinner_3sec {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 100%;
}
.spinner_3sec .bar {
  background-color: #2bab46;
  animation: 3s fillBackground;
  height: 100%;
}

.long {
  flex: 1;
}

.short {
  flex: initial;
}

.touch-adjust {
  margin: -30px;
  padding: 30px;
}

.ui-widget.ui-widget-content.alert, .ui-corner-all.alert {
  border: 1px solid black !important;
  box-shadow: 5px 5px rgba(127, 127, 127, 0.5);
  padding: 5px;
  background-color: #f6f6f6;
}
.ui-widget.ui-widget-content.alert .ui-dialog-content, .ui-corner-all.alert .ui-dialog-content {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.centered-v {
  top: 50%;
  transform: translateY(-50%);
}

.centered-h {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.se-pre-con {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
  background: url("/v5/img/preloader2.png") center no-repeat transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.se-pre-con .se-pre-text {
  margin-top: 95px;
  text-decoration: overline;
}

.shadow {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
  background: black;
  opacity: 0.75;
}

.transparent {
  visibility: hidden;
  opacity: 0;
  cursor: default !important;
}

/*# sourceMappingURL=styleguide.css.map */
