/* ALL_BODY */
main {
    min-width: 465px;
}

/* LOADING */
.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); /* Efek transparan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Lebih tinggi dari elemen lain */
    transition: opacity 0.3s ease-in-out;
}
.hidden {
    opacity: 0;
    visibility: hidden;
}

/* ALERT_NOTIF */
.style-notif {
    z-index: 11;
}
