/* Sticky header para tabelas (compatível com tema Mazer/Bootstrap) */
.table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--bs-body-bg);
}

#auth #auth-left .auth-logo {
    margin-bottom: unset;
	text-align: center;
}

#auth #auth-left .auth-logo img {
    height: 10rem;
}

.sidebar-wrapper .sidebar-header img {
    height: 5rem;
	margin-top: 1rem;
}

.sidebar-wrapper .sidebar-header {
    padding: 0rem 2rem 1rem;
}

.form-check {
	padding-left: 1em;
}

.theme-toggle .form-check {
	padding-left: 2.5em;
}