.form-control{
    border: 1px solid #C0C0C0 !important;
  }
  .table-bordered thead th, .table-bordered thead td {
    background: #d1deef;
  }
  .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f8fbff;
  }
  .card .table:not(.table-dark), .card .table:not(.table-dark) thead:not(.thead-dark) th, .card .table:not(.table-dark) td, .nav-tabs-top .table:not(.table-dark), .nav-tabs-top .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-top .table:not(.table-dark) td, .nav-tabs-right .table:not(.table-dark), .nav-tabs-right .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-right .table:not(.table-dark) td, .nav-tabs-bottom .table:not(.table-dark), .nav-tabs-bottom .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-bottom .table:not(.table-dark) td, .nav-tabs-left .table:not(.table-dark), .nav-tabs-left .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-left .table:not(.table-dark) td
  {
    border-color: #e5e5e5;
  }
  .custom-select{
    border: 1px solid #C0C0C0 !important;
  }
  #date_of_list{
    border: 1px solid #C0C0C0 !important;
  }
  .card .table:not(.table-dark), .card .table:not(.table-dark) thead:not(.thead-dark) th, .card .table:not(.table-dark) td, .nav-tabs-top .table:not(.table-dark), .nav-tabs-top .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-top .table:not(.table-dark) td, .nav-tabs-right .table:not(.table-dark), .nav-tabs-right .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-right .table:not(.table-dark) td, .nav-tabs-bottom .table:not(.table-dark), .nav-tabs-bottom .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-bottom .table:not(.table-dark) td, .nav-tabs-left .table:not(.table-dark), .nav-tabs-left .table:not(.table-dark) thead:not(.thead-dark) th, .nav-tabs-left .table:not(.table-dark) td
  {
    border-color: #b9c7da;
    color: #000;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #b9c7da;
  }
  .table thead th {
    border-bottom: 1px solid #e8e8e9;
  }
  .custom-control-label::before{
    border: 1px solid #C0C0C0
  }