/*
Template Name: Farmerbit
Author: Farmerbit.com
Website: https://farmerbit.com/
Contact: developer@farmerbit.com
File: Custom Css File
*/

:root {
	--vz-vertical-menu-bg-dark: #1e1e25;
}

.toastify--success {
	background: none var(--bs-success-rgb, #45CB85) !important;
	opacity:1!important;
}

.toastify--info {
	background: none var(--bs-info-rgb, #6ea8fe) !important;
	opacity:1!important;
}

.toastify--danger {
	background: none var(--bs-danger-rgb, #842029) !important;
	opacity:1!important;
}

.toastify--debug {
	background: none var(--bs-info-rgb, #45CB85) !important;
	opacity:1!important;
}

.toastify--warning {
	background: none var(--bs-warning-rgb, #ffda6a) !important;
	opacity:1!important;
}



/* STICKY TABLE */
/* NOTE: dentro un .table-responsive non funziona se non viene unsettato */
.table-responsive {overflow-x:unset !important}
table.table-sticky th {
	position:sticky !important;
	top: calc(var(--header-height, 70px)) !important;
	z-index: 100;

	background-color: var(--vz-header-bg-dark, dark);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
