
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #dedede;
  border-radius: 50%; 
  background-color: #f8f9fa; 
  color: #aba8a8; 
  font-size: 24px; 
  margin-bottom: 10px;

}


.s-login-modal-label {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.back-arrow{
  width: 40px;
 height: 40px;
  background-color: #f8f9fa;
  color: #343a40; 
   border: 1px solid #dedede;
}

.custom-modal-header {
  border-bottom: 2px solid #ffffff; 
}