﻿.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: #1a73e8;
    background: #ffffff;
    padding: 4px 8px 0px;
    font-weight: 600;
    border-radius: 12px;
    font-size: 13px !important;
    font-family: 'Poppins' !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.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;
}