﻿.location-text {
    font-size: 12px;
    font-weight: 400;
    color: #212529 !important;
    white-space: nowrap;
}

.fa-location-dot {
    color: var(--color-primary);
    cursor: pointer;
}

.card-location-text {
    cursor: pointer;
    color: #212529 !important;
    text-decoration: none !important;
}

.card-location-text:hover .location-text {
    color: var(--color-primary) !important;
}




.map-modal-text {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
}




#map {
    height: 150px;
    width: 100%;
    border-radius: 18px;
    margin-bottom: 24px;
    font-family: 'Poppins';
}

#fullScreenMapModal {
    align-content: center;
    font-family: 'Poppins';
}

#fullScreenMapModal .modal-dialog {
    max-width: 80%;
    margin-inline: auto;
}

#fullScreenMapModal .modal-content {
    border-radius: 18px;
    overflow: hidden;
}

#fullScreenMap {
    width: 100%;
    height: 80vh;
}




.showMapModal {
    height: 200px;
    width: 100%;
    border-radius: 4px;
}

.modalListingTitle {
    color: var(--color-primary) !important;
    font-size: 18px;
    font-weight: 700;
}

.price-label {
    color: #81c5be !important;
    cursor: pointer;
    white-space: nowrap;
    background: #ffffff;
    padding: 6px 10px 4px;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 22px;
    border: 1px solid #81c5be;
    box-shadow: 0 2px 4px rgba(129, 197, 190, 0.45), 0 4px 12px rgba(129, 197, 190, 0.30);
    position: absolute;
    transform: translate(-50%, -50%);
}

.gm-fullscreen-control {
    border-radius: 8px !important;
}

.gm-style-moc {
    display: none;
}

.modal .gmnoprint.gm-style-mtc-bbw,
.modal .gm-fullscreen-control,
.modal .gm-svpc,
.gm-style-iw-chr
{
    display: none !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
}

.gm-style-iw-d {
    overflow: unset !important;
    max-height: unset !important;
}

.gm-style-iw-tc {
    display: none !important;
}