@keyframes hideAfterTime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideAfterTimeAgain {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alert[data-formitem]:not(.formitem-show) {
  display: none !important;
}
.nodom form [if] {
  display: none;
}
form:not(.form-if-ran) [if] {
  display: none;
}
[if]:not(.if) {
  display: none;
}
body:not(.nosteps) form.steps-loading .formbuttons {
  display: none;
}
.steps-hidden {
  display: none;
}
.steps-test,
.formtesting {
  display: block !important;
  visibility: visible !important;
}
step.prepend-title::before {
  content: attr(title);
  font-weight: bolder;
  font-size: 1.2em;
}
.checkbox_parent > label {
  display: block;
}
.checkbox_parent > .checkbox_child {
  position: relative;
  font-size: 0.9em;
  padding-left: 20px;
}
.checkbox_parent > .checkbox_child::before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 3;
  left: 0;
  opacity: 0.5;
}
select {
  width: var(--select-width);
}
input[type="rangeslider"] + .noUi-horizontal,
input[type="rangeslider"] + .noUi-vertical {
  min-width: 100px;
  margin: 0px 0.6em;
  height: 0.8em;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-base,
input[type="rangeslider"] + .noUi-vertical .noUi-base,
input[type="rangeslider"] + .noUi-horizontal .noUi-connects,
input[type="rangeslider"] + .noUi-vertical .noUi-connects {
  height: 0.8em;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-handle,
input[type="rangeslider"] + .noUi-vertical .noUi-handle {
  width: 1.2em;
  height: 1.2em;
  right: -8px;
  top: -4px;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-handle::before,
input[type="rangeslider"] + .noUi-vertical .noUi-handle::before {
  top: 3px;
  left: 0.33em;
  height: auto;
  bottom: 3px;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-handle::after,
input[type="rangeslider"] + .noUi-vertical .noUi-handle::after {
  top: 3px;
  left: 0.66em;
  height: auto;
  bottom: 3px;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-connect,
input[type="rangeslider"] + .noUi-vertical .noUi-connect {
  background: currentColor;
}
input[type="rangeslider"] + .noUi-horizontal .noUi-tooltip,
input[type="rangeslider"] + .noUi-vertical .noUi-tooltip {
  height: 1.6em;
  line-height: 1em;
  padding: 0.2em 0.2em;
  bottom: 130%;
  display: none;
}
input[type="rangeslider"] + .noUi-horizontal:focus .noUi-tooltip,
input[type="rangeslider"] + .noUi-vertical:focus .noUi-tooltip,
input[type="rangeslider"] + .noUi-horizontal .noUi-handle:hover .noUi-tooltip,
input[type="rangeslider"] + .noUi-vertical .noUi-handle:hover .noUi-tooltip,
input[type="rangeslider"] + .noUi-horizontal .noUi-handle:focus .noUi-tooltip,
input[type="rangeslider"] + .noUi-vertical .noUi-handle:focus .noUi-tooltip {
  display: block;
}
html:not([dir=rtl]) input[type="rangeslider"] + .noUi-horizontal .noUi-handle,
html:not([dir=rtl]) input[type="rangeslider"] + .noUi-vertical .noUi-handle {
  right: -8px;
}
tabs[for]:empty {
  display: none;
}
tabs[for] ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.8em;
  margin-bottom: 0px;
  box-shadow: none !important;
  border-bottom: none !important;
}
tabs[for] ul > li {
  margin-right: 2px;
  border-bottom: none !important;
}
tabs[for] ul > li > * {
  padding: 4px 6px;
  display: inline-block;
  border-bottom: none;
}
tabs.tabs-for {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
tabs.tabs-for tab {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
tabs:not(.tabs-initialised) > tab:not(:first-child) {
  display: none;
}
tabs[for].bottom {
  position: absolute;
  top: 100%;
  right: 10px;
  max-width: 90%;
}
tabs[for].bottom ul {
  border: none;
  background: none;
}
tabs[for].bottom ul li {
  background: #f1f1f1;
  border: none;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), inset 0px 7px 7px rgba(0, 0, 0, 0.07000000000000001);
  font-size: 1.1em;
  padding: 0;
}
tabs[for].bottom ul li a {
  padding: 7px 10px;
  display: inline-block;
}
tabs[for].bottom ul li + li {
  margin-left: 7px;
}
tabs[for].bottom ul li.ui-state-active {
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
tabs[for].bottom ul li.ui-state-active a,
tabs[for].bottom ul li.ui-state-active a:link,
tabs[for].bottom ul li.ui-state-active a:visited {
  color: #000;
}
@media (max-width: 576px) {
  tabs[for].bottom {
    right: 0px;
    left: 0px;
    overflow: auto;
    padding-bottom: 10px;
    max-width: 100%;
  }
}
.toggle-field label:not(:has(input:checked)) {
  display: none;
}
.toggle-field {
  display: flex;
}
.toggle-field .icon {
  font-size: 1.4em;
}
.toggle-field > * {
  display: flex;
}
.toggle-field > * > * {
  align-self: center;
}
.toggle-field > * label {
  margin: 0px;
  cursor: pointer;
}
.toggle-field > * label input {
  display: none;
}
/*# sourceMappingURL=/system/extensions/form/assets/css/serve.form.less.css.map */