.datatable {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.dt-scrollable {
	overflow-x: auto !important;
	overflow-y: overlay !important;
	width: 100% !important;
	height: inherit !important;
}

.dt-row {
	width: 100% !important;
}

.dt-cell .dt-cell__edit {
	padding: 0 !important;
}

.dt-row.dt-row-totalRow {
	display: none;
}

.dt-cell.choices__inner {
	min-height: inherit !important;
}

.dt-cell--col-0 {
	display: none;
}

/* .dt-cell--col-1 {
	display: none;
} */
