/*****************************
Form 3
******************************/
.ff-step-header {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .ff-step-titles {
    width: 800px !important;
  }
}

input::placeholder,
textarea::placeholder {
  font-size: 0.9rem;
  line-height: 1.4em;
}

/*****************************
Type of business field
******************************/

.fluentform_wrapper_26 {
  background: #fff;
  padding: 1rem 2rem;
  box-shadow:
    0 0 8px 0 rgb(0 0 0 / 8%),
    0 0 15px 0 rgb(0 0 0 / 2%),
    0 0 20px 4px rgb(0 0 0 / 6%);
}

@media (max-width: 576px) {
  .fluentform_wrapper_26 {
    padding: 1rem;
  }
}

/* Business Types field */

.wpr-business-types .result {
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow:
    0 0 8px 0 rgb(0 0 0 / 8%),
    0 0 15px 0 rgb(0 0 0 / 2%),
    0 0 20px 4px rgb(0 0 0 / 6%);
}

.wpr-business-types .result span {
  display: block;
  cursor: pointer;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wpr-business-types .result span:hover {
  background-color: #ececec;
}

/*****************************
Custom color picker filed
******************************/

.wpr-custom-color-picker-fields input[type="color"] {
  height: 2.5rem;
  padding: 0px !important;
}

.wpr-custom-color-picker-fields .ff-el-input--content {
  position: relative;
}

span.wpr-color {
  position: absolute;
  top: 0.35rem;
  padding-left: 1rem;
  pointer-events: none;
}
