/*// Extra small devices (portrait phones, less than 360px)*/

@media (min-width: 320px) and (max-width: 389px) {
    .card-container{
        width: 340px;
    }
    .row-cols-5 > *{
        width: 50% !important;
    }
    .c-btn-print{
        top: 5rem;
        left: 0.5rem;
    }
    .c-maps-left{
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        max-height: 100%;
        margin: 0;
        order: 3;
    }
    .c-map-filter{
        display: block;
        position: relative;
        order: 2;
        left: 0;
        margin: 0;
        padding: 24px;
        border-bottom: 3px solid rgba(165, 163, 174, 0.3);
        border-top: 3px solid rgba(165, 163, 174, 0.3);
        box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    }
    .mobile-col{
        flex-direction: column;
    }
    .c-maps-right{
        position: relative;
        order: 1;
        display: block;
        position: relative;
        order: 1;
        width: 100%;
        max-height: 100%;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .card-map{
        height: 75vh;
    }
    .layout-navbar-fixed .layout-navbar{
        z-index: 9999 !important;
    }
    .light-style .layout-navbar .navbar.landing-navbar{
        background: #fff;
        border-color: #fff;
        box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    }
    .drag-target{
        display: none;
    }
    .card-bottom-left{
        bottom: 10rem;
        padding-left: 1rem;
    }
    .card-legenda-body{
        max-height: 200px;
        overflow: auto;
        position: relative;
    }
    .card-map-tanggap{
        height: 400px;
    }
    .mobile-row-cols-5 > *{
        width: 100% !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 390px) and (max-width: 767px) {
    .c-btn-print{
        top: 5rem;
        left: 0.5rem;
    }
    .card-container{
        width: 350px;
    }
    .row-cols-5 > *{
        width: 50% !important;
    }
    .c-maps-left{
        display: block;
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: -5rem;
        padding: 0;
        max-height: 100%;
        order: 3;
    }
    .c-map-filter{
        display: block;
        position: relative;
        order: 2;
        left: 0;
        margin: 0;
        padding: 24px;
        border-bottom: 3px solid rgba(165, 163, 174, 0.3);
        border-top: 3px solid rgba(165, 163, 174, 0.3);
        box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    }
    .mobile-col{
        flex-direction: column;
    }
    .c-maps-right{
        display: block;
        position: relative;
        order: 1;
        width: 100%;
        max-height: 100%;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .card-map{
        height: 75vh;
    }
    .layout-navbar-fixed .layout-navbar{
        z-index: 9999 !important;
    }
    .light-style .layout-navbar .navbar.landing-navbar{
        background: #fff;
        border-color: #fff;
        box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    }
    .drag-target{
        display: none;
    }

    .card-bottom-left{
        bottom: 13rem;
        padding-left: 1rem;
    }
    .card-legenda-body{
        max-height: 200px;
        overflow: auto;
        position: relative;
    }
    .mobile-row-cols-5 > *{
        width: 50%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1365px) {

}

@media (min-width: 1366px) and (max-width: 1439px) {

}

@media (min-width: 1440px) and (max-width: 2000px) {
    .card-container{
        width: 1250px;
    }
}

@media (min-width: 2001) and (max-width: 5000px) {

}
