* {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 999px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

.w-4\.5 {
    width: 1.125rem;
}

.h-4\.5 {
    height: 1.125rem;
}

@keyframes barraProgreso {
    from { width: 0%; }
}

.barra-animada {
    animation: barraProgreso 1.2s ease-out forwards;
}

#sidebar {
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 1023px) {
    #sidebar {
        transform: translateX(-100%);
    }

    #sidebar.sidebar-abierta {
        transform: translateX(0);
    }
}

#overlay-sidebar {
    transition: opacity 0.3s ease-in-out;
}

.leaflet-container {
    isolation: isolate;
    z-index: 0;
}
