.loader2{width:18px;height:18px;border:3px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;margin-top:5px;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{position:fixed;top:0;height:100vh;width:100vw;background-color:#00000032;display:flex;align-items:center;justify-content:center}
