/*** Laptop upto 1490 ***/

@media only screen and (max-width: 1540px) {
    .select-agent-list, .select-queue-list-transfer {
        height: 135px;
    }

    .select-agent-list-retrieval, .select-queue-list-transfer-retrieval {
        height: 210px;
    }

    .select-queue-list-main {
        max-height: 325px;
    }
    .custom-table>tbody {
        max-height: 335px;
    }

    .popup-table>tbody {
        max-height: 202px;
    }

    .wrapper {
        width: 12%;
        height: 100%;
        margin-right: 1%;
    }
    .main-content {
        margin-left: 15px;
    }
    .secondChartDiv {
        margin-top: 12px;
    }
}

/*** Ipad potrait (small to big tablet) from 768 to 1023 px ***/

@media only screen and (max-width: 1400px) {
    #sidebar {
        display: none;
    }
    #sideIconbar {
        display: inline !important;
    }
    #sideIconbar.active {
        margin-left: 0px;
    }
    .select-queue-list-main {
        max-height: 375px;
    }
    .select-agent-list, .select-queue-list-transfer {
        height: 235px;
    }
    .main-content {
        margin-left: 0px;
    }
    .row {
        margin-right: 0px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar .custom-menu {
        margin-right: -50px !important;
        top: 10px !important;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}