.theme-dark .navbar-brand-autodark {
    filter: brightness(2) invert(0);
  }

  .theme-dark .logo-xbox {
    filter: invert(1); 

  }

  .theme-dark .logo-playstation {
    filter: invert(1); 

  }

  .theme-dark .logo-steam {
    filter: invert(1); 

  }

  .theme-dark .logo-invert {
    filter: invert(1); 

  }


  .dropdown-menu {
    box-shadow: 20px 2rem 1rem rgba(36, 35, 35, 0.15);
   
  }

  .theme-dark .dropdown-menu {
   
    box-shadow: 20px 2rem 1rem #afafaf2d;

  }
 
  .theme-dark .dataTables_filter
  {
    color: red;
  }


  /* datatables  */

  .theme-dark .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left;
    color: white;
  }
  .theme-dark .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    
    margin-left: 3px;
  }


  .bg-tt {
    color: var(--tblr-primary) !important;
    background-color: rgb(5, 2, 22) !important;
  }
  
  /* tooltips  */

  .tooltip-inner {
    max-width: 100% !important;
}

.theme-dark .tooltip-inner {
  
  background-color: white;
  color: black;
  border: 1px solid;
  
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: whitesmoke;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: whitesmoke;
}