﻿.school_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/school.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.hospital_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/hospital.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.restaurant_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/restaurant.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.bank_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/bank.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.gasstation_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/gasstation.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.park_enable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/park.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.school_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/school_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.hospital_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/hospital_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.restaurant_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/restaurant_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.bank_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/bank_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.gasstation_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/gasstation_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.park_disable {
    width: 15px;
    height: 15px;
    background-image: url('../img/google/park_grey.png');
    background-size: cover; /* Adjust to fit the image */
    background-position: center; /* Center the image */
}

.map-image-container {
    position: relative;
    display: inline-block;
}

.map-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    min-width: 76px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.map-dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.map-dropdown-menu a:hover {
    background-color: #f0f0f0;
}
