@keyframes fade-in {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fade-in2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bi-icon, .bi-icon--sm, .bi-icon--xs {
  display: inline-block;
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.bi-icon--sm {
  font-size: 17px !important; }

.bi-icon--xs {
  font-size: 14px !important; }
