.loading-card{background-color:transparent;position:relative;min-height:50vh;height:100%;top:0;left:0;right:0;bottom:0;width:100%;display:flex;align-items:center;justify-content:center;font-family:arial;transition:opacity 1s ease;z-index:3}.loading-card.hide{opacity:0;pointer-events:none}.loading-card.show{opacity:1;pointer-events:all;cursor:wait}.loading-card .spinnerV2{width:150px;height:150px;background-repeat:no-repeat;background-position:48% 45.5%;display:flex;flex-direction:column;justify-content:flex-end}
/*# sourceMappingURL=main.ce04ac7c.chunk.css.map */