.gridjs-wrapper { 
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 -1px 2px 0 rgb(0 0 0 / 10%);
}

td.gridjs-td {
	border: 1px solid #e5e7eb;
	box-sizing: content-box;
	padding: 5px;
}

.gridjs-search-input{
	width:100%;
}

.ui-slider-horizontal{
	height:.3em;
}

.ui-slider .ui-slider-handle{
	height: 11px;
    width: 11px;
    top: -5px;
}

.ui-widget-header {
	background: #383839;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default{
	background: #383839 !important;
	border:none !important;
}

input.gridjs-input{
	padding:7px 13px;
}