.custom-invalid-field {
  outline: 1px solid #d50000 !important;
  border: 1px solid #d50000 !important;
}

#day_of_birth {
  height: 50px;
  padding-top: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}

#warning-icon {
  fill: white;
  height: 17px;
  vertical-align: middle;
}

.tippy-content {
  display: flex;
  align-items: center;
  gap: 7px;
}

.woocommerce input[type=number] {
  max-width: unset !important;
}

.tippy-arrow {
  height: 0 !important;
}

button {
  cursor: pointer !important;
}

.hidden_section{
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0!important;
}