.form{
  border: 2px solid #AB915F;
  border-radius: 10px;
  margin-bottom: 2%;
  outline: none;
}
.btn-delete_userr{
  color: black;
  background-color: transparent;
  padding: 7px;
  border: 2px solid darkred;
  border-radius: 14px;
  text-decoration: none;
}
.btn-delete_userr:hover{
  color: white;
  background-color: darkred;
  padding: 7px;
  border: 2px solid darkred;
  border-radius: 14px;
  text-decoration: none;
}



.btn-save_userr{
  color: black;
  background-color: transparent;
  padding: 7px;
  border: 2px solid #0d6efd;
  border-radius: 14px;
  text-decoration: none;
}

.btn-save_userr:hover{
  color: white;
  background-color: #0d6efd;
  padding: 7px;
  border: 2px solid #0d6efd;
  border-radius: 14px;
  text-decoration: none;
}

.card-buffet-user{
  padding-top: 10px;
  
  display: inline-block;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 13%;
  border-radius: 31px;
  /* background-color: #212529; */
  background-color: white;
  border: 2px;
  
  
}

.card-buffet-user img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: #1e272e solid;
}

.card-buffet-user input {
  width: 100%;
  padding: 12px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px
  solid;
}


.card-buffet-user .bottom-modal {
  background: #ab915f;
  padding: 5%;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.card-buffet-user .button-close-modal {
  color: #1e272e;
  font-weight: bold;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  background: inherit;
}