.main { padding-left: 25px!important; padding-right: 25px!important; }

.logo_league {
    position: absolute;
    margin-top: -68px;
    margin-left: -30px;
}
.form-check-input:focus {
    border-color: #8b8b8b!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25)!important;
  }
  .form-check-input:checked {
    background-color: #000000!important;
    border-color: #000000!important;
}
.opaque-toast {
  background-color: rgba(255, 255, 255, 1) !important;
}

html,body{
  background-image: url('https://lhs-pro.net/public/image/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  }
  .red { color: #ED1B24!important;}
  .green{ color: #00A666!important;}
  .red_ov { color: #ED1B24!important;}
  .green_ov{ color: #00A666!important;}
  .bg-verybad {--bs-bg-opacity: 1; background-color: #ED1B24!important;}
  .bg-bad {--bs-bg-opacity: 1; background-color: #F25822!important;}
  .bg-ok {--bs-bg-opacity: 1; background-color: #FEDF00!important;}
  .bg-good {--bs-bg-opacity: 1; background-color: #00A666!important;}
  .bg-verygood {--bs-bg-opacity: 1; background-color: #006CB7!important;}
  .bg-perfect {--bs-bg-opacity: 1; background-color: #612D91!important;}

  .orange{ color: #F25822; }
  .black{ color: #000000; }
  .gray{ color: #9c9c9c; }
  .yellow{ color: #FEDF00; }
  .blue{ color: #006CB7; }
  .purple{ color: #612D91; }
  .gray_mod{ color: #313335; }

  .hideextra { white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }

  hr.rounded {
    border-top: 8px solid #6C757D;
    border-radius: 5px;
    border-radius: var(--bs-border-radius) !important;
  }

/* Pills non sélectionnées (sans thème) */
.custom-pills .nav-link {
  background-color: transparent; /* Fond transparent */
  color: inherit; /* Couleur de texte par défaut */
  border: none; /* Pas de bordure */
  box-shadow: none; /* Pas d'ombre */
}

/* Pills sélectionnées (actives) */
.custom-pills .nav-link.active {
  background-color: #f8f8f8!important; /* Fond noir */
  color: #000!important; /* Texte blanc */
  border: 1px solid #cccccc!important; /* Bordure noire */
}

/* Survol pour les pills */
.custom-pills .nav-link:hover {
  background-color: #f8f9fa; /* Fond gris clair au survol */
  color: #000; /* Texte noir */
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clause {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.name_player {
padding-bottom: 0px !important;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #000000!important;
}