/* Mobile and Tablet */
@media (min-width: 1023px) {
    .wide {
        width: 75% !important;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .wide {
        width: 95% !important;
    }
    .filter-popup {
        max-width: 285px;
    }

    .popup-body {
        background-color: #fff;
        padding: 10px 10px;
    }

    .popup-footer {
        padding: 10px 10px;
        align-items: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .wide {
        width: 100% !important;
    }
    .m-pt-5 {
        padding-top: 5px;
    }
    .m-pt-10 {
        padding-top: 10px;
    }
    .section-wrap {
        overflow-y: auto;
    }
    .main-content {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .filter-popup {
        left: unset;
        right: -100%;
    }
    .app-nav .nav-item {
        padding: 16px;
    }
    .auth.center {
        padding: 0 12px;
    }
    div.dataTables_wrapper div.dataTables_info {
        display: none;
    }


}
/*-- lg --*/
@media (min-width: 992px) {
    .-m-lg-4 {
        margin: -1.5rem;
    }
}
/* -- md ≥768px --*/
@media (min-width: 768px) {
    .md-overflow-x-unset {
        overflow-x: unset;
    }
    .md-text-16 {
        font-size: 16px;
        line-height: 18px;
    }
    .md-text-xl {
        font-size: 20px;
        line-height: 22px;
    }
    .md-w-100 {
        width: 100%;
    }
    .md-max-w-100 {
        max-width: 100%;
    }
    .md-h-100 {
        height: 100%;
    }
    .picker-preview, .picker-body {
        height: 371px;
    }
}

/* custom mobile sidebar*/
@media (max-width: 767px) {
    .sidebar-admob-report {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        background-color: #0003;
        z-index: 99999;
        transition: transform linear 0.1s;
    }
    .sidebar-admob-report .overlay-blur {
        position: fixed;
        inset: 0;
        backdrop-filter: blur(4px);
        z-index: -1;
        opacity: 0;
        display: none;
    }

    .sidebar-admob-report .filter-report {
        padding: 30px 12px 50px;
    }
    .sidebar-admob-report.open-sidebar {
        transform: translateX(-100%);
    }
    .sidebar-admob-report.open-sidebar  .overlay-blur {
        opacity: 100%;
        display: block;
    }
    .picker-preview, .picker-body {
        height: 30vh;
    }
}
