.loader-container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.dots-container{justify-content:center;align-items:center;width:100%;height:auto;display:flex}.dot{background-color:#b3d4fc;border-radius:10px;width:18px;height:18px;margin-right:10px;animation:1.5s ease-in-out infinite pulse}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}.loader-text{color:#4f46e5;margin-top:12px;font-size:14px;font-weight:600}@keyframes pulse{0%{background-color:#b3d4fc;transform:scale(.8);box-shadow:0 0 #b2d4fcb3}50%{background-color:#6793fb;transform:scale(1.2);box-shadow:0 0 0 10px #b2d4fc00}to{background-color:#b3d4fc;transform:scale(.8);box-shadow:0 0 #b2d4fcb3}}
