.loading {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.center {
    z-index: 100000;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.loading>.center>.loadingImage{
	width: 70px;
    height: 70px;
    background: no-repeat center/70px url('/web/assets/img/common/Dual_Ring.svg');
}