.loaderContainer{justify-content:center;align-items:center;width:100%;height:calc(100vh - 92px);display:flex}.spinner{border:8px solid #3498db;border-left-color:#f3f3f3;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loaderContainer.transparent{background-color:#0000}.loaderContainer.full-page{height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
