input.ui-autocomplete-loading,select.ui-autocomplete-loading {
  	background: white url('/assets/plugins/jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
.ui-autocomplete {
  	max-height: 400px;
  	overflow-y: auto;
  	/* prevent horizontal scrollbar */
  	overflow-x: hidden;
  	z-index:2000;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  	height: 400px;
}		

.with-errors {
  display:none; 
}

.has-error .with-errors {
  display: block;
}

@media(min-width: 768px) {
    .faq__item:nth-child(10n + 6) {
        -moz-column-break-before: column;
        break-before: column;
        margin-top: 0 !important;
    }
    .faq__item:nth-child(10n + 1) {
        margin-top: 0;
    }
}

.is-invalid + .custom-check {
        border-color: var(--red);
}
.is-invalid:focus-visible + .custom-check {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

