.white_screen_loading{
    z-index: -1;
    width: 100%;
    display: flex;
    padding-top: 20vh;
    justify-content: center;
    align-items:center;
}

.white_screen_loading .adm-error-block {
    --color: var(--adm-color-text);
    --image-height: var(--adm-error-block-image-height, 100px);
    --image-height-full-page: var(--adm-error-block-image-height-full-page, 200px);
    --image-width: var(--adm-error-block-image-width, auto);
    --image-width-full-page: var(--adm-error-block-image-width-full-page, auto);
    box-sizing: border-box;
    text-align: center;
}

.white_screen_loading .adm-error-block-image {
    height: var(--image-height);
    width: var(--image-width);
    max-width: 100%;
}

.white_screen_loading .adm-error-block-image img {
    height: 100%;
}

.white_screen_loading .adm-error-block-description {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    margin-top: 12px;
}

.white_screen_loading .adm-error-block-description-title {
    font-size: 15px;
}

.white_screen_loading .adm-error-block-description-subtitle {
    margin-top: 8px;
}