html, body {
  overflow-x: hidden;
  font-variant: small-caps;
}
body {

  min-height: 100vh;
}
.group-select-btn {
  background: #f5f5f5;
  border: 2px solid #007bff;
  color: #007bff;
  border-radius: 1.5rem;
  transition: all 0.15s;
  font-weight: bold;
}
.group-select-btn.active, .group-select-btn:focus, .group-select-btn.btn-success {
  background: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
  box-shadow: 0 2px 12px rgba(0,123,255,0.15);
}
.standings-table, .schedule-matches-table {
  background: transparent !important;
  color: #fff !important;
  overflow: hidden;
  width: 100%;
  min-width: 600px;
}
.standings-table th, .standings-table td,
.schedule-matches-table th, .schedule-matches-table td {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.11);
  font-size: 1rem;
}
.standings-table thead th, .schedule-matches-table th {
  border-bottom: 2px solid rgba(255,255,255,0.14);
  text-align: center;
}
.standings-table td:not(:nth-child(2)) { text-align: right; }
.schedule-matches-table td { text-align: center; }
.standings-table, .schedule-matches-table {
  backdrop-filter: blur(2px);
  background: rgba(36,36,58,0.20) !important;
}
@media (max-width: 991px) {
  .d-lg-flex {
    display: none !important;
  }
  /*.navbar-brand img {
    height: 48px !important;
  }*/
}
@media (max-width: 767px) {
  .standings-table, .schedule-matches-table {
    min-width: 560px !important;
    font-size: 0.96rem;
  }
  .hero-section h1 { font-size: 2.0rem !important;}
}
/* Navbar shrink efekt */
/*.navbar {
  background: transparent;
  transition: background 0.3s, padding 0.3s;
  padding-top: 22px; padding-bottom: 22px;
}
.navbar-shrink {
  background: rgba(8,14,27,0.98) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.navbar-toggler {
  z-index: 1001;
}*/
/* Fix za offcanvas menu na mobilu */
.offcanvas {
  max-width: 82vw;
  width: 310px;
  background: #101626 !important;
}
/* Language-switcher naj bo tudi v offcanvas meniju na mobile */
.lang-switch-mobile {
  margin-top: 1.5rem;
}
/* Scroll wrapper */
.table-responsive {
  overflow-x: auto;
  width: 100%;
}
/* Zaščiti pred horizontalnim premikom na res malih zaslonih */
.container, .container-fluid {
  max-width: 100vw;
  overflow-x: hidden;
}
//.navbar { background: rgba(8,14,27,0.98) !important; }
