.tab-content {
	border: 1px solid #eef1f6;
	padding: 10px;
	margin-top: -1px;
}
.content-group {
	margin-bottom: 10px !important;
	border: 1px solid #ccc;
	padding: 10px;
}
legend {
	font-size: 14px !important;
	padding-top: 10px !important;
	text-transform: uppercase !important;
	width: auto !important;
	padding: 0px 10px !important;
	margin: 0 !important;
	border: none !important;
	float: none;
	color:#796dfe;
}
tbody .dtfc-fixed-end ,tbody .dtfc-fixed-start{
	background-color: white !important;
}

.table-striped tbody tr:nth-of-type(2n+1) >.dtfc-fixed-end,.table-striped tbody tr:nth-of-type(2n+1) >.dtfc-fixed-start {
	background-color: #f6f6f9  !important; 
}
.nf{border-left: 1px solid #eef1f6;}

.action li .iconbg {
	padding: 8px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 10px;
}
.v a .iconbg fa::hover .iconbg 
{ 
	background-color: blue;
}

.select2-container .select2-selection--single {
	border-radius: 0.25rem !important;
	border-color: #efefef;
	height: 34px !important;
	padding: 10px;
}
.form-control { 
	font-size: 14px!important; 
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	padding: 0;
	font-weight: 400;
	line-height: 1.5;
	color: #212529!important;
	font-size: 14px!important;
}

/*.horizontal-icons-tab .nav-tabs .nav-item .nav-link.active::before {
	height: 100%;
	z-index: 2;
	bottom: 0;
}

.horizontal-icons-tab .nav-tabs .nav-item .nav-link .active::before {
	background-image: linear-gradient(135deg, var(--theme-default) 0%, #40b8f5 100%); 
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
	z-index: 2;
}*/

 