.search-result .courseCard-caption{
    flex-direction: row!important;
}

.search-result .courseCard{
    flex-direction: row!important;
}

.show-more-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: var(--blue);
    margin-top: 12px;
}

.show-more-link:hover, .show-more-link:focus {
    color: var(--blue);
}

.for-progress {
    width: 100%;
    height: 2px;
}

.profile-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px auto 0 auto;
    padding: 14px 28px;
    min-height: 48px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 1, 83, 0.07);
    box-shadow: 0px 4px 40px rgba(0, 1, 83, 0.07);
    border-radius: 12px;
    width: 100%;
    max-width: 815px;
}

.profile-logout span {
    font-family: "SF Pro Text";
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--red);
    display: inline-block;
    margin-left: 16px;
}


.taskCard-wrapper.list .taskCard{
    flex-direction: row;

}
.taskCard-wrapper.list .taskCard-caption{
    flex-direction: row;

}




.course-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.course-rating p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: var(--gray);
}

.course-rating input {
    width: 150px;
    margin-left: 10px;
}

.taskResult-time {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
}


.notice-number {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 100%;
    position: absolute;
    top: 7px;
    right: 9px;
}
.header-tools {
    min-height: 48px;
}

.teacherCard-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.audioBlock {
    position: relative;
    overflow: hidden;
    width: 29px;
    height: 28px;
    border-radius: 50%;
}

.hearingAudio {
    position: absolute;
    left: -11px;
    top: -13px;
}
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #5559F4;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}


.user-select-none {
    user-select: none;
}

.whatsapp-link {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;
    -webkit-border-radius: 50%;
}

.whatsapp-link:hover svg circle{
    fill: #21bd5d;
    transition: 0.3s;
}

.lecture-course-program-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #F5F5F5;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #464646;
    padding: 6px 12px;
    margin: 15px 0;
    border: none;
    position: relative;
    z-index: 10;
    user-select: none;
}

.course-program-modal {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: auto;
    z-index: 10000;
    max-width: 375px;
}

.course-program-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.course-program-modal-back.modal-backdrop {
    z-index: -1;
}

.course-program-header svg {
    cursor: pointer;
}

.course-program-modal.active {
    right: 0%;
}

@media (max-width: 500px) {
    .course-program-modal {
        max-width: 100%;
    }
}

.lecture-wrapper .program-video-link {
    display: none !important;
}

.taskResult-attached-file {
    display: none;
}

.taskResult-attached-filename {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 13px;
    color: #000;
    border: 2px solid var(--blue);
    margin: 0 8px 10px 8px;
}

@media (max-width: 767px) {
    .lecture-wrapper .program-caption {
        max-width: 100%;
    }
}

.fas{
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-eye{
    background-image: url("/redesign/img/icon/eye-solid.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.fa-eye-slash{
    background-image: url("/redesign/img/icon/eye-slash-solid.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.course-path {
    display: block;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0px 2px 24px rgba(0, 1, 83, 0.07);
    box-shadow: 0px 2px 24px rgba(0, 1, 83, 0.07);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 50px;
}

.dark-mode .course-path {
    background: #0E2B3B;
}

.course-path ul {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}

.course-path ul li a {
    font-size: 13px;
    line-height: 100%;
    color: var(--blue);
}

.course-path ul li span {
    color: rgb(159 159 159);
}

.course-path ul li:nth-child(1) a {
    color: var(--black);
}

.course-path ul li:nth-last-child(1) span {
    display: none;
}

.program-video-link{
    margin-left: 20px;
}

.olympiads .card + .card {
    margin-top: 16px;
}

.olympiads {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.olympiads .card + .card {
    margin-top: 0;
}
.olympiads .card {
    height: 100%;
    border: none;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 32px 40px;
    padding: 20px;
}
.olympiads .card .card-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.olympiads .card .card-top > img {
    overflow: hidden;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.olympiads .card .card-top .olympiad-title {
    flex: 1;
}
.olympiads .card .card-top .olympiad-title .-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -.3px;
    color: var(--black);
    transition: .3s ease;
}
.olympiads .card .card-top .olympiad-title p {
    margin-top: 4px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.24px;
    color: rgba(0, 0, 0, .6);
}
.olympiads .card .card-top .olympiad-title .-lang::before {
    content: "";
    background: url("/redesign/img/icon/globe-gray.svg");
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.olympiads .card .card-top .olympiad-title .-rating::before {
    content: "";
    background: url("/redesign/img/icon/star-rating.svg");
    width: 17px;
    height: 16px;
    margin-right: 4px;
}
.olympiads .card .card-top .olympiad-title .-new {
    padding: 4px 10px;
    border-radius: 12px;
    display: flex;
    width: fit-content;
    margin-top: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .06px;
    text-transform: uppercase;
    background-color: #C90000;
    color: var(--white);
}
.olympiads .card .card-top .olympiad-price {
    display: flex;
    align-items: center;
    height: fit-content;
    flex-basis: 100%;
    margin-top: 10px;
}
.olympiads .card .card-top .olympiad-price p {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.3px;
    color: var(--blue);
    margin-right: 5px;
}
.olympiads .card .card-top .olympiad-price span {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--black);
    opacity: 0.6;
    margin-left: 4px;
    text-decoration-line: line-through;
}
.olympiads .card .card-body {
    margin-top: 10px;
    padding: 0;
}
.olympiads .card .card-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #819299;
}
.olympiads .card .card-bottom {
    margin-top: 15px;
    display: block;
}
.olympiads .card .card-bottom .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 120%;
    padding: 10px;
}
.olympiads .card .card-bottom .btn + .btn {
    margin-top: 10px;
}
.olympiads .card .card-bottom .btn.btn-light {
    background: rgba(85,89,244,0.3);
    color: var(--blue);
}
.olympiads .card .card-bottom .btn.btn-light:hover {
    background: rgba(63, 69, 241, 0.3);
}
.olympiads .card .card-bottom .btn.btn-main:hover {
    color: #fff;
    background: rgb(54, 59, 243);
}
.test-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 36px 0;
}
.test-tab .item {
    padding: 8px;
    border: 1px solid var(--gray);
    border-radius: 4px;
    color: var(--black);
    background-color: var(--white);
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-tab .item.active {
    background-color: var(--blue);
    color: var(--white);
}
.test-tab .item.inactive {
    background-color: var(--light-gray);
    color: var(--black);
    pointer-events: none;
}
.test-content.-olympiad {
    display: flex;
    flex-direction: column;
}
.test-content.-olympiad .testBox-wrapper {
    margin-bottom: 16px;
}
.test-content.-olympiad .testBox-wrapper .testBox > button {
    width: 100%;
}
.test-content.-olympiad .test-content-bottom .btn-main {
    width: 100%;
}
.test-content.-olympiad .time-left {

}
.test-content.-olympiad .test-content-bottom{
    order: 4;
    border-top: 0;
}
.test-content.-olympiad .test-tab{
    order: 5;
}
.main-modal .modal-content {
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 300px;
    background: var(--white);
    -webkit-box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 16px;
}
.main-modal .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-modal .modal-content .modal-header button {
    margin-left: auto;
}
.main-modal .modal-content .modal-body {
    display: flex;
    flex-direction: column;
}
#exit-modal .modal-body .title,
#rate-modal .modal-body .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: var(--black);
    text-align: center;
    margin: 16px 0;
}
#exit-modal .modal-body .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--black);
    text-align: center;
    margin: 16px 0;
}
#exit-modal .modal-body .buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}
#exit-modal .modal-body .buttons button{
    width: 100%;
}
.share-olympiad {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.share-olympiad p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}
.share-olympiad ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_rules .modal-content {
    margin: auto 16px !important;
    border-radius: 8px !important;
    padding: 16px !important;
    width: 100% !important;
    max-height: 80%;
}
.show_rules .modal-content .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
}
.show_rules .modal-content .modal-body p {

}
.show_rules .modal-content .modal-footer {
    flex-direction: column;
    justify-content: center;
    padding: 16px 0 0 0;
    gap: 8px;
}
.show_rules .modal-content .modal-footer button {
    width: 100%;
    margin: 0;
}
.show_rules .modal-content .modal-footer button:hover {
    color: var(--white);
}
.agreement-checkbox {
    display: block;
    margin: 10px 0;
}

.agreement-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.agreement-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
}

.agreement-checkbox label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #5559f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 6px;
}

.agreement-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 5px;
    height: 11px;
    border: solid #5559f4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.result-wrapper.-olympiad .result-info-bottom {
    flex-direction: column;
    gap: 16px;
}
.result-wrapper.-olympiad .result-info-bottom .result-btn{
    margin-left: 0;
}
.v-select input {
    margin: 0 auto;
    padding: 0 12px;
    /*color: var(--black);*/
}
.v-select-register > .vs__dropdown-toggle{
    border: 0 !important;
}
.v-select-register .vs__search{
    z-index: 0;
}
.v-select .vs__selected,
.v-select .vs__search {
    padding: 0 12px !important;
    margin: 0;
    font-size: 16px;
    color: var(--black);
}
.v-select-analysis > .vs__dropdown-toggle {
    border: 1px solid var(--border);
    padding: 7.5px 0;
    margin-top: 8px;
}
.v-select-analysis input::placeholder {
    color: #757575 !important;
}
.v-select-analysis .vs__actions {
    padding: 0 12px;
}
.v-select-analysis .vs__actions .vs__clear {
    margin: 0;
    display: none;
}
.v-select-analysis + .v-select-analysis {
    border-left: 1px solid rgba(172, 180, 190, 0.20);
}
@media (min-width: 576px) {
    .olympiads .card .card-bottom {
        display: flex;
        justify-content: flex-end;
    }
    .olympiads .card .card-bottom .btn {
        width: fit-content;
    }
    .olympiads .card .card-bottom .btn + .btn {
        margin-top: 0;
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    .olympiads {
        grid-template-columns: 1fr 1fr;
    }


    .test-content.-olympiad .testBox-wrapper .testBox > button,
    .test-content.-olympiad .test-content-bottom .btn-main {
        width: fit-content;
    }
    .test-content.-olympiad .time-left {
        order: 0;
    }
    .test-content.-olympiad .test-content-bottom{
        order: 5;
        border-top: 0;
    }
    .main-modal .modal-content {
        width: 400px;
        padding: 16px 24px 24px 24px;
    }
    #rate-modal .modal-content {
        max-width: 700px;
        width: 100%;
    }
    .show_rules .modal-content {
        width: 50% !important;
        margin: auto !important;
    }
    .result-wrapper.-olympiad .result-info-bottom {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .olympiads .card .card-top .olympiad-title {
        margin-right: 20px;
    }
    .olympiads .card .card-top .olympiad-price {
        flex-basis: inherit;
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
}