/* Custom scrollbar for sidebar */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Map container height */
#map {
    height: 100%;
    width: 100%;
}
