@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 18, app/assets/stylesheets/application.scss */
body {
  font-family: 'Signika', Arial, sans-serif !important;
}

/* line 22, app/assets/stylesheets/application.scss */
.the-shadow {
  box-shadow: 2px 4px 7px 0px #00000099;
}

/* line 26, app/assets/stylesheets/application.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 29, app/assets/stylesheets/application.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 32, app/assets/stylesheets/application.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 36, app/assets/stylesheets/application.scss */
.flash-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1055;
  /* above modals backdrop, below modal */
  min-width: 300px;
  max-width: 420px;
}

/* line 46, app/assets/stylesheets/application.scss */
#player_modal_frame button.active {
  color: red !important;
}

/* line 51, app/assets/stylesheets/application.scss */
#game-card {
  /* Odds table tweaks for logos */
}

/* line 53, app/assets/stylesheets/application.scss */
#game-card .team-logo {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  /* line 53, app/assets/stylesheets/application.scss */
  #game-card .team-logo {
    width: 25px;
    height: 25px;
  }
}

/* line 63, app/assets/stylesheets/application.scss */
#game-card .horizontal-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  gap: 12px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

/* line 74, app/assets/stylesheets/application.scss */
#game-card .horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

/* line 78, app/assets/stylesheets/application.scss */
#game-card .horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 5px;
}

/* line 84, app/assets/stylesheets/application.scss */
#game-card .game-card-item {
  flex: 0 0 auto;
  width: 150px;
}

/* line 89, app/assets/stylesheets/application.scss */
#game-card .card {
  height: auto;
  box-shadow: 2px 4px 7px 0px #00000099;
  transition: all 0.3s ease-in-out;
  border: none;
}

/* line 95, app/assets/stylesheets/application.scss */
#game-card .card:hover {
  box-shadow: 3px 5px 8px 2px #00000099;
  transform: translateY(-5px);
}

/* line 99, app/assets/stylesheets/application.scss */
#game-card .card .btn {
  font-size: 10px;
}

/* line 104, app/assets/stylesheets/application.scss */
#game-card .odds-wrap {
  margin-top: 6px;
}

/* line 108, app/assets/stylesheets/application.scss */
#game-card .odds-table {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* line 115, app/assets/stylesheets/application.scss */
#game-card .odds-head,
#game-card .odds-row {
  display: grid;
  grid-template-columns: 42px 1fr 1fr 1fr;
  align-items: center;
  column-gap: 6px;
  padding: 6px 8px;
}

/* line 124, app/assets/stylesheets/application.scss */
#game-card .odds-head {
  background: rgba(0, 0, 0, 0.04);
  font-size: 9px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
}

/* line 132, app/assets/stylesheets/application.scss */
#game-card .odds-row {
  font-size: 11px;
  font-weight: 600;
}

/* line 137, app/assets/stylesheets/application.scss */
#game-card .odds-row + .odds-row {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 141, app/assets/stylesheets/application.scss */
#game-card .odds-row .c-team {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
}

/* line 146, app/assets/stylesheets/application.scss */
#game-card .c-spread,
#game-card .c-ml,
#game-card .c-total {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 153, app/assets/stylesheets/application.scss */
#game-card .odds-sim {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
}

/* line 163, app/assets/stylesheets/application.scss */
#game-card .odds-sim .tag {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.55);
}

/* line 168, app/assets/stylesheets/application.scss */
#game-card .odds-sim .val {
  color: rgba(0, 0, 0, 0.75);
  font-variant-numeric: tabular-nums;
}

/* line 173, app/assets/stylesheets/application.scss */
#game-card .odds-sim .sep {
  opacity: 0.6;
}

/* line 176, app/assets/stylesheets/application.scss */
#game-card .odds-row-sim {
  background: rgba(0, 0, 0, 0.02);
}

/* line 180, app/assets/stylesheets/application.scss */
#game-card .odds-row-sim .c-team {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}

/* line 186, app/assets/stylesheets/application.scss */
#game-card .matchup-row {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
  gap: 8px;
}

/* line 193, app/assets/stylesheets/application.scss */
#game-card .team-side {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* line 200, app/assets/stylesheets/application.scss */
#game-card .team-side-right {
  justify-content: flex-end;
}

/* line 204, app/assets/stylesheets/application.scss */
#game-card .team-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* line 210, app/assets/stylesheets/application.scss */
#game-card .team-abbr {
  font-weight: 700;
  font-size: 12px;
}

/* line 215, app/assets/stylesheets/application.scss */
#game-card .team-sub {
  font-size: 10px;
}

/* line 219, app/assets/stylesheets/application.scss */
#game-card .center-meta {
  text-align: center;
}

/* line 223, app/assets/stylesheets/application.scss */
#game-card .center-meta .at {
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.1;
}

/* line 230, app/assets/stylesheets/application.scss */
#game-card .center-sub {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  line-height: 1.1;
}

/* line 240, app/assets/stylesheets/application.scss */
#game-card .center-time {
  white-space: nowrap;
}

/* line 244, app/assets/stylesheets/application.scss */
#game-card .center-pace {
  display: flex;
  justify-content: center;
}

/* line 249, app/assets/stylesheets/application.scss */
#game-card .pace-pill {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* line 260, app/assets/stylesheets/application.scss */
#game-card .odds-head,
#game-card .odds-row {
  grid-template-columns: 32px 1fr 1fr 1fr;
}

/* line 265, app/assets/stylesheets/application.scss */
#game-card .odds-team-logo {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
}

/* line 272, app/assets/stylesheets/application.scss */
#game-card .odds-row .c-team {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Player Modal Header (hero) ===== */
/* ===== Player Modal Header (Hero) ===== */
/* line 284, app/assets/stylesheets/application.scss */
#playerModalHeader.modal-header {
  border-bottom: 0;
  padding: 0;
}

/* Sticky header container */
/* line 290, app/assets/stylesheets/application.scss */
#playerModalHeader {
  position: sticky;
  top: 0;
  z-index: 1056;
  background: #fff;
}

/* Main hero wrapper */
/* line 298, app/assets/stylesheets/application.scss */
.player-modal-hero {
  position: relative;
  width: 100%;
  padding: 14px 16px 12px 16px;
  overflow: hidden;
}

/* Faded team logo background */
/* line 306, app/assets/stylesheets/application.scss */
.player-modal-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--team-logo-url);
  background-repeat: no-repeat;
  background-size: 350px auto;
  background-position: 50px -50px;
  opacity: 0.08;
  pointer-events: none;
}

/* Top row: close button */
/* line 318, app/assets/stylesheets/application.scss */
.player-modal-hero__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

/* Two-column layout: left=player, right=next game + metrics table */
/* line 327, app/assets/stylesheets/application.scss */
.player-modal-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  /* gives the right side more room */
  gap: 18px;
  align-items: start;
}

/* LEFT */
/* line 337, app/assets/stylesheets/application.scss */
.player-modal-hero__left {
  min-width: 0;
}

/* line 341, app/assets/stylesheets/application.scss */
.player-modal-hero__headshot {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e5e5;
  flex-shrink: 0;
}

/* line 350, app/assets/stylesheets/application.scss */
.player-modal-hero__info {
  min-width: 0;
}

/* line 354, app/assets/stylesheets/application.scss */
.player-modal-hero__name {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
}

/* line 360, app/assets/stylesheets/application.scss */
.player-modal-hero__meta {
  margin-top: 6px;
  font-size: 13px;
  color: #6c757d;
}

/* Stack H/W/Age/Status vertically (as you want) */
/* line 367, app/assets/stylesheets/application.scss */
.player-modal-hero__meta--stack {
  display: grid;
  gap: 4px;
}

/* RIGHT */
/* line 373, app/assets/stylesheets/application.scss */
.player-modal-hero__right {
  min-width: 0;
  width: 100%;
}

/* line 378, app/assets/stylesheets/application.scss */
.pm-nextgame {
  width: 100%;
}

/* Section title */
/* line 383, app/assets/stylesheets/application.scss */
.pm-section-title {
  font-weight: 800;
  margin-bottom: 6px;
}

/* Combined metrics table (Projection + DvP) */
/* line 389, app/assets/stylesheets/application.scss */
.pm-compact-metrics {
  width: 100%;
  margin-top: 0;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 396, app/assets/stylesheets/application.scss */
.pm-compact-metrics th,
.pm-compact-metrics td {
  text-align: center;
  white-space: nowrap;
  padding: 4px 6px;
  font-variant-numeric: tabular-nums;
  vertical-align: middle;
}

/* Keep header labels compact */
/* line 406, app/assets/stylesheets/application.scss */
.pm-compact-metrics thead th {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Numbers */
/* line 414, app/assets/stylesheets/application.scss */
.pm-compact-metrics tbody td {
  font-size: 12px;
  font-weight: 700;
}

/* Optional second DvP row styling */
/* line 420, app/assets/stylesheets/application.scss */
.pm-compact-metrics .pm-subrow td {
  font-size: 11px;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Make the table look clean in the header (no extra borders) */
/* line 427, app/assets/stylesheets/application.scss */
.pm-compact-metrics.table > :not(caption) > * > * {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

/* Blend into tabs below */
/* line 432, app/assets/stylesheets/application.scss */
#playerModal .modal-body .nav-tabs {
  margin-top: 6px;
}

/* Allow the modal to scroll normally; header stays sticky */
/* line 437, app/assets/stylesheets/application.scss */
#playerModal .modal-content {
  max-height: calc(100vh - 2rem);
}

/* L5 header layout */
/* line 442, app/assets/stylesheets/application.scss */
.l5-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* line 449, app/assets/stylesheets/application.scss */
.l5-title {
  font-weight: 700;
  white-space: nowrap;
}

/* Controls default */
/* line 455, app/assets/stylesheets/application.scss */
.l5-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* line 462, app/assets/stylesheets/application.scss */
.l5-teammate-select {
  width: 220px;
}

/* ===== Responsive ===== */
/* Stack columns for tablets/smaller screens */
@media (max-width: 992px) {
  /* line 470, app/assets/stylesheets/application.scss */
  .player-modal-hero__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* line 475, app/assets/stylesheets/application.scss */
  .player-modal-hero__bg {
    background-size: auto 100%;
  }
  /* line 479, app/assets/stylesheets/application.scss */
  .player-modal-hero__headshot {
    width: 66px;
    height: 66px;
  }
  /* line 484, app/assets/stylesheets/application.scss */
  .player-modal-hero__name {
    font-size: 19px;
  }
}

/* Tight mobile header so tabs don’t get pushed down */
@media (max-width: 625px) {
  /* line 491, app/assets/stylesheets/application.scss */
  .player-modal-hero {
    padding: 10px 10px 10px 10px;
  }
  /* line 495, app/assets/stylesheets/application.scss */
  .player-modal-hero__top {
    margin-bottom: 4px;
  }
  /* line 499, app/assets/stylesheets/application.scss */
  .player-modal-hero__headshot {
    width: 56px;
    height: 56px;
  }
  /* line 504, app/assets/stylesheets/application.scss */
  .player-modal-hero__name {
    font-size: 18px;
  }
  /* Keep H/W/Age/Status compact on mobile */
  /* line 509, app/assets/stylesheets/application.scss */
  .player-modal-hero__meta {
    font-size: 12px;
  }
  /* Tighten table further on mobile */
  /* line 514, app/assets/stylesheets/application.scss */
  .pm-compact-metrics thead th {
    font-size: 10px;
  }
  /* line 518, app/assets/stylesheets/application.scss */
  .pm-compact-metrics tbody td {
    font-size: 11px;
  }
  /* line 522, app/assets/stylesheets/application.scss */
  .pm-compact-metrics th,
.pm-compact-metrics td {
    padding: 3px 4px;
  }
  /* line 527, app/assets/stylesheets/application.scss */
  .player-modal-hero__meta--stack > div:nth-child(-n+3) {
    display: none;
  }
  /* Header row */
  /* line 532, app/assets/stylesheets/application.scss */
  .l5-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  /* Title alignment */
  /* line 540, app/assets/stylesheets/application.scss */
  .l5-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
  }
  /* Controls container (scrollable row) */
  /* line 550, app/assets/stylesheets/application.scss */
  .l5-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 2px;
  }
  /* line 563, app/assets/stylesheets/application.scss */
  .l5-controls::-webkit-scrollbar {
    height: 6px;
  }
  /* line 567, app/assets/stylesheets/application.scss */
  .l5-teammate-select {
    width: 170px;
    flex: 0 0 auto;
  }
  /* line 572, app/assets/stylesheets/application.scss */
  .l5-controls .btn,
.l5-controls i {
    flex: 0 0 auto;
  }
  /* line 577, app/assets/stylesheets/application.scss */
  #playerModal .modal-dialog {
    margin: 0;
    height: 100vh;
    max-height: 100vh;
  }
  /* line 583, app/assets/stylesheets/application.scss */
  #playerModal .modal-content {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  /* line 589, app/assets/stylesheets/application.scss */
  #playerModal .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Chart sizing on mobile */
  /* line 595, app/assets/stylesheets/application.scss */
  .chart-wrap {
    position: relative;
    height: 210px;
  }
  /* line 600, app/assets/stylesheets/application.scss */
  .chart-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
}

/* Default chart height on desktop (outside media query) */
/* line 608, app/assets/stylesheets/application.scss */
.chart-wrap {
  position: relative;
  height: 260px;
}

/* line 613, app/assets/stylesheets/application.scss */
.chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* Game preview tables: force horizontal scroll instead of bleeding */
/* line 620, app/assets/stylesheets/application.scss */
.pm-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Keep the table from shrinking columns too much */
/* line 628, app/assets/stylesheets/application.scss */
.pm-table-scroll table {
  width: 100%;
  min-width: 980px;
  /* adjust if you have more/less columns */
  margin-bottom: 0;
  table-layout: auto;
}

/* If DataTables wrapper exists, constrain it too */
/* line 636, app/assets/stylesheets/application.scss */
.pm-table-scroll .dataTables_wrapper {
  width: 100%;
}

/* Ensure DT scroll containers don't overflow the card/container */
/* line 641, app/assets/stylesheets/application.scss */
.pm-table-scroll .dataTables_scroll {
  overflow: hidden;
}

/* line 645, app/assets/stylesheets/application.scss */
.pm-table-scroll .dataTables_scrollBody {
  overflow-x: auto !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 651, app/assets/stylesheets/application.scss */
#players-over-15-minutes-table_info {
  display: none !important;
}

/* line 655, app/assets/stylesheets/application.scss */
#gameFilterDropdown li {
  text-align: center;
}

/* line 659, app/assets/stylesheets/application.scss */
.card-body {
  overflow-x: auto;
}

/* line 662, app/assets/stylesheets/application.scss */
table.dataTable tbody tr td:not(:first-child) {
  text-align: center;
}

/* line 666, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
}

/* line 670, app/assets/stylesheets/application.scss */
table.dataTable td {
  white-space: nowrap;
}

/* line 674, app/assets/stylesheets/application.scss */
#team-advanced {
  overflow-x: auto;
  display: block;
}

/* line 675, app/assets/stylesheets/application.scss */
#team-advanced th, #team-advanced td {
  white-space: nowrap;
}

/* line 678, app/assets/stylesheets/application.scss */
#team-advanced th {
  font-size: 16px;
}

/* line 681, app/assets/stylesheets/application.scss */
#team-advanced td {
  font-size: 14px;
}

/* Apply this to the sticky column */
/* line 690, app/assets/stylesheets/application.scss */
.sticky-col {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
  border-right: 1px solid #ddd;
  /* Optional: to make the column stand out */
  width: 200px;
  /* Set the width of the first column */
  white-space: nowrap;
  /* Ensure text in the first column stays on one line */
  text-overflow: ellipsis;
  /* Optional: adds '...' if text overflows */
  overflow: hidden;
  /* Prevents the text from spilling over */
}

/* Apply this width to all the first column's <th> and <td> cells */
/* line 703, app/assets/stylesheets/application.scss */
th.sticky-col, td.sticky-col {
  width: 200px;
  /* Set the width for the <td> elements as well */
}

/* line 706, app/assets/stylesheets/application.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: 65px !important;
}

/* Always keep sticky column white, even on hover/striped/sort highlight */
/* line 711, app/assets/stylesheets/application.scss */
#players-over-15-minutes-table th.sticky-col,
#players-over-15-minutes-table td.sticky-col {
  position: sticky;
  left: 0;
  background: #fff !important;
  z-index: 6;
  background-clip: padding-box;
  border-right: 1px solid #ddd;
}

/* Bootstrap table-hover will try to paint the row on hover */
/* line 722, app/assets/stylesheets/application.scss */
#players-over-15-minutes-table.table-hover tbody tr:hover td.sticky-col {
  background: #fff !important;
}

/* Bootstrap table-striped will try to tint odd rows */
/* line 727, app/assets/stylesheets/application.scss */
#players-over-15-minutes-table.table-striped > tbody > tr:nth-of-type(odd) > td.sticky-col {
  background: #fff !important;
}

/* DataTables sometimes marks the “sorted” column */
/* line 732, app/assets/stylesheets/application.scss */
#players-over-15-minutes-table td.sticky-col.sorting_1,
#players-over-15-minutes-table th.sticky-col.sorting_1 {
  background: #fff !important;
}

/* line 738, app/assets/stylesheets/application.scss */
.player-hit-rates-entry {
  box-shadow: 0px 2px 2px 2px #a9a9a9;
  margin-bottom: 5px;
  border-radius: 5px;
}

/* line 744, app/assets/stylesheets/application.scss */
#game-preview-container {
  max-width: 1600px !important;
}

/* line 748, app/assets/stylesheets/application.scss */
.card-header h3 {
  margin-bottom: 0 !important;
}

/* line 752, app/assets/stylesheets/application.scss */
#game-player-chart {
  max-height: 600px;
}

/* line 756, app/assets/stylesheets/application.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 759, app/assets/stylesheets/application.scss */
.brdr-bot-0 {
  border-bottom: 0 !important;
}

/* line 762, app/assets/stylesheets/application.scss */
.navbar {
  box-shadow: 0 4px 8px #3a3a3a;
}

/* line 765, app/assets/stylesheets/application.scss */
.nav-link {
  color: black !important;
}

/* line 768, app/assets/stylesheets/application.scss */
.nav-link.active {
  background-color: #dc3545;
  font-weight: 600;
  transition: all .2s;
  color: white !important;
  border-radius: 8px;
}

/* line 775, app/assets/stylesheets/application.scss */
#playersHitRatesTabs {
  border-bottom: 0 !important;
}

/* line 778, app/assets/stylesheets/application.scss */
.list-group-item.list-group-item-action.active {
  background-color: #dc3545 !important;
  color: white !important;
}

/* line 783, app/assets/stylesheets/application.scss */
a {
  position: relative;
  text-decoration: none !important;
  color: black !important;
  transition: all .2s;
}

/* line 789, app/assets/stylesheets/application.scss */
a:hover {
  color: red !important;
}

/* line 792, app/assets/stylesheets/application.scss */
.btn-outline-primary {
  --bs-btn-color: #dc3545 !important;
  /* Red text color */
  --bs-btn-border-color: #dc3545 !important;
  /* Red border */
  --bs-btn-hover-color: #fff !important;
  /* White text on hover */
  --bs-btn-hover-bg: #dc3545 !important;
  /* Red background on hover */
  --bs-btn-hover-border-color: #dc3545 !important;
  /* Red border on hover */
  --bs-btn-focus-shadow-rgb: 220, 53, 69 !important;
  /* Red focus shadow */
  --bs-btn-active-color: #fff !important;
  /* White text when active */
  --bs-btn-active-bg: #dc3545 !important;
  /* Red background when active */
  --bs-btn-active-border-color: #dc3545 !important;
  /* Red border when active */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  /* Active shadow */
  --bs-btn-disabled-color: #dc3545 !important;
  /* Red text when disabled */
  --bs-btn-disabled-bg: transparent !important;
  /* Transparent background when disabled */
  --bs-btn-disabled-border-color: #dc3545 !important;
  /* Red border when disabled */
  --bs-gradient: none !important;
  /* Remove gradient */
}

/* line 808, app/assets/stylesheets/application.scss */
.btn-secondary {
  --bs-btn-color: #fff !important;
  /* White text */
  --bs-btn-bg: #000 !important;
  /* Black background */
  --bs-btn-border-color: #000 !important;
  /* Black border */
  --bs-btn-hover-color: #fff !important;
  /* White text on hover */
  --bs-btn-hover-bg: #333 !important;
  /* Darker black/gray for hover effect */
  --bs-btn-hover-border-color: #333 !important;
  /* Darker border on hover */
  --bs-btn-focus-shadow-rgb: 51, 51, 51 !important;
  /* RGB for focus shadow */
  --bs-btn-active-color: #fff !important;
  /* White text when active */
  --bs-btn-active-bg: #444 !important;
  /* Slightly lighter black for active state */
  --bs-btn-active-border-color: #444 !important;
  /* Slightly lighter border for active state */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  /* Active shadow */
  --bs-btn-disabled-color: #fff !important;
  /* White text when disabled */
  --bs-btn-disabled-bg: #000 !important;
  /* Black background when disabled */
  --bs-btn-disabled-border-color: #000 !important;
  /* Black border when disabled */
}

/* line 824, app/assets/stylesheets/application.scss */
.btn-outline-primary:hover {
  color: #fff !important;
  /* White text color on hover */
}

/* line 827, app/assets/stylesheets/application.scss */
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25) !important;
  border-color: red !important;
}

/* line 832, app/assets/stylesheets/application.scss */
.pagination {
  --bs-pagination-active-bg: red !important;
  --bs-pagination-active-border-color: red !important;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25) !important;
}

/* line 837, app/assets/stylesheets/application.scss */
.btn-link {
  --bs-btn-color: #000000 !important;
  --bs-btn-active-color: red !important;
  --bs-btn-hover-color: red !important;
}

/* line 843, app/assets/stylesheets/application.scss */
.btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #dc3545 !important;
  /* Red background */
  --bs-btn-border-color: #dc3545 !important;
  /* Red border */
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #bb2d3b !important;
  /* Darker red for hover */
  --bs-btn-hover-border-color: #b02a37 !important;
  /* Darker red border for hover */
  --bs-btn-focus-shadow-rgb: 220, 53, 69 !important;
  /* Red focus shadow */
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #b02a37 !important;
  /* Even darker red for active state */
  --bs-btn-active-border-color: #a52834 !important;
  /* Even darker red border for active state */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #dc3545 !important;
  /* Red for disabled */
  --bs-btn-disabled-border-color: #dc3545 !important;
  /* Red for disabled border */
}

/* Turbo progress bar custom styles */
/* line 864, app/assets/stylesheets/application.scss */
.turbo-progress-bar {
  background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 200% 100%;
  animation: rainbow 3s linear infinite;
  height: 3px;
  /* Adjust height if needed */
}

@keyframes rainbow {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* line 887, app/assets/stylesheets/application.scss */
table.dataTable tbody th, table.dataTable tbody td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 892, app/assets/stylesheets/application.scss */
#away-box-score-table th,
#away-box-score-table td,
#home-box-score-table th,
#home-box-score-table td {
  white-space: nowrap;
}

/* line 899, app/assets/stylesheets/application.scss */
#global-loading-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  /* higher than navbar, modals, tooltips */
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* toggled via JS */
  align-items: center;
  justify-content: center;
  pointer-events: all;
  /* blocks clicks underneath */
}

/* line 916, app/assets/stylesheets/application.scss */
#global-loading-overlay .loading-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 30px;
  min-width: 280px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* line 925, app/assets/stylesheets/application.scss */
#global-loading-overlay .spinner-border {
  width: 3rem;
  height: 3rem;
}

/* line 930, app/assets/stylesheets/application.scss */
#global-loading-overlay .loading-text {
  margin-top: 14px;
  font-weight: 700;
  font-size: 16px;
}

/* line 936, app/assets/stylesheets/application.scss */
#global-loading-overlay .loading-subtext {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.75;
}

/* line 942, app/assets/stylesheets/application.scss */
.team-bg-card {
  position: relative;
  overflow: hidden;
}

/* line 947, app/assets/stylesheets/application.scss */
.team-bg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--team-logo);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.08;
  /* adjust to taste */
  z-index: 0;
  transform: scale(1.2);
  /* zoom effect */
}

/* Ensure content stays above background */
/* line 961, app/assets/stylesheets/application.scss */
.team-bg-card > .card-body {
  position: relative;
  z-index: 1;
}

@media (max-width: 625px) {
  /* line 968, app/assets/stylesheets/application.scss */
  body {
    font-size: 12px !important;
  }
  /* line 971, app/assets/stylesheets/application.scss */
  h4 {
    font-size: 16px !important;
  }
  /* line 974, app/assets/stylesheets/application.scss */
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow-x: hidden;
  }
  /* line 979, app/assets/stylesheets/application.scss */
  th.sticky-col, td.sticky-col {
    width: 150px;
    /* Set the width for the <td> elements as well */
  }
  /* line 982, app/assets/stylesheets/application.scss */
  .sticky-col {
    width: 150px;
    /* Set the width of the first column */
  }
  /* line 985, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table img, .hit-rates-table img {
    width: 15px;
    height: auto;
  }
  /* line 989, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table, .hit-rates-table {
    font-size: 12px;
  }
  /* line 992, app/assets/stylesheets/application.scss */
  #hit-rates {
    font-size: 12px;
  }
  /* line 995, app/assets/stylesheets/application.scss */
  #player-hit-rate {
    font-size: 12px;
  }
  /* line 998, app/assets/stylesheets/application.scss */
  #pd-left-none {
    padding-left: 0 !important;
  }
  /* line 1001, app/assets/stylesheets/application.scss */
  #pd-sides-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1005, app/assets/stylesheets/application.scss */
  #pd-sides-sm {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  /* line 1009, app/assets/stylesheets/application.scss */
  #teammate-select {
    font-size: 12px;
  }
  /* Target only this table wrapper */
  /* line 1015, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_length label,
#players-over-15-minutes-table_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    width: 100%;
  }
  /* Hide "Show" and "entries" text, leaving only the select */
  /* line 1025, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_length label {
    font-size: 0;
    /* hides text nodes */
  }
  /* line 1028, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_length select {
    font-size: 14px;
    /* bring the select text back */
    width: 72px;
    /* dropdown width */
  }
  /* Make the top control row not wrap into two lines */
  /* line 1034, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper > .d-flex.w-100 {
    flex-wrap: nowrap !important;
  }
  /* Search: keep label text small and input fill remaining width */
  /* line 1039, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_filter {
    flex: 1 1 auto;
  }
  /* line 1042, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_filter label {
    justify-content: flex-end;
  }
  /* line 1045, app/assets/stylesheets/application.scss */
  #players-over-15-minutes-table_wrapper .dataTables_filter input {
    width: 100%;
    max-width: 100%;
  }
  /* line 1049, app/assets/stylesheets/application.scss */
  #away-box-score-table,
#home-box-score-table {
    font-size: 12px;
  }
}
