
        #map {
            background-color: #ffffff
        }
        th {
            text-align: left;
            vertical-align: top;
        }
        .info {
            padding: 6px 8px;
            font: 14px/16px Arial, Helvetica, sans-serif;
            background: white;
            background: rgba(255,255,255,0.8);
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
        }
        .info h2 {
            margin: 0 0 5px;
            color: #777;
        }
        .leaflet-container {
            background: #fff;
            padding-right: 10px;
        }
        .leaflet-popup-content {
            width:auto;
            padding-right:10px;
        }
        .leaflet-tooltip {
            background: none;
            box-shadow: none;
            border: none;
        }
        .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
            border: 0px;
        }
    
        .fa, .leaflet-container, a {
            color: #000000 !important;
        }
        .leaflet-control-zoom-in, .leaflet-control-zoom-out,
        .leaflet-control-locate a,
        .leaflet-touch .leaflet-control-geocoder-icon,
        .leaflet-control-search .search-button,
         .leaflet-control-measure {
            background-color: #f8f8f8 !important;
            border-radius: 0px !important;
            color: #000000 !important;
        }
        .abstract {
            font: bold 18px 'Lucida Console', Monaco, monospace;
            text-indent: 1px;
            background-color: #f8f8f8 !important;
            width: 30px !important;
            color: #000000 !important;
            height: 30px !important;
            text-align: center !important;
            line-height: 30px !important;
        }
        .abstractUncollapsed {
            padding: 6px 8px;
            font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
            background-color:#f8f8f8 !important;
            color: #000000 !important;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
            max-width: 40%;
        }
        .leaflet-touch .leaflet-control-layers,
        .leaflet-touch .leaflet-bar,
        .leaflet-control-search,
        .leaflet-control-measure {
            border: 3px solid rgba(255,255,255,.4) !important;
        }
        .leaflet-control-attribution a {
            color: #0078A8 !important;
        }
        .leaflet-control-scale-line {
            border: 2px solid #f8f8f8 !important;
            border-top: none !important;
            color: black !important;
        }
        .leaflet-control-search .search-button,
        .leaflet-container .leaflet-control-search,
        .leaflet-control-measure {
            box-shadow: none !important;
        }
        .leaflet-control-search .search-button {
            width: 30px !important;
            height: 30px !important;
            font-size: 13px !important;
            text-align: center !important;
            line-height: 30px !important;
        }
        .leaflet-control-measure .leaflet-control {
            width: 30px !important;
            height: 30px !important;
        }
        .leaflet-container .leaflet-control-search{
            background: none !important;
        }
        .leaflet-control-search .search-input {
            margin: 0px 0px 0px 0px !important;
            height: 30px !important;
        }
        .leaflet-control-measure {
            background: none!important;
            border-radius: 4px !important;
        }
        .leaflet-control-measure .leaflet-control-measure-interaction {
            background-color: #f8f8f8 !important;
        }
        .leaflet-touch .leaflet-control-measure
        .leaflet-control-measure-toggle,
        .leaflet-touch .leaflet-control-measure
        .leaflet-control-measure-toggle:hover {
            width: 30px !important;
            height: 30px !important;
            border-radius: 0px !important;
            background-color: #f8f8f8 !important;
            color: #000000 !important;
            font-size: 13px;
            line-height: 30px;
            text-align: center;
            text-indent: 0%;
        }
        .leaflet-control-layers-toggle {
            background-color: #f8f8f8 !important;
        }
        /* ===== Custom Styling for REMINDNET Web GIS ===== */

header {
    background-color: #2e7d32;
    color: white;
    text-align: center;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
    margin: 0;
    font-size: 24px;
}

header p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #c8e6c9;
}

/* === Map + Menu Flex Layout Fix === */
#all {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 100px); /* Adjust height based on your header */
    width: 100%;
}

#mapWindow {
    flex: 1;
    height: 100%;
}

#menu {
    width: 300px;
    background-color: #f8f9fa;
    padding: 15px;
    border-left: 1px solid #ccc;
    overflow-y: auto;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
}

/* === Filter Controls === */
.filterlabel {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.filterselect {
    margin-bottom: 20px;
}

select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
}

/* === Layer Switcher Styling === */
.leaflet-control-layers {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.clear-filter-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 10px;
    font-size: 13px;
    color: white;
    background-color: #2e7d32; /* blue */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.clear-filter-btn:hover {
    background-color: #41af47; /* darker on hover */
}

.header-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.header-logo {
    height: 60px;
    max-width: 100px;
}

.header-text {
    text-align: left;
}
