/*! purgecss start ignore */
/*! purgecss end ignore */
label.form-required:after,
legend.form-required:after {
  content: "*";
  display: inline-block;
  vertical-align: super;
  margin-left: 0.2em;
  color: var(--bs-danger);
  font-size: 14px;
}

input.error,
textarea.error {
  border-color: var(--bs-danger);
}
input.error[data-enpassusermodified=yes],
textarea.error[data-enpassusermodified=yes] {
  border-color: var(--bs-gray-400);
}

input,
input.form-control,
.form-control,
.select2-form-element {
  width: 25.75rem;
  max-width: 100%;
}

html .select2 {
  box-sizing: border-box;
  min-height: 2rem;
  border-radius: 8px;
  background-color: #fff;
}
html .select2 .select2-selection {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2rem;
  padding-inline: 1rem;
  padding-block: 1rem;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234cae4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 0.5rem - 0.25rem) center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  color: #282a2a;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html .select2 .select2-selection:hover {
  border-color: #4cae4c;
}
html .select2 .select2-selection[disabled], html .select2 .select2-selection[disabled]:hover {
  background-color: #e9ecef !important;
  box-shadow: none;
  cursor: not-allowed;
}
html .select2 .select2-selection__rendered {
  white-space: wrap !important;
}
html .select2 .select2-selection {
  border: 1px solid #b6b7b8;
}
html .select2 .select2-selection__arrow {
  display: none;
}

/*# sourceMappingURL=form.css.map*/