    /* .sorting::before,
    .sorting::after {
        display: none !important;
    } */
    #Category_datatable th, #Category_datatable td, #cust_ans_datatable th, #cust_ans_datatable td{
        padding: 5px !important;
    }
    .Cscanimg {
        cursor: pointer;
    }
    .over-length {
    max-width: 200px;
    overflow-x: scroll;
    }
    
    .smallgrid{
	height: 160px;
	overflow-y: scroll;
	padding:0;
	border:1px solid #eee;
    }
    .smallgrid thead th {
        position: sticky; top: 0; 
        z-index: 1; 
        background:#6c757d; 
        border-color:#dee2e6 ;
        height:35px;
    }
    .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #17a2b8;
	background-color: #17a2b8;
	box-shadow: none;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
    background-color: #17a2b8;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label::before {
    right: 0px;
}
.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 19px;
    width: 38px;
    padding: 0;
    line-height: 16px;
    border: 1px solid #17a2b8;
    border-radius: 15px;
    background-color: #fff;
    transition: background-color 0.3s ease-in;
}
.onoffswitch2-label::before {
    content: "";
    height: 19px;
    display: block;
    width: 19px;
    margin: 0px;
    background: #ffffff;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 19px;
    border: 1px solid #c9d5ec;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch2-checkbox {
    display: none;
}
.switch_section {
    width: 100%;
    height: auto;
    list-style: none;
}
.switch-toggle {
    padding: 0 5px 0 5px;
}
.op-label{
    margin-top:-3px;
}
.Csmallgrid{
	height: 260px;
	overflow-y: scroll;
	padding:0;
	border:1px solid #eee;
    }
    .Csmallgrid thead th {
        position: sticky; top: 0; 
        z-index: 1; 
        background:#6c757d; 
        border-color:#dee2e6 ;
        height:35px;
    }