/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 02/07/2020, 13:33
 */
/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 20/11/2022, 17:37
 */
/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 27/12/2021, 17:04
 */
:root {
  --blue-color: #1592d2;
}

.body {
  background-color: #f7f7f7;
  background-size: auto;
  background-attachment: scroll, fixed;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
}

body, form {
  font-size: 18px;
  font-family: Assistant, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0;
}

.h1 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
.h1.innerh1 {
  color: gray;
  font-size: 28px;
  line-height: 32px;
  text-shadow: none;
}
.h1.space {
  margin-bottom: 10px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-select {
  background-color: #f3f3f3;
}

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:focus, .w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

[contenteditable=true] {
  cursor: text;
}
[contenteditable=true]:before {
  content: "";
}
[contenteditable=true][data-placeholder][placeholder]:not(:focus):empty:before {
  content: attr(placeholder);
  color: #b0b0b0;
}

.bluebold {
  color: #2196f3;
  font-weight: 700;
}

html * {
  background-attachment: scroll !important;
}

a {
  color: #1f6fff;
  text-decoration: underline;
  background-color: transparent;
}
a:active {
  outline: 0;
}

.underline {
  color: #fff;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, select {
  text-transform: none;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.semi {
  font-weight: 600;
}

.border {
  display: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.icon {
  height: 30px;
  margin-left: 10px;
  -webkit-margin-start: 10px;
  position: relative;
}
.icon::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px dashed;
}
.icon.empty {
  border: 1px dashed gray;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.5;
}
.icon.small {
  height: 10px;
  margin-left: 5px;
}

.linkicon {
  width: 15px;
  border-radius: 0;
}

.topicon {
  height: 13px;
  margin-left: 5px;
}

.link {
  color: #2196f3;
  text-decoration: none;
  cursor: pointer;
}
.link.wicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link.under {
  text-decoration: underline;
}

a.link {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.mikumimg {
  min-height: 40px;
  background-repeat: no-repeat;
  margin: 10px auto;
  background-position: 50%;
}

.p {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

p {
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-tab-menu {
  position: relative;
}

.qtabsmenu {
  padding-bottom: 40px;
  text-align: center;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.qtablink {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.qtablink.w--current, .qtablink.current {
  background-color: #2196f3;
}
.qtablink.correct {
  background-color: #15af21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.dropdown {
  width: 100%;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}

.droplist.w--open {
  position: relative;
  background-color: #f1f1f1;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.droplink {
  padding: 5px 10px;
  background-color: #fff;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  cursor: pointer;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.no-outline {
  outline: none;
}

.navlinktext {
  font-weight: 600;
}

.sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Assistant, sans-serif;
}
.sec.sim {
  padding-top: 0;
}
.sec.nonav {
  padding-top: 110px;
}

.container {
  position: relative;
  width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.sec:not(.main) .container, .fixedsec .container {
  width: 1000px;
}

.sidehl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: gray;
  color: #fff;
  font-weight: 600;
}
.sidehl.lightgray {
  background-color: #f6f7f8;
  color: gray;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
.sidehl.mobile {
  display: none;
}

.regpanel {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}
.regpanel.simpanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.regpanel.space {
  margin-bottom: 40px;
}
.regpanel.last {
  position: relative;
}
.regpanel.bigspace {
  margin-bottom: 55px;
}

.panelcont {
  position: relative;
  padding: 30px;
  background-color: #fff;
  color: #444;
  line-height: 22px;
  display: flex;
  flex-direction: column;
}
.panelcont.nospace {
  padding-top: 20px;
  padding-bottom: 35px;
  text-align: center;
}
.panelcont.open {
  padding-top: 54px;
}
.panelcont.sinun {
  border-bottom: 1px solid #e6e6e6;
}

.contt {
  margin-bottom: 25px;
}
.contt.smallspace {
  margin-bottom: 15px;
}
.contt.small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.contt.tinyspace {
  margin-bottom: 5px;
}
.contt.bigspace {
  margin-bottom: 40px;
}
.contt.nospace {
  margin-bottom: 0;
}

.pageconthl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2196f3;
  line-height: 18px;
}
.pageconthl.lessspace {
  display: block;
  padding-bottom: 0;
  color: gray;
}
.pageconthl.last {
  padding-top: 30px;
  padding-bottom: 0;
}
.pageconthl .textcount {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.pageconthl .textlink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: gray;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}
.pageconthl .textlink.space {
  position: relative;
  margin-bottom: 5px;
}
.pageconthl .textlink.words-toggle-comments {
  display: none;
}

.simbuts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.simbuts .simsidebut {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.simbuts .button {
  width: fit-content;
  padding: 10px;
  min-width: 130px;
  display: flex;
}

.simbut {
  display: flex;
  height: 50px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f6f7f8;
  background-image: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: gray;
  text-decoration: none;
}
.simbut.mid {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.simbut.single {
  width: 225px;
  margin-right: 0;
  margin-bottom: 55px;
  margin-left: 0;
}
.simbut.testbut {
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
}
.simbut.testbut.simhl {
  height: auto;
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 600;
}
.simbut.testbut.done {
  color: #15af21;
}

.passive {
  color: hsla(0, 0%, 50.2%, 0.35);
}

.halves {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.halves.space {
  margin-bottom: 15px;
}
.halves.year {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.halves.year.last {
  border-bottom-width: 0;
}

.half.small {
  border-bottom-width: 1px;
  border-bottom-color: #f6f7f8;
  border-left-style: none;
}
.half.small.tools {
  max-width: 227.5px;
}
.half .title {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: gray;
}
.half .title.last {
  border-bottom-style: none;
}
.half .title * {
  cursor: initial;
}
.half.left {
  border-left-width: 0;
}
.half.right {
  border-bottom-style: none;
  text-align: right;
  background-color: initial;
}
.half .icon {
  font-size: 0;
  width: 30px;
}

.half {
  flex: 1 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.half.left.empty {
  border-bottom: none;
}
.half.badge ~ .block + :not(.badge):nth-child(3n+1) {
  margin-left: 0;
}
.half:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.half.block {
  border-left-width: 0;
  margin-bottom: 2px;
  display: none;
}
.half.block:last-of-type(1) {
  margin-bottom: 0;
}
.half.block:last-of-type(1) .lesson {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.half.block .lesson {
  border-bottom: none;
  flex: 1;
}
.half.block .lesson.date {
  visibility: hidden;
  flex: 0;
  transition: 0.3s;
}
.half.block .lesson .lessonhl {
  background-color: #ededed;
}
.half.block .lesson .lessonhl .lesson-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  background-position-x: right;
}
.half.block .lesson .lessonhl .lessonhlcont {
  flex: 1;
  display: flex;
}
.half.block .lesson .lessonhl .lessonhlcont .header {
  flex: 1;
  flex-direction: row;
  display: flex;
}
.half.block .lesson .lessonhl .lessonhlcont .info {
  flex: 0 180px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.half.block .lesson .lessonhl .lessonhlcont .info .status {
  border: 1px solid lightgray;
  border-radius: 3px;
  font-size: 0.85em;
  padding: 0 5px;
  line-height: 1;
}
.half.block.required .lesson.date {
  flex: 0 80px;
  background-color: #ededed;
  margin-right: 2px;
  max-height: 59px;
  display: flex;
  visibility: visible;
}
.half.block.stats .lesson .lessonhl .lesson-menu {
  display: none;
}
.half.block.stats .lesson .lessonhl .lessonhlcont .info {
  display: flex;
}
.half.space, .half.badge {
  border-left: none;
}
.half.space *, .half.badge * {
  cursor: initial;
}
.half.space .lesson, .half.badge .lesson {
  border-bottom: none;
  height: 100%;
}
.half.space .name, .half.badge .name {
  color: transparent;
}
.half.badge {
  display: none;
  width: 100%;
  flex: 1 100%;
}
.half.badge .lesson {
  min-width: 120px;
}
.half.badge .lesson .lesson-badge {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  min-width: 120px;
  display: flex;
  justify-content: center;
}
.half.badge .lesson .lesson-badge.yellow {
  background-color: #f9c355;
  color: white;
}
.half.badge .lesson .lesson-badge.green {
  background-color: #3bb782;
  color: white;
}
.half.badge .lesson .lesson-badge.violet {
  background-color: #8b4be8;
  color: white;
}
.half.space .lessonhl, .half.title .lessonhl {
  height: 100%;
}

.lessonhlcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lessonhlcont.space {
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 600;
}
.lessonhlcont.passive img {
  filter: opacity(0.3) grayscale(1);
}

.half.block .name {
  font-weight: bold;
  -webkit-margin-end: 10px;
}

.lesson {
  overflow: hidden;
  color: gray;
  position: relative;
}
.lesson.last {
  border-bottom-style: none;
}

.lessonhl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  cursor: pointer;
}
.lessonhl.alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 248, 0.5)), to(rgba(246, 247, 248, 0.5)));
  background-image: linear-gradient(180deg, rgba(246, 247, 248, 0.5), rgba(246, 247, 248, 0.5));
}
.lessonhl .lessonicon {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 30px;
  background-color: #fff;
}
.lessonhl .lessonicon .arrow {
  transition: 500ms ease-in-out;
}
.lessonhl .lessonicon .arrow.open {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lessonhl .lessonicon .outlink {
  border-style: none;
}
.lessonhl .lessoncheck {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lessonhl .lesson-icons {
  margin: 0 5px;
  background: white;
  width: 1.6em;
  border-radius: 50%;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lessonhl .lesson-menu {
  display: none;
}
.lessonhl .lesson-open {
  transition: 500ms ease-in-out;
  display: flex;
}
.lessonhl .lesson-open.open {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lessonhl.lessonlink {
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: gray;
  text-decoration: none;
}
.lessonhl.lessonlink.last {
  border-bottom-style: none;
}

.lessoncont {
  overflow: hidden;
  background-color: #f6f7f8;
  color: gray;
  display: none;
  transition: transform 0.2s ease-out;
}
.lessoncont.open {
  height: initial;
}
.lessoncont .p.inlesson {
  padding: 15px 30px;
}

.panelsub {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  color: gray;
}

.tabs {
  margin-bottom: 55px;
  border-radius: 5px;
}
.tabs.mobile {
  margin-bottom: 55px;
  border-radius: 5px;
}
.tabs.mobile.last {
  margin-bottom: 0;
  position: relative;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: gray;
}
.tabs-menu.mobile {
  background-color: transparent;
}
.tabs-menu.sticky {
  z-index: 3;
  min-height: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  background-color: #e6e6e6;
}
.tabs-menu .tab-buts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabbut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 70px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e6e6e6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f6f7f8;
  color: gray;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.tabbut.fixed-size {
  max-width: 80px;
}
.tabbut.cur {
  border-bottom-color: #fff;
  background-color: #fff;
  color: #2196f3;
  font-weight: bold;
  z-index: 2;
}
.tabbut.cur:nth-child(1) {
  margin-right: 0;
}
.tabbut.cur:nth-last-child(1) {
  margin-left: 0;
}
.tabbut.cur .tabtri {
  background-color: #fff;
}
.tabbut.miun {
  max-width: 100px;
  min-width: 100px;
}
.tabbut.aftertri {
  padding-right: 30px;
}
.tabbut.wide {
  z-index: 9999;
  max-width: none;
  min-width: 84px;
}
.tabbut.tablink {
  border-radius: 0;
}
.tabbut .tabtri {
  position: absolute;
  left: -16px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-style: none none solid solid;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 5px;
  background-color: #f6f7f8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabbut .tabtext {
  position: relative;
  z-index: 1;
}

.tabscont {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e6e6e6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.tabscont .tabpane {
  display: none;
  position: relative;
}
.tabscont .tabpane.cur {
  display: block;
}
.tabscont .tabpane .words {
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.soltip {
  position: absolute;
  left: auto;
  top: 158px;
  right: 30px;
  bottom: auto;
  z-index: 1;
  padding: 7px 10px 7px 20px;
  border: 2px solid #15af21;
  border-radius: 5px;
  background-color: #15af21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
  color: #fff;
}
.soltip.tabtip {
  left: auto;
  top: -38px;
  right: 77px;
  bottom: auto;
}
.soltip .tipframe {
  position: absolute;
  left: auto;
  top: -40px;
  right: 1px;
  bottom: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #15af21;
  border-radius: 5px;
  display: none;
}
.soltip .tipframe.tabframe {
  top: 46px;
  right: 0;
  width: 65px;
  height: 50px;
}
.soltip .tipline {
  position: absolute;
  left: auto;
  top: -12px;
  right: 14px;
  bottom: auto;
  width: 2px;
  height: 10px;
  background-color: #15af21;
}
.soltip .tipline.tabline {
  top: 32px;
  right: 31px;
  height: 6px;
}
.soltip .tipx {
  position: absolute;
  left: 4px;
  top: 4px;
  right: auto;
  bottom: auto;
  width: 8px;
  cursor: pointer;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.form-block {
  margin-bottom: 0;
}

.panelhl {
  margin-bottom: 5px;
  font-weight: 600;
}
.panelhl.nocont {
  margin-bottom: 25px;
}
.panelhl.space {
  margin-bottom: 15px;
}
.panelhl.bighl {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}
.panelhl.big-center {
  width: 91%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.panelhl.big-center.left {
  margin-right: auto;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.w-button.print {
  margin-right: 0;
  margin-left: 0;
}
.w-button.disabled {
  background-color: lightgray !important;
  color: gray !important;
  opacity: 0.3 !important;
}

.button {
  display: inline-flex;
  max-width: 150px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  color: #2196f3;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: solid 2px #7ebafa;
  width: 8em;
  height: 2em;
  border-radius: 8px;
  line-height: 2em;
}
.button.disabled {
  background-color: lightgray !important;
  color: gray !important;
  opacity: 0.3 !important;
}
.button.words-annoy-print .fa-spin {
  position: absolute;
  left: 20px;
}
.button.refreshbut {
  position: relative;
  text-decoration: none;
}
.button.print {
  margin-right: 0;
  margin-left: 0;
}
.button.print.space {
  margin-bottom: 40px;
}
.button.space {
  margin-right: 55px;
  margin-left: 55px;
}
.button.small {
  width: 110px;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
}
.button.vis {
  opacity: 0;
}

.popop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popop.inpane {
  position: absolute;
  z-index: 2;
}
.popop.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popop.hide {
  display: none;
}
.popop.inmiyun {
  padding-top: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
}
.popop .close {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}
.popop .close.leftclose {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.popin {
  position: relative;
  overflow: auto;
  max-height: 80vh;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.popin .container {
  background-color: white;
}
.popin .refresh-message {
  position: absolute;
  left: -15px;
  top: auto;
  right: -15px;
  bottom: 50px;
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.popin .refresh-message.pop {
  position: static;
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.whiter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.hlcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hlcont.ver {
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.linecont {
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-right: 30px;
  color: gray;
  font-weight: 600;
}
.linecont.web {
  display: block;
  margin-top: 35px;
}

.fixedsec {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 3;
  overflow: hidden;
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 248, 0.5)), to(rgba(246, 247, 248, 0.5))), url(/v5/img/student_new_bg.jpg);
  background-image: linear-gradient(180deg, rgba(246, 247, 248, 0.5), rgba(246, 247, 248, 0.5)), url(/v5/img/student_new_bg.jpg);
  padding-top: 60px;
}
.fixedsec.simulations {
  padding-top: 60px;
}
.fixedsec.words .tabssec {
  padding-top: 100px;
}
.fixedsec.nonav {
  padding-top: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.tabssec {
  overflow: visible;
  padding-top: 40px;
}
.tabssec.space {
  padding-top: 60px;
}

.repcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  color: gray;
}
.repcont.single {
  position: absolute;
  left: 30px;
  top: 17px;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.repcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 2px solid #fff;
  text-align: center;
}
.repcol.single {
  display: block;
  border-left-style: none;
  cursor: pointer;
}
.repcol.last {
  border-left-style: none;
}

.annoyin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f7f8;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.annoyin.ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  cursor: pointer;
  background-color: #fff;
}
.annoyin.inannoy {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.repnum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
.repnum.rep_0 {
  background-color: #2196f3;
}
.repnum._4 {
  background-color: #ff587b;
  background-image: none;
}
.repnum._5 {
  overflow: hidden;
  padding: 0;
  background-color: #f6f7f8;
  background-image: none;
  color: #2196f3;
  visibility: hidden;
}
.place-win.show {
  background-color: rgb(33, 150, 243);
  color: white;
  position: relative;
}
.place-win.show .slider {
  background-color: rgb(33, 150, 243);
}
.place-win.show + .repnum._5 {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.place-win + .repnum._5 {
  display: none;
  visibility: visible;
}

.slider {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  background-color: gray;
}

.buts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.buts.spacebuts {
  margin-bottom: 5px;
}

.enter-message .refresh-message {
  font-size: 18px;
}
.enter-message .message-close {
  display: block;
  margin: 5px auto;
  color: #444;
}

.unitcont {
  width: 960px;
  position: fixed;
  left: 0;
  top: 110px;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: gray;
  white-space: nowrap;
  z-index: 99;
}
.unitcont .unitcount {
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #fff;
  width: min-content;
  margin: 0 auto;
}

.unitcomp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.unitcomp .unitbut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f6f7f8;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: gray;
  font-weight: 600;
  text-decoration: none;
}
.unitcomp .unitbut.mobile {
  border-style: none;
  background-color: transparent;
}
.unitcomp .unitbut.hide {
  display: none;
}
.unitcomp .unitform {
  margin-bottom: 0;
}
.unitcomp .unitform .unit-letters {
  font-size: 14px;
  margin-top: -20px;
  text-align: center;
}

.unit {
  position: relative;
  width: 40px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
  color: gray;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.unit.w-input {
  width: 2em;
  padding: 0;
  text-align: center;
}
.unit.unitq {
  width: 75px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
}

.bluetri {
  width: 7px;
  height: 7px;
  margin-right: auto;
  margin-bottom: -4px;
  margin-left: auto;
  background-color: #2196f3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bluetri.gray {
  background-color: #b3b3b3;
}

.tabcont {
  position: relative;
  height: 460px;
}

.droptoggle {
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: gray;
  font-weight: 600;
}
.droptoggle.instat {
  height: 25px;
  border-style: none;
  background-color: transparent;
  font-size: 16px;
}

.timercont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: gray;
  font-weight: 600;
}
.timercont.qtimercont {
  z-index: 5;
  padding-left: 10px;
}
.timercont .qtimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin: 10px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e6e6e6;
  font-family: Assistant, sans-serif;
  color: gray;
  font-weight: 600;
}

.sep {
  width: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: hsla(0, 0%, 50.2%, 0.2);
}

.backbut {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: background-color 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.backbut .backicon {
  min-width: 20px;
  max-width: 20px;
}

.slidecont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  direction: rtl;
  color: #2196f3;
  font-weight: 600;
  text-align: center;
}

.refreshmes {
  position: absolute;
  left: -15px;
  top: auto;
  right: -15px;
  bottom: 50px;
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transform-style: preserve-3d;
  transition: 500ms;
  z-index: 8;
}
.refreshmes.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.refreshmes.pop {
  position: static;
  width: auto;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  transform: initial;
  transform-style: initial;
}
.refreshmes.pop.warning {
  background-color: rgb(253, 147, 150);
}

.statlist {
  position: absolute;
  left: 0;
  top: 38px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  overflow: auto;
  max-height: 250px;
  min-width: 150px;
  padding-bottom: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.statlist.inq {
  left: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  display: none;
  overflow: hidden;
  min-width: 150px;
}
.statlist.blue {
  border-color: #2196f3;
}
.statlist .statsbg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.statlist .stathl {
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 16px;
  top: 0;
  z-index: 2;
  background-color: white;
}
.statlist .statscont {
  position: relative;
  overflow: auto;
  max-height: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.statlist .statrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f6f7f8;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: gray;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer;
}
.statlist .statrow.sep {
  width: auto;
  padding-bottom: 5px;
  border-bottom-color: #e6e6e6;
}
.statlist .statrow.passive {
  background-color: #e6e6e6;
}
.statlist .statrow.chosen {
  background-color: #2196f3;
  color: #fff;
}
.statlist .statrow .statrow-title.title {
  min-width: 55px;
}
.statlist .statrow .statrow-title.number {
  min-width: 25px;
}

.solbut {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 4px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #e6e6e6;
  -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: gray;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.solbut.ver {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

*.hide, *.hidden {
  display: none !important;
}

*.show, *.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

.scrollindicator {
  z-index: 1;
  height: 5px;
  background-color: #fff;
}
.scrollindicator .scrollsaman {
  height: 100%;
  background-color: #2196f3;
  transition: 0.2s;
}

.meeting-stage {
  border-bottom: 1px solid #dfdfdf;
}
.meeting-stage:nth-last-child(1) {
  border-bottom: none;
}
.meeting-stage:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #2196f3;
  -webkit-margin-end: 5px;
  max-width: 20px;
  width: 20px;
  display: none;
}
.meeting-stage.books:before {
  content: "\f5db";
}
.meeting-stage.math:before {
  content: "\f1ec";
}
.meeting-stage.solutions:before {
  content: "\f4fd";
}
.meeting-stage.collections:before {
  content: "\f5fd";
}
.meeting-stage.chapters:before {
  content: "\f0ae";
}
.meeting-stage.words:before {
  content: "\f0ac";
}
.meeting-stage.simulations:before {
  content: "\f1b3";
}
.meeting-stage.reading:before {
  content: "\f7e7";
}
.meeting-stage > .name {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
  flex: 1;
  display: inline-flex;
}

.chapter-finished, .menu-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 2px gray;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  background-color: transparent;
  color: #444;
  margin: 0 10px;
}
.chapter-finished.finished, .menu-button.finished {
  background-color: #88c32e;
  border: none;
  color: #e0e0e0;
}

.chapter-finished {
  font-weight: 400 !important;
}
.chapter-finished:before {
  content: "\f00c" !important;
}

.finished-animation {
  position: absolute;
  bottom: -12px;
  min-width: 160px;
  display: block;
  min-height: 250px;
}

.word-hints-times {
  padding-right: 5px;
}

@media (any-hover: hover) and (pointer: fine) {
  .chapter-finished:hover {
    background-color: #92d62c;
    border: none;
  }
  .menu-button:hover {
    color: white;
    background-color: #2196f3;
    border: none;
  }
  .meeting-stage:hover {
    background-color: #dfdfdf;
    color: #444;
    cursor: pointer;
  }
  a:hover {
    outline: 0;
  }
  .link:hover {
    color: #2196f3;
    text-decoration: underline;
  }
  .lesson-icons:hover {
    color: #2196f3;
  }
  .droplink:hover {
    background-color: #d2eafd;
    color: #2196f3;
  }
  .simbut:hover {
    background-color: rgba(33, 150, 243, 0.1);
    -webkit-filter: none;
    filter: none;
    color: #2196f3;
  }
  .simbut:hover.testbut.simhl {
    background-color: transparent;
    color: gray;
  }
  .half.space .lessonhl:hover, .half.title .lessonhl:hover, .half.badge .lessonhl:hover {
    background-color: initial;
  }
  .half.space .lessonhlcont:hover, .half.title .lessonhlcont:hover, .half.badge .lessonhlcont:hover {
    background-color: initial;
    color: gray;
    cursor: initial;
  }
  .lessonhl:hover {
    background-color: rgba(33, 150, 243, 0.1);
  }
  .tabbut:hover {
    background-color: #fff;
    color: #2196f3;
  }
  .tabbut:hover .tabtri {
    background-color: #fff;
  }
  .button:hover {
    background-color: #2196f3;
    color: #fff;
  }
  .unitcomp .unitbut:hover {
    background-color: #2196f3;
    color: #fff;
  }
  .unitcomp .unitbut:hover.mobile {
    background-color: #f6f7f8;
    color: gray;
  }
  .unit.unitq:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }
  .unit:hover {
    border-color: #2196f3;
    color: #2196f3;
  }
  .backbut:hover {
    background-color: #f6f7f8;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }
  .statlist .statrow:hover {
    background-color: rgba(33, 150, 243, 0.2);
  }
}

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