/* This file is reserved for overriding and extending the template styles. */

/*
*
* Verina
*
* Verina styles.
*
*/
#overlayLoading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.overlay-content {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
