#preloader_{
    position: fixed ;
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    z-index: 999999999999 !important;
}