.card-shadow .card {
	box-shadow: 0 0.1rem 0.4rem rgba(25,24,24,.1);
}

.select2-container .select2-selection--single {
	height: 36.5px;
	min-height: 36.5px !important;
	padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
}


label.error {
	color:var(--bs-danger);
	font-size: 0.85em;
}

table.dataTable td, table.dataTable th {
	vertical-align: middle !important;
}


label .error {
	font-size: 0.85em;
	color: red;
}

.form-label {
	margin-bottom: 0.1rem;
	margin-left: 0.35rem;
	font-size: 0.90rem;
}