.modal-profile-edit {
  margin-bottom: 21px;
  background-color: #1a8dca;
  height: 94px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#modalProfile {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
}

.image-modal {
  margin-top: -65px;
  border-radius: 50%;
}

.text-image {
  color: #1A8DCA;
  font-size: 17px;
  font-weight: bold;
}

.button-save {
  width: 100%;
  background-color: #6ECE66;
  color: white;
  border: none;
  height: 40px;
  margin-top: 24px;
}

.text-profile {
  color: #363636;
  font-size: 12px;
  text-align: center;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 24px;
  margin-bottom: 73px;
}