
.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
}
.loader
{
    display: none;
    width:200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:9999;
    overflow: auto;
}

.initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #3f11bb;
  color: white;
  font-weight: bold;
  font-size: 0.875rem; /* 14px */
}

