.dot-group{display:flex;justify-content:center}.dot-group .dot{width:10px;height:10px;border-radius:100%;margin:0 5px;transform:scale(0)}.dot-group._lightTheme .dot{background-color:#002e6c}.dot-group._darkTheme .dot{background-color:#fff}.dot-group .dot-1{-webkit-animation:loading 1.25s ease infinite;animation:loading 1.25s ease infinite}.dot-group .dot-2{-webkit-animation:loading 1.25s ease 312ms infinite;animation:loading 1.25s ease 312ms infinite}.dot-group .dot-3{-webkit-animation:loading 1.25s ease 625ms infinite;animation:loading 1.25s ease 625ms infinite}@-webkit-keyframes loading{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}
