﻿.overlay-container {
    display: none;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.overlay-container .icon {
    background: url('../../Static/dist/svgs/ripple-loading-icon.svg');
    width: 114px;
    height: 114px;
}

.overlay-container .text {
    position: relative;
}

.overlay-container.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 100;
}
