.control-label {
	margin-bottom: 0;
	margin-top: 1rem;
	font-weight: bold;	
}
div.text-danger {
	font-size: 13px;
}
.btn {
	width: 100px;
}
div > .fas {
	position: absolute;
	right: 25px;
	top: 7px;
	font-size: 24px;
	color: #3aabd2;
	cursor: pointer;
}
div:has(i.fas) {
	position: relative;
}
label.link-label {
	font-size: 13px;
}
label.link-label > a {
	text-decoration: none;
	color: #898989;
}
label.link-label > a:hover {
	color: #464646;
}
div.card-header {
	margin: 0;
	padding: 0;
}
div.header-title {
	padding: 6px;
}