@media (max-width: 1250px) {}

@media (max-width: 1090px) {}

@media (max-width: 991px) {

    /* Modal */
    .modal {
        height: 100%;
    }

    .modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
    }

    .modal-content {
        border-radius: 0;
        height: 100% !important;
    }

    .modal-body {
        max-height: calc(100vh - 0px);
    }

    .modal-header+.modal-body,
    .modal-body+.modal-body {
        max-height: calc(100vh - 119px);
        min-height: calc(100vh - 119px);
        padding-bottom: 90px;
    }

    .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
    }
}

/* End Page Filters Row */
@media (max-width: 1090px) {
    .container {
        padding: 0 20px
    }

    .footer {
        padding-left: 0 !important;
    }
}

@media (max-width: 991px) {}

@media (max-width: 769px) {
    .sidebar .toggle {
        display: block;
        position: absolute;
        left:0;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }
    .sidebar-toggled .sidebar .toggle {
        color: var(--primary);
    }
    .sidebar {
        position: fixed;
        width: 100%;
        right: 0 !important;
        height: 55px;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid var(--light-hover-bg);
    }
    .sidebar .logo {
        border-left: 0;
        border-bottom: 0;
        height: initial;
        width: 140px;
        position: absolute;
        right: 50%;
        margin-right: -75px;
    }
    .page-sidebar-container {
        margin-right: 0;
        margin-top: 55px;
    }
    .page-header {
        width: 100%;
        position: initial;
        padding-top: 10px;
        height: initial;
        width: 100% !important;
    }
    .page-header-container {
        padding-top: 20px;
        height: initial;
        min-height: initial;
        padding-bottom: 25px;
    }
    .widget-datatable {
        height: initial;
    }

    .sidebar .links {
        position: fixed;
        right: 0;
        top: 0;
        width: 240px;
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
        box-shadow: 0 0 20px rgb(0 0 0 / 6%);
        padding-top: 10px;
        right: -240px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .sidebar-toggled .sidebar .links {
        right: 0;
    }
    .sidebar .links ul>li>a {
        text-align: right !important;
        padding: 15px 55px 14px 20px;
        font-size: 15px;
    }
    .sidebar .links li i {
        display: inline-block !important;
        font-size: 18px !important;
        margin-bottom: 0 !important;
        height: initial !important;
        margin-left: 10px;
        top: 17px !important;
        right: 20px !important;
        position: absolute;
    }
    .page-header-filter-dropdown>.dropdown-menu {
        width: 100%;
    }

    .project-category-widget {
        padding: 20px;
    }
    .project-category-tasks .task-title {
        padding-right: 20px;
        padding-left: 20px;
    }
    .project-category-tasks .task-title .date {
        margin-bottom: 10px;
    }
    .project-category-item {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    .project-category-item .toggle {
        left: 0;
        top: -45px;
    }
    .project-category-item .title {
        margin-bottom: 10px;
    }

    .progress-row {
        margin: 0;
        margin-left: -8px  !important;
        margin-right: -8px !important;
    }
}

@media (max-width: 564px) {


    .widget-table-item {
        padding: 20px 15px 25px;
    }

    .widget-table-item .btn-outline-primary {
        width: 100%;
    }

    .auth-panel {
        padding: 20px 30px 35px;
    }
}

@media (max-width: 355px) {}
