.loader{background:#000000b3;justify-content:center;align-items:center;width:100%;height:100vh;padding:0;font-size:0;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1060!important}.loader span{vertical-align:middle;border-radius:100%;width:15px;height:15px;margin:3px 2px;animation:.8s linear infinite alternate loader;display:inline-block}.loader span:first-child{background:#2563eb;animation-delay:-1s}.loader span:nth-child(2){background:#2563eb;animation-delay:-.8s}.loader span:nth-child(3){background:#2563eb;animation-delay:-.26666s}.loader span:nth-child(4){background:#2563eb;animation-delay:-.8s}.loader span:nth-child(5){background:#2563eb;animation-delay:-1s}@keyframes loader{0%{transform:scale(0)}to{transform:scale(1)}}@-webkit-keyframes loader{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}#short-loading{border:3px solid #8a88884d;border-top-color:#66bae0;border-radius:50%;width:30px;height:30px;animation:1s ease-in-out infinite spin;display:inline-block}#short-loading.short-loader-icon{border-top-color:#fff;width:20px;height:20px}@keyframes spin{to{-webkit-transform:rotate(360deg)}}
