﻿
.dot-marker-icon {
    background: #002855;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #333;
}
.leaflet-container a.leaflet-popup-close-button {
    top: 10px;
    right: 18px;
    z-index: 3;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: transparent;
    color: #333;
    box-shadow: none;
}
/*  applyed on map*/
.btn-primary {
    color: #FFFFFF !important;
}

input::placeholder {
    font-size: 0.8em;
    font-style: italic;
}

.title_office {
    font-size: 25px !important;
}

.subtitle_office {
    font-size: 17px !important;
}

.map-search {
    width: 100%;
    height: 85vh;
}
.map_tab {
    opacity: 0;
    height: 0;
}

@media (max-width: 905px) {
    .officesSearchInput {
        font-size: 14px !important;
    }
}

.pagination-area .pagination {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 5px; 
    padding: 10px 0;
    overflow: hidden;
}

.mobile-popup-card img {
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.map-search.tab-pane {
    width: 100%;
    height: 85vh;
}

@media (max-width: 776px) {
    .map-search.tab-pane {
        height: 68vh;
        max-width: 100%;
        padding: 5px;
        z-index: 900;
    }
}
@media (max-width: 776px) {
    .map-search {
        height: 75vh;
        max-width: 100%;
        padding: 5px;
        z-index: 900;
    }
}

.mobile-popup-card {
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .mobile-popup-card:hover {
        background: #f9f9f9;
        text-decoration: none;
    }

    .mobile-popup-card .badge {
        font-size: 0.7rem;
    }

    .mobile-popup-card .btn.rounded-circle {
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.input-group-addon {
    display: flex;
    align-items: center;
}
.search-page .addon-xtreme {
    background: none;
    padding-left: 30px;
    padding-top: 12px;
}