.loader-wrapper{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loader{display:inline-block;height:10vw;position:relative;width:10vw}.loader:after,.loader:before{animation:animloader 2s linear infinite;border:2px solid #fff;border-radius:50%;box-sizing:border-box;content:"";height:10vw;left:0;position:absolute;top:0;width:10vw}.loader:after{animation-delay:1s}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}
