.loading_img{
    width: 50%;
    transition: 0s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loading_img img{
    width: 60px;
    margin-bottom: 20px;
}
.gif_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFFF0;
    z-index: 100000;
}