.Loader{-webkit-user-select:none;user-select:none;align-items:center;gap:2px;transition:all .175s;display:inline-flex}.Loader>span{background-color:#fff;border-radius:1000px;width:3px;height:3px;transition:all .175s;animation:1s ease-in-out infinite dot-animation}.Loader>span:nth-child(2){animation-delay:.2s}.Loader>span:nth-child(3){animation-delay:.3s}.Loader.Black>span{background-color:#171a1d}.Loader.Large{transform:scale(2)}@keyframes dot-animation{0%,80%,to{opacity:.5;transform:scale(.85)}40%{opacity:1;transform:scale(1.25)}}
