body.login-page { background: #1b2a4e; }
.login-logo b { color: #fff; }

.wrapper { min-height: 100vh; }

.negocio-badge {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 6px;
}

.card-stat {
	border-left: 4px solid #04AA6D;
}
.card-stat.egreso { border-left-color: #dc3545; }
.card-stat.resultado { border-left-color: #007bff; }

.monto-ingreso { color: #04AA6D; font-weight: 600; }
.monto-egreso { color: #dc3545; font-weight: 600; }
.badge-anulado { text-decoration: line-through; opacity: .6; }

.content-module { padding: 15px; }

#loading-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(255,255,255,.6);
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

.form-required::after { content: " *"; color: #dc3545; }

.thumb-adjunto {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 4px;
}
