.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
   visibility: visible;
}
 .custom-select, .dataTables_wrapper .dataTables_length select {
   visibility: visible;
}
 .btn, .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
   visibility: visible;
}
 .btn-secondary, .dataTables_wrapper .dataTables_paginate .paginate_button {
   visibility: visible;
}
 .btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
   visibility: visible;
}
 .dataTables_wrapper thead .sorting {
   position: relative;
}
 .dataTables_wrapper thead .sorting:after {
   position: absolute;
   right: 0;
   bottom: 5px;
   content: "\e92d";
   font-family: 'feather' !important;
}
 .dataTables_wrapper thead .sorting:before {
   position: absolute;
   right: 0;
   top: 5px;
   content: "\e930";
   font-family: 'feather' !important;
}
 .dataTables_wrapper thead .sorting_desc {
   position: relative;
}
 .dataTables_wrapper thead .sorting_desc:after {
   position: absolute;
   right: 0;
   bottom: 5px;
   content: "\e92d";
   font-family: 'feather' !important;
}
 .dataTables_wrapper thead .sorting_asc {
   position: relative;
}
 .dataTables_wrapper thead .sorting_asc:after {
   position: absolute;
   right: 0;
   top: 5px;
   content: "\e930";
   font-family: 'feather' !important;
}
 .dataTables_wrapper .table {
   border-top: 1px solid #dee2e6;
   border-bottom: 1px solid #dee2e6;
}
 .dataTables_wrapper .dataTables_length {
   margin: 1rem 1.5rem;
   float: left;
}
 .dataTables_wrapper .dataTables_length select {
   width: auto;
   display: inline-block;
   margin: 0 0.2rem;
}
 .dataTables_wrapper .dataTables_filter {
   float: right;
   margin: 1rem 1.5rem;
   text-align: right;
   color: #495057;
}
 .dataTables_wrapper .dataTables_filter input {
   width: auto;
   margin-left: 0.2rem;
   display: inline-block;
}
 .dataTables_wrapper .dataTables_paginate {
   float: right;
   text-align: right;
   margin: 1rem 1.5rem;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button {
   margin: 0 0.2rem;
}
 .dataTables_wrapper .dataTables_info {
   clear: both;
   float: left;
   margin: 1rem 1.5rem;
   color: #495057;
   line-height: 38px;
}
 