/* 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);
}

.sidebar-wrapper .sidebar-header img {
    height: 5rem !important;
}



/* ############################ */
/* ############################ */
/* AUTH */

#auth #auth-left .auth-logo {
    margin-bottom: 1rem;
	height: 6rem;
}

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

