a.text-white:hover {
	color: white !important;
}

.btn-contact, 
.btn-contact:hover {
	background: transparent;
	border: none;
	color: var(--white) !important;
	cursor: pointer;
	text-decoration: underline;
}

.card {
	border: none !important;
	border-radius: var(--border-radius-sm) !important;
	box-shadow: var(--box-shadow-small) !important;
}

.card-body {
	background-color: rgba(0, 161, 219, .10);
	color: var(--gray-700);
}

.card-body,
.card-header {
	padding: 1.5rem !important;
}

.card-body ul {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 1.5rem;
}

.card-body ul li {
	display: flex;
	position: relative;
}

.card-body ul li::before {
	aspect-ratio: 1;
	background-color: var(--brand-color-1);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: .5rem;
	margin-right: .5rem;
	margin-top: .6rem;
	position: relative;
	width: .5rem;
}

.card-header {
	color: var(--brand-color-1);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4em;
}

.configuratore .corrispettivi-wrapper .panel-title {
	color: #ffffff;
	font-size: .9em;
	font-weight: 700;
	height: auto;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: .6rem;
	padding-top: .6rem;
}

.configuratore .corrispettivi-wrapper .offer-note-box {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
}

.configuratore .corrispettivi-wrapper .offer-price-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.selection-box {
	margin: 0 0 1.875rem;
}

#electricityComponentsBox, 
#gasComponentsBox {
	background: #ffffff;
	color: #575757;
	/* font-size: 15px; */
	/* height: auto; */
	line-height: 1.2rem;
	/* padding: 0 .5em; */
}

#selectionsBox {
	background: var(--brand-color-1);
	color: var(--white);
	padding: 3.75rem 0;
}

#selectionsBox h2 {
	color: var(--white) !important;
}

#selectionsBox p {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin: 1.875rem 0 0;
}

/*è stato aggiunto questo box per ovviare al problema della sticky bar che finisce su #selectionsBox*/
#boxNuovaOfferta {
	position: relative;
	margin-top: -200px;
	z-index: -1;
}

#boxNuovaOfferta::before {
	content: "";
	display: block;
	height: 199px;
	width: 100%;
}
