.spinner__wrapper{align-items:center;background-color:var(--loading-background-color);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner{height:33.6px;perspective:67.2px;position:relative;width:33.6px}.spinner div{animation:spinner-16s03x 2s infinite;background:var(--loading-spinner-color);height:100%;left:50%;position:absolute;transform-origin:left;width:100%}.spinner div:first-child{animation-delay:.15s}.spinner div:nth-child(2){animation-delay:.3s}.spinner div:nth-child(3){animation-delay:.45s}.spinner div:nth-child(4){animation-delay:.6s}.spinner div:nth-child(5){animation-delay:.75s}@keyframes spinner-16s03x{0%{transform:rotateY(0)}50%,80%{transform:rotateY(-180deg)}90%,to{opacity:0;transform:rotateY(-180deg)}}
