#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: white;
    /* color: white; */
    color: #F05336;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}
#loading.active{
    display: flex !important;
}