/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.ecom-body {
	background-color: #f4f4ff;
}

.dataTable th {
	border: none;
}

.contenitore-tabella {
	background-color: white;
	border-radius: 5px;
	box-shadow: rgb(114 114 114 / 12%) 0 0 9px 3px;
	padding: 20px;
}

/* CARD CON SFONDO */
.card-bg {
	background-color: #fff;
	border-radius: 10px;
	border: none;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.l-bg-cherry {
	background: linear-gradient(to right, #493240, #f09) !important;
	color: #fff;
}

.l-bg-blue-dark {
	background: linear-gradient(to right, #373b44, #4286f4) !important;
	color: #fff;
}

.l-bg-green-dark {
	background: linear-gradient(to right, #0a504a, #38ef7d) !important;
	color: #fff;
}

.l-bg-orange-dark {
	background: linear-gradient(to right, #a86008, #ffba56) !important;
	color: #fff;
}

.card-bg .card-statistic-3 .card-icon-large .fas,
.card-bg .card-statistic-3 .card-icon-large .far,
.card-bg .card-statistic-3 .card-icon-large .fab,
.card-bg .card-statistic-3 .card-icon-large .fal {
	font-size: 110px;
}

.card-bg .card-statistic-3 .card-icon {
	text-align: center;
	line-height: 50px;
	margin-left: 15px;
	color: #000;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.1;
}

.l-bg-cyan {
	background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
	color: #fff;
}

.l-bg-green {
	background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
	color: #fff;
}

.l-bg-orange {
	background: linear-gradient(to right, #f9900e, #ffba56) !important;
	color: #fff;
}

.l-bg-cyan {
	background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
	color: #fff;
}

/* SELECT 2
.select2-container {
    width: 100% !important;
}*/

/* Campi obbligatori */
.required:after {
	margin-left: 3px;
	content: " *" !important;
	color: red !important;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}



.card {
	box-shadow: 0px 0px 10px 1px #ababab5c !important;
}

.card-shadow {
	box-shadow: 3px 3px 10px 1px #444444 !important;
}

/* Sidebar */
.sidebar-wrapper {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0;
	left: 0px;
	background: #ffffff;
	border-right: 0px solid #e4e4e4;
	z-index: 11;
	box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
	transition: all .2s ease-out;
}

.sidebar-header {
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	bottom: 0;
	padding: 0 15px;
	z-index: 5;
	background: #ffffff;
	background-clip: border-box;
	border-bottom: 1px solid #e4e4e4;
}

.logo-icon {
	width: 45px;
}

.logo-text {
	font-size: 22px;
	margin-left: 5px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #8833ff;
}

.toggle-icon {
	font-size: 22px;
	cursor: pointer;
	color: #8833ff;
}

/* SCROLLBAR */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* SCHERMATA CARICAMENTO */
.schermata-caricamento {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #0c0c0c75;
	flex-direction: column;
	opacity: 0;
	color: white;
	font-size: 25px;
}


.pulsante-tipologia:hover,
.pulsante-tipologia:focus,
.pulsante-tipologia:active,
.pulsante-tipologia.active {
	background: #7725ea;
	border-color: #7725ea;
	color: white;
	font-weight: bold;
}