.loading-back {
    position: fixed;
    background-color: #000000c2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}