/* line 2, app/assets/stylesheets/custom.scss */
svg {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* line 9, app/assets/stylesheets/custom.scss */
.overflow-scroll {
  overflow-y: scroll;
}

/* line 13, app/assets/stylesheets/custom.scss */
.bg-card.full-height-modal {
  height: 95vh;
}

/* line 17, app/assets/stylesheets/custom.scss */
.pointer-cursor {
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/custom.scss */
.stadium-image {
  max-width: 200px;
}

/* line 27, app/assets/stylesheets/custom.scss */
.statistics-tab .team {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 33, app/assets/stylesheets/custom.scss */
.statistics-tab .statistics {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 39, app/assets/stylesheets/custom.scss */
.statistics-tab .stat-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 46, app/assets/stylesheets/custom.scss */
.statistics-tab .label {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* line 52, app/assets/stylesheets/custom.scss */
.statistics-tab .bar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}

/* line 60, app/assets/stylesheets/custom.scss */
.statistics-tab .bars {
  position: relative;
  flex-grow: 1;
  height: 8px;
  background-color: #333;
  border-radius: 4px;
  overflow: hidden;
}

/* line 69, app/assets/stylesheets/custom.scss */
.statistics-tab .bar-left, .statistics-tab .bar-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

/* line 76, app/assets/stylesheets/custom.scss */
.statistics-tab .bar-left {
  left: 0;
}

/* line 80, app/assets/stylesheets/custom.scss */
.statistics-tab .bar-right {
  right: 0;
}

/* line 84, app/assets/stylesheets/custom.scss */
.statistics-tab .fill-left {
  height: 100%;
  background-color: #3498db;
  /* blue */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: right;
}

/* line 92, app/assets/stylesheets/custom.scss */
.statistics-tab .fill-right {
  height: 100%;
  background-color: #2ecc71;
  /* green */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 99, app/assets/stylesheets/custom.scss */
.statistics-tab .value-left, .statistics-tab .value-right {
  width: 40px;
  font-size: 13px;
  text-align: center;
}

/* line 107, app/assets/stylesheets/custom.scss */
input[data-ai-chat-target=riskSlider], input[data-chatbot-target=riskSlider], input.risk-slider[type=range] {
  appearance: auto;
}

/* AI Chat modal: ensure input and bottom controls stay visible */
/* line 112, app/assets/stylesheets/custom.scss */
.ai-chat-modal-content {
  display: flex;
  flex-direction: column;
}

/* line 116, app/assets/stylesheets/custom.scss */
.ai-chat-modal-content > div:last-child {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/custom.scss */
[data-controller="ai-chat"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 0;
}

/* line 131, app/assets/stylesheets/custom.scss */
[data-controller="ai-chat"] [data-ai-chat-target="messages"] {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
}

/* line 137, app/assets/stylesheets/custom.scss */
[data-controller="ai-chat"] .risk-slider-container,
[data-controller="ai-chat"] .ai-chat-input-section {
  flex-shrink: 0;
}

/* line 142, app/assets/stylesheets/custom.scss */
[data-controller="ai-chat"] .ai-chat-input-section .risk-slider-container {
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/custom.scss */
input.user-picks-date-input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.9;
  filter: invert(1) brightness(1.2);
}

/* AI chat "thinking" status: shimmering text like ChatGPT/Cursor while it
   processes the bookmaker selection. */
/* line 155, app/assets/stylesheets/custom.scss */
.ai-thinking {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 0;
}

/* line 162, app/assets/stylesheets/custom.scss */
.ai-thinking-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  opacity: 0;
  transform: translateY(2px);
  animation: ai-thinking-in 0.35s ease forwards;
}

/* line 172, app/assets/stylesheets/custom.scss */
.ai-thinking-line .ai-thinking-text {
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.55) 0%, rgba(148, 163, 184, 0.55) 35%, rgba(248, 250, 252, 0.95) 50%, rgba(148, 163, 184, 0.55) 65%, rgba(148, 163, 184, 0.55) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: ai-thinking-shimmer 1.6s linear infinite;
}

/* line 189, app/assets/stylesheets/custom.scss */
.ai-thinking-line .ai-thinking-spinner {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  border: 2px solid rgba(148, 163, 184, 0.4);
  border-top-color: rgba(248, 250, 252, 0.9);
  animation: ai-thinking-spin 0.7s linear infinite;
  flex-shrink: 0;
}

/* line 199, app/assets/stylesheets/custom.scss */
.ai-thinking-line .ai-thinking-check {
  color: #22c55e;
  flex-shrink: 0;
}

@keyframes ai-thinking-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes ai-thinking-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ai-thinking-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
