.colorheading {
    background-color: #F1F1F1;
  }
  .textheading {
    padding-left: 7px;
  }
  .card_boxx {
    margin-top: -69px;
  }
  input[type="date"] {
    width: 100%;
}
.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* This creates a circular shape */
  object-fit: cover; /* This ensures the image fills the container while maintaining aspect ratio */
  border: 2px solid #00000038;
}
.textcolr{
  color:#52769c;
}
.profile-card {
  background: #fff;
  padding: 20px;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  min-width: 220px;
  text-align: center;
}
.profilecards{

  padding-bottom: 20px;
}
