
        #map {
            background-color: #F4F054;    
	    position: absolute;
  	    top: 70px;                     
	    left: 0;
  	    width: 100%;
   	    height: calc(100vh - 70px);
	    z-index: 1;
	}

        html, body {
			overflow: hidden;
			height: 100%;
        }
        .col9{
			height: 100%!important;
		}
		.col3{
			height: 100%;
			overflow: auto;
		}
        .info {
            padding: 6px 8px;
            font: 14px/16px Arial, Helvetica, sans-serif;
            background-color:#f8f8f8 !important;
            color: #444444 !important;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
        }
        .info h2 {
            margin: 0 0 5px;
        }
        .leaflet-container {
	    -webkit-tap-highlight-color: transparent;
            touch-action: manipulation; 
            background: #fff;
            padding-right: 10px;
	    z-index: 0 !important;
        }
        .leaflet-popup-scrolled {
            border-bottom: unset!important;
            border-top: unset!important;
        }
        .leaflet-popup-content{
            max-height: 70vh;
            max-width: 70vw;
        }
        .leaflet-popup-content.media{
            width: auto!important;
            height: auto!important;
            overflow: auto;
        }
        .leaflet-popup-content th {
            text-align: left;
            vertical-align: top;
            min-width: 75px;
        }
        .leaflet-popup-content td {
            min-width: 75px;
        }
        .leaflet-popup-content td img {
            max-height: 60vh;
            max-width: 60vw;
        }

        .leaflet-tooltip {
            background: none;
            box-shadow: none;
            border: none;
        }
        .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
            border: 0px;
        }
        .fa, .leaflet-container, a {
            color: #444444 !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: #444444 !important;
        }
        .abstract {
            font: bold 18px 'Lucida Console', Monaco, monospace;
            text-indent: 1px;
            background-color: #f8f8f8 !important;
            width: 30px !important;
            color: #444444 !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: #444444 !important;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
            max-width: 40%;
        }
        .leaflet-control {
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)!important;
            border-radius: 4px;
        }
        .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 {
            width: 30px !important;
            height: 30px !important;
            font-size: 13px !important;
            text-align: center !important;
            cursor: pointer;
        }
        .search-button.fa.fa-binoculars{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .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: #444444 !important;
            font-size: 13px;
            line-height: 30px;
            text-align: center;
            text-indent: 0%;
        }
        .leaflet-control-layers {
			padding: 2px;
			display: flex;
			flex-direction: column;
			align-items: flex-end;
            background-color: #f8f8f8 !important;
            color: #444444 !important;

		}
        .leaflet-control-layers-expanded {
			padding-left: 6px;
		}	
        .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
            display: block;
            background-image: none;
			text-decoration: none;
            margin-bottom: 3px;
        }
        .leaflet-control-layers-expanded .leaflet-control-layers-toggle::after {
            content: '»';
            font-size: x-large;
            color: #444444 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-align: center;
        }
        .leaflet-overlay-pane {
            z-index: 550;
        }
        .leaflet-popup-pane {
            z-index: 700;
        }
        #gcd-button-control {
            display: flex;
            justify-content: center;
            align-items: center;
        }

#header {
    height: 70px;
    background-color: #F4F054;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: fixed;
    top: 0;                   
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    pointer-events: auto;
}
#filterToggle {
    display: none !important;
}
#chair {
    position: absolute;
    left: 10px;
    height: 70px;
}

#mainHeader {
    height: 70px;
}

/* Keep Filters visible but NOT breaking layout */
#filterToggle {
    position: absolute;
    right: 20px;
    z-index: 1001; /* ensures it stays clickable */
}

#header img {
    height: 70px;
    width: auto;
}
#menu {
position: relative;
    z-index: 1000;
    margin-top: 70px;
    width: 20%;
    float: right;
    background: #ffffff;
    border-left: 1px solid #ddd;
    box-shadow: -6px 0 16px rgba(0,0,0,0.2);
    padding: 15px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
	-webkit-overflow-scrolling: touch;
}


@media (max-width: 768px) {

    .col3 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
	
#timeSlider {
    padding: 0 15px;
}

#div_Time {
    overflow: visible;
}

.noUi-handle {
    width: 30px !important;
    height: 30px !important;
    top: -14px !important;
    border-radius: 50%;
}
    #menu {
        position: fixed;
        bottom: -70%;
        left: 0;
        margin: 0 !important;

        width: 100%;
        height: 45%;
        padding: 15px 20px;

        background: white;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;

        box-shadow: 0 -6px 16px rgba(0,0,0,0.2);

        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

        z-index: 1000;

        transform: translateY(20px);
        opacity: 0;
        transition: bottom 0.3s ease,
                    transform 0.3s ease,
                    opacity 0.3s ease;
    }

    #menu.open {
        bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }

	#menu .filterselect,
	#menu .filter-section {
   		width: 100%;
   		max-width: 100%;
  		box-sizing: border-box;
	}
    #menu select {
        width: 100%;
        display: block;
    }
#menu .filterselect {
    width: 100%;
    box-sizing: border-box;

    }
}
#menu select[multiple] {
    height: 25vh;
    max-height: 25vh;
    overflow-y: auto;

}
.filterlabel:last-child {
    margin-top: 8px;
    font-weight: normal;
    color: #0077cc;
    cursor: pointer;
}
.filterlabel:last-child:hover {
    text-decoration: underline;
}
.col3 {
    position: relative;
    z-index: 1000;
    height: calc(100vh - 70px);  
    overflow: auto;             
    }

    #menu.open {
        bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }
#bottomControls {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 99999;
    background: rgba(255,255,255,0.9);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}
#bottomControls button {
  	padding: 8px 12px;
    border: none;
    border-radius: 20px;
    background: #0077cc;
    color: white;
    font-size: 14px;
    font-weight: bold;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
}
/* hide filters by default in mobile drawer */
.filter-section {
    display: none;
	width: 100%;
}
.filter-section.active {
    display: block;
}/* ✅ Hover */
#bottomControls button:hover {
    background: #005fa3;
}
.drawer-handle {
    width: 40px;
    height: 5px;
    background: #bbb;
    border-radius: 3px;
    margin: 12px auto 8px auto;
}
#bottomControls button:active {
    transform: scale(0.95);
}
#menu .filterselect {
    width: 100%;
    max-height: 40vh;
	overflow: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
#timeLabel {
    text-align: center;
    font-size: 18px !important;  
    font-weight: bold !important; 
    margin-top: 10px;
}
#genreChips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    padding: 8px 12px;
    border-radius: 20px;
    background: #eee;
    cursor: pointer;
    font-size: 13px;
}

.chip.active {
    background: #0077cc;
    color: white;
}
#menu .filter-section:not(.active) {
    display: none;
}
@media (min-width: 769px) {
    #bottomControls {
        display: none;
    }
}
