@font-face {
  font-family: 'Manrope';
  src: url(/fonts/Manrope-Regular.ttf);
}
@font-face {
  font-family: 'Manrope';
  src: url(/fonts/Manrope-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope';
  src: url(/fonts/Manrope-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'Rubik';
  src: url(/fonts/Rubik-Medium.ttf);
  font-weight: 500;
}

body, html {
  height: 100%;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
  font-family: 'Manrope';
  font-size: 19px;
  line-height: 140%;
  color: #4F4F4F;
  background: #F0F0F0;
}

input, select, textarea {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border: 0 none;
  color: #4F4F4F;
  background: none;
  border-bottom: 2px solid #d5d8d3;
  padding: 10px 0;
}
input:focus, select:focus, textarea:focus {
  border-bottom: 2px solid rgb(86, 163, 43);
  outline: none;
}
label {
  display: block;
}
form.profile-info .form-box input[type="radio"],
input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
}
input[disabled] {
  border-radius: 8px;
  background: rgba(66, 137, 243, 0.10);
  border: 0 none;
  padding: 12px;
}

.error {
  color: #f00;
}
.container {
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}

.cabinet-box1 {
  padding: 30px;
  background: rgba(86, 163, 43, 0.05);
  border-radius: 16px;
  margin-left: 20px;
  box-sizing: border-box;
  /*box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);*/
}
.cabinet-box1:first-child {
  margin: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header {
  background-color: #56a32d;
}
header .container {
  align-items: center;
  height: 90px;
  transition: height .35s;
  overflow: hidden;
}
header .logo {
  margin-right: auto;
}
header a {
  color: #fff;
  text-decoration: none;
}
header .lang li {
  padding: 0 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  position: relative;
}
header .lang li:before {
  content: "|";
  position: absolute;
  left: -5px;
  color: #6FBC44;
}
header .lang li:first-child {
  padding: 0 10px 0 0;
}
header .lang li:first-child:before {
  content: none;
}
header .lang li.active {
  color: #F3CB42;
}
header .balance {
  color: #fff;
  margin: 0 20px;
}
header .alerts {
  height: 28px;
  margin: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
header .alerts:after {
  content: attr(data-count);
  background: #F34242;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #FFF;
  position: absolute;
  right: -2px;
  top: -5px;

  text-align: center;
  font-family: Rubik;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
header .logout {
  height: 28px;
}

.cabinet .button-cancel,
.cabinet .button-reschedule,
.button {
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 1000px;
  background: #F3CB42;
  border: 0 none;
  color: #4F4F4F;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid rgba(79, 79, 79, 0.10);
  height: 100%;
}
nav li {
  list-style: none;
}
/*nav li:last-child {
  margin: auto 0 0;
}*/
nav li a {
  border-radius: 16px;
  padding: 28px;
  margin: 0 0 1px;
  width: 269px;
  box-sizing: border-box;
  display: block;

  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
  color:  #4F4F4F;
}
nav li a svg {
  margin: 0 20px 0 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #56A32B;
}
nav li a:hover svg,
nav li.active a svg {
  fill: #F3CB42;
}
nav li a:hover,
nav li.active a {
  background-color: #56a32b;
  color: #fff;
}

.h2, .h3 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 8px;
}
.h3 {
  font-size: 20px;
}
.sub-title {
  color: rgba(79, 79, 79, 0.40);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 20px;
}

.content {
  background-color: #fff;
  margin: 50px auto;
  padding: 40px 20px 30px;
  box-sizing: border-box;
  border-radius: 24px;
}
.content-page {
  width: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.registration .content,
.login .content {
  max-width: 300px;
}
.registration .content-page,
.login .content-page {
  padding: 0;
}

.cabinet .greetings .avatar {
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border-radius: 15px;
  background: rgba(243, 203, 66, 0.40);
  margin: 0 16px 0 0;
}
.cabinet .lesson-info .icon-alert {
  width: 60px;
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 54px;
  margin: 0 20px 0 0;
  text-align: center;
  border-radius: 50%;
  background: #F3CB42;
}
.cabinet .lesson-info .icon-alert img {
  vertical-align: middle;
}
.cabinet .lesson-info {
  color: #4F4F4F;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  align-items: center;
}
.cabinet .button-reschedule,
.cabinet .button-cancel {
  font-size: 13px;
  padding: 0 24px;
  line-height: 48px;
  height: 48px;
}
.cabinet .button-reschedule {
  border: 2px solid #56A32B;
  background: none;
  color: #4F4F4F;
  margin: 0 0 0 auto;
}
.cabinet .button-cancel {
  color: #fff;
  background: #F34242;
  margin: 0 0 0 10px;
}
.cabinet .cabinet-box1 {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  padding: 20px;
}
.cabinet .cabinet-box1:nth-child(4n+1) {
  margin-left: 0;
}
.cabinet .cabinet-box1 .title {
  color: #4F4F4F;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 11px;
  align-items: center;
}
.cabinet .cabinet-box1 .title img {
  width: 30px;
  vertical-align: middle;
  margin: 0 8px 1px 0;
}
.cabinet .cabinet-box1.statistics {
  width: calc(50% - 10px);
  background: #56A32B;
}
.cabinet .cabinet-box1.statistics ul {
  padding: 0;
  margin: 0;
}
.cabinet .cabinet-box1.statistics li {
  width: calc(50% - 12px);
  position: relative;
  list-style: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 12px 8px 0;
  padding: 0 20px 10px 0;
  box-sizing: border-box;
}
.cabinet .cabinet-box1.statistics li div {
  position: absolute;
  background: #498A24;
  height: 4px;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
}
.cabinet .cabinet-box1.statistics li div span {
  display: block;
  background: #F3CB42;
  width: 0;
  height: 4px;
  position: absolute;
  border-radius: 100px;
  z-index: 9;
}
.cabinet .cabinet-box1.statistics li:before {
  content: attr(data-grade);
  position: absolute;
  right: 0;
  top: 0;
  color: #F3CB42;
  font-weight: 700;
}
.cabinet .cabinet-box1.statistics .title {
  color: #fff;
}
.cabinet .cabinet-box1 .text {
  color: rgba(79, 79, 79, 0.80);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 26px;
}
.cabinet .cabinet-box1 .button {
  background-color: #f3cb42;
}
.cabinet .lesson-info.cabinet-box1 {
  margin: 0 0 20px;
  width: 100%;
}
.cabinet .trainers {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  max-height: 120px;
}
.cabinet .trainers li {
  list-style: none;
  margin: 0 0 9px;
  line-height: 100%;
  overflow: hidden;
}
.cabinet .trainers li .title {
  color: #4F4F4F;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 4px 0 0 0;
  margin: 0 0 -1px;
}
.cabinet .trainers li .icon {
  width: 45px;
  height: 45px;
  float: left;
  line-height: 42px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  border-radius: 10px;
  background: rgba(86, 163, 43, 0.20);
}
.cabinet .trainers li .icon img {
  vertical-align: middle;
  width: 25px;
}
.cabinet .trainers li a {
  color: #F3CB42;
  font-family: Rubik;
  font-size: 15px;
  line-height: 100%;
}
.cabinet .achievements {
  /*overflow-x: scroll;*/
  overflow-x: hidden;
}
.cabinet .achievements ul {
  margin: 0 0 14px;
  padding: 0;
  width: 290px;
}
.cabinet .achievements li {
  list-style: none;
  margin: 0 4px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: #F26C42;
}
.cabinet .achievements li:nth-child(2) {
  background: #42A8F2;
}
.cabinet .achievements li:nth-child(3) {
  background: #F24242;
}
.cabinet .achievements li:nth-child(4) {
  background: #56A32B;
}
.cabinet .achievements li img {
  vertical-align: middle;
}
.cabinet .achievements + .button {
  background: #4F4F4F;
  color: #fff;
}

.clubs-list > .title {
  color: #4F4F4F;
  font-family: Rubik;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 20px;
}
.clubs-list > .title span {
  color: #56A32B;
}
.clubs-list > .title b {
  color: rgba(79, 79, 79, 0.40);
}

.clubs-list ul {
  margin: 0;
  padding: 0;
}
.clubs-list ul li {
  list-style: none;
  width: calc(25% - 8px);
  padding: 8px 8px 16px;
  box-sizing: border-box;
  margin: 0 8px 0 0;
}
.clubs-list ul li img {
  margin: 0 0 7px;
  border-radius: 8px;
  max-width: 100%;
}
.clubs-list ul li .title {
  color: #4F4F4F;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
}
.clubs-list ul li .date {
  margin: 5px 0 13px;
  color: rgba(79, 79, 79, 0.60);
  font-size: 15px;
  line-height: 100%;
}
.clubs-list ul li .teacher {
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.clubs-list ul li .buttons {
  justify-content: space-between;
  padding: 14px 0 0;
}
.clubs-list ul li .more {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #56A32B;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.classroom-page .cabinet-box1 {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
.classroom-page .cabinet-box1 a {
  color: #4F4F4F;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.classroom-page .cabinet-box1 img {
  max-width: 100%;
  margin: 0 0 5px;
}
.classroom-page .cabinet-box1 input {
  padding: 0;
  max-width: 100%;
}
.classroom-page .cabinet-box1 svg {
  cursor: pointer;
}

.board .content {
  max-width: 100%;
  height: calc(100% - 92px);
}
.board .content-page,
.board .content {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.board nav ul {
  padding: 20px 5px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.board nav li a {
  width: auto;
}
.board nav li a span {
  display: none;
}
.board nav li a svg {
  margin: 0;
}
#topToolsPanel {
  z-index: 10;
  position: absolute;
  left: calc(50% - 182px);
}
#topToolsPanel div {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 11px;
  box-sizing: border-box;
  margin: 0 3px;
  border-radius: 14px;
  background: #FFEDB0;
}
#topToolsPanel div.active {
  background: #f3cb41;
}
#topToolsPanel div.inner-box {
  position: absolute;
  display: none;
  width: 110px;
  left: -36px;
  top: 51px;
  background: none;
  padding: 0;
}
#topToolsPanel div.active div.inner-box {
  display: block;
}
#topToolsPanel div.inner-box div {
  margin-bottom: 4px;
}
.board .classboard {
  background: url(/img/board-bg.png) -10px -10px;
}
.classboard .class-board {
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.classboard .chatroom-box {
  float: right;
  width: 280px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0;
  background: #fff;
  transition: width .4s;
  position: relative;
  overflow-y:clip;
  z-index: 1;
}
body.body-share-screen .classboard .chatroom-box {
  z-index: 20;
}
.classboard .forShowChat {
  background: #F3CB42;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: absolute;
  margin: -5px 0 -20px;
  z-index: 21;
  right: 0;
}
.classboard .forShowChat.active {
  transform: rotate(180deg);
  right: 5px;
}
#showChat:checked + .chatroom-box {
  width: 0;
  padding: 15px 0 0;
}
#showChat:checked + .chatroom-box .chat-box {
  display: none;
}
.classboard .userMouseCursor {
  position: absolute;
  z-index: 11;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  pointer-events: none;
}

.classboard .userMouseCursor svg {
  width: 29px;
  height: 29px;
  vertical-align: middle;
}
.classboard .userMouseCursor div {
  position: relative;
  font-size: 12px;
  color: #fff;
  line-height: 100%;
  padding: 3px 4px;
  background: #414bb2;
  border-radius: 7px;
  margin: -11px 0 0 19px;
}
#chatMessages {
  height: 210px;
  overflow: hidden;
  overflow-y: scroll;
}
#chatMessagesMobile .message,
#chatMessages .message {
  padding: 10px 8px;
  margin: 0 0 11px;
  border-radius: 12px 12px 2px 12px;
  background: rgba(86, 163, 43, 0.20);
  color: #4F4F4F;
  font-size: 15px;
  line-height: 120%;
}
#chatMessagesMobile .message.type1,
#chatMessages .message.type1 {
  border-radius: 12px 12px 2px 12px;
  background: rgba(243, 203, 66, 0.40);
}
#chatMessagesMobile .message b,
#chatMessages .message b {
  display: block;
  color: #56A32B;
  display: block;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 0 5px;
}
#chatMessages .message.type1 b {
  color: #F3CB42;
}
#videoCallMobile video,
.classboard .video-box canvas,
.classboard .video-box video,
#localVideo,
#remoteVideo {
  width: 100%;
  height: 120px;
  border-radius: 16px !important;
  background: #EFEFEF;
  margin: 0 0 8px;
  vertical-align: middle;
}
#videoCallMobile video {
  height: 168px;
}
/*#localVideo {
  position: relative;
}*/
#remote-playerlistMobile video,
#remote-playerlist video,
#local-playerMobile video,
#local-player video {
  position: relative !important;
  height: 116px !important;
  border-radius: 16px !important;
  background: #EFEFEF;
  margin: 0 0 8px;
  object-fit: contain !important;
}
#local-playerMobile video,
#remote-playerlistMobile video {
  height: 168px !important;
}
#remote-playerlistMobile .player > div,
#remote-playerlist .player > div,
#local-playerMobile > div,
#local-player > div {
  background: none !important;
}
#remote-playerlist span[data-tool="fullScreen"],
#local-playerMobile  span[data-tool="fullScreen"],
#local-player span[data-tool="fullScreen"] {
  position: absolute;
  right: 0;
  top: 74px;
  background: #F3CB42;
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  padding: 9px;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  z-index: 11;
}
#local-playerMobile  span[data-tool="fullScreen"] {
  right: 15px;
  top: 140px;
}
#remote-playerlistMobile .player-name,
#remote-playerlist .player-name {
  display: none;
}
#remote-playerlist .share-screen {
  position: relative;
}
#remote-playerlist .share-screen .player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
  background: #000;
  border-radius: 16px;
  opacity: 0.3;
  display: none;
  cursor: pointer;
}
#remote-playerlist .share-screen:hover .player::after,
#remote-playerlist .share-screen:hover .player > div::after {
  display: block;
}
#remote-playerlist .share-screen .player > div::after {
  content: "";
  position: absolute;
  display: none;
  width: 14%;
  height: 30%;
  top: 34%;
  left: 43%;
  /*box-sizing: border-box;
  border: 8px solid #0d5243;*/
  background: #0d5243;
}
#remote-playerlistMobile.big-group,
#remote-playerlist.big-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#remote-playerlistMobile.big-group > div,
#remote-playerlist.big-group > div {
  width: 48%;
}

#activeBoardUsers {
  height: 29px;
  margin-right: -5px;
}
#activeBoardUsers .user {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border: 3px solid #F3CB42;
  border-radius: 50%;
  float: left;
  text-align: center;
  color: #f3cc42;
  font-size: 0.85em;
  line-height: 25px;
  cursor: pointer;
}
#activeBoardUsers .user.follow {
  border: 0 none;
  padding: 0 3px;
}
#activeBoardUsers .user.follow svg {
  margin-left: -3px;
  stroke-width: 2px;
  stroke: #F3CB42;
}
.audioPlayer {
  display: flex;
  align-items: center;
  border: 2px solid;
  padding: 0.66% 2.66%;
  border-radius: 15px;
  height: 100%;
  box-sizing: border-box;
  background: #ffedb0;
}
.audioPlayer svg {
  cursor: pointer;
  margin-right: 2%;
  width: 10%;
  height: 100%;
}
.audioPlayer .timeline {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  width: 76%;
  height: 100%;
}
.audioPlayer .timeline .timerange {
  width: 56%;
  height: 30%;
  background: rgba(13, 82, 67, 0.17);
  border-radius: 1000px;
  overflow: hidden;
}
.audioPlayer .timeline .timerange .inner {
  height: 100%;
  background: rgb(13, 82, 67);
  width: 0;
}
.audioPlayer .timeline input {
  width: 58%;
}
.audioPlayer .currentTime,
.audioPlayer .duration {
  width: 16.66% !important;
}

div.foreign-iframe,
.videoPlayer {
  padding: 2.6%;
  border-radius: 1.6%;
  height: 100%;
  box-sizing: border-box;
  background: #ffedb0;
}
div.foreign-iframe {
  padding: 3%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.videoPlayer .video-block {
  /*position: relative;
  z-index: 1;*/
  width: 100%;
  /*height: 0;
  padding-bottom: 56.5%;*/
  margin: 0 0 2%;
  cursor: pointer;
  overflow: hidden;
  height: 85%;
}
foreignObject .foreign-thumb img,
foreignObject .foreign-thumb,
.videoPlayer .video-thumb img,
.videoPlayer .video-thumb {
  height: 100%;
}
.videoPlayer .video-block video {
  height: 100%;
  width: 100%;
}
.videoPlayer .video-block .video-frame {
  width: 100%;
  height: calc(100% + 1px);
  display: none;
}
.videoPlayer .video-thumb .video-play-btn {
  position: absolute; z-index:2; top: 0; left: 0;
  right: 0; bottom: 0; display: flex;
  justify-content: center; align-items: center;
}
.videoPlayer .video-thumb svg {
  height: 48px;
  width: 68px;
}
.videoPlayer .video-block div.video-iframe,
.foreign-iframe iframe,
.videoPlayer .video-block video,
.videoPlayer .video-block iframe {
  width: 100%;
  height: 100%;
}
.videoPlayer .video-block video,
.videoPlayer .video-block iframe {
  pointer-events: none;
}
.videoPlayer .video-block .video-overlay {
  display: none;
}
body.safari .foreign-iframe .foreign-overlay,
body.safari .videoPlayer .video-block .video-overlay,
body.safari .foreign-iframe iframe,
body.safari .videoPlayer .video-block video,
body.safari .videoPlayer .video-block iframe {
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 0;
  border: 0;
  left: 2.6%;
  top: 3.6%;
  -webkit-transform: translateZ(0);
  pointer-events: none;
}
body.safari .foreign-iframe .foreign-overlay,
body.safari .videoPlayer .video-block .video-overlay {
  display: block;
  z-index: 1;
  pointer-events: auto;
}
.drag-player .videoPlayer .video-block iframe {
  pointer-events: none;
}
.videoPlayer .controls {
  display: flex;
  align-items: center;
  height: 13%;
}
.videoPlayer .controls svg {
  cursor: pointer;
  margin-right: 2%;
  width: 10%;
  height: 100%;
}
.videoPlayer .controls .timeline {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  width: 76%;
  height: 100%;
}
.videoPlayer .timeline .timerange {
  width: 56%;
  height: 35%;
  background: rgba(13, 82, 67, 0.17);
  border-radius: 1000px;
  overflow: hidden;
}
.videoPlayer .timeline .timerange .inner {
  height: 100%;
  background: rgb(13, 82, 67);
  width: 0;
}
.videoPlayer .controls .timeline input {
  width: 58%;
}
.videoPlayer .controls .currentTime,
.videoPlayer .controls .duration {
  width: 16.66% !important;
  line-height: normal;
}
#mainPopUp.wordwallPopup .popup-content iframe {
  width: 100% !important;
  height: auto !important;
}

#boardBottomInfo {
  position: absolute;
  bottom: -50px;
  background: #f3cb41;
  left: 50%;
  padding: 0 10px;
  z-index: 99;
  display: none;
  transition: bottom .4s;
  font-size: 0.91em;
  height: 28px;
}
#boardBottomInfo.active {
  bottom: 10px;
  display: block;
}
#callTimer {
  position: absolute;
  top: 95px;
  text-align: center;
  width: 100%;
  background: rgb(220, 233, 198, 0.35);
  border-radius: 0 0 16px 16px;
  color: #fff;
  padding: 4px 0;
  font-size: 0.9em;
  line-height: normal;
  display: none;
}
#callTimerMin {
  display: none;
  position: absolute;
  right: 10px;
  top: 60px;
  padding: 5px 10px;
  background: rgb(243 204 66);
  border-radius: 16px;
  z-index: 99;
}
#showChat:checked + .chatroom-box #callTimerMin {
  display: block;
}

body.body-share-screen #remote-playerlist > div:first-child .player {
  position: absolute;
  top: 20px;
  width: 240px;
  height: 160px;
  left: -280px;
  z-index: 20;
}
body.body-share-screen #remote-playerlist > div:first-child .player video {
  height: 100%;
}
#share-screen,
#boardOuter,
#board {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#boardOuter {
  z-index: 0;
  overflow: hidden;
}
#dropZoneBoardFile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.22);
  pointer-events: none;
}
#dropZoneBoardFile > div {
  position: absolute;
  opacity: 0.9;
  width: 190px;
  color: rgba(16, 82, 66, 1);
  font-weight: bold;
  text-align: center;
  height: 190px;
  box-sizing: border-box;
  padding: 35px 0 0;
  left: calc(50% - 95px);
  top: calc(50% - 95px);
  background: rgba(150, 150, 150, 0.33);
  border-radius: 15px;
}
#board * {
  cursor: move;
}
#share-screen {
  display: none;
  z-index: -1;
}
#board.iframe-wheel iframe {
  pointer-events: none;
}

#boardRightClickMenu {
  margin: 0;
  padding: 0;
  position: fixed;
  list-style: none;
  border-radius: 6px;
  background: #f3cb41;
  display: none;
  z-index: 12;
  box-shadow: 0px 8px 32px rgba(56, 44, 0, 0.38);
}
#boardRightClickMenu.active {
  padding: 8px 0;
  display: block;
}
#boardRightClickMenu .elem-panel div {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.77em;
  line-height: 1.65;
  padding: 1px 10px;
}
#boardRightClickMenu .elem-panel div:hover {
  background: #dce9c6;
}
#boardRightClickMenu div svg {
  height: 20px;
  vertical-align: middle;
}
#boardRightClickMenu div span {
  vertical-align: middle;
  padding: 0 0 0 9px;
}
#boardRightClickMenu .elem-panel div select {
  vertical-align: middle;
}

#board.follow g[data-hash] {
  /*transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;*/
}
.currentFrame {
  border: 2px solid #0d5243;
  position: absolute;
  z-index: 11;
  /* -ms-pointer-events: none; */
  pointer-events: none;
}
.currentFrame .elem-panel {
  position: absolute;
  top: -37px;
  right: 0;
  height: 24px;
  border-radius: 7px;
  background: #f3cb41;
  padding: 5px;
  white-space: nowrap;
}
.currentFrame .elem-panel div {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
  pointer-events: auto;
}
.currentFrame .elem-panel div span {
  display: none;
}
.currentFrame .elem-panel svg {
  height: 23px;
  cursor: pointer;
}
#boardRightClickMenu div select,
.currentFrame .elem-panel select {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  vertical-align:top;
}
.currentFrame .corner {
  position: absolute;
  border: 1px solid #0d5243;
  border-radius: 50%;
  background: #fafafa;
  width: 9px;
  height: 9px;
  cursor: nwse-resize;
  pointer-events: auto;
}
#leftTopCorner {
  left: -7px;
  top: -7px;
}
#rightTopCorner {
  right: -7px;
  top: -7px;
  cursor: nesw-resize;
}
#leftBottomCorner {
  left: -7px;
  bottom: -7px;
  cursor: nesw-resize;
}
#rightBottomCorner {
  right: -7px;
  bottom: -7px;
}

#mainPopUp.remove-video-answear .modal-box {
  max-width: 320px;
  padding: 20px;
}
#mainPopUp.remove-video-answear .row {
  justify-content: space-around;
}
#mainPopUp.remove-video-answear .img {
  border-radius: 50%;
  padding: 0 0 15px;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid;
  border: 2px solid #56a32b;
}
#mainPopUp.remove-video-answear .img img {
  border-radius: 50%;
}
#mainPopUp.remove-video-answear .no-image {
  background: url('/images/logo-small.png') no-repeat center;
}
#mainPopUp.remove-video-answear button.decline,
#mainPopUp.remove-video-answear button.approve {
  background: #56A32B;
  border-radius: 50%;
  border: 0 none;
  padding: 12px;
  cursor: pointer;
  line-height: 0;
}
#mainPopUp.remove-video-answear button.approve {
  -webkit-animation: callWaves linear 1s infinite;
  animation: callWaves linear 1s infinite;
}
@keyframes callWaves {
  0% {
    box-shadow: 0 8px 10px rgba(86, 163, 45, 0.3), 0 0 0 0 rgba(86, 163, 45, 0.2), 0 0 0 0 rgba(86, 163, 45, 0.2)
  }
  40% {
    box-shadow: 0 8px 10px rgba(86, 163, 45, 0.3), 0 0 0 15px rgba(86, 163, 45, 0.2), 0 0 0 0 rgba(86, 163, 45, 0.2)
  }
  80% {
    box-shadow: 0 8px 10px rgba(86, 163, 45, 0.3), 0 0 0 30px rgba(86, 163, 45, 0), 0 0 0 26.7px rgba(86, 163, 45, 0.067)
  }
  100% {
    box-shadow: 0 8px 10px rgba(86, 163, 45, 0.3), 0 0 0 30px rgba(86, 163, 45, 0), 0 0 0 40px rgba(86, 163, 45, 0.0)
  }
}
.classboard .remove-video-answear svg {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}
@keyframes shake {
  0% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }

  50% {
      transform: rotateZ(-7deg);
      -ms-transform: rotateZ(-7deg);
      -webkit-transform: rotateZ(-7deg);
  }
  /*20% {
      transform: rotateZ(15deg);
      -ms-transform: rotateZ(15deg);
      -webkit-transform: rotateZ(15deg);
  }
  30% {
      transform: rotateZ(-10deg);
      -ms-transform: rotateZ(-10deg);
      -webkit-transform: rotateZ(-10deg);
  }
  40% {
      transform: rotateZ(7.5deg);
      -ms-transform: rotateZ(7.5deg);
      -webkit-transform: rotateZ(7.5deg);
  }
  50% {
      transform: rotateZ(-6deg);
      -ms-transform: rotateZ(-6deg);
      -webkit-transform: rotateZ(-6deg);
  }
  60% {
      transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      -webkit-transform: rotateZ(5deg);
  }
  70% {
      transform: rotateZ(-4.28571deg);
      -ms-transform: rotateZ(-4.28571deg);
      -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
      transform: rotateZ(3.75deg);
      -ms-transform: rotateZ(3.75deg);
      -webkit-transform: rotateZ(3.75deg);
  }
  90% {
      transform: rotateZ(-3.33333deg);
      -ms-transform: rotateZ(-3.33333deg);
      -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }*/
}
#mainPopUp.remove-video-answear button.decline {
  background: #F34242;
}
#mainPopUp.remove-video-answear button.decline svg {
  transform: rotate(135deg);
}
#mainPopUp.board-upload .modal-box {
  max-width: 600px;
}
.board-upload .popup-content .row {
  justify-content: space-around;
  padding: 25px 0 0;
}
.board-upload .popup-content .row > div {
  width: 190px;
  height: 190px;
  box-sizing: border-box;
  border: 3px dashed rgba(16, 82, 66, 0.6);
  cursor: pointer;
  box-sizing: border-box;
  padding: 12px 0 0;
}
.board-upload .popup-content .row > div.drag-in {
  border-color: rgb(16, 82, 66);
}
.board-upload .popup-content .row svg {
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.board-upload .popup-content canvas,
.board-upload .popup-content video {
  width: 100%;
  max-height: 480px;
  max-width: 640px;
  margin: 15px 0;
}
.board-upload .popup-content button.button {
  margin: 5px 10px 0;
}


.classboard .class-board .add-custom-element {
  float: left;
  cursor: pointer;
  /*width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  z-index: 11;
  background: #F3CB42;
  position: relative;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Rubik;
  font-size: 34px;
  font-weight: 500;*/

  position: relative;
  color: #F0F0F0;
  font-family: Rubik;
  font-weight: 500;
  line-height: 46px;
  z-index: 12;
  height: 46px;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 14px;
  background: #56A32B;
}
.classboard .class-board .add-custom-element svg {
  vertical-align: middle;
  margin: 0 0 0 -3px;
}
.classboard .video-box div.player {
  position: relative;
}
#videoCallMobile .video-tools span,
.classboard .video-box .video-tools span {
  background: #F3CB42;
  display: inline-block;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
#videoCallMobile .video-tools span:first-child,
.classboard .video-box .video-tools span:first-child {
  margin-left: 0;
}
#videoCallMobile .video-tools span:last-child,
.classboard .video-box .video-tools span:last-child {
  margin-right: 0;
}
#videoCallMobile .video-tools svg,
.classboard .video-box .video-tools span svg {
  vertical-align: top;
}
#videoCallMobile .video-tools span.start-end-call,
.classboard .video-box span.start-end-call {
  background: #56A32B;
}
#videoCallMobile .video-tools span.end-call,
.classboard .video-box span.end-call {
  background: #F34242;
}
#videoCallMobile .video-tools span.end-call svg,
.classboard .video-box span.end-call svg {
  transform: rotate(135deg);
}
.board .video-tools {
  justify-content: space-around;
  overflow: hidden;
}
.board .chat-box {
  border-radius: 16px;
  background: rgba(243, 203, 66, 0.10);
  padding: 12px 6px 0px 16px;
  margin: 10px 0 0;
}
#chatMessagesMobile .row,
.board .chat-box .row {
  margin: 8px -6px 0 -16px;
  padding: 8px 8px 8px 16px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid rgba(243, 203, 66, 0.30);
  background: #FEFAED;
}
#chatMessagesMobile .sendMessage,
.board .mobile-buttons .showVideoBox,
.board .mobile-buttons .sendMessage,
.board .chat-box .sendMessage {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0 none;
  line-height: 43px;
  background: #F3CB42;
}
#chatMessagesMobile .sendMessage svg,
.board .mobile-buttons .showVideoBox svg,
.board .mobile-buttons .sendMessage svg,
.board .chat-box .sendMessage svg {
  vertical-align: middle;
  margin-left: -5px;
}
.board .chat-box .sendMessage[disabled] {
  opacity: 0.5;
}
.board .mobile-buttons button.active svg:first-child,
.board .mobile-buttons button svg:last-child {
  display: none;
}
.board .mobile-buttons button.active svg:last-child {
  display: inline-block;
}

#chatMessagesMobile input,
.board .chat-box input {
  border: 0 none;
  flex: 1;
  color: rgba(79, 79, 79, 0.40);
  font-size: 16px;
  line-height: 120%;
  width: 100%
}
.board .mobile-buttons {
  display: none;
  position: absolute;
  bottom: 9px;
  width: 100%;
}
.board .mobile-buttons .showVideoBox,
.board .mobile-buttons .sendMessage {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  z-index: 11;
}
.board .mobile-buttons .showVideoBox {
  right: 80px;
}
.board .mobile-buttons .showVideoBox svg,
.board .mobile-buttons .sendMessage svg {
  width: 22px;
  height: 22px;
}
.board .mobile-buttons .showVideoBox svg {
  margin-top: -3px;
  margin-left: 0;
}
#videoCallMobile,
#chatMessagesMobile {
  display: none;
  overflow-y: scroll;
}
#zoomToolsPanel {
  position: absolute;
  bottom: 15px;
  right: calc(50% - 110px);
}
#zoomToolsPanel div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  cursor: pointer;
  color: #56A32B;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
#zoomToolsPanel svg {
  vertical-align: middle;
}
#zommSelectList {
  position: absolute;
  width: 80px;
  bottom:90px;
  left: calc(50% - 150px);
}
#zommSelectList svg {
  vertical-align: middle;
  width: 16px;
  padding-right: 5px;
}
#zommSelectList span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #56A32B;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
}
#boardMiniMap {
  position: absolute;
  width: 240px;
  height: 164px;
  bottom: 100px;
  left: -145px;
  background: #fff;
  border: 2px solid #ededed;
  box-shadow: 1px 1px 3px #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
#boardMiniMap svg {
  cursor: pointer;
}
#boardMiniMap svg * {
  pointer-events: none;
}
#boardMiniMap svg .foreign-iframe,
#boardMiniMap svg .videoPlayer .video-frame {
  display: none !important;
}
#boardMiniMap .video-block video {
  display: none;
}

#board.hand,
#board.hand * {
  cursor: grab;
}
#board.pen-tools,
#board.pen-tools *,
#board.pen,
#board.pen * {
  cursor: url(https://capital-letter-school.com/img/pen.png) 2 19, auto;
  user-select: none;
}
#board.eraser,
#board.eraser * {
  cursor: url(https://capital-letter-school.com/img/eraser.png) 10 18, auto;
  user-select: none;
}
#board.note,
#board.note *,
#board.text,
#board.text * {
  cursor: text;
}
#board.figure,
#board.figure * {
  cursor: crosshair;
}


.settings-page .cabinet-box1 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.settings-page .cabinet-box1:nth-child(2n+1) {
  margin-left: 0;
}
.settings-page form .form-box {
  margin: 0 0 16px;
}
.settings-page form .box-gray {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(66, 137, 243, 0.10);
  display: inline-block;
}

form.profile-info .mobile-show {
  display: none;
}
form.profile-info .photo {
  margin: 0 15px 0 0;
}
form.profile-info .img {
  width: 96px;
  height: 96px;
  line-height: 90px;
  text-align: center;
  border-radius: 26px;
  background: rgba(243, 203, 66, 0.40);
  margin: 0 0 10px;
  position: relative;
}
form.profile-info .img img {
  max-width: 80%;
}
form.profile-info .img span {
  content: "";
  position: absolute;
  display: block;
  right: -5px;
  top: -7px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #4289F3;
  cursor: pointer;
}

.registration label,
#changePasswordForm label,
form.profile-info .form-box label {
  color: rgba(79, 79, 79, 0.40);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
#changePasswordForm input,
form.profile-info .form-box input {
  width: 100%;
  box-sizing: border-box;
}
#changePasswordForm .buttons {
  justify-content: space-between;
  align-items: center;
}
#changePasswordForm .restore-password {
  color: #4289F3;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
form.profile-info .row .form-box:first-child {
  width: 50%;
  margin:0 10px 0 0;
}


form.alerts-settings .form-box .sub-box {
  padding: 0 0 0 25px;
  /*display: none;*/
}
form.alerts-settings .form-box .sub-box p,
form.alerts-settings .form-box .sub-box label {
  font-size: 14px;
  line-height: 140%;
}
form.alerts-settings .form-box .sub-box p {
  color: rgba(79, 79, 79, 0.60);
  margin: 0;
}
.messenger-connected {
  color: #56A32B;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  margin: 8px 0 13px;
}
form.alerts-settings .form-box label {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
form.alerts-settings .form-box .connect-link {
  color: #4289F3;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
/*input[type="checkbox"]:checked + label + .sub-box {
  display: block;
}*/
.settings-page .google-2fa-code > div:nth-child(1) {
  width: 100%;
}
.settings-page .secure-box label {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 7px;
}
.settings-page .google-2fa-code .qr-code {
  min-width: 170px;
  text-align: center;
  margin: 0 0 20px;
}
.settings-page .google-2fa-code img {
  max-width: 90px;
  margin: 15px 0 10px;
  vertical-align: top;
}
.settings-page .google-2fa-code .qr-code div {
  color: #4289F3;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.settings-page .google-2fa-code .qr-code .img {
  position: relative;
}
.settings-page .google-2fa-code .qr-code .img:after {
  content: "";
  width: 66%;
  position: absolute;
  left: calc(50% - 32%);
  top: 50%;
  background: #F3CB42;
  height: 2px;
  border-radius: 2px;
}
.settings-page .google-2fa-code .qr-code svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
.settings-page .test-box .icons span {
  border-radius: 50%;
  background: #F3CB42;
  width: 40px;
  height: 40px;
  padding: 12px;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classboard {
  height: 100%;
}

footer {
  background: #56A32B;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
  padding: 40px 0 28px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .container {
  justify-content: space-between;
}
footer .sub-text {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin: 20px 0 0;
}
footer .sub-text a:first-child {
  margin: 0 auto 0 0;
}


/* The Modal */
#mainPopUp {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.18);
}
#mainPopUp .modal-box {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  min-width: 300px;
  max-width: 70%;
  border-radius: 16px;
  text-align: center;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
#mainPopUp .popup-title {
  color: #595959;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 0.4em;
}
#mainPopUp .popup-content {
  font-size: 18px;
  color: #545454;
}
#mainPopUp .popup-content img {
  max-width: 100%;
}
#mainPopUp .popup-content .tab-buttons {
  text-align: left;
}
#mainPopUp .popup-content .tab-buttons button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
}
#mainPopUp .popup-content .tab-buttons button.active {
  background-color: #f3cc42;
}
#mainPopUp .popup-content .tab-box {
  /*display: none;*/
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #f3cc42;
  margin: 0 0 20px;
}
#mainPopUp .popup-content .tab-box p {
  margin: 12px 0;
}
#mainPopUp .popup-content .tab-box label {
  display: inline-block;
}
#mainPopUp .popup-content .tab-box select {
  padding: 0;
  border: 0 none;
}

#mainPopUp .popup-close {
  background: url('/images/close-popup.png') no-repeat 0 0;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 21px;
  width: 21px;
}
#mainPopUp .close:hover,
#mainPopUp .close:focus {
  cursor: pointer;
}
#mainPopUp .mobal-buttons {
  padding: 5px;
}
#mainPopUp .mobal-buttons button {
  background: none;
}
#mainPopUp textarea,
#mainPopUp input {
  width: 100%;
}
#mainPopUp textarea {
  height: 120px;
}
#mainPopUp.testimonial .modal-box,
#mainPopUp.homework .modal-box,
#mainPopUp.feedback .modal-box {
  max-width: 430px;
}
#mainPopUp.lesson-report .modal-box,
#mainPopUp.club-info .modal-box {
  max-width: 600px;
}
#mainPopUp.lesson-report {
  padding-top: 4%;
}
#mainPopUp.lesson-report .modal-box {
  padding: 20px 30px;
}
#mainPopUp.lesson-report.group .modal-box {
  max-width: 700px;
}
#mainPopUp.lesson-report.big-group .modal-box {
  max-width: 790px;
  padding: 20px 25px;
}
#mainPopUp.lesson-report .form-box {
  padding: 2px 0;
  flex-wrap: wrap;
  line-height: 1.4;
}
#mainPopUp.lesson-report .form-box .row {
  width: 100%;
}
#mainPopUp.lesson-report .row label {
  white-space: nowrap;
  font-size: 0.9em;
  text-align: left;
  padding-bottom: 4px;
}
#mainPopUp.lesson-report .row textarea,
#mainPopUp.lesson-report .row input {
  padding: 0 0 1px;
  font-size: .95em;
  border-right: 2px solid #d5d8d3;
}
#mainPopUp.lesson-report .row input::placeholder {
  font-size: .8em;
  padding-left: 4%;
  opacity: 0.75;
}
#mainPopUp.lesson-report .row textarea:last-child,
#mainPopUp.lesson-report .row input:last-child {
  border-right: 0 none;
}
#mainPopUp.lesson-report .row textarea {
  padding: 5px 0 4px;
}
#mainPopUp.bookFilePreview {
  padding-top: 1%;
}
#mainPopUp.bookFilePreview .modal-box {
  max-width: 780px;
}

/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/
/***************************** OLD STYLES *****************************/

.classboard .class-board .left-elements-panel {
  float: left;
  width: 0;
  overflow: hidden;
  transition: width .4s;
  height: calc(100% + 20px);
  z-index: 10;
  position: relative;
}
.classboard .class-board .left-elements-panel .inner-panel {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  transition: left .4s;
}
#sectionDataList,
#bookSectionsList {
  left: 100%;
}
.classboard .class-board .left-elements-panel span {
  width: 45%;
  float: left;
  margin: 2%;
  cursor: pointer;
}
#bookSectionsListBack {
  width: 100%;
}
#sectionDataList .sections {
  height: 100%;
  overflow-y: scroll;
}
#sectionDataList .sections audio {
  height: 40px;
}
#sectionDataList .sections img {
  width: 80%;
  margin-bottom: 5px;
  height: 190px;
}
#bookSectionsList .sections span,
#sectionDataList .sections span.audioBox,
#sectionDataList .sections span.videoBox,
#sectionDataList .sections span.imageBox {
  width: 100%;
  margin: 0 0 4px;
  color: #0d5143;
  border-left: 15px solid #56a22c;
  background: #ffedb0;
  padding: 4px 0 4px 5px;
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 0.9em;
}
#bookSectionsList .sections span:before,
#sectionDataList .sections span.audioBox:before,
#sectionDataList .sections span.videoBox:before,
#sectionDataList .sections span.imageBox:before {
  content: ">";
  position: absolute;
  left: 3px;
  font-weight: bold;
  color: #fff;
}
.classboard .class-board .left-elements-panel span img {
  width: 100%;
}
.classboard .class-board .left-elements-panel .sections {
  overflow: hidden;
  width: 100%;
}
.classboard .class-board .left-elements-panel .add-file {
  width: 100%;
}
#showCustomElements,
#showChat {
  display: none;
}
#showCustomElements:checked + .left-elements-panel {
  width: 15%;
  padding: 0 10px;
  /*border-right: 2px solid #000;*/
  margin: -10px 0 0 -10px;
  z-index: 11;
}


/*#topToolsPanel div.inner-box:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 13px solid #aaa;
  top: -13px;
  left: 31px;
}*/
#topToolsPanel div.inner-box .colorSelect {
  border-radius: 50%;
  background: #000;
  border: none;
  box-shadow: none;
  width: 28px;
  height: 28px;
}

/*#colorPicker {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 2px 2px 3px #aaa;
  width: 150px;
  z-index: 14;
}
#colorPicker .selector {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0;
  top: 0;
  border: 2px solid #000;
  border-radius: 50%;
}*/
#colorPicker {
  display: none;
  position: absolute;
  width: 150px;
  z-index: 14;
  background: #ffedb0;
  border-radius: 14px;
  padding: 4px;
  box-sizing: border-box;
}
#colorPicker span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #f3cc41;
  margin: 5px 4px;
  cursor: pointer;
  vertical-align: top;
}


.classboard .boardTextarea,
.classboard .boardText {
  position: absolute;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  box-sizing: unset;
  line-height: 1.3;
  border: 2px solid rgb(250, 197, 5);
}
.classboard .boardTextarea {
  background:#ffedb0;
  padding: 0;
  border: 0 none;
  width: 130px;
  height: 130px;
  word-break: break-all;
  line-height: 1.35;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
  text-align: center;
}
.classboard .boardTextarea span,
.classboard .boardText > div,
.classboard .boardTextarea > div {
  outline: 0;
  min-width: 1px;
  min-height: 1px;
}
.classboard .boardText > div {
  padding: 3px 7px;
}
.classboard .boardNoteElem {
  background:#ffedb0;
  line-height: 1.35;
  box-sizing: border-box;
  word-break: break-word;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.classboard .boardNoteElem * {
  display: inline;
}
.classboard .boardNoteElem div {
  display: block;
  width: 100%;
}
.classboard .boardAudio {
  position: absolute;
}

.loading {
  height: 100%;
  overflow: hidden;
  /*box-shadow: 0px 2px 10px rgba(5, 0, 56, 0.1);*/
  position: relative;
  background: #fafafa;
  border: 4px solid rgba(5, 0, 56, 0.1);
  box-sizing: border-box;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-90%);
  background: linear-gradient(0deg, transparent, rgba(0,0,0,0.1), transparent);
  animation: image-loading 1.7s infinite;
}
@keyframes image-loading {
  100% {
      transform: translateY(90%);
  }
}

.board-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
