
.content-wrapper {
    padding-bottom: 50px!important;
}
.user-panel .admin {
    background-color: #ff7979;
}
.user-panel .image span {
    color: #fff;
    font-weight: 600;
    width: 40px;
    display: block;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    font-size: 18px;
}
.btn-group {
    cursor: pointer;
}
.course-item {
    border-bottom: 1px solid #f0f0f5;
    padding: 0;
    box-shadow: none;

}
.table-courses .table td, .table-courses .table th {
    vertical-align: middle;
}
.mb-10-p {
    margin-bottom: 10%;
}
.lesson-viewer-book {
    width: 84px;
    height: 84px;
}
.button-course-info {
    height: 22px;
    width: 22px;
}
.course-title-section {
    font-size: 20px;
    font-weight: 600;
    margin-top: 38px;
}
.course-title {
    font-size: 20px;
    font-weight: 400;
}
.section-course-image img {
    width: 100px;
    border-radius: 15px;
}
.course-image img {
    width: 100%;
}
.status {
    background-color: #edfff6;
    color: #16d977;
    font-weight: normal;
    font-size: 14px;
    border-radius: 12px;
    height: 20px;
    width: 46px !important;
}
.cursor-pt {
    cursor: pointer;
}
.go-back {
    width: 40px!important;
    height: 40px;
}
.status.active i {
    color: #2ed573;
}
.off {
    opacity: 0.25;
}
.off:hover {
    opacity: 1;
}
.round-number {
    width: 28px;
    display: flex;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-top: -8px;
    margin-bottom: -10px;
}
.box-user .container-avatar .information-container {
    width: 28px;
    display: flex;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    bottom: -4px;
}
.status.deactivated {
    background-color: #f0f7ff;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 15px;
    height: 20px;
}
.status.deactivated i {
    color: #509be6;
}
.course-item .card-header {
    border: none!important;
}
#courses .lesson:hover {
    cursor: pointer;
    background: #f8f9fa;
}
#courses .lesson {
    padding: 8px;
}
.lesson-actions .nav {
    float: right;
    margin-top: 5px;
}
.lesson-actions {
    display: none;
}
#courses .lesson:hover .lesson-actions {
    display: block;
}
.flr {
    float: right;
}
@media (max-width: 500px) {
    .lesson-actions {
        display: block;
    }
}
.modal-dialog {
    max-width: 650px;
    margin: 11.75rem auto;
}
.main-container {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 15px 32px;
}
.card-img-top {
    border-radius: 8px !important;
    transition: all .1s linear;
}

.card-img-top:hover {
    transform: translateY(-8px);
    transform: scale(1.025);
}
.content-wrapper {
    background: #f8f9fc;
    padding-top: 30px;
}
.main-header {
    border-bottom: 0;
    box-shadow: 0 0 16px 0 hsla(240,7%,52%,.2);
    padding: 9px 15px!important;
}
.card-img-overlay {
    padding: 0.85rem 0;
}
#courses h2 {
    margin: 0;
}
.course-name {
    overflow: hidden;
}
.course-name a {
    color: #000000!important;
}
.card-success .row {
    padding-right: 8px;
    padding-left: 8px;
}
.elevation-4 {
    box-shadow: 0 12px 16px 0 hsla(240,7%,52%,.2)!important;
}
.brand-link {
    padding: 1.113rem .5rem;
    height: 68px;
}
#modal-add-new-course .file-upload {
    text-align: center;
}
.file-upload {
    background: #f5f5fa;
    border-radius: 8px;
}
.bootstrap-datetimepicker-widget {
    display: none!important;
}
#create-lesson .main-container {
    width: 1200px;
}
.exercise {
    padding: 10px 20px;
    background-color: #f7f9fc;
}
.exercise-block {
    padding: 10px 20px;
    background-color: #f7f9fc;
}
.box-content {
    border-radius: 16px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
}
.block-exercise {
    position: relative;
    background-color: #fff;
    width: 304px;
    height: 184px;
    margin-bottom: 16px;
    border: solid 4px #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(64, 64, 128, 0.05);
    display: flex;
    overflow: hidden;
    cursor: pointer;
}
.block-exercise:hover .block-exercise-image {
    padding: 10px;
}
@media (min-width: 992px) {
    #modal-add-new-exercise .modal-lg {
        --mdb-modal-width: 720px;
    }
}
.block-exercise .block-exercise-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 14px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 26%, #fff 87%);
}
.btn-group .btn-danger {
    --mdb-btn-border-radius: 0.25rem;
    border-top-right-radius: var(--mdb-btn-border-radius)!important;
    border-bottom-right-radius: var(--mdb-btn-border-radius)!important;
}
.block-exercise .block-exercise-title .title {
    width: 100%;
    font-size: 18px;
    color: #525266;
    line-height: 24px;
    font-weight: bold;
}
.block-exercise .block-exercise-image {
    width: 100%;
    height: 100%;
    padding: 14px;
    transition: padding 0.1s ease-in-out;
}
.block-exercise .block-exercise-image img {
    width: 100%;
    height: 100%;
}
.box-avatar.big {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.ui-no-photo-color {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-no-photo-color .initials.big {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
    text-transform: uppercase;
}
.box-text.name {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding: 0px;
    line-height: 1.19;
    opacity: 1;
    white-space: initial;
}
.box-image-container {
    width: 16px;
    height: 16px;
    margin-right: 0px;
}
.box-text.cloudy-blue {
    color: #bebecc;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding: 0px 0px 0px 2px;
    white-space: initial;
}
.box-user .info .col-id {
    border-right: solid 1px #f0f0f5;
    margin-right: 8px !important;
    padding-right: 8px !important;
}
.box-grey-text {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #bebecc;
}
.box-icon.icon-mail {
    color: rgb(146, 146, 166);
    font-size: 13px;
    cursor: default;
    margin: 0px 6px 0px 0px;
    font-weight: normal;
}
.box-image {
    width: 16px;
    height: 16px;
    margin-right: 0px;
}
.students-list-item:nth-child(6n+1) .ui-no-photo-color {
    background: rgb(215, 247, 252);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+1) .initials {
    color: rgb(114, 210, 242);
}
.students-list-item:nth-child(6n+2) .ui-no-photo-color {
    background: rgb(217, 217, 255);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+2) .initials {
    color: rgb(149, 149, 230);
}
.students-list-item:nth-child(6n+3) .ui-no-photo-color {
    background: rgb(255, 217, 255);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+3) .initials {
    color: rgb(230, 149, 230);
}
.students-list-item:nth-child(6n+4) .ui-no-photo-color {
    background: rgb(255, 221, 214);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+4) .initials {
    color: rgb(242, 161, 145);
}
.students-list-item:nth-child(6n+5) .ui-no-photo-color {
    background: rgb(225, 250, 200);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+5) .initials {
    color: rgb(157, 217, 98);
}
.students-list-item:nth-child(6n+6) .ui-no-photo-color {
    background: rgb(255, 239, 191);
    border-radius: 50%;
}
.students-list-item:nth-child(6n+6) .initials {
    color: rgb(242, 194, 97);
}
.exercise-block, .exercise-hide {
    display: none;
}
.exercise-block .content-block {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(143, 143, 191, 0.1);
    width: 100%;
    height: max-content;
    padding: 25px 32px 32px;
    margin-top: 8px;
    border-radius: 8px;
}
.exercise-title .title, .exercise-type .title {
    display: flex;
    width: 230px;
    color: #8d8da6;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .main-container {
        width: 90% !important;
    }
    #courses .col {
        flex: none!important;
        width: 50%;
    }
}
.logo {
    width: 90%!important;
}
.form-label {
    z-index: 999;
}
.login-page {
    background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full page/img%20(11).jpg") center center no-repeat;
    background-size: cover;
}
.exercise-constructor .title {
    display: flex;
    width: 230px;
    color: #8d8da6;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 13px;
}
.images-type-dropdown {
    position: relative;
    user-select: none;
    cursor: pointer;
}
.images-type-dropdown .selected-type {
    border-radius: 8px;
}
.images-type-dropdown .selected-type, .images-type-dropdown .type-box {
    position: relative;
    width: 100%;
    height: 80px;
    display: grid;
    border: 1px solid #e9e9f2;
    grid-template-columns: 112px auto;
    grid-template-rows: 35px auto;
    grid-template-areas:
            "image title    "
            "image description";
}
.images-type-dropdown .type-options {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    box-shadow: 0 0 16px 0 rgba(184, 184, 202, 0.5);
    padding: 8px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.images-type-dropdown .type-options .type-box {
    border: none;
}
.images-type-dropdown .type-option-image {
    margin: 13px;
    grid-area: image;
    width: 80px;
    height: 54px;
}
.images-type-dropdown .type-option-title {
    font-size: 16px;
    font-weight: 500;
    color: #525266;
    line-height: 24px;
    grid-area: title;
    align-self: flex-end;
}
.images-type-dropdown .type-option-description {
    font-size: 14px;
    font-weight: 400;
    color: #8d8da6;
    line-height: 20px;
    grid-area: description;
}
.images-type-dropdown .icon1 {
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    font-size: 10px;
    font-weight: bold;
    color: #b8b8cc;
}
.images-type-dropdown .type-options .triangle:after {
    box-shadow: 0 0 16px 0 rgba(143, 143, 191, 0.2);
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 4px;
}
.images-type-dropdown .type-options .type-box.active, .images-type-dropdown .type-options .type-box:hover {
    background-color: #f7f9fc;
}
.exercise-image .exercise-type {
    padding-bottom: 32px;
    border-bottom: 1px solid #f5f5fa;
    margin-bottom: 25px;
}
.images-type-dropdown .type-options.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.images-type-dropdown .type-options .triangle {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: rotate(0deg);
    z-index: 10;
}
.exercise-constructor .add-box {
    position: relative;
    overflow: visible !important;
}
.exercise-constructor .border8px {
    border-radius: 8px;
}
.exercise-block-video .add-video:hover {
    background-color: #e9e9f2;
    transition: all 0.1s linear;
}
.exercise-block-video .add-video {
    background-color: #f5f5fa;
    width: 100%;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    cursor: pointer;
    transition: all 0.1s linear;
}
.exercise-block-video .add-video .title {
    margin-top: 3px;
    width: max-content;
}
.exercise-block-video .exercise-videos .video-box .close-button {
    display: flex;
    align-self: flex-end;
    grid-area: button;
}
.exercise-constructor .close-button:hover {
    background-color: #e9e9f2;
    transition: all 0.1s linear;
}
.exercise-constructor .close-button {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    transition: all 0.1s linear;
    background-color: #f5f5fa;
    display: flex;
}
.exercise-block-dividing-line .exercise-dividing-line .dividing-line {
    width: 100%;
    height: 9px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.exercise-dividing-line .exercise-hint {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
}
.exercise-block-video .exercise-videos .video-box .close-button {
    display: flex;
    align-self: flex-end;
    grid-area: button;
}
.exercise-constructor .pointer {
    cursor: pointer;
}
.exercise-constructor .border8px {
    border-radius: 8px;
}
.exercise-block-video .exercise-videos .video-box {
    display: grid;
    grid-template-columns: auto 48px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "title   button"
            "video   .   "
            "content .   ";
    border-bottom: 1px solid #f5f5fa;
}
.drag_wrapper.disabled {
    opacity: 1;
}
.drag_wrapper {
    outline: none;
    user-select: none;
}
.data {
    border-radius: 8px;
}
.exercise_wrapper {
    user-select: text;
    position: relative;
}
.exercise_wrapper .add_new_exercise_btn {
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: url(../img/icon-add.svg) center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 16px 0 rgba(64, 64, 128, 0.12);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.exercise-common-ui-components {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    box-sizing: border-box;
}
.exercise-common-ui-components .exercise-common-ui-components-line {
    height: 1px;
    background-color: #f5f5fa;
    box-sizing: border-box;
    margin: 0px 32px 14px 32px;
}
.exercise-common-ui-components .exercise-common-ui-components-element {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px 32px 32px;
    position: relative;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block .exercise-common-ui-components-slot {
    word-break: break-word;
    padding-right: 32px;
}
.exercise-dividing-line-test {
    padding-bottom: 30px;
    margin-right: 10px;
    border-bottom: 1px solid #f5f5fa;
}
.exercise-common-ui-components-block .exercise-dividing-line {
    background: url(../img/Divide.svg) repeat;
    width: 100%;
    min-height: 9.2px;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-actions {
    word-break: break-word;
    width: 27px;
    height: 26px;
}
.exercise-common-ui-components-actions {
    position: absolute;
    right: -18px;
    user-select: none;
}

.exercise-common-ui-components-actions .icon_more_wrapper {
    display: flex;
    justify-content: flex-end;
}
.box-dropdown {
    border-radius: 8px;
    padding: 8px 0px;
    right: -16px;
    top: 36px !important;
    visibility: hidden;
    opacity: 0;
}
.box-dropdown.animation-up.open {
    transform: none;
    transition-delay: 0s;
    opacity: 1!important;
    visibility: visible!important;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-menu-item.disabled .exercise-common-ui-components-actions-text {
    color: #bebecc !important;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-menu-item:hover {
    background-color: #f7f9fc;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-icon {
    background-color: #fff;
    content: url(../img/Icon-More.svg);
    border-top: 1px solid #f0f0f5;
    border-left: 1px solid #f0f0f5;
    border-bottom: 1px solid #f0f0f5;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    height: 26px;
    width: 27px;
    box-sizing: border-box;
    padding-left: 3px;
}
.box-dropdown.animation-up.hide {
    transition-delay: 0s;
}
.box-dropdown.animation-up {
    transform: translateY(6px);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition-delay: 0s, 0s, 0s;
}
.box-dropdown {
    position: absolute;
    box-shadow: 0 0 16px 0 rgba(143, 143, 191, 0.2);
    background-color: #ffffff;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.box-dropdown .substrate {
    width: 100%;
    height: 12px;
    position: absolute;
}
.box-dropdown .triangle:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 2px;
    border: solid 1px rgba(204, 210, 226, 0.25);
}
.box-dropdown .triangle {
    right: 15.5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    overflow: hidden;
}
.box-dropdown .substrate {
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    bottom: unset;
}
.box-dropdown .options {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #525266;
    white-space: nowrap;
    user-select: none;
    position: relative;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-menu-item {
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 0px 12px;
    padding-bottom: 0px;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-menu-item img {
    margin-right: 8px;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-menu-item .exercise-common-ui-components-actions-text {
    font-size: 16px;
    line-height: 1.5;
    color: #525266;
    min-width: max-content;
}
.exercise-common-ui-components-actions .exercise-common-ui-components-actions-line {
    width: 256px;
    height: 1px;
    margin: 8px 12px;
    background-color: #f5f5fa;
}
.exercise-common-ui-components-actions .box-dropdown .options > div {
    padding-bottom: 0 !important;
}
.exercise-button {
    padding: 10px 14px 24px 14px;
    border-radius: 8px;
    border: solid 2px #f5f7fa;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block .exercise-common-ui-components-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block .exercise-common-ui-components-title .exercise-common-ui-components-title-block {
    display: flex;
    text-align: left;
    align-items: flex-start;
}
.exercise-common-ui-components-svg {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block .exercise-common-ui-components-title .exercise-common-ui-components-title-block .exercise-common-ui-components-title-text.blackColor {
    color: #525266 !important;
}
.exercise-common-ui-components .exercise-common-ui-components-element .exercise-common-ui-components-block .exercise-common-ui-components-title .exercise-common-ui-components-title-block .exercise-common-ui-components-title-text {
    display: flex;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    word-break: break-word;
    margin-right: 32px;
}
.exercise-button .exercise-button-text {
    font-size: 18px;
    line-height: 1.44;
    color: #39394d;
    margin-bottom: 15px;
    word-break: break-word;
}
.exercise-common-ui-components-svg .icon_wrapper {
    min-height: 32px;
    display: flex;
    border-radius: 4px 0.6px 0.6px 4px;
    align-items: center;
    background-color: rgb(240, 251, 255);
}
.exercise-common-ui-components-svg-text {
    margin-left: 6px;
    margin-right: 3px;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    color: rgb(51, 204, 255);
}
.exercise-block-audio .exercise-audio .audio-box .load-audio {
    display: flex;
    justify-content: space-between;
    margin: 13px 0 0;
}
#modal-add-new-exercise .title a[data-mdb-toggle] {
    margin-left: 5px;
}
.exercise-block-audio .exercise-audio .add-audio {
    width: 100%;
    height: 88px;
    background-color: #f5f5fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s linear;
}
.exercise-block-audio .exercise-audio .audio-box {
    padding-bottom: 32px;
    border-bottom: 1px solid #f5f5fa;
    margin-bottom: 25px;
}
.exercise-block-audio .exercise-audio .add-audio .title {
    width: max-content;
    margin-top: 4px;
}
.exercise-block-audio .exercise-audio .add-audio:hover {
    background-color: #e9e9f2;
    transition: all 0.1s linear;
}
.load-audio .load {
    width: 100%
}
.exercise-block-note .exercise-note .colors-box {
    display: flex;
    padding-bottom: 29px;
    border-bottom: 1px solid #f5f5fa;
    margin-bottom: 25px;
}
.exercise-block-note .exercise-note .title-no-margin {
    display: flex;
    width: 230px;
    color: #8d8da6;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}
.exercise-block-note .exercise-note .colors-box .color-options {
    height: 40px;
    width: max-content;
    padding: 3px 0;
    display: flex !important;
}
.exercise-block-note .exercise-note .colors-box .color-options .color-box.active {
    border-color: #33ccff;
}
.exercise-block-note .exercise-note .colors-box .color-options .color-box {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.exercise-block-note .exercise-note .colors-box .color-options .color-box .color {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.ui-note-base-wrapper {
    padding: 16px;
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
}
.ui-note-base-wrapper .ui-note-left-part {
    display: flex;
}
.ui-note-base-wrapper .ui-note-left-part .ui-note-base-left-icon {
    margin-right: 8px;
}
.ui-note-base-wrapper .ui-note-base-left-icon, .ui-note-base-wrapper .ui-note-base-right-icon {
    font-size: 24px;
}
.ui-note-base-wrapper .ui-note-left-part .ui-note-base-text {
    display: flex;
    flex-direction: column;
}
.ui-note-base-wrapper .ui-note-left-part .ui-note-base-text .ui-note-base-header {
    font-weight: 500;
    line-height: 1.3;
    padding-top: 1px;
    margin-bottom: 18px;
    margin-top: 7px;
}
.ui-note-base-wrapper .ui-note-left-part .ui-note-base-text .ui-note-base-header, .ui-note-base-wrapper .ui-note-left-part .ui-note-base-text .ui-note-base-content {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    word-break: break-word;
}
.ui-note-base-wrapper .ui-note-left-part .ui-note-base-text .ui-note-base-content {
    font-weight: 400;
    margin-top: -1px;
}
.exercise-block-paste-words-by-drag .block-paste-words-by-drag .exercise-text .editor {
    height: max-content;
    min-height: 80px;
}
.editor-input-wrapper .editor-input-control-panel {
    height: 40px;
    border: 1px solid #e9e9f2;
    background-color: #f7f9fc;
    padding: 0 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
}
.box-tag.pale-grey-two {
    background-color: #f7f9fc;
    color: #8d8da6;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    height: 24px;
}
.editor-input-wrapper .editor-input-control-panel .control-btn {
    font-size: 16px;
    height: 24px;
    width: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}
.editor-input-wrapper .editor-input-control-panel .control-btn:hover {
    background-color: #e9e9f2;
}
.editor-input-wrapper .custom-editor-input.focus {
    border: 1px solid #33ccff;
    border-top-color: rgb(51, 204, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(51, 204, 255);
    border-bottom-color: rgb(51, 204, 255);
    border-left-color: rgb(51, 204, 255);
}
.editor-input-wrapper .custom-editor-input.control {
    border-top: none;
    border-top-color: currentcolor;
    border-color: #e9e9f2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.editor-input-wrapper .custom-editor-input .editor-input {
    min-height: 38px;
}
.exercise-constructor .editor-input {
    width: 100%;
    height: 100%;
}
.exercise-block-paste-words-by-drag textarea {
    border: none!important;
    border-radius: 0!important;
    padding: 16px;
    font-size: 17px;
}
.exe-sections .card-footer a {
    color: #bebecc;
    transition: color 0.1s linear;
}
.exe-sections .card-footer a:hover {
    color: #9292a6;
}
.exe-sections .sortable-item {
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 16px;
    line-height: 1.13;
    color: #bdc3d7;
    transition: 0.3s linear;
    padding: 7.5px 16px;
}
.marathons-container .dots:after {
    content: "";
    border-top: 2px dotted #f0f0f5;
    position: absolute;
    left: 12px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.ui-stopper.border {
    border: 1px solid #f8f9fc!important;
    border-radius: 8px!important;
}
.ui-stopper {
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.no-course-image {
    width: 160px;
    height: 200px;
}
.ui-stopper .image img {
    width: 100px;
}
.ui-stopper .text-container {
    padding-top: 20px;
}
.box-text.black {
    color: #525266;
}
.box-text.algin-center {
    text-align: center;
}
.marathons-container .dots {
    position: relative;
    height: 100%;
}
.exe-sections .sortable-item:hover {
    color: #525266 !important;
}
.exe-sections .sortable-item .section-item_delete {
    font-size: 15px;
    color: #bdc3d7 !important;
    margin: 0 0 0 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    display: flex;
    align-items: center;
}
.exe-sections .sortable-item:hover .section-item_delete {
    opacity: 1;
    visibility: visible;
}
.saveLesson {
    opacity: 0;
    visibility: hidden;
}
.saveLesson.active {
    opacity: 1;
    visibility: visible;
}
.exe-sections .sortable-item .section-item_ico {
    font-size: 4px;
    color: #bdc3d7 !important;
    padding: 6px 7px 0 0;
}