table.dataTable tbody tr.selected td{
	background-color:#F8BB2E;
	color: black;
}
.select2-container--open {
	z-index: 9999999;
} 
.text-cell {
	width: 40%;
	margin: 0;
	line-height: 1.5
}
.num-cell {
	width: 5%;
	font-size: small;
	white-space:normal;
	margin: 0;
}
.heads {
	font-size: normal;
	white-space:normal;
	margin: 0;
}
/* Hide default arrows
.dt-column-order {
    display: none;
}
	 */
.wrap {
   white-space: wrap;
}
/* Add custom styled arrows */
.dt-ordering-asc span.dt-column-order:after,
.dt-ordering-asc span.dt-column-order:before {
    font-size: 1.2em; /* Set your desired size */
    content: "▲"; /* Unicode character for up arrow */
    color: blue; /* Example color */
}

.dt-ordering-desc span.dt-column-order:after,
.dt-ordering-desc span.dt-column-order:before {
    font-size: 1.2em; /* Set your desired size */
    content: "▼"; /* Unicode character for down arrow */
    color: blue; /* Example color */
}
