/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#dilef-lab-bar {
	background-color: #1A3D7B !important;
}

#wrapper{
	box-shadow: none !important;
}
.bg-domo-rose {
	background-color: #be3252 !important;
}
.bg-domo-blue {
	background-color: #3e5f7a !important;
}
/*.bg-domo-gradient {
	background-image: linear-gradient(to right, #621625 10%, #2a6683 90%) !important;
}*/

.bg-domo-violet {
	background-color: #621625 !important;
}

.domo-violet {
	color: #621625 !important;
}

.underliner {
	background-image: linear-gradient(to bottom, transparent calc(100% - 10px), rgba(62, 95, 122, 0.7) calc(100% - 8px));
}

.body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}

#lista_news {
	list-style-image: url('/assets/images/img-domo-list-bulltet.pnglist') !important;
}
* {
	--cnvs-header-bg: #621625 !important;
	--cnvs-heading-color: #FFFFFF !important;
	--cnvs-primary-menu-color: #FFFFFF !important;
}

.testo_enfasi {
	color: #621625 !important;
	background-color: white !important;
}

.sub-menu-container {
	background-color: var(--cnvs-themecolor) !important;
}