﻿#map-tab-1 {
    height: 400px; /* Adjust the map's height for smaller screens */
    width: 100%;
}

.pac-container {
    z-index: 9999; /* Adjust as needed */
}

#map-tab-2 {
    height: 400px; /* Adjust the map's height for smaller screens */
    width: 100%;
}


.search-box {
    border: 1px solid #ccc; /* Add a border */
    padding: 5px; /* Add some padding */
    border-radius: 5px; /* Add rounded corners */
    font-size: 16px; /* Adjust the font size */
    outline: none; /* Remove the default input focus outline */
    transition: border-color 0.3s; /* Add a smooth transition for the border color */
    margin-left: 20px
}

.search-box-2 {
    border: 1px solid #ccc; /* Add a border */
    padding: 5px; /* Add some padding */
    border-radius: 5px; /* Add rounded corners */
    font-size: 16px; /* Adjust the font size */
    outline: none; /* Remove the default input focus outline */
    transition: border-color 0.3s; /* Add a smooth transition for the border color */
    margin-left: 20px
}

/* Add a hover effect */
.search-box:hover {
    border-color: #007bff; /* Change border color on hover */
}

/* Add focus styles */
.search-box:focus {
    border-color: #007bff; /* Change border color when focused */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle box shadow when focused */
}

.search-box-2:hover {
    border-color: #007bff; /* Change border color on hover */
}

.search-box-2:focus {
    border-color: #007bff; /* Change border color when focused */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle box shadow when focused */
}

.check-box {
    padding-left: 15px
}

.check-box-2 {
    padding-left: 15px
}

.swal2-title {
    font-size: 20px !important;
    text-align: center !important;
    margin: 20px auto !important;
    font-weight: normal !important;
}

/* Adjust the font size for Swal content (message) */
.swal2-content {
    font-size: 14px !important; /* Adjust the font size to your preference */
}

/* Adjust the font size for Swal buttons */
.swal2-popup .swal2-actions .swal2-confirm {
    font-size: 16px !important; /* Adjust the font size to your preference */
}

/* Adjust the font size for Swal close button (X) */
.swal2-popup .swal2-close {
    font-size: 20px !important; /* Adjust the font size to your preference */
}

/* CSS for the modal overlay */
#imageModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999; /* Ensure it appears above other content */
    text-align: center;
    overflow: auto; /* Add scrolling for large images */
}

/* CSS for the enlarged image */
#enlargedImg {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: relative; /* Change to relative */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center vertically */
}

#imageModal-2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999; /* Ensure it appears above other content */
    text-align: center;
    overflow: auto; /* Add scrolling for large images */
}

/* CSS for the enlarged image */
#enlargedImg-2 {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: relative; /* Change to relative */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center vertically */
}




@media (max-width: 768px) {
    .search-box {
        width: 70%; /* Make the search box take up the full width */
        margin: 5px
    }

    #map-tab-1 {
        height: 300px; /* Adjust the map's height for smaller screens */
        width: 100%; /* Adjust the map's height for smaller screens */
    }

    .check-box {
        margin-top: 20px;
        padding-left: 0px
    }

    .search-box-2 {
        width: 70%; /* Make the search box take up the full width */
        margin: 5px
    }

    #map-tab-2 {
        height: 300px; /* Adjust the map's height for smaller screens */
        width: 100%; /* Adjust the map's height for smaller screens */
    }

    .check-box-2 {
        margin-top: 20px;
        padding-left: 0px
    }

    .select-qty {
        width: 60px !important;
    }

    .select-qty1 {
        width: 60px !important;
    }

    .custom-text {
        font-size: 12px !important;
    }


}
