form.llb-form p label{
	font-family: 'Inter';
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: rgb(245, 245, 245);
	display: block;
	clear: both;
	width: 100%;
}
form.llb-form p span{
	font-family: 'Inter';
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: rgb(245, 245, 245);
}
form.llb-form p button{
	margin-top: 25px;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #fff;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before{
	color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color: #fff !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}
table.dataTable thead > tr > th.sorting::before{
	color: #fff;
	opacity: 0.5;  
	right: 5px;
	font-size: 10px;
}
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::after{
	opacity: 1 !important;  
}
table.dataTable thead > tr > th.sorting::after{
	color: #fff;
	opacity: 0.5;
	font-size: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #fff !important;
	font-weight: bold !important;
	background: transparent !important;
}
table.dataTable > thead > tr > th{
	border-bottom: 1px solid #fff;
}