body {
  overflow-y: scroll;
  padding-right: 0 !important;

}

.paddings {
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.table-dark {
    font-size: 12pt;
    border-color: #c5c5c5;
    text-align: center;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .table {
      font-size: 14px;
    }

    .btn {
      font-size: 14px;
    }

    .display-5 {
      font-size: 24px;
    }

}

select.selected {
    background-color: red;
  }
  .mir {
    background-color: white;
    color: black;
  }
  .ser {
    background-color: blue;
    color: white;
  }
  
  .maf {
    background-color: purple;
    color: white;
  }
  
  .don {
    background-color: black;
    color: white;
  }

li a {
  color: #6c757d;
  font-size: 18px;
}

.wrappers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.layout--home {
  background: #0d1117;
}

.site-footer {
  padding: 1.1rem 8%;
}

.site-footer--home {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, transparent 0%, #0a0e14 100%) !important;
}

.site-footer__copy {
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0;
}

.clubs-home {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: 2.5rem 1.25rem 3rem;
  color: #e8edf4;
  overflow: hidden;
}

.clubs-home__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}

.clubs-home__glow--left {
  top: -120px;
  left: -80px;
  background: #2d6a4f;
}

.clubs-home__glow--right {
  right: -100px;
  bottom: -80px;
  background: #1d4ed8;
}

.clubs-home__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.clubs-home__hero {
  text-align: center;
  margin-bottom: 2.75rem;
}

.clubs-home__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(125, 211, 168, 0.9);
}

.clubs-home__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.clubs-home__grid-wrap {
  width: 100%;
}

.clubs-home__state {
  text-align: center;
  color: rgba(232, 237, 244, 0.65);
  padding: 2rem 0;
}

.clubs-home__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1rem 0 2rem;
}

.clubs-home__empty-hint {
  margin: 0;
  max-width: 420px;
  color: rgba(232, 237, 244, 0.55);
  font-size: 0.95rem;
}

.clubs-home__setup-btn {
  margin-top: 0.5rem;
  padding-inline: 1.5rem;
}

.setup-page {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: 2rem 1.25rem 3rem;
  color: #e8edf4;
  overflow: hidden;
}

.setup-page__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
  pointer-events: none;
}

.setup-page__glow--left {
  top: -80px;
  left: -60px;
  background: #2d6a4f;
}

.setup-page__glow--right {
  right: -80px;
  bottom: -40px;
  background: #1d4ed8;
}

.setup-page__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.setup-page__hero {
  text-align: center;
  margin-bottom: 1.75rem;
}

.setup-page__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(125, 211, 168, 0.9);
}

.setup-page__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
}

.setup-page__lead {
  margin: 0;
  color: rgba(232, 237, 244, 0.65);
  font-size: 0.95rem;
  line-height: 1.5;
}

.setup-page__card {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.setup-page__section {
  margin-bottom: 1.25rem;
}

.setup-page__section legend {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(125, 211, 168, 0.95);
  margin-bottom: 0.75rem;
}

.setup-page__state {
  text-align: center;
  color: rgba(232, 237, 244, 0.65);
  padding: 3rem 0;
}

.setup-page .form-control {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.15);
  color: #e8edf4;
}

.setup-page .form-control:focus {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(125, 211, 168, 0.5);
  color: #e8edf4;
  box-shadow: 0 0 0 0.2rem rgba(45, 106, 79, 0.25);
}

.setup-page .form-text {
  color: rgba(232, 237, 244, 0.45) !important;
}

.clubs-home__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.clubs-home__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.clubs-home__card:hover,
.clubs-home__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 168, 0.55);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  color: inherit;
}

.clubs-home__card-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.clubs-home__card-action {
  font-size: 0.85rem;
  color: rgba(125, 211, 168, 0.95);
  letter-spacing: 0.02em;
}

@media screen and (max-width: 480px) {
  .clubs-home {
    padding-top: 1.5rem;
  }

  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
