   .dataTables_length,
   .dataTables_info,
   .dataTables_paginate,
   .dataTables_filter,
   .dt-buttons {
      padding: 10px !important;
   }

   .dataTables_wrapper,
   .dataTable {
      color: #353E57 !important;
      width: 100% !important;
      padding: 0px !important;
      margin-bottom: 5px !important;
      border-top: none !important;
      white-space: nowrap;
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
   .dataTables_wrapper .dataTables_paginate .paginate_button.current,
   .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      border: 1px solid #d3d3d3;
      background-color: #d3d3d3;
   }

   .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0.3em 0.8em;
   }

   .previous {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
   }

   .next {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
   }

   .paginate_button.disabled:active {
      cursor: not-allowed !important;
   }

   a {
      color: #3b435c !important;
   }

   tfoot td {
      /* display: inline-block; */
      font-weight: 600;
   }

   .dataTables_scroll {
      overflow: auto;
      position: relative;
      height: 525px;
   }

   /* table tfoot,
   table tfoot th,
   table tfoot td {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      background: #fff;
      z-index: 4;
   } */