@media (max-width: 1550px) {
    .fc-schedule-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1440px) {

    .box-right {
        flex-basis: min(100%, 310px);
    }

}

@media (max-width: 1230px) {

    .box-right {
        flex-grow: 1;
    }

}

@media (min-width: 1300px) {

    .all-wrapper-2 {
        width: calc(100% - var(--sidebar-size) - var(--inner-sidebar-size));
        margin-left: auto;
    }

}

@media (max-width: 1300px) {

    .student-score-data-wrapper {
        flex-wrap: wrap;
    }

    .student-score-info {
        flex-grow: 1;
    }

    .topbar-menu {
        display: flex;
    }

    .inner-sidebar-wrapper {
        display: none;
    }

}

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

    .all-wrapper-2 {
        width: calc(100% - var(--sidebar-size));
        margin-left: auto;
    }

}

@media (min-width:1200px) {

    .content-area {
        width: calc(100% - 300px - 30px);
    }
}

@media (max-width:1200px) {


    header.guide-tour-header {
        display: flex;
    }

    .guide-tour-topbar {
        display: none;
    }

    .guide-tour-page {
        min-height: calc(100dvh - var(--header-height));
    }

    :root {
        --guide-tour-sidebar-size: 0px;
    }

    .sidebar-open .guide-tour-sidebar {
        transform: translateX(0%);
    }

    .guide-tour-sidebar {
        left: 0;
        width: 300px;
        border-radius: 0;
        transform: translateX(-100%);
        transition: transform 0.8s ease;
        z-index: 9;
    }

    .content-area {
        width: 100%;
    }

    .content-with-sidebar-right {
        flex-wrap: wrap;
    }

    .sidebar-right-area {
        flex: 1 0 100%;
    }
}

@media (min-width: 1025px) {

    .all-wrapper-1 {
        width: calc(100% - var(--sidebar-size));
        margin-left: auto;
    }
}


@media (max-width:1024px) {

    .basic-concept-right {
        gap: 20px;
    }

    .frontend-header-item-wrapper nav ul:not(.nav-dropdown-menu) {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-block: 50px;
        padding-inline: 16px;
    }

    .home-hero {
        margin-top: 30px;
    }

    .hf-inner .hf-title {
        font-size: 46px;
    }

    .hh3 {
        top: 60px;
        right: 60px;
        width: 70px;
    }

    .hh2 {
        width: 70px;
    }

    .hh4,
    .hh5 {
        width: 140px;
    }

    .frontend-header-item-wrapper nav {
        position: fixed;
        background: white;
        top: var(--header-height);
        z-index: 99;
        left: 0;
        right: 0;
        height: 100dvh;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    body.menu-open .frontend-header-item-wrapper nav {
        transform: translateX(0);
    }


    .frontend-nav-sm-login-btn {
        display: block;
    }

    .frontend-header-right {
        display: none;
    }

    .frontend-header-hamburger {
        display: block;
    }

    .notification-alert-box {
        display: none;
    }

    header.header {
        display: flex;
    }

    .sidebar-footer {
        display: none;
    }

    .sidebar-open .sidebar-wrapper {
        transform: translateX(0%);
    }

    .sidebar-wrapper {
        background-color: white;
        transform: translateX(-100%);
        transition: transform 0.8s ease;
        z-index: 9;
    }

    .circle {
        width: 320px;
        height: 320px;
    }

    .rlms-auth-content-right {
        display: none;
    }

    .rlms-auth-content {
        justify-content: center;
    }
}

@media (max-width:900px) {

    .basic-concept-left {
        align-items: center;
    }

    .basic-concept {
        flex-direction: column;
    }
}

@media (min-width: 801px) {

    .sicm-box-row:nth-child(1) .sicm-box-col:nth-child(1) img {
        rotate: -2deg;
    }

    .sicm-box-row:nth-child(1) .sicm-box-col:nth-child(1) img {
        rotate: -3deg;
    }

    .sicm-box-row:nth-child(1) .sicm-box-col:nth-child(2) img {
        rotate: 3deg;
    }

    .sicm-box-row:nth-child(2) .sicm-box-col:nth-child(1) img {
        rotate: -3deg;
    }

    .sicm-box-row:nth-child(2) .sicm-box-col:nth-child(2) img {
        rotate: 3deg;
    }


    .smcp-box-1 .smcp-profile-box {
        transform: rotate(-4.693deg);
    }

    .smcp-box-2 .smcp-profile-box {
        transform: rotate(4.693deg);
    }
}

@media (max-width: 800px) {


    .smcp-box-1 .smcp-box-left {
        margin-inline: auto;
    }

    .smcp-box-2 .smcp-box-right {
        margin-inline: auto;
    }

    .smcp-box-2 .smcp-box-left {
        order: 2;
    }

    .smcp-box-2 .smcp-box-left {
        order: 1;
    }

    .sicm-body {
        gap: 20px;
    }

    .sicm-box-row {
        gap: 20px;
    }

    .hh3,
    .hh2 {
        display: none;
    }

    .hf-inner .hf-title {
        font-size: 27px;
        line-height: normal;
        padding-inline: 15px;
    }

    .hf-inner form button {
        border-radius: 40px;
    }

    .hh-main-img img {
        width: 310px;
    }

    .home-hero {
        margin-inline: 20px;
    }

    .hh4,
    .hh5 {
        width: 70px;
    }

    .h-badge {
        padding: 8px 20px;
        font-size: 14px;
    }

    .hf-inner form {
        padding-inline: 15px;
    }

    .hf-inner form input {
        --rlsm-input-radius: 20px;
        --rlsm-input-padding: 12px;
    }

    .hf-inner form button {
        right: 18px;
        --rlms-btn-py: 6px;
    }

}

@media (max-width: 767px) {

    .fs-tab-btn-list {
        flex-direction: column;
        gap: 10px;

        &>*{
           width: 100%;
        }
    }

    .fc-item {
        gap: 10px;
    }

    .fc-item-list {
        grid-template-columns: 1fr;
    }

    .sicm-box-row {
        gap: 10px;
        flex-direction: column;
    }

    .popup-tab-btn-wrapper {
        display: none;
    }

    .popup-tab-select-box {
        display: block;
    }

    .create-form-welcome::after {
        display: none;
    }

    .student-score-info {
        flex: 0 0 100%;
    }

    .mob-display-none {
        display: none;
    }

    .form-card {
        flex-grow: 1;
    }

    .rlms-mob-w-100 {
        width: 100%;
    }

    .filter-search {
        --rlsm-input-width: 100%;
    }

    .rlms-row-responsive .rlms-col-2 {
        flex: 1 0 100%;
    }

    .rlms-row-responsive .rlms-col-3 {
        flex: 1 0 100%;
    }
}

@media (max-width: 400px) {

    .ib-ul-style-2 li {
        flex-direction: column;
        align-items: self-start;
    }
}

@media (max-width: 350px) {

    .start-end-date-box {
        padding: 6px;

        & input {
            --rlsm-input-fs: 12px;
        }

        & input:nth-child(1)::before,
        & input:nth-child(3)::after {
            font-size: 20px;
        }
    }
}


/* always on bottom */
@media (max-height:832px) {

    .rlms-auth-content:not(.rlms-auth-register-page) .rlms-auth-content-right img {
        height: 500px;
    }

}