.normal_preloader{
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh;
    background: #f1f8fc;
    width: 100%;
	z-index: 20000;
    position: fixed;
    top: 0;
}

.waiting_preloader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f8fc; /* optional overlay */
    align-items: center;
    justify-content: center;
    z-index: 20000;
}


.login_preloader{
    display: none;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh;
    background: #f1f8fc;
    width: 100%;
	z-index: 20000;
    position: fixed;
    justify-content: center;
    text-align: center;
    padding: 3rem;
    top: 0;
}



.pay_preloader{
    display: none;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh;
    background: #f1f8fc;
    width: 100%;
	z-index: 20000;
    position: fixed;
    justify-content: center;
    text-align: center;
    padding: 3rem;
    top: 0;
}

.directing_preloader{
    display: none;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh;
    background: #f1f8fc;
    width: 100%;
	z-index: 20000;
    position: fixed;
    justify-content: center;
    text-align: center;
    padding: 3rem;
}
