.daploader {
  margin: auto;
  border: 16px solid #f3f3f387;
  border-radius: 50%;
  border-top: 16px solid #0f0f0f;
  width: 220px;
  height: 220px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.text-loader{
  width:80%;
  margin: auto;
  position: relative;
}

.sarsha-spinner-container {
    position: fixed!important;
    background: rgb(227 223 223 / 80%) !important;
    color: rgb(121 134 203)!important;
    text-align: center;
}