.hidden-input,.hidden-label{
	visibility: hidden;
}
.reqired-input,.required-input{
	color: red;
	font-weight: bolder;
}
.custom-datatable thead th{
	background-color: #1D1D53;
	color: white;
	text-align: center !important;
	padding: 3px 0;
}
.custom-datatable tbody td{
	border-top: 1px solid lightgray;
	padding-left: 20px;
}
.edit-icon{
	cursor: pointer;
	color: royalblue;
}
.delete-icon{
	cursor: pointer;
	color: red;
}
.action-row{
	text-align: center !important;
}
.space-line{
	padding: 0 5px;
}
.swal2-modal{
  background-color: white !important;
}
.paginate_button .current{
	background-color: #1D1D53 !important;
    color: white !important;
}
#updateBillsBtn,#cancelEdit,.updateSupplyBtns,#reportContent{
	display: none;
}
.sidebar-logo{
	color: white;
	font-weight: 600;
	font-size: x-large;
}
.d-flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 25px;
}
.auth-page-content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.scrollable-table{
	height: 350px;
	overflow: auto;
}
.scrollable-table::-webkit-scrollbar {
    display: none;           
}
.add_booth_received_content,.update_booth_received_content{
	display: none;
}