#table_previous {
	margin-right: 2rem;
}
.table td:first-child, .table th:first-child, .table tr:first-child {
    padding-left: 10px;
}

.menu-item .menu-link .menu-icon {
	font-size: 1.2rem;
}

/* .main-layout {
	margin-bottom: 4%;
}

.app-footer {
	margin-top: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
} */

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
	white-space: normal !important;
}

.table.table-row-bordered tr:hover {
	background-color: #f5f8fa;
}
.table.table-row-bordered tr.bk:hover, .table.table-row-bordered tr.bk .table.table-row-bordered tr:hover {
	background-color: #fbfdff;
}