/* Basic styling for the suggestions box */
/* Thin Stylish Scrollbar */
.form-control {
    border-radius: 0px !important;
}
.autocomplete-suggestions {
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    width: 80%;
    color: gray;
    text-align: start;
    margin-top: 0px;
}

/* For Webkit browsers (Chrome, Safari) */
.autocomplete-suggestions::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px; /* Optional rounded corners for the track */
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 10px; /* Rounded scrollbar */
    border: 2px solid #f1f1f1; /* Padding around scrollbar */
}

.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
}

/* For Firefox */
.autocomplete-suggestions {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.autocomplete-suggestion {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background-color: #f0f0f0;
}

/*Map CSS*/
@media (min-width: 1200px) {
    .main-header, .main-wrapper, .top-bar {
        padding-right: 0px !important;
    }
}
/* Set a size for the map */
#map {

}

/* Custom style for the overlay InfoWindow */
.custom-info-window {
    background-color: #ffffff;
    padding: 5px 10px; /* 2px padding as requested */
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 20px;
}

/* Wrapper to remove margins */
.info-window-container {
    position: absolute;
    transform: translate(-50%, -100%);
    z-index: 1;
}

/* Style for the title and price */
.info-window-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.info-window-price {
    color: green;
    margin: 0;
    padding: 0;
}

/* Remove any default margins in child elements */
.custom-info-window div {
    margin: 0;
    padding: 0;
}

.autocomplete-results {
    position: relative !important;
    height: 150px;
    background: #f7f7f7;
    width: 100%;
    left: 0px;
    text-align: left;
    color: gray;
}

div.main-wrapper>div.page-header {
    overflow-x: clip;
    overflow-y: visible;
}
div.autocomplete-results {
    overflow-y: scroll;
    z-index: 5;
}


.interested {
    position: absolute;
    background-color: #c02032;
    padding: 8px;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    top: -24px;
    left: 75px;
    border: 3px solid white;
    width: 46px;
    height: 46px;
    padding-top: 10px;
}

.btn-outline-primary:hover {
    background-color: #202f64;
    border-color: #202f64;
    color: #fff;
}

.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #202f64;
    color: #202f64;
}

.gm-style-iw.gm-style-iw-c {
    width: 300px;
    margin: 0px;
    padding: 15px;
}

button.gm-ui-hover-effect {
    max-width: 35px;
    max-height: 35px;
    margin-right: 6px !important;
    margin-bottom: 10px !important;
}
.gm-style-iw-ch {
    max-height: 1px;
}

.gotoMenu{
    display: none !important;
}
.footer {
    color: #202f64 !important;
}