.btn-transparent-light-gray:hover {
    background-color: #06AF47 !important;
    border: 0;
}

.btn-transparent-light-gray.active {
    background-color: #06AF47 !important;
    border: 0;
    color: white
}

/* Base gray outline */
.custom-btn {
    border-color: #6c757d;
    /* Bootstrap gray */
    color: #6c757d;
    transition: all 0.2s ease-in-out;
}

/* Hover and active (green outline + text) */
.custom-btn:hover,
.custom-btn:active,
.custom-btn.active {
    border-color: #06af47 !important;
    color: #06af47 !important;
    background-color: transparent !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

/* Make map take full height */
#map {
    height: 85vh;
    width: 100%;
}

/* Sidebar scrollable */
.sidebar-scroll {
    height: 100vh;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

/* Sticky button for mobile */
#sidebarToggle {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Hide on desktop */
@media (min-width: 768px) {
    #stickyBtn {
        display: none;
    }
}
