#postcardModal .modal-body input.form-control {
  border-radius: 999px;
}

#postcardModal .modal-header {
  padding: 0;
  position: relative;
}

#postcardModal .modal-header button {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  background-color: unset;
}

#postcardModal .modal-body {
  padding: 28px 28px 60px 28px;
}

#postcardModal .modal-body .title {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #1f1f1f;
  font-weight: bold;
}

#postcardModal .modal-body .sum-character {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #8d8d8d;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#postcardModal .modal-body .sum-character .alert-name {
  color: #ff6969;
  font-family: 'Montserrat-Regular';
  font-size: 13px;
}
#postcardModal .modal-body .btn-create-postcard {
  padding: 16px 25px;
  border-radius: 30px;
  background: #009f9a;
  box-shadow: 0px 8px 0px 0px #12645f;
  color: white;
  font-family: "Montserrat-SemiBold";
}
#postcardModal .modal-body .gender-group {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#postcardModal .modal-body .gender-group label {
  display: flex;
  padding: 9px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #1f1f1f;
}
#postcardModal .modal-body .gender-group label input {
  width: 18px;
  height: 18px;
}
#postcardModal .modal-body #message:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
