html {
	position: relative;
	min-height: 100vh !important;
}

.hifen {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

}

.body {
	margin-bottom: 60px;
	background: #00bfa5;
	min-height: 100vh !important;
}

.body-info {
	margin-bottom: 60px;
	background: #17a2b8;
	min-height: 100vh !important;
}

.span__session-title{
	background: #e9ecef;
	padding: 7px 20px;
	font-size: 14pt;
	border-radius: 8px;
}



#gridCheckEndIndicativo {
	width: 20px !important;
	height: 20px !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer--type-apus{
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	font-weight: bold;
}

.btn-primary {
	background-color: #00ae94;
	border-color: #00ae94;
}

.btn-primary:hover {
	background-color: #008c72 ;
	border-color: #008c72;
}

.bg-red {
    background-color: red !important;
    color: white; /* Cor do texto, se necessário */
}
.badge.rounded-circle {
    width: 15px; /* Tamanho da bolinha */
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	/* margin-top: 10px; */
}