.loading_container
{
    
    width: 100%;
    height: 100vh !important;
    /* display: flex; */  
    justify-content: center;
    align-items: center;
    display: none;
}

.loading_content
{
    width: 60px;
    height: 60px;
    
}

.loading_content img
{
    width: 100%;
    /* opacity: .3; */
}

.splash_wrapper
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
    background: var(--color_shade1);
}

.splash_container
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.splash_container p
{
    text-align: center;
    letter-spacing: 1.2px;
    color: var(--color_shade9);
}

.splash_loading
{
    width: 120px !important;
    height: 100px;
    overflow: hidden;
    opacity: .5;
}


.splash_loading img
{
    width: 100%;
}