
.choose-time .wrapper {
    position: relative;
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 10px;
    width: 530px;
}

.choose-time input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.choose-time .slider-track {
    width: 100%;
    height: 11px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: #e5e5e5;
}

.choose-time .container-time {
    position: relative;
    width: 100%;
    height: 100px;
    /* margin-top: 30px; */
    height: 74px;
}

.curriculum-page {
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ddd;
    background-color: #fff;
    padding: 25px 40px 40px 40px;
}

.row-top {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    padding: 0 15px 15px 15px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap
}


.choose-day ul {
    border: 2px solid #ededed;
    display: flex;
    border-radius: 10px;
}

.choose-day li a.active {
    position: absolute;
    background: #3264fe;
    padding: 20px 12px;
    color: #fff !important;
    left: 0;
    right: 0;
    bottom: -5px;
    top: -5px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.choose-day li a {
    padding: 18px;
    text-align: center;
}

.choose-day li {
    border-radius: 5px;
    position: relative;
    width: 68px;
    height: 60px;
    padding: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.curriculum-page h3 {
    font-size: 26px;
    font-weight: 800;
    color: #28326d;
    margin-bottom: 20px;
}

.choose-time input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.choose-time input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.choose-time input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.choose-time input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.choose-time input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.choose-time input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.choose-time input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #3264fe;
}

.choose-time .values {
    color: #3264fe;
    position: absolute;
    margin: auto;
    padding: 10px 0 0 0;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    top: -21px;
    font-weight: 700;
}

.values span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.curriculum-page .list-group {
    margin: 10px 0;
}

    .curriculum-page .list-group li {
        margin: 0 0 5px 0;
        border: none;
        background-color: #efefef;
        font-weight: 600;
    }

.group-div a.active {
    position: absolute;
    background: #3264fe;
    padding: 20px 12px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    top: -5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-div a {
    padding: 12px;
    font-size: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-div li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-div ul {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex
}

.class-item {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    font-weight: 500
}

.class-item-top {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
    font-size: 14px;
    justify-content: space-between;
    border-bottom: 3px solid #28326d;
}

.class-item-users-count {
    color: #28326d
}

.row-class h4 {
    width: 100%;
    padding: 15px;
    color: #28326d;
    font-size: 18px;
    font-weight: 800;
}

.class-item-teacher img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}

.class-item-body h5 {
    color: #28326d;
    padding: 14px 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.modal .class-item-body h5 {
    padding: 0 0 10px 0;
}

.class-item-detail {
    font-size: 14px;
    font-weight: 500;
}

.modal .class-item-detail > span:first-child {
    white-space: nowrap;
}

.teacher-action button {
    background-color: #3264fe;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: fit-content;
    font-weight: 500;
    padding: 5px 22px;
    margin-top: 10px;
}

.class-item-img strong {
    margin: 8px 0;
    display: inline-block;
    color: #7395ff;
    font-size: 13px;
}

.class-item-teacher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.teacher-action-box {
    display: flex;
    flex-direction: column;
    width: 100%
}

.class-item-img {
    display: flex;
    flex-direction: column;
    flex: 0 0 70px;
    justify-content: center;
    align-items: center;
}

.teacher-action {
    display: flex;
    padding-left: 15px;
    flex-direction: column;
    color: #28326d;
    font-size: 14px;
    font-weight: 800;
}

.modal .teacher-action {
    width: 100%
}

.filter-box {
    border: 2px solid #ededed;
    padding: 20px 15px;
    border-radius: 10px;
    height: 100%;
    font-weight: 800;
    font-size: 17px;
}

.filter-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-box .select-control {
    width: 100%;
    min-width: 160px;
    appearance: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 800;
    color: #28326d;
    border: 2px solid #ededed;
    margin-left: 20px;
    background-size: 14px;
}

.selected-item {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    align-items: baseline;
    padding: 13px;
    background: #f0f0f0;
    border-radius: 10px;
    color: #28326d
}

.filter-list input {
    margin: 0 5px 2px 2px;
    transform: scale(1.5);
    border-width: 1px;
}

.button-more-course {
    color: #3264fe;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 7px;
}

.filter-list ul li {
    display: flex;
    width: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: flex-start;
}

.filter-list input[type="radio"] {
    margin: 0 0 2px 5px;
    border-radius: 50px;
    margin-right: 15px;
    background: #eaeaea;
    border-color: #eaeaea;
    cursor: pointer;
}


.filter-list input:checked[type="radio"], .filter-list input:checked[type="checkbox"] {
    background-color: #eaeaea;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233264fe' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border-color: #eaeaea;
}

.filter-list input[type="radio"].active {
    background-color: #eaeaea;
    border-color: #3264fe;
}

.selected-item-des i {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #eaeaea;
    display: inline-block;
    border: 2px solid #eaeaea;
    margin: 0 7px 0 0;
}

.selected-item-des {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    background: #f5f5f5;
    color: #b2b2b2;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 15px;
}

    .selected-item-des li {
        display: flex;
        align-items: center;
        margin-right: 13px
    }

    .selected-item-des .selected-active {
        border: 2px solid #3264fe;
    }

.selected-item span {
    font-size: 15px
}

.selected-item label {
}

.filter-list-detail span {
    font-weight: 500;
    font-size: 14px;
    color: #848484;
}


.filter-list-detail p {
    font-size: 15px;
    margin-top: -3px;
    color: #192045;
}

@media screen and (max-width:1450px) {
    .choose-time {
        margin-top: 40px;
    }

    .selected-item-des {
        font-size: 12px;
    }

    .filter-list-detail p {
        font-size: 13px;
    }

    .filter-list input[type="radio"], input[type="checkbox"] {
        border-color: rgb(221, 221, 221);
        border-width: 0.125rem;
        border-style: solid;
        transform: scale(1.1);
    }
}

@media screen and (max-width:1200px) {
    .row-top {
        flex-wrap: wrap;
    }
}

@media screen and (min-width:992px) {
    .curriculum-page {
        margin: 0 13px;
    }

    .choose-time {
        margin-right: -15px;
    }
}

@media screen and (max-width:992px) {

    .row-top {
        flex-wrap: wrap;
        align-items: self-start;
        /*flex-direction: column*/
    }

    .curriculum-page .choose-time .col-lg-6.col-xxl-4 {
        max-width: 100% !important
    }

    .join-action-box {
        margin-top: 25px;
    }

    #time-range {
        width: 100% !important;
    }

    .choose-day li a.active {
        padding: 20px 40px;
    }

    .modal .teacher-action-box .select-control, .filter-box .select-control {
        appearance: auto
    }

    .curriculum-page .classes-box-header h3 {
        margin-bottom: 15px
    }

    .classes-box-header {
        flex-wrap: wrap;
        padding: 15px 0 0 0;
    }

    .choose-day li, .choose-day li a {
        width: fit-content;
        font-size: 14px;
        padding: 0 5px
    }

        .choose-day li a {
            width: 100%;
            border-right: 1px solid #ddd
        }

    .class-item {
        margin-bottom: 15px
    }

    .choose-day li {
        width: 100%;
        padding: 0;
    }

    .choose-time {
        margin: 20px 0 10px 0
    }

    .choose-day ul, .choose-day, .choose-time {
        width: 100%
    }

    .curriculum-page {
        padding: 10px
    }

    .choose-time .wrapper {
        width: 100%;
    }
}

#time-range p, .join-action-box span {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 12px;
    background: #ffffff;
    border: 1px solid #BABABA;
    /* box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset; */
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 12px;
    font-size: .7em;
    display: block;
    border-radius: 6px;
    background: #3264fe;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #3264fe;
    width: 22px;
    height: 22px;
    /* -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset; */
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    /* box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset; */
    /* -webkit-transition: box-shadow .3s; */
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 29px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        /* content: ""; */
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

#slider-range {
    width: 90%;
    margin: 0 auto;
}

#time-range {
    width: 400px;
}

.modal .class-item-detail {
    display: flex
}

    .modal .class-item-detail span {
        margin: 0 2px
    }

.modal .class-item-teacher {
    align-items: flex-start;
    margin-top: 15px
}

.modal .teacher-action-box .select-control:focus, .filter-box .select-control:focus {
    outline: none
}

.modal .teacher-action-box .select-control, .filter-box .select-control {
    width: 100%;
    border: 1px solid #b4b3b3;
    appearance: none;
    padding: 6px !important;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0;
    color: #808080;
    font-size: 14px;
    background-position: 97% 50%;
    background-size: 11px;
}

.modal .teacher-action-box .select-control {
    padding: 4px !important;
    margin-top: 3px;
}

.teacher-action-box > .teacher-action:last-child {
    flex-direction: row;
    justify-content: end;
}

.teacher-action-box .select-control option, .filter-box .select-control option {
    font-weight: 600;
}

.teacher-action-box > .teacher-action:first-child {
    flex-direction: row;
    align-items: center
}

    .teacher-action-box > .teacher-action:first-child p {
        margin-right: 10px;
        width: fit-content;
        white-space: nowrap;
    }


.join-action-box {
    display: inline-block;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}

.btn-join-action {
    width: 250px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

    .btn-join-action p {
        font-size: 15px;
        margin: 0;
    }

    .btn-join-action span {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid var(--color-primary);
        z-index: 1;
        animation: circle-fade-before 2s infinite ease-in-out;
        -webkit-animation: circle-fade-before 2s infinite ease-in-out;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .btn-join-action .circle-2 {
        animation: circle-fade-after 2s infinite ease-in-out;
        -webkit-animation: circle-fade-after 2s infinite ease-in-out;
    }


@keyframes circle-fade-before {
    0% {
        transform: scale(1.01) translateY(-1px);
        height: 100%;
        opacity: 1;
    }

    100% {
        transform: scale(1.1) translateY(-6px);
        height: calc(100% + 20px);
        opacity: 0;
    }
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1.02) translateY(-1px);
        height: 100%;
        opacity: 1;
    }

    100% {
        transform: scale(1.2) translateY(-6px);
        height: calc(100% + 20px);
        opacity: 0;
    }
}


.join-action-box {
    display: flex;
    flex-direction: column;
}

    .join-action-box span {
        margin-bottom: 10px
    }

.btn-join-action {
    background-color: var(--color-primary);
    color: #fff !important;
    font-size: 16px;
    padding: 12px 20px;
    box-shadow: inset 3px 1px 3px #47ba88;
}

.classes-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn-course-action {
    background: #ff6a59 !important;
    color: #fff !important;
}

.no-course .class-item, .no-course {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .no-course .class-item {
        background: #fafafa;
    }

.curriculum-page .classes-box-header h3 {
    margin-bottom: 0
}

.class-item-detail.text-center > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: normal;
    justify-content: center;
}

.classes-box-header > div {
    display: flex;
    align-items: center
}

    .classes-box-header > div a {
        color: rgb(76, 188, 154) !important
    }

.coin-next2me {
    margin-left: 10px;
    cursor: pointer;
    background: #eaeaea;
    padding: 4px 6px 4px 10px;
    border-radius: 50px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

    .coin-next2me i {
        background: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.6;
        margin-left: 10px;
        border-radius: 23px;
    }

.course-item .teacher-action {
    flex-direction: row;
}

    .course-item .teacher-action .btn {
        margin-right: 5px;
        padding: 5px;
        font-size: 13px;
    }

.course-item .class-item-teacher {
    margin-top: 5px;
    justify-content: space-between
}

    .course-item .class-item-teacher img {
        margin-right: 5px
    }


@media screen and (max-width:450px) {
    .choose-day li a.active {
        padding: 20px 10px;
    }
}

.course-item .class-item-body h5 {
    font-weight: 900;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 155px;
    overflow: auto;
    padding-right: 5px;
    margin-top: 5px;
}

.course-item .class-item-body ::-webkit-scrollbar {
    height: 1px;
    border-radius: 10px;
    width: 4px;
    background-color: #ddd !important
}

.course-item .class-item-body ::-webkit-scrollbar-track {
    background-color: #ededed !important;
    border-radius: 5px;
}

.course-item .class-item-body ::-webkit-scrollbar-thumb {
    background-color: rgba(73,82,138, .52) !important;
    transition: all .3s ease
}

.course-item .class-item-body:hover ::-webkit-scrollbar-thumb {
    background-color: rgba(73,82,138, .82) !important;
}


.course-item .class-item-detail p:empty {
    display: none
}

.class-item {
    height: 100%;
    margin-bottom: 25px;
}

.course-item .class-item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 30px);
}

.about-user-box .course-item .teacher-action {
    padding-left: 0;
}

.about-user-box .class-item-teacher img {
    width: 35px;
    height: 35px;
    margin-right: -15px;
}

.other-student {
    background: #f4f4f4;
    width: 35px;
    height: 35px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    border: 1px solid #ddd;
}

.student-item span {
    margin-left: 25px !important
}

.student-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
}

.about-user-box .class-item-teacher > .d-flex {
    flex-direction: column;
}

.about-user-box .course-item .class-item-teacher {
    align-items: flex-start;
}

.free-time-box {
    padding: 20px
}

.free-time-header ul {
    display: flex;
}

    .free-time-header ul li {
        width: 100%;
        font-weight: 600;
    }

    .free-time-header ul a {
        width: calc(100% - 15px);
        display: inline-block;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 10px 10px 0;
        background: var(--rgba-primary-2);
        color: #1d1d1d !important;
        text-align: center;
    }

.free-time-content {
}

    .free-time-content ul {
        display: flex;
    }

        .free-time-content ul li {
            width: 100%;
            font-weight: 600;
            display: flex;
            flex-direction: column;
        }

        .free-time-content ul a {
            width: calc(100% - 15px);
            background: #fff;
            margin: 5px 0;
            text-align: center;
            line-height: 1;
            padding: 7px 5px 5px 5px;
            font-weight: 600;
            color: #272727 !important;
            border-radius: 5px;
            text-shadow: 0 0 1px #2a2a2a;
            box-shadow: 1px 1px 5px rgba(191,191, 191, .77);
        }

            .free-time-content ul a.active {
                background: var(--rgba-secondary-2);
            }

@media screen and (min-width:768px) {
    .about-user-box .free-time-header {
        position: sticky;
        top: 80px;
        background: #fff;
    }
}

@media screen and (max-width:992px) {
    .sliders_step1 {
        margin-left: -35px;
    }

    .join-action-box > div:empty {
        display: none
    }

    .choose-time {
        justify-content: space-between;
    }

    .row-class h4 {
        font-size: 15px;
    }

    .class-item-detail.text-center > span {
        white-space: normal;
    }

    .btn-course-action {
        font-size: 13px;
        padding: 8px 10px;
    }

    .free-time-box .show-mobile {
        margin: 10px 0;
        display: block;
    }

    .free-time-header ul {
        display: none
    }

    .free-time-content ul {
        flex-wrap: wrap
    }

        .free-time-content ul a {
            width: 100%;
            padding: 12px;
        }
}

.free-time-header .filter-list ul li {
    display: flex;
    width: 43%;
    align-items: center
}

    .free-time-header .filter-list ul li input {
        margin: 0 5px 0 0
    }

.free-time-header .filter-list p {
    margin: 0;
    font-size: 16px;
    color: #313131;
}

.free-time-header .filter-list ul {
    border-bottom: 1px solid #ddd;
}

.free-time-header .free-time-box {
    padding: 20px 10px 5px 10px
}

.about-user-box .free-time-header .filter-list ul li input {
    margin: 0 5px 0 0;
    transform: none;
}

.curriculum-page .full-text-size {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .filter-box .select-control {
        min-width: 100px
    }

    .class-item-teacher img {
        width: 45px;
        height: 45px;
    }

    .filter-list input {
        transform: none
    }

    .filter-list .selected {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin-left: 5px
    }

    .filter-list-detail p {
        font-size: 14px;
        margin-top: 0px;
    }

    .selected-item span {
        font-size: 13px;
        padding: 13px;
    }

        .selected-item span:empty {
            display: none;
        }

    .btn-join-action {
        font-size: 14px;
        padding: 11px;
    }

    .selected-item {
        padding: 0;
        margin-bottom: 10px
    }

    .filter-box-header span {
        font-size: 14px;
    }

    .select-control {
        background-repeat: no-repeat;
        background-image: url("/img/icon/down-arrow.svg")
    }

    .curriculum-page h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .class-item {
        height: 100%;
        padding: 10px;
    }

    .teacher-action {
        font-size: 12px;
    }

    .class-item-top {
        font-size: 12px;
    }

    .free-time-header .filter-list ul {
        display: flex !important;
        flex-wrap: wrap
    }

    .free-time-header .free-time-box {
        padding-left: 0;
    }

    .free-time-header .filter-list ul li {
        margin-bottom: 0;
        width: 100%;
        padding: 7px 0;
    }
}

@media screen and (max-width:768px) {
    .free-time-box {
        padding: 10px;
    }

    .free-time-header .filter-list p {
        font-size: 14px;
    }

    .free-time-header .free-time-box {
        padding: 0
    }

    .join-action-box {
        align-items: center;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: row
    }

    .choose-time .btn {
        font-size: 11px !important;
        padding: 9px 3px;
        margin: 0 4px !important;
    }

    .choose-time .coin-next2me, .choose-time .btn-info.ml-2 {
        margin-left: 0 !important;
        font-size: 14px;
    }

    .btn-course-action {
        padding: 7px;
        font-size: 12px !important;
    }

    .choose-day li a.active {
        padding: 15px;
    }

    .course-item .class-item-teacher {
        font-size: 12px;
        padding-right: 10px;
    }

    .about-user-box .curriculum-page .course-item .class-item-teacher {
        flex-wrap: wrap;
    }

    .about-user-box .curriculum-page .class-item.course-item .class-item-teacher .student-item span {
        font-size: 11px;
    }

    .about-user-box .curriculum-page .class-item.course-item .class-item-teacher .d-flex .student-item {
        margin-bottom: 0
    }

    .about-user-box .course-item .teacher-action {
        margin-top: 7px;
    }

    .sliders_step1 {
        margin-left: -15px;
    }

    .row-top {
        flex-direction: row;
        margin-bottom: 0;
    }

    .selected-item-des li {
        font-size: 12px;
    }
}

.curriculum-page ~ div .indicators-question .response-row-box li {
    padding: 0 10px;
    margin-right: 0;
}

    .curriculum-page ~ div .indicators-question .response-row-box li .indicators-question-value {
        position: static;
        max-width: 55px;
    }

.curriculum-page ~ div .indicators-score-max {
    max-width: 55px;
    position: relative;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.curriculum-page ~ div .response-row-box li span {
    padding-bottom: 0;
    font-size: 11px;
    text-align: center;
    color: #7a7a7a;
    margin-top: -28px;
    margin-bottom: 17px;
}

.curriculum-page ~ div .indicators-score-max span {
    position: static;
}

.curriculum-page ~ div .indicators-score-max .form-control {
    margin: 0
}

.curriculum-page ~ div .indicators-question {
    padding: 0;
    margin-top: 30px;
}

.site-content.indicator-result-box .indicators-question {
    margin-top: 0 !important
}

.curriculum-page ~ div .indicators-question .response-item input[type="text"] {
    margin-left: 0
}

@media screen and (min-width:1550px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.join-action-box img {
    width: 77px;
    margin: -14px auto 13px auto;
    display: inline-block;
}

.join-action-box .logo-loader.loading-main {
    transform: scale(.7);
}

.join-action-box > div img {
    margin: -60px auto 0 auto;
    width: 90px;
}

.join-action-box > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 55px;
}

@media screen and (max-width:768px) {
    .join-action-box img {
        margin: 0 auto;
    }

    #slider-range {
        width: 92%;
        margin: 0 auto;
    }

    .sliders_step1 {
        margin-top: 10px;
    }

    .filter-list-detail p {
        font-size: 12px;
    }

    .course-item .class-item-body h5 {
        font-weight: 500;
        font-size: 14px;
    }

    .class-item-teacher img {
        width: 30px;
        height: 30px;
    }

    .course-item .teacher-action .btn {
        font-size: 11px !important;
    }

    .curriculum-page .list-group li {
        font-size: 12px;
    }

        .curriculum-page .list-group li a {
            padding: 7px;
            background: #ddd;
            border-radius: 6px;
            color: #252525;
            font-weight: 800;
            font-size: 12px;
            margin-left: 10px;
            box-shadow: 0px 0px 3px #bababa;
        }
}

.si-btn {
    font-size: 14px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #ff6f6f;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "GothamRounded-Medium", 'Gotham Rounded';
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, 0.3);
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}
/*store*/

.one-line-form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 7px;
    background: #fff;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    border: 1px solid #ddd;
    -moz-border-radius: 33px;
    width: 100%;
}

.one-line-form {
    max-width: initial;
    margin: 0 0 20px 0;
}

    .one-line-form > span {
        width: 80%;
    }

    .one-line-form > * {
        float: left;
    }

    .one-line-form button {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #4cbc9a;
        box-shadow: none !important;
    }

    .one-line-form > * {
        float: left;
    }

.octf-btn-icon {
    text-align: left;
    padding: 15px 24px 15px 28px;
    margin: 4px;
    font-family: var(--font-base);
}

.one-line-form input:focus,
.one-line-form input:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.text-dec {
    font-size: 19px;
    margin: 15px 0;
    color: #0d1452;
}

.one-line-form input {
    width: 100%;
    border: none;
    padding: 15px;
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: 500;
}

    .one-line-form input::placeholder {
        color: #7e7e7e;
    }

.next2me-product {
    margin: auto;
    width: 80px;
}

.banner-product {
    margin: 10px auto;
    min-width: 610px;
}

.content-row p {
    margin: 29px 0;
    line-height: 1.6;
    font-size: 15px;
    color: #373b57;
    text-align: justify
}

.next2me-product-row {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    padding: 15px;
    margin: auto;
    border-radius: 15px;
}

.next2me-products {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex
}

    .next2me-products > img {
        border: 1px solid #ddd;
        margin: 0 15px 0 0;
        border-radius: 10px;
        width: 188px;
        flex: 0 0 183px;
        max-height: 145px;
    }

    .next2me-products > div {
        width: 100%;
    }

    .next2me-products div {
        display: block
    }


.next2me-product-detail button {
    margin-right: 10px
}

.next2me-products div.next2me-product-detail {
    display: flex;
    justify-content: end;
    align-items: center;
}

.next2me-product-detail > div {
    display: flex
}

.result-item .feed-des.teacher-show-read-more {
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 600;
    min-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Poppins;
}

.next2me-row .feed-shared-body-text p {
    line-height: 1.6;
    font-size: 15px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 0;
    min-height: 200px;
}

.modal .next2me-row .feed-shared-body-text p {
    min-height: auto
}

.fade-text::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .4));
}

.next2me-products p {
    margin-bottom: 17px;
    font-size: 16px;
    text-align: justify;
}

.next2me-row h2, .next2me-products h2 {
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 7px;
    font-weight: 800;
    color: #353354;
}

.next2me-row > div {
    width: 100%;
}

.next2me-product-detail span {
    font-weight: 500;
    margin-left: 5px;
}

.next2me-product-detail .coin-img {
    width: 24px;
}

.next2me-product-detail .package-price {
    text-shadow: none;
    font-weight: 900;
    font-size: 17px;
}

.choose-time {
    display: flex;
    justify-content: end;
    align-items: center
}

.next2me-products .feed-des.teacher-show-read-more.fade-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.next2me-products .event-body-text.result-item .feed-shared-body-text {
    padding-top: 0;
}

.result-item .feed-shared-body {
    padding: 0 0 10px 0 !important
}

.next2me-product-detail .global-coin-count {
    font-size: 17px;
    margin: 0 5px;
}

    .next2me-product-detail .global-coin-count.package-off.del {
        color: #bfbfbf;
        font-size: 15px;
    }

.next2me-product-row:empty {
    display: none
}

@media screen and (max-width:992px) {
    .next2me-products h2 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .banner-product {
        margin: 10px auto;
        min-width: 100%;
    }

    .result-item .feed-des.teacher-show-read-more {
        min-height: 70px;
    }

    .next2me-products > img {
        width: 165px;
        flex: 0 0 165px;
        max-height: 180px;
    }

    .next2me-products p {
        font-size: 14px;
    }

    .next2me-products .feed-des.teacher-show-read-more.fade-text {
        max-height: 125px !important;
        padding: 0 7px;
    }

    .one-line-form {
        max-width: initial;
        margin: 10px;
    }

        .one-line-form input {
            width: 100%;
            padding: 3px;
            font-size: 14px;
        }

    .octf-btn-icon {
        padding: 8px 13px 9px 15px;
        font-size: 13px;
        margin: 0;
    }
}


@media screen and (max-width:500px) {
    .next2me-products {
        flex-direction: column
    }

    .next2me-product-detail button {
        margin-right: 10px;
        margin-bottom: -3px;
    }

    .next2me-products div {
        padding-bottom: 0;
    }
}

.result-item .feed-des.teacher-show-read-more span {
    display: block;
}


.next2me-row {
    display: flex;
    /*align-items: center*/
}

.next2me-detail-img > img {
    width: 230px;
    padding: 10px;
    margin-left: 0;
    border-radius: 10px
}

.next2me-row + .next2me-product-detail {
    display: flex;
    align-items: center;
    justify-content: end;
}

.modal .next2me-products.result-item {
    display: flex;
}

    .modal .next2me-products.result-item > div {
        display: flex;
        flex-direction: column
    }

@media screen and (max-width:450px) {
    .next2me-products > img {
        width: 100%;
        flex: 0 0 100%;
        max-height: 195px;
        object-fit: contain;
    }
}

@media screen and (max-width:768px) {
    .next2me-row {
        flex-direction: column-reverse;
    }

    .student-item, .course-item .teacher-action .btn {
        margin-bottom: 0;
    }

    .next2me-products > img {
        object-fit: contain;
    }

    .next2me-detail-img > img {
        max-width: 300px;
        width: 100%;
        padding-top: 50px;
        margin: 0;
    }

    .next2me-row > div {
        width: 100%;
        max-width: 100% !important;
    }

    .next2me-book-list {
        width: 100%;
    }
}

.next2me-book-list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.next2me-book img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    background: #7d797a;
}

.modal .next2me-row {
    padding: 0 15px;
}

.next2me-row + .next2me-product-detail {
    padding: 0 15px;
}

.next2me-book {
    width: calc(50% - 10px);
    max-width: 160px;
    min-width: 80px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #e5e5e5;
}

.next2me-detail-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 35% !important;
    justify-content: space-between;
    padding: 0 0px 20px 10px;
}

.next2me-book-list h2 {
    width: 100%;
    text-align: center
}

.next2me-book label {
    text-align: center;
    background: #f3f3f3;
    font-size: 11px;
    font-weight: 800;
    padding: 8px 8px 7px 8px;
    line-height: 1;
    color: #4e4e4e;
    width: 100%;
    min-height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.site-content div.stars {
    text-align: center;
    width: 165px;
    display: inline-block;
    align-content: center;
    display: flex;
    flex-direction: row-reverse;
}

.site-content input.star {
    display: none;
}

.site-content label.star {
    float: right;
    display: inline-block;
    /* padding: 5px; */
    padding-left: 5px;
    font-size: 19px;
    margin: 0;
    color: #444;
    transition: all 0.2s;
    cursor: pointer;
}


.indicator-result-box .full-size-answer p {
    font-size: 15px;
    margin: 0
}

.site-content input.star:checked ~ label.star:before {
    content: "\f005";
    color: #fd4;
    font-weight: 600;
    transition: all 0.25s;
}


    .cc-btn .text-info.font-weight-bold {
        font-weight: 500 !important;
        font-family: "GothamRounded-Medium", 'Gotham Rounded';
        font-size: 15px;
    }

.site-content input.star-1:checked ~ label.star:before {
    color: #fe7;
    font-weight: 700;
    text-shadow: none;
}

.site-content input.star-5:checked ~ label.star:before {
    color: #f62;
    font-weight: 700;
}

.site-content label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

.site-content label.star:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
}

.site-content .rev-box {
    overflow: hidden;
    height: 0;
    width: 100%;
    transition: all 0.25s;
}

.site-content textarea.review {
    background: #222;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    color: #eee;
}

.site-content label.review {
    display: block;
    transition: opacity 0.25s;
}

.site-content input.star:checked ~ .rev-box {
    height: 125px;
    overflow: visible;
}

.site-content input.star:checked ~ .rev-box {
    height: 125px;
    overflow: visible;
}

.indicator-result-box .full-size-answer {
    width: 100%
}

    .indicator-result-box .full-size-answer > input[type="text"] {
        border: none;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 8px;
        margin-top: 15px;
    }


.schedules-box .box-class-item-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    margin: 10px 20px 10px 10px;
    box-shadow: 0px 5px 50px 0px rgba(76, 188, 154, .73), 0px 0px 0px 5px rgba(76, 188, 154, .76);
}

.teacher-list .box-class-item-teacher.active img, .teacher-list .box-class-item-teacher:hover img {
    box-shadow: 0px 5px 50px 0px rgba(76, 188, 154, .73), 0px 0px 0px 5px rgba(76, 188, 154, .76);
}

.modal .form-creator .two-col {
    display: flex;
    align-items: flex-end;
}

.course-item-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
    font-size: 12px;
    background: #fff;
    box-shadow: 0px 0px 5px #c6c6c6;
    padding: 6px;
    color: var(--danger) !important;
    border-radius: 16px;
    width: 25px;
    height: 25px;
    display: none;
    align-items: center;
    justify-content: center;
}

.about-user-box .check-box-row {
    display: flex;
    justify-content: flex-end;
}

.div-select-row .btn {
    padding: 12px;
    margin: 0 8px !important;
}

.course-schedules-row {
    display: flex;
    min-width: 100%;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.check-box-row input[type="checkbox"] {
    margin-left: 5px
}

.course-item:hover .course-item-remove {
    display: flex;
}

.dictionary-day-item > span {
    background: linear-gradient(45deg, #ffffff, #f2f2f2);
    border-radius: 5px;
    border-left: 4px solid #b5d56a;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    box-shadow: 1px 1px 3px #dfdfdf;
}

.course-item {
    position: relative;
    border-radius: 10px;
    width: calc(20% - 16px);
    margin: 8px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-shadow: 1px 2px 6px #ebebeb;
}

.curriculum-page .class-item.course-item {
    width: 100%
}

.about-user-box .curriculum-page .class-item.course-item .class-item-teacher > .d-flex {
    flex-direction: row
}

.about-user-box .curriculum-page .class-item.course-item .class-item-teacher .student-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
    min-width: 30px;
    margin-right: -15px;
}

    .about-user-box .curriculum-page .class-item.course-item .class-item-teacher .student-item img {
        margin-right: 0
    }

    .about-user-box .curriculum-page .class-item.course-item .class-item-teacher .student-item span {
        margin-left: 10px !important;
    }

.course-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #4b4b4b;
}

.course-item-time {
    display: flex;
    align-items: center;
}

.btn-default {
    background: #ddd;
    box-shadow: none !important;
}

.course-item-time i {
    color: #b5d56a;
    margin-right: 7px;
}

.course-item-time span {
    color: #979797;
}

.course-item-edit {
    position: absolute;
    right: 10px;
    bottom: 11px;
    color: var(--rgba-primary-7) !important;
}

.col-12 > .d-flex.switch-row {
    flex-wrap: nowrap !important
}

.schedules-box .box-class-item-teacher {
    margin: auto
}


@media screen and (max-width: 992px) {
    .choose-time {
        padding: 0;
        margin: 10px 0;
        flex-wrap: wrap;
    }

    .curriculum-page .choose-time .class-item.course-item {
        padding: 0;
        margin: 30px 0 !important;
    }

    .next2me-button {
        margin-top: 20px !important;
        padding-left: 0 !important;
    }

    .curriculum-page .choose-time h3 {
        left: 0 !important;
        top: 0;
    }

    .choose-time > .d-flex {
        flex-wrap: wrap;
    }

    .choose-time .coin-next2me, .choose-time .btn-info.ml-2 {
        margin-left: 0 !important
    }
}


.about-user-box .curriculum-page {
    padding: 25px 25px 20px 10px;
    box-shadow: none
}

.curriculum-page .choose-time .class-item.course-item {
    box-shadow: none;
    border: none;
    margin-top: 25px;
}

.curriculum-page .choose-time .class-item-detail {
    display: none
}

.curriculum-page .choose-time .class-item-top {
    border-bottom: none;
    justify-content: flex-end;
    font-size: 12px;
}

.curriculum-page .choose-time h5 {
    font-size: 13px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: calc(100% - 210px);
    max-height: 30px;
    padding: 8px 0px 10px 5px;
}

.curriculum-page .choose-time .col-lg-6.col-xxl-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0 -40px 0 !important;
    padding: 0;
}

.curriculum-page .choose-time .course-item .class-item-body {
    border: 1px solid #e8e8e8;
    flex-direction: row;
    border-radius: 10px;
    padding: 0px 5px 5px 5px;
}


.curriculum-page .choose-time h3 {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 23px;
    display: block !important;
}

.next2me-button {
    margin-top: 40px;
    padding-left: 15px
}

.curriculum-page .choose-time .class-item-header, .curriculum-page .choose-time .class-item-users-count {
    padding: 5px;
    background: #f7f7f7;
    margin-bottom: -7px;
    border-radius: 5px 5px 0 0;
    margin-right: 15px;
}

.curriculum-page .choose-time .class-item-header {
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
}

.next2me-button .btn {
    padding: 9px;
    line-height: normal;
    margin: 0 4px !important;
    font-size: 14px;
}

@media screen and (max-width:1400px) {

    .curriculum-page .choose-time .col-lg-6.col-xxl-4 {
        max-width: 435px;
    }
}

@media screen and (max-width:1600px) {

    .curriculum-page .choose-time h5 {
        font-size: 11px;
        max-width: calc(100% - 177px);
        max-height: 23px;
        padding: 8px 0px 10px 5px;
    }

    .next2me-button .btn {
        padding: 6px;
        line-height: normal;
        margin: 0 4px !important;
        font-size: 12px;
    }

    .curriculum-page .choose-time .class-item.course-item {
        margin-top: 15px !important;
    }

    .course-item .teacher-action .btn {
        font-size: 11px;
    }
}

@media screen and (max-width:520px) {

    .choose-time .course-item .teacher-action {
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .choose-time h5 {
        font-size: 11px;
        font-weight: 600;
        -webkit-line-clamp: 3;
        max-width: calc(100% - 110px);
        max-height: 130px;
        padding: 8px 0px 10px 5px;
    }


    .teacher-action {
        flex-direction: column;
        padding-left: 0;
    }

    .curriculum-page .choose-time .course-item .class-item-body {
        flex-wrap: wrap
    }

    .choose-time .course-item .teacher-action .btn {
        width: 100%;
        margin-right: -5px !important;
        margin-bottom: 3px !important;
        font-size: 10px !important;
        border-radius: 6px !important;
        padding: 3px !important;
        line-height: normal;
    }

    .curriculum-page .choose-time h5 {
        font-size: 11px;
        font-weight: 600;
        max-width: calc(100% - 70px);
        max-height: 55px;
        overflow: hidden;
        padding: 8px 0px 10px 5px;
    }


    .next2me-button .btn {
        font-size: 11px !important;
        padding: 7px 6px;
        line-height: normal;
        margin: 0 4px !important;
    }

        .next2me-button .btn i {
            display: none !important
        }

    .curriculum-page .choose-time .class-item.course-item {
        margin-top: 40px !important;
    }
}
.page-inside {
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 10px;
    padding: 15px;
}
    .page-inside h4 {
        font-weight: 600;
        background: #f3f3f3;
        padding: 7px 8px;
        border-radius: 6px;
        width: fit-content;
        font-size: 14px;
        margin-bottom: 15px !important;
        display: inline-block;
    }
.form-group.phone-area-input {
    display:flex;
}
    .form-group.phone-area-input > select.form-control {
        width: fit-content;
        margin-right: 10px;
    }
.row.login-box{
    background:transparent;
    width:100%;

    height:100%
}
.img-shape-login {
    width:150px;
}
.qkids-button-tab.si-btn {
    border: 2px solid #ff6f6f;
    background-color: #b1b1b1;
    box-shadow: none;
    margin: 0 5px 15px 5px;
    width: 50%;
    min-width: 330px
}

.time-course {
    background-color: #fff;
    display: flex;
    padding: 17px 10px;
    margin-left: 5px;
    padding-left: 55px;
    position: relative;
    border-radius: 40px 5px 5px 40px;
}

    .time-course > span {
        margin: 0 5px
    }

    .time-course > i {
        padding: 3px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 10px;
        height: 40px;
        border-radius: 25px;
        background-color: #ff6f6f;
        color: #fff;
        font-size: 19px;
        margin-right: 10px;
        top: 10px;
    }

@media screen and (max-width:768px) {
    .time-course {
        margin-bottom: 15px;
    }

    .qkids-tab-store {
        flex-wrap: wrap
    }

    .qkids-button-tab.si-btn {
        min-width: 100%
    }

    .qkids-item-course-body {
        flex-wrap: wrap
    }
}

.qkids-button-tab.si-btn.active {
    background-color: #ff6f6f;
}

.qkids-item-course {
    min-height: 300px;
    position: relative;
    padding: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
}

    .qkids-item-course > img {
        min-height: 300px;
        top: 0;
        width: 100%;
        object-position: center;
        height: 100%;
        margin-bottom: 0;
    }

.qkids-items-course {
    margin-top: 40px
}

    .qkids-items-course .row {
        margin: 0;
        justify-content: center
    }

.qkids-item-course-title {
    z-index: 1;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 10px;
    padding-right: 50px;
    /* text-shadow: 1px 1px 4px #222222; */
    transform: skew(-29deg) translate(-25px, 0px)
}

    .qkids-item-course-title h3 {
        font-size: 24px;
        transform: skew(29deg) translate(25px, 0px);
        color: #3d3d3d;
        margin: 0;
        padding-left: 8px;
    }

.qkids-item-course-body {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: -1px;
    left: -1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.price-area {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    align-items: center;
    float: right;
    width: fit-content;
    border-radius: 5px 50px 50px 5px;
    margin-right: 5px
}

.qkids-item-course-price {
    padding: 0 10px 0 15px;
    font-weight: 600;
}


.price-area .si-btn {
    color: #fff !important;
    border: none !important;
}

.qkids-item-course-dec {
    display: inline-block;
    margin-top: 0;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    color: #3d3d3d;
    width: 100%;
    margin-bottom: 30px
}

    .qkids-item-course-dec p {
        font-size: 16px;
        line-height: 1.7;
        width: 100%;
        text-align: justify;
        margin-bottom: 10px;
        font-weight: 600
    }

.discounted + .qkids-item-course-price {
    text-decoration: line-through;
    font-size: 14px;
    padding-left: 0;
    padding-top: 0;
    font-weight: 300;
}


@media screen and (max-width:992px) {
    .qkids-item-course {
        min-height: auto
    }

    .qkids-item-course-title h3 {
        font-size: 17px;
    }

    .qkids-item-course-body .si-btn {
        font-size: 14px;
    }

    .qkids-course-list {
        background: #f3f3f3;
        margin: 0 7px 5px 0;
        width: 100%;
        box-shadow: none;
    }

    .qkids-item-course-body .si-btn i {
        width: 30px;
        height: 30px;
        font-size: 11px;
        line-height: 30px;
    }

    .qkids-item-course > img {
        min-height: 400px;
        object-fit: cover;
    }

    .qkids-item-course-body {
        bottom: 15px;
    }
}
