.loader-overlay {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
    top: 0;
    left: 0;
    height: 100vh;
}