.avatar-upload-75-squared .avatar-preview {
  width: 76px;
  height: 76px;
  position: relative;
  border-radius: 10px;
  border: 4px solid #dfdfdf;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload-50-squared .avatar-preview {
  width: 54px;
  height: 54px;
  position: relative;
  border-radius: 10px;
  padding:2px;
  border: 4px solid #dfdfdf;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload-50-squared .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-doctor-app-squared .avatar-preview {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 10px;
  border: 4px solid #dfdfdf;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload-squared .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-blue-navy{
    color: #092457 !important;
    font-family: 'ProximaNova-Regular';
}

.flex-vertical-center{
    align-items: center !important;
}

.title-15rem-font{
    font-size:1.5rem !important;
    font-weight:600 !important;
}