.small-note{
    font-size: 10px;
}
#dktestModal .modal__content .description {
    font-size: .85rem;
}
#dktestModal .btn.btn__home {
    font-weight: 600;
}
.payment__table-item.min__auto {
    min-height: inherit;
}
.modal-body.padding-1rem{
    padding: 1rem;
}
#listPaymentModal .payment__table-price h3{
    font-size: 3rem;
}
.payment__table-item .payment__table-price p{
    font-size: 1rem;
}
.price__bottom {
    gap: 30px;
}
.price__bottom .orginal{
    font-size: 1.3rem;
    color: #a4a4a4;
    text-decoration: line-through;
}
.price__bottom .currency{
    font-size: 2rem !important;
    color: #000 !important;
}

.btn-warning.btn-yellow{
    background-color: #FFC40A;
    border-radius: 10px;
}
.btn-outline-light:hover{
    background-color: #fff;
}
.theme__option .btn:hover, .theme__option .btn.active {
    color: #009ade;
    border-color: #009ade;
}
.student__lens__content-image img{
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.chart__row__30 .chart__item.active .chart__col, .chart__row__40 .chart__item.active .chart__col, .chart__row__30 .chart__item.active .chart__label, .chart__row__40 .chart__item.active .chart__label{
    background-color: #009ade;
    color: #fff;
}
.chart__row__50 .chart__item.active .chart__col, .chart__row__60 .chart__item.active .chart__col, .chart__row__50 .chart__item.active .chart__label, .chart__row__60 .chart__item.active .chart__label{
    background-color: #1CEC63;
    color: #fff;
}
.chart__row__30 .chart__inner .chart__selected, .chart__row__40 .chart__inner .chart__selected{
    background-image: url('/assets/images/bg-chart-blue.png');
}
.chart__row__50 .chart__inner .chart__selected, .chart__row__60 .chart__inner .chart__selected{
    background-image: url('/assets/images/bg-chart-green.png');
}
.chart__guide.chart__guide__30 .chart__col.active, .chart__guide.chart__guide__40 .chart__col.active{
    background-color: #009ade;
}
.chart__guide.chart__guide__50 .chart__col.active, .chart__guide.chart__guide__60 .chart__col.active{
    background-color: #1CEC63;
}
.chart__description__30 .text-warning, .chart__description__40 .text-warning{
    color: #009ade !important;
}
.chart__description__50 .text-warning, .chart__description__60 .text-warning{
    color: #1CEC63 !important;
}
.border-radius-10{
    border-radius: 10px;
}
.text-underline{
    text-decoration: underline;
}
.calendar .calendar__slider.height-auto{
    height: auto;
}
.topic .calendar {
    max-width: 90%;
}
.topic .calendar  .calendar__select{
    justify-content: space-between;
    margin-right: 10px;
    margin-bottom: 2rem;
}
.topic .calendar  .calendar__select .calendar__day {
    margin-bottom: 1rem;
}
.topic .calendar  .calendar__select .calendar__title {
    min-height: 40px;
    padding: 0 10px;
    /* background-color: #ffbf00; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 10px;
}

.calendar__select .calendar__work {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.calendar .list__active__dot li.dot.start::before {
    background: url('/assets/images/icon_star.svg') no-repeat left 0 top 50%;
}
.option-topic {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
}
.topic .calendar  .calendar__select .calendar__title.active {
    background-color: #ffbf00;
}

.option-topic .option-topic__item a {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    padding: 4px 5px;
    background-color: #ffbf00;
    border: 2px solid #ffbf00;
    border-radius: 5px;
    font-size: 20px;
    white-space: nowrap;
    color: #000;
    transition: background-color 0.3s linear;
}

.option-topic .option-topic__item a:hover {
    background-color: #fff;
}
.option-topic .option-topic__item a.active {
    background-color: #fff;
}

.option-topic .option-topic__item img {
    height: 28px;
    margin-right: 5px;
}

.option-topic .option-topic__item.reset img {
    height: 25px;
}

.modal-schedule .b-desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-schedule .content__title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 34px;
}

.modal-schedule .b-desc p {
    margin: 0;
}

.modal-schedule .b-desc .b-desc--title {
    width: 65%;
}
.modal-schedule .b-desc .b-desc--img {
    width: 35%;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-schedule .text-end {
    padding: 10px 10px 0;
}

.modal-schedule .block-info {
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 15px 25px;
    display: flex;
    gap: 20px;
    border: 1px solid #333;
}
.modal-schedule .block-info .block-info__item {
    width: 50%;
}
.modal-schedule .block-info__item--title {
    font-size: 26px;
    font-weight: bold;
    color: #0094D5;
}
.modal-schedule .list--control {
    padding-left: 0;
    list-style: none;
}
.modal-schedule .list--control li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 40px;
}

.modal-schedule .list--control li:last-child {
    margin-bottom: 0;
}

.modal-schedule .list--control li::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 5px;
    width: 27px;
    height: 28px;
    background: url('/assets/images/icon_checked.svg') no-repeat center;
}

.block-level .block-level_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}
.block-level .block-level_header .txt {
    font-size: 18px;
    color: #0094D5;
}

.block-level .block-level_header .content__title {
    margin-bottom: 0;
}

.list-level {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.list-level .list-level__item {
    width: calc(100% / 2);
}

.block-level .form-check-label {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0094D5;
}
.block-level .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}
.block-level .form-check-input {
    width: 29px;
    height: 29px;
}

.modal-schedule .list--note {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.modal-schedule .list--note li {
    position: relative;
    padding-left: 10px;
}

.modal-schedule .list--note li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}

.modal-schedule .list--note li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 2px;
    height: 100%;
    border-left: 1px dotted #333;
}

.modal-schedule .list--note li:last-child::after {
    top: 0;
    height: 0;
}

.topic .calendar .calendar__select {
    padding-top: 15px;
}

.calendar .calendar__slider .calendar__day {
    position: relative;
}

.calendar__day .icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
}

.calendar .calendar__select .time__select.beginner-star {
    position: relative;
}

.calendar .calendar__select .time__select.beginner-star::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 15px;
    height: 15px;
    background: url('/assets/images/icon_star.svg') no-repeat center;
}

.payment-method .banktrans-icon {
    content: url("/images/bank-transfer-icon.jpg");
    width: 46px;
  }

@media screen and (min-width: 768px) {
    .modal-schedule.modal-dialog {
        max-width: 950px;
    }
}
.test__register .container {
    max-width: 660px;
}
.btn-warning.btn-yellow:hover{
    box-shadow: inset 0 0 0 2px #ffc40a !important;
    color: #000 !important;
    background-color: #fff;
}
.btn-warning.btn-yellow{
    box-shadow: inset 0 0 0 3rem #ffc40a !important;
    color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .video__schedule-top .heading__title {
        font-size: 2rem;
        margin: 0 0 3rem 0;
    }
}
@media (min-width: 378px) and (max-width: 767px) {
    .video__schedule-top .heading__title {
        font-size: 1.5rem;
        margin: 0 0 2rem 0;
    }
    .video__schedule-top .thumb {
        max-width: 200px;
    }
    .video__schedule-top::after {
        width: calc(100% - 150px);
        height: 150px;
    }
}
@media (max-width: 376px) {
    .video__schedule-top .heading__title {
        font-size: 1rem;
        margin: 0 0 .5rem;
    }
    .video__schedule-top::after {
        width: calc(100% - 100px);
        height: 100px;
    }
    .video__schedule-top .thumb {
        max-width: 150px;
    }
}
@media (max-width: 576px) {
    .oko__companionship .title, .oko__companionship .heading__title {
        font-size: 24px;
    }
    .oko__companionship .oko__companionship-image {
        max-width: 90%;
    }
}
.oko__promotion .promotion__form__danger {
    background-color: #fde8e9;
    border: 1px solid #f47b80;
}
.modal .calendar{
    max-width: 100%;
    border: none;
}
.modal .calendar .calendar__slider{
    height: auto;
}
.modal .calendar .calendar__select{
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    text-align: center;
}
.oko__step .text{
    font-size: 20px;
}
.oko__teacher .swiper .swiper-slide.swiper-slide-next{
    opacity: 0.8;
}
.oko__teacher .swiper .swiper-slide-active.teacher__item{
    opacity: 1;
}
#agree-wrapper{
    cursor: pointer;
}
.swiper-slide .oko__step-inner {
    background-color: #fffae7;
}
.swiper-slide.swiper-slide-active .oko__step-inner {
    background-color: #fff;
}
.calendar .calendar__select .time__select > label.btn__time__select.primary:hover{
    border: 2px solid #ec1d25;
    color: #ec1d25;
}
.input__code {
    border: 1px solid #ffc40a;
    border-radius: 10px;
    width: calc((100% / 4));
    padding: 20px;
    height: 80px;
    font-size: 35px;
    font-weight: 700;
    outline: none;
    text-align: center;
}
.input__code:focus {
    border: 3px solid #FFC40A;
}
.account__login-inner .heading__title {
    font-size: 2.2rem;
    line-height: 36px;
    margin-bottom: 1rem;
}
.account__login-inner .heading {
    margin-bottom: 2rem;
    text-align: center;
}
.fs-7 {
    font-size: 13px;
}
.hr__fb__gg {
    text-align: center;
    position: relative;
}
.hr__fb__gg:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    height:2px;
    width:100%;
    background-color: #e2e6e9;
    z-index:-1;
}
.hr__fb__gg span {
    display: inline-block;
    padding: .5rem 1rem;
    font-weight: 600;
    color: #e2e6e9;
    background-color: #fff;
}
.rounded__input {
    border-radius: 10px;
}
.bg__blue {
    background-color: #52bbe9;
}
.bg__blue.transparent {
    background-color: transparent;
    border: 1px solid #52bbe9;
    color: #000;
}
.bg__blue.transparent:hover {
    color: #fff;
}
.show__password {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.btn.bg__blue:hover {
    background-color: #52bbe9;
}
.btn__social {
    border: 2px solid #e2e6e9;
    border-radius: 10px;
    background-color: #fff;
}
.oko__promotion .promotion__inner::after {
    content: '';
}
.frame__rank {
    padding: .5rem 1rem;
    border-radius: 20px;
    margin-top: 1.5rem;
    color: #fff;
}
.frame__rank.lv1 {
    background-color: #a2bf00;
}
.frame__rank.lv2-5 {
    background-color: #0a5582;
}
.frame__rank h4.heading__rank {
    font-size: .9rem;
    margin-bottom: .5rem;
    font-weight: 500;
}
.frame__rank>span {
    font-size: .8rem;
    display: inline-block;
    width: 100%;
}
.border__bottom-radius {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.border__none {
    border-style: hidden;
    border-width: 0 0;
}
.border__none.border__bottom.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border-style: solid;
    border-color: inherit;
}
.number.fz-3 {
    font-size: 3rem;
}
.book__detail {
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
}
.book__container {
    height: 100%;
    margin: 0 2rem;
    position: relative;
}
.book__img {
    box-shadow: 2px 3px 10px #333;
    min-height: 10rem;
}
.book__content {
    position: absolute;
    background-color: #ffb800;
    padding: .5rem;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .5rem;
    box-shadow: 0px 0px 10px #333333;
    text-align: center;
    bottom: -20px;
}
.book__content-heading {
    color: #fff;
    font-size: .9rem;
    margin-bottom: 0;
}
.book__content-heading ~ span {
    color: #fff;
    font-size: .7rem;
}
@media (max-width: 1023px) {
    .book__container {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .book__container {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 370px) {
    .w-media-100 {
        width: 100%;
    }
}
.text-justify {
    text-align: justify;
}
.heading__title.heading__title-smoll {
    font-size: 2.4rem;
}
.accordionCourses__title.bg-orange {
    background-color: #f7941d;
}
.accordionCourses__title.bg-blue {
    background-color: #065ca9;
}
#sticker-sticky-wrapper #sticker{
    background: #fff;
    padding-bottom: 20px;
}
.max-width-550{
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
}
.courses__list .courses__thumb img{
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 5px;
}
.courses__des .badge.bg-info{
    background-color: #065CA9 !important;
}
h3 span.text-contact{
    font-size: 13px;
    line-height: 1;
    color: #065CA9;
}
.line-height-32{
    line-height: 32px;
}
.lh-3{
    line-height: 32px;
    text-align: justify;
    font-size: 18px;
}
p.header_line strong{
    border-bottom: 3px solid;
    padding-bottom: 5px;
}
p.header_line{
    text-align: center;
    text-transform: uppercase;
    color: #D71F2E;
    font-size: 20px;
}
.account__info hr{
    border-top: 2px dotted ;
    color: #e12717;
}
.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
}

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.lesson__table td .lesson__content .price__label{
    max-width: 100px;
}
.mb-9{
    margin-bottom: 9rem !important;
}
.mt-6{
    margin-top: 6rem !important;
}
.courses__lesson-top.pt-4{
    padding-top: 2rem !important;
}
.swal-title-custom{
    font-size: 16px;
    line-height: 20px;
    color: #D71F2E;
}
.max-width-700{
    max-width: 700px;
}
.banner.banner__courses.banner__promotion{
    padding-bottom: 10px;
    background-color: #fff;
}
.courses__lesson-top.promootion__lesson-top{
    padding-top: 20px;
}
.schedule__table table.schdule_content tr td, .schedule__table table.schdule_content tr th{
    padding: 5px;
}
.header img.no-fixed-top{
    display: block;
}
.header.fixed-top img.no-fixed-top{
    display: none;
}
.header img.with-fixed-top{
    display: none;
}
.header.fixed-top img.with-fixed-top{
    display: block;
}
.schedule__title{
    /*box-shadow: inset 0 0 0 2000px hsla(0,0%,13%,0.5);*/
    padding: 1rem;
}
.schedule__image img{
    width: 100%;
    border-radius: 5px;
}
.schedule__title .schedule__maintitle{
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: 5px;
}
.schedule__title .schedule__maintitle, .schedule__title .schedule__supertitle{
    color: #000;
}
.btn-sm.btn-register-social{
    padding: 8px 24px;
}
.voucher-code{
    align-items: center;
    justify-content: left;
    display: flex;
}
.number-session{
    color: red;
    font-weight: bold;
}
.level_1:hover .number-session{
    color: white;
}
.border-radius-5{
    border-radius: 5px;
}
.write-test-level{
    font-size: 20px;
    font-weight:bold;
    text-align:center;
}
.question-item{
    border:1px dotted #e5e5e5;
    border-radius: 5px;
    padding: 15px;
    margin: 5px auto;
    max-width: 500px;
}
.no-border{
    border: none;
    margin-bottom: 0;
}
.question-item .question-title{
    font-weight: bold;
}
.question-item input[type="radio"]{
    margin-top: -1px;
    vertical-align: middle;
}
.question-item label{
    cursor: pointer;
}
.btn-up-to-top{
    bottom:150px !important;
}

.memo{
    font-size: 14px;
    font-style: italic;
}
.swal2-title{
    font-size: 1.625em !important;
}
.swal2-styled.swal2-confirm{
    background-color: #D71F2E !important;
}
.lesson__plan .lesson__title.bg-yellow {
    background-color: #f89420 !important;
}
.display-flex .icon{
    flex: 0 0 22px;
    max-width: 22px;
    margin-left: 10px;
}
.display-custom .icon{
    max-width: 22px;
    margin-left: 10px;
    display: inline-block;
}
.display-flex{
    display: flex;
}
.prevent-click{
    cursor: not-allowed;
}
.description ul.nav li.nav-item, .card ul li{
    list-style: none;
}
.loading-wrapper {
    background-color: #D7E9F9 !important;
}
@media (min-width: 1024px){
    #payment_page div.description{
        min-height: 600px;
    }
    .oko__curriculum .frame p.padding-bottom-100{
        padding-bottom: 100px;
    }
    .oko__curriculum .frame p.padding-bottom-130{
        padding-bottom: 130px;
    }
    .oko__curriculum-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .mt-200-pc {
        margin-top: -200px;
    }
}
@media (min-width: 576px){
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
#do-test .card{
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
}
.text-red{
    color: #D71F2E;
}
.text-yellow{
    color: #f7941d;
}
.text-blue{
    color: #065CA9;
}
.text-term{
    font-size: 11px;
    font-style: italic;
}
.text-term a:hover {
    text-decoration: underline;
}
.timeline__item:nth-last-of-type(1) .timeline__image .timeline__o {
    top: 10px;
    left: 0px;
    color: #065CA9;
}
.courses__wrapper .courses__image .mask, .courses__wrapper .courses__image .mask.bg-orange, .courses__wrapper .courses__image .mask.bg-blue{
    background: rgba(255,255,255,0.3) !important;
}
.courses__wrapper .courses__image:hover .mask {
    opacity: 0;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
#terms p{
    line-height: 32px;
}
.padding-left-40{
    padding-left: 40px;
}
@media only screen and (max-width: 1439px) {
    #listPaymentModal .modal-dialog.modal-xl{
        max-width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .text {
        right: 15% !important;
        bottom: 5% !important;
    }
    .font-size-13-rem{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {
    .option-topic .option-topic__item a {
        font-size: 16px;
    }
    .option-topic .option-topic__item img {
        height: 24px;
    }
    .option-topic .option-topic__item.reset img {
        height: 19px;
    }
    .calendar .calendar-inner {
        padding: 20px !important;
    }
    .modal-schedule .b-desc {
        display: block;
        margin-bottom: 20px;
    }
    .modal-schedule .b-desc .b-desc--title {
        width: 100%;
        margin-bottom: 15px;
    }
    .modal-schedule .b-desc .b-desc--img {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
    .modal-schedule .b-desc .b-desc--img img {
        width: 100%;
    }
    .modal-schedule .block-info {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
        display: block;
    }
    .modal-schedule .block-info .block-info__item {
        margin-top: 25px;
        width: 100%;
    }
    .modal-schedule .block-info .block-info__item:first-child {
        margin-top: 0;
    }
    .modal-schedule .block-info__item--title {
        font-size: 24px;
    }
    .modal-schedule .content__title {
        font-size: 28px;
    }
    .modal-schedule .container {
        padding: 0;
    }
    .list-level {
        flex-wrap: wrap;
        gap: 15px;
    }
    .list-level .list-level__item {
        width: 100%;
    }

    #topicModal .modal-schedule .modal-body  {
        padding-bottom: 80px;
    }
}
.app-main__body.pt-6{
    padding-top: 6rem;
}
.zalo-chat-widget{
    bottom: 15px !important;
    right: 24px !important;
}
.fb_dialog_content iframe:first-child{
    bottom: 76px !important;
}
#banner__promotion{
    margin-top: 5rem;
}
.ml-120{
    margin-left: 120px !important;
}

#topicModal .modal-body {
    padding: 1rem 1rem 1rem;
}
/* #courseSessonTab > li {
    width: 50%;
} */
#courseSesson1-tab {
    position: relative;
}
#courseSesson1-tab::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #9c9c9c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0;
}


/* reset header */



.header__nav .nav-link.dropdown-toggle::after {
    position: unset;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    background-color: transparent;
    width: 0;
    height: 0;
}

.header__nav .nav-link.dropdown-toggle {
    text-shadow: none !important;
}

.header__nav .level_1>.nav-link {
    color: #495057;
    padding: 10px 20px;
    min-width: 210px;
    text-transform: none;
    position: relative;
    display: block;
    text-align: left;
    text-shadow: unset;
}

.header__nav .level_1+.level_1 {
    border-top: 1px solid #dee2e6;
}


@media only screen and (min-width: 1024px) {
    .header__nav .nav-item {
        margin-right: 9px !important;
    }
    .header__nav .level_1>.nav-link {
        background-color: rgba(233, 236, 239, 0.5);
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    .header__nav .level_1>.nav-link.active::after,
    .header__nav .level_1>.nav-link:hover::after {
        content: "";
        display: none;
    }

    .header__nav .level_1>.nav-link:hover {
        color: #fff;
        background-color: #ec1c24;
    }
    .header__nav .level_1+.level_1 {
        margin-top: 5px;
        border-top: none;
    }
    .header__account-support {
        padding-left: 15px;
    }
    .header__support {
        margin-left: 1rem;
    }
    .header__support .btn {
        --bs-btn-padding-x: .625rem;
    }
    .header__support .btn i {
        font-size: 16px;
        margin-right: 5px;
    }
    .header__logo {
        margin-right: 2rem;
    }
    .header__menu {
        width: 100%;
    }
    .header__nav .nav-link {
        font-size: .9rem;
    }
}

.time__select__schedule {
    position: relative;
}

.time__select__schedule .time__select-star {
    position: absolute;
    display: inline-block;
    top: -10px;
    right: -5px;
    width: 23px;
    z-index: 1;
    filter: drop-shadow(0px 0px 1px rgb(22, 22, 255));
}