.please-wait-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000DE;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: 0.5s ease all;
}

.please-wait-text{
    color: #FFFFFF;
}