.loader-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:85vh;display:flex;position:relative}.loader-wrapper{margin-top:-82px;position:relative}.loader{box-sizing:border-box;border-top:4px solid #fff;border-right:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.loader:after{content:"";box-sizing:border-box;border-bottom:4px solid #ed3237;border-left:4px solid #0000;border-radius:50%;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
