@media screen and (max-width: 1599px) {
    .col-master {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media screen and (max-width: 1408px) {
   
}

@media screen and (min-width: 1217px) {

    .theme-menu-close-button,
    .theme-menu-toggle-res {
        display: none;
    }

    .menu-hover .theme-menu-toggle {
        opacity: 1;
    }

    .menu-hover .theme-menu-wrapper {
        max-width: var(--menu-width);
    }

    .menu-hover .theme-menu-wrapper .menu-title,
    .menu-hover .theme-menu-wrapper .menu-arrow,
    .menu-hover .theme-menu-wrapper .menu-bullet,
    .menu-hover .theme-menu-wrapper .tag {
        opacity: 1;
        visibility: visible;
    }

    .menu-hover .theme-menu-wrapper .theme-menu-logo-default {
        opacity: 1;
        visibility: visible;
    }

    .menu-hover .theme-menu-wrapper .theme-menu-toggle svg {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    .menu-hover .theme-wrapper {
        margin-left: var(--menu-width);
    }

    .menu-hover footer {
        left: var(--menu-width);
    }
}

@media screen and (max-width: 1216px) {
    .col-folder {
        width: 25%;
    }
    .theme-menu-toggle-res {
        position: relative;
        margin: 0;
        display: inline-block;
        height: 40px;
        width: 40px;
        z-index: 444;
        cursor: pointer;
    }

    .theme-menu-toggle-res span,
    .theme-menu-toggle-res span:after,
    .theme-menu-toggle-res span:before {
        width: 26px;
        border-radius: 0;
        -webkit-transition: -webkit-transform ease 0.15s;
        transition: -webkit-transform ease 0.15s;
        transition: transform ease 0.15s;
        transition: transform ease 0.15s, -webkit-transform ease 0.15s;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1px;
        background: var(--grey-7, rgba(220, 225, 227, 0.70));
    }

    .theme-menu-toggle-res span:before {
        top: -8px;
    }

    .theme-menu-toggle-res.menu-active span,
    .theme-menu-toggle-res.menu-active span:after,
    .theme-menu-toggle-res.menu-active span:before {
        opacity: 1;
    }

    .theme-menu-toggle-res span {
        top: 50%;
        display: block;
        margin-top: -2px;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }

    .theme-menu-toggle-res span:after,
    .theme-menu-toggle-res span:before {
        display: block;
        content: "";
    }

    .theme-menu-toggle-res span:before {
        top: -8px;
        -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
        transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    }

    .theme-menu-toggle-res span:after {
        bottom: -8px;
        -webkit-transition: bottom 0.1s 0.14s ease,
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.14s ease,
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.14s ease,
            transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.14s ease,
            transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .theme-menu-toggle-res.menu-active span {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .theme-menu-toggle-res.menu-active span:before {
        top: 0;
        -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
        transition: top 0.1s ease, opacity 0.1s 0.14s ease;
        opacity: 1;
        width: 25px;
    }

    .theme-menu-toggle-res.menu-active span:after {
        bottom: 0;
        transition: bottom 0.1s ease,
            -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 25px;
    }

    .theme-menu-toggle-res.menu-active span {
        width: 25px;
    }

    

    .menu-fixed .theme-wrapper {
        margin-left: 0;
    }

    .theme-menu-wrapper {
        left: -320px;
        transition: all 0.3s linear;
    }

    .theme-menu-wrapper.menu-active {
        left: 0;
    }

    .theme-wrapper {
        margin: 0;
    }

    footer {
        left: 0;
    }

    .theme-menu-close-button {
        position: absolute;
        top: 18px;
        right: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        z-index: 9;
        color: #ffffff;
        border: 1px solid rgb(255 255 255 / 10%);
        box-shadow: var(--box-shadow);
        border-radius: 50%;
    }

    .theme-menu-toggle {
        display: none;
    }

    .theme-menu-close-button:hover {
        background-color: rgb(255 255 255 / 10%);
        color: #ffffff;
    }

    .theme-menu-wrapper {
        max-width: var(--menu-width) !important;
        background-color: #192934;
    }

    .theme-menu-wrapper:not(:hover) .theme-menu-logo-default {
        opacity: 1;
        visibility: visible;
    }

    .theme-menu-logo-minimize {
        opacity: 0;
    }

    .theme-menu-wrapper:not(:hover) .menu-title,
    .theme-menu-wrapper:not(:hover) .menu-arrow,
    .theme-menu-wrapper:not(:hover) .menu-bullet,
    .theme-menu-wrapper:not(:hover) .tag {
        opacity: 1;
        visibility: visible;
    }

    .dashboard-desc h3 {
        font-size: 36px;
        margin-bottom: 4px;
    }

    .dashboard-detail {
        gap: 12px;
    }

    .dashboard-icon svg {
        width: 24px;
        height: 24px;
    }

    h1,
    .h1 {
        font-size: 42px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .col-folder {
        width: 33.33%;
    }
    
    .page-not-found-detail {
        max-width: 400px;
    }

    .view-label {
        font-size: 14px;
        line-height: 14px;
    }

    .view-value {
        font-size: 16px;
        line-height: 16px;
    }

    .fs-4 {
        font-size: 20px !important;
    }

    .fs-7 {
        font-size: 15px !important;
    }

    .fs-6 {
        font-size: 16px !important;
    }

    .fs-1 {
        font-size: 36px !important;
    }

    .btn {
        font-size: 15px;
    }

    .min-w-200 {
        min-width: 180px !important;
    }

    .col-master {
        width: 25%;
        flex: 0 0 25%;
    }
}

@media screen and (min-width: 769px) {

    .theme-wrapper,
    .authentication-wrapper,
    .authentication-bg {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .theme-wrapper,
    .authentication-wrapper,
    .authentication-bg,
    .theme-header {
        display: none !important;
    }

    .show-mobile {
        position: fixed;
        display: flex !important;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 30px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        z-index: 999999;
    }
}

@media screen and (min-height: 481px) and (orientation: landscape) {

    .theme-wrapper,
    .authentication-wrapper,
    .authentication-bg,
    .theme-header {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}

@media screen and (max-height: 480px) and (orientation: landscape) {

    .theme-wrapper,
    .authentication-wrapper,
    .authentication-bg,
    .theme-header {
        display: none !important;
    }

    .show-mobile {
        position: fixed;
        display: flex !important;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 30px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        z-index: 999999;
    }
}