@media (min-width: 1900px) {
    
    .create-from-container{
        padding-inline: 100px;
    }
}

@media (max-width: 1800px) {

    .theme-any .sd-content {
        align-items: inherit;
        padding: 20px;
    }
}

@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: 1366px) and (min-width: 1024px) {
    .sd-content {
        zoom: 0.8;
    }
}

@media (max-width: 1366px) {

    .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) {

    .theme-any-tabs-and-content {
        padding: 5px 15px;
    }

    .theme-any-tabs-content {
        width: 100%;
    }


    .theme-any-tabs-and-content {
        display: flex;
        flex-direction: column;
    }

    .theme-any-tabs-box>ul li {
        min-width: 200px;
        height: auto;
    }

    .tat-shape-box {
        gap: 5px;
        padding: 15px;
    }

    .theme-any-tabs ul {
        flex-direction: row;
        overflow-x: auto;
    }

    .tat-shape-box {
        clip-path: none !important;
    }

    .theme-any-tabs {
        width: 100%;
        position: inherit;
        padding-bottom: 0px;
        height: auto;
        overflow-x: auto;
        text-wrap-mode: nowrap;
    }

    .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;
    }

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

    body:not(.no-sidebar) .sd-sidebar-and-content {
        grid-template-columns: 1fr;
    }

    .sd-header-logo p {
        display: none;
    }

    .sd-header-right {
        gap: 10px;
    }

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

    .sd-header-logo img {
        width: 70px;
    }


    .sd-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        padding: 20px;
        height: 100%;
        z-index: 9;
        transform: translateX(-100%);
        transition: transform 0.8s ease;
    }
}

@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) {

    .tatc-left-body .student-answer-box label {
        min-height: auto;
    }

    .theme-any-tabs-content {
        border-radius: 12px;
        box-shadow: 5px 10.903px 0 0 rgba(118, 172, 161, 0.60);
        padding: 20px;
        margin-right: 0;
        width: 100%;
    }

    .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) {

    header.header {
        padding-block: 10px;
    }

    .header-hamburger span {
        --icon-size: 25px;
    }

    .header-profile>.rlms-no-image {
        --no-image-size: 35px;
    }

    .header-logo img {
        width: 60px;
    }

    .rlms-pagination-primary p {
        display: none;
    }

    .rlms-pagination-primary>div {
        width: 100%;
        justify-content: space-between;
    }

    .sd-start-form-wrapper {
        padding: 20px;
    }


    .sd-qp-main {
        position: inherit;
    }

    .sd-question-progressbar .sd-qp-item-1,
    .sd-question-progressbar .sd-qp-item-2 {
        display: none;
    }

    .sd-qp-main {
        position: inherit;
        background: transparent;
        display: flex;
        padding-bottom: 20px;
    }

    .sd-main-background video {
        object-position: left;
    }

    .sd-start-form-title {
        font-size: 30px;
    }

    .sds-shape-box {
        padding: 15px;
    }

    .sd-sidebar img {
        width: 20px;
    }

    .sds-shape-box span {
        font-size: 14px;
    }

    .sd-sidebar ul li {
        height: 70px;
    }

    .form-list-table table td {
        padding: 16px;
    }

    .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) {

    .hide-element-xxs {
        display: none;
    }

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

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

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

    .sd-start-form-title {
        font-size: 25px;
    }
}


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

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

}