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