.map-roadshow {
    position: relative;
}

#map-roadshow-map {
    height: 80vh;
	width: 100%;
    z-index: 1;
}

/* #map-roadshow-map .btn {
    margin-top: 20px;
} */

#map-roadshow-map a.btn:not(:hover) {
    color: white !important;
}

.map-roadshow .map-roadshow-filters {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    padding: 20px;
    min-height: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.map-roadshow .map-roadshow-filters h2 {
    border-bottom: 2px solid #9DBB4C;
    padding: 0 9px 5px 9px;
}

.map-roadshow .map-roadshow-filters .map-roadshow-filters-title {
    margin-bottom: 20px;
}

.map-roadshow .map-roadshow-filters select:hover {
    cursor: pointer;
}

.map-roadshow .map-roadshow-filtersbtn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.map-roadshow .map-roadshow-filters-backbtn:hover {
    cursor: pointer;
}


/* #map-roadshow-map .custom-marker {
    display: flex;
    background: #f6ff00;
    width: 75px;
    border-radius: 40px;
    align-items: center;
}

#map-roadshow-map img {
    width: 30px;
    height: 30px;
}

#map-roadshow-map .marker-label {
    font-size: 1rem;
    text-transform: uppercase;
    color: #007a6b;
    font-weight: 600;
    line-height: 10px;
} */