/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

*{box-sizing:border-box;font-family:"Lato",sans-serif;font-weight:400}html,body{font-size:20px;height:100%;margin:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0}#root{height:100%}svg:not([fill]){fill:currentColor}a{color:#000;font-weight:bold}a.sidebar-links{color:rgba(255,255,255,.65)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none;margin:0}.ant-notification-notice-message{text-wrap:balance}@media print{html,body{visibility:hidden;height:100vh;margin:0 !important;padding:0 !important;overflow:hidden;display:block}.print-container,.print-container *{visibility:visible}.print-container{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}}
.message{display:grid;gap:5px;padding:10px;border:1px solid #ffe5e5;border-radius:3px;width:90%;font-size:14px}.message__title{font-size:16px;font-weight:bold}
.add-video__lesson{display:flex;align-items:center;gap:10px}.add-video__lesson-title{max-width:330px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.add-video__item{background:rgba(0,0,0,.02);border:1px dashed #d9d9d9;width:100%;padding:10px 15px;margin:10px 0}
.player__iframe{margin:0;padding:0;border:0;position:relative;z-index:4}.wrapper-loader{display:flex;justify-content:center;align-items:center;background-color:#000;position:relative;min-height:500px}.wrapper-loader__loader{width:48px;height:48px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border:5px solid #e39f55;border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;z-index:1}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
:export{colorPrimary:#bc8e5b;white:#fff}.video-name{color:#0958d9;cursor:pointer;display:inline-block;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:315px}.video-name--success{color:#463522;text-decoration:underline dotted}.video-name--not-done{cursor:default}.lesson-name{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:340px}.normalize-option{display:inline-block;font-size:12px;padding:5px !important;width:100%}.waiter{background-color:#465fdc;color:#fff !important}.waiter:hover{user-select:none}.rejected{background-color:#feff33}.uncompleted{background-color:red;color:#fff}.accepted{background-color:#9f9}.waiting{background-color:#dee2e6}.checked{background-color:lime}.un-checked{background-color:#feff33}.not-given{background-color:red;color:#fff}.option{display:inline-block;font-size:12px;min-height:auto !important;padding:2px !important;width:100%}.default{padding:0 5px}.nowrap{white-space:nowrap}
.status{cursor:pointer}
.assistant-modal{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.assistant-modal__inactive table{opacity:.3}
.filter{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.filter__select{width:200px !important}.filter__select-status{width:120px !important}
.teachers-modal__table{cursor:pointer}.teachers-modal__wrapper{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.teachers-modal__inactive table{opacity:.3}
.group-filter{display:flex;column-gap:16px;align-items:center;flex-wrap:wrap}.group-filter__date,.group-filter .group-filter__select{width:200px}
.info-modal{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}
.date-picker{width:100%}
.content-center{align-items:center;display:flex;position:absolute;justify-content:center;flex-direction:column;left:0;right:0;top:0;bottom:0;height:100%;width:100%}
.group-download__text{display:block !important}.group-download__progress{margin:0 auto;top:-8px}.group-download__btn{height:40px}
:export{colorPrimary:#bc8e5b;white:#fff}.loader{position:fixed;top:0;left:0;width:100%;height:100%;display:block}.loader__logo{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.loader__img{animation:lds-circle 1000ms infinite linear;color:#bc8e5b;display:inline-block}@keyframes lds-circle{from{transform:rotateY(0deg)}to{transform:rotateY(360deg)}}
.not-found{display:flex;justify-content:center;align-items:center;height:100%}
.upload-button{margin-top:8px}
.no-internet{width:100vw;position:sticky;z-index:99}
.center{display:flex;justify-content:center}
.menu__skeleton{background:linear-gradient(90deg, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.4) 27%, rgba(255, 255, 255, 0.5) 43%);background-size:400% 100%;animation-name:skeletonAnimation;animation-duration:1.2s;animation-timing-function:ease;animation-iteration-count:infinite;border-radius:5px}.report-wrapper .ant-menu-title-content{margin-left:-10px !important}.report-text{color:#fff}.badge{right:-20px}@keyframes skeletonAnimation{0%{background-position:100% 50%}100%{background-position:0 50%}}
:export{colorPrimary:#bc8e5b;white:#fff}.content{background-color:#fff;padding:24px;margin:24px;overflow-y:auto}@media only screen and (max-width: 571px){.content{padding:0;margin:0}}
.simple-breadcrumb__items{display:inline-flex;margin:0;padding:0 4px;position:relative}.breadcrumb-items__dots{padding:3px;width:25px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;height:25px}.breadcrumb-items__dots:hover{background-color:#bc8e5b !important}.breadcrumb-items__item{display:inline-flex;margin:0;padding:0;position:relative}.breadcrumb-items__item:last-child .breadcrumb-items__element{max-width:300px;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.breadcrumb-items__element{border-radius:3px;color:#fff;padding:0 10px}@media screen and (max-width: 391px){.breadcrumb-items__element{padding:0 5px}.breadcrumb-items__element .button{padding:0 5px}}.breadcrumb-items__element:hover{background-color:rgba(0,0,0,.05)}.breadcrumb-items__link{border-radius:3px;color:#fff;padding:0 10px;cursor:pointer;font-size:14px;font-weight:normal}.breadcrumb-items__link:hover{color:#fff}@media screen and (max-width: 571px){.breadcrumb-items__link{width:max-content}}.menu__items-link-text{padding:3px;border-radius:3px;white-space:nowrap;display:inline-flex;align-items:center;height:30px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu__items-link-text:hover{opacity:1;color:#fff;background-color:#ba8d5b}.menu__items-link-text-item{padding:3px;border-radius:3px;white-space:nowrap;display:inline-block;align-items:center;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu__items-link-text-item:hover{opacity:1;color:#fff;background-color:#ba8d5b}.menu-block{background-color:#001529;border-radius:2px;box-shadow:0 0 10px 1px rgba(0,0,0,.2);position:relative;z-index:24}.separator{color:#bc8e5b;font-size:20px}.more__items{max-width:160px;width:auto;padding:0 10px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.menu-link{padding:4px;border-radius:4px;margin-bottom:6px}.menu-link:hover{background-color:#ba8d5b}
.button{background-color:inherit;border:none;box-shadow:none;cursor:pointer;display:inline-block;padding:0px 10px;margin:0}.button:hover{background-color:rgba(0,0,0,.055)}
.menu__block-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:8px 5px;border-radius:2px;min-width:200px}.menu__child-list{list-style:none;padding:0}.menu__item{border-radius:4px;cursor:pointer;white-space:nowrap;margin-bottom:6px;padding:4px}.menu__item:hover{background-color:#ba8d5b}.menu__items-link{text-decoration:none;width:100%;display:inline-block;padding:0 10px;color:#fff;font-weight:normal;font-size:14px;width:150px}.menu__items-link:hover{background-color:rgba(0,0,0,0)}.menu__last-link{margin-top:-5px}.menu__last-items{display:flex;align-items:center;text-decoration:none}.menu__child-icon{margin-right:5px;height:17px;width:17px}
:export{colorPrimary:#bc8e5b;white:#fff}.breadcrumb__items{align-items:center;display:flex;flex-direction:row;list-style:none;margin:0;padding:0}.breadcrumb ol>li{align-items:center;display:inline-flex}.breadcrumb .ant-breadcrumb-separator{color:#fff;margin-inline:10px}.breadcrumb .anticon{font-size:16px}.breadcrumb__item{color:#fff;display:inline-flex}.breadcrumb__link.breadcrumb__link{color:#bc8e5b;display:inline-flex;font-size:16px;gap:10px}.breadcrumb__link.breadcrumb__link:hover{color:rgba(188,142,91,.8)}.breadcrumb__item-active{color:#fff;display:inline-flex;font-size:16px;gap:5px}
:export{colorPrimary:#bc8e5b;white:#fff}.drawer{display:flex}.drawer__icon{color:#fff;font-size:20px}.drawer__drawer .ant-drawer-header{display:flex;flex-direction:row-reverse;background:#001529;border-bottom:1px solid rgba(255,255,255,.65)}.drawer__drawer .ant-drawer-header .ant-drawer-header-title{display:flex;flex-direction:row-reverse;padding-left:11px}.drawer__drawer .ant-drawer-close{color:#fff}.drawer__drawer .ant-drawer-title{color:#fff}.drawer__drawer .ant-drawer-body{padding:0}.drawer__drawer .ant-drawer-body .ant-menu{height:100%}
:export{colorPrimary:#bc8e5b;white:#fff}.logout{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:center}.logout__title{color:#fff}.logout__modal-test{padding-bottom:15px}.logout__exit{color:#fff}
@keyframes uploading-arrow{0%{margin-top:-10%;opacity:0}20%{opacity:1}50%{opacity:1}75%{opacity:0}100%{margin-top:-50%}}.upload{display:flex;flex-direction:column;align-items:center;height:20px;width:20px;border-bottom:.5px solid #fff}.upload__btn-container{position:relative;overflow:hidden;top:0;bottom:0;margin:auto;width:32px;height:32px;display:inline-block}.upload__btn-container svg{position:absolute}.upload__btn-container svg.upload-box{bottom:-7px}.upload__btn-container svg.upload__arrow{height:32px;left:5px;position:absolute;opacity:0;top:10%;animation:uploading-arrow 1.5s ease-out infinite}
.notification{color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column}.notification__button{color:#fff}.notification__button:hover{box-shadow:0 0 3px 1px rgba(255,255,255,.2)}.notification svg{color:#fff}.notification svg:hover{color:rgba(255,255,255,.8)}
:export{colorPrimary:#bc8e5b;white:#fff}.header{padding:0 15px}@media screen and (max-width: 391px){.header{padding:0 9px}}.header__icon{color:#fff;font-size:20px}.header__inner{display:flex;justify-content:space-between;align-items:center}
:export{colorPrimary:#bc8e5b;white:#fff}.layout{height:100%}.layout__logo{align-items:center;box-shadow:0 0 1px #fff;color:#bc8e5b;display:flex;padding:0 10px;margin:0 10px 10px 0;height:64px;width:100%}.layout__logo--center{justify-content:center}.layout__logo-text{color:#fff;padding-left:15px;font-size:20px}.layout__menu{overflow-y:auto}

/*# sourceMappingURL=main.496b20828c622d113012.css.map*/