/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    outline: none;
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[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 {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/* main styles */
html {
    overflow-x: hidden;
    min-height: 100vh;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    height: 100%;    
    background: #f0f1ff;
    background: linear-gradient(to right, #f0f1ff, #fafaff);
    background: linear-gradient(to right, #f0f1ff, #fafaff);
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
h1 {
    font-family: 'Overpass', sans-serif;
    color: #a0cf8f;
    text-align: center;
    font-size: 48px;
    margin: 30px 0 0;
}
.wrap {
    display: flex;
    margin: 40px auto;
    padding: 10px;
    width: 1020px;
    height: 450px;
    max-width: 100%;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.25);
}
.wrap-item {
    width: 50%;
    overflow: hidden;
}
.wrap-item:first-child {
    background: #c0dfb5;
    border-radius: 30px 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap-item:last-child {
    background: #f3fdeb;
    border-radius: 0 30px 30px 0;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-item:last-child h3 {
    font-size: 20px;
    color: #666666;    
    text-align: center;
    margin: 0;
}
.loginForm {
    margin-top: 15px;
}
.loginMessage p {
    margin: 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #d17979;
}
.login-form {   
    margin-top: 10px; 
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
input.form-field {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid #b6c6b5;
    margin-bottom: 20px;
    outline: none;
}
input.form-field:focus {
    border-color: #7c9b7a;
}
button.form-btn {
    background: #557c55;
    width: 200px;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.25s background ease;
}
button.form-btn:hover, button.form-btn:active {
    background: #6fa36f;
}
.wrap-item__bottom {
    position: relative;
    margin-top: 30px;
    border-top: 2px solid #b6c6b5;
}
.wrap-item__subheader {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 1;
    color: #707471;
    background: #f3fdeb;
}
.wrap-item__btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 25px;    
}
.wrap-item__btns a {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 7px 15px;
    background: transparent;
    border: 2px solid #b6c6b5;
    border-radius: 8px;
    text-decoration: none;    
    text-transform: uppercase;
    transition: 0.25s all ease;
}
.wrap-item__btns a:hover {
    border-color: #557c55;
}
.wrap-item__info {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-top: 15px;
    color: #858181;
}
h1.innerHeader {
    font-size: 36px;
    font-weight: 300;
}
h1.innerHeader span {
    font-weight: 600;
}
.wrap.wrap-inner {
    height: auto;
}
.wrap-inner .wrap-item:first-child {
    justify-content: center;
}
.teacher-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 50px 0;
}
.teacher-menu a {
    color: #858181;
    width: 250px;
    text-align: center;
    padding: 12px 20px;
    background: transparent;
    border: 2px solid #b6c6b5;
    border-radius: 12px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.25s all ease;
}
.teacher-menu a:hover {
    background: #b7d8a9;
    color: #fff;
}
a.logout-btn {
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 7px 20px;
    background: #557c55;
    border-radius: 4px;
    transition: 0.25s all ease;
}
a.logout-btn:hover {
    background: #6fa36f;
}
.logout-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.logout-block a {
    color: #557b54;
    text-decoration: underline;
}
.logout-block a:hover {    
    text-decoration: none;
}
.wrapper {    
    margin: 40px auto;
    padding: 0;
    width: 1260px;
    height: auto;
    max-width: 100%;    
}
h3.inner-title {
    font-size: 20px;
    color: #666666;    
    text-align: center;
    margin: 0;
}
h3.inner-title span {
    font-weight: 300;
}
.create-form {
    margin-top: 25px;
}
.test-status__wrap {
    margin-top: 15px;
}
.create-form input {
    padding: 5px 15px;
    width: 100%;
    border: 2px solid #b6c6b5;
}
.create-form input:focus {
    border-color: #7c9b7a;
}
.create-form__questions {
    margin: 30px 0 60px 0;
}
.create-form__questions h4 {
    font-size: 16px;
    margin: 0;
    color: #444;
    text-transform: uppercase;   
}
.question-block {
    margin-top: 15px;
}
.question-header {
    padding: 5px 10px;
    background: #b7d8a9;
    color: #444;
    cursor: pointer;
    transition: 0.3s all ease;
}
.question-header:hover, .question-header.active {
    background: #7c9b7a;
    color: #fff;
}
.question-body {
    display: none;
    padding: 15px 10px;
    background: #ebebeb;
}
.question-actions {
    padding-top: 30px;
}
.question-delete {
    margin-top: 15px;
    display: block;
    width: 200px;
    text-align: center;
    padding: 5px 10px;
    opacity: 1;
    background: #e75648;
    color: #fff;
}
.question-delete:hover {
    opacity: 0.7;
}
.field-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
label.qt-label {
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
    width: 22%;
}
.field-group select {
    background: #f3fdeb;
    padding: 2px 5px;
    font-size: 14px;
}
.create-form .field-group input {
    background: #f3fdeb;
    font-size: 14px;
}
.field-group .mceEditor {
    display: block;
    width: 100%;
}
.field-group .defaultSkin .mceStatusbar,
.field-group .defaultSkin td.mceToolbar {
    background: #f3fdeb;
}
.field-group__inner {
    width: 100%;
}
ul.subquestions {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.subquestions li {
    margin-bottom: 5px;
}
ul.subquestions li:last-child {
    margin-bottom: 0;
}
ul.subquestions input {
    width: 50%;
}
.q-sub-add, .q-add-btn, .q-audio-add {
    margin-top: 15px;
    display: block;
    width: 200px;
    text-align: center;
    padding: 5px 10px;
    background: #a0cf8f;
    color: #fff;
}
a.q-sub-add:hover, .q-add-btn:hover, .q-audio-add:hover {
    background: #86b576;
}
.q-add-btn {
    margin-top: 15px;
}
.q-add-btn.disabled {
    opacity: 0.45;
}
.demo-limit {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}
.create-form .btn-primary {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px 15px;
    background: #557c55;
    color: #fff;
    font-weight: 600;
    border: 2px solid #557c55;
    cursor: pointer;
    transition: 0.25s all ease;
}
.create-form .btn-primary:hover {
    background: #fff;
    color: #557c55;
}
.field-group__inner.img-row {
    display: flex;
}
.field-img {
    position: relative;
    width: 50%;    
    overflow: hidden;
}
.field-img img {
    width: 100%;
    height: 100%;
    max-width: none;
    opacity: 0.5;
    border: 3px solid transparent;
    cursor: pointer;
}
.field-img input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;    
    width: 0;
    height: 0;
}
.field-img input[type=radio]:checked + img {
    opacity: 1;
    border: 3px solid #ffcd83;
}
.subquestions.audio-subquest li {
    display: flex;
    align-items: center;
    border: 2px solid #b6c6b5;
}
.subquestions.audio-subquest .select-wrap {
    margin-right: 20px;
}
.subquestions.audio-subquest .audio-quest__body input {
    /*width: 100%;*/
    border: none;
}
audio.edit-player {
    width: 50%;
    max-width: 200px;
    position: absolute;
    right: 20px;
    max-height: 100%;
}
.audio-body__record, .audio-body__upload {
    display: none;
    align-items: center;
    padding: 3px 0;
    font-size: 13px;
}
.audio-body__record.shown, .audio-body__upload.shown {
    display: flex;    
}
.audio-body__record .control-btn {
    margin: 0 5px;
    border: none;
    padding: 5px 10px;
    background: #557c55;
    color: #fff;
    cursor: pointer;
}
.audio-body__record .control-btn:hover {
    background: #79a979;    
}
.audio-body__record .audio-player {
    height: 29px;
}
.subquestions.audio-subquest li .audio-quest {
    border: 1px solid #eee;
}
.audio-body__record .control-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
}
.create-form .error-field {
    background: #ffb4b4;
}
.jGrowl-notification.error-msg {
    background-color: #dd6868;
}
.jGrowl-notification.error-msg .jGrowl-message {
    font-size: 18px;
}
.jGrowl-notification.error-msg .jGrowl-close {
    font-size: 20px;
}
.to-account {
    display: flex;
    justify-content: center;
    padding: 30px 0;    
}
.to-account a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    color: #444;
    margin: 0 10px;
}
.to-account a:hover {
    text-decoration: none;
}
.tests-row {
    display: flex;
    flex-direction: column;
    margin: 35px 0;
    padding: 0;
    background: transparent;
}
.test-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    margin-bottom: 10px;
    background: #dfdfdf;
}
.test-item span {
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}
.test-item.adm-item span {
    width: 45%;
}
.test-item.adm-item .test-item__actions {
    width: 50%;
}
.test-item__actions {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.test-item__actions a {
    font-size: 12px;
    padding: 3px;
    margin-right: 15px;
    background: #a0cf8f;
    color: #fff;
    opacity: 1;
}
.test-item__actions a.pass-test {
    background: #759f66;
}
.test-item__actions a.test-delete {
    background: #ff8c8c;
}
.test-item__actions a:last-child {
    margin-right: 0;
}
.test-item__actions a:hover {
    opacity: 0.7;
}
.test-item__actions a.classes-toggler.active,
.test-item__actions a.oge-toggler.active {
    background: #75ab61;
}
.test-item__classes, .test-item__oge {
    display: none;
    padding: 25px 15px;
}
.test-classes_row, .test-oge_row {
    display: flex;
    font-size: 14px;
    margin: -10px -10px 15px -10px;
}
.test-classes_item, .test-oge_item {
    margin: 10px;
    color: #444;
}
.test-item__classes .choise-save, .test-item__oge .choise-save {
    font-size: 13px;
    padding: 5px 10px;
    margin: 0;
    background: #d18663;
    border: none;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
.test-item__classes .choise-save:hover, .test-item__oge .choise-save:hover {
    opacity: 0.7;
}
ul.pagination {
    list-style: none;
    padding: 0;
    margin: 20px -5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination li {
    margin: 0 5px;
}
.field-group__img {
    max-width: 200px;
    margin-bottom: 5px;
}
.classes-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px -10px;
}
.class-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 40px) / 2);
    background: #fff;
    border-radius: 12px;
    margin: 10px;
    padding: 20px;
    box-shadow: 4px 4px 5px 3px rgba(0,0,0,0.1);
}
.class-name {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #a0cf8f;
}
.class-login {
    margin-top: 5px;
    color: #777;
    background: #eee;
    padding: 3px 10px;
}
.class-login span {
    font-weight: 600;
}
.class-item__pass {
    padding: 20px 0;
    width: 100%;
}
.class-item__pass h4 {
    margin: 0;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
}
form.pass-edit, form.settings-edit, form.teacher-edit {    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px -5px 0 -5px;
}
form.teacher-edit {
    flex-direction: column;
}
form.teacher-edit .field-item label {
    font-size: 13px;
}
.pass-edit input, form.settings-edit input, .teacher-edit input {
    max-width: 100%;
    border: 2px solid #b6c6b5;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 13px;
    border-radius: 4px;
}
.pass-edit button, form.class-create button,
form.teacher-create button, form.settings-edit button, form.teacher-edit button {
    background: #557c55;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
}
.pass-edit button:hover, form.class-create button:hover, 
form.teacher-create button:hover,
form.settings-edit button:hover,
.teacher-edit button:hover {
    opacity: 0.8;
}
.pass-edit input.error-field, .class-create input.error-field,
.teacher-create input.error-field,
form.settings-edit input.error-field,
.teacher-edit input.error-field {
    border-color: #ff7676;
}
.teachers-list-filters {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.class-item__actions,
.teacher-item__actions{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.class-delete,
.teacher-delete {
    background: #f39595;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}
.class-logindata,
.teacher-logindata{
    background: #7bb97b;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}
.class-item__actions a:hover,
.teacher-item__actions a:hover{
    opacity: 0.85;
}
.lastlogin-date {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    text-align: center;
}
.teacher-block {
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}
.teacher-block:hover {
    opacity: 0.85;
}
.teacher-block.block {
    background: #f39595;
}
.teacher-block.unblock {
    background: #7bb97b;
}
.class-item.blocked--item {
    background: #ffebeb;
}

.class-form__wrapper {
    margin: 45px 0;
}
form.class-create, form.teacher-create {
    width: 550px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 4px 4px 5px 3px rgb(0 0 0 / 10%);
}
.fields-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 15px -10px;
}
.fields-row.single-field {
    margin: 0 0 15px 0;
}
.fields-row.single-field .field-item {
    width: 100%;
    padding: 0;
}
.field-item {
    padding: 0 10px;
    width: 50%;
    text-align: left;
}
.field-item label {
    font-size: 14px;
    display: block;
    color: #444;
    margin-bottom: 5px;
}
.field-item input {
    width: 100%;
    border: 2px solid #b6c6b5;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    border-radius: 4px;
}
form.class-create button, form.teacher-create button {
    font-size: 14px;
    padding: 7px 15px;
}
.single-chk .field-item label {
    display: flex;
}
.single-chk .field-item input {
    width: auto;
    padding: 0;
    margin-right: 5px;
}
.jGrowl.top-right {
    left: 50%;
    top: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
}
.jGrowl-notification.af-message-success,
.jGrowl-notification.af-message-success1 {
    width: 350px;
    min-height: 100px;
    font-size: 15px;
    background-color: #557c55;
    box-shadow: 0px 0px 10px 3px #ccebcc;
}
.jGrowl-notification.af-message-error,
.jGrowl-notification.af-message-error1 {
    background-color: #dd6868;
    box-shadow: 0px 0px 10px 3px #f39595;
}
.jGrowl-notification.af-message-success .jGrowl-message span,
.jGrowl-notification.af-message-success1 .jGrowl-message span {
    font-weight: 600;
    text-decoration: underline;
}
.jGrowl-notification.af-message-success .jGrowl-message {
    text-align: center;
    padding-top: 20px;
}
.wrapper.test-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 420px;
    height: auto;
    background: #fff;
    padding: 20px 15px;
    border-radius: 12px;
    box-shadow: 7px 6px 5px 2px rgba(0,0,0,0.1);
    transition: 0.35s all ease;
}
.test-wrapper__item {
    width: 100%;
}
.test-wrapper__item.sound-check {
    display: flex;
    align-items: center;
    flex-direction: column;
}
img.sound-check__img {
    width: 170px;
    margin: 15px 0;
    text-align: center;
}
.sound-wrap {
    width: 550px;
    max-width: 100%;
    display: flex;
}
.sound-wrap__item {
    width: auto;
    flex-grow: 1;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sound-wrap__btns {
    display: flex;
    flex-direction: column;
}
.sound-wrap__btns button {
    margin-top: 10px;
    background: #8dbf8d;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s background ease;
}
.sound-wrap__btns button#rec-stop {
    background: #eb7548;
}
.sound-wrap__btns button:hover {
    opacity: 0.7;
}
.sound-wrap__btns button:disabled {
    pointer-events: none;
    opacity: 0.2;
}
#rec-canvas {
    width: 150px;
    height: 150px;
}
.sound-check__checkbox {
    margin: 40px 0;
    background: #eee;
    padding: 10px;
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.sound-check__checkbox input {
    margin-right: 5px;
}
.sound-check .test-choice-btn {
    display: none;
    background: #557c55;
    width: 200px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s background ease;
}
.sound-check .test-choice-btn.shown {
    display: block;
}
.questions-choice {
    display: none;
    opacity: 0;
}
form#questions-choice-form {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    background: #eee;
    border-radius: 6px;
}
.quest-wrap {
    margin-bottom: 8px;
}
form#questions-choice-form button {
    background: #8dbf8d;
    padding: 5px 15px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s background ease;
}
form#questions-choice-form button:hover {
    opacity: 0.7;
}
.tasks-wrapper {
    display: none;
}
.task-wrapper {
    display: none;    
    opacity: 0;
    height: 100%;
}
.task-wrapper__prep {
    display: none;
    opacity: 0;
}
.task-wrapper__ans {
    display: none;
    opacity: 0;
}
.task-wrapper__ans button.hidden-stop {
    display: none;
}
.task-wrapper__timer {
    display: flex;    
    text-align: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.task-wrapper__timer.ans-timer {
    display: none; 
    opacity: 0;   
}
.task-wrapper__timer span {
    font-size: 20px;
    color: #666;
}
.timer {
    margin-top: 10px;
}
.timer-sec {
    font-size: 55px;
    font-weight: 600;
    color: #666;
}
.task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #eee;
    border-radius: 6px;
    color: #666;
}
.task-num {
    font-weight: 600;
    display: flex;
    align-items: center;
}
.task-num p {
    margin: 0;
}
.task-num p:first-child {
    margin-right: 5px;
}
.task-num span {
    margin-left: 10px;
    color: #557c55;
}
.task-header__actions {
    display: flex;
    align-items: center;
}
.progress-bar {
    display: block;
    height: 20px;
    width: 150px;
    background: #fff;
    border-radius: 6px;
    margin-right: 15px;
    overflow: hidden;
}
.progress-line {
    display: block;
    width: 1%;
    height: 100%;
    background-color: #8dbf8d;
}
.task-header__actions a {
    background: #8dbf8d;
    padding: 5px 15px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s background ease;
}
.task-header__actions a:hover {
    opacity: 0.7;
}
.task-body {
    display: flex;    
    color: #444;
    margin: 35px 0;
    background: #eee;
    padding: 10px;
    border-radius: 6px;
}
.task-cotnent {
    flex-grow: 1;
    order: 2;
    padding-left: 20px;
}
.task-cotnent h4 {
    font-weight: 600;
    margin: 0;
}
.task-text {
    margin-top: 0;
    padding: 0;
    border-radius: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.task-text p.qtitle {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
}
.task-text p.q-timeinfo {
    margin-bottom: 0;
}
.task-text ol, .task-text ul {
    padding-left: 20px;
}
.subans-block .task-text {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.subans-block .task-text p.qtitle {
    width: 100%;
    text-align: center;
}
.subans-block .task-text p.q-timeinfo {
    align-self: flex-end;
    width: 100%;
    text-align: left;
}
.task-img {
    order: 1;
    display: flex;
    align-items: flex-end;
    max-width: 40%;
    padding-left: 0;
}
.task-body.body-images {
    flex-direction: column;
}
.task-body.body-images .task-img {
    justify-content: space-around;
    align-items: stretch;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    max-height: 300px;
    order: 1;
    margin-bottom: 20px;
}
.task-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.task-body.body-images .task-img img {
    max-width: 45%;
    width: auto;
    max-height: 100%;
    object-fit: cover;
}
.type4-single__img {
    max-width: 45%;
    width: auto;
    max-height: 100%;
    object-fit: cover;
    position: relative;
}
.task-body.body-images .task-img .type4-single__img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.type4-single__img span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 30px;
    height: 30px;
    background: #6c9b6c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 6px;
}
.task-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #eee;
    border-radius: 6px;
    color: #666;
}
.task-footer a {
    background: #f39595;
    padding: 5px 15px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s background ease;
}
.task-footer a:hover {
    opacity: 0.7;
}
.result-wrapper {
    display: none;    
    opacity: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.result-wrapper .inner-title {
    color: #a0cf8f;
}
p.inner-subtitle {
    margin: 10px 0 0;
    color: #555;
    text-align: center;
}
.result-wrapper ul {
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.result-tasks {
    margin-top: 25px;
    width: 100%;
}
.result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    margin-bottom: 10px;
    background: #f8f9ff;
    border-radius: 6px;
}
.result-item span {
    font-weight: 600;
    color: #555;
}
.result-item__player {
    position: relative;
}
.result-item__player-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f8f9ff;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.result-item__player-loader i {
    font-style: normal;
    font-size: 12px;
}
.result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #eee;
    border-radius: 6px;
    color: #666;
    width: 100%;
    margin-top: auto;
}
.result-footer .result-footer__btns {
    margin: 0 -10px;
}
.result-footer .result-footer__btns a {
    display: inline-block;
    font-size: 14px;
    background: #f39595;
    padding: 5px 15px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 1;
    margin: 0 10px;
    transition: 0.25s background ease;
}
.result-footer .result-footer__btns.btns-action a {
    background: #6fa36f;  
}
.result-footer a:hover {
    opacity: 0.7;
}
.result-footer .result-footer__btns.btns-action a.send-mp3.disabled {
    background: #c9c9c9;
    color: #777;
    pointer-events: none;
}
.pdf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #f1f2f3;
    opacity: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pdf-overlay.shown {    
    display: flex;    
}
.pdf-overlay h3 {
    font-size: 32px;
    font-weight: 600;
}
.hidden-player {
    display: none;
}
.subs-item {
    display: none;
    opacity: 0;
}
.task-header.disabled {
    opacity: 0.4;
    pointer-events: none;
}
span.sub-msg {
    font-size: 20px;
    font-weight: 600;
    color: #ff623f;
}
span.sub-msg.msg-green {
    color: #a0cf8f;
}
#global-stop-btn, #global-pause-btn {
    display: none;
}
.wrapper.bottom-menu {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.wrapper.bottom-menu a {
    color: #666;
    text-transform: uppercase;
    text-decoration: underline;
}
.wrapper.bottom-menu a:first-child {
    margin-right: 15px;
}
.wrapper.bottom-menu span {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}
.wrapper.bottom-menu.single {
    justify-content: space-around;
}
.result-as-mp3.inactive {
    opacity: 0.5 !important;
    pointer-events: none;
}
.popup-form {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    max-width: 100%;
    background: #8dbf8d;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
    border-radius: 6px;
    padding: 15px;
}
.popup-form h3 {
    text-align: center;
    color: #444;
    font-size: 18px;
    margin: 0;
}
form.popup-userinfo {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
form.popup-userinfo input {
    padding: 5px 15px;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 13px;
}
form.popup-userinfo button {
    background: #557c55;
    color: #fff;
    border: none;
    padding: 8px 15px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
    margin-top: 15px;
}
form.popup-userinfo button:hover {
    opacity: 0.7;
}
.hidden-btn {
    display: none;
}
.audio-quest__body {
    flex-grow: 1;
}
.audio-file__wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 10px;
}
.audio-wrap__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
}
.audio-wrap__btn {
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 5px;
    background: #a0cf8f;
    color: #fff;
}
span.audio-wrap__filename {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    font-size: 12px;
    color: #555;
}
.audio-file__wrap input {
    opacity: 0;
    z-index: 2;
}
.rec-canvas {
    width: 200px;
    height: 20px;
    border-radius: 6px;
    background: #eee;
    overflow: hidden;
}
.rec-in {
    max-width: 100%;
    width: 2%;
    height: 100%;
    background-image: linear-gradient(to right, #e03535, #eb5a27, #f07b14, #f19b00, #ecba00, #e1ca00, #d3d900, #c0e900, #a8ed00, #8bf100, #65f511, #14f827);
}
#hidden-download, #hidden-pdf-download {
    display: none;
}
.inner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-filters {
    display: flex;
    align-items: center;
}
.list-filters .filter-select__wrap {
    margin-right: 15px;
}
.filter-select__wrap select {
    padding: 4px 15px 4px 5px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 4px;
    border: 1px solid #b6c6b5;
}
.filter-select__wrap label {
    font-size: 13px;
    margin-right: 3px;   
}
.search-form input {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #b6c6b5;
}
.search-form button {
    padding: 5px 15px;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background: #557c55;
    font-size: 14px;
    transition: 0.3s all ease;
}
.search-form button:hover {
    background: #6fa36f;
}
.test-item__pos {
    display: flex;
    flex-direction: column;
}
.test-item .test-item__pos span {
    cursor: pointer;
    color: #939393;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}
.test-item .test-item__pos span:hover {
    color: #444444;
}
.audios-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 80px) / 4);
    background: #fff;
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    box-shadow: 4px 4px 5px 3px rgba(0,0,0,0.1);
}
.audio-item__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #a0cf8f;
    margin-bottom: 5px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.audio-item__date {
    font-size: 12px;
    color: #444;
    margin-bottom: 15px;
}
.audios-item audio {
    max-width: 100%;
}
.audio-item__actions {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.audio-delete {
    background: #f39595;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
}
.audio-download {
    background: #a0cf93;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
    margin-right: 10px;
}
.audio-item__actions a:hover {
    opacity: 0.75;
}
.audio-form__wrapper {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 5px 3px rgba(0,0,0,0.1);
}
.audio-subs {
    display: flex;
    align-items: flex-end;
}
.field-group-audio {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.field-group-audio label {
    font-size: 13px;
    margin-bottom: 3px;
    color: #444;
}
.field-group-audio input, .temp-date input {
    width: 100%;
    border: 2px solid #b6c6b5;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    border-radius: 4px;
}
.audio-subs button {
    font-size: 14px;
    padding: 7px 10px;
    background: #557c55;
    color: #fff;
    border: none;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    opacity: 1;
}
.audio-subs button:hover, .temp-date button:hover {
    opacity: 0.8;
}
.audio-form__wrapper > span {
    font-size: 13px;
}
.audio-unsub {
    margin-left: 15px;
    font-size: 13px;
    color: #444;
    padding: 5px 10px;
    border: 1px solid #777;
    border-radius: 4px;
    transition: 0.3s all ease;
}
.audio-unsub:hover {
    background: #444;
    color: #fff;
}
.temp-date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.temp-date input {
    max-width: 200px;
    font-size: 13px;
}
.temp-date button {
    background: #557c55;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0 0 0 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
}
.bn-main {
    width: 100%;
}
.bn-main img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.wrap-inner.request-wrap {
    padding: 0 15px;
    text-align: center;
}
.form-group-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    flex-grow: 1;
    margin-bottom: 15px;
}
.control-label {
    font-size: 14px;
    font-weight: 600;
}
.control-label .star {
    color: red;
}
.form-group > input[type="text"],
.form-group > input[type="email"] {
    width: 100%;
    padding: 7px 15px;
    border-radius: 12px;
    border: 2px solid #b6c6b5;
    outline: none;
}
.form-group > input[type="text"]:focus,
.form-group > input[type="email"]:focus {
    border-color: #7c9b7a;
}
.form-group > input[type="text"].error,
.form-group > input[type="email"].error {
    border-color: #e93d3d;
}
.form-group-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.form-submit > .btn {
    background: #557c55;
    width: 200px;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.25s background ease;
}
.form-submit > .btn:hover, .form-submit > .btn:active {
    background: #6fa36f;
}
.instr-items-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.instr-item {
    display: none;
    align-items: flex-start;
    gap: 10px;
}
.instr-item.instr--active {
    display: flex;
}
.instr-item > a {
    display: block;
    flex-shrink: 0;
    width: 65%;
}
.instr-item > a img {
    display: block;
    width: auto;
    max-width: 100%;
}
.instr-text {
    flex-grow: 1;
}
.instr-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 20px 10px 10px;
}
.instr-actions > .instr-btn {
    background: #a0cf8f;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.instr-actions > .instr-btn:hover {
    background: #84a976;
}
.instr-actions > .instr-btn.hidden {
    display: none;
}
.instr-item.last-instr > a {
    width: 50%;
}
.instr-item.last-instr .instr-text {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.instr-item.last-instr .instr-text a {
    padding: 5px 10px;
    background: #a0cf8f;
    color: #fff;
    border-radius: 5px;   
}
.btn-main-about {
    background: #557c55;
    width: 200px;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.45s background linear;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    border: 5px solid #fff;
}
.btn-main-about:hover {
    border-color: #6fa36f;
    background: #fff;
    color: #557c55;
}
.video-popup {
    position: relative;
    width: 800px;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.video-popup video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-alert {
    padding: 10px;
    text-align: center;
    background: #ff5f5f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
/* media css */
@media (max-width: 1260px) {
    .wrapper {
        padding: 0 15px;
    }
    audio.edit-player {
        width: 100px;
    }
}
@media (max-width: 1050px) {
    .task-body {
        flex-wrap: wrap;
    }
    body {
        padding: 0 15px;
    }
    h1 {
        font-size: 40px;
    }
    .wrapper {
        padding: 0 15px;
    }
    .wrap {
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .wrap-item:first-child {
        width: 100%;
        border-radius: 30px 30px 0 0;
    }
    .wrap-item:last-child {
        width: 100%;
        border-radius: 0 0 30px 30px;
        padding: 20px;
    }
    form.pass-edit,
    form.settings-edit,
    form.teacher-edit {
        flex-direction: column;
        margin: 15px 0 0 0;
    }
    .pass-edit input,
    form.settings-edit input,
    .teacher-edit input {
        margin-bottom: 10px;
    }
    .audios-item {
        width: calc((100% - 60px) / 3);
    }
}
@media (max-width: 1002px) {
    .result-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .result-footer .result-footer__btns {
        margin: 5px 0;
    }
    .result-footer .result-footer__btns a {
        margin: 5px;
    }
}
@media (max-width: 992px) {
    audio.edit-player {
        display: none;
    }
    .audio-wrap__content {
        width: 100%;
    }
    .test-item span {
        width: 30%;
    }
    .test-item__actions {
        width: auto;
        flex-grow: 1;
    }
    .test-item__actions a {
        margin-right: 5px;
    }
    .classes-row {
        margin: 15px 0;
    }
    .class-item {
        width: 100%;
        margin: 10px 0;
    }
    .task-body.body-images .task-img {
        align-items: flex-end;
        justify-content: space-between;
    }
    .task-body.body-images .task-img img {
        width: auto;
        flex-shrink: 1;
        max-height: 100%;
        height: 100%;
        object-fit: unset;
        max-width: calc(50% - 10px);
    }
    .audios-item {
        width: calc((100% - 40px) / 2);
    }
}
@media (max-width: 780px) {
    .task-footer {
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
    }
    .task-footer a.exam-pause {
        margin-bottom: 10px;
    }
    .rec-canvas {
        width: 200px;
        margin-bottom: 10px;
        background: #fff;
    }
    .task-cotnent {
        padding-left: 0;
        margin: 10px 0;
    }
    .wrapper {
        padding: 0;
    }
    .test-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .test-item span, .test-item.adm-item span {
        width: 100%;
    }
    .test-item__actions, .test-item.adm-item .test-item__actions {
        flex-wrap: wrap;
        width: 100%;        
        margin: 5px -5px;
        justify-content: flex-start;
    }    
    .test-item__actions a {
        margin: 5px;
        width: calc((100% - 20px) / 2);
        text-align: center;
    }
    .test-item__classes, .test-item__oge {
        display: none;
        padding: 25px 15px;
        width: 100%;
    }
    .test-classes_row, .test-oge_row {
        flex-wrap: wrap;
    }
    .fields-row {
        flex-direction: column;
        margin: 10px 0;
    }
    .field-item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .field-item:last-child {
        margin-bottom: 0;
    }
    h1, h1.inner-title {
        font-size: 24px !important;
    }
    .field-group {
        flex-direction: column;
        align-items: flex-start;
    }
    label.qt-label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .field-group select {
        max-width: 100%;
    }
    .field-group .mceEditor {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
    .question-header {
        padding: 5px;
        font-size: 12px;
    }
    table.mceLayout {
        width: 100%;
    }
    table.mceLayout, textarea.tinyMCE {
        width: 100% !important;
    }    
    .mceToolbar td {
        display:table-row;
        float: left;
    }
    .mceToolbar td:nth-of-type(11){
        clear: left;
    }
    .subquestions.audio-subquest li {
        flex-direction: column;
        align-items: flex-start;
        padding: 5px 0 5px 5px;
    }
    .audio-file__wrap {
        margin-left: 0;
    }
    .audio-quest__body, .audio-file__wrap {
        width: 100%;
    }
    audio.edit-player {
        display: block;
        width: 150px;
    }
    .subquestions.audio-subquest .select-wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .audio-body__record.shown, .audio-body__upload.shown {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .create-form .field-group input {
        background: #f3fdeb;
        font-size: 12px;
    }
    .subquestions.audio-subquest .audio-quest__body input {
        padding: 5px 0;
    }
    .to-account {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .to-account a {
        font-size: 12px;
        margin: 5px 0;
    }
    .teacher-menu a {
        padding: 8px;
        margin-bottom: 10px;
    }
    .wrapper.bottom-menu {
        flex-direction: column;
    }
    .wrapper.bottom-menu.single a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .bottom-menu__links {
        margin-top: 10px;
    }
    .task-header {
        flex-direction: column;
        padding: 10px 5px;
    }
    .task-num {
        flex-direction: column;
        margin-bottom: 10px;
        text-align: center;
    }
    .wrapper.test-wrapper {
        padding: 20px 10px;
    }
    .task-header__actions {
        width: 100%;
        justify-content: space-between;
    }
    .progress-bar {
        width: 70%;
        height: 10px;
        margin-right: 10px;
    }
    .task-header__actions a {
        font-size: 12px;
        padding: 5px 8px;
    }
    .task-body {
        flex-direction: column;
    }    
    .pdf-overlay h3 {
        font-size: 20px;
        text-align: center;
    }
    .audios-item {
        width: 100%;
        margin: 10px 0;
    }
    .inner-row {
        flex-direction: column;
    }
    .list-filters {
        margin-top: 15px;
    }
    .instr-item {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .list-filters {
        flex-direction: column;
    }
    .list-filters .filter-select__wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .audio-wrap__content {
        width: 50%;
    }
    audio.edit-player {
        display: block;
        width: 40%;
        right: 5px;
    }
    .task-body.subans-block .task-img {
        order: 2;
    }
    .task-body.subans-block .task-text p.qtitle {
        padding-left: 0;
    }
    .task-body.body-images .task-img {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        max-height: none;
        margin-top: 0;
    }
    .task-body.body-images .task-img img {
        margin-top: 10px;
        width: 100%;
        flex-shrink: 1;
        max-height: none;
        height: auto;
        object-fit: unset;
        max-width: 100%;
    }
    .task-img {
        width: 100%;
        max-width: 100%;
    }
    .result-wrapper .inner-title {
        font-size: 18px !important;
    }
    p.inner-subtitle {
        font-size: 12px;
    }
    .result-wrapper ul {
        font-size: 12px;
        padding-left: 20px;
    }
    .result-item {
        flex-direction: column;
        padding: 5px;
    }
    .result-item__player {
        max-width: 100%;
        margin-top: 10px;
    }
    .result-item__player audio {
        max-width: 100% !important;
    }
    .result-footer .result-footer__btns {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .result-footer .result-footer__btns a {
        margin: 5px 0;
    }
    .wrap-item__subheader {
        padding: 2px;
        font-size: 11px;
        white-space: nowrap;
    }
    .sound-wrap {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .sound-wrap__item {
        width: 100%;
        padding: 0;
    }
    .sound-wrap__item:last-child {
        order: 1;
    }
    .sound-wrap__item:first-child {
        order: 2;
        margin-top: 10px;
    }
    #rec-canvas {
        background: rgba(5,94,71,0.1);
        width: 100%;
        height: 70px;
    }
    .sound-wrap__item audio {
        max-width: 100%;
        width: 100%;
    }
    .task-header__actions {
        flex-direction: column;
    }
    .progress-bar {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .audio-subs {
        flex-direction: column;
        align-items: center;
    }
    .field-group-audio {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .audio-form__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .audio-unsub {
        margin-left: 0;
        margin-top: 5px;
    }
    .teacher-item__actions {
        flex-wrap: wrap;
    }
}
.white-popup-block {
    background: #fff;
    width: 650px;
    max-width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin: 25px auto;
    line-height: 1.3;
}
.white-popup-block h1 {
    margin-top: 0;
    font-size: 26px;
}
.rules-modal-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.popup-modal-dismiss {
    display: inline-block;
    color: #fff;
    padding: 9px 20px;
    background: #557c55;
    border-radius: 4px;
    transition: 0.25s all ease;
}
.popup-modal-back {
    display: inline-block;
    color: #fff;
    padding: 9px 20px;
    background: #979797;
    border-radius: 4px;
    transition: 0.25s all ease;
    margin-right: 20px;
}
.rules-chk {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}