
#loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #a7d7ff;
    z-index: 9999;
  }
  
  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  
  
  @keyframes rotate-logo {
    0% {
      transform: rotate(0deg);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }

.bg-mithra {
  background-color: #007bff !important;
}

.bg-samithi {
  background-color: #ec2941 !important;
}
.bg-active {
  background-color: #31ce36 !important;
}
.bg-suspended {
  background-color: #ffad46 !important;
}
.bg-matured {
  background-color: #bf0a6e !important;
}
.bg-notmatured {
  background-color: #a9a3a0 !important;
}
.bg-plus_member {
  background-color: #f55f08 !important;
}
.bg-migrated {
  background-color: #6861ce !important;
}
