/* new color theme variable color */
/* new color theme variable color */
@keyframes ball-grid-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    animation-delay: 0.55s;
    animation-duration: 1.11s; }
  .ball-grid-pulse > div:nth-child(2) {
    animation-delay: 0.78s;
    animation-duration: 1.53s; }
  .ball-grid-pulse > div:nth-child(3) {
    animation-delay: 0.01s;
    animation-duration: 1.44s; }
  .ball-grid-pulse > div:nth-child(4) {
    animation-delay: -0.13s;
    animation-duration: 1.58s; }
  .ball-grid-pulse > div:nth-child(5) {
    animation-delay: 0.76s;
    animation-duration: 1.43s; }
  .ball-grid-pulse > div:nth-child(6) {
    animation-delay: 0.18s;
    animation-duration: 1.22s; }
  .ball-grid-pulse > div:nth-child(7) {
    animation-delay: 0.16s;
    animation-duration: 0.75s; }
  .ball-grid-pulse > div:nth-child(8) {
    animation-delay: 0.1s;
    animation-duration: 1.47s; }
  .ball-grid-pulse > div:nth-child(9) {
    animation-delay: 0.55s;
    animation-duration: 1.36s; }
  .ball-grid-pulse > div {
    background-color: #404e67;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite;
    animation-delay: 0; }

/*# sourceMappingURL=ball-grid-pulse.css.map */
