.date-input input,
.user-input input {
  width: 100%;
  border: 1px solid #999;
  padding: 5px 5px;
  border-radius: 5px;
}
.col-md-12.user-name {
  margin: 30px 0;
}
.add-input {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 30px;
}
.add-input button {
  border: 1px solid #999;
  padding: 5px 10px;
}

.head-title h5 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  opacity: 0.8;
}
.button:focus {
  outline: none;
}

.form-start h4 {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  opacity: 0.7;
}
.form-start h4 span {
  font-size: 13px;
  color: rgb(255, 0, 0);
  font-weight: 500;
  opacity: 0.7;
}
.form-start input,
.form-start select {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100%;
  background-color: #f3f6f9;
}
.form-start {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .modal-dialog.new-wid {
    max-width: 40% !important;
    margin: 1.75rem auto;
  }
}

.stateDropDownClubForm {
  z-index: 999;
  padding-top: 4px !important;
  border: 1px solid #999;
  border-radius: 5px;
  margin-top: 31px;
  width: 100%;
  background-color: #f3f6f9;
}
