/* Responsiveness for extra large device like Desktop monitor/tv screen/projector */
/* @media (max-width: 1300px) and (min-width: 1200px) {
    .left-side-menu {
        width: 30%;
        display: none;
    }

    .right-side-container {
        width: 70%;
        width: auto;
    }
} */

/* Responsiveness for large device like Laptop/small desktop monitor */
@media (max-width: 1199px) and (min-width: 992px) {

    .file-container {
        width: calc(50% - 24px);
        max-width: calc(50% - 24px);
    }
}

/* Responsiveness for mid device like Large tab or small computer screen */
@media (max-width: 991px) and (min-width: 768px) {

    #navbar .settings-main {
        display: none;
    }

    #navbar .fullscreen-main {
        display: none;
    }

    #navbar .nav-toggler-main {
        display: inline-block;
    }

    .menu-collapse-button {
        display: none;
    }

    .left-side-menu-wrap {
        padding: 0 12px 15px 12px !important;
        width: 100%;
    }

    .left-side-menu {
        position: fixed;
        top: 0;
        width: 400px;
        background: var(--body-bg);
        padding-top: 15px;
        left: -400px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .left-side-menu.active {
        left: 0;
    }

    .rtl .left-side-menu {
        left: auto;
        right: -100%;
    }

    .rtl .left-side-menu.active {
        right: 0;
    }

    .function-button {
        justify-content: flex-end;
    }

    .rtl .function-button {
        justify-content: flex-start;
    }

    .close-button {
        display: inline-block;
    }

    .left-side-menu .navigation-button {
        display: none;
    }

    .right-side-container .navigation-button {
        display: flex;
    }

    .close-button .close {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .right-side-container {
        width: calc(100vw);
    }

    .file-container {
        width: calc(33.3% - 24px);
        max-width: calc(33.3% - 24px);
    }

    .main-container {
        padding: 15px;
    }

    .file-container-wrap .info .name {
        font: 500 16px/20px 'Poppins';
    }

    .file-container-wrap .info .info-sub {
        font: 400 14px/18px 'Poppins';
    }

    .structure-setting {
        display: none;
    }
}

/* Responsiveness for small device like tab/ipad/foldable phone */
@media (max-width: 767px) and (min-width: 576px) {
    .logo {
        font: 700 25px/25px 'Poppins';
    }

    #navbar .settings-main {
        display: none;
    }

    #navbar .fullscreen-main {
        display: none;
    }

    #navbar .nav-toggler-main {
        display: inline-block;
    }

    .menu-collapse-button {
        display: none;
    }

    .left-side-menu-wrap {
        padding: 0 12px 15px 12px !important;
        width: 100%;
    }


    .left-side-menu {
        position: fixed;
        top: 0;
        width: 400px;
        background: var(--body-bg);
        padding-top: 15px;
        left: -400px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .left-side-menu.active {
        left: 0;
    }

    .rtl .left-side-menu {
        left: auto;
        right: -100%;
    }

    .rtl .left-side-menu.active {
        right: 0;
    }

    .function-button {
        justify-content: flex-end;
    }

    .rtl .function-button {
        justify-content: flex-start;
    }

    .close-button {
        display: inline-block;
    }

    .left-side-menu .navigation-button {
        display: none;
    }

    .right-side-container .navigation-button {
        display: flex;
    }

    .close-button .close {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .right-side-container {
        width: calc(100vw);
    }

    .file-container {
        width: calc(50% - 24px);
        max-width: calc(50% - 24px);
    }

    .structure-setting {
        display: none;
    }
}

/* Responsiveness for extra small devices like mobile phone */
@media (max-width: 575.98px) {

    #navbar {
        padding: 1px 12px;
    }

    #navbar .nav-toggler-main {
        display: inline-block;
    }

    .logo {
        font: 700 20px/20px 'Poppins';
    }

    #navbar .settings-button {
        font-size: 20px;
    }

    #navbar .fullscreen-button {
        font-size: 20px;
    }

    #navbar .settings-main {
        display: none;
    }

    .menu-collapse-button {
        display: none;
    }

    .left-side-menu-wrap {
        padding: 0 12px 15px 12px !important;
        width: 100%;
    }


    #navbar .fullscreen-main {
        display: none;
    }

    .left-side-menu {
        position: fixed;
        top: 0;
        width: 100%;
        background: var(--body-bg);
        padding-top: 15px;
        left: -100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .function-button {
        justify-content: flex-end;
    }

    .rtl .function-button {
        justify-content: flex-start;
    }

    .close-button {
        display: inline-block;
    }

    .left-side-menu.active {
        left: 0;
    }

    .rtl .left-side-menu {
        left: auto;
        right: -100%;
    }

    .rtl .left-side-menu.active {
        right: 0;
    }

    .left-side-menu .navigation-button {
        display: none;
    }

    .right-side-container .navigation-button {
        display: flex;
    }

    .navigation-button .settings-main button {
        margin-right: 0 !important;
    }

    .left-side-menu .settings-main {
        display: block;
    }

    .right-side-container {
        padding: 0 10px 15px 10px;
        width: calc(100vw);
    }

    .main-container {
        padding: 15px;
    }

    .file-type {
        font: 500 16px/20px 'Poppins';
        margin-bottom: 15px;
    }

    .file-container {
        width: 100%;
        max-width: 100%;
        margin: 7px 0px;
    }

    .file-container-wrap .info .name {
        font: 500 16px/20px 'Poppins';
    }

    .file-container-wrap .info .info-sub {
        font: 400 14px/18px 'Poppins';
    }

    .structure-setting {
        display: none;
    }

}