:root{
  --primary-color: #5F30E2;
  --secondary-color: #E25F30;
  --white: #FFF;
  --gray: #EDEDED;
  --gray-border: #ECECEC;
  --text-title: #222;
  --text: #4A4A4A;
  --form-text: #979797;
  --subtitle-text: #49494D;
  --secondary-text-title: #242424;
}

@font-face {
  font-family: exo2-bold;
  src: url(../fonts/exo2/Exo2-Bold.otf);
}

@font-face {
  font-family: exo2;
  src: url(../fonts/exo2/Exo2-Regular.otf);
}

@font-face {
  font-family: proxyKZ;
  src: url(../fonts/proxykz/ProxyKZ_Regular.ttf);
}

@font-face {
  font-family: proxyKZBold;
  src: url(../fonts/proxykz/ProxyKZBold.ttf);
}

@font-face {
  font-family: exo2-bold;
  src: url(../fonts/exo2/Exo2-Bold.otf);
}

@page {
  size: auto;   /* auto is the initial value */
  margin: 5mm;  /* this affects the margin in the printer settings */
}

body.overflow-hidden {
  overflow: hidden !important;
}

.modal .controller {
  border-bottom: none;
}

.relative {
  position: relative;
}

img {
  max-width: 100%;
}

.loading_body {
  position: fixed;
  left: 100px;
  top: 50%;
  margin-top: -50px;
  z-index: 99999;
  display: none;
}

.inline-block {
  float: none;
  display: inline-block !important;
  vertical-align: middle;
}

div p:last-child {
  margin-bottom: 0;
}


img.croppr {
  max-width: none;
}

.jcrop-keymgr {
  display: none;
}

/* FILE UPLOADER */

.uploader-widget {

}

.uploader-widget .file-upload {
  padding: 30px;
  border: 8px dashed #eee;
  border-radius: 10px;
}

.uploader-widget .file-upload.dragging {
  border-color: #28a4c9;
}

.uploader-widget .file-upload.hovered {
  border-color: #68d286;
}

.uploader-widget .uploader-inner {
  position: relative
}

.uploader-widget input[type='file'] {
  opacity: 0;
  filter: alpha(opacity=0);
}

.uploader-widget .uploaded_list {
}

.file {
  vertical-align: middle;
  padding: 5px
}

.file .file-icon {
  width: 40px;
}

.file.upload-error {
  border-color: #dca7a7;
  background: #f2dede;
}

#medium_insert_upload_modal {
  z-index: 1049;
}

.EPager {
  clear: both;
}

.text-white {
  color: #fff;
}

.controller {
  position: relative;
}

.autocomplete-suggestions {
  width: auto !important;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #2c3e50;
  margin-top: 3px;
  border-radius: 4px;
}

.autocomplete-suggestion {
  padding: 4px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.datepicker, .bootstrap-timepicker-widget {
  z-index: 9999 !important;
}

.input-xs {
  height: 25px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border-width: 1px;
}

.nav-tabs-xs > li > a {
  padding-left: 3px;
  padding-right: 3px;
}

.modal-llg {
  width: auto;
  max-width: 80%;
}

.modal-fullscreen {
  width: 100%;
  max-width: 100%;
  height: 98%;
  margin: 5px;
}

.modal-fullscreen .modal-content, .modal-fullscreen .modal-content .modal-body, .modal-fullscreen .inner-wrapper, .modal-fullscreen .action-content {
  height: 100%;
}

.pagebreak {
  page-break-after: always;
}

.exo2 {
  font-family: exo2-bold;
}

.exo2 a {
  color: #999;
  text-decoration: none;
}

.exo2 a:hover {

}


.text-light-gray {
  color: #777;
}

.bg-light-gray {
  background: #999;
}

.text-very-light-gray {
  color: #aaa;
}

.profile-photo {
  width: 48px;
  height: 48px;
  border-radius: 64px;
}

.action-content {

}

.modal .action-content {
  padding: 0;
}

.main-menu .nav-link {
  padding: 10px;
  border-radius: 0;
  color: #aaa;
}

.main-menu .nav-link.selected {
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.col {

}

.hidden {
  display: none;
}

.print-object * {
  font-family: Arial !important;
}

@media print {
  .print-object {
    background-color: white;
    height: 100%;
    width: 100%;
    bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}

.nav-tabs .nav-link.mactive {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-pills .nav-link.mactive {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.table-vertical-centered tr td, .table-vertical-centered tr th {
  vertical-align: middle;
}

.inactive {
  opacity: .7;
}

table.questions-table td, table.answers-table td {
  padding: 5px;
}

table.questions-table tr.question-row {
  font-size: 1.3em;
}

.questions .question .answer td.litera {
  font-size: 0;
  height: 32px;
}

.questions .question .answer td.litera * {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
}

.submit-panel {
  padding: 20px;
  background-color: #fafafa;
  border-top: #ccc solid 1px;
  margin: 0 -20px -20px -20px;
}

.modal .submit-panel {
  margin: 0 -15px -15px -15px;
}

.media-left {
  padding-right: 20px;
}

.media-right {
  padding-left: 20px;
}

.questions .question .answer td.litera {
  font-size: 0;
  height: 32px;
}

.questions .question .answer td.litera * {
  font-size: 14px;
}

.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.controller {
  padding-top: 67px;
  padding-bottom: 30px;
}

.color-line {
  height: 6px;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.color-line div {
  display: inline-block;
  width: 10%;
  height: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
}

.der {
  border: 0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.white-block {
  background: #fff;
  padding: 20px;
  border-bottom: transparent 2px solid;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal .white-block, .white-block .white-block {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bordered-bottom {
  border-bottom: 1px solid #ddd;
}

.bordered-bottom:last-child {
  border-bottom: 0;
}

.invalid-feedback {
  display: block;
}

.actions-panel {
  width: 100%;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 45px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0s, opacity 0.1s 0.4s linear;
}

div:hover > .actions-panel {
  visibility: visible;
  opacity: 0.7;
}

.calendar .calendar-col-month {
  width: 33.33333333333%;
  padding: 33.33333333333% 0 0 0;
  cursor: pointer;
}

.calendar .calendar-col {
  width: 14.285%;
  padding: 14.285% 0 0 0;
  cursor: pointer;
}

.calendar .calendar-bubble {
  width: 5px;
  height: 5px;
}

.hover-border {
  cursor: pointer;
  border-bottom: 0;
}

.hover-border:hover {
  border-bottom: 2px solid;
}

.cke_textarea_inline {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  display: block;
  width: 100%;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

page {
  font-family: "Times New Roman" !important;
}

page[size="A4"] {
  background: white;
  width: 21cm;
  min-height: 29.7cm;
  display: block;
  box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.5);
  padding: 1cm 1cm 1cm 1cm;
  font-size: 11pt;
  line-height: 1.2;
}

page[size="A4"][orientation="landscape"] {
  width: 29.7cm;
  min-height: 21cm;
  padding: 1cm 1cm 1cm 1cm;
}

page[size="A4"] p {
  margin-bottom: 0.05cm;
}

@media print {
  body, page[size="A4"] {
    margin: 0;
    box-shadow: 0;
  }
}

.side-profile {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 230px;
  overflow: hidden;
  display: inline-block;
  height: calc(100vh - 62px);
  padding-bottom: 34px;
  position: fixed;
  top: 61px;
  left: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.inner-content {
  padding-left: 235px;
}

.side-profile .user-info {
  padding: 13px 15px 12px 15px;
  white-space: nowrap;
  position: relative;
}

.side-profile .user-info .image {
}

.side-profile .user-info .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom !important;
}

.side-profile .user-info .info-container {
  cursor: default;
}

.side-profile .user-info .info-container .name {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}

.side-profile .user-info .info-container .email {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  max-width: 200px;
}

.side-profile .menu {
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 231px);
  background: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 62px;
  z-index: 999999;
}

#preloader .bg {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sk-spinner-wave.sk-spinner {
  margin: -15px 0 0 -25px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  z-index: 2;
}

.sk-spinner-wave div {
  background-color: var(--primary);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#preloader.top .sk-spinner {
  top: 30px;
}

.chat-container {
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 227px);
}

.big-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.big-gutter > div {
  padding-left: 10px;
  padding-right: 10px
}

.white-block hr {
  margin-left: -20px;
  margin-right: -20px;
}

.font-bold {
  font-weight: bold;
}

.font-weight-6 {
  font-weight: 600;
}

.font-weight-4 {
  font-weight: 400;
}

.modal .modal-hidden {
  display: none;
}

.icon-circle {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  display: inline-block;
}

.icon-circle i {
  font-size: 18px;
  line-height: 36px;
}

.icon-circle-lg {
  width: 36px;
  height: 36px;
}

.icon-circle-lg i {
  font-size: 24px;
  line-height: 56px;
}

.icon-circle.img-icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 9px;
  background-position: center center;
  opacity: 0.95;
}

.bg-tests {
  background-color: rgba(172, 100, 201, 0.2);
  height: 40px;
  width: 40px;
}

.icon-circle.img-icon.icon-circle-lg i {
  width: 22px;
  height: 22px;
  margin-top: 8px;
}

.icon-circle.img-icon i.icon-1 {
  background-image: url('../img/list_icons/icon1.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-2 {
  background-image: url('../img/list_icons/icon2.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-3 {
  background-image: url('../img/list_icons/icon3.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-4 {
  background-image: url('../img/list_icons/icon4.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-5 {
  background-image: url('../img/list_icons/icon5.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}

.icon-circle.img-icon i.icon-6 {
  background-image: url('../img/list_icons/icon6.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-7 {
  background-image: url('../img/list_icons/icon7.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-8 {
  background-image: url('../img/list_icons/icon8.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-9 {
  background-image: url('../img/list_icons/icon9.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-10 {
  background-image: url('../img/list_icons/icon10.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-11 {
  background-image: url('../img/list_icons/icon11.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-12 {
  background-image: url('../img/list_icons/icon12.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-13 {
  background-image: url('../img/list_icons/icon13.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-14 {
  background-image: url('../img/list_icons/icon14.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.background-block {
  height: 160px;
  position: relative;
}

.background-block .inner {
}

.background-block .block-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

body.blank {
  background: #f9f9f9;
}

@media (min-width: 400px) {
  .side-profile {
    margin-left: -235px;
  }

  .inner-content {
    padding-left: 0;
  }

}


@media (min-width: 992px) {
  .side-profile {
    margin-left: 0;
  }

  .inner-content {
    padding-left: 235px;
  }
}

body.side-hidden .side-profile {
  margin-left: -235px;
}

body.side-hidden .inner-content {
  padding-left: 0;
}

body.side-hidden .show-menu-block {
  display: block !important;
}


.side-profile.slide-menu {
  margin-left: 0 !important;
}

.lh-1 {
  line-height: 1.2;
}

.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.no-auth{
  background-image: url('../img/login.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-block{
  background: white;
  padding: 30px;
  border-radius: 8px;
}
.btn-login{
  background: var(--primary-color);
  border-radius: 8px;
  height: 60px;
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  border-color: var(--primary-color);
  font-size: 20px!important;
}
.registrBtn{
  background: white;
  border-radius: 8px;
  height: 60px;
  color: var(--primary-color);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  border-color: var(--primary-color);
  border-width: 1px;
  font-size: 20px!important;
}
.googleBtn{
  background: white;
  border-radius: 8px;
  height: 60px;
  color: var(--secondary-color);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  border-color: var(--secondary-color);
  border-width: 1px;
  font-size: 20px!important;
}
.btn-grey{
  background: white;
  border-radius: 8px;
  height: 60px;
  color: #999;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  border-color: #999;
  border-width: 1px;
  font-size: 20px!important;
}
.regBlock{
  display: flex;
  justify-content: space-between;
  background: white;
}
.genderText{
  color: #000000;
  opacity: 0.45;
}
.inputAuthForm{
  border: none;
  
}
.inputAuthForm:focus{
  box-shadow: none!important;
}
.underlineAuth{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
  margin-top: 34px;
}
.underlineReg{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
  margin-bottom: 34px;
  width: 340px;
  height: 40px;
}
.regInfo{
  background: #E6F7FF;
  border: 1px solid #91D5FF;
  border-radius: 8px;
  max-width: 340px;
  display: flex;
  padding: 6px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.material-link {
  padding-left: 20px;
  margin: 0 4px;
}

.eye_off{
  display: none;
}

.verifyCodeRow input{
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
}
.verifyCodeRow input:focus{
  box-shadow: none!important;
}
.underline{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.material-link {
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;

}

.material-link.icon-audio {
  background-image: url('../img/icons/audio.png');
}

.material-link.icon-conference {
  background-image: url('../img/icons/conference.png');
}

.material-link.icon-der {
  background-image: url('../img/icons/der.png');
}

.material-link.icon-doc {
  background-image: url('../img/icons/doc.png');
}

.material-link.icon-file {
  background-image: url('../img/icons/file.png');
}

.material-link.icon-flp {
  background-image: url('../img/icons/flp.png');
}

.material-link.icon-html {
  background-image: url('../img/icons/html.png');
}

.material-link.icon-img {
  background-image: url('../img/icons/img.png');
}

.material-link.icon-link {
  background-image: url('../img/icons/link.png');
}

.material-link.icon-pdf {
  background-image: url('../img/icons/pdf.png');
}

.material-link.icon-ppt {
  background-image: url('../img/icons/ppt.png');
}

.material-link.icon-txt {
  background-image: url('../img/icons/txt.png');
}

.material-link.icon-video {
  background-image: url('../img/icons/video.png');
}

.material-link.icon-xls {
  background-image: url('../img/icons/xls.png');
}

.material-link.icon-zip {
  background-image: url('../img/icons/zip.png');
}

#action_news_view .action-content img {
  margin: 15px 0;
}

.iframe-container {
  background: url(../img/load.gif) center center no-repeat;
}

.custom-control-lg {
  min-height: 2.2rem;
}

.custom-control-lg label:before {
  width: 1.7rem;
  height: 1.7rem;
}

.custom-control-lg label:after {
  width: 1.7rem;
  height: 1.7rem;
}

.test-mini-panel {
  position: fixed;
  z-index: 9999;
  top: 5px;
  left: 45%;
}

.page-height .page-bottom {
  width: 100%;
  position: absolute;
  bottom: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

hr.item-hr {
  margin-left: 0;
  margin-right: 0;
}

div > div:last-child > hr.item-hr {
  display: none;
}

.from-dic-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


body {
  padding-right: 0 !important;
}

.modal.show {
  padding-right: 0 !important;
}

.calendar-filter {
  margin-top: 5px;
  position: absolute;
  z-index: 2;
  max-width: 400px;
  box-shadow: 1px 1px 3px #aaa;
  left: -1rem;
  right: -1rem;
}

@media (min-width: 768px) {
  .calendar-filter {
    width: 400px;
    left: auto;
    right: auto;
  }
}

/* Mobile adaptation */
@media (max-width: 767.98px) {
  .modal .modal-dialog {
    max-width: 100%;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

#preloader:not(.top) {
  display: none !important;
}

.nav-active {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0;
}

.task-title {
  font-size: 16px;

  color: #109CF1
}

.tag-panel {
  height: 252px;
}

.tags-list {
  height: 180px;
  overflow: auto;
}

.tag-find-input {
  box-sizing: border-box;
  border-radius: 80px;
  padding: 13px;
}

.tag-find-input:focus {
  box-shadow: none;
  border-color: #109cf1 !important;
}

.icon-bg {
  background-color: rgba(51, 214, 159, 0.2);
}

.bg-calendar {
  background-color: rgba(255, 184, 0, 0.2);
  width: 40px;
  height: 40px;
}

.bg-tasks {
  background-color: rgba(76, 184, 255, 0.2);
  width: 40px;
  height: 40px;
}

.event-badge {
  background-color: #CABE2E !important;
}

.alert-comment {
  background: #F7F7F7;
  border: 1px solid rgba(194, 207, 224, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px !important;
}

.bg-task {
  background-color: rgba(51, 214, 159, 0.2);
  width: 40px;
  height: 40px;
}

.text-status-info {
  background: rgba(255, 204, 0, 0.2);
  border-radius: 2px;
  padding: 4px 8px;
  color: #F7B422;
}

.text-status-success{
  background: #DDFCE4;
  border-radius: 2px;
  padding: 4px 8px;
  color: #48AB5D;
}

.text-status-warning {
  border-radius: 2px;
  padding: 4px 8px;
  background: rgba(194, 207, 224, 0.2);
  color: #90A0B7;
}

.task-block {
  margin-left: 35px;
  /* margin-top: 16px; */
}

.task-item:first-child {
  margin-top: 0 !important;
}

.task-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;


  color: #109CF1;
}

.border-lesson {
  margin-left: 72px;
  width: 96%;
}
.tags-wiew {
  margin-top: 6px;
}
.tags-wiew div{
  /* margin-left: 75px; */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #707683;
}
.tags-wiew i{
  color: #90A0B7;
}



.lesson-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-left: 10px;
}

.bg-test {
  background-color: rgba(172, 100, 201, 0.2);
  width: 40px !important;
  height: 40px !important;
}

.progress-block{
  margin-left: 805px;
}

.progress-block .progress {
  width: 180px;
  height: 6px;
}

.questions-table-parent {
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}