.loading_modal {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.loading_modal.active {
    top: 0;
}

