.progess_loading {
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100vh !important;
    background: hsl(0, 0%, 100%);
    z-index: 9999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

    
