/**
  @deprecated
 */
/**
  @deprecated
 */
/**
  @deprecated
 */
.LuiDeprecatedForms .LuiFormLabel-wrapper {
  margin-bottom: 4px;
}

.LuiDeprecatedForms .lui-checkbox-container,
.LuiDeprecatedForms .lui-radio-container {
  display: flex;
  position: relative;
}
.LuiDeprecatedForms .lui-checkbox-container input,
.LuiDeprecatedForms .lui-radio-container input {
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 0.13rem solid #007198;
  background-color: #ffffff;
  position: relative;
  margin: 0;
}
.LuiDeprecatedForms .lui-checkbox-container input:disabled,
.LuiDeprecatedForms .lui-radio-container input:disabled {
  border: 0.06rem solid #989189;
  background-color: #eaeaea;
}
.LuiDeprecatedForms .lui-checkbox-container input:disabled + label,
.LuiDeprecatedForms .lui-radio-container input:disabled + label {
  color: #989189;
}
.LuiDeprecatedForms .lui-checkbox-container label,
.LuiDeprecatedForms .lui-radio-container label {
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.LuiDeprecatedForms .lui-radio-container input {
  border-radius: 50%;
}
.LuiDeprecatedForms .lui-radio-container input:checked:before {
  display: block;
  position: absolute;
  left: 50%;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #004b50;
}
.LuiDeprecatedForms .lui-radio-container input:checked:disabled:before {
  background: #6b6966;
}
.LuiDeprecatedForms .lui-checkbox-container input[type=checkbox] {
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
}
.LuiDeprecatedForms .lui-checkbox-container input[type=checkbox]:checked {
  border: 0.13rem solid #004b50;
  background-color: #004b50;
}
.LuiDeprecatedForms .lui-checkbox-container input[type=checkbox]:checked:before {
  display: block;
  position: absolute;
  width: 1.24rem;
  height: 1.24rem;
  font-family: "Material Icons Round";
  left: 0;
  top: -1px;
  content: "\e876";
  text-align: center;
  color: #fff;
  font-size: 1.13rem;
  line-height: 1.5rem;
}
.LuiDeprecatedForms .lui-checkbox-container input[type=checkbox]:checked:disabled {
  background: #6b6966;
  border-color: #6b6966;
}
.LuiDeprecatedForms .lui-input-error .lui-input-group-wrapper, .LuiDeprecatedForms .lui-input-error.lui-button-group {
  position: relative;
  border: 0.06rem solid #cc0000;
  border-left: 48px solid #cc0000;
  padding: 0.25rem 0.5rem 0.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.LuiDeprecatedForms .lui-input-error .lui-input-group-wrapper .lui-form-status-icon, .LuiDeprecatedForms .lui-input-error.lui-button-group .lui-form-status-icon {
  left: -2.5rem;
  font-size: 2rem;
}
.LuiDeprecatedForms .lui-input-error.lui-button-group {
  padding: 0;
}
.LuiDeprecatedForms .lui-input-error.lui-button-group .lui-button-wrapper button {
  border: 0.06rem solid #cc0000;
}

.LuiDeprecatedForms input:not([type=checkbox]):not([type=radio]),
.LuiDeprecatedForms textarea,
.LuiDeprecatedForms select {
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #2a292c;
  border: 0.06rem solid #beb9b4;
  border-radius: 3px;
  line-height: 48px;
  width: 100%;
  margin: 0;
  transition: border 0.3s cubic-bezier(1, 0, 0, 1);
  box-sizing: border-box;
  min-height: 48px;
}
.LuiDeprecatedForms input:not([type=checkbox]):not([type=radio])::placeholder,
.LuiDeprecatedForms textarea::placeholder,
.LuiDeprecatedForms select::placeholder {
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #6b6966;
}
.LuiDeprecatedForms textarea {
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.LuiDeprecatedForms select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 1.5rem auto;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%20%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22%20fill%3D%22%23414042%22%20%2F%3E%20%0A%20%3C%2Fsvg%3E");
}
.LuiDeprecatedForms input:not([type=checkbox]):not([type=radio]),
.LuiDeprecatedForms select {
  padding: 0 0.75rem;
}
.LuiDeprecatedForms .lui-input-error {
  position: relative;
}
.LuiDeprecatedForms .lui-input-error .lui-form-status-icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: white;
  z-index: 1;
  font-size: 2rem;
}
.LuiDeprecatedForms .lui-input-error input:not([type=checkbox]):not([type=radio]),
.LuiDeprecatedForms .lui-input-error textarea,
.LuiDeprecatedForms .lui-input-error select {
  border: 0.06rem solid #cc0000;
  border-left: 48px solid #cc0000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.LuiDeprecatedForms .lui-input-error input:not([type=checkbox]):not([type=radio]):focus,
.LuiDeprecatedForms .lui-input-error textarea:focus,
.LuiDeprecatedForms .lui-input-error select:focus {
  outline: 0.06rem solid #5a0000;
}
.LuiDeprecatedForms .lui-input-error p {
  font-size: 0.875rem;
}
.LuiDeprecatedForms .lui-input-warning {
  position: relative;
}
.LuiDeprecatedForms .lui-input-warning .lui-form-status-icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: white;
  z-index: 100;
  font-size: 2rem;
}
.LuiDeprecatedForms .lui-input-warning input:not([type=checkbox]):not([type=radio]),
.LuiDeprecatedForms .lui-input-warning textarea,
.LuiDeprecatedForms .lui-input-warning select {
  border: 0.06rem solid #EA6A2E;
  border-left: 48px solid #EA6A2E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.LuiDeprecatedForms .lui-input-warning input:not([type=checkbox]):not([type=radio]):focus,
.LuiDeprecatedForms .lui-input-warning textarea:focus,
.LuiDeprecatedForms .lui-input-warning select:focus {
  outline: 0.06rem solid #b33a01;
}
.LuiDeprecatedForms .lui-input-warning p {
  font-size: 0.875rem;
}
.LuiDeprecatedForms label,
.LuiDeprecatedForms fieldset,
.LuiDeprecatedForms legend {
  display: block;
}
.LuiDeprecatedForms label,
.LuiDeprecatedForms legend {
  font-size: 0.875rem;
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.LuiDeprecatedForms fieldset {
  border: none;
  padding: 0;
}
.LuiDeprecatedForms .lui-required-input-icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 -10px;
  color: #cc0000;
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .LuiDeprecatedForms .lui-required-input-icon {
    margin: 0 5px 0 -15px;
  }
}
.LuiDeprecatedForms .lui-error-msg {
  font-family: "Open Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #cc0000;
}
.LuiDeprecatedForms .lui-bearing-input-wrapper {
  max-width: 750px;
  position: relative;
}
.LuiDeprecatedForms .lui-bearing-input-wrapper .lui-bearing-display {
  position: absolute;
  right: 14px;
  top: 0;
  line-height: 48px;
  color: #beb9b4;
}
.LuiDeprecatedForms .lui-input-group-wrapper {
  margin-top: 0.5rem;
}
.LuiDeprecatedForms p.lui-fieldset-support-txt {
  margin-top: 0.5rem;
}
.LuiDeprecatedForms .lui-error-msg {
  margin-top: 5px;
}
