.body-loading {
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    color: white;
    font-family: sans-serif;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 999999;
}

.body-loading .container-loading {
    display: flex;
    align-items: center;
}

.body-loading .line-loading {
    width: 3px;
    height: 0;
    background: #df0712;
    transition: height 0.5s ease;
    position: relative;
    top: -9px;
}

.body-loading .side-loading {
    overflow: hidden;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    position: relative;
}

.body-loading .side-loading.right-loading {
    top: 0;
    height: 160px;
}

.body-loading .logo-loading {
    transform: translateX(300%);
    transition: transform 0.8s ease;
    max-height: 100px;
}

.body-loading .sate-loading {
    font-size: 48px;
    font-weight: bold;
    transform: translateX(-130%);
    transition: transform 0.8s ease;
    position: relative;
    top: -20px;
    font-family: "skirt";
    color: #00802d;
}

.body-loading .text-sate-loading {
    height: 48px;
}

.body-loading .subtext-sate-loading {
    height: 60px;
}

.body-loading .text4-loading {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.8s ease;
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
    line-height: 1.4;
    position: relative;
    left: -25px;
    color: #111;
}