.preloader,.preloader-for-button{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.preloader-for-button>div,.preloader>div{display:inline-block;border-radius:100%;margin:0 5px;animation:slide 1s infinite}.preloader>div{width:24px;height:24px}.preloader>div:first-child{background:#fab400;animation-delay:.1s}.preloader>div:nth-child(2){background:#fbcd60;animation-delay:.2s}.preloader>div:nth-child(3){background:#c0dfcc;animation-delay:.3s}.preloader>div:nth-child(4){background:#bcd8f2;animation-delay:.4s}.preloader>div:nth-child(5){background:#569ad4;animation-delay:.5s}.preloader-for-button>div{width:12px;height:12px;background:#fff}.preloader-for-button>div:first-child{animation-delay:.1s}.preloader-for-button>div:nth-child(2){animation-delay:.2s}.preloader-for-button>div:nth-child(3){animation-delay:.3s}@keyframes slide{0%{transform:scale(1)}50%{opacity:.3;transform:scale(2)}100%{transform:scale(1)}}