#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    transition: 0.6s;
}

#loading.active{
    opacity: 0;
    pointer-events: none;
}