.page-step {
	display: none;
}
.page-step.active {
	display: block;
}

/* tabs */
.steppers .steppers-header ul li.active, 
.steppers .steppers-header ul li.confirmed {
	color: #816b22;
	display: flex;
	justify-content: space-between;
}
.steppers .steppers-header li.active::after {
	background-color: #816b22;
}
.steppers .steppers-header ul li .icon {
	display: none;
}
.steppers .steppers-header ul li.confirmed .icon {
	display: block;
}

/* autocomplete */
#autocomplete-search-address {}
#autocomplete-search-address .content {
	background-color: #fff;
	padding: 20px;
}
#autocomplete-search-address .autocomplete-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	cursor: pointer;
}
#autocomplete-search-address .autocomplete-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

/* segnalazione elenco */
.accordion-header .accordion-button:not(.collapsed) {
    color: #816b22;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border-bottom-color: #816b22;
    color: #816b22;
}
.categories li label .checkbox-icon {
	width: 24px;
	height: 24px;
	display: none;
	color: #c0a551;
}
.categories li input[type="checkbox"]:not(:checked) + label .checkbox-unchecked {
	display: inline;
}
.categories li input[type="checkbox"]:checked + label .checkbox-checked {
	display: inline;
}
.categories li label {
	font-weight: 600;
}
.categories li input[type="checkbox"] + label {
	cursor: pointer;
}
.categories ul.tipi-child {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* popup infowindow */
.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
	content: " ";
	top: 100%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

/* uppercase input CF */
.cmp-input input#codice_fiscale {
	text-transform: uppercase;
}

/* aggiungi X per ripulire le input */
.cmp-input .clean-input::after {
	content: url("../img/close.svg");	
	padding: 8px;
}
.cmp-input .clean-input svg {
	display: none;
}

/* sending */
.steppers-content {
	position: relative;
}
.steppers-content.loading::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
}
.steppers-content.loading::after {
	content: "";
	width: 40px;
	height: 40px;
	border: 4px #999 solid;
	border-top: 4px #000 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 2;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.box.bg-light.p-4.mb-4.border {
    background-color: #f1f1f1 !important;
}
.readonly {
    background-color: #ebebeb;
    pointer-events: none;
    color: gray;
}
input.form-control.bg-required,select.form-select.bg-required {
    background: #7ca6df3d;
    border: 1px solid #082d5d !important;
}
.steppers .steppers-header ul li.active, .steppers .steppers-header ul li.confirmed {
    color: #1a56a9;
    display: flex
;
    justify-content: space-between;
}

.page-step.step-attivo {
  background-color: #f5f5f5; /* esempio: grigio chiaro */
  font-weight: bold;
  border-radius: 5px;
}


.steppers .steppers-header ul li.active, .steppers .steppers-header ul li.confirmed {
    background: #1a56a9;
    display: flex
;
    justify-content: space-between;
    color: #fff;
}
.steppers .steppers-header li.active::after {
    background-color: #1a56a9;
}
.page-step.step-attivo {
    background-color: #fff;
	}
	.clean-input {
  display: none !important;
}


.border-danger {
    border: 1px solid #082d5d !important;
}
.form-control:disabled, .form-select:disabled {
    background-color: #d8d9da !important;
    opacity: 1;
}
.border-danger {
  border: 2px solid #dc3545 !important;
}


ul.small li {
    list-style-type: disc!important;
    margin-left: 30px;
}