*,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
h4 {
	margin-bottom: 16px;
}
body {
    font: 16px/28px Ubuntu, sans-serif;
	background-color: #FAF9FD;
	color: #2C2E36;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
	}
}
.dataTables_wrapper {
	margin: 32px 0;
}
.table-wrapper {
	clear: both;
	overflow-x: auto;
}
.table-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.table-wrapper::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f2f2f2;
}
.table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #FFA001;
}
.dtable tbody td.nowrap,
.dtable tbody td:last-child {
	white-space: nowrap;
}
a,
a:active {
	/*color: #0d6efd;*/
	color: #FFA001;
}
a:focus {
	text-decoration: underline;
}
.btn {
	background-color: #FFA001;
    border-radius: 16px;
    color: #fff;
    padding: 11px 20px;
	text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
	background-color: #FFA001;
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}
.btn.no-active {
	background-color: #ccc;
}
.btn-check + label {
	background-color: unset !important;
    color: #000 !important;
    border-color: #ccc !important;
}
.btn-check:checked + label {
	background-color: #FFA001 !important;
    color: #fff !important;
    border-color: unset !important;
}
.time-range {
	display: flex;
    align-items: center;
    gap: 16px;
}

.ui-accordion-header-active {
	border: 1px solid #FFA001;
    background: #FFA001;
}

.hidden {
	display: none;
}
.action-link {
	margin-right: 8px;
	text-decoration: none;
	opacity: 0.7;
}
.action-link:last-child {
	margin-right: 0;
}
.action-link:hover {
	opacity: 1;
}
.action-link:focus {
	text-decoration: none;
}
.action-link .dashicons {
	font-size: 24px;
	color: #FFA001;
}
.form-block {
	position: relative;
	border: 3px solid #FFA001;
    border-radius: 10px;
    margin-bottom: 16px;
	padding: 9px;
}
.form-block .form-block-remove {
	position: absolute;
    top: 0;
    right: 8px;
    text-decoration: none;
}
.input-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input-field > span:first-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
	padding: 0 15px;
    margin-bottom: 7px;
	text-align: left;
}
.input-field input[type="text"],
.input-field input[type="number"],
.input-field input[type="email"],
.input-field input[type="date"],
.input-field input[type="time"],
.input-field input[type="password"],
.input-field input[type="file"],
.input-field textarea,
.input-field select {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    background: #F4F3FA;
    padding: 8px 16px;
    border-radius: 16px;
    border: none;
	resize: none;
}
.input-field select {
	padding: 14px 16px;
}
.input-field input:focus,
.input-field textarea:focus {
    outline: 1px solid #ccc;
}
.input-field select:focus-visible {
	outline: none;
}

.input-field.form-check.form-switch {
	padding-left: 0;
}
.input-field.form-check.form-switch .form-check-input {
	margin-left: 0;
}

.image-input-field {
	
}
.image-input-field label {
	position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 100px;
	cursor: pointer;
	outline: 1px solid #ccc;
}
.image-input-field img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-input-remove {
	position: absolute;
    top: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: 1px solid #ccc;
	background-image: url('../../images/remove.png');
	background-position: center;
	background-repeat: no-repeat;
}
.image-input-field input[type="file"] {
	display: none;
}

.quiz-sound.empty {
	display: none;
}
.sound-input-remove {
	margin-left: 16px;
}

.modal-fullscreen {
	padding: 32px;
}
.modal .input-field {
	margin-bottom: 16px;
}
.modal .input-field.input-field-checkbox {
	display: inline-flex;
	flex-direction: row;
    align-items: center;
    gap: 8px;
    width: auto;
}
.modal .input-field.input-field-checkbox span {
	padding: 0;
    margin-bottom: 0;
}

.input-field .invalid {
	outline: 1px solid #f00 !important;
}
.input-radio-title {
	display: block;
    margin-bottom: 22px;
}
.input-radio {
	display: inline-flex;
    gap: 12px;
	margin-bottom: 12px;
}
.input-radio input[type="radio"] {
    display: none;
}
.input-radio input[type="radio"] + span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #F4F3FA;
    border-radius: 12px;
	margin: 0;
}
.input-radio input[type="radio"]:checked + span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FFA001;
    border-radius: 6px;
}
.input-radio input[type="radio"] + span + span {
    color: #909094;
}
.remark {
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #909094;
    margin-top: 15px;
}
.input-buttons {
	margin-top: 26px;
}
.input-buttons .btn {
	width: 100%;
}
.align-end {
	display: flex;
    align-items: flex-end;
}
.page-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.menu {
	position: absolute;
	top: 0;
    left: 0;
	min-height: 100%;
    z-index: 1;
}

.menu .burger {
    position: absolute;
    top: 48px;
    left: 48px;
	border-radius: 16px;
	box-shadow: 0 0 15px 5px #fff;
    cursor: pointer;
	z-index: 1;
}
.menu .burger .burger-open {
    display: none;
}
.menu .burger.open .burger-close {
	display: none;
}
.menu .burger.open .burger-open {
	display: block;
}
.menu .burger.open + ul {
	width: 363px;
}
.menu .burger.open + ul li a span {
	display: block;
	font-size: 16px;
}

.menu ul {
	display: flex;
	flex-direction: column;
    gap: 50px;
	width: 130px;
	height: 100%;
	background-color: #fff;
	padding: 226px 48px 64px;
	text-align: center;
	list-style: none;
}
.menu ul li:last-child {
	margin-top: 64px;
}
.menu ul li a {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #7E7F85;
    text-decoration: none;
}
.menu .burger.open + ul li a {
	flex-direction: row;
	justify-content: flex-start;
}
.menu ul li a span {
	white-space: nowrap;
	font-size: 10px;
}
.menu ul li a svg {
	width: 34px;
    height: 34px;
}
.menu .burger.open + ul a svg {
	margin-right: 30px;
}
.menu ul li a:hover,
.menu ul li a.active {
	color: #FFA001;
}
.menu ul li a:hover svg path,
.menu ul li a:hover svg circle,
.menu ul li a.active svg path,
.menu ul li a.active svg circle {
	fill: #FFA001;
}
.menu ul li.active a {
	
	color: #FFA001;
}
.menu ul li.active a svg path {
	fill: #FFA001;
}
.content {
	width: calc( 100% - 130px );
}
.header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    background-color: #F4F3FA;
}
.header h1 {
    position: absolute;
    left: 50px;
    bottom: 34px;
    font-weight: 700;
    font-size: 32px;
	margin: 0;
}
.header .time-zone {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.header .time-zone a {
    display: flex;
    align-items: center;
}

.header .time-zone a:hover {
	opacity: 0.8;
}
.header .time-zone .time-zone-value {
    font-size: 20px;
    font-weight: 700;
	width: 28px;
    text-align: center;
}

.page-content {
	padding: 40px 50px;
}

.tile {
    min-height: 220px;
    box-sizing: border-box;
}
.tile h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0;
}
.tile-text p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}
.tile-text p:last-child {
	margin-bottom: 0;
}
.tile-text p span {
    font-weight: 400;
}

.about-tile {
    text-align: center;
    background-color: #F3F2FA;
    border-radius: 20px;
    padding: 35px 40px 0;
    margin-bottom: 26px;
	background-image: url('../../images/about-tile-bg.svg');
	background-repeat: no-repeat;
    background-position: bottom;
}
.about-tile h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-tile h2 span {
    font-weight: 700;
    color: #FFA001;
}
.about-tile p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #909094;
	margin: 0;
}
.about-tile p span {
	font-weight: 500;
}
.about-tile img {
    max-width: 100%;
    margin-top: 35px;
}

.course-tile {
    background-color: #FF5367;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}

.payment-tile {
    background-color: #5383FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}
.payment-tile a {
	color: #fff;
}

.schedule-tile {
    background-color: #9453FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}

.teacher-tile {
    background-color: #FFA001;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}
.teacher-tile .tile-text {
    display: flex;
    align-items: center;
    gap: 25px;
}
.teacher-tile .tile-text img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #FAF9FD;
}

.profile-tile {
    background-color: #fff;
    border-radius: 20px;
    padding: 28px 35px 35px;
    min-height: auto;
}

.next-task-tile {
    background-color: #FFA001;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}

.zoom-tile {
    background-color: #5383FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}
.zoom-open {
	display: block;
    line-height: 32px;
    font-weight: 700;
    background: #7DA0FF;
	color: #fff;
    margin: 33px 0 20px;
    padding: 8px 25px;
	border-radius: 16px;
	text-decoration: none;
}
.zoom-open:hover {
	background: #7DA0FF;
}
.zoom-manual {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.zoom-manual:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('../../images/zoom-manual-arrow.svg');
}

.conference-tile {
    background-color: #9453FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
}

.task-tile {
    display: flex;
	justify-content: space-between;
    gap: 35px;
    background-color: #FFA001;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
    min-height: auto;
}
.task-tile .task-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.task-tile .task-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.task-tile .task-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.audio-tile {
    background-color: #5383FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
    min-height: auto;
}
.audio-tile .audio-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.audio-tile .btn {
	font-weight: 500;
    line-height: 40px;
    background: #7DA0FF;
    padding: 8px 25px;
}
.audio-tile .btn:hover {
    background: #7DA0FF;
}
.audio-tile .audio-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 9px;
}
.audio-tile .audio-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.audio-tile .audio-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.audio-tile .audio-play {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('../../images/audio-play.svg');
    background-repeat: no-repeat;
}
.audio-tile .audio-time {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
}
.audio-tile .audio-progress {
    position: relative;
    width: 64%;
    height: 6px;
    background: #7DA0FF;
    border-radius: 3px;
    cursor: pointer;
}
.audio-tile .audio-progress .audio-progress-bar {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FFA001;
    border-radius: 3px;
}
.audio-tile .audio-progress .audio-progress-handler {
    content: "";
    position: absolute;
    top: -6px;
    left: calc( 0% - 9px );
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
}
.audio-tile .audio-volume-wrapper {
    position: relative;
    width: 34px;
    height: 34px;
}
.audio-tile .audio-balance {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('../../images/audio-balance.svg');
    background-repeat: no-repeat;
	display: none;
}
.audio-tile audio {
    display: none;
}
.audio-tile .audio-volume {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	background-image: url('../../images/audio-volume.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
}
.audio-tile .audio-volume.mute {
	background-image: url('../../images/audio-volume-mute.svg');
}
.audio-tile .audio-volume-wrapper .audio-volume.open + div {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 131px;
	background-color: #FFA001;
    border-radius: 10px;
}
.audio-tile .audio-volume-wrapper .audio-volume + div + .audio-volume-bar {
	position: absolute;
    bottom: 37px;
    left: 14px;
    width: 6px;
    height: 80px;
    background-color: #FFB840;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}
.audio-tile .audio-volume-wrapper .audio-volume.open + div + .audio-volume-bar {
	display: block;
}
.audio-tile .audio-volume-wrapper .audio-volume.open + div + .audio-volume-bar div {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
}


.video-tile {
    background-color: #9453FF;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
    min-height: auto;
}
.video-tile .video-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.video-tile .video-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 9px;
}
.video-tile .video-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.video-tile .video-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.video-tile .btn {
	font-weight: 500;
    line-height: 40px;
    background: #AE7CFF;
    padding: 8px 25px;
}
.video-tile .btn:hover {
    background: #AE7CFF;
}

.stream {
	display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.85 );
	z-index: 1000;
	overflow: auto;
}
.stream iframe {
	width: 80%;
	height: 80%;
}
.stream .quiz-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.stream .quiz-title {
	font-size: 42px;
    line-height: 48px;
    text-align: center;
}
.stream .quiz-description {
	font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.stream .quiz-progress {
    font-size: 18px;
	margin-top: 16px;
}
.stream .quiz-wrapper {
	position: relative;
	width: 80%;
	height: 80%;
	background: #fff;
	padding: 32px;
	overflow-y: auto;
}
.stream .quiz {
	display: flex;
    align-items: center;
    flex-direction: column;
}
.stream .quiz-question {
    font-size: 36px;
	line-height: 40px;
	font-weight: 500;
    margin: 36px 0 48px;
}
.stream .quiz-answers {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.stream .quiz-result-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.stream .quiz-result {
	font-size: 36px;
	font-weight: 500;
	margin-top: 16px;
    text-align: center;
}
.stream .quiz-result-time {
	font-size: 28px;
	font-weight: 500;
}
.stream .quiz-time {
	position: absolute;
    top: 4px;
    left: 4px;
}
.quiz-answer-right {
	background-color: #0f0 !important;
}
.quiz-answer-error {
	background-color: #f00 !important;
}
.stream-close {
	position: absolute;
	top: 34px;
	right: 34px;
	width: 34px;
	height: 34px;
	background-image: url('../../images/close.svg');
	z-index: 1001;
}

.document-tile {
    background-color: #FF5367;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
    min-height: auto;
}
.document-tile .document-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.document-tile .document-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 9px;
}
.document-tile .document-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.document-tile .document-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.document-tile .btn {
    font-weight: 500;
    line-height: 40px;
    background: #FE7C8C;
    padding: 8px 25px;
}
.document-tile .btn:hover {
    background: #FE7C8C;
}


.quiz-tile {
    background-color: #63cf94;
    border-radius: 20px;
    padding: 30px 37px;
    margin-bottom: 26px;
    min-height: auto;
}
.quiz-tile .quiz-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.quiz-tile .quiz-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 9px;
}
.quiz-tile .quiz-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.quiz-tile .quiz-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.quiz-tile .btn {
    font-weight: 500;
    line-height: 40px;
    background: #8bd6ad;
    padding: 8px 25px;
}
.quiz-tile .btn:hover {
    background: #81d4a7;
}


.payment-data-tile {
    background-color: #fff;
    border-radius: 20px;
    padding: 28px 35px 35px;
    min-height: auto;
}
.payment-data-tile h4 {
	color: #2C2E36;
}
.payment-data-tile:last-child {
	text-align: center;
}

.profile-photo {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-height: 220px;
    border: 3px dashed #E3E2E5;
    border-radius: 16px;
    padding: 45px;
    cursor: pointer;
}
.profile-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 16px;
	display: none;
}
.profile-photo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.profile-photo input[type="file"] {
    display: none;
}
.profile-photo.load {
	padding: 0;
}
.profile-photo.load img {
	display: block;
}
.profile-photo.load p,
.profile-photo.load span {
	display: none;
}

.period-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 26px 0;
}
.period-dates {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.period-dates > div {
	display: flex;
    align-items: center;
    gap: 10px;
}
.period-dates input {
    width: 128px;
    box-sizing: border-box;
}

.payment-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}
.payment-total span {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}


.payment-qr-tile {
	display: flex;
    gap: 27px;
    background-color: #5383FF;
    border-radius: 20px;
    padding: 35px;
    min-height: auto;
}
.payment-qr-tile .qr {
    width: 120px;
    height: 120px;
}
.payment-qr-tile .qr img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.payment-qr-info {
	width: calc(100% - 147px);
}
.payment-qr-tile .payment-qr-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 8px;
}
.payment-qr-tile .payment-qr-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.payment-info-tile {
    background-color: #FFA001;
    border-radius: 20px;
    padding: 28px 35px 35px;
    min-height: 190px;
}

.schedule {
	width: 80%;
	background-color: #fff;
    padding: 50px;
}
.schedule .row {
	justify-content: center;
}
.schedule .form-block {
	min-height: 153px;
}

.chat {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
    min-height: 663px;
    border-radius: 20px;
    background: #F4F3FA;
    /*overflow: hidden;*/
}
.chat-header {
	height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    padding: 0 41px;
}
.chat-teachers,
.chat-students {
	display: flex;
    gap: 16px;
	overflow: auto;
}
.chat-teacher,
.chat-student {
	display: flex;
    align-items: center;
    gap: 20px;
	border: 1px solid #FFA001;
    border-radius: 20px;
    padding: 4px 16px;
    text-decoration: none !important;
}
.chat-teacher:hover,
.chat-student:hover {
	background-color: #ffa0011a;
}
.chat-teacher.active,
.chat-student.active {
	background-color: #ffa00133;
}
.chat-teacher-image,
.chat-student-image {
	width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
}
.chat-teacher-image img,
.chat-student-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.chat-teacher-name,
.chat-student-name {
	color: #2C2E36;
}
.chat-content-wrapper {
	display: inline-grid;
	height: 463px;
    overflow-y: auto;
}
.chat-content {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
	padding: 20px 26px;
}
.chat-footer {
    display: flex;
    gap: 8px;
    height: 120px;
    background-color: #fff;
    padding: 26px;
    flex-direction: column;
}
.chat-footer-top {
	display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.chat-footer-attach {
	display: flex;
    gap: 4px;
    align-items: flex-start;
    pointer-events: none;
}
.chat-footer-attach.check:after {
	content: "x";
	background-color: #FFA001;
    color: #fff;
    border-radius: 100%;
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    pointer-events: auto;
}
.chat-text-wrapper {
	width: 100%;
    height: 48px;
}
[name="chat-text"] {
	width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #F4F3FA;
    border: none;
	outline: none;
    resize: none;
	padding: 10px 16px;
}

.chat.chat-type-student .chat-post-teacher,
.chat.chat-type-teacher .chat-post-student {
	text-align: left;
}
.chat.chat-type-student .chat-post-teacher .chat-post,
.chat.chat-type-teacher .chat-post-student .chat-post {
	position: relative;
	display: inline-flex;
	flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
	max-width: 40%;
    background-color: #5383FF;
    color: #fff;
    padding: 13px 30px;
    border-radius: 16px 16px 16px 0px;
}
.chat.chat-type-student .chat-post-teacher .chat-post .chat-attach-file a,
.chat.chat-type-teacher .chat-post-student .chat-post .chat-attach-file a {
	color: #fff;
}
.chat.chat-type-student .chat-post-teacher .chat-post .chat-post-time,
.chat.chat-type-teacher .chat-post-student .chat-post .chat-post-time {
	position: absolute;
	bottom: 0;
	left: calc( 100% + 8px );
	color: #909094;
	text-align: right;
	font-family: Ubuntu;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	white-space: nowrap;
}
.chat.chat-type-student .chat-post-student,
.chat.chat-type-teacher .chat-post-teacher {
	text-align: right;
}
.chat.chat-type-student .chat-post-student .chat-post,
.chat.chat-type-teacher .chat-post-teacher .chat-post {
	position: relative;
	display: inline-flex;
	flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
	max-width: 40%;
    background-color: #FFA001;
    color: #fff;
    padding: 13px 30px;
    border-radius: 16px 16px 0px 16px;
}
.chat.chat-type-student .chat-post-student .chat-post .chat-attach-file a,
.chat.chat-type-teacher .chat-post-teacher .chat-post .chat-attach-file a {
	color: #fff;
}
.chat.chat-type-student .chat-post-student .chat-post .chat-post-time,
.chat.chat-type-teacher .chat-post-teacher .chat-post .chat-post-time {
	position: absolute;
	bottom: 0;
	right: calc( 100% + 8px );
	color: #909094;
	text-align: right;
	font-family: Ubuntu;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	white-space: nowrap;
}

.chat-attach-button {
	cursor: pointer;
}


.task-add-type {
	display: none;
}


.stream .quiz2-wrapper {
	position: relative;
	display: flex;
    justify-content: center;
	flex-direction: column;
	width: 80%;
	height: 80%;
	background: #fff;
	padding: 32px;
}
.stream .quiz2-time {
	position: absolute;
    top: 4px;
    left: 4px;
}

.quiz-time {
	display: none;
}
.quiz-title {
	font-size: 28px;
    font-weight: 700;
    line-height: 32.17px;
}
.quiz-body {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
}
.quiz-progress {
	font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    color: #5383FF;
    background-color: #5383FF26;
    padding: 15px 20px;
    border-radius: 100px;
}
.quiz-step-image {
	width: 330px;
	height: 330px;
	/*background-color: darkgreen;
	border: 20px solid darkgreen;*/
	border-radius: 16px;
    overflow: hidden;
}
.quiz-step-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quiz-question {
	line-height: 22px;
}
.quiz-answers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: 12px;
	margin-top: 10px;
}


.player {
	display: flex;
    align-items: center;
    gap: 12px;
}
.player-stop {
	display: none;
}
.player.played .player-play {
	display: none;
}
.player.played .player-stop {
	display: block;
}
.player-time {
	font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
}
.player-progress {
	position: relative;
	width: 194px;
    height: 6px;
    background-color: #E3E2E5;
    border-radius: 50px;
	margin-left: 9px;
	border: none !important;
}
.player-progress .current {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #5383FF;
	border-radius: 50px;
}
.player-progress span {
	top: -6px !important;
    margin: 0 -9px;
    width: 18px !important;
    height: 18px !important;
    background-color: #5383FF !important;
    border-radius: 50px;
    border: none !important;
}


.empty-block {
	position: relative;
    top: 10px;
	display: inline-block;
	width: 150px;
    height: 32px;
    border: 1px solid #000;
	margin: 0 8px;
}
.quiz2 {
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.quiz2-answers {
	/*display: flex;
    flex-wrap: wrap;*/
	width: fit-content;
	border: 1px solid #ccc;
}
.quiz2-answer-wrapper {
	border: 1px solid #ccc;
}

.quiz2-header {
	display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
.quiz2-title {
	font-size: 42px;
    line-height: 48px;
    text-align: center;
}
.quiz2-description {
	font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.quiz2-answer {
	width: 150px;
    height: 32px;
    border: 1px solid #000;
    text-align: center;
	background: #fff;
	cursor: pointer;
	z-index: 1;
}

.quiz2-body {
	margin-bottom: 32px;
}

.quiz2-wrap {
	padding-right: 16px;
	margin-bottom: 32px;
}

.empty-over {
	background-color: #ffff001a;
}
.no-empty {
	background-color: #ffff0066;
}
.answer-success {
	box-shadow: 0 0px 5px #0f0;
}
.answer-error {
	box-shadow: 0 0px 5px #f00;
}

.quiz2-result-wrapper {
	display: flex;
    gap: 32px;
    margin: 48px 0 32px;
    flex-direction: column;
}
.quiz2-result {
	font-size: 36px;
    font-weight: 500;
}
.quiz2-result-time {
	font-size: 28px;
    font-weight: 500;
}


.user-courses-list {
	margin-bottom: 32px;	
}
.user-courses-list-title {
	font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}
.user-courses-list p {
	margin-bottom: 0;
}

.quiz3 {
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.quiz3-header {
	display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
.quiz3-title {
	font-size: 42px;
    line-height: 48px;
    text-align: center;
}
.quiz3-description {
	font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.quiz3-body {
	display: flex;
    justify-content: center;
}
.quiz3-steps {
	width: 250px;
	height: 350px;
}
.quiz3-step-image {
	width: 100%;
	height: 300px;
	background-color: darkgreen;
	border: 20px solid darkgreen;
    border-radius: 20px;
}
.quiz3-step-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quiz3-step-title {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 36px;
    padding: 24px 0;
}
.quiz3-sound-play {
	font-size: 36px;
    width: 36px;
    height: 36px;
	text-decoration: none;
	opacity: 0.8;
}
.quiz3-sound-play:focus {
	text-decoration: none;
}
.quiz3-sound-play:hover {
	opacity: 1;
}
.slick-arrow {
	position: absolute;
    top: 30%;
    font-size: 64px;
	text-decoration: none;
	opacity: 0.5;
}
.slick-arrow:focus {
	text-decoration: none;
}
.slick-arrow:hover {
	opacity: 0.8;
}
.slick-arrow.dashicons-arrow-left-alt2 {
    left: -64px;
}
.slick-arrow.dashicons-arrow-right-alt2 {
    right: -20px;
}


.teacher-image,
.student-image {
	width: 50px;
	height: 50px;
	object-fit: contain;
	cursor: pointer;
}

.form-sound.empty {
	display: none;
}

.payment-amount {
	font-size: 24px;
    font-weight: 500;
}

.schedule-lesson {
	line-height: 18px;
}
.schedule-lesson span {
	display: block;
    font-size: 12px;
}


.datepicker-wrapper {
	position: relative;
}
.datepicker {
	width: 100%;
}
.datepicker-wrapper img {
	position: absolute;
    top: 16px;
    right: 12px;
    cursor: pointer;
}


.transfer-info {
	margin: 0 0 16px 15px;
}
.transfer-info p {
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}



.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
	box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
	box-shadow: none;
}


.chat-type-admin .chat-header {
	
}
.chat-type-admin .chat-header select {
	width: 100%;
}


.tabs-nav ul {
	display: flex;
    gap: 16px;
    list-style: none;
}
.tabs-nav .btn {
	background-color: #ccc;
}
.tabs-nav .btn.active {
	background-color: #FFA001;
	color: #fff;
}

.tabs-content > div {
	display: none;
}
.tabs-content > div.active {
	display: block;
}


.task-list label {
	background-color: #FFA001;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.task-list label .task-preview {
	display: table;
    background-color: #fff;
    color: #FFA001;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
}


.task-header {
	display: flex;
    align-items: center;
    gap: 12px;
}
.task-header-image {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.task-header-info {
	display: flex;
    flex-direction: column;
    gap: 5px;
}
.task-header-teacher {
	font-family: Ubuntu;
    font-size: 20px;
    line-height: 22.98px;
}
.task-header-time {
	font-family: Ubuntu;
    line-height: 18.38px;
}
.task-header-wrapper {
	display: flex !important;
    align-items: center;
    justify-content: space-between;
	margin-top: 10px !important;
	border-radius: 20px;
}
.task-header-wrapper .ui-accordion-header-icon {
	display: none;
}

.tasks-accordion .ui-accordion-header-active {
	border: 1px solid #ccc;
    background: #ededed;
	color: #454545;
	border-radius: 20px 20px 0 0;
}
.tasks-accordion .ui-accordion-header-active svg {
	transform: rotate(180deg);
}
.tasks-accordion .ui-accordion-content {
	border-radius: 0 0 20px 20px;
}

.tasks-accordion .quiz-date,
.tasks-accordion .task-date,
.tasks-accordion .document-date {
	font-family: Ubuntu;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.24px;
	color: #fff;
}


.tasks-accordion .quiz-tile {
	margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    background-color: #34C759;
}
.tasks-accordion .quiz-tile + div textarea {
	background-color: #34C75926;
	color: #34C759;
	border-radius: 0 0 16px 16px;
	height: 48px;
    font-family: Ubuntu;
    font-weight: 500;
}
.tasks-accordion .quiz-tile + div textarea::-webkit-input-placeholder {
	color: #34C759;
}
.tasks-accordion .quiz-bottom a {
	background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: none;
}

.tasks-accordion .document-tile {
	margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    background-color: #FF5367;
}
.tasks-accordion .document-tile + div textarea {
	background-color: #FF536726;
	color: #FF5367;
	border-radius: 0 0 16px 16px;
	height: 48px;
    font-family: Ubuntu;
    font-weight: 500;
}
.tasks-accordion .document-tile + div textarea::-webkit-input-placeholder {
	color: #FF5367;
}
.tasks-accordion .document-bottom a {
	background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: none;
}

.tasks-accordion .task-tile {
	margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    background-color: #FFA001;
}
.tasks-accordion .task-tile + div textarea {
	background-color: #FFA00126;
	color: #FFA001;
	border-radius: 0 0 16px 16px;
	height: 48px;
    font-family: Ubuntu;
    font-weight: 500;
}
.tasks-accordion .task-tile + div textarea::-webkit-input-placeholder {
	color: #FFA001;
}



.tasks-accordion .audio-tile {
	margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    background-color: #5383FF;
}
.tasks-accordion .audio-tile + div textarea {
	background-color: #5383FF26;
	color: #5383FF;
	border-radius: 0 0 16px 16px;
	height: 48px;
    font-family: Ubuntu;
    font-weight: 500;
}
.tasks-accordion .audio-tile + div textarea::-webkit-input-placeholder {
	color: #5383FF;
}
.tasks-accordion .audio-tile .btn {
	background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: none;
}


.tasks-teacher-comment {
	padding: 30px 37px;
    border-radius: 20px;
    margin-bottom: 20px;
	border: 2px solid #FFA001;
    color: #FFA001;
}
