@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap") format("truetype")
}

@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap") format("truetype")
}

@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap") format("truetype")
}

@font-face {
    font-family: "nunito-regular";
    src: url("../../resources/fonts/NunitoSans_7pt-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "nunito-semibold";
    src: url("../../resources/fonts/NunitoSans_7pt_SemiCondensed-Bold.ttf") format("opentype")
}

@font-face {
    font-family: "nunito-bold";
    src: url("../../resources/fonts/NunitoSans_7pt-ExtraBold.ttf") format("woff2")
}

@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap") format("opentype")
}

@font-face {
    font-family: "Baloo 2";
    src: url("../../resources/fonts/Baloo2-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Baloo 2";
    src: url("../../resources/fonts/Baloo2-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Baloo 2";
    src: url("../../resources/fonts/Baloo2-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Baloo 2";
    src: url("../../resources/fonts/Baloo2-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Baloo 2";
    src: url("../../resources/fonts/Baloo2-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

:root {
    --color-vocabulary-pr: #ef476f;
    --color-vocabulary-a1: #fa633f;
    --color-vocabulary-a2: #06d6a0;
    --color-vocabulary-b1: #ffbc42;
    --color-vocabulary-b2: #118ab2
}

html {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: 0px
}

body {
    font-family: "Nunito Sans", sans-serif;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    color: #000
}

@media screen and (min-width: 1024px)and (max-width: 1200px) {
    body {
        background-color: #f4e6c2
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

hr {
    border: none;
    border-top: 3px double var(--color-dark);
    color: var(--color-dark);
    overflow: visible;
    text-align: center;
    height: 5px
}

button[disabled] {
    opacity: .3;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.limit {
    border-bottom: 1px solid #ababab
}

.p-0 {
    padding: 0 !important
}

textarea {
    resize: none
}

.text-nowrap {
    white-space: nowrap
}

.wrap {
    min-width: 1024px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f4f4
}

@media screen and (min-width: 1024px)and (max-width: 1200px) {
    .wrapper {
        background-repeat: repeat;
        background-size: cover
    }
}

.center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto
}

@media screen and (max-width: 1024px) {
    .wrap {
        max-width: 1024px;
        min-width: 768px;
        width: 100%;
        margin: 0 auto;
        padding: 0px
    }
}

@media screen and (max-width: 780px) {
    .wrap {
        min-width: 420px;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        overflow: hidden
    }
}

@media screen and (max-width: 420px) {
    .wrap {
        min-width: 320px;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        overflow: hidden
    }
}

video::webkit-media-controls-fullscreen-button {
    display: none !important
}

video::-webkit-media-controls-panel,
audio::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px
}

video::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-mute-button {
    display: none !important
}

video::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-volume-slider {
    display: none !important
}

video::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-current-time-display {
    display: none
}

video::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-time-remaining-display {
    display: none
}

video::-webkit-media-controls-enclosure,
audio::-webkit-media-controls-enclosure {
    background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer !important
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .sidebar .sidebar-wrap::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        cursor: pointer !important
    }
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .sidebar .sidebar-wrap::-webkit-scrollbar-thumb {
        background: #d0d5dd !important;
        border: 0px none rgba(0, 0, 0, 0);
        border-radius: 4px;
        cursor: pointer !important
    }
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
}

::-webkit-scrollbar-thumb {
    background: #667085;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer !important
}

::-webkit-scrollbar-thumb:active {
    background: #344054
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px
}

::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

input:focus,
textarea:focus,
select:focus {
    outline: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: .5
}

input::placeholder,
textarea::placeholder {
    opacity: .5
}

.mobile-container {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .mobile-container {
        overflow-y: hidden;
        padding: 0
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .mobile-container {
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0
    }
}

.grid-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

.grid-container--full-height {
    height: 100%
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .grid-container {
        max-width: 640px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .grid-container {
        max-width: 1360px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .grid-container {
        max-width: 1400px
    }
}

@media screen and (min-width: 1400px) {
    .grid-container {
        max-width: 1600px
    }
}

.grid-container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

.grid-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -1rem;
    margin-left: -1rem
}

.grid-col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.grid-col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.grid-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.grid-col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.grid-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.grid-col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.grid-col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.grid-col-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.grid-col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.grid-col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.grid-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width: 1400px) {
    .grid-col-admin-2 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .grid-col-admin-2 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .grid-col-admin-2 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .grid-col-admin-2 {
        -ms-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .grid-col-admin-6 {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .grid-col-admin-6 {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media screen and (min-width: 1400px) {
    .grid-col-admin-6 {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media screen and (min-width: 1400px) {
    .grid-col-admin-8 {
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .grid-col-admin-8 {
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .grid-col-admin-8 {
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .grid-col-admin-8 {
        -ms-flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .grid-col-admin-vertical-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .grid-col-admin-vertical-12 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.grid-col-modal-1 {
    -ms-flex: 0 0 2%;
    -webkit-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%
}

.grid-col-modal-10 {
    -ms-flex: 0 0 93%;
    -webkit-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.box-shadow {
    box-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px
}

.effect-highlight-submenu {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b62936 !important;
    border-radius: 40px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all .5s ease;
    padding: 8px 16px
}

.section-date-active {
    color: #fff !important;
    background-color: #b62936
}

.shadow-stroke {
    -webkit-filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2))
}

.effect-onclick-active {
    cursor: pointer;
    transition: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 4px solid #3aa5fb;
    border-radius: 10px
}

.effect-onclick-active-border {
    cursor: pointer;
    transition: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid #3aa5fb;
    border-radius: 10px
}

.effect-onclick-active-background {
    cursor: pointer;
    transition: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 2px solid #3aa5fb;
    border-radius: 10px;
    background-color: #d8edff
}

.effect-highlight-click {
    background-color: #b62936 !important;
    color: #fff !important;
    border-radius: 10px
}

.table-custom {
    border-radius: 10px;
    border-collapse: collapse
}

.table-custom .table-header {
    color: #fff;
    background-color: #2d3786;
    border-radius: 4px;
    margin-bottom: 8px
}

.table-custom .table-header td {
    padding: 10px
}

.table-custom.table-homework {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 85%;
    max-height: 85%;
    overflow: auto;
    padding: 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .table-custom.table-homework {
        width: 100%;
        margin: 20px 0px 60px 0px
    }
}

.table-custom.table-homework thead tr:first-child th:first-child,
.table-custom.table-homework thead tr:first-child td:first-child {
    border-top-left-radius: 4px
}

.table-custom.table-homework thead tr:first-child th:last-child,
.table-custom.table-homework thead tr:first-child td:last-child {
    border-top-right-radius: 4px
}

.table-custom.table-homework tbody {
    background: #fff
}

.table-custom.table-homework tbody tr:last-child th:first-child,
.table-custom.table-homework tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px
}

.table-custom.table-homework tbody tr:last-child th:last-child,
.table-custom.table-homework tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px
}

.table-custom.table-homework tbody tr:nth-child(odd) {
    background-color: #f4f4f4 !important
}

.table-custom.table-homework tbody tr td {
    padding: 10px
}

.table-custom.table-homework tbody tr td:first-child() {
    font-weight: 600
}

.table-custom.table-white {
    background-color: #fff
}

.table-custom.table-not-bg table tr.table-control-row:nth-child(odd) {
    background-color: #fff !important
}

.table-custom table {
    width: 100%;
    display: table
}

.table-custom table tr {
    border-bottom: 1px solid #d0d5dd
}

.table-custom table tr.table-standard-row:nth-of-type(odd),
.table-custom table tr.table-standard-cell:nth-of-type(odd) {
    background-color: #eaecf0 !important
}

.table-custom table tr td {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818;
    text-align: left;
    padding: 16px
}

.table-custom table tr td>input {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818
}

.table-custom table tr td.table-standard-new-header {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    vertical-align: center;
    padding: 12px;
    background-color: var(--color-blue-light-2);
    text-align: left
}

.table-task {
    width: 500px;
    margin: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .table-task {
        width: 100%;
        padding: 0 10px
    }
}

@media screen and (min-width: 1400px) {
    .table-task {
        margin-top: 60px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .table-task {
        margin-top: 60px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .table-task {
        margin-top: 60px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .table-task {
        margin-top: 60px
    }
}

.table-wrap {
    width: 100%
}

.table-wrap .table-control {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.table-wrap .table-control .table-control-row {
    border-collapse: collapse
}

.table-wrap .table-control .table-control-row .table-control-header {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    color: #fff;
    background-color: #2d3786;
    vertical-align: bottom;
    text-align: left;
    text-transform: capitalize;
    padding: .5rem;
    z-index: 10
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .table-wrap .table-control .table-control-row .table-control-header {
        font-size: .625rem;
        line-height: 18px;
        font-weight: 500;
        color: #fff
    }
}

.table-wrap .table-control .table-control-row .table-control-cell {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    text-align: left;
    vertical-align: top;
    border: 1px solid #d0d5dd;
    padding: .75rem
}

.table-control {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.table-control .table-control-row {
    border-collapse: collapse;
    background-color: #fff
}

.table-control .table-control-row:nth-child(odd) {
    background-color: #e6f6fc
}

.table-control .table-control-row:nth-child(2n+3)>:first-child {
    background-color: #e6f6fc
}

.table-control .table-control-row:nth-child(2n+2)>:first-child {
    background-color: #fff
}

.table-control .table-control-row .table-control-header {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    color: #fff;
    background-color: #2d3786 !important;
    text-align: left;
    border-collapse: collapse;
    border: .5px solid #fff;
    padding: .5rem
}

.table-control .table-control-row .table-control-cell {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818;
    text-align: left;
    vertical-align: top;
    border: 1px solid #d0d5dd;
    padding: .5rem;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.table-control .table-control-row .table-control-cell .cell-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 400;
    color: #ababab;
    height: 100px;
    margin: -0.5rem
}

.table-control .table-control-row .table-control-cell .cell-overview__ban {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100px;
    margin: auto
}

.table-control .table-control-row .table-control-cell .cell-overview__ban--current {
    background-color: #ecfdf5
}

.button-authentication {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 48px;
    background-color: var(--color-red-primary)
}

.button-sslogin {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    height: 48px;
    background-color: var(--color-gray-1-secondary);
    border-radius: 8px;
    border: 1px solid var(--color-gray-2-secondary)
}

.button-action-save {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    height: 48px;
    background-color: var(--color-red-primary)
}

.button-action-cancel {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #181818;
    height: 48px;
    background-color: #fff !important;
    font-family: "nunito-semibold";
    border: 1px solid #d0d5dd
}

.button-action-cancel:hover {
    color: #fff
}

.btn-resetpassword {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    width: 250px;
    background-color: var(--color-red-primary);
    border-radius: 10px;
    padding: 8px 10px
}

.btn-progress-achievement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    max-width: 128px;
    min-width: 78px;
    gap: 8px;
    border-radius: 6px
}

.btn-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #2d3786;
    border-radius: 6px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    gap: 6px;
    padding: 6px 8px;
    cursor: pointer;
    border: none
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .btn-control {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #fff;
        border-radius: 4px;
        gap: 4px;
        padding: 8px 5px
    }

    .btn-control>img {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .btn-control {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #fff;
        padding: 6px 8px
    }

    .btn-control>img {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .btn-control {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #fff;
        padding: 6px 8px
    }

    .btn-control>img {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .btn-control {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #fff;
        padding: 6px 8px
    }

    .btn-control>img {
        width: 16px;
        height: 16px
    }
}

.btn-control__restart {
    background-color: #f18f01
}

.btn-control__restart>img {
    width: 16px;
    height: 16px
}

.btn-control__next {
    background-color: #3aa5fb
}

.btn-control--lesson {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 600;
    color: #2d3786;
    min-width: 30.333%;
    border-radius: 40px;
    cursor: pointer;
    transition: all .3sease;
    background-color: #d8edff;
    padding: 6px 16px;
    gap: 8px
}

.btn-control--info {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    background: #3aa5fb;
    cursor: pointer;
    transition: all .3sease;
    padding: .375rem .75rem
}

.btn-control--save {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    background: #4caf50;
    cursor: pointer;
    transition: all .3sease;
    padding: .375rem .75rem
}

.btn-control--close {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    width: 100px;
    background: #e7eaee;
    border-width: 0px;
    color: #344054;
    cursor: pointer;
    transition: all .3sease;
    padding: .375rem .75rem
}

.input__control {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #050505;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 6px);
    padding: .375rem .25rem;
    padding-right: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d5dd;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input__control.search::before {
    position: absolute;
    margin-top: 10px;
    margin-left: 8px;
    content: url("../../resources/images/icons/search.png");
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.input__control.user-calling::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    pointer-events: none;
    box-sizing: border-box
}

.select-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #ababab;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px
}

.select-icon .icon {
    font-size: 1rem;
    line-height: 24px;
    margin-right: 10px
}

.select-icon::after {
    content: "▼";
    font-size: .75rem;
    line-height: 20px;
    font-weight: #181818;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.select-icon>select {
    font-size: 1rem;
    line-height: 24px;
    width: 100%;
    border: none;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    -webkit-appearance: none;
    cursor: pointer
}

.header-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    overflow: auto
}

.header-menu .list-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    width: 100%
}

.header-menu .list-label .head-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px
}

.img-default-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto
}

.img-default-selector>img {
    width: 100%;
    height: auto
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .img-default-selector>img {
        height: 60%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .img-default-selector>img {
        height: 60%
    }
}

.img-default-selector .text-selector {
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 600;
    color: #2d3786;
    text-align: center
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .img-default-selector .text-selector {
        font-size: 1.875rem;
        line-height: 38px;
        font-weight: 600;
        color: #2d3786
    }
}

_::-webkit-full-page-media,
_:future,
:root .dropdown-custom {
    display: none
}

.alert-error {
    color: #b62936
}

.alert-success {
    color: #06d6a0
}

.alert-normal {
    color: #181818
}

.active-secondary-bg {
    background-color: #f7f7fa;
    transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: transform .1s ease, box-shadow .1s ease;
    transition: transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .05)
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .active-secondary-bg {
        background-color: #eaecf0
    }
}

.slide-highlighted {
    padding: 3px 2px;
    background-color: light-dark(rgb(118, 118, 118), rgb(195, 195, 195)) !important;
    color: light-dark(rgb(255, 255, 255), rgb(16, 16, 16)) !important
}

.multi-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.multi-select .multi-select-header {
    border: 1px solid #dee2e6;
    padding: 7px 30px 7px 12px;
    overflow: hidden;
    gap: 7px;
    min-height: 40px
}

.multi-select .multi-select-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px
}

.multi-select .multi-select-header.multi-select-header-active {
    border-color: #c1c9d0
}

.multi-select .multi-select-header.multi-select-header-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.multi-select .multi-select-header.multi-select-header-active+.multi-select-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.multi-select .multi-select-header .multi-select-header-placeholder {
    color: #65727e
}

.multi-select .multi-select-header .multi-select-header-option {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0f0ff;
    border: 1px solid #d0d5dd;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 10px
}

.multi-select .multi-select-header .multi-select-header-max {
    font-size: 14px;
    color: #65727e
}

.multi-select .multi-select-options {
    display: none;
    box-sizing: border-box;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.multi-select .multi-select-options::-webkit-scrollbar {
    width: 5px
}

.multi-select .multi-select-options::-webkit-scrollbar-track {
    background: #f0f1f3
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb {
    background: #cdcfd1
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
    background: #b2b6b9
}

.multi-select .multi-select-options .multi-select-option,
.multi-select .multi-select-options .multi-select-all {
    padding: 4px 12px;
    height: 42px
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
    margin-right: 14px;
    height: 16px;
    width: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all .multi-select-option-text {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    font-size: 16px;
    line-height: 20px
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
    border-color: #40c979;
    background-color: #40c979
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    margin: .12em 0 0 .27em;
    border: solid #fff;
    border-width: 0 .15em .15em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
    color: #40c979
}

.multi-select .multi-select-options .multi-select-option:hover,
.multi-select .multi-select-options .multi-select-option:active,
.multi-select .multi-select-options .multi-select-all:hover,
.multi-select .multi-select-options .multi-select-all:active {
    background-color: #f3f4f7
}

.multi-select .multi-select-options .multi-select-all {
    border-bottom: 1px solid #f1f3f5;
    border-radius: 0
}

.multi-select .multi-select-options .multi-select-search {
    padding: 7px 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 10px 10px 5px 10px;
    width: 100%;
    outline: none;
    font-size: 16px
}

.multi-select .multi-select-options .multi-select-search::-webkit-input-placeholder {
    color: #b2b5b9
}

.multi-select .multi-select-options .multi-select-search::-moz-placeholder {
    color: #b2b5b9
}

.multi-select .multi-select-options .multi-select-search:-ms-input-placeholder {
    color: #b2b5b9
}

.multi-select .multi-select-options .multi-select-search::placeholder {
    color: #b2b5b9
}

.multi-select .multi-select-header,
.multi-select .multi-select-option,
.multi-select .multi-select-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #212529
}

.main,
.main-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: calc(100% - 56px)
}

@media screen and (min-width: 640px)and (max-width: 1024px) {

    .main,
    .main-body {
        height: calc(100% - 65px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {

    .main,
    .main-body {
        height: calc(100% - 65px)
    }
}

@media screen and (min-width: 1400px) {

    .main,
    .main-body {
        height: calc(100% - 70px)
    }
}

.main.centered,
.main-body.centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header {
    width: 100%;
    background-color: #2d3786
}

.header__navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .header__navbar {
        padding: 8px 0
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .header__navbar {
        padding: 8px 0
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .header__navbar {
        padding: 8px 0
    }
}

.header__navbar .logo {
    height: 30px;
    padding-right: 20px;
    border-right: 1px solid #fff
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .header__navbar .logo {
        height: 24px;
        padding-right: 10px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .header__navbar .logo {
        height: 24px;
        padding-right: 10px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .header__navbar .logo {
        height: 24px;
        padding-right: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .header__navbar .logo {
        display: none;
        height: 24px;
        padding-right: 0px;
        margin: auto
    }
}

.header__navbar .navbar__brand {
    display: inline-block
}

.header__navbar .navbar__collapse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header__navbar .navbar__collapse .collapse__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    margin-left: 20px
}

.header__navbar .navbar__collapse .collapse__nav--item {
    margin-right: 20px
}

.header__navbar .navbar__collapse .collapse__nav--item .item {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 8px 10px;
    text-transform: capitalize
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        border-radius: 4px;
        padding: 4px 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        border-radius: 4px;
        padding: 4px 6px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        border-radius: 4px;
        padding: 4px 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .header__navbar .navbar__collapse .collapse__nav--item .item {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        border-radius: 4px;
        padding: 6px 8px
    }
}

.header__navbar .navbar__collapse .collapse__nav--item .item img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item img {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item img {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .header__navbar .navbar__collapse .collapse__nav--item .item img {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .header__navbar .navbar__collapse .collapse__nav--item .item img {
        width: 20px;
        height: 20px
    }
}

.header__navbar .navbar__collapse .collapse__nav--item .item.active,
.header__navbar .navbar__collapse .collapse__nav--item .item:hover {
    background-color: #b62936;
    color: #fff
}

.header__navbar .navbar__collapse .collapse__element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__navbar .navbar__collapse .collapse__element .element__user {
    margin-right: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .header__navbar .navbar__collapse .collapse__element .element__user {
        margin-right: 10px
    }
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group {
    position: relative
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    object-fit: cover;
    overflow: hidden;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    list-style: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .header__navbar .navbar__collapse .collapse__element .element__user .user__group .avatar {
        width: 35px;
        height: 35px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .header__navbar .navbar__collapse .collapse__element .element__user .user__group .avatar {
        width: 35px;
        height: 35px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .header__navbar .navbar__collapse .collapse__element .element__user .user__group .avatar {
        width: 35px;
        height: 35px
    }
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .avatar>img {
    width: 100%
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow {
    width: 240px;
    position: absolute;
    top: initial;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    z-index: 300
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__profile .profile--avatar {
    width: 60px;
    height: 60px;
    border-radius: 80px;
    margin-right: 14px
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__profile .profile--username {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #181818
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__profile .profile--username .username__name {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 600;
    color: #181818
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__profile .profile--username .username__subname {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #344054
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list--item {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #344054;
    list-style: none;
    padding: 10px
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list--item:hover {
    color: #181818;
    background-color: #fff
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list--item .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #181818;
    padding: 10px 0
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list--item .item>img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.header__navbar .navbar__collapse .collapse__element .element__user .user__group .dropdow__list--item .item.logout {
    color: #b62936 !important
}

.header__navbar .navbar__collapse .collapse__element .element__user details:not([open])>*:not(summary) {
    display: none !important
}

.group-button-screen .button-circle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 16px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .group-button-screen .button-circle {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .group-button-screen .button-circle {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .group-button-screen .button-circle {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }
}

.group-button-screen .button-circle:hover {
    background-color: #b62936;
    transition: all .33s ease-in-out
}

.group-button-screen .button-circle:hover>i {
    color: #fff
}

.group-button-screen .button-circle>i {
    color: #2d3786
}

.installation-app {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #2d3786;
    margin-right: 10px
}

.installation-app:hover {
    background-color: #fff;
    border: 5px solid #fff;
    transition: all .33s ease-in-out
}

.admin {
    height: 100%;
    background-color: #f6f8f9
}

.admin--assessment {
    height: calc(100% - 40px) !important
}

.admin__navbar-left {
    -webkit-filter: drop-shadow(1px 1px 0px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(1px 1px 0px rgba(91, 104, 113, 0.2));
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 20px 0px 20px 8px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left {
        padding: 10px 0px 10px 8px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left {
        padding: 10px 0px 10px 8px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left {
        padding: 10px 0px 10px 8px
    }
}

.admin__navbar-left .navbar-left__title {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 16px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__title {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__title {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__title {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #181818;
        margin-bottom: 10px
    }
}

.admin__navbar-left .navbar-left__group {
    height: calc(100% - 2px);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 4px
}

.admin__navbar-left .navbar-left__group .left-list__course {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #d0d5dd;
    margin-bottom: 20px;
    cursor: pointer
}

.admin__navbar-left .navbar-left__group .course-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item {
        padding: 10px
    }
}

.admin__navbar-left .navbar-left__group .course-item__code {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #e0f4fb;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__code {
        padding: 4px;
        margin-bottom: 10px
    }
}

.admin__navbar-left .navbar-left__group .course-item__code .code {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__code .code {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__navbar-left .navbar-left__group .course-item__code .eyes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    background-color: #2d3786
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__code .eyes {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        width: 20px;
        height: 20px
    }
}

.admin__navbar-left .navbar-left__group .course-item__code .eyes.active {
    background-color: #b62936
}

.admin__navbar-left .navbar-left__group .course-item__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top
}

.admin__navbar-left .navbar-left__group .course-item__profile .profile__avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__profile .profile__avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%
    }
}

.admin__navbar-left .navbar-left__group .course-item__profile .profile__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 8px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__profile .profile__content {
        margin-left: 6px
    }
}

.admin__navbar-left .navbar-left__group .course-item__profile .profile__content .content__name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 4px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__profile .profile__content .content__name {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #181818
    }
}

.admin__navbar-left .navbar-left__group .course-item__profile .profile__content .content__subname {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #344054
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__profile .profile__content .content__subname {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #344054
    }
}

.admin__navbar-left .navbar-left__group .course-item__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.admin__navbar-left .navbar-left__group .course-item__list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.admin__navbar-left .navbar-left__group .course-item__list ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ababab
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__list ul li {
        padding: 6px 0
    }
}

.admin__navbar-left .navbar-left__group .course-item__list ul li:last-child {
    border-bottom: none
}

.admin__navbar-left .navbar-left__group .course-item__list ul li .list-topic {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    width: 30%
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .course-item__list ul li .list-topic {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__group .course-item__list ul li .list-topic {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__list ul li .list-topic {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__navbar-left .navbar-left__group .course-item__list ul li .list-script {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #667085;
    width: 70%
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .course-item__list ul li .list-script {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #667085
    }
}

.admin__navbar-left .navbar-left__group .project-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 14px 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .project-item {
        padding: 8px 6px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__group .project-item {
        padding: 8px 6px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item {
        padding: 8px 6px;
        margin-bottom: 10px
    }
}

.admin__navbar-left .navbar-left__group .project-item__code {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__code {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #2d3786;
        margin-bottom: 8px
    }
}

.admin__navbar-left .navbar-left__group .project-item__code.grade-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #e0f4fb;
    padding: 6px
}

.admin__navbar-left .navbar-left__group .project-item__list {
    width: 100%;
    background-color: #f4e7c2;
    border-radius: 10px;
    padding: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list {
        padding: 6px
    }
}

.admin__navbar-left .navbar-left__group .project-item__list.list-white {
    background-color: #fff
}

.admin__navbar-left .navbar-left__group .project-item__list .grade-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #ababab
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group {
        padding: 8px 0px
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-label {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-label {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-label {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-label {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-date {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 400;
    color: #7f7f7f
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-date {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #7f7f7f
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-date {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #7f7f7f
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .grade-group .grade-date {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #7f7f7f
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .item {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px
}

.admin__navbar-left .navbar-left__group .project-item__list .item:last-child {
    margin-bottom: 0px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .item {
        padding: 8px;
        margin-bottom: 8px
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .item__title {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 4px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__title {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__title {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__title {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .item__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px
}

.admin__navbar-left .navbar-left__group .project-item__list .item__group .label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    text-align: left
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__group .label {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .item__group .description {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #667085;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__group .description {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #667085
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__group .description {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #667085
    }
}

.admin__navbar-left .navbar-left__group .project-item__list .item__group .count {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50px;
    background-color: #2d3786;
    padding: 4px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__navbar-left .navbar-left__group .project-item__list .item__group .count {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff
    }
}

.admin__project-groups {
    -webkit-filter: drop-shadow(0px 0px 1px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 0px 1px rgba(91, 104, 113, 0.2));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    width: 100%;
    height: 100%;
    background-color: #f6f8f9;
    overflow-y: auto;
    padding: 10px 10px 20px 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups {
        padding: 6px 6px 10px 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__project-groups {
        padding: 6px 6px 10px 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups {
        padding: 6px 6px 10px 6px
    }
}

.admin__project-groups .groups {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ababab;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups {
        padding: 8px;
        margin-bottom: 16px
    }
}

.admin__project-groups .groups__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #ababab
}

.admin__project-groups .groups__heading .heading__title {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__heading .heading__title {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__project-groups .groups__heading .heading__title {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__heading .heading__title {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #2d3786
    }
}

.admin__project-groups .groups__heading .heading__group-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__heading .heading__group-actions {
        gap: 4px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__project-groups .groups__heading .heading__group-actions {
        gap: 4px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__heading .heading__group-actions {
        gap: 4px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .admin__project-groups .groups__heading .heading__group-actions {
        gap: 4px
    }
}

.admin__project-groups .groups__heading .heading__group-actions .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #2d3786;
    border-radius: 4px;
    margin: auto
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__heading .heading__group-actions .actions {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__project-groups .groups__heading .heading__group-actions .actions {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__heading .heading__group-actions .actions {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .admin__project-groups .groups__heading .heading__group-actions .actions {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        width: 20px;
        height: 20px
    }
}

.admin__project-groups .groups__student {
    width: 100%
}

.admin__project-groups .groups__student .student {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0
}

.admin__project-groups .groups__student .student__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.admin__project-groups .groups__student .student__profile .profile__img {
    aspect-ratio: 1;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__student .student__profile .profile__img {
        margin-right: 6px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__student .student__profile .profile__img {
        margin-right: 6px
    }
}

.admin__project-groups .groups__student .student__profile .profile__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.admin__project-groups .groups__student .student__profile .profile__content .content__name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin-bottom: 4px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__student .student__profile .profile__content .content__name {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #667085
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__student .student__profile .profile__content .content__name {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #667085
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__student .student__profile .profile__content .content__name {
        width: 50px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .admin__project-groups .groups__student .student__profile .profile__content .content__name {
        width: 55px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.admin__project-groups .groups__student .student__profile .profile__content .content__subname {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #7f7f7f;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__student .student__profile .profile__content .content__subname {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #7f7f7f
    }
}

.admin__project-groups .groups__student .student__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.admin__project-groups .groups__student .student__action .action {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #2d3786;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .admin__project-groups .groups__student .student__action .action {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #2d3786;
        height: 20px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .admin__project-groups .groups__student .student__action .action {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #2d3786;
        height: 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .admin__project-groups .groups__student .student__action .action {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #2d3786;
        height: 20px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .admin__project-groups .groups__student .student__action .action {
        font-size: 1.375rem;
        line-height: 30px;
        font-weight: 500;
        color: #2d3786;
        height: 22px
    }
}

.admin__project-content {
    height: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    padding: 16px
}

.admin__project-content .content-assessment {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ababab;
    background-color: #e6f6fc;
    overflow-y: auto
}

.admin__project-content .content-assessment__item {
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px
}

.admin__project-content .content-assessment__item:nth-child(odd) {
    background-color: #e6f6fc
}

.admin__project-content .content-assessment__item .item__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px
}

.admin__project-content .content-assessment__item .item__profile>img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px
}

.admin__project-content .content-assessment__item .item__profile .profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.admin__project-content .content-assessment__item .item__profile .profile .name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 4px
}

.admin__project-content .content-assessment__item .item__profile .profile .subname {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #7f7f7f
}

.admin__project-content .content-assessment__item .item__group {
    width: 100%;
    padding: 10px
}

.admin__project-content .content-assessment__item .item__group .label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 10px
}

.admin__project-content .content-assessment .assessment-input {
    width: 100%;
    padding-bottom: 20px
}

.admin__project-content .content-assessment .assessment-input__label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 10px;
    text-align: start
}

.admin__project-content .content-assessment .assessment-input__control {
    width: 100%;
    margin-bottom: 20px
}

.admin__project-content .content-assessment .assessment-input__control .label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 4px
}

.admin__content {
    width: 100%;
    height: 100%;
    background-color: #f6f8f9;
    overflow: auto
}

.popup {
    -webkit-filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.popup.small {
    width: 300px;
    height: 100%;
    max-height: 525px
}

.popup__wrap {
    overflow: hidden auto;
    width: 100%;
    height: 100%
}

.popup__wrap .popup-heading {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #65b8f2;
    width: 100%;
    height: 60px;
    padding: 20px 0px
}

.popup__wrap .popup-heading__navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 10px 20
}

.popup__wrap .popup-heading__navbar--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 6px 12px
}

.popup__wrap .popup-heading__navbar .navbar-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    background-color: #d0d5dd;
    border-radius: 4px;
    text-align: center;
    padding: .5rem .75rem
}

.popup__wrap .popup-content {
    width: 100%;
    height: 90%;
    overflow: hidden;
    padding: 16px
}

.popup__wrap .popup-content .content {
    width: 100%;
    height: 100%;
    overflow: auto
}

.popup__wrap .popup-content .content__wrap {
    width: 100%;
    overflow: auto
}

.popup-confirm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 400px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .popup-confirm {
        width: 90%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .popup-confirm {
        width: 320px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .popup-confirm {
        width: 320px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .popup-confirm {
        width: 320px
    }
}

.popup-confirm__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px
}

.popup-confirm__img>img {
    width: 100%
}

.popup-confirm__title {
    font-size: 1.625rem;
    line-height: 34px;
    font-weight: 600;
    color: #181818;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .popup-confirm__title {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .popup-confirm__title {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .popup-confirm__title {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818;
        margin-bottom: 10px
    }
}

.popup-confirm__title--well {
    color: #06d6a0
}

.popup-confirm__title--try {
    color: #d1a520
}

.popup-confirm__title--delete {
    color: #fb3939
}

.popup-confirm__subtitle {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 400;
    color: #181818;
    text-align: left
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .popup-confirm__subtitle {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .popup-confirm__subtitle {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .popup-confirm__subtitle {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

.popup-confirm__subtitle--italic {
    font-style: italic
}

.modal-activity {
    height: calc(100% - 52px);
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #f6f8f9;
    background-clip: padding-box;
    border: 1px solid #ababab;
    border-radius: 10px;
    outline: 0;
    overflow: hidden;
    margin: 0px 10px
}

.modal-activity--mobile {
    max-width: inherit !important;
    width: 100% !important;
    height: 100%
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
        margin: 0px 0px;
        overflow: hidden
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .modal-activity {
        max-width: 1024px;
        width: 94%;
        height: calc(100% - 40px)
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 98%;
        height: 100%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .modal-activity {
        max-width: 1200px;
        height: calc(100% - 80px)
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .modal-activity {
        max-width: 1200px;
        height: calc(100% - 80px)
    }
}

@media screen and (min-width: 1400px) {
    .modal-activity {
        max-width: 1600px;
        height: calc(100% - 100px)
    }
}

.modal-activity .modal-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: calc(100% - 52px);
    background-color: #f7f7fa;
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    margin: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 90%;
        padding-bottom: 70px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-body {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 94%;
        padding-bottom: 70px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body {
        padding: 0px
    }
}

.modal-activity .modal-body .activity-column {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    height: 100%
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .activity-column {
        width: 100%;
        padding-bottom: 0
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .activity-column {
        height: 100%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .modal-activity .modal-body .activity-column {
        height: 100%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .modal-activity .modal-body .activity-column {
        height: 100%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-body .activity-column {
        height: 95%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0
    }
}

.modal-activity .modal-body .sidebar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex: 0 0 8%;
    -webkit-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
    height: 100%;
    background-color: #fff
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar {
        width: 100%;
        -ms-flex: 0 0 5%;
        -webkit-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 100%;
        height: auto
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .sidebar {
        -ms-flex: 0 0 7%;
        -webkit-flex: 0 0 7%;
        flex: 0 0 7%;
        max-width: 7%
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar {
        -ms-flex: 0 0 4%;
        -webkit-flex: 0 0 4%;
        flex: 0 0 4%;
        max-width: 100%
    }
}

.modal-activity .modal-body .sidebar .sidebar-wrap {
    height: 100%;
    overflow-y: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar .sidebar-wrap {
        height: auto;
        overflow-x: auto
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .sidebar .sidebar-wrap {
        max-height: 100%;
        overflow-x: hidden
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar .sidebar-wrap {
        max-height: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }
}

.modal-activity .modal-body .sidebar__navbar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar__navbar {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.modal-activity .modal-body .sidebar__navbar .nav-item {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #eaecf0
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar__navbar .nav-item {
        font-size: .9375rem;
        line-height: 23px;
        font-weight: 600;
        color: #2d3786;
        border-right: 1px solid #eaecf0;
        padding: 6px 3px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .modal-activity .modal-body .sidebar__navbar .nav-item {
        padding: 10px 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .sidebar__navbar .nav-item {
        padding: 10px 6px
    }
}

.modal-activity .modal-body .sidebar__navbar .nav-item:first-child {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786;
    margin: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar__navbar .nav-item:first-child {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        padding: 8px 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .sidebar__navbar .nav-item:first-child {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786
    }
}

.modal-activity .modal-body .sidebar__navbar .nav-item:first-child>div {
    display: none
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .sidebar__navbar .nav-item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        gap: 4px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .modal-activity .modal-body .sidebar__navbar .nav-item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        gap: 4px
    }
}

.modal-activity .modal-body .sidebar__navbar .nav-item>img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .sidebar__navbar .nav-item>img {
        width: 16px;
        height: 16px
    }
}

.modal-activity .modal-body .modal-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .modal-content {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        overflow: hidden
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-body .modal-content {
        max-width: 99%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .modal-activity .modal-body .modal-content {
        max-width: 99%
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .modal-activity .modal-body .modal-content {
        max-width: 98%
    }
}

.modal-activity .modal-body .modal-content .activity-content {
    font-family: "Noto Sans JP", sans-serif !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    padding: 8px;
    box-sizing: border-box;
    gap: 16px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .modal-content .activity-content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
        padding: 0px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-body .modal-content .activity-content {
        overflow-y: auto;
        overflow-x: hidden
    }
}

.modal-activity .modal-body .modal-content .activity-content .activity-col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .modal-content .activity-content .activity-col-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%
    }
}

.modal-activity .modal-body .btn-close {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 8px;
    cursor: pointer
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-body .btn-close {
        padding: 4px
    }
}

.modal-activity .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f6f8f9;
    box-shadow: 10px -4px 20px rgba(0, 0, 0, .05);
    padding: 6px 20px;
    border-top: 1px solid #e9e9e9
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer {
        height: 10%;
        padding: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-footer {
        height: 6%;
        padding: 10px
    }
}

.modal-activity .modal-footer .footer__hw-control {
    gap: 6px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-control {
        gap: 8px
    }
}

.modal-activity .modal-footer .footer__hw-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0px;
        text-align: center
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item {
        gap: 16px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item label {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item label {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 600;
        color: #2d3786;
        width: 100%;
        gap: 4px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item span {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 700;
    color: #2d3786
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item span {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        width: 100%;
        gap: 4px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item .badge {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #7f7f7f;
    border-radius: 10px;
    padding: 4px 8px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 4px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item .badge {
        font-size: .6875rem;
        line-height: 19px;
        font-weight: 500;
        color: #7f7f7f;
        border-radius: 2px;
        padding: 2px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item .badge {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #7f7f7f;
        white-space: nowrap;
        border-radius: 4px;
        padding: 4px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item .badge>i {
    font-size: .5rem;
    line-height: 16px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item .badge>i {
        font-size: .25rem;
        line-height: 12px
    }
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item .badge--notcomplete {
    background-color: #e5e6e4
}

.modal-activity .modal-footer .footer__hw-info .hw-info__item .badge--complete {
    background-color: #06d6a0
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-footer .footer__hw-info .hw-info__item .badge--badge-text {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #181818
    }
}

.modal-activity .modal-lesson {
    height: calc(100% - 52px);
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #f6f8f9;
    background-clip: padding-box;
    border: 1px solid #ababab;
    border-radius: 4px;
    outline: 0;
    overflow: auto
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .modal-activity .modal-lesson {
        height: calc(100% - 40px)
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-lesson {
        height: calc(100% - 40px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .modal-activity .modal-lesson {
        height: calc(100% - 100px)
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .modal-activity .modal-lesson {
        height: calc(100% - 80px)
    }
}

@media screen and (min-width: 1400px) {
    .modal-activity .modal-lesson {
        height: calc(100% - 100px)
    }
}

.modal-activity .modal-lesson .modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ababab
}

.modal-activity .modal-lesson .modal-header .modal-title,
.modal-activity .modal-lesson .modal-header .modal-caption {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #181818
}

.modal-activity .modal-lesson .modal-header .modal-title.active-count,
.modal-activity .modal-lesson .modal-header .modal-caption.active-count {
    color: #4db8c1
}

.modal-activity .modal-lesson .modal-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px;
    overflow: hidden;
    margin: auto
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .modal-activity .modal-lesson .modal-body {
        padding: 0px
    }
}

.modal-activity .modal-lesson .modal-body .modal-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%
}

.modal-activity .bottom-sheet .bottom-sheet-body {
    height: 80vh;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-activity .open-answer-items .open-answer-sharp {
    min-height: 128px;
    height: unset !important
}

.profile {
    width: 100%
}

.profile__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 8px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .profile__content {
        padding: 6px
    }
}

.profile__content .img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 12px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .profile__content .img {
        width: 35px;
        height: 35px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .profile__content .img {
        width: 35px;
        height: 35px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .profile__content .img {
        width: 35px;
        height: 35px
    }
}

.profile__content .img>img {
    height: 100%
}

.profile__content .description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile__content .description__name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    gap: 4px;
    margin-bottom: 4px
}

.profile__content .description__subname {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 400;
    color: #7f7f7f
}

.student-view {
    width: 100%;
    height: calc(100% - 52px);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .student-view {
        height: calc(100% - 32px)
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .student-view {
        height: calc(100% - 30px)
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .student-view {
        height: calc(100% - 30px)
    }
}

.student-view__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #65b8f2;
    padding: 8px 12px
}

.student-view__header .header__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.student-view__header .header__list .list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.student-view__header .head-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 6px 12px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .student-view__header .head-item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #fff
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .student-view__header .head-item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #fff
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .student-view__header .head-item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #fff
    }
}

.student-view__header .head-item>img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    pointer-events: none
}

.paragraph-plain-plain {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #181818
}

.paragraph-plain-bold {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #181818
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .paragraph-plain-bold {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        color: #181818
    }
}

.paragraph-plain-cursive {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #181818
}

.paragraph-justified-bold {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #181818;
    text-align: justify;
    font-weight: 600
}

.paragraph-justified-cursive {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #181818;
    text-align: justify
}

.paragraph-justified-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #181818;
    text-align: justify
}

.paragraph-justified-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    color: #181818;
    text-align: justify
}

.paragraph-justified-big {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    color: #181818
}

.caption-noted-huge {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    color: var(--color-noted)
}

.caption-noted-big {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    color: var(--color-noted)
}

.caption-noted-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: var(--color-noted)
}

.caption-cursive-small {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #181818
}

.caption-cursive-medium {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #181818
}

.caption-cursive-big {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 24px;
    color: #181818
}

.text-ellipsis {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important
}

.text-vertical-downup {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.text-vertical-updown {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.text-size-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 8px !important
}

.text-size-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px !important
}

.text-size-large {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px !important
}

.text-caption-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px
}

.text-caption-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px
}

.text-caption-mediumbig {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px
}

.text-caption-big {
    font-size: 24px
}

.text-title-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 600
}

.text-title-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width: 1080px)and (max-width: 1112px) {

    _::-webkit-full-page-media,
    _:future,
    :root .text-title-medium {
        padding: 3px
    }
}

.text-title-mediumbig {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600
}

.text-title-big {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 600
}

.text-cubital-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600
}

.text-cubital-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 600
}

.text-cubital-mediumbig {
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    font-weight: 600
}

.text-cubital-big {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600
}

.text-cubital-huge {
    font-family: "Nunito Sans", sans-serif;
    font-size: 64px;
    font-weight: 600
}

.text-item-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px
}

.text-item-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px
}

.text-control-input {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px
}

.text-control-small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px
}

.text-control-listbox {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px
}

.text-button-medium {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px
}

.text-button-large {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600
}

.text-popup-title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600
}

.text-popup-subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 600
}

.text-menu {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 600
}

.text-option-category {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600
}

.text-paragraph {
    text-align: justify
}

.authentication {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .authentication {
        background-size: contain;
        background-color: #2d3786 !important
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .authentication {
        background-size: contain;
        background-color: #2d3786 !important
    }
}

.authentication__holiday {
    height: 85px;
    margin-bottom: 10px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .authentication__holiday {
        display: none
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .authentication__holiday {
        display: none
    }
}

.authentication__login-form {
    width: 540px;
    height: auto;
    background-color: #fff;
    border-top: 20px solid #b62936;
    border-radius: 20px;
    position: relative;
    padding: 60px 20px;
    z-index: 20
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .authentication__login-form {
        width: 450px;
        border-radius: 10px;
        padding: 40px 10px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .authentication__login-form {
        width: 450px;
        border-radius: 10px;
        padding: 20px 10px
    }
}

.authentication__login-form .logo {
    height: 130px;
    object-fit: contain;
    margin-bottom: 60px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .authentication__login-form .logo {
        height: 80px;
        object-fit: contain;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .authentication__login-form .logo {
        height: 80px;
        object-fit: contain;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .authentication__login-form .logo {
        height: 80px;
        object-fit: contain;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .authentication__login-form .logo {
        height: 80px;
        object-fit: contain;
        margin-bottom: 40px
    }
}

.authentication__group-button {
    width: auto;
    background-color: #f0f1f1;
    border-radius: 40px;
    white-space: nowrap;
    margin-bottom: 20px
}

.authentication__group-button a {
    text-decoration: none
}

.authentication__group-button .button-option {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 700;
    color: #b62936;
    width: auto;
    border-radius: 40px;
    padding: 8px 16px
}

.authentication__group-button .button-option.active {
    width: auto;
    background-color: #b62936;
    color: #fff
}

.authentication__lang-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 40px;
    right: 40px
}

.authentication__lang-group--limit-lang {
    border: 1px solid #b62936;
    height: 30px
}

.authentication__lang-group--lang-circle {
    width: 32px;
    height: 32px
}

.authentication__lang-group--lang-circle:hover,
.authentication__lang-group--lang-circle.lang-active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #b62936;
    outline: 6px solid #06d6a0;
    border-radius: 50%
}

.authentication__login-validation {
    background-color: #f5d1df;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px
}

.authentication__login-validation .login-validation__login-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.authentication__login-validation .login-validation__login-head--login-tilte {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #b62936;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.authentication__login-validation .login-validation__login-head--login-tilte img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.authentication__login-validation .login-validation__login-content {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818
}

.authentication .login-eye-tracking {
    position: relative;
    top: -70px;
    width: 100%;
    height: 0px;
    text-align: end;
    padding-right: 10px;
    cursor: pointer
}

.course__no-vocab {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #2d3786;
    font-style: italic
}

.course__detail {
    height: calc(100% - 52px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.course__detail--empty {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.course__tab-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0px 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    background: rgba(0, 0, 0, 0);
    border: none
}

@supports(gap: 10px) {
    .course__tab-item {
        gap: 10px
    }
}

@supports not (gap: 10px) {
    .course__tab-item>* {
        margin-right: 10px
    }

    .course__tab-item:last-child {
        margin-right: 0
    }
}

.course__tab-item>img {
    width: 24px;
    height: 24px
}

.course__tab-item:hover {
    font-size: 1.125rem;
    line-height: 26px;
    background-color: #b62936;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.course__list {
    display: none;
    width: 20%;
    background-color: #e0f4fb;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    overflow: auto;
    z-index: 1
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__list {
        gap: 10px;
        padding: 8px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .course__list {
        max-width: 22%;
        padding: 8px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__list {
        max-width: 22%;
        padding: 8px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__list {
        padding: 8px
    }
}

.course__list__item__status {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    border-radius: 4px;
    padding: 2px 4px;
    gap: 8px
}

.course__list__item__status--attended {
    color: #286d20 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ecfdf5
}

.course__list__item__status--miss {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #b62936 !important;
    background-color: #f5d1de
}

.course__list__item__status--late {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #d1a520 !important;
    background-color: #fff7d4
}

@supports(gap: 16px) {
    .course__lesson__tabs {
        gap: 16px
    }
}

@supports not (gap: 16px) {
    .course__lesson__tabs>* {
        margin-right: 16px
    }

    .course__lesson__tabs:last-child {
        margin-right: 0
    }
}

.course__lesson__tabs .course__tab-item {
    color: #000
}

.course__lesson__tabs .course__tab-item:hover {
    color: #fff
}

.course__lesson__tabs .head-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__tabs .head-item {
        padding: 4px 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__tabs .head-item {
        padding: 4px 6px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course__lesson__tabs .head-item {
        padding: 4px 6px
    }
}

.course__lesson__tabs .head-item>img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.course__lesson__title {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__title {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__title {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786
    }
}

.course__lesson__aim {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818;
    gap: 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__aim {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__aim {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #181818
    }
}

.course__lesson__aim span {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #2d3786;
    margin-right: 8px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__aim span {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__aim span {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #181818
    }
}

.course__lesson__time {
    gap: 10px;
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f8f9
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__time {
        gap: 6px;
        padding: 6px;
        border-radius: 8px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__time {
        gap: 6px;
        padding: 8px;
        border-radius: 8px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__time {
        gap: 6px;
        padding: 6px;
        border-radius: 8px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course__lesson__time {
        gap: 6px;
        padding: 6px;
        border-radius: 8px
    }
}

.course__lesson__time .time-item {
    gap: 8px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__time .time-item {
        gap: 6px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__time .time-item {
        gap: 6px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__time .time-item {
        gap: 6px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course__lesson__time .time-item {
        gap: 6px
    }
}

.course__lesson__time .time-item img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__time .time-item img {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__time .time-item img {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__time .time-item img {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course__lesson__time .time-item img {
        width: 16px;
        height: 16px
    }
}

.course__lesson__time .time-item .timer {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #181818
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__time .time-item .timer {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #181818
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course__lesson__time .time-item .timer {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__time .time-item .timer {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #181818
    }
}

.course__lesson__content-container {
    background-color: #e0f4fb;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 16px;
    gap: 16px;
    width: 100%;
    height: 100%;
    max-height: 1024px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__content-container {
        margin-top: 6px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__content-container {
        margin-top: 6px
    }
}

.course__lesson__content-container .child-content-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff
}

@supports(flex-shrink: 0) {
    .course__lesson__content-container .child-content-item {
        gap: 10px
    }
}

.course__lesson__content-container .child-content-item .actions {
    overflow-x: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@supports(gap: 8px) {
    .course__lesson__content-container .child-content-item .actions {
        gap: 8px
    }
}

@supports not (gap: 8px) {
    .course__lesson__content-container .child-content-item .actions>* {
        margin-right: 8px
    }

    .course__lesson__content-container .child-content-item .actions:last-child {
        margin-right: 0
    }
}

.course__lesson__content-container .child-content-item .actions .cover-image {
    width: 100%
}

.course__lesson__content-container .child-content-item .cover-image {
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px
}

.course__lesson__content-container .child-content-item .cover-image>img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover
}

.course__lesson__content-container .child-content-item .item-infor__homework {
    width: 100%;
    gap: 6px;
    margin-bottom: 10px
}

.course__lesson__content-container .child-content-item .item-infor__homework .home-work-item {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786
}

.course__lesson__content-container .child-content-item .item-infor__homework .home-work-item .label {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #344054;
    padding-right: 4px
}

.course__lesson__content-container .child-content-item .module-name {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 10px;
    padding-bottom: 10px;
    background: linear-gradient(rgba(5, 5, 5, 0) 10%, rgba(5, 5, 5, 0.2) 50%, rgba(5, 5, 5, 0.5))
}

.course__lesson__content-container .child-content-item .module-name span {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 700;
    color: #fff
}

.course__lesson__content-container .child-content-item .chart-container {
    display: none;
    padding: 40px;
    width: 100%;
    gap: 24px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.course__lesson__content-container .child-content-item .chart-container .chart {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    aspect-ratio: 1;
    position: relative
}

.course__lesson__content-container .child-content-item .chart-container .chart-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    gap: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.course__lesson__content-container .child-content-item .chart-container .chart-text {
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 700;
    color: #2d3786
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__content-container .child-content-item .chart-container .chart-text {
        font-size: 1.125rem;
        line-height: 26px
    }
}

.course__lesson__content-container .child-content-item .chart-container .chart-subtext {
    font-size: 1.625rem;
    line-height: 34px;
    font-weight: 600;
    color: #181818
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__content-container .child-content-item .chart-container .chart-subtext {
        font-size: 1rem;
        line-height: 24px
    }
}

.course__lesson__content-container .child-content-item .chart-container .chart-descriptions {
    gap: 30px;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

.course__lesson__content-container .child-content-item .chart-container .color-description-item {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 14px
}

.course__lesson__content-container .child-content-item .chart-container .color-description-item div {
    width: 70px;
    height: 30px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__content-container .child-content-item .chart-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .course__lesson__content-container .child-content-item .chart-container .chart {
        max-width: 55%
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .course__lesson__content-container .child-content-item .chart-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .course__lesson__content-container .child-content-item .chart-container .chart {
        max-width: 60%
    }
}

@media screen and (min-width: 1400px) {
    .course__lesson__content-container .child-content-item .chart-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .course__lesson__content-container .child-content-item .chart-container .chart {
        max-width: 60%
    }
}

.course__lesson__contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    width: 100%
}

@supports(gap: 10px) {
    .course__lesson__contents {
        gap: 10px
    }
}

@supports not (gap: 10px) {
    .course__lesson__contents>* {
        margin-right: 10px
    }

    .course__lesson__contents:last-child {
        margin-right: 0
    }
}

.course__lesson__contents__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    text-align: center;
    min-height: 17%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 6px;
    cursor: pointer;
    gap: 8px;
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: #fff
}

.course__lesson__contents__item .module-cover {
    width: 240px;
    height: 160px;
    border-radius: 16px;
    overflow: hidden
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__contents__item {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__contents__item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        min-height: 15%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__contents__item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786;
        min-height: 15%
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .course__lesson__contents__item {
        min-height: 15%
    }
}

@media screen and (min-width: 1400px) {
    .course__lesson__contents__item {
        min-height: 15%
    }
}

.course__lesson__contents__item:hover {
    border-color: #06d6a0
}

.course__lesson__assessment-teacher {
    font-size: 1rem;
    line-height: 24px;
    gap: 10px;
    width: 268px;
    padding: 30px 14px;
    background-color: #fff
}

.course__lesson__assessment-teacher .teacher-name {
    font-weight: 700;
    text-align: center
}

.course__lesson__assessment-teacher .text-quote {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: #2d3786
}

.course__lesson__assessment-aims {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    gap: 20px
}

.course__lesson__assessment-aims .cover {
    width: 40%;
    border-radius: 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__lesson__assessment-aims .cover {
        width: 30%
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course__lesson__assessment-aims .cover {
        width: 30%
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course__lesson__assessment-aims .cover {
        width: 30%
    }
}

.course__lesson__assessment-aims .caption {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    color: #2d3786
}

.course__lesson__assessment-aims .outcomes {
    gap: 10px
}

.course__lesson__assessment-aims .outcomes .outcome-item {
    font-size: 1.25rem;
    line-height: 28px;
    border: 2px solid #d0d5dd;
    border-radius: 10px;
    padding: 10px;
    gap: 10px
}

.course__lesson__assessment-aims .outcomes .outcome-item span {
    color: #252c32
}

.course__detail-container {
    padding: 12px;
    background: #fff;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: auto
}

.course__detail-container>img {
    width: 100%
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course__detail-container>img {
        width: 50%
    }
}

.course__empty-container {
    width: 100%;
    height: calc(100% - 70px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e0f4fb;
    gap: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.course__empty-container img {
    width: 200px;
    aspect-ratio: 1.2;
    margin-top: 15%
}

.course__empty-container span {
    font-size: 1.75rem;
    line-height: 36px;
    font-weight: 700;
    color: #d0d5dd
}

.course-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    padding: 6px;
    cursor: pointer;
    margin-top: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course-item {
        padding: 6px;
        background: #fff;
        border-radius: 10px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .course-item {
        padding: 8px;
        background: #fff;
        border-radius: 10px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course-item {
        padding: 8px;
        background: #fff;
        border-radius: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course-item {
        padding: 6px;
        background: #fff;
        border-radius: 10px
    }
}

.course-item:hover {
    border-color: #3aa5fb
}

.course-item--selected {
    border: 2px solid;
    border-color: #3aa5fb !important
}

.course-item .item__lesson-name {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course-item .item__lesson-name {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course-item .item__lesson-name {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course-item .item__lesson-name {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

.course-item .item__lesson {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course-item .item__lesson {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course-item .item__lesson {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.course-item .item__lesson .lesson__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    height: 90px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #d0d5dd
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .course-item .item__lesson .lesson__image {
        width: 100%;
        height: 120px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .course-item .item__lesson .lesson__image {
        width: 100%;
        height: 120px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course-item .item__lesson .lesson__image {
        width: 100%;
        height: 120px
    }
}

.course-item .item__lesson .lesson__image img {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.course-item .item__lesson .lesson__infor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.course-item .item__lesson .lesson__infor .lesson-name {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course-item .item__lesson .lesson__infor .lesson-name {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course-item .item__lesson .lesson__infor .lesson-name {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

.course-item .item__lesson .lesson__infor .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.course-item .item__lesson .lesson__infor .datetime {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #6e7c87;
    white-space: nowrap
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .course-item .item__lesson .lesson__infor .datetime {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 400;
        color: #6e7c87
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .course-item .item__lesson .lesson__infor .datetime {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 400;
        color: #6e7c87
    }
}

.course-item .status {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.course-item .status__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    padding: 6px;
    margin-bottom: 6px
}

.course-item .status__item>img {
    margin-right: 4px
}

@-webkit-keyframes cZoomIn {}

@keyframes cZoomIn {}

.class-action-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #2d3786;
    background-color: #d8edff;
    border-radius: 8px;
    padding: 4px 10px;
    gap: 8px;
    margin-left: 4px;
    margin-bottom: 6px;
    white-space: nowrap
}

.class-action-items.circle-items {
    border-radius: 50%
}

.class-action-items>img {
    margin-right: 3px
}

.home-work .last-updated {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    display: none;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #fff;
    border-radius: 4px
}

.home-work .table {
    max-height: 85%;
    overflow: auto;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.home-work .table-header {
    color: #fff;
    background-color: #2d3786;
    border-radius: 4px;
    margin-bottom: 8px
}

.home-work .table-header td {
    padding: 10px
}

.home-work .table-row-cell td {
    padding-top: 8px;
    padding-bottom: 4px
}

.home-work .completed {
    color: #181818
}

.home-work .incompleted {
    color: #667085
}

.home-work .result-row {
    font-weight: 600
}

.home-work .result-row td {
    padding-top: 20px
}

.lesson {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .lesson {
        height: 100%
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .lesson {
        height: 100%
    }
}

.lesson-item {
    padding: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .lesson-item {
        padding: 10px
    }
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-item {
        padding: 10px
    }
}

.lesson-card {
    width: 400px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card {
        width: 330px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .lesson-card {
        width: 300px
    }
}

.lesson-card:hover {
    outline: #3aa5fb solid 8px
}

.lesson-card:hover .lesson-card__noted {
    color: #b62936
}

.lesson-card__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 253px;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 20px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__img {
        height: 200px;
        margin-bottom: 10px
    }
}

.lesson-card__img>img {
    width: 100%;
    z-index: 10
}

.lesson-card__info {
    width: 100%
}

.lesson-card__info .info__topic {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    background-color: var(--color-red-primary);
    border-radius: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__info .info__topic {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #fff;
        padding: 8px;
        margin-bottom: 10px
    }
}

.lesson-card__info .info__title {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 500;
    color: #2d3786;
    width: 100%;
    height: 36px;
    padding-left: 30px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__info .info__title {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 500;
        color: #2d3786;
        height: 30px;
        margin-bottom: 0px
    }
}

.lesson-card__info .info__date-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 20px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__info .info__date-wrap {
        padding-left: 20px;
        margin-bottom: 10px
    }
}

.lesson-card__info .info__date-wrap>img {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__info .info__date-wrap>img {
        width: 22px;
        height: 22px;
        margin-right: 10px
    }
}

.lesson-card__info .info__date-wrap .info-date {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 700;
    color: #b62936;
    width: 100%;
    text-align: left;
    border-left: 4px solid #b62936;
    padding-left: 10px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__info .info__date-wrap .info-date {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #b62936;
        border-left: 2px solid #b62936;
        padding-left: 8px
    }
}

.lesson-card__noted {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
    height: 140px;
    background-color: #efefd0;
    border-radius: 20px;
    padding: 30px 20px
}

@media screen and (min-width: 950px)and (max-width: 1366px)and (min-height: 500px)and (max-height: 760px) {
    .lesson-card__noted {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 400;
        color: #181818;
        height: 85px;
        padding: 10px;
        border-radius: 10px
    }
}

.lesson-notification {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #65b8f2;
    border-radius: 10px;
    padding: 10px 0px;
    z-index: 11
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .lesson-notification {
        top: 36%;
        left: 20px;
        -webkit-transform: translate(0, -34%);
        transform: translate(0, -34%)
    }
}

.lesson-notification__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.lesson-notification__list .list__item {
    position: relative;
    margin-bottom: 20px
}

.lesson-notification__list .list__item .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 8px
}

.lesson-notification__list .list__item .item.item--fixed-nav:not(hover) {
    background-color: rgba(0, 0, 0, 0)
}

.lesson-notification__list .list__item .item:hover,
.lesson-notification__list .list__item .item.item--active {
    background-color: #e0f4fb;
    cursor: pointer;
    transition: all .33s ease-in-out
}

.lesson-notification__list .list__item .item:hover .item__title,
.lesson-notification__list .list__item .item.item--active .item__title {
    color: #2d3786
}

.lesson-notification__list .list__item .item__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%
}

.lesson-notification__list .list__item .item__box--mess {
    font-size: .625rem;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fb3939;
    border-radius: 30px;
    border: 1px solid #fff
}

.lesson-notification__list .list__item .item__title {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px
}

.lesson-notification__list .list__item .item__category {
    position: absolute;
    left: 30px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 320px;
    border-radius: 20px;
    background-color: #e0f4fb;
    padding: 20px 8px
}

.lesson-notification__list .list__item .item__category:before {
    content: " ";
    position: absolute;
    left: -15px;
    top: var(--categoryHeight, 50%);
    width: 0;
    height: 0;
    border: 26px solid rgba(0, 0, 0, 0);
    border-right-color: #e0f4fb;
    border-left: 0
}

.lesson-notification__list .list__item .item__category .category__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.lesson-notification__list .list__item .item__category .category__head .head__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.lesson-notification__list .list__item .item__category .category__head .head__title {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786
}

.lesson-notification__list .list__item .item__category .category__list {
    width: 100%;
    height: 380px;
    overflow-y: auto
}

.lesson-notification__list .list__item .item__category .category__list .list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ababab;
    padding: 16px;
    margin-bottom: 10px
}

.lesson-notification__list .list__item .item__category .category__list .list__item .item__icon {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.lesson-notification__list .list__item .item__category .category__list .list__item .item__info--sub {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 4px
}

.lesson-notification__list .list__item .item__category .category__list .list__item .item__info--title {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 700;
    color: #181818
}

.feature-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .12);
    width: 70%
}

.feature-popup .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    opacity: .7;
    cursor: pointer
}

.feature-popup .btn-close:hover {
    opacity: 1
}

.feature-popup .feature-popup-content {
    width: 100%;
    height: 100%
}

.feature-popup .feature-popup-content .feature-content {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.feature-popup .feature-popup-content .feature-content .title {
    color: #1d293d;
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.feature-popup .feature-popup-content .feature-content .subtitle {
    color: #62748e;
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.feature-popup .feature-popup-content .feature-content .image {
    height: auto;
    width: 100%;
    border-radius: 12px
}

.feature-popup .feature-popup-content .feature-content .image img {
    border-radius: 12px;
    width: 100%;
    height: inherit
}

.feature-popup .feature-popup-content .feature-content .actions {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feature-popup .feature-popup-content .feature-content .actions .btn-prev {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 12px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #cad5e2;
    background-color: #fff;
    color: #62748e;
    font-size: 16px;
    font-family: "Baloo 2";
    font-weight: 600;
    line-height: 24px;
    cursor: pointer
}

.feature-popup .feature-popup-content .feature-content .actions .btn-next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 12px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #cad5e2;
    background-color: #00a6f4;
    color: #fff;
    font-size: 16px;
    font-family: "Baloo 2";
    font-weight: 600;
    line-height: 24px;
    cursor: pointer
}

.feature-popup .feature-popup-content .feature-content .actions .btn-next.finish {
    background-color: #05df72
}

.feature-popup .feature-popup-content .feature-content .actions .paging {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    height: 100%
}

.feature-popup .feature-popup-content .feature-content .actions .paging .dot {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background-color: #e2e8f0
}

.feature-popup .feature-popup-content .feature-content .actions .paging .dot.active {
    background-color: #00a6f4
}

.user-alert-container {
    height: 35px;
    position: relative;
    margin-right: 20px
}

.alerts::before {
    content: attr(data-alerts);
    width: 24px;
    height: 24px;
    background-color: #d9534f;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 14px;
    text-align: center;
    font-size: 12px
}

.user-alert {
    width: 200px;
    min-height: 60px;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 50px;
    padding: 8px;
    z-index: 10000;
    left: -80px
}

.user-alert .arrow-top {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    left: 88px
}

.user-alert .alert-item {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #000;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer
}

.user-alert .alert-item:hover {
    background-color: #dff2fe
}

.project {
    width: 100%;
    height: calc(100% - 52px);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .project {
        height: calc(100% - 32px)
    }
}

.project__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #65b8f2;
    padding: 4px 12px
}

.project__header .header__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin-bottom: 30px
}

.project__header .header__list .list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.project__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    padding: 10px;
    gap: 10px;
    border: 1px solid #d0d5dd;
    border-radius: 6px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__caption {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818;
        width: 100%;
        padding: 6px;
        gap: 6px
    }
}

.project__content-detail {
    background-color: #fff;
    width: 100%;
    height: calc(100% - 52px);
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.project__nav-left {
    width: 20%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e0f4fb;
    box-shadow: var(--shadow-sharp);
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    z-index: 3
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__nav-left {
        padding: 10px 8px
    }
}

.project__nav-left .nav-left__title {
    font-size: 2rem;
    line-height: 40px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 40px
}

.project__nav-left .nav-left__list {
    position: relative;
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.project__nav-left .nav-left__list.search-input {
    margin-bottom: 30px
}

.project__nav-left .nav-left__list--item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 16px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__nav-left .nav-left__list--item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        padding: 8px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .project__nav-left .nav-left__list--item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .project__nav-left .nav-left__list--item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project__nav-left .nav-left__list--item .item__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__nav-left .nav-left__list--item .item__image {
        width: 100%;
        height: 150px;
        border-radius: 4px;
        margin-right: 0px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .project__nav-left .nav-left__list--item .item__image {
        width: 100%;
        height: 180px;
        border-radius: 4px;
        margin-right: 0px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .project__nav-left .nav-left__list--item .item__image {
        width: 100%;
        height: 180px;
        border-radius: 4px;
        margin-right: 0px
    }
}

.project__nav-left .nav-left__list--item .item__image img {
    height: 100%
}

.project__nav-left .nav-left__list--item .item__infor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.project__nav-left .nav-left__list--item .item__infor .project-name {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__nav-left .nav-left__list--item .item__infor .project-name {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

.project__nav-left .nav-left__list--item .item__infor .row {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__nav-left .nav-left__list--item .item__infor .row {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 400;
        color: #181818
    }
}

.project__nav-left .nav-left__list--item .item__infor__time {
    font-size: 1rem;
    line-height: 24px;
    font-weight: #6e7c87
}

.project__content {
    width: 80%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    visibility: hidden;
    padding: 20px
}

.project__content .project__tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.project__content .content__display {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 80px);
    overflow: hidden;
    border-radius: 10px;
    background-color: #e0f4fb
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .project__content .content__display {
        height: calc(100% - 40px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .project__content .content__display {
        height: calc(100% - 40px)
    }
}

.project__content .content__display--img {
    width: 45%;
    object-fit: cover;
    margin-bottom: 40px
}

.project__content .content__display--title {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #2d3786
}

.project__content .content__assessment {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    gap: 20px;
    overflow: auto
}

.project .head-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    padding: 6px 12px
}

.project .head-item.text-black {
    color: #181818
}

.project .head-item.border--active {
    border-radius: 10px
}

.project .head-item>img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.project__profile {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-sharp);
    z-index: 3;
    overflow: auto;
    padding: 20px
}

.project__profile--teacher {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.project__profile--teacher .teacher__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .project__profile--teacher .teacher__img {
        width: 60px;
        height: 60px
    }
}

.project__profile--teacher .teacher__img>img {
    width: 100%
}

.project__profile--teacher .teacher__name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 20px
}

.project__profile--teacher .teacher__quoutes {
    position: relative;
    width: 100%
}

.project__profile--teacher .teacher__quoutes--text {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818
}

.progress__nav-left {
    width: 100%;
    height: 100vh;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: var(--shadow-sharp);
    box-sizing: border-box;
    padding: 30px 20px;
    overflow: auto
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .progress__nav-left {
        padding: 20px 8px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .progress__nav-left {
        height: 110vh
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .progress__nav-left {
        height: 110vh
    }
}

.progress__nav-left .nav-left__title {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 40px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .progress__nav-left .nav-left__title {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 600;
        color: #181818;
        margin-bottom: 20px
    }
}

.progress__nav-left .nav-left__list {
    position: relative;
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto
}

.progress__nav-left .nav-left__list--item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.progress__nav-left .nav-left__list--item .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px
}

.progress__content {
    background-color: #fff;
    width: 100%;
    height: calc(100% - 72px);
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.progress__content--detail {
    background-color: #e0f4fb;
    width: 100%;
    height: calc(100% - 200px);
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 60px 20px;
    overflow: auto
}

.progress .left-list .item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ababab;
    text-align: left;
    cursor: pointer;
    padding: 10px 20px;
    margin-bottom: 20px
}

.progress .vocabulary-title {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .progress .vocabulary-title {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .progress .vocabulary-title {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .progress .vocabulary-title {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786
    }
}

.progress-achievements {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden auto
}

.progress-achievements__levels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden auto;
    background-color: #fff;
    zoom: .85;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box
}

.progress-achievements__feedback {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    background-color: #fff;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box
}

.progress-achievements__feedback .feedback__level {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50%;
    background-color: #e0f4fb;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.progress-achievements__feedback .feedback__level .left-list {
    font-family: "Nunito Sans", sans-serif
}

.progress-achievements__feedback .feedback__micros {
    height: 100%;
    width: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.progress-achievements__feedback .feedback__micros--title {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%
}

.progress-achievements__feedback .feedback__micros .micros__wrap {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d0d5dd
}

.progress-achievements__feedback .feedback__micros .micros__wrap--search {
    width: 100%;
    background-color: #f6f8f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.progress-achievements__feedback .feedback__micros .micros__wrap--list {
    width: 100%;
    height: 50px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden auto
}

.progress-vocabulary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    background-color: #fff
}

.progress-vocabulary__levels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden auto;
    background-color: #fff;
    zoom: .85;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box
}

.progress-vocabulary__word {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 512px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    gap: 16px
}

.progress-vocabulary__word .word__wrap {
    width: 100%;
    height: 100%;
    overflow: hidden auto
}

.progress-vocabulary__word .word__wrap--item {
    height: 50%;
    width: 100%
}

.progress-vocabulary__word .word__wrap--item .item__title {
    -webkit-filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    filter: drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.2));
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f8f9;
    width: 100%
}

.progress-vocabulary__word .word__wrap--item .item__content-word {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    background-color: #e0f4fb
}

.teacher-admin {
    width: 100%;
    height: calc(100% - 52px);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ababab;
    overflow: hidden
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .teacher-admin {
        height: calc(100% - 42px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .teacher-admin {
        height: calc(100% - 42px)
    }
}

.teacher-admin__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: #65b8f2;
    overflow-x: auto
}

.teacher-admin__tabs .list-label {
    overflow: hidden
}

.teacher-admin__tab-item {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    height: 36px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0px 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    background: rgba(0, 0, 0, 0);
    border: none;
    margin-right: 12px;
    color: #fff !important
}

.teacher-admin__tab-item--active {
    background-color: #b62936
}

.teacher-admin__tab-item:hover {
    font-size: 1rem;
    line-height: 24px;
    background-color: #b62936
}

.teacher-admin__content {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.group__list-users {
    width: 100%;
    height: 320px;
    overflow: auto;
    position: relative
}

.group__list-users .user-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px 0;
    gap: 12px
}

.group__list-users .user-item .item__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.group__list-users .user-item .item__profile>img {
    width: 50px;
    height: 50px;
    margin-right: 8px
}

.group__list-users .user-item .item__profile .profile__group-name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px
}

.group__list-users .user-item .item__profile .profile__group-name .name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    text-overflow: ellipsis
}

.group__list-users .user-item .item__profile .profile__group-name .nickname {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #7f7f7f
}

.group__list-users .user-item .item__profile .profile__group-name .nickname::before {
    content: "@"
}

.users {
    width: 100%;
    height: calc(100% - 80px);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ababab;
    overflow: hidden
}

.users__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 12px 20px;
    background: #65b8f2;
    overflow: auto
}

.users__tab-item {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    height: 48px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0px 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    background: rgba(0, 0, 0, 0);
    border: none
}

.users__tab-item--active {
    background-color: #b62936
}

.users__tab-item:hover {
    font-size: 1.125rem;
    line-height: 26px;
    background-color: #b62936;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.users__content {
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: 100%
}

.users__content .content__list-display {
    visibility: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: auto;
    background-color: var(--color-light)
}

.schedule {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.schedule .time-frame-wrapper {
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.schedule .time-frame-wrapper .current-time {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #2d3786
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .schedule .time-frame-wrapper .current-time {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .schedule .time-frame-wrapper .current-time {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .schedule .time-frame-wrapper .current-time {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #2d3786
    }
}

.schedule .time-frame-wrapper .time-frames {
    border-radius: 6px;
    margin: 2px 30px;
    border: 1px solid #d0d5dd;
    overflow: hidden
}

.schedule .time-frame-wrapper .time-frames .time-frame-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #252c32;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    width: 75px;
    padding: 4px 0px
}

.schedule .time-frame-wrapper .time-frames .time-frame-item:hover {
    background: #b62936;
    color: #fff;
    font-weight: 700
}

.schedule .time-frame-wrapper .time-frames .time-frame-item--active {
    font-weight: 700
}

.schedule .time-table {
    display: grid;
    position: relative;
    grid-template-rows: 50px repeat(auto-fill, 160px);
    width: 100%;
    overflow: auto;
    height: 100%;
    margin-top: 20px;
    gap: 0px;
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 10px
}

.schedule .time-table-item {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    outline: 1px solid #eaecf0
}

.schedule .time-table-item--month {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    height: auto
}

.schedule .time-table-item--month span {
    font-size: 1.625rem;
    line-height: 34px;
    font-weight: 700;
    color: #181818
}

.schedule .time-table-item--disable {
    cursor: not-allowed
}

.schedule .time-table-item--disable span {
    color: #ababab
}

.schedule .time-table-item .classes {
    margin-bottom: 10px
}

.schedule .time-table-item .class-detail {
    isolation: isolate;
    display: none;
    z-index: 30;
    position: absolute;
    width: 350px;
    height: auto;
    top: 120%;
    padding: 10px;
    border: 1px solid #ababab;
    border-radius: 8px;
    background: #fff;
    transition: all 1s ease-in-out
}

.schedule .time-table-item .class-detail .btn-close {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: #eaecf0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 34px;
    height: 34px;
    margin-bottom: 10px
}

.schedule .time-table-item .class-detail .btn-close img {
    margin: auto
}

.schedule .time-table-item .class-detail .cover {
    cursor: pointer;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

.schedule .time-table-item .class-detail .time-wrapper {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: start;
    margin-right: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .schedule .time-table-item .class-detail .time-wrapper {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .schedule .time-table-item .class-detail .time-wrapper {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .schedule .time-table-item .class-detail .time-wrapper {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

.schedule .time-table-item .class-detail .time-wrapper span {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .77;
    margin-top: 1px
}

.schedule .time-table-item .class-detail .lesson-name {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    color: #2d3786;
    text-align: start;
    margin: 8px 0px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .schedule .time-table-item .class-detail .lesson-name {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .schedule .time-table-item .class-detail .lesson-name {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 600;
        color: #2d3786
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .schedule .time-table-item .class-detail .lesson-name {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 600;
        color: #2d3786
    }
}

.schedule .time-table-item .class-detail .outcomes {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #5d5d5d;
    width: 100%;
    line-clamp: 3;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.schedule .time-table-item .class-detail .students {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.schedule .time-table-item .class-detail .btn-view {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786;
    cursor: pointer;
    padding: 4px 10px;
    background: #fff;
    text-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 1px solid #2d3786;
    border-radius: 8px
}

.schedule .time-table-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 200px;
    height: 50px;
    z-index: 50;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    outline: 1px solid #d0d5dd;
    color: #2d3786;
    text-align: center;
    gap: 4px;
    background: #f4f4f4
}

.schedule .time-table-header--now {
    background: #b62936;
    color: #fff
}

.schedule .time-table-header .week-day {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600
}

.schedule .time-table-header .date {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    display: none
}

.schedule .clock-item {
    min-width: 67px;
    height: 50px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4
}

.schedule .hour-item {
    width: 67px;
    position: relative;
    height: 160px;
    background: #f4f4f4;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px
}

.schedule .hour-item .divider {
    width: 22px;
    height: 2px;
    background: #181818
}

.schedule .hour-item .hour {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #181818;
    position: absolute;
    top: -15px;
    opacity: .7
}

.schedule .week-class-wrapper {
    height: 100%;
    z-index: 10;
    width: 100%;
    gap: 4px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    border-top: 4px solid #2d3786;
    cursor: pointer;
    padding: 4px
}

.schedule .week-class-wrapper .week-class-infor {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    background: #e6f6fc
}

.schedule .week-class-wrapper .week-class-infor p {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #181818
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .schedule .week-class-wrapper .week-class-infor p {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .schedule .week-class-wrapper .week-class-infor p {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .schedule .week-class-wrapper .week-class-infor p {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #181818
    }
}

.schedule .current-time-item {
    position: absolute;
    width: max(100% - 67px, 1400px);
    left: 67px;
    height: 4px;
    z-index: 2
}

.schedule .action-button {
    cursor: pointer;
    height: 42px;
    width: 42px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d0d5dd
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .schedule .action-button {
        height: 32px;
        width: 32px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .schedule .action-button {
        height: 32px;
        width: 32px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .schedule .action-button {
        height: 30px;
        width: 30px
    }
}

.classroom {
    width: 100%;
    height: calc(100% - 52px);
    height: -moz-calc(100% - 52px);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ababab;
    overflow: hidden
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .classroom {
        height: -webkit-calc(100vh - 92px)
    }
}

@supports(-webkit-touch-callout: none) {
    @media screen and (min-width: 1280px)and (max-width: 1400px) {
        .classroom {
            height: 768px
        }
    }
}

.classroom__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 12px 20px;
    background: #65b8f2;
    overflow: auto
}

.classroom__tabs .tabs-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 36px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__tabs .tabs-head {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #fff
    }
}

.classroom__content {
    width: 100%;
    height: calc(100% - 58px);
    overflow: hidden
}

.classroom__content .content {
    height: 100%
}

.classroom__content .content__description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 80px);
    border: 1px solid #ababab;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__description {
        height: calc(100% - 70px)
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__description {
        height: calc(100% - 70px)
    }
}

.classroom__content .content__presentation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: #65b8f2
}

.classroom__content .content__presentation--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-flex: 0 0 14%;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-height: 14%
}

.classroom__content .content__presentation--item .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__presentation--item .item {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #fff;
        padding: 8px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__presentation--item .item {
        font-size: .625rem;
        line-height: 18px;
        font-weight: 500;
        color: #fff;
        padding: 8px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__presentation--item .item {
        font-size: .6875rem;
        line-height: 19px;
        font-weight: 500;
        color: #fff;
        padding: 10px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .classroom__content .content__presentation--item .item {
        font-size: .8125rem;
        line-height: 21px;
        font-weight: 500;
        color: #fff;
        padding: 10px
    }
}

.classroom__content .content__presentation--item .item>img {
    width: 36px;
    height: 36px;
    margin: 10px auto
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__presentation--item .item>img {
        width: 24px;
        height: 24px;
        margin: 8px auto
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__presentation--item .item>img {
        width: 26px;
        height: 26px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__presentation--item .item>img {
        width: 26px;
        height: 26px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .classroom__content .content__presentation--item .item>img {
        width: 26px;
        height: 26px
    }
}

.classroom__content .content__thumbnails {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #efefd0
}

.classroom__content .content__thumbnails .thumbnails__list {
    width: 100%;
    height: calc(100% - 10px);
    padding: 10px;
    overflow-y: auto
}

.classroom__content .content__thumbnails .thumbnails__list .thumb__stage {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #181818;
    width: 100%;
    max-height: 300px;
    overflow-wrap: break-word;
    text-align: left;
    margin-bottom: 18px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__thumbnails .thumbnails__list .thumb__stage {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 500;
        color: #181818;
        margin-bottom: 16px
    }
}

.classroom__content .content__thumbnails .thumbnails__list .thumb__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    margin-bottom: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__thumbnails .thumbnails__list .thumb__img {
        height: 110px;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__thumbnails .thumbnails__list .thumb__img {
        height: 120px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__thumbnails .thumbnails__list .thumb__img {
        height: 140px
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {
    .classroom__content .content__thumbnails .thumbnails__list .thumb__img {
        height: 140px
    }
}

.classroom__content .content__right {
    width: 100%;
    height: 100%;
    overflow: auto
}

.classroom__content .content__right .list-student {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 1rem
}

.classroom__content .content__right .list-student .student__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    margin-bottom: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__right .list-student .student__profile {
        width: 100%;
        padding: 8px 0;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__right .list-student .student__profile {
        width: 100%;
        padding: 8px 0;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__right .list-student .student__profile {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 8px 0;
        margin-bottom: 16px
    }
}

.classroom__content .content__right .list-student .student__profile.default {
    width: 96px;
    height: 96px;
    border: 1px solid #ababab;
    border-radius: 10px
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .classroom__content .content__right .list-student .student__profile.default {
        width: 80px;
        height: 80px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    .classroom__content .content__right .list-student .student__profile.default {
        width: 80px;
        height: 80px
    }
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .classroom__content .content__right .list-student .student__profile.default {
        width: 80px;
        height: 80px
    }
}

.classroom__content .content__right .list-student .student__profile--img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    z-index: 10;
    border-radius: 10px;
    margin-bottom: 5px
}

.classroom__content .content__right .list-student .student__profile--img>img {
    width: 100%
}

.classroom__content .content__right .list-student .student__profile--name {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    text-align: center
}

.classroom__content .content__right .list-student .student__profile--subname {
    font-size: .8125rem;
    line-height: 21px;
    font-weight: 400;
    color: #667085;
    text-align: center
}

.classroom__content .content__class-detail {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.classroom__content .content__student-detail {
    width: 100%;
    background-color: #fff;
    padding: 10px
}

.classroom__content .content__student-detail .detai-assessment {
    width: 100%;
    height: 100%
}

.classroom__content .content__student-detail .detai-assessment .img-default-selector {
    width: 400px;
    height: 100%
}

.classroom__content .content__student-detail .detai-assessment .img-default-selector>img {
    width: auto;
    height: 200px
}

.classroom__content .content__student-detail .detail {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    padding: 10px
}

.classroom__content .content__student-detail .detail__label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 16px;
    text-align: left
}

.classroom__content .content__student-detail .detail .chart-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%
}

.classroom__content .content__student-detail .detail__assessment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.classroom__content .content__student-detail .detail__assessment .assessment-input {
    width: 100%;
    padding-bottom: 20px
}

.classroom__content .content__student-detail .detail__assessment .assessment-input__label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 600;
    color: #2d3786;
    margin-bottom: 10px;
    text-align: start
}

.classroom__content .content__student-detail .detail__assessment .assessment-input__control {
    width: 100%
}

.classroom__content .content__student-detail .detail__assessment .assessment-input__control .label {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 10px
}

.classroom__content .content__student-detail .detail__assessment .assessment-input__control .form--bottom {
    margin-bottom: 10px
}

.outstanding {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: #fff
}

.outstanding select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.outstanding.outstanding--popup {
    width: 80vw;
    height: 80%;
    overflow: hidden;
    border-radius: 10px
}

.outstanding .outstanding-profile {
    background-color: #65b8f2;
    width: 100%;
    border-top-right-radius: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.outstanding .search {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 16px;
    padding: 16px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.outstanding .search__noted {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.outstanding .search__noted--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.outstanding .search__noted--item>img {
    width: 28px;
    height: 28px
}

.outstanding .search__noted--item>span {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #181818
}

.outstanding .table-container {
    width: 100%;
    height: calc(100% - 82px);
    overflow: auto;
    border-radius: 20px;
    position: relative;
    background: #fff;
    padding: 0px 16px
}

.admin-courses {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    height: 100%;
    margin: auto
}

.admin-courses .side-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(91, 104, 113, 0.5));
    filter: drop-shadow(1px 1px 0px rgba(91, 104, 113, 0.5));
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    border-right: 1px solid rgba(91, 104, 113, .5)
}

.admin-courses .side-panel-course {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.admin-courses .side-panel-course .pl-05 {
    padding-left: .5rem
}

.admin-courses .side-panel-course .search-section {
    gap: 20px;
    padding-bottom: 20px
}

.admin-courses .side-panel-course .item-search {
    width: 100%;
    gap: 10px
}

.admin-courses .side-panel-course .item-search .container-column {
    width: 50%
}

.admin-courses .side-panel-course .item-search .container-column .text-title-medium {
    padding-bottom: 10px
}

.admin-courses .side-panel-course .item-search .search-day {
    width: 100%
}

.admin-courses .side-panel-course .item-search .search-day div:first-of-type {
    width: 100%
}

.admin-courses .side-panel-course .strike-through {
    position: relative;
    padding: 0 30%;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.admin-courses .side-panel-course .strike-through .strike-through-text {
    background-color: #f4f7ff;
    padding: 5px;
    border-radius: 30px;
    cursor: pointer;
    width: 82px;
    white-space: nowrap
}

.admin-courses .side-panel-course .strike-through::before,
.admin-courses .side-panel-course .strike-through::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #ababab;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.admin-courses .side-panel-course .strike-through::before {
    left: 0;
    width: 25%
}

.admin-courses .side-panel-course .strike-through::after {
    right: 0;
    width: 25%
}

.admin-courses .side-panel-course .button-section {
    width: 100%
}

.admin-courses .side-panel-course .button-section button {
    width: 100%;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #2d3786;
    border-radius: 8px;
    box-shadow: unset;
    border: 1px solid #2d3786;
    cursor: pointer
}

.admin-courses .side-panel-course .button-section button:hover {
    opacity: .8
}

.admin-courses .result-panel {
    width: 100%;
    padding: 16px;
    gap: 16px;
    height: 100%;
    overflow: auto;
    background-color: #f6f8f9;
    visibility: hidden
}

.admin-courses .display-panel {
    gap: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.admin-courses .display-panel .panel {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 16px;
    background-color: #fff;
    overflow: hidden auto
}

.admin-courses .display-panel .panel__schedule {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.admin-courses .display-panel .panel__duration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 256px;
    height: 100%
}

.admin-courses .display-panel .panel__duration .duration-left {
    width: 23%;
    height: 100%;
    overflow: hidden
}

.admin-courses .display-panel .panel__duration .duration-right {
    width: 74%;
    height: 100%;
    overflow: hidden
}

.admin-courses .display-panel .panel__group-23 {
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    height: 100%
}

.admin-courses .display-panel .panel__group-31 {
    width: 31%;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    height: 100%
}

.admin-courses .left-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.admin-courses .admin__navbar-left {
    background-color: #f6f8f9
}

.admin-courses .admin__navbar-left .project-item .project-item__list {
    padding: 0
}

.admin-courses .admin__navbar-left .project-item .project-item__list .grade-group {
    padding: 8px 0;
    gap: 5px
}

.admin-courses .admin__navbar-left .project-item .project-item__list .grade-group:last-child {
    border-bottom: none
}

.platform-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    place-items: center;
    justify-items: center;
    gap: 10px;
    width: 100%;
    min-width: 500px;
    height: 85vh;
    overflow: auto;
    border-radius: 20px;
    padding: 20px;
    line-height: 1.7rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    color: #333
}

.platform-table .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.platform-table .title {
    text-align: center
}

.platform-table .results {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px
}

.platform-table table.table-test-results {
    overflow: auto;
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05), 0px 0px 6px rgba(0, 0, 0, .05)
}

.platform-table table.table-test-results th,
.platform-table table.table-test-results td {
    padding: 10px 20px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea
}

.platform-table table.table-test-results thead {
    background-color: #f9f9f9;
    font-weight: 600
}

.platform-table table.table-test-results th {
    font-size: 1rem;
    line-height: 24px;
    font-weight: #444;
    text-transform: uppercase;
    letter-spacing: .05em
}

.platform-table table.table-test-results td.col1 {
    font-weight: 500;
    color: #333
}

.platform-table table.table-test-results td.col2 {
    color: #333;
    font-weight: 400
}

.platform-table table.table-test-results tbody tr:hover {
    background-color: #f4f4f4;
    cursor: default
}

.full-screen {
    height: 100%;
    position: absolute;
    top: 0;
    min-width: 200px;
    border-radius: 0px;
    z-index: 999999
}

.success {
    color: #5cb85c !important
}

.warning {
    color: orange !important
}

.fail {
    color: #b62936 !important
}

.hide {
    visibility: hidden
}

@media(max-width: 768px) {
    .results {
        width: 100%
    }

    table.table-test-results th,
    table.table-test-results td {
        font-size: .875rem;
        line-height: 22px;
        padding: 12px
    }
}

.nodisplay {
    display: none !important
}

.sidebar-navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: "center";
    -ms-flex-align: "center";
    align-items: "center";
    width: 100%;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 100%;
    height: auto;
    padding: 10px
}

.notquestion-items {
    gap: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 200px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .notquestion-items {
        margin-top: 0px;
        margin: auto;
        padding: 0 16px
    }
}

.notquestion-items>img {
    width: 250px;
    aspect-ratio: 1.4
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .notquestion-items>img {
        width: 160px;
        aspect-ratio: 1.4
    }
}

.notquestion-items .notquestion-text {
    color: #d0d5dd;
    max-width: 700px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .notquestion-items .notquestion-text {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 600;
        color: #d0d5dd;
        max-width: 100%
    }
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .question-block {
        position: relative;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .question-block .block-activity {
        position: absolute;
        top: 0;
        width: 100%;
        height: -webkit-fill-available;
        z-index: 10
    }
}

.question-block .block-picture {
    width: 100%;
    background-color: var(--color-light);
    object-fit: cover
}

.question-picture {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .question-picture {
        overflow: inherit
    }
}

.activity-question {
    width: 100%;
    overflow: visible
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .activity-question {
        object-fit: cover;
        overflow: auto;
        padding: 0 10px 20px 10px
    }
}

.activity-answer {
    width: 100%;
    min-height: 192px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding-right: 10px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .activity-answer {
        width: 100% !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        padding-right: 0px;
        padding: 0px 10px;
        margin-bottom: 20px
    }
}

.bottom-sheet {
    background-color: #f7f7fa;
    -ms-touch-action: none;
    touch-action: none;
    transition: bottom .1s ease-out
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .bottom-sheet {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        box-shadow: var(--shadow-sharp)
    }
}

.bottom-sheet .bottom-sheet-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 20px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .bottom-sheet .bottom-sheet-body {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 80%;
        overflow: auto;
        padding: 10px;
        gap: 6px
    }
}

.mobile-sidebar-overflow {
    display: none
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .mobile-sidebar-overflow {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #d0d5dd;
        height: 28px;
        cursor: pointer
    }

    .mobile-sidebar-overflow i {
        font-size: 1rem;
        line-height: 24px;
        display: block;
        text-align: center
    }
}

.homework-topic {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #2d3786;
    font-family: "Noto Sans JP", sans-serif
}

.style-outlined-accented-hw {
    background: #e0f0ff !important;
    box-shadow: var(--shadow-sharp) !important
}

.style-outlined-good {
    outline: 3px solid #06d6a0
}

.style-outlined-bad {
    outline: 3px solid #ff4f4f
}

.circle-accented {
    position: absolute;
    color: #3aa5fb;
    opacity: .8;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-blend-mode: multiply;
    cursor: crosshair;
    overflow: hidden;
    box-shadow: var(--shadow-sharp);
    border-radius: 50%
}

.circle-accented>li {
    font-size: 2.8125rem;
    line-height: 53px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .circle-accented>li {
        font-size: 2.1875rem;
        line-height: 43px
    }
}

.highlight-text-item {
    min-width: 480px;
    width: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-sharp);
    border-radius: 8px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .highlight-text-item {
        min-width: 100%
    }
}

.mobile-items-standard {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .mobile-items-standard {
        min-height: 128px;
        height: 100%
    }
}

.structure-topic-img {
    width: 100%;
    height: 480px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .structure-topic-img {
        height: 100%
    }
}

.match-item {
    background-color: #fff;
    border-radius: 8px;
    width: 232px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    min-width: 100%;
    border: 1px solid #e9e9e9
}

.match-item.match-item-order {
    min-width: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .match-item.match-item-order .paragraph-plain-bold {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #181818
    }
}

.match-item.match-topic {
    background-color: #d8edff
}

.match-item.match-shadow {
    box-shadow: var(--shadow-sharp) !important
}

.match-item .match-icon {
    color: #3aa5fb
}

.match-item .match-item-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 92px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.match-item .match-item-box .match-item-paragraph {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .match-item .match-item-box .match-item-paragraph {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 600;
        color: #181818
    }
}

.classify-items-box {
    width: 230px;
    min-height: 160px;
    overflow-x: hidden;
    max-width: 100%;
    box-shadow: var(--shadow-sharp) !important;
    border-radius: 8px;
    background: #fff;
    padding: 16px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-items-box {
        min-width: 115px;
        width: 45%;
        padding: 8px
    }

    .classify-items-box .classify-items-sharp {
        width: 100%
    }
}

.classify-items-box .classify-topic {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #2d3786;
    margin-bottom: 10px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-items-box .classify-topic {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 600;
        color: #2d3786;
        margin-bottom: 8px
    }
}

.classify-items-box .classify-content {
    background-color: #f0f1f1;
    border-radius: 8px;
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.classify-items-sharp {
    min-width: 180px;
    width: 30%;
    background-color: #fff;
    box-shadow: var(--shadow-sharp) !important;
    border-radius: 8px;
    text-align: left
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-items-sharp {
        width: 170px;
        min-height: 80px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.classify-items-sharp .sharp-img {
    width: 72px;
    height: 92px;
    background-color: var(--color-light);
    object-fit: contain
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-items-sharp .sharp-img {
        height: 70px;
        object-fit: cover
    }
}

.classify-items-sharp .sharp-audiotext {
    min-width: 160px;
    min-height: 120px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-items-sharp .sharp-audiotext {
        min-height: 70px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .classify-items-sharp .sharp-audiotext .sharp-audiotext-paragraph {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 500;
        color: #181818
    }
}

.classify-column {
    min-height: 192px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-column {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px
    }
}

.classify-column .classify-left {
    min-width: 100px;
    max-width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-column .classify-left {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.classify-column .classify-right {
    min-height: 80px;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .classify-column .classify-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px
    }
}

.highlight-items {
    background-color: #fff;
    border-radius: 8px;
    width: 480px;
    min-height: 128px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: var(--shadow-sharp) !important
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .highlight-items {
        width: 100%;
        border: 1px solid #d0d5dd;
        overflow-y: hidden
    }
}

.identify-items-img {
    position: relative;
    width: 480px;
    height: 558px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .identify-items-img {
        object-fit: cover;
        padding-bottom: 10px
    }
}

.fill-blank-items {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 32px;
    padding: 3px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .fill-blank-items {
        height: auto
    }
}

.order-items-block {
    width: 100%;
    height: 558px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .order-items-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px
    }
}

.order-text-items {
    height: 128px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .order-text-items {
        min-height: 128px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.open-answer-items {
    width: 480px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 8px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .open-answer-items {
        width: 100%
    }
}

.open-answer-items .open-answer-sharp {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 128px;
    padding: 32px
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .open-answer-items .open-answer-sharp {
        padding: 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.open-answer-items .open-answer-text {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll
}

@media screen and (min-width: 340px)and (max-width: 1024px)and (orientation: portrait) {
    .open-answer-items .open-answer-text {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }
}

.request-calling {
    max-width: 856px;
    height: 576px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    justify-self: center;
    width: 100%
}

.request-calling .request-calling__header {
    height: 60px;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.6%;
    background-color: #65b8f2;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0px 15px
}

.request-calling label {
    display: block;
    padding: 16px 0px
}

.request-calling input[type=text],
.request-calling select,
.request-calling textarea {
    width: 100%;
    height: 48px;
    padding: 8px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-sizing: border-box
}

.request-calling select {
    padding: 0px
}

.request-calling .radio-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.request-calling .button-group {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}

.request-calling button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer
}

.request-calling .cancel-btn {
    width: 200px;
    background: #fff;
    border: 1px solid #d0d5dd
}

.request-calling .submit-btn {
    width: 200px;
    background: #0056c2;
    color: #fff
}

.request-calling .submit-loading {
    margin: auto !important
}

.request-calling .add-note {
    height: 250px;
    font-family: "Nunito Sans", sans-serif !important
}

.request-calling .required-icon {
    color: red
}

.request-calling .flex-column1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.request-calling .padding10 {
    padding: 0px 10px
}

.request-calling .d-none {
    display: none !important
}

.popup-confirm__subtitle {
    white-space: pre-wrap;
    text-align: center
}

.bg-blue {
    background-color: #0056c2;
    color: #fff
}

.ta-calling-request {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    justify-self: center;
    width: 100%
}

.ta-calling-request .ta-calling-request__header {
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.ta-calling-request .container-content {
    position: relative;
    overflow: auto;
    height: 80vh
}

.ta-calling-request .container-assessment {
    height: 100%
}

.ta-calling-request .text-italic {
    font-style: italic
}

.ta-calling-request .text-align-left {
    text-align: left
}

.ta-calling-request .mb-20 {
    margin-bottom: 20px
}

.ta-calling-request .px-20 {
    padding: 0px 20px
}

.ta-calling-request .pr-20 {
    padding-right: 20px
}

.ta-calling-request .pt-10 {
    padding-top: 10px
}

.ta-calling-request .pb-10 {
    padding-bottom: 10px
}

.ta-calling-request .w-100 {
    width: 100%
}

.ta-calling-request .w-20 {
    width: 20%
}

.ta-calling-request .w-40 {
    width: 40%
}

.ta-calling-request .w-60 {
    width: 60%
}

.ta-calling-request .h-100 {
    height: 100%
}

.ta-calling-request table {
    border-collapse: collapse
}

.ta-calling-request table td,
.ta-calling-request table th {
    border: 2px solid #ddd
}

.ta-calling-request th {
    padding: 10px
}

.ta-calling-request tr,
.ta-calling-request td {
    padding: 10px
}

.ta-calling-request .table-information th {
    background-color: #b4d0ff
}

.ta-calling-request .table-information tr,
.ta-calling-request .table-information td {
    background-color: #f5f5f5
}

.ta-calling-request .table-assessment th {
    background-color: #f5f5f5
}

.ta-calling-request .button-group {
    margin: 20px 0px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.ta-calling-request .button-group button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer
}

.ta-calling-request .button-group .primary-btn {
    width: 200px;
    height: 50px;
    background: #0056c2;
    color: #fff
}

.ta-calling-request .assessment-title,
.ta-calling-request .detail__label {
    font-weight: 600;
    color: #656464;
    font-size: 1rem;
    line-height: 1rem
}

.ta-calling-request .assessment-comment {
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6
}

.ta-calling-request .assessment-comment .assessment-comment-title {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 10px
}

.ta-calling-request .assessment-comment .assessment-comment-content {
    font-size: 1rem;
    line-height: 1rem;
    white-space: pre-wrap
}

@media screen and (min-width: 769px)and (max-width: 1024px)and (-webkit-min-device-pixel-ratio: 2) {
    .activity-column {
        height: 100dvh !important;
        position: relative;
        min-height: 100dvh
    }

    .paging {
        height: 10dvh
    }

    .navbar-control {
        height: 10dvh;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: unset !important
    }

    .homework-content:not(:has(.table-result)) {
        height: 80dvh !important
    }

    .homework-content .activity-content {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .homework-content .activity-content .question-standard-block {
        width: 90% !important;
        height: 50% !important
    }

    .homework-content .activity-content .question-standard-block .open-image-container .open-image {
        width: 50px !important;
        height: 50px !important
    }

    .homework-content .activity-content .question-standard-block .question-block-container .question-block {
        height: unset !important
    }

    .homework-content .activity-content .bottom-sheet-cutbody,
    .homework-content .activity-content .bottom-sheet-body {
        width: 90% !important;
        height: 50% !important
    }
}

.fullscreen-modal {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fullscreen-modal .grid-container--full-height {
    width: inherit
}

.grid-container {
    max-width: unset !important
}

.grid-container:has(.desktop-homework-container) {
    padding-right: 0px;
    padding-left: 0px
}

.desktop-homework-container {
    color: #1d293d !important;
    height: inherit !important
}

.desktop-homework-container * {
    font-family: "Baloo 2" !important;
    font-weight: 400;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.desktop-homework-container * .fa-solid {
    font-family: "Font Awesome 6 Free" !important
}

.desktop-homework-container textarea:disabled {
    opacity: unset
}

.desktop-homework-container ::-webkit-scrollbar-track {
    background: #e7e7e7;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px
}

.desktop-homework-container ::-webkit-scrollbar-thumb {
    background: #cad5e2;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer !important
}

.desktop-homework-container ::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.desktop-homework-container ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
}

.desktop-homework-container ::-webkit-scrollbar {
    width: 8.5px;
    height: 8.5px;
    cursor: pointer !important
}

.desktop-homework-container .icon-right::before {
    display: none
}

.desktop-homework-container .pointer-events-none {
    pointer-events: none
}

.desktop-homework-container .height-528px {
    height: 100%
}

@media(min-width: 350px) {
    .desktop-homework-container .height-528px {
        height: 90%
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .height-528px {
        height: 90%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .height-528px {
        height: 95%
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .height-528px {
        height: 100%
    }
}

.desktop-homework-container .max-width-440px {
    width: 100%
}

.desktop-homework-container .button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #62748e;
    border: 1px solid #cad5e2;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media(min-width: 350px) {
    .desktop-homework-container .button {
        width: 120px;
        height: 27px;
        font-size: 10px;
        border-radius: 10px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .button {
        width: 133px;
        height: 30px;
        font-size: 12px;
        border-radius: 14px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .button {
        width: 148px;
        height: 35px;
        font-size: 14px;
        border-radius: 16px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .button {
        width: 184px;
        height: 44px;
        font-size: 15px;
        border-radius: 16px
    }
}

@media(min-width: 1536px) {
    .desktop-homework-container .button {
        width: 184px;
        height: 44px;
        font-size: 15px;
        border-radius: 16px
    }
}

.desktop-homework-container .button:hover {
    opacity: .7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: all .2s ease
}

.desktop-homework-container .button.button-sm {
    width: 88px !important
}

.desktop-homework-container .button.button-show-only {
    pointer-events: none;
    cursor: default
}

.desktop-homework-container .button.button-disabled {
    color: #90a1b9 !important;
    background-color: #e2e8f0 !important;
    border: none !important;
    pointer-events: none
}

.desktop-homework-container .button.button-success {
    color: #fff;
    background-color: #05df72;
    border: none
}

.desktop-homework-container .button.button-primary {
    color: #fff;
    background-color: #00a6f4;
    border: none
}

.desktop-homework-container .button.button-primary-outlined {
    color: #00a6f4;
    background-color: #fff;
    border: 1px solid #00a6f4
}

.desktop-homework-container .button.button-warning {
    color: #fff;
    background-color: #7c86ff;
    border: none
}

.desktop-homework-container .button.button-danger {
    color: #fff;
    background-color: #ff6467;
    border: none
}

.desktop-homework-container .button.button-almost {
    color: #fff;
    background-color: #ffba00;
    border: none
}

.desktop-homework-container .modal-body {
    height: 100%;
    padding-bottom: unset
}

.desktop-homework-container .modal-body .activity-column {
    width: 100%;
    height: 100%;
    padding-bottom: unset
}

.desktop-homework-container .navbar-control {
    width: 100%
}

.desktop-homework-container .navbar-control.review-mode .navbar-container {
    background-color: #dff2fe;
    border-top: 2px solid #00a6f4
}

.desktop-homework-container .navbar-control.review-mode .navbar-container .review-button-group {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.desktop-homework-container .navbar-control .navbar-container {
    padding: 8px 12px;
    gap: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
    background-color: #fff
}

@media(min-width: 640px) {
    .desktop-homework-container .navbar-control .navbar-container {
        padding: 6px 4%;
        gap: 6px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .navbar-control .navbar-container {
        padding: 16px 3%;
        gap: 12px
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .navbar-control .navbar-container {
        padding: 16px 4%;
        gap: 12px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .navbar-control .navbar-container {
        padding: 20px 7%;
        gap: 16px
    }
}

.desktop-homework-container .navbar-control .navbar-container .group-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

@media(min-width: 350px) {
    .desktop-homework-container .navbar-control .navbar-container .group-action {
        min-width: 120px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .navbar-control .navbar-container .group-action {
        min-width: 133px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .navbar-control .navbar-container .group-action {
        min-width: 148px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .navbar-control .navbar-container .group-action {
        min-width: 184px
    }
}

.desktop-homework-container .navbar-control .navbar-container .group-action .review-button-group {
    display: none;
    gap: 10px
}

.desktop-homework-container .navbar-control .navbar-container .message-feedback {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.desktop-homework-container .navbar-control .navbar-container .message-feedback div {
    font-size: 24px;
    font-weight: 500
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-wrong {
    font-weight: 600
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-wrong::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    color: #fb2c36;
    font-weight: 900;
    margin-right: 10px
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-right {
    font-weight: 600
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-right::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    color: #00c951;
    font-weight: 900;
    margin-right: 10px
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-almost {
    font-weight: 600
}

.desktop-homework-container .navbar-control .navbar-container .feedback-icon-almost::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    color: #fd9a00;
    font-weight: 900;
    margin-right: 10px
}

.desktop-homework-container .navbar-control .incorrect {
    background-color: #fef2f2;
    border-top: 3px solid #fb2c36
}

.desktop-homework-container .navbar-control .correct {
    background-color: #f0fdf4;
    border-top: 3px solid #00c951
}

.desktop-homework-container .navbar-control .almost {
    background-color: #fffbeb;
    border-top: 3px solid #fd9a00
}

.desktop-homework-container .paging {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 8px 12px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px
}

@media(min-width: 640px) {
    .desktop-homework-container .paging {
        padding: 6px 4%;
        gap: 6px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging {
        padding: 16px 3%;
        gap: 12px
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .paging {
        padding: 16px 4%;
        gap: 12px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .paging {
        padding: 20px 7%;
        gap: 16px
    }
}

.desktop-homework-container .paging .back-to-lesson {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .back-to-lesson {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .back-to-lesson {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.desktop-homework-container .paging .back-to-lesson button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #cad5e2;
    cursor: pointer;
    border-radius: 16px;
    transition: all .2s ease
}

.desktop-homework-container .paging .back-to-lesson button i {
    font-size: 10px
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .back-to-lesson button i {
        font-size: 9px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .back-to-lesson button i {
        font-size: 13px
    }
}

.desktop-homework-container .paging .center-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 8px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-width: 0
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .center-content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        gap: 6px;
        width: 100%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .center-content {
        gap: 12px;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.desktop-homework-container .paging .center-content .progress-dots-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-height: 24px
}

@media(min-width: 350px) {
    .desktop-homework-container .paging .center-content .progress-dots-container {
        gap: 4px;
        max-width: 250px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .paging .center-content .progress-dots-container {
        gap: 6px;
        max-width: 400px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .center-content .progress-dots-container {
        gap: 8px;
        max-width: 600px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .paging .center-content .progress-dots-container {
        gap: 10px;
        max-width: 800px
    }
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot {
    min-width: 6px;
    max-width: 32px;
    height: 6px;
    border-radius: 24px;
    background-color: #cad5e2;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1 1 20px;
    -ms-flex: 1 1 20px;
    flex: 1 1 20px;
    max-width: 100px
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot.completed {
    background-color: #5cb85c
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot.incorrect {
    background-color: #d9534f
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot.skipped {
    background-color: #f0ad4e
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot.current {
    background-color: #4a90e2;
    color: #fff;
    width: 32px;
    height: 24px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(74, 144, 226, .4)
}

.desktop-homework-container .paging .center-content .progress-dots-container .progress-dot:hover:not(.current) {
    background-color: #bbb;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.desktop-homework-container .paging .center-content .instruction-text {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    max-width: 100%
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .center-content .instruction-text {
        font-size: 14px;
        line-height: 1.3;
        padding: 0 8px
    }
}

@media(min-width: 481px)and (max-width: 768px) {
    .desktop-homework-container .paging .center-content .instruction-text {
        font-size: 15px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .center-content .instruction-text {
        font-size: 18px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .paging .center-content .instruction-text {
        font-size: 20px
    }
}

.desktop-homework-container .paging .score-section {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background-color: #f0fdf4;
    border: 1px solid #00c951;
    font-weight: 500;
    color: #00c951;
    white-space: nowrap
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .score-section {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .score-section {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.desktop-homework-container .paging .score-section .total-text {
    color: #00c951;
    font-size: 16px;
    font-weight: 700
}

.desktop-homework-container .paging .user-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px
}

@media(max-width: 480px) {
    .desktop-homework-container .paging .user-info {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .user-info {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.desktop-homework-container .paging .user-info img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover
}

@media(min-width: 350px) {
    .desktop-homework-container .paging .user-info img {
        width: 25px;
        height: 25px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .paging .user-info img {
        width: 30px;
        height: 30px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .user-info img {
        width: 35px;
        height: 35px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .paging .user-info img {
        width: 45px;
        height: 45px
    }
}

@media(min-width: 1536px) {
    .desktop-homework-container .paging .user-info img {
        width: 45px;
        height: 45px
    }
}

.desktop-homework-container .paging .user-info .user-info-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem
}

.desktop-homework-container .paging .user-info .user-info-detail .name {
    font-weight: 700;
    color: #1d293d
}

@media(min-width: 350px) {
    .desktop-homework-container .paging .user-info .user-info-detail .name {
        font-size: .5rem
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .paging .user-info .user-info-detail .name {
        font-size: .5rem
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .user-info .user-info-detail .name {
        font-size: .75rem
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .paging .user-info .user-info-detail .name {
        font-size: 1rem
    }
}

.desktop-homework-container .paging .user-info .user-info-detail .staffcode {
    font-size: .8rem;
    color: #62748e
}

@media(min-width: 350px) {
    .desktop-homework-container .paging .user-info .user-info-detail .staffcode {
        font-size: .4rem
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .paging .user-info .user-info-detail .staffcode {
        font-size: .4rem
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .paging .user-info .user-info-detail .staffcode {
        font-size: .6rem
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .paging .user-info .user-info-detail .staffcode {
        font-size: .8rem
    }
}

.desktop-homework-container .split-line {
    width: 100%;
    height: 6px;
    background-color: #0056c2
}

.desktop-homework-container .table-result {
    font-size: .75rem;
    line-height: 20px;
    font-weight: 700;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0px 8px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media(min-width: 350px) {
    .desktop-homework-container .table-result {
        font-size: .75rem;
        line-height: 20px;
        font-weight: 700;
        padding: 0px 10px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .table-result {
        font-size: .875rem;
        line-height: 22px;
        font-weight: 700;
        padding: 0px 15px
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .table-result {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 700
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .table-result {
        font-size: 1.25rem;
        line-height: 28px;
        font-weight: 700;
        padding: 0px 20px
    }
}

.desktop-homework-container .table-result .table-result-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    font-weight: bold;
    max-height: 300px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
    gap: 20px
}

.desktop-homework-container .table-result .table-result-header img {
    width: 200px
}

.desktop-homework-container .table-result .table-result-header .homework-status {
    font-size: 36px;
    font-weight: 700;
    color: #00c951
}

.desktop-homework-container .table-result .table-result-header .homework-status-sub {
    font-size: 24px;
    font-weight: 500;
    color: #62748e
}

.desktop-homework-container .table-result .table-result-header .homework-score {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 16px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #2b7fff;
    background-color: #eff6ff;
    font-size: 16px;
    font-weight: 500
}

.desktop-homework-container .table-result .table-result-header .final-score {
    color: #2b7fff;
    font-size: 24px;
    font-weight: 700
}

.desktop-homework-container .table-result .table-result-header .correct-count-all {
    color: #00c951;
    font-size: 20px;
    font-weight: 600
}

.desktop-homework-container .table-result .table-result-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 40%;
    justify-content: center
}

.desktop-homework-container .table-result .table-result-content .result-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cad5e2;
    min-width: 200px;
    padding: 10px;
    color: #62748e;
    font-size: 14px;
    font-weight: 400
}

.desktop-homework-container .table-result .table-result-content .result-box span {
    display: block;
    padding: 10px;
    font-size: 32px;
    border-radius: 10px;
    color: #1d293d;
    font-weight: 300
}

.desktop-homework-container .table-result .table-result-content .correct {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

.desktop-homework-container .table-result .table-result-content .incorrect {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
}

.desktop-homework-container .table-result .table-result-content .count-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-homework-container .table-result .table-result-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    place-self: center
}

.desktop-homework-container .table-result .table-result-footer .btn-try {
    border-color: #fb2c36;
    color: #fb2c36
}

.desktop-homework-container .table-result .table-result-footer .btn-review {
    border-color: #00a6f4;
    color: #00a6f4
}

.desktop-homework-container .table-result .table-result-footer .btn-quit {
    background-color: #357cff;
    color: #fff
}

.desktop-homework-container .homework-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto
}

.desktop-homework-container .homework-content .activity-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media(min-width: 640px) {
    .desktop-homework-container .homework-content .activity-content {
        padding: 10px 4%;
        gap: 10px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content {
        padding: 15px 3%;
        gap: 15px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .homework-content .activity-content {
        padding: 16px 4%;
        gap: 16px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content {
        padding: 20px 7%;
        gap: 20px
    }
}

.desktop-homework-container .homework-content .activity-content:not(:has(.question-standard-block)) .subtitle-container {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.desktop-homework-container .homework-content .activity-content.review-mode .match-items-container,
.desktop-homework-container .homework-content .activity-content.review-mode .multiple-choice-answer-item,
.desktop-homework-container .homework-content .activity-content.review-mode .order-item-content,
.desktop-homework-container .homework-content .activity-content.review-mode .classify-right,
.desktop-homework-container .homework-content .activity-content.review-mode .highlight-items,
.desktop-homework-container .homework-content .activity-content.review-mode .highlight-slash-options,
.desktop-homework-container .homework-content .activity-content.review-mode .identify-items-img {
    pointer-events: none !important
}

.desktop-homework-container .homework-content .activity-content .question-standard-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    height: 50%;
    border-radius: 24px;
    position: relative
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block {
        width: 90%;
        height: 50%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block {
        width: 35%;
        height: 100%
    }
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .homework-topic {
    padding: 15px
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container {
    width: 98%;
    overflow-y: auto !important
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block {
    max-height: 98%;
    height: 100%;
    margin: 0 auto
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block {
        padding-top: 10px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block {
        padding-top: 10px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block {
        padding-top: 0px
    }
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block img,
.desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block iframe {
    border: 1px solid #fff
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .question-block-container .question-block .question-picture {
    overflow: unset
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image {
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: .5
}

.desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image:hover {
    opacity: 1
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image {
        width: 30px;
        height: 30px
    }
}

@media(min-width: 640px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image {
        width: 25px;
        height: 25px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image {
        width: 30px;
        height: 30px
    }
}

@media(min-width: 1024px) {
    .desktop-homework-container .homework-content .activity-content .question-standard-block .open-image-container .open-image {
        width: 44px;
        height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: unset
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio {
    width: 80%;
    border: 1px solid #cad5e2;
    border-radius: 20px;
    justify-items: center;
    padding: 20px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio {
        width: 95%;
        min-height: 36px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio {
        min-height: 40px;
        width: 80%
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio audio {
    display: none
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s;
    pointer-events: all !important
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    margin-top: -10px;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #888
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .progress-bar-audio::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .btn-play-pause {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../../resources/images/icons/player-play.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .btn-play-pause:hover {
    opacity: .8
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .homework-audio .time {
    visibility: visible !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .question-block-container {
    text-align: start;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .question-audio-text-block .question-block-container .question-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.desktop-homework-container .homework-content .activity-content .bottom-sheet-cutbody,
.desktop-homework-container .homework-content .activity-content .bottom-sheet-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 60%;
    height: 50%
}

.desktop-homework-container .homework-content .activity-content .bottom-sheet-cutbody:not(:has(.match-items-answer-container)),
.desktop-homework-container .homework-content .activity-content .bottom-sheet-body:not(:has(.match-items-answer-container)) {
    overflow: auto
}

@media(min-width: 350px) {

    .desktop-homework-container .homework-content .activity-content .bottom-sheet-cutbody,
    .desktop-homework-container .homework-content .activity-content .bottom-sheet-body {
        width: 90%;
        height: 50%;
        padding-top: 10px
    }
}

@media(min-width: 768px) {

    .desktop-homework-container .homework-content .activity-content .bottom-sheet-cutbody,
    .desktop-homework-container .homework-content .activity-content .bottom-sheet-body {
        width: 60%;
        height: 100%;
        padding-top: 0px
    }
}

.desktop-homework-container .homework-content .activity-content .controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0px;
    height: 0px;
    background: #00a6f4;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 .5em #ccc;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #ccc
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio-hide-thumb::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #888
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .controls .progress-bar-audio::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .controls .btn-play-pause {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../../resources/images/icons/player-play.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.desktop-homework-container .homework-content .activity-content .controls .btn-play-pause:hover {
    opacity: .8
}

.desktop-homework-container .homework-content .activity-content .controls .time {
    visibility: hidden;
    display: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer {
    overflow: auto;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: unset !important;
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
    pointer-events: all !important;
    padding: unset;
    gap: 15px;
    height: 100%;
    padding-top: 5px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer {
        gap: 20px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer {
        gap: 25px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer {
        gap: 30px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0px;
    height: 0px;
    background: #00a6f4;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 .5em #ccc;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #ccc
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio-hide-thumb::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #888
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .progress-bar-audio::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .btn-play-pause {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../../resources/images/icons/player-play.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .btn-play-pause:hover {
    opacity: .8
}

.desktop-homework-container .homework-content .activity-content .activity-answer .controls .time {
    visibility: hidden;
    display: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .style-outlined-good {
    outline: none;
    border: unset;
    box-shadow: unset
}

.desktop-homework-container .homework-content .activity-content .activity-answer .style-outlined-bad {
    outline: none;
    border: unset;
    box-shadow: unset
}

.desktop-homework-container .homework-content .activity-content .activity-answer .icon-wrong::before {
    display: none !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container {
        width: 95%;
        min-height: 36px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container {
        width: 80%;
        min-height: 40px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container.text-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container .subtitle-text {
    font-size: 18px;
    font-weight: 500
}

.desktop-homework-container .homework-content .activity-content .activity-answer .subtitle-container .subtitle-help {
    display: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer.multiple-choice-container {
    padding-top: 10px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container {
        min-height: 36px;
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container {
        min-height: 40px;
        width: 80%
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #cad5e2;
    width: 100%;
    z-index: 99;
    gap: 10px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item {
        min-height: 36px;
        max-width: 325px;
        padding: 10px 15px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item {
        min-height: 40px;
        max-width: 360px;
        padding: 10px 18px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item {
        min-height: 44px;
        max-width: 400px;
        padding: 10px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item img {
    pointer-events: none;
    height: 80px;
    object-fit: contain
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-container .multiple-choice-answer-item .paragraph-plain-bold {
    color: #62748e;
    white-space: nowrap
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #cad5e2;
    width: 80%;
    z-index: 99;
    gap: 10px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item {
        width: 95%;
        min-height: 36px;
        padding: 8px 15px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item {
        width: 80%;
        min-height: 40px;
        padding: 10px 18px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item {
        min-height: 44px;
        padding: 12px 22px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item img {
    pointer-events: none;
    height: 80px;
    object-fit: contain
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.selected {
    background-color: #f0f9ff !important;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.selected .paragraph-plain-bold {
    color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-outlined-bad .paragraph-plain-bold {
    color: #fb2c36
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-outlined-good .paragraph-plain-bold {
    color: #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-show-answer {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .multiple-choice-answer-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-text-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #005ba0;
    z-index: 99
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-text-item {
        min-height: 65px;
        padding: 15px;
        border-radius: 20px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-text-item {
        min-height: 75px;
        padding: 18px;
        border-radius: 24px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-text-item {
        min-height: 85px;
        padding: 22px;
        border-radius: 28px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-text-item img {
    pointer-events: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .style-outlined-show-answer {
    outline: none !important;
    border: 2px solid #00c951 !important;
    background-color: #fff !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .mobile-items-standard {
    min-height: unset
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items {
    width: 80%;
    z-index: 99;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items {
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items {
        width: 80%
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items.style-outlined-bad .open-answer-sharp .open-answer-textarea {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items.style-outlined-good .open-answer-sharp .open-answer-textarea {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items.style-show-answer .open-answer-sharp .open-answer-textarea {
    position: relative;
    background-color: #f8fafc !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items.style-show-answer .open-answer-sharp .open-answer-textarea::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 0px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    transition: opacity .2s;
    pointer-events: all !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio:hover {
    opacity: 1
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    margin-top: -10px;
    cursor: pointer;
    -webkit-transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, -webkit-transform .1s ease;
    transition: left .1s linear, transform .1s ease;
    transition: left .1s linear, transform .1s ease, -webkit-transform .1s ease
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio:active::-webkit-slider-thumb {
    background: #00a6f4;
    box-shadow: 0 0 .5em #888
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 var(--progress), #ccc var(--progress), #ccc 100%)
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-moz-range-progress {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-moz-range-track {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-ms-fill-lower {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-ms-fill-upper {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .progress-bar-audio::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a6f4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 .5em #888;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .btn-play-pause {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../../resources/images/icons/player-play.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .btn-play-pause:hover {
    opacity: .8
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .controls .time {
    visibility: visible !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-sharp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: unset;
    padding: unset
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-sharp .open-answer-textarea {
    width: 100%;
    min-height: 60px;
    padding: 15px;
    field-sizing: content;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #cad5e2
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .picture {
    height: 60px;
    margin-right: 10px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-text {
    overflow: hidden
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback {
    padding: 15px;
    border-radius: 16px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers {
    padding-top: 4px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers {
        padding-top: 5px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers {
        padding-top: 6px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers .text-red {
    color: #ff595e
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box {
    width: 80%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box {
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box {
        width: 80%
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box .new-line {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-select,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-select {
    min-width: 50px;
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid #cad5e2
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input {
    min-width: 50px;
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid #62748e
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input .fill-tag,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input .fill-tag {
    margin-bottom: 4px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input.fill-blanks-wrong,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input.fill-blanks-wrong {
    pointer-events: none;
    border-bottom: 1px solid #fb2c36
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input.fill-blanks-wrong .fill-tag,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input.fill-blanks-wrong .fill-tag {
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important;
    color: #fb2c36
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input.fill-blanks-wrong:not(:has(.fill-tag)),
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input.fill-blanks-wrong:not(:has(.fill-tag)) {
    background-color: #fef2f2 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input.fill-blanks-right,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input.fill-blanks-right {
    pointer-events: none;
    border-bottom: 1px solid #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all .fill-tag-input.fill-blanks-right .fill-tag,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist .fill-tag-input.fill-blanks-right .fill-tag {
    background-color: #f0fdf4;
    border: 1px solid #00c951;
    color: #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all.style-show-answer .fill-tag-input,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist.style-show-answer .fill-tag-input {
    pointer-events: none;
    border-bottom: 1px solid #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all.style-show-answer .fill-tag-input .fill-tag,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist.style-show-answer .fill-tag-input .fill-tag {
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important;
    color: #00c951 !important;
    position: relative;
    padding-right: 18px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist-all.style-show-answer .fill-tag-input .fill-tag::before,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist.style-show-answer .fill-tag-input .fill-tag::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist.fill-tag-container {
    padding-bottom: 5px;
    border-bottom: 1px solid #cad5e2
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-assist:last-child {
    border-bottom: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box .fill-tag-input.active,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box .fill-tag-input.selected,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box .fill-tag-input:hover {
    color: inherit;
    border-radius: 0px;
    background: #f0f9ff;
    border-bottom: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box .fill-tag-input.filled .fill-tag {
    text-align: center;
    margin-bottom: 4px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8fafc;
    border: 1px solid #cad5e2;
    border-radius: 16px;
    padding: 12px 16px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist {
        padding: 8px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist {
        padding: 10px 14px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist {
        padding: 12px 16px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist .fill-input {
    padding-top: 3px;
    padding-right: 3px;
    gap: 4px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist .fill-input {
        gap: 5px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist .fill-input {
        gap: 6px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist .fill-input {
        gap: 8px
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist .fill-input>input {
    font-size: 16px;
    min-width: 50px;
    max-width: 100px;
    field-sizing: content;
    border: none;
    border-bottom: 1px solid #cad5e2;
    background-color: #f8fafc
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-outlined-bad .fill-input input {
    color: #fb2c36 !important;
    pointer-events: none;
    border-bottom: 1px solid #fb2c36 !important;
    background-color: #fef2f2 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-outlined-good {
    color: #00c951;
    background-color: #f0fdf4;
    border: 1px solid #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-outlined-good .fill-input input {
    color: #00c951;
    pointer-events: none;
    border-bottom: 1px solid #00c951;
    background-color: #f0fdf4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-show-answer {
    position: relative;
    background-color: #f8fafc !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-blanks-box.box-no-assist.style-show-answer .fill-input input {
    pointer-events: none;
    border-bottom: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-tag-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid #cad5e2;
    cursor: pointer;
    opacity: .7;
    padding: 8px 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-tag.selected,
.desktop-homework-container .homework-content .activity-content .activity-answer .fill-tag:hover {
    background: #f0f9ff;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .fill-tag.used {
    pointer-events: none;
    color: #e2e8f0;
    background: #e2e8f0;
    border: #e2e8f0
}

.desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #005ba0;
    box-shadow: 0px 3px 0px #005ba0
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order {
        padding: 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 0px #005ba0
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order {
        padding: 18px;
        border-radius: 24px;
        box-shadow: 0px 5px 0px #005ba0
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order {
        padding: 22px;
        border-radius: 28px;
        box-shadow: 0px 6px 0px #005ba0
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-bad {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 3px 0px #ff595e !important
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-bad {
        box-shadow: 0px 4px 0px #ff595e !important
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-bad {
        box-shadow: 0px 5px 0px #ff595e !important
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-bad {
        box-shadow: 0px 6px 0px #ff595e !important
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-good {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 3px 0px #06d6a0 !important
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-good {
        box-shadow: 0px 4px 0px #06d6a0 !important
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-good {
        box-shadow: 0px 5px 0px #06d6a0 !important
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-good {
        box-shadow: 0px 6px 0px #06d6a0 !important
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer.highlight-text-container {
    height: 100%
}

.desktop-homework-container .homework-content .activity-content .activity-answer.highlight-dash-container {
    height: 100%;
    overflow-y: auto;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer.highlight-true-container {
    height: 100%;
    overflow-y: auto;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.desktop-homework-container .homework-content .activity-content .activity-answer .dash-box {
    padding: 0px !important;
    overflow: hidden
}

.desktop-homework-container .homework-content .activity-content .activity-answer .dash-box .highlight-slash-item {
    padding: 0px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items {
    width: 80%;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    overflow: visible;
    z-index: 99;
    min-height: unset;
    box-shadow: none !important;
    border: none !important
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 500;
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items {
        font-size: 1.125rem;
        line-height: 26px;
        font-weight: 500;
        width: 80%
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items {
        font-size: 1.25rem;
        line-height: 28px;
        font-weight: 500
    }
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.slash-box.paragraph {
    overflow: visible
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.choose-box {
    overflow: visible
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph {
    gap: 4px;
    padding-top: 8px;
    line-height: 32px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .line-break {
    width: 100%;
    height: 1px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item {
    border-radius: 10px;
    border: none
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item .block-text-content {
    padding: 0 5px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-color: #62748e;
    text-decoration-color: #62748e;
    text-decoration-thickness: 12%;
    text-underline-offset: 25%;
    text-underline-position: from-font
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.highlight-text-selected {
    background-color: #f0f9ff !important;
    color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.highlight-text-selected .block-text-content {
    background-color: #f0f9ff !important;
    -webkit-text-decoration-color: #00a6f4;
    text-decoration-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.highlight-text-selected.highlight-text-selected-index {
    position: relative
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-outlined-bad .block-text-content {
    background-color: #fef2f2 !important;
    -webkit-text-decoration-color: #fb2c36;
    text-decoration-color: #fb2c36
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-outlined-good .block-text-content {
    background-color: #f0fdf4 !important;
    -webkit-text-decoration-color: #00c951;
    text-decoration-color: #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-show-answer {
    position: relative;
    background-color: #f0fdf4 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-show-answer .block-text-content {
    background-color: #f0fdf4 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.paragraph .paragraph-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 18px 18px;
    background-color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    min-height: 55px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item.row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options {
    padding-left: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 16px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options.options-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options.options-column .highlight-option-item {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options.paragraph {
    gap: 8px 4px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options.paragraph .line-break {
    width: 100%;
    height: 1px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #f1f5f9;
    padding: 4px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 100;
    line-height: 24px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.highlight-text-not-selected-answer {
    background-color: #ffe2e2 !important;
    color: #1d293d;
    border: 1px solid #ffe2e2
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.highlight-text-selected {
    background-color: #f0f9ff !important;
    color: #00a6f4;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.style-show-answer {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .highlight-option-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .block-dash {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    gap: 5px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .block-dash.border-selected {
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .block-dash.border-right {
    border: 1px solid #00c951
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-slash-item .highlight-slash-options .block-dash.border-wrong {
    border: 1px solid #fb2c36
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 16px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true.paragraph {
    gap: 5px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background-color: #f1f5f9;
    padding: 5px 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 100
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item.highlight-text-selected {
    background-color: #f0f9ff !important;
    color: #00a6f4;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item.style-show-answer {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-true-item .highlight-true .highlight-option-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .fill-blank-items {
    padding: 5px 3px;
    height: 28px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong {
    outline: none !important;
    border: 2px solid #ff595e !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong .highlight-text-selected .block-text-content {
    border: 1px solid #ff595e !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong .style-outlined-good .block-text-content {
    color: #fff;
    background-color: #06d6a0 !important;
    border: unset !important;
    padding: 0px 3px;
    border-radius: 3px
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-right {
    outline: none !important;
    border: 2px solid #06d6a0 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .style-outlined-good {
    outline: none !important;
    border: unset !important;
    box-shadow: unset !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .style-outlined-bad {
    outline: none !important;
    border: unset !important;
    box-shadow: unset !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-text-selected .block-text-content {
    padding: 0px 5px;
    border-radius: 3px;
    background-color: #a9def9 !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable {
    cursor: pointer;
    background-color: #e5e6e4;
    border-radius: unset !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable:first-child {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable:last-child {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-open {
    border-radius: unset !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    background-color: #e5e6e4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-close {
    border-radius: unset !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background-color: #e5e6e4
}

.desktop-homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-display {
    background-color: #e5e6e4
}

.desktop-homework-container .homework-content .activity-content .match-items-answer-container {
    height: 100%;
    gap: 10px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .match-items-answer-container {
        height: 90%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .match-items-answer-container {
        height: 95%
    }
}

.desktop-homework-container .homework-content .activity-content .match-items-container {
    gap: 10px;
    width: 80%
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .match-items-container {
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .match-items-container {
        width: 80%
    }
}

.desktop-homework-container .homework-content .activity-content .match-items-row {
    gap: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .match-items-row {
        gap: 5px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .match-items-row {
        gap: 8px
    }
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left,
.desktop-homework-container .homework-content .activity-content .match-items-container-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left.columns-2,
.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2 {
    box-sizing: border-box;
    transition: box-shadow .18s, background .18s, -webkit-transform .25s cubic-bezier(0.2, 0.2, 0.2, 1);
    transition: transform .25s cubic-bezier(0.2, 0.2, 0.2, 1), box-shadow .18s, background .18s;
    transition: transform .25s cubic-bezier(0.2, 0.2, 0.2, 1), box-shadow .18s, background .18s, -webkit-transform .25s cubic-bezier(0.2, 0.2, 0.2, 1)
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left .justify-start,
.desktop-homework-container .homework-content .activity-content .match-items-container-right .justify-start {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-height: 90px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left.columns-2.selected {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left.columns-2.selected .match-item {
    border: 1px solid #1e90ff
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left .match-item {
    height: 100%
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left .match-item div[data-uid=audiotext].image-text {
    width: calc(100% - 90px)
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left .match-item div[data-uid=audiotext].image-text .paragraph-plain-bold {
    text-align: center
}

.desktop-homework-container .homework-content .activity-content .match-items-container-left.matched {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

@-webkit-keyframes flash {
    0% {
        border-radius: 20px;
        box-shadow: 0 0 0 1px #ffe082
    }

    30% {
        border-radius: 20px;
        box-shadow: 0 0 0 3px #ffd74d
    }

    60% {
        border-radius: 20px;
        box-shadow: 0 0 0 1px #ffe082
    }

    100% {
        border-radius: 20px;
        box-shadow: none
    }
}

@keyframes flash {
    0% {
        border-radius: 20px;
        box-shadow: 0 0 0 1px #ffe082
    }

    30% {
        border-radius: 20px;
        box-shadow: 0 0 0 3px #ffd74d
    }

    60% {
        border-radius: 20px;
        box-shadow: 0 0 0 1px #ffe082
    }

    100% {
        border-radius: 20px;
        box-shadow: none
    }
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2.dragging {
    opacity: .5;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    box-sizing: border-box
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2.hover {
    border-radius: 20px
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2.selected {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    border: 1px solid #1e90ff;
    border-radius: 20px
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2.flash {
    -webkit-animation: flash 480ms ease-in-out;
    animation: flash 480ms ease-in-out
}

.desktop-homework-container .homework-content .activity-content .match-items-container-right.columns-2:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.desktop-homework-container .homework-content .activity-content .match-item-guide {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 10px
}

.desktop-homework-container .homework-content .activity-content .match-item-guide .match-item-guide-text {
    color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    border: 2px dashed #cad5e2;
    border-radius: 25px;
    background-color: #f8fafc;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 5px;
    text-align: center;
    min-height: 112px;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.text-long {
    min-height: 84px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.text-image {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media(width: 768px)and (height: 1024px)and (orientation: portrait) {
    .desktop-homework-container .homework-content .activity-content .match-items-container-middle.text-image {
        min-height: 140px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.selected {
    border-color: #00a6f4;
    background-color: #f0f9ff
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.matched {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.style-outlined-bad {
    border: 2px dashed #fb2c36 !important;
    background-color: #ffe2e2 !important;
    pointer-events: none
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.style-outlined-good {
    border: 2px dashed #00c951 !important;
    background-color: #dcfce7 !important;
    pointer-events: none
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.style-show-answer {
    position: relative;
    background-color: #fff !important;
    border: 2px dashed #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .match-items-container-middle.hover {
    border-color: #1e90ff;
    background: #e8f3ff
}

.desktop-homework-container .homework-content .activity-content .match-item {
    max-width: unset;
    width: unset;
    min-height: 98px;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid #cad5e2;
    background-color: #fff;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    gap: 5px
}

.desktop-homework-container .homework-content .activity-content .match-item.text-long {
    min-height: 70px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .match-item.text-long .match-item-img {
    display: none
}

.desktop-homework-container .homework-content .activity-content .match-item.text-image {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media(width: 768px)and (height: 1024px)and (orientation: portrait) {
    .desktop-homework-container .homework-content .activity-content .match-item.text-image {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.desktop-homework-container .homework-content .activity-content .match-item.selected {
    border-color: #00a6f4;
    background-color: #f0f9ff
}

.desktop-homework-container .homework-content .activity-content .match-item .match-item-img {
    padding-right: 5px
}

.desktop-homework-container .homework-content .activity-content .match-item .match-item-img img {
    height: 80px
}

.desktop-homework-container .homework-content .activity-content .match-item.match-items-selected {
    background-color: #f0f9ff !important;
    color: #00a6f4;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .match-item.match-items-selected .paragraph-plain-bold {
    color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .match-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .match-item.style-outlined-bad .paragraph-plain-bold {
    color: #fb2c36
}

.desktop-homework-container .homework-content .activity-content .match-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .match-item.style-outlined-good .paragraph-plain-bold {
    color: #00c951
}

.desktop-homework-container .homework-content .activity-content .match-item.style-show-answer {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .match-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.desktop-homework-container .homework-content .activity-content .match-item .paragraph-plain-bold {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 500;
    text-align: start;
    color: #62748e
}

.desktop-homework-container .homework-content .activity-content .order-item-container {
    gap: 10px;
    height: auto;
    overflow: hidden
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items {
    gap: 25px;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-items {
        width: 95%;
        min-height: 36px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-items {
        width: 100%;
        min-height: 40px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-items {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item {
    position: relative;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0px 0px 1px 7px #e2e8f0;
    background-color: #fff
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.hover {
    background-color: #fff !important;
    box-shadow: 0px 0px 1px 7px #dff2fe
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.hover .badge {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.empty {
    background-color: #e2e8f0;
    border: none
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-text,
.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-audio {
    height: 60px;
    min-width: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-png {
    height: 96px;
    width: 96px
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-text-long {
    min-height: 60px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item .order-item-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item img {
    height: 80px;
    background-color: inherit
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item .badge {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 20px;
    height: 20px;
    background: #8fa3b7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-item-selected {
    background-color: #dff2fe !important;
    color: #00a6f4;
    box-shadow: 0px 0px 1px 7px #dff2fe
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.order-item-selected .badge {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important;
    box-shadow: 0px 0px 1px 7px #ffc9c9
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-outlined-bad .badge {
    background-color: #fb2c36
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important;
    box-shadow: 0px 0px 1px 7px #b9f8cf
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-outlined-good .badge {
    background-color: #00c951
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-show-answer {
    position: relative;
    background-color: #f8fafc !important;
    border: 1px solid #00c951 !important;
    box-shadow: 0px 0px 1px 7px #e2e8f0
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-show-answer .badge {
    background-color: #8fa3b7
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-items .order-item.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers {
    gap: 10px;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers {
        min-height: 36px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers {
        min-height: 40px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item {
    position: relative;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #cad5e2
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.hover {
    background-color: #fff !important;
    box-shadow: 0px 0px 1px 7px #dff2fe
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.hover .badge {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-text,
.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-audio {
    height: 60px;
    min-width: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-png {
    height: 96px;
    width: 96px
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-text-long {
    min-height: 60px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.empty {
    background-color: #e2e8f0;
    border: none
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item .order-item-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item img {
    height: 80px;
    background-color: inherit
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-item-selected {
    background-color: #dff2fe !important;
    color: #00a6f4;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.order-item-selected .badge {
    background-color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important
}

.desktop-homework-container .homework-content .activity-content .order-item-container .order-item-answers .order-item.style-show-answer {
    position: relative;
    background-color: #f8fafc !important;
    border: 1px solid #00c951 !important;
    box-shadow: 0px 0px 1px 7px #e2e8f0
}

.desktop-homework-container .homework-content .activity-content .identify-items-img {
    width: 480px;
    height: 558px;
    margin: auto
}

.desktop-homework-container .homework-content .activity-content .identify-items-img img {
    width: 480px;
    height: 558px;
    cursor: url(../../../resources/images/identify-item-cursor.svg) 16 16, crosshair !important
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square {
    background-color: unset;
    border: unset;
    box-shadow: unset;
    border-radius: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square.icon-right-top-mobile {
    background-color: rgba(5, 223, 114, .2392156863);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #00c951
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square.icon-right-top-mobile .area-square-text {
    display: block
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square.area-square-show-answer {
    display: block;
    background-color: rgba(5, 223, 114, .2392156863);
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 2px #00c951
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square.area-square-show-answer::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square.area-square-show-answer .area-square-text {
    display: block
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .area-square .area-square-text {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    padding: 0px 5px;
    border-radius: 16px;
    border: 1px solid #00c951;
    min-width: 48px;
    text-align: center;
    white-space: nowrap
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .circle-accented {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #000;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    cursor: url(../../../resources/images/identify-item-cursor.svg) 16 16, crosshair !important;
    background-image: url(../../../resources/images/homework/circle-accented.png)
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .circle-accented.circle-accented-right {
    display: none
}

.desktop-homework-container .homework-content .activity-content .identify-items-img .circle-accented.circle-accented-wrong {
    background-image: url(../../../resources/images/homework/circle-accented-wrong.png)
}

.desktop-homework-container .homework-content .activity-content .classify-container {
    min-height: 192px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 16px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .classify-container {
        width: 95%
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .classify-container {
        width: 80%
    }
}

.desktop-homework-container .homework-content .activity-content .classify-container .subtitle-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-content .classify-container .subtitle-container {
        min-height: 36px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-content .classify-container .subtitle-container {
        min-height: 40px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-content .classify-container .subtitle-container {
        min-height: 44px
    }
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-right {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-separator {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00a6f4
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-separator .classify-separator-content {
    font-size: 15px
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    gap: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 4px 14px;
    color: #62748e;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 500;
    border: 1px solid #f1f5f9;
    background-color: #f1f5f9
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li span {
    font-weight: 500
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected {
    border: 1px solid #00a6f4;
    background-color: #00a6f4;
    color: #fff;
    opacity: 1 !important
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected .badge {
    background: #0069a8
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-show-answer {
    color: #fff !important;
    background-color: #05df72;
    outline: none;
    border: 1px solid #05df72
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-show-answer .badge {
    background: #00a63e
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-outlined-bad {
    color: #fff !important;
    background-color: #ff6467;
    outline: none;
    border: 1px solid #ff6467
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-outlined-bad .badge {
    background: #c10007
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-outlined-good {
    color: #fff !important;
    background-color: #05df72;
    outline: none;
    border: 1px solid #05df72
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.selected.style-outlined-good .badge {
    background: #00a63e
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.style-outlined-bad {
    color: #ff6467 !important;
    background-color: #fef2f2;
    outline: none;
    border: 1px solid #fef2f2
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.style-outlined-bad .badge {
    background: #ffa2a2
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.style-outlined-good {
    color: #05df72 !important;
    background-color: #dcfce7;
    outline: none;
    border: 1px solid #dcfce7
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li.style-outlined-good .badge {
    background: #7bf1a8
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-nav li .badge {
    width: 20px;
    height: 20px;
    background: #8fa3b7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-left .classify-category-content {
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid #00a6f4;
    background-color: #f0f9ff;
    padding: 0;
    margin: 5px 0px;
    width: 100%
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box .paragraph-plain-bold {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    color: #1d293d;
    font-weight: 400
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box .classify-content {
    background-color: unset;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box.style-outlined-bad {
    color: #fb2c36 !important;
    background-color: #fef2f2 !important;
    border: 1px solid #fb2c36 !important;
    outline: none
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box.style-outlined-good {
    color: #00c951 !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #00c951 !important;
    outline: none
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box.style-show-answer {
    position: relative;
    overflow-x: visible;
    background-color: #f8fafc !important;
    border: 1px solid #00c951 !important;
    width: calc(100% - 5px)
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-items-box.style-show-answer::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../../resources/images/icons/circle-check.png);
    background-size: 20px 20px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-item {
    z-index: 99;
    min-width: 48px;
    width: unset;
    border-radius: 12px;
    border: 1px solid #cad5e2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    background-color: #fff;
    gap: 4px
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-item .unasign-btn {
    display: none
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-item .unasign-btn.assigned {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-item .sharp-img {
    height: 80px
}

.desktop-homework-container .homework-content .activity-content .classify-container .classify-item .paragraph-plain-bold {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    color: #1d293d;
    font-weight: 400
}

.desktop-homework-container .homework-content .activity-content .speech-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    border-radius: 16px;
    border: 1px solid #cad5e2;
    padding: 12px;
    gap: 8px
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-left .image {
    pointer-events: none
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .speech-text {
    text-align: center;
    color: #62748e
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .speak-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #00a6f4;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .speak-container .fa-microphone {
    font-size: 24px
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .speak-container:focus {
    background-color: #f0f9ff;
    border: 1px solid #00a6f4
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .progress-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desktop-homework-container .homework-content .activity-content .speech-item .speech-item-right .progress-dots .progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00a6f4
}

.desktop-homework-container .homework-content .activity-none {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-homework-container .homework-content .activity-none .text {
    font-size: 1.4rem;
    font-weight: 550;
    color: #ababab;
    padding-top: 15px
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .activity-none .text {
        font-size: 1.8rem;
        padding-top: 20px
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-none .text {
        font-size: 2.2rem;
        padding-top: 25px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-none .text {
        font-size: 2.5rem;
        padding-top: 30px
    }
}

.desktop-homework-container .homework-content .activity-none .text-tablet {
    font-size: 2rem;
    font-weight: 550;
    color: #ababab;
    padding-top: 20px
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .activity-none .text-tablet {
        font-size: 2.5rem;
        padding-top: 25px
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .activity-none .text-tablet {
        font-size: 3rem;
        padding-top: 30px
    }
}

.desktop-homework-container .homework-content .icon-wrong::before {
    font-size: 16px !important;
    color: #ff595e !important
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .icon-wrong::before {
        font-size: 18px !important
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .icon-wrong::before {
        font-size: 20px !important
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .icon-wrong::before {
        font-size: 24px !important
    }
}

.desktop-homework-container .homework-content .icon-right::before {
    font-size: 16px !important;
    color: #06d6a0 !important
}

@media(min-width: 350px) {
    .desktop-homework-container .homework-content .icon-right::before {
        font-size: 18px !important
    }
}

@media(min-width: 768px) {
    .desktop-homework-container .homework-content .icon-right::before {
        font-size: 20px !important
    }
}

@media(min-width: 1280px) {
    .desktop-homework-container .homework-content .icon-right::before {
        font-size: 24px !important
    }
}

.desktop-homework-container .bg-white {
    background-color: #fff !important
}

.desktop-homework-container .bg-white .modal-body {
    background-color: #fff !important;
    padding-bottom: unset !important;
    height: 100% !important
}

.desktop-homework-container .d-none {
    display: none !important
}

.desktop-homework-container .d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.desktop-homework-container .justify-space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.desktop-homework-container .flex-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.desktop-homework-container .justify-flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.desktop-homework-container .image-bottom {
    width: 100%;
    max-height: 150px
}

.desktop-homework-container .style-container-blurred-light {
    background-color: #f6f8ff;
    border-radius: 20px;
    border: 1px dashed #0056c2
}

.popup-message {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7019607843)
}

.popup-message .popup-image {
    height: 90%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px
}

.popup-message .popup-image img {
    width: 100%;
    max-width: 100%;
    -webkit-user-drag: none
}

.popup-message .close-image-container {
    width: 54px
}

.popup-message .close-image-container .close-image {
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: .5;
    position: fixed;
    top: 5%
}

.popup-message .close-image-container .close-image:hover {
    opacity: 1
}

.homework-desktop-popup {
    width: 100%;
    height: 100%
}

.drag-clone {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #cad5e2;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    opacity: .8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.drag-clone.order-text,
.drag-clone.order-audio {
    height: 60px;
    min-width: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.drag-clone.order-item {
    min-width: 48px;
    width: unset;
    border-radius: 12px;
    border: 1px solid #cad5e2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    background-color: #fff;
    gap: 4px
}

@supports not (gap: 1px) {

    .homework-content.activity-content .table-result-header,
    .homework-content.activity-content .activity-answer,
    .homework-content.activity-content .match-items-answer-container,
    .homework-content.activity-content .match-items-container,
    .homework-content.activity-content .order-item-container,
    .homework-content.activity-content .classify-container,
    .homework-content.activity-content .classify-right,
    .homework-content.activity-content .classify-left,
    .homework-content.activity-content .highlight-slash-item {
        margin-top: -10px
    }

    .homework-content.activity-content .table-result-header>*,
    .homework-content.activity-content .activity-answer>*,
    .homework-content.activity-content .match-items-answer-container>*,
    .homework-content.activity-content .match-items-container>*,
    .homework-content.activity-content .order-item-container>*,
    .homework-content.activity-content .classify-container>*,
    .homework-content.activity-content .classify-right>*,
    .homework-content.activity-content .classify-left>*,
    .homework-content.activity-content .highlight-slash-item>* {
        margin-top: 10px
    }

    .homework-content.activity-content .match-items-row>*,
    .homework-content.activity-content .match-items-container-left>*,
    .homework-content.activity-content .match-items-container-right>*,
    .homework-content.activity-content .fill-tag-container>* {
        margin: 5px 10px
    }

    .homework-content.activity-content .match-items-container-right {
        margin: -5px !important
    }

    .homework-content.activity-content .identify-items-img {
        margin: 10px auto !important
    }

    .homework-content.activity-content .classify-item,
    .homework-content.activity-content .highlight-true {
        margin: 10px !important
    }

    .homework-content.activity-content .highlight-items.slash-box {
        margin-top: 20px !important
    }

    .homework-content.activity-content .multiple-choice-answer-container,
    .homework-content.activity-content .order-items,
    .homework-content.activity-content .order-item-answers,
    .homework-content.activity-content .classify-right,
    .homework-content.activity-content .table-result-footer {
        margin: 0 -10px
    }

    .homework-content.activity-content .multiple-choice-answer-container>*,
    .homework-content.activity-content .order-items>*,
    .homework-content.activity-content .order-item-answers>*,
    .homework-content.activity-content .classify-right>*,
    .homework-content.activity-content .table-result-footer>* {
        margin: 0 10px
    }

    .homework-content.activity-content .order-item {
        margin: 10px
    }

    .homework-content.activity-content .classify-category-nav,
    .homework-content.activity-content .highlight-slash-options {
        margin: 0 -5px
    }

    .homework-content.activity-content .classify-category-nav>*,
    .homework-content.activity-content .highlight-slash-options>* {
        margin: 0 5px
    }

    .homework-content.activity-content .highlight-slash-options .paragraph {
        margin: 3px !important
    }

    .homework-content.activity-content .paragraph-item {
        margin: 3px !important
    }

    .homework-content.activity-content .highlight-slash-options.highlight-option-item {
        margin: 5px !important
    }

    .review-button-group {
        margin: 0 -10px
    }

    .review-button-group>* {
        margin: 0 10px
    }
}

.homework-container ::-webkit-scrollbar-track {
    background: #e7e7e7;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px
}

.homework-container ::-webkit-scrollbar-thumb {
    background: #ff7000;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer !important
}

.homework-container ::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.homework-container ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
}

.homework-container ::-webkit-scrollbar {
    width: 8.5px;
    height: 8.5px;
    cursor: pointer !important
}

.homework-container .modal-body {
    height: 100%;
    padding-bottom: unset
}

.homework-container .modal-body .activity-column {
    width: 100%;
    height: 100%;
    padding-bottom: unset
}

.homework-container .navbar-control {
    width: 100%;
    padding: 0px 10px
}

.homework-container .navbar-control .navbar-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 16px 0px
}

.homework-container .navbar-control .navbar-container .group-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.homework-container .navbar-control .navbar-container .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "Baloo 2", sans-serif !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding: 0px 14px;
    border-radius: 30px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn {
        min-width: 135px;
        height: 60px
    }
}

.homework-container .navbar-control .navbar-container .btn:hover {
    opacity: .8
}

.homework-container .navbar-control .navbar-container .btn-result {
    width: 40px;
    background-color: rgba(43, 19, 20, .8)
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-result {
        min-width: 60px;
        height: 60px
    }
}

.homework-container .navbar-control .navbar-container .btn-result img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-result img {
        width: 30px;
        height: 30px
    }
}

.homework-container .navbar-control .navbar-container .btn-result:disabled {
    background-color: rgba(123, 223, 242, .8)
}

.homework-container .navbar-control .navbar-container .btn-score {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 800;
    min-width: 110px;
    padding: 0px 14px;
    color: #004e89;
    background-color: #e7e7e7;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-score {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 700;
        width: 220px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }
}

.homework-container .navbar-control .navbar-container .btn-reset {
    width: 80px;
    background-color: #ff7043
}

.homework-container .navbar-control .navbar-container .btn-reset img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-reset img {
        width: 26px;
        height: 26px
    }
}

.homework-container .navbar-control .navbar-container .btn-reset:disabled {
    background-color: #ababab
}

.homework-container .navbar-control .navbar-container .btn-submit {
    width: 80px;
    background-color: #06d6a0
}

.homework-container .navbar-control .navbar-container .btn-submit img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-submit img {
        width: 26px;
        height: 26px
    }
}

.homework-container .navbar-control .navbar-container .btn-next {
    width: 80px;
    background-color: #00bbf9
}

.homework-container .navbar-control .navbar-container .btn-next img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-next img {
        width: 26px;
        height: 26px
    }
}

.homework-container .navbar-control .navbar-container .btn-start {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    background-color: #00bbf9;
    color: #fff
}

.homework-container .navbar-control .navbar-container .btn-start img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-start img {
        width: 26px;
        height: 26px;
        margin-right: 10px
    }
}

.homework-container .navbar-control .navbar-container .btn-start span {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 700
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .navbar-control .navbar-container .btn-start span {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 700
    }
}

.homework-container .paging {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 10px 16px 10px;
    border-radius: 20px;
    font-weight: 700
}

.homework-container .paging .activity-tasks {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 6px;
    height: 50px;
    overflow: auto;
    padding-left: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .paging .activity-tasks {
        height: 60px
    }
}

.homework-container .paging .activity-tasks .nav-item {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 700;
    color: #004e89;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Baloo 2";
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0px #004e89;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .paging .activity-tasks .nav-item {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        color: #004e89;
        width: 40px;
        height: 40px;
        -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, .2509803922)
    }
}

.homework-container .paging .activity-tasks .active-task-bg {
    background-color: #7bdff2
}

.homework-container .paging .tasks-total {
    font-family: "Baloo 2";
    height: 50px;
    width: 15%;
    color: #fff;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    background-color: #004e89;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .paging .tasks-total {
        height: 60px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px
    }
}

.homework-container .paging .tasks-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #00bbf9;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .paging .tasks-list {
        height: 60px;
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px
    }
}

.homework-container .split-line {
    width: 100%;
    height: 6px;
    background-color: #0056c2
}

.homework-container .table-result {
    font-size: .875rem;
    line-height: 22px;
    font-weight: 700;
    font-family: "Baloo 2";
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0px 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .table-result {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        width: 80%;
        margin-top: 40px
    }
}

.homework-container .table-result .table-result-mobile {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    border-collapse: collapse;
    color: #004e89;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.homework-container .table-result .table-result-mobile .table-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "Baloo 2";
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #004eaf;
    height: 10%;
    max-height: 60px;
    border: 2px solid #004eaf;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 0px 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .table-result .table-result-mobile .table-header {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        max-height: 80px
    }
}

.homework-container .table-result .table-result-mobile .table-body {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 80%;
    overflow: auto;
    border: 2px solid #004eaf;
    border-bottom: none
}

.homework-container .table-result .table-result-mobile .table-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 10%
}

.homework-container .table-result .table-result-mobile .completed-bg {
    background-color: #a9def9
}

.homework-container .table-result .table-result-mobile .total-row {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Baloo 2";
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #ffee93;
    height: 100%;
    width: 100%;
    max-height: 60px;
    gap: 10px;
    border: 2px solid #004eaf;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .table-result .table-result-mobile .total-row {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        color: #333
    }
}

.homework-container .table-result .table-result-mobile .total-row .total-score {
    color: #f94144
}

.homework-container .table-result .table-result-mobile .table-result-mobile-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #004eaf;
    cursor: pointer;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 20px;
    height: 60px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .table-result .table-result-mobile .table-result-mobile-row {
        height: 80px;
        padding: 16px 20px
    }
}

.homework-container .table-result .table-result-mobile .table-result-mobile-row:last-child {
    border-bottom: none
}

.homework-container .table-result .table-result-mobile .table-result-mobile-cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.34%
}

.homework-container .table-result .table-result-mobile .table-result-mobile-cell .nav-item {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 700;
    color: #004e89;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Baloo 2";
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 32px;
    height: 32px;
    gap: 10px;
    border-radius: 50%;
    border: 1px solid #004eaf;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2509803922);
    place-self: center
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .table-result .table-result-mobile .table-result-mobile-cell .nav-item {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        color: #004e89;
        box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, .2509803922)
    }
}

.homework-container .homework-content {
    background-image: url("../../resources/images/mobile/homework/bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto
}

.homework-container .homework-content .homework-topic {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 600;
    color: #004e89;
    font-family: "Baloo 2"
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .homework-content .homework-topic {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 600;
        color: #004e89
    }
}

.homework-container .homework-content .activity-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 10px
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .homework-content .activity-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.homework-container .homework-content .activity-content .match-item-container-left,
.homework-container .homework-content .activity-content .match-item-container-right {
    height: calc(100% + 50px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.homework-container .homework-content .activity-content .question-standard-block {
    margin: 20px 10px 30px 10px;
    border-radius: 25px;
    border: 1px solid #005ba0
}

.homework-container .homework-content .activity-content .question-standard-block .homework-audio {
    padding: 0px 20px
}

.homework-container .homework-content .activity-content .question-standard-block .homework-audio audio {
    width: 100%;
    height: 45px
}

.homework-container .homework-content .activity-content .question-standard-block .homework-topic {
    padding: 15px
}

.homework-container .homework-content .activity-content .question-standard-block .question-block img,
.homework-container .homework-content .activity-content .question-standard-block .question-block iframe {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #fff
}

.homework-container .homework-content .activity-content .question-standard-block .question-block .question-picture {
    pointer-events: none
}

.homework-container .homework-content .activity-content .bottom-sheet-cutbody,
.homework-container .homework-content .activity-content .bottom-sheet-body {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homework-container .homework-content .activity-content .identify-items-img {
    padding: 0px 10px;
    margin: auto
}

.homework-container .homework-content .activity-content .activity-answer {
    gap: 20px;
    padding: 10px
}

.homework-container .homework-content .activity-content .activity-answer .highlight-text-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Baloo 2";
    min-height: 65px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0;
    z-index: 99
}

.homework-container .homework-content .activity-content .activity-answer .highlight-text-item img {
    pointer-events: none
}

.homework-container .homework-content .activity-content .activity-answer .style-outlined-accented-hw {
    background: #a9def9 !important;
    box-shadow: 0px 4px 0px #005ba0 !important
}

.homework-container .homework-content .activity-content .activity-answer .style-outlined-bad {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 4px 0px #ff595e !important
}

.homework-container .homework-content .activity-content .activity-answer .style-outlined-good {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 4px 0px #06d6a0 !important
}

.homework-container .homework-content .activity-content .activity-answer .mobile-items-standard {
    min-height: unset
}

@media screen and (min-width: 640px)and (max-width: 1025px)and (orientation: portrait) {
    .homework-container .homework-content .activity-content .activity-answer .mobile-items-standard .paragraph-plain-bold {
        font-size: 1.5rem;
        line-height: 32px;
        font-weight: 500;
        color: #333;
        font-family: "Baloo 2"
    }
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0;
    z-index: 99
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-sharp {
    padding: unset
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-sharp .open-answer-textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border-radius: 10px;
    background: #eff7f6
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-text {
    overflow: hidden
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border-radius: 10px;
    background: #eff7f6
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .icon-correct,
.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .icon-incorrect {
    padding: 5px 5px 0px 0px
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers {
    padding-top: 5px
}

.homework-container .homework-content .activity-content .activity-answer .open-answer-items .open-answer-feedback .valid-answers .text-red {
    color: #ff595e
}

.homework-container .homework-content .activity-content .activity-answer .fill-blanks-box {
    font-family: "Baloo 2";
    background-color: #fff;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    min-height: 128px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 2px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.homework-container .homework-content .activity-content .activity-answer .fill-input {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #050505;
    background-color: #eff7f6;
    border: 1px solid #eff7f6;
    border-radius: 10px;
    background-clip: border-box;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    position: relative
}

.homework-container .homework-content .activity-content .activity-answer .fill-input>input {
    border: none;
    background-color: #eff7f6
}

.homework-container .homework-content .activity-content .activity-answer .fill-blanks-right {
    padding-left: 28px
}

.homework-container .homework-content .activity-content .activity-answer .fill-blanks-right::before {
    content: "";
    position: absolute;
    left: 10px;
    background-image: url("../../resources/images/icons/fill-right.png");
    background-size: 16px 14px;
    height: 14px;
    width: 16px
}

.homework-container .homework-content .activity-content .activity-answer .fill-blanks-wrong {
    padding-left: 26px
}

.homework-container .homework-content .activity-content .activity-answer .fill-blanks-wrong::before {
    content: "";
    position: absolute;
    left: 10px;
    background-image: url("../../resources/images/icons/fill-wrong.png");
    background-size: 14px;
    height: 14px;
    width: 14px
}

.homework-container .homework-content .activity-content .activity-answer .match-item-order {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0
}

.homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-bad {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 4px 0px #ff595e !important
}

.homework-container .homework-content .activity-content .activity-answer .match-item-order .style-outlined-good {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 4px 0px #06d6a0 !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    font-family: "Baloo 2";
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0 !important;
    z-index: 99
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .fill-blank-items {
    padding: 5px 3px;
    height: 28px
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 4px 0px #ff595e !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong .highlight-text-selected .block-text-content {
    border: 1px solid #ff595e !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-wrong .style-outlined-good .block-text-content {
    color: #fff;
    background-color: #06d6a0 !important;
    border: unset !important;
    padding: 0px 3px;
    border-radius: 3px
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items.icon-right {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 4px 0px #06d6a0 !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .style-outlined-good {
    outline: none !important;
    border: unset !important;
    box-shadow: unset !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .style-outlined-bad {
    outline: none !important;
    border: unset !important;
    box-shadow: unset !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .highlight-text-selected .block-text-content {
    padding: 0px 5px;
    border-radius: 3px;
    background-color: #a9def9 !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable {
    cursor: pointer;
    background-color: #e5e6e4;
    border-radius: unset !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable:first-child {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-clickable:last-child {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-open {
    border-radius: unset !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    background-color: #e5e6e4
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-close {
    border-radius: unset !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background-color: #e5e6e4
}

.homework-container .homework-content .activity-content .activity-answer .highlight-items .hightlight-text-display {
    background-color: #e5e6e4
}

.homework-container .homework-content .activity-content .match-item-container-left {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 60%
}

.homework-container .homework-content .activity-content .match-item-container-left .item-magnetic-topic {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.homework-container .homework-content .activity-content .match-item-container-left .item-magnetic-topic .match-topic {
    width: 70%;
    margin-right: 1.2rem;
    background-color: #eff7f6;
    border: unset
}

.homework-container .homework-content .activity-content .match-item-container-left .item-magnetic-topic .match-topic img {
    height: 50px
}

.homework-container .homework-content .activity-content .match-item-container-left .item-magnetic-topic .match-item-icon {
    pointer-events: none
}

.homework-container .homework-content .activity-content .match-item-container-right {
    padding: 10px;
    width: 40%;
    z-index: 99
}

.homework-container .homework-content .activity-content .match-item-container-right .item-magnetic {
    width: 100%
}

.homework-container .homework-content .activity-content .match-item {
    max-width: unset;
    min-width: unset;
    min-height: 80px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0 !important;
    background-color: #fff;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homework-container .homework-content .activity-content .match-item .match-item-img {
    padding-right: 5px
}

.homework-container .homework-content .activity-content .match-item .match-item-img img {
    height: 50px
}

.homework-container .homework-content .activity-content .match-item.icon-wrong {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 4px 0px #ff595e !important
}

.homework-container .homework-content .activity-content .match-item.icon-right {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 4px 0px #06d6a0 !important
}

.homework-container .homework-content .activity-content .match-item .paragraph-plain-bold {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    font-family: "Baloo 2"
}

.homework-container .homework-content .activity-content .area-square {
    border: 3px solid;
    border-radius: 8px
}

.homework-container .homework-content .activity-content .icon-right-top-mobile {
    border-color: #06d6a0
}

.homework-container .homework-content .activity-content .icon-right-top-mobile::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    position: absolute;
    font-size: 24px;
    background-color: #fff;
    font-weight: bold;
    top: 2px;
    right: 2px;
    font-weight: bold;
    border-radius: 50%;
    color: #06d6a0
}

.homework-container .homework-content .activity-content .icon-right-top-top-mobile {
    border-color: #06d6a0
}

.homework-container .homework-content .activity-content .icon-right-top-top-mobile::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    position: absolute;
    font-size: 24px;
    background-color: #fff;
    font-weight: bold;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-weight: bold;
    border-radius: 50%;
    color: #06d6a0
}

.homework-container .homework-content .activity-content .icon-wrong-top-mobile {
    border-color: #ff595e
}

.homework-container .homework-content .activity-content .icon-wrong-top-mobile::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 24px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 50%;
    color: #ff4f4f
}

.homework-container .homework-content .activity-content .icon-wrong-top-top-mobile {
    border-color: #ff595e
}

.homework-container .homework-content .activity-content .icon-wrong-top-top-mobile::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 50%;
    color: #ff4f4f
}

.homework-container .homework-content .activity-content .classify-right {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    padding: 10px
}

.homework-container .homework-content .activity-content .classify-left {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homework-container .homework-content .activity-content .classify-items-box {
    width: 225px;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0 !important
}

.homework-container .homework-content .activity-content .classify-items-box .classify-content {
    background-color: #eff7f6
}

.homework-container .homework-content .activity-content .classify-items-sharp {
    z-index: 99;
    border-radius: 20px;
    border: 1px solid #005ba0;
    box-shadow: 0px 4px 0px #005ba0 !important
}

.homework-container .homework-content .activity-content .classify-items-sharp.style-outlined-bad {
    outline: none !important;
    border: 2px solid #ff595e !important;
    box-shadow: 0px 4px 0px #ff595e !important
}

.homework-container .homework-content .activity-content .classify-items-sharp.style-outlined-good {
    outline: none !important;
    border: 2px solid #06d6a0 !important;
    box-shadow: 0px 4px 0px #06d6a0 !important
}

.homework-container .homework-content .activity-none {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.homework-container .homework-content .activity-none .text {
    font-size: 1.8rem;
    font-weight: 550;
    color: #ababab;
    padding-top: 20px
}

.homework-container .homework-content .activity-none .text-tablet {
    font-size: 2.5rem;
    font-weight: 550;
    color: #ababab;
    padding-top: 20px
}

.homework-container .homework-content .icon-wrong::before {
    font-size: 18px !important;
    color: #ff595e !important
}

.homework-container .homework-content .icon-right::before {
    font-size: 18px !important;
    color: #06d6a0 !important
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {
    .homework-container .homework-content .icon-right::before {
        font-size: 24px !important
    }
}

.homework-container .bg-white {
    background-color: #fff !important
}

.homework-container .bg-white .modal-body {
    background-color: #fff !important;
    padding-bottom: unset !important;
    height: 100% !important
}

.homework-container .d-none {
    display: none !important
}

.homework-container .d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.homework-container .justify-space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.homework-container .flex-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.homework-container .justify-flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.homework-container .image-bottom {
    width: 100%;
    max-height: 150px
}

.homework-container .tablet-view .navbar-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homework-container .tablet-view .paging {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0px
}

.homework-container .tablet-view .paging .task-container {
    width: 100%
}

.homework-container .tablet-view .homework-content {
    width: 100%;
    height: 100%;
    background-color: #f6f8ff;
    overflow: hidden !important
}

.homework-container .tablet-view .homework-content .activity-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
    width: 100%;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-justify-content: unset !important;
    -ms-flex-pack: unset !important;
    justify-content: unset !important
}

.homework-container .tablet-view .homework-content .activity-content .question-standard-block {
    margin: 10px 0px !important;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.homework-container .tablet-view .homework-content .activity-content .bottom-sheet-cutbody,
.homework-container .tablet-view .homework-content .activity-content .bottom-sheet-body {
    width: 50%;
    height: inherit
}

.homework-container .tablet-view .homework-content .activity-content .bottom-sheet-cutbody .identify-items-img,
.homework-container .tablet-view .homework-content .activity-content .bottom-sheet-cutbody .order-items-block,
.homework-container .tablet-view .homework-content .activity-content .bottom-sheet-cutbody .classify-column {
    padding: 10px 0px !important
}

.homework-container .style-container-blurred-light {
    background-color: #f6f8ff;
    border-radius: 20px;
    border: 1px dashed #0056c2
}