/* .form-contact input.form-control  {
  background: #FFFFFF;
  border: 1px solid #A7A9AC;
  border-radius: 10px;
}

.form-contact section.form-select:focus {
  border-color: #d9dfe7 !important;
  box-shadow: 0 0 0 0.1em #ff6b00c7;
}

.form-contact textarea.form-control:focus,
input.form-control:focus {
  border-color: #d9dfe7 !important;
  box-shadow: 0 0 0 0.1em #ff6b00c7;
} */

ul.list_contact_sex {
  border: 1px solid #cbcbcb;
  padding-left: 0px;
  max-height: 450px;
  overflow: auto;
  font-size: 14px;
  display: none;
  position: absolute;
  z-index: 1;
  left: 0px;
  transform: translateY(83px);
  border-radius: 6px;
  box-shadow: 1px 3px 8px #ff6b0059;
}

ul.list_contact_sex.active {
  display: block;
}

select.wpcf7-form-control.wpcf7-select.ctf7-contactfrm-sex {
  display: none;
}

.select_product_contact_gender {
  width: 265px;
  height: 56px;
  -webkit-appearance: none;
  padding-left: 21px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4F;
  outline: none;
  background-repeat: no-repeat;
  background-position: 92% 24px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  background-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.list_contact_sex li {
  width: 265px;
  padding: 10px;
  background-color: white;
  height: 45px;
}

.list_contact_sex li:hover {
  background-color: var(--color);
  color: white;
}