.border--realtime {
	height: 100%;
	width: 20%;
}
/* Colores de filas */
.tbl-realtime--reciente {
	background-color: #df4454 !important;
}
.tbl-realtime--reciente:hover {
	background-color: #dc3445 !important;
}
.tbl-realtime--observado {
	background-color: #fc7000 !important;
}
.tbl-realtime--observado:hover {
	background-color: #ff8520 !important;
}
.tbl-realtime--finalizado {
	background-color: #1bbf89 !important;
}
.tbl-realtime--finalizado:hover {
	background-color: #1dc991 !important;
}
.tbl-realtime--irrelevante {
	background-color: #1a1a1a;
}

.tbl-realtime thead tr th,
.tbl-realtime tbody tr td {
	vertical-align: middle;
}
.groups-type-wrap {
	height: 300px;
	overflow-y: scroll;
}
.groups-type {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.groups-type .checks {
	display: flex;
	gap: 10px;
}
.groups-type .checks label {
	display: inline-block;
	margin: 0;
}
