/**
 * Contains variables that may be used across SCSS files for Draft Sharks
 */
.qb,
.tqb {
  background: #333;
}

.rb {
  background: #a41c1f;
}

.wr {
  background: #043173;
}

.te {
  background: #86a2cb;
}

.k,
.tk {
  background: #c87779;
}

.def,
.s,
.de,
.dl,
.dt,
.lb,
.olb,
.cb,
.db {
  background: #888;
}

.hc {
  background: #582325;
}

/**
 * Export position colors for use in JS
 * This does not work, as text/css mime types are not supported.
 * But would be great if we could easily import these color values.
 */
:export {
  totalColor: #3d74c7;
  qbColor: #333333;
  rbColor: #a41c1f;
  wrColor: #043173;
  teColor: #86a2cb;
  pickColor: #687087;
  defColor: #888;
  kickerColor: #c87779;
  tqbColor: #000;
  hcColor: #000;
  tkColor: #000;
  lbColor: #000;
  dbColor: #000;
  qrwtColor: #ffff00;
  rwtColor: #f78439;
  rwColor: #00ff00;
  wtColor: #800080;
  dldColor: #663399;
}

/**
 * These mixins have been taken from the figma so we can apply font
 * stuff as wel like to certain elements
 */
.title-bar .head-title h1.heading {
  color: #043173;
  display: flex;
  column-gap: 10px;
  align-items: center;
  line-height: 1.2em;
  font-size: clamp(120%, 5vw, 225%);
}

.tool-description {
  color: var(--bs-body-color);
  max-width: 767px;
}

@media (max-width: 767px) {
  #app {
    display: flex;
    flex-direction: column;
  }
  .title-bar {
    order: 0;
  }
  .container.controls {
    order: 1;
  }
  .container.who-to-start-player-cards {
    order: 2;
  }
  .tool-description-container {
    order: 3;
    margin: -4rem auto 1rem;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
    display: block;
  }
  .container.how-to-use-guide {
    order: 4;
  }
  .tool-description-container .tool-description:before {
    content: "What is the Who to Start Tool?";
    display: block;
    font-size: calc(1.325rem + 0.9vw);
    line-height: 1.2;
    font-family: "endzone", sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: var(--bs-body-color);
    margin: 0 0 1.25rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(33, 37, 41, 0.25);
  }
}
@media (max-width: 576px) {
  .tool-description-container {
    max-width: none;
  }
}
/* Underline menu style */
.underline-menu-container {
  border-bottom: 1px solid #aaaaaa;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.underline-menu-container .underline-menu {
  display: flex;
  gap: 2rem;
  margin-bottom: -2px;
  position: relative;
  align-items: end;
}
.underline-menu-container .underline-menu .menu-item {
  color: #687087;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  position: relative;
  transition: color 0.3s;
}
.underline-menu-container .underline-menu .menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #043173;
  transition: width 0.3s ease, left 0.3s ease;
}
.underline-menu-container .underline-menu .menu-item.active::after {
  width: 100%;
  left: 0;
}
.underline-menu-container .underline-menu .menu-item.active {
  border-bottom: none;
  color: #043173;
}
.underline-menu-container .bottom-line {
  display: none;
}

.who-to-start-card .floor-ds-projection-ceiling {
  display: flex;
  flex-direction: row;
}
.who-to-start-card .floor-ds-projection-ceiling .floor {
  width: 16%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.who-to-start-card .floor-ds-projection-ceiling .ds-projection {
  width: 68%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.who-to-start-card .floor-ds-projection-ceiling .ceiling {
  width: 16%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.who-to-start-card .trash {
  text-align: center;
  pointer-events: none;
  padding: 0;
  opacity: 0;
  transition: 150ms ease-in-out opacity;
}
.who-to-start-card .trash i {
  font-weight: 100;
  pointer-events: none;
}
.who-to-start-card .trash.deletable {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.who-to-start-card .trash:active {
  transform: scale(0.9);
}
.who-to-start-card .projection-chart {
  height: 8px;
  width: 100%;
  position: relative;
  margin: 1.75em 0 0.8em;
  background: rgb(104, 112, 135);
}
.who-to-start-card .projection-chart.floor-low.ceiling-low {
  background: linear-gradient(90deg, #a41c1f 0%, #a41c1f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #a41c1f 88%, #a41c1f 100%);
}
.who-to-start-card .projection-chart.floor-low.ceiling-med {
  background: linear-gradient(90deg, #a41c1f 0%, #a41c1f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #687087 88%, #687087 100%);
}
.who-to-start-card .projection-chart.floor-low.ceiling-high {
  background: linear-gradient(90deg, #a41c1f 0%, #a41c1f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #547f2f 88%, #547f2f 100%);
}
.who-to-start-card .projection-chart.floor-med.ceiling-low {
  background: linear-gradient(90deg, #687087 0%, #687087 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #a41c1f 88%, #a41c1f 100%);
}
.who-to-start-card .projection-chart.floor-med.ceiling-med {
  background: linear-gradient(90deg, #687087 0%, #687087 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #687087 88%, #687087 100%);
}
.who-to-start-card .projection-chart.floor-med.ceiling-high {
  background: linear-gradient(90deg, #687087 0%, #687087 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #547f2f 88%, #547f2f 100%);
}
.who-to-start-card .projection-chart.floor-high.ceiling-low {
  background: linear-gradient(90deg, #547f2f 0%, #547f2f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #a41c1f 88%, #a41c1f 100%);
}
.who-to-start-card .projection-chart.floor-high.ceiling-med {
  background: linear-gradient(90deg, #547f2f 0%, #547f2f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #687087 88%, #687087 100%);
}
.who-to-start-card .projection-chart.floor-high.ceiling-high {
  background: linear-gradient(90deg, #547f2f 0%, #547f2f 12%, #eeeeee 25%, #eeeeee 50%, #eeeeee 75%, #547f2f 88%, #547f2f 100%);
}
.who-to-start-card .projection-chart .floor {
  position: absolute;
  bottom: calc(100% + 0.05em);
  left: 0;
  width: 16%;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #687087;
}
.who-to-start-card .projection-chart .ceiling {
  position: absolute;
  bottom: calc(100% + 0.05em);
  right: 0;
  width: 16%;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #687087;
}
.who-to-start-card .projection-chart.floor-low .floor, .who-to-start-card .projection-chart.ceiling-low .ceiling {
  color: #a41c1f;
}
.who-to-start-card .projection-chart.floor-med .floor, .who-to-start-card .projection-chart.ceiling-med .ceiling {
  color: #687087;
}
.who-to-start-card .projection-chart.floor-high .floor, .who-to-start-card .projection-chart.ceiling-high .ceiling {
  color: #547f2f;
}
.who-to-start-card .projection-chart:after {
  content: "";
  display: block;
  background: #3d74c7;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  border: 5px solid #043173;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.who-to-start-card .consensus-likelihood {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0 0 0.75rem;
}
.who-to-start-card .consensus-likelihood .consensus {
  width: 68%;
  margin-left: 16%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.who-to-start-card .consensus-likelihood .likelihood {
  width: 16%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.who-to-start-card .injury-tracker {
  position: relative;
}
.who-to-start-card .injury-tracker header {
  align-items: center;
  display: flex;
  gap: 0.5em;
  flex-direction: row;
  margin: 0 0 0.75em;
  flex-wrap: wrap;
}
.who-to-start-card .injury-tracker header img {
  display: block;
}
.who-to-start-card .injury-tracker header h2 {
  margin: 0;
}
.who-to-start-card .injury-tracker header .posted_at {
  margin: 0;
  color: #687087;
  font-size: 90%;
  width: 100%;
  order: -1;
}
.who-to-start-card .injury-tracker .summaries {
  color: #687087;
  margin: 0 0 0 auto;
}
.who-to-start-card .injury-tracker .report {
  padding: 1em 0;
}
.who-to-start-card .injury-tracker .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  align-items: end;
}
.who-to-start-card .injury-tracker .stats div {
  width: calc(33.3333% - 1em);
  text-align: left;
}
.who-to-start-card .injury-tracker .stats div strong {
  display: block;
  line-height: 1.2em;
}
.who-to-start-card .injury-tracker:after {
  content: "";
  width: calc(100% - 3rem);
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  height: 1px;
  background: #c8c8c8;
}
.who-to-start-card .mobile-only {
  display: block;
}
.who-to-start-card .desktop-only {
  display: none;
}
.who-to-start-card .positional-rank-title-positional-rank {
  flex-grow: 0;
}
.who-to-start-card .floor-ds-projection-ceiling .floor,
.who-to-start-card .floor-ds-projection-ceiling .ceiling {
  width: 25%;
}
.who-to-start-card .floor-ds-projection-ceiling .ds-projection {
  width: 50%;
}
.who-to-start-card .projection-chart .floor {
  width: 25%;
}
.who-to-start-card .projection-chart .ceiling {
  width: 25%;
}
.who-to-start-card .view-more {
  color: #c75000;
  font-weight: 600;
}
.who-to-start-card .recent-shark-bites {
  padding: 1.5rem;
}
.who-to-start-card .recent-shark-bites h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgb(4, 49, 115);
  font-size: 140%;
}
.who-to-start-card .recent-shark-bites .title-disclosure {
  display: flex;
  flex-direction: row;
  margin: 0 0 0.25em;
  align-items: center;
  gap: 1em;
}
.who-to-start-card .recent-shark-bites .title-disclosure .title {
  font-size: 100%;
  font-family: proxima-nova, sans-serif;
  width: 100%;
  display: block;
}
.who-to-start-card .recent-shark-bites .title-disclosure .disclosure {
  background: #e9f1ff;
  border-radius: 10em;
  width: 1.75em;
  height: 1.75em;
  min-width: 1.75em;
  line-height: 1.75em;
  text-align: center;
  pointer-events: none;
}
.who-to-start-card .recent-shark-bites article {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.who-to-start-card .recent-shark-bites article:active {
  transform: scale(0.99);
}
.who-to-start-card .recent-shark-bites article:last-of-type {
  border-bottom: none;
}
.who-to-start-card .recent-shark-bites article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.who-to-start-card .recent-shark-bites article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.who-to-start-card .recent-shark-bites article .content {
  max-height: 0px;
  overflow: hidden;
  transition: 150ms ease-in-out max-height;
}
.who-to-start-card .recent-shark-bites article.expanded .disclosure {
  transform: rotate(180deg);
}
.who-to-start-card .recent-shark-bites header {
  display: flex;
  gap: 0.75em;
  align-items: center;
  margin: 0 0 0.5em;
}
.who-to-start-card .recent-shark-bites header .team-logo {
  object-fit: cover;
  width: 58px;
  height: auto;
}
.who-to-start-card .recent-shark-bites header .title {
  display: none;
}
.who-to-start-card .recent-shark-bites header .shark-bite-info {
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  width: 100%;
}
.who-to-start-card .recent-shark-bites header .shark-bite-info .player-name-position-team {
  flex: 1;
  gap: 0.25em;
  display: flex;
  align-items: flex-end;
  font-size: 90%;
  order: 2;
}
.who-to-start-card .recent-shark-bites header .shark-bite-info .player-name-position-team .player-name {
  font-size: 110%;
}
.who-to-start-card .recent-shark-bites header .shark-bite-info .player-name-position-team .position-team {
  color: #687087;
}
.who-to-start-card .recent-shark-bites header .shark-bite-info .posted_at {
  margin: 0 0 0 auto;
  color: #687087;
  font-size: 90%;
  order: 1;
  width: 100%;
}
.who-to-start-card section:last-of-type:after {
  display: none;
}

.top-searches-yearly-weekly table {
  width: 100%;
}
.top-searches-yearly-weekly table thead {
  font-size: 120%;
}
.top-searches-yearly-weekly table th,
.top-searches-yearly-weekly table td {
  padding: 0.25rem 0.5rem;
  font-size: 110%;
}
.top-searches-yearly-weekly table tbody td {
  width: 100%;
}
.top-searches-yearly-weekly table tbody .index,
.top-searches-yearly-weekly table tbody .popularity {
  max-width: 100px;
}
.top-searches-yearly-weekly table tbody .loading td {
  color: #c8c8c8;
}

.compare-stats-box p {
  font-size: 18px;
}

.compare-stats-box .green.btn {
  flex: 1;
}

form.who_should_i_start input[type=text] {
  border: 3px solid #dddddd;
  border-radius: 4px;
  padding: 15px 10px 15px 10px;
  display: inline-block;
  height: auto;
  width: 100%;
  min-width: 300px;
  font-size: 16px;
}

.player-placeholder-col input[type=search] {
  background: #fff url(../img/icons/search-red.svg) 0.75rem center no-repeat padding-box;
  background-size: 22px;
  padding-left: 3rem !important;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
}

.auto-complete-container ul {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 0 0 5px 5px;
  border-top: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1em 1em -1em;
}
.auto-complete-container ul li {
  border: none;
  padding: 0.25rem 3rem;
}
.auto-complete-container ul li:first-of-type {
  border-top: 0.5rem solid white;
}
.auto-complete-container ul li:last-of-type {
  border-bottom: 0.5rem solid white;
}

.player-placeholder-col input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256%208C119%208%208%20119%208%20256s111%20248%20248%20248%20248-111%20248-248S393%208%20256%208zm121.6%20313.1c4.7%204.7%204.7%2012.3%200%2017L338%20377.6c-4.7%204.7-12.3%204.7-17%200L256%20312l-65.1%2065.6c-4.7%204.7-12.3%204.7-17%200L134.4%20338c-4.7-4.7-4.7-12.3%200-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3%200-17l39.6-39.6c4.7-4.7%2012.3-4.7%2017%200l65%2065.7%2065.1-65.6c4.7-4.7%2012.3-4.7%2017%200l39.6%2039.6c4.7%204.7%204.7%2012.3%200%2017L312%20256l65.6%2065.1z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.player-placeholder-col input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.5;
  pointer-events: all;
  cursor: pointer;
}

.player-placeholder-col {
  margin-bottom: 40px;
  width: 33.3333%;
  min-width: 320px;
}

.player-placeholder-col .no-padding > .title {
  background-color: #c8c8c8;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.player-placeholder-col .col-lg-4 {
  font-size: 16px;
}

.title-bar {
  padding: 34px 0 0;
}
.title-bar .heading {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 225%;
  margin: 0 0 0.5em;
}

.who-to-start-card {
  scroll-snap-align: center;
  will-change: transform;
  z-index: 2;
  transition: 600ms cubic-bezier(0.47, 1.3, 0.41, 1) transform;
}
.who-to-start-card .wts-title {
  transition: 300ms ease-in-out background-color, 300ms ease-in-out color;
}
.who-to-start-card .your-projection {
  background: #e9f1ff;
  color: #00081b;
  line-height: 1em;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 105%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  padding: 1rem;
  transition: 300ms ease-in-out background-color, 300ms ease-in-out color;
  position: sticky;
  top: 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.who-to-start-card .your-projection .three-d-value {
  transition: 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8) transform, 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8) text-shadow;
  will-change: transform;
  text-shadow: rgba(0, 60, 165, 0) 0 2px 2px;
  z-index: 2;
  position: relative;
  transition-delay: 150ms;
  margin: 0 0 0 auto;
}
.who-to-start-card .your-projection .expander {
  margin: 0 0.3em 0 0;
  position: relative;
  z-index: 2;
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m53.71%2078.03%2037.93-42.43c2.31-2.58.48-6.68-2.99-6.68h-77.11c-3.5%200-5.32%204.16-2.95%206.73l39.18%2042.43c1.6%201.74%204.36%201.72%205.93-.05z%22%20fill%3D%22%23687087%22%2F%3E%3C%2Fsvg%3E) center center no-repeat;
  filter: brightness(0);
}
.who-to-start-card .your-projection .tap-for-more {
  text-transform: none;
  margin: 0 0 0 0.5em;
  font-size: 80%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 991px) {
  .who-to-start-card .your-projection[data-modal-trigger] {
    margin-top: 6px;
    cursor: pointer;
  }
  .who-to-start-card .your-projection[data-modal-trigger] .expander {
    display: inline-block;
  }
  .who-to-start-card .your-projection[data-modal-trigger]:active {
    filter: brightness(90%);
  }
}
.who-to-start-card.should-start .wts-title, .who-to-start-card.should-start .your-projection {
  background: #3d74c7;
  color: #ffffff;
}
.who-to-start-card.should-start .your-projection .expander {
  filter: brightness(0) invert(1);
}
.who-to-start-card.should-start .your-projection .tap-for-more {
  color: #c2ebff;
}
.who-to-start-card.should-start .your-projection .three-d-value {
  text-shadow: rgba(0, 60, 165, 0) 0 2px 2px;
  animation: starburstShadow 2.5s ease;
  animation-delay: 300ms;
}
@keyframes starburstShadow {
  0% {
    transform: scale(1);
    text-shadow: rgba(0, 60, 165, 0) 0 2px 2px;
  }
  20% {
    transform: scale(1.5);
    text-shadow: rgba(0, 60, 165, 0.5) 0 4px 2px;
  }
  50% {
    transform: scale(1.2);
    text-shadow: rgba(0, 60, 165, 0.5) 0 2px 2px;
  }
  100% {
    transform: scale(1);
    text-shadow: rgba(0, 60, 165, 0) 0 2px 2px;
  }
}
.who-to-start-card .starburst {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -260%;
  right: -7em;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  transition: 150ms ease-in-out opacity;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
  transition-delay: 150ms;
}
.who-to-start-card .starburst > li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  will-change: transform;
}
.who-to-start-card .starburst > li:nth-child(odd) {
  background-image: linear-gradient(-197deg, rgb(106, 185, 255) 5%, transparent 25%);
}
.who-to-start-card .starburst > li:nth-child(1) {
  transform: rotate(18deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(2) {
  transform: rotate(36deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(3) {
  transform: rotate(54deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(4) {
  transform: rotate(72deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(5) {
  transform: rotate(90deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(6) {
  transform: rotate(108deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(7) {
  transform: rotate(126deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(8) {
  transform: rotate(144deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(9) {
  transform: rotate(162deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(10) {
  transform: rotate(180deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(11) {
  transform: rotate(198deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(12) {
  transform: rotate(216deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(13) {
  transform: rotate(234deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(14) {
  transform: rotate(252deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(15) {
  transform: rotate(270deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(16) {
  transform: rotate(288deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(17) {
  transform: rotate(306deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(18) {
  transform: rotate(324deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(19) {
  transform: rotate(342deg) skewX(72deg);
}
.who-to-start-card .starburst > li:nth-child(20) {
  transform: rotate(360deg) skewX(72deg);
}
.who-to-start-card.should-start .starburst {
  animation: starburst 2.25s linear;
  animation-delay: 150ms;
}

@keyframes starburst {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
  10% {
    transform: rotate(15.75deg) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: rotate(78.75deg) scale(1);
    opacity: 0.4;
  }
  80% {
    transform: rotate(126deg) scale(1);
    opacity: 0.4;
  }
  100% {
    transform: rotate(157.5deg) scale(0);
    opacity: 0;
  }
}
.underline-menu .menu-item {
  position: relative;
}

.underline-menu .menu-item .use-my-league-dropdown {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-searches-container h2 {
  color: #043173;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 160%;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}

.top-searches-container h2 hr {
  margin: 0.25em 0;
}

.top-searches-yearly-weekly {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 4rem;
  margin: 0 0 6rem;
}

.top-searches-yearly-weekly > div {
  width: 50%;
}

.top-searches-yearly-weekly .index,
.top-searches-yearly-weekly .popularity {
  text-align: right;
  font-size: 110%;
}

.top-searches-yearly-weekly .index {
  font-weight: 600;
}

.top-searches-yearly-weekly a {
  color: #c75000;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.top-searches-yearly-weekly .popularity-column {
  text-align: right;
}

.top-searches-yearly-weekly td span {
  white-space: nowrap;
}

.who-to-start-player-cards .scroller-view {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .who-to-start-player-cards {
    width: 100vw;
    max-width: none;
    padding-top: 2rem;
  }
  .who-to-start-player-cards .scroller-view {
    flex-direction: column;
    margin: 0 0 2rem;
  }
  .who-to-start-card p.intro {
    font-size: 85%;
    margin: 0;
    padding-bottom: 1em;
  }
  .who-to-start-card p.intro .hide-on-mobile {
    display: none;
  }
  .who-to-start-card {
    margin: 0 auto 1rem;
    max-width: 720px;
    width: 100%;
  }
  .who-to-start-card[data-card="0"] {
    z-index: 7;
  }
  .who-to-start-card[data-card="1"] {
    z-index: 6;
  }
  .who-to-start-card[data-card="2"] {
    z-index: 5;
  }
  .who-to-start-card.rank-0 {
    z-index: 7 !important;
  }
  .who-to-start-card.rank-1 {
    z-index: 6 !important;
  }
  .who-to-start-card.rank-2 {
    z-index: 5 !important;
  }
  .inputs-bar {
    margin-bottom: 0;
  }
  .who-to-start-card .collapsible-sections {
    max-height: 0;
    overflow: hidden;
    transition: 150ms ease-in-out max-height;
  }
  .who-to-start-card .auto-complete-container ul {
    max-height: 130px;
  }
}
@media (max-width: 767px) {
  .who-to-start-card {
    max-width: 720px;
    width: 540px;
  }
  .top-searches-yearly-weekly {
    flex-direction: column;
    gap: 2rem;
  }
  .top-searches-yearly-weekly > div {
    width: 100%;
  }
  .user-inputs-area .underline-menu {
    gap: 1rem;
  }
  .user-inputs-area .underline-menu .menu-item {
    line-height: 1.25em;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .who-to-start-card {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .who-to-start-card {
    width: 100%;
  }
  .player-placeholder-col {
    margin: 0 0 1rem;
  }
  .who-to-start-player-cards .scroller-view {
    gap: 0;
    padding: 0;
  }
  .who-to-start-player-cards .who-to-start-card {
    min-width: 90%;
    padding: 0;
  }
  .user-inputs-area .underline-menu {
    justify-content: center;
  }
  .top-searches-container h2 {
    font-size: 130%;
  }
  .top-searches-container table thead {
    font-size: 90%;
  }
}
.use-my-league-dropdown-text {
  position: relative;
  padding: 0 1.5em 0 0;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.use-my-league-dropdown-text:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m53.71%2078.03%2037.93-42.43c2.31-2.58.48-6.68-2.99-6.68h-77.11c-3.5%200-5.32%204.16-2.95%206.73l39.18%2042.43c1.6%201.74%204.36%201.72%205.93-.05z%22%20fill%3D%22%23687087%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0.35em;
}

.active .use-my-league-dropdown-text:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m53.71%2078.03%2037.93-42.43c2.31-2.58.48-6.68-2.99-6.68h-77.11c-3.5%200-5.32%204.16-2.95%206.73l39.18%2042.43c1.6%201.74%204.36%201.72%205.93-.05z%22%20fill%3D%22%23043173%22%2F%3E%3C%2Fsvg%3E");
}

.menu-item.after-items .use-my-league-dropdown,
.menu-item.after-items .use-my-league-dropdown-text {
  cursor: pointer;
}

@media (max-width: 767px) {
  .menu-item.after-items {
    max-width: 153px;
  }
  .use-my-league-dropdown-text {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.btn.orange-cta.reverse.key-button {
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.6em;
  border: 1px solid #c75000;
  line-height: 0;
}
.btn.orange-cta.reverse.key-button:active {
  background: #c75000;
  color: #ffffff;
}
.btn.orange-cta.reverse.key-button:active img {
  filter: brightness(0) invert(1);
}
@media (max-width: 420px) {
  .btn.orange-cta.reverse.key-button {
    display: none;
  }
}

.inputs-bar {
  justify-content: flex-start;
  gap: 3rem;
}

@media (max-width: 767px) {
  .inputs-bar {
    flex-direction: row;
  }
}
@media (max-width: 420px) {
  .inputs-bar {
    flex-direction: column;
    gap: 1rem;
  }
  .toggle-button-wrapper .toggle-container {
    width: 100%;
  }
}
.toggle-button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

label.small-uppercase {
  color: #687087;
  display: flex;
  gap: 0.25em;
  align-items: center;
}

label.small-uppercase .help {
  margin: -4px 0 0;
  display: block;
  cursor: help;
}

.player-card-body {
  border: 1px solid #c8c8c8;
  background: #ffffff;
}
.player-card-body .input-container {
  padding: 1.25rem 1.25rem 1rem;
  position: relative;
  z-index: 3;
}
.player-card-body .intro {
  padding: 0 2.25rem 1.5rem;
  color: #00081b;
}
.player-card-body .your-projection .three-d-value {
  font-size: 120%;
}
.player-card-body .three-d-projection-section {
  padding: 1.5rem 1.5rem 0;
}
.player-card-body .matchup-section {
  padding: 0 1.5rem 1.5rem;
}
.player-card-body .matchup-section h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgb(4, 49, 115);
  font-size: 140%;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .team-logo {
  width: 80px;
  height: auto;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .rank-vs-pos {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  align-items: center;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .rank-vs-pos .label {
  text-align: center;
  line-height: 1em;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .rank-vs-pos span {
  border: 1px solid transparent;
  padding: 0.25em 0.5em;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .adj-pts-allowed {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  align-items: center;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .adj-pts-allowed .label {
  text-align: center;
  line-height: 1em;
}
.player-card-body .matchup-section .logo-rank-vs-pos-adj-pts-allowed .adj-pts-allowed .percentage {
  border: 1px solid rgba(164, 28, 31, 0.2);
  color: #a41c1f;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}
.player-card-body .fantasy-points-chart-section {
  padding: 0.25rem 1.5rem;
  overflow: hidden;
}
.player-card-body .fantasy-points-chart-section .label {
  text-align: center;
  display: block;
}
.player-card-body .fantasy-points-chart-section .fantasy-points-chart {
  margin: 0 0 0 -1.5rem;
}
.player-card-body .fantasy-points-chart-section .fantasy-points-chart .c3-area {
  opacity: 0.5 !important;
}
.player-card-body .fantasy-points-chart-section .fantasy-points-chart .c3-grid line {
  stroke: #ececec;
  stroke-dasharray: 0;
}
.player-card-body .fantasy-points-chart-section .fantasy-points-chart .c3-axis .tick line,
.player-card-body .fantasy-points-chart-section .fantasy-points-chart .c3 .c3-axis .domain {
  opacity: 0;
}
.player-card-body .injury-tracker {
  padding: 0.25rem 1.5rem 1.5rem;
}
.player-card-body .injury-tracker h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgb(4, 49, 115);
  font-size: 140%;
}
.player-card-body .injury-tracker .week-status {
  display: flex;
  flex-direction: row;
}
.player-card-body .injury-tracker .week-status .label {
  margin: 0 auto 0 0;
}

.input-range-component {
  display: flex;
  flex-direction: column;
}
.input-range-component .labeled-steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
}
.input-range-component .labeled-steps span {
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 0 0 0.25em;
}
.input-range-component .labeled-steps span:first-of-type {
  text-align: left;
}
.input-range-component .labeled-steps span:last-of-type {
  text-align: right;
}
@media (max-width: 575px) {
  .input-range-component .labeled-steps {
    margin: 0 0 0.75em;
  }
}
.input-range-component input[type=range] {
  padding: 0;
  min-width: 230px;
  width: 100%;
  margin: 0;
  background-color: transparent;
  appearance: none;
  border: none;
}
.input-range-component input[type=range]:focus {
  outline: none;
}
.input-range-component input[type=range]::-webkit-slider-runnable-track {
  background: #f1f1f1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.input-range-component input[type=range]::-webkit-slider-thumb {
  margin-top: -3.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #043173;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.input-range-component input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f1f1f1;
}
.input-range-component input[type=range]::-moz-range-track {
  background: #f1f1f1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.input-range-component input[type=range]::-moz-range-thumb {
  margin-top: -3.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #043173;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.input-range-component input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3.5px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.input-range-component input[type=range]::-ms-fill-lower {
  background: #f1f1f1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
}
.input-range-component input[type=range]::-ms-fill-upper {
  background: #f1f1f1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
}
.input-range-component input[type=range]::-ms-thumb {
  margin-top: -3.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #0039b3;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin-top: 0px;
}
.input-range-component input[type=range]:focus::-ms-fill-lower {
  background: #f1f1f1;
}
.input-range-component input[type=range]:focus::-ms-fill-upper {
  background: #f1f1f1;
}
@media (max-width: 575px) {
  .input-range-component input[type=range]::-webkit-slider-runnable-track {
    height: 16px;
  }
  .input-range-component input[type=range]::-moz-range-track {
    height: 16px;
  }
  .input-range-component input[type=range]::-ms-track {
    height: 16px;
  }
  .input-range-component input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .input-range-component input[type=range]::-moz-range-thumb {
    margin-top: -7px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .input-range-component input[type=range]::-ms-thumb {
    margin-top: -7px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

.loading-modal {
  top: 25%;
}

#who-to-start-player-card-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 85vh;
  width: 100%;
  max-height: none;
  max-width: none;
  z-index: 1058;
  overflow: scroll;
  margin: 0;
  will-change: transform, opacity;
  transition: 150ms ease-in-out opacity, 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55) transform;
  transform: translate3d(0, 2vh, 0);
  opacity: 0;
  pointer-events: none;
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 2em;
  background: transparent;
  border: none;
}
#who-to-start-player-card-modal .closer {
  cursor: pointer;
}
#who-to-start-player-card-modal .closer:active {
  transform: scale(0.96);
  filter: brightness(80%);
}

#who-to-start-player-card-modal > header {
  background: #3d74c7;
  color: #ffffff;
  border-bottom: 1px solid #c6c8c8;
  position: sticky;
  top: 0;
  border-radius: 0.5em 0.5em 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 105%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  padding: 1rem;
  z-index: 10;
}

#who-to-start-player-card-modal > section {
  background: #ffffff;
}

.showing-who-to-start-player-card-modal {
  overflow: hidden;
}

.showing-who-to-start-player-card-modal #who-to-start-player-card-modal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
}

body:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 1057;
  backdrop-filter: blur(1px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  will-change: opacity;
  transition: 150ms ease-in-out opacity;
}

.showing-who-to-start-player-card-modal body:after {
  opacity: 1;
  pointer-events: all;
}

#who-to-start-player-card-modal .your-projection {
  border-bottom: 1px solid #c6c8c8;
  background: #ffffff;
}

.how-to-use-who-should-i-start-container {
  margin: 0 0 6.5rem;
}
.how-to-use-who-should-i-start-container a {
  color: #a41e22;
  font-weight: 900;
}
.how-to-use-who-should-i-start-container a:hover {
  color: #0a58ca;
}
.how-to-use-who-should-i-start-container ul {
  padding: 0 0 0 3rem;
}
.how-to-use-who-should-i-start-container ul li {
  margin: 0 0 0.5em;
}

.show-all-search-results {
  width: 100%;
  display: none;
  margin: 0.5rem 0 0;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #043173;
  width: auto;
  padding: 0.2em 0.7em;
  font-size: 90%;
}
.show-all-search-results:active {
  transform: scale(0.98);
  filter: brightness(90%);
}

@media (max-width: 767px) {
  .collapsed .show-all-search-results {
    display: block;
  }
  .top-searches-container table {
    display: flex;
    flex-direction: column;
  }
  .top-searches-container table thead tr {
    display: flex;
    justify-content: space-between;
  }
  .top-searches-container table tbody {
    transition: max-height 150ms ease-in-out;
    overflow: hidden;
  }
  .top-searches-container table tbody tr th {
    min-width: 40px;
  }
  .top-searches-container table tfoot tr th {
    min-width: 40px;
  }
}
@media (max-width: 991px) {
  .collapsible-sections {
    display: none;
  }
}

/*# sourceMappingURL=who-to-start.css.map */
