.jumping-dots span{position:relative;margin-left:auto;margin-right:auto;animation:jump 1s infinite;display:inline-block}.jumping-dots .dot-1{width:6px;height:6px;border-radius:50%;margin-right:3px;animation-delay:.2s}.jumping-dots .dot-2{width:6px;height:6px;border-radius:50%;margin-right:3px;animation-delay:.4s}.jumping-dots .dot-3{width:6px;height:6px;border-radius:50%;margin-right:3px;animation-delay:.6s}@keyframes jump{0%{bottom:0}20%{bottom:5px}40%{bottom:0}}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:14px;height:100%;color:#2c112d}body{overflow-y:scroll}button{-webkit-user-select:none;user-select:none}#root{height:100%}.bottomNavigation .active *{color:#fff;fill:#fff}
