/* Loader */
#zk_showBusy {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#zk_proc {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#zk_proc-t {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.z-window #zk_proc {
    display: none;
}

.z-loading-icon {
    background: transparent url('../../public/img/loading.gif') no-repeat center;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    left: 0;
}

.z-loading, .z-temp .z-loading {
    color: transparent;
    background: #000;
    opacity: 0.7;
    width: 100%;
}

.z-loading-indicator, .z-apply-loading-indicator {
    background-color: transparent;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.be-content #zk_proc {
    display: none;
}