.my-profile-container {
  background-color: white;
  margin: 25px 10% 20px 10% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
}

.my-profile-header {
  padding-top: 20px !important;
}

.my-profile-labels{
  padding-bottom: 2% !important;
}
.my-row1 {
  margin-top: 3% !important;
  margin-bottom: 2% !important;
}

.my-row2 {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

#profileEmail,
#profileEmail:focus {
  background-color: #eee !important;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: none !important;
}


.btn-success{
  margin-right:1%!important;
  background-color: #6ca62b!important;
  border:1px solid  #6ca62b!important;
  --bs-btn-border-radius: 4px !important;
   color:white;
}
.btn-warning{
  background-color:#f26522 !important;
  border:1px solid #f26522 !important;
  --bs-btn-border-radius: 4px !important;
  color:white!important;
}

.form-check{
  cursor: pointer;
}

#files{
  border: 1px solid #ced4da;
}