.gm-style-iw,
.gm-style-iw-c {
    max-width: none !important;
    width: auto !important;
}

.gm-style-iw-d {
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}

.control-btn {
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.control-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.control-btn:active {
    transform: translateY(0);
}

.modal-overlay {
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.toast-notification {
    animation: slideInLeft 0.3s ease-out;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.input-field:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge-rent {
    background-color: #dbeafe;
    color: #1e40af;
}

.badge-sale {
    background-color: #dcfce7;
    color: #166534;
}

.badge-lease {
    background-color: #fef3c7;
    color: #92400e;
}

.badge-not-for-sale {
    background: #fee2e2;
    color: #991b1b;
}

.map-blur {
    filter: blur(3px);
    pointer-events: none;
}
.active-menu {
    background-color: #eff6ff;
    color: #2563eb !important;
    font-weight: 600;
}

.active-menu i {
    color: #2563eb !important;
}
