.footer-pagination svg {
    width: 20px;
}
.footer-pagination nav {
    display: flex;
    justify-content: space-between;
}

.footer-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    justify-content: space-between;
}


.footer-pagination nav p.text-sm.text-gray-700.leading-5 {
    margin-right: 10px;
}


.mobile-view{
    display: none !important;
}

.desktop-view{
    display: block !important;
}

div#printableArea {
    font-size: 12px;
}

.footer-pagination span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.footer-pagination a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    background: rgb(234, 234, 234);
    border: #eaeaea;
    color: #333;
}

.table-responsive td {
    vertical-align: middle;
}

tfoot {
    padding: 0.875rem 1.5rem;
    background-color: rgba(0,0,0,.01);
    border-top: 1px solid #f2f4f9;
}

.datepicker table td img, .table td img {
    width: inherit;
    height: inherit;
    border-radius: 0px;
}


.printableArea .table td img{
    width: 170px;
    height: 170px;
    object-fit: fill;
}

/*
@media print {
    @page {
      size: A5;
    }
  } */












/* Responsive: Large & Wide Screen
**************************************************/

@media only screen and (max-width : 1200px) {

}

/* Responsive: Medium Device
**************************************************/

@media only screen and (max-width : 992px) {

}

/* Responsive: Tablet Potrait & Mobile Landscape
**************************************************/

@media only screen and (max-width : 768px) {




    .mapboxgl-map .mapboxgl-popup {
        max-width: 100% !important;
        transform: none !important;
        position: fixed !important;
        z-index: 100;
        left: 0px !important;
        top: auto !important;
        right: 0px !important;
        padding: 0px 0px 0px 0px !important;
        background: #FFF;
        height: 35vh;
        display: block;
        justify-content: flex-end;
        width: 100% !important;
        bottom: 0px !important;
    }

    .maps-wrapper {
        position: relative;
        height: 100%;

    }

    .map-info-details ul{
        padding: 0px 15px  !important;
    }


    .map-info-details ul li {
        border: 1px solid #eaeaea;
        border-radius: 10px;
        padding: 15px;
        margin: 10px 25px;
        display: contents !important;
        justify-content: space-between;
        /* width: 50%; */
        /* float: left; */
    }

    .mapboxgl-popup .map-info-heading {
        background: #6571ff;
        color: #FFF;
        padding: 10px 15px;
        margin-bottom: 10px !important;
        margin-top: -20px;
    }


    .map-info-cta a {
        background: #3fc271;
        color: #FFF;
        /* width: 100%; */
        display: block;
        margin: 10px 15px !important;
        text-align: center;
        padding: 15px 10px !important;
        border-radius: 10px;
        font-weight: bold;
        font-size: 16px;
    }


    .mapboxgl-popup-tip{}





    .menu-location {
        position: absolute;
        top: 0px;
        right: 0px !important;
        z-index: 100;
        width: 80% !important;
        background: #FFF;
        padding: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }



    div#menu {
        transform: rotate(270deg);
        left: -35px;
        top: 200px;
        padding: 5px 15px;
        box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    }



    .mobile-row {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        align-content: center;
        justify-content: center;
        text-align: center;
    }
    .whatsapp-btn {
        margin-top: 15px;
    }

    .sidebar-folded .page-wrapper {
        margin: 0px !important;
        width: 100% !important;
    }

    .sidebar-folded .page-wrapper .navbar {
        width: 100% !important;
        left: 0px !important;
        right: 0;
    }
    div#map {
        height: 100% !important;
    }

    form.form.d-flex {
        display: flex;
        flex-direction: column;
    }


    form.form.d-flex .input-group input.form-control.me-3 {
        margin: 0px !important;
    }


    form.form.d-flex .input-group {
        width: 100% !important;
        margin: 0px 0px 10px 0px !important;
        padding: 0px !important;
    }


    .mobile-view{
        display: block !important;
    }

    .desktop-view{
        display: none !important;
    }
}



/* Responsive: iPad Version 1 & 2
**************************************************/

/* iPad 1 & 2 in Potrait */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {


}

/* iPad 1 & 2 in Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1)  {


}


/* Responsive: Extra Small Devices, Phones Potrait
**************************************************/

@media only screen and (max-width : 480px) {

}

/* Responsive: Custom, iPhone Retina
**************************************************/

@media only screen and (max-width : 320px) {

}

@media only screen and (max-width : 991px) {

}

/* Preloader Styles */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6571ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide loader when page is loaded */
body.loaded .loader-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show loader when body doesn't have loaded class */
body:not(.loaded) .loader-wrapper {
    opacity: 1;
    visibility: visible;
}
