.table-footer {
  font-weight: 700;
  font-size: 1rem;
}

.nav-left-menu-item {
	font-size: 14px;
	padding: 10px 12px;
}
.nav-left-menu-item:hover {
	background-color: rgba(34, 0, 78, 0.521);
	cursor: pointer;
	color: #fff;
}

.hidden {
	display: none;
}

.modal-menu-item-left {
	width: 30%;
	padding-right: 10px;
}

.modal-content-item{
	width: 70%;
	padding-left: 10px;
	border-left: 0.4px solid rgba(128, 128, 128, 0.336);
}

.nav-left-menu-item-active {
	 background-color: rgba(34, 0, 78, 0.521);
	 color: #fff;
}
.nav-left-menu-item:first {
	margin: 0 auto;
}