[data-mevo="theme-PurpleHeart"] {
	--primary-rgb: 			142, 255, 86;

	--primary-color: 		#8eff56;
	--accent-color: 		#00b69a;	
	--secondary-color: 		#1d1d1d;	

	--theme-color1:	 		#77f936;

	--primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color));
}

.dataTables_length, .dataTables_filter, .dataTables_info{
	--bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.swal2-modal .swal2-actions .swal2-confirm, 
.pagination .page-item.active .page-link,
.badge,
.btn.btn-primary{
	color: #1d1d1d !important;
}
.header-idioma {
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0;
}


.btn-com-garantia {
	background-color: #1d1d1d;
	color: white;
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-cancelar-vermelho {
	background-color: #d33;
	color: white;
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none !important;
}