.marginbotton{
	margin-bottom: 50px;
}
.dt-paging-button{
	border: 1px solid rgb(202, 202, 202);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;


	border-radius: 20px;
	margin: 2px;

}
.current{
	background-color: rgb(224, 224, 224);
}

.dt-input{
	border-radius: 5px;
	border: 1px solid rgb(202, 202, 202);
	padding:  5px 10px 5px 10px;

}
.datatable-table td{
	font-size: 14px;
}


.pc-container {
	transition: margin-left 0.3s ease; /* Smooth transition for margin */
  }
  
  .pc-sidebar.pc-sidebar-hide {
	left: 0; /* When the sidebar is visible, it moves to the left */
  }
  
  .pc-container.pc-container-expanded {
	margin-left: 0px; /* When sidebar is visible, adjust container margin */
  }


  .navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	z-index: 100;
}
.nav-item {
	text-align: center;
	flex: 1;
}
.nav-item a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-item img {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}