@CHARSET "UTF-8";

/* Limitar tamanaho texto e-mail*/
.emailMenu {
	max-width: 28ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.logoSF {
	width: 32px;
	height: 32px;
}

.content {
	min-height: calc(100vh - 120px);
}

.sidebar-sticky .sidebar-nav {
	padding-bottom: 72px;
}