.navigation-icon {
	color: white;
	font-size: 1.3rem;
	font-weight: bold;
}

.page-title-icon {
	color: #1DBDC3;
	font-size: 1.5rem;
	font-weight: bold;
}

.card-icon {
	color: #1DBDC3;
	font-weight: bold;
	font-size: 1.3rem;
}
button .action-icon,
.action-icon {
	/* font-weight: bold; */
	color: #1DBDC3;
	font-size: 1.2rem;
}

td button svg, td div svg, td a svg, i svg {
	color: #1DBDC3;
}

td > button:has(svg), td > a:has(svg){
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 5px;
	margin-right: 5px;
}

.action-icon.delete {
	color: red;
}

.action-icon.success {
	color: green;
}

.action-icon.warning {
	color: orange !important;
}

.action-icon.info {
	color: blue;
}

svg {
	pointer-events: none;
}

.text-laravo {
	color: #1DBDC3;
}

.text-laravo:hover {
	color: #1a9ba9!important;
}

.text-none {
	color: transparent!important;
}

.fa-3xs {
	font-size: 0.5em !important;
}