body {
    overflow: hidden !important;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #F2F2F2;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #002147;
    border-radius: 10px;
}
.map-gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 33, 71, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
