@media (max-width: 575.98px) { 
    html body .nav-link.active {
        color: #fff !important;
    }
    .dropdown-mega-menu-lg
    {
        width: 100% !important;
    }
    .topnav
    {
        max-height: 100% !important;
    }
    .navbar-nav
    {
        margin-bottom: 135px;
    }
    .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover
    {
        background: #e0e0e0;
    }
    .topnav .dropdown .dropdown-menu
    {
        width: 100% !important;
    }
    .box_query_dashboard tr
    {
        display: grid;
        grid-template-columns: auto auto;
    }
    .col-lg-12 > .card > .card-body
    {
        padding: 0 !important;
        background: #f5f6f8;
        box-shadow: none !important;
        border: none ;
    }
    .col-lg-12 > .card
    {
        border: none;
        box-shadow: none;
    }
    .dataTables_info
    {
        text-align: center;
    }
    .dataTables_paginate
    {
        justify-content: center;
        display: flex;
        float: none !important;
        margin-top: 5px;
    }
    #regions_div svg 
    {
        width: 300px !important;
    }
    #total_sales canvas 
    {
        width: 300px !important;
    }
    .thead-light {z-index: 99;}
    .querynocls { margin-bottom: 10px; }
    .container-fluid > .row:last-child .card
    {
        margin-bottom: 50px;
    }
   

 }

@media (max-width:769px) {
    .filterAccount
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 275px;
        height: 100vh;
        overflow-y: auto;
        background: white;
        flex-direction: column;
        padding: 12px;
        margin-top: 0 !important;
        z-index: 99;
        box-shadow: 0px 0px 10px -6px;
        left: -275px;
        transition: .5s ease-in-out;
    }
    .select2-container
    {
        width: 100% !important;
    }
    .overlaymain
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000069;
        z-index: 9;
    }
    .filtertab
    {
        background: #101010;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        display: flex;
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999999;
        color: white;
        border-radius: 50px;
        box-shadow: 0px 0px 10px -10px;
    }




}

@media (max-width: 767.98px) { 

 }

@media (max-width: 991.98px) { 

 }

@media (max-width: 1199.98px) { 

 }

@media (max-width: 1399.98px) { 

 }
