@charset "UTF-8";
/**
 * Contains variables that may be used across SCSS files for Draft Sharks
 */
/**
 * 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;
}

@media screen and (max-width: 992px) {
  .user-inputs-area .position-multi-select {
    flex-basis: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .user-inputs-area .position-multi-select {
    gap: 0.5rem;
  }
  .user-inputs-area .position-multi-select .position-button {
    padding-top: 1px;
  }
}
.user-inputs-area .position-multi-select {
  display: flex;
}
.user-inputs-area .position-multi-select .position-button {
  width: 54px;
  height: 36px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-inputs-area .position-multi-select .position-button:not(.active) {
  background-color: #f1f1f1;
  color: black;
}
.user-inputs-area .position-multi-select .position-button.active {
  background-color: #043173;
  color: white;
}
.user-inputs-area .fas.fa-file-export,
.user-inputs-area .fas.fa-grip-horizontal {
  color: #999999;
}
.user-inputs-area .fas.fa-grip-horizontal {
  font-size: 28px;
}
.user-inputs-area > div.d-flex.justify-content-between.align-items-center > button.btn.orange-cta.reverse {
  display: flex;
  color: #a41c1f !important;
  border: 2px solid #a41c1f !important;
}
.user-inputs-area .scoring-filtering {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 992px) {
  .user-inputs-area .scoring-filtering {
    margin-bottom: 1rem;
  }
  .user-inputs-area .scoring-filtering > span {
    font-size: 16px;
    background: url("/img/icons/gear-blue.svg") no-repeat 0 0/20px 24px;
  }
}
@media screen and (min-width: 992px) {
  .user-inputs-area .scoring-filtering > span {
    font-size: 20px;
    background: url("/img/icons/gear-blue.svg") no-repeat 0 0/20px 30px;
  }
}
.user-inputs-area .scoring-filtering > span {
  color: #043173;
  display: inline-block;
  font-weight: 700;
  padding-left: 30px;
}
.user-inputs-area .scoring-filtering i {
  color: grey;
  display: inline-block;
  font-size: 16px;
  margin-right: 0.5rem;
}
@media (max-width: 992px) {
  .user-inputs-area .inputs-bar .toggle-button-wrapper {
    align-items: center;
  }
  .user-inputs-area .inputs-bar .toggle-button-wrapper .toggle-container div {
    padding: 6px 9px !important;
  }
  .user-inputs-area .inputs-bar .player-filter,
  .user-inputs-area .inputs-bar .team-filter {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 992px) {
  .user-inputs-area .inputs-bar {
    margin-bottom: 2rem;
    gap: 2rem;
    justify-content: flex-start;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .user-inputs-area .inputs-bar {
    gap: 0.5rem;
    justify-content: space-between;
    row-gap: 1.5rem;
  }
  .user-inputs-area .inputs-bar .player-filter {
    font-size: 10px;
  }
  .user-inputs-area .inputs-bar .player-filter input.player-search {
    background: #ffffff url(../img/icons/search-gray.svg) 0.5rem center no-repeat padding-box;
  }
}
.user-inputs-area .inputs-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-top: 1rem; */
  align-items: flex-end;
}
.user-inputs-area .inputs-bar label {
  color: #555;
  font-size: 15px;
  font-weight: 700;
}
.user-inputs-area .inputs-bar select,
.user-inputs-area .inputs-bar input {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  padding: 0px 10px;
}
.user-inputs-area .inputs-bar .search-container {
  justify-content: flex-end;
}
.user-inputs-area .inputs-bar .search-container input[type=search] {
  background-image: url("/img/icons/search-gray.svg") !important;
  box-shadow: none;
}
.user-inputs-area .inputs-bar .search-container input.player-search {
  width: 100%;
}
.user-inputs-area .inputs-bar .search-container input.player-search::focus {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .user-inputs-area .inputs-bar .player-filter:not(.search-container) {
    flex-basis: 15%;
  }
  .user-inputs-area .inputs-bar .player-filter.search-container {
    flex-basis: 20%;
  }
  .user-inputs-area .inputs-bar .player-filter {
    justify-content: flex-start !important;
    flex-grow: 0;
  }
}
.user-inputs-area .inputs-bar .player-filter {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  justify-content: space-between;
}
.user-inputs-area .inputs-bar .player-filter select {
  background: url("/img/icons/caret-down-thin.svg") no-repeat right 10px center;
  background-color: white;
  background-size: 12px;
  padding-right: 30px;
}
.user-inputs-area .inputs-bar .player-filter input.player-search {
  padding-right: 0;
  padding-top: 0.1rem;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .user-inputs-area .inputs-bar .player-filter.column-customize-container {
    width: 20%;
  }
}

.column-customize-dropdown {
  position: relative;
  background: url(/img/icons/caret-down-thin.svg) no-repeat right 10px center;
  background-size: 12px;
}
.column-customize-dropdown.analysis {
  filter: opacity(0.5);
  cursor: not-allowed;
}
.column-customize-dropdown .multiselect-dropdown {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.column-customize-dropdown .multiselect-dropdown span {
  color: #999;
}
.column-customize-dropdown .options,
.column-customize-dropdown ul {
  position: absolute;
  z-index: 25;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  list-style: none;
  width: 100%;
  padding-left: 0;
  border-top: none;
  background: #fff;
}
.column-customize-dropdown .options .placeholder,
.column-customize-dropdown ul .placeholder {
  padding: 0.25rem 5px;
  font-weight: bold;
  color: #687087;
}
.column-customize-dropdown .options li:not(.disabled):hover,
.column-customize-dropdown ul li:not(.disabled):hover {
  background: #a41c1f;
}
.column-customize-dropdown .options li:not(.disabled):hover label,
.column-customize-dropdown ul li:not(.disabled):hover label {
  color: white;
}
.column-customize-dropdown .options li.disabled label,
.column-customize-dropdown ul li.disabled label {
  color: rgba(153, 153, 153, 0.2705882353) !important;
}
.column-customize-dropdown .options li:not(.placeholder),
.column-customize-dropdown ul li:not(.placeholder) {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.column-customize-dropdown .options li:not(.placeholder) input,
.column-customize-dropdown ul li:not(.placeholder) input {
  accent-color: #043173;
  margin-right: 0.25rem;
}
.column-customize-dropdown .options li:not(.placeholder).active label,
.column-customize-dropdown ul li:not(.placeholder).active label {
  font-weight: bold;
}
.column-customize-dropdown .options li:not(.placeholder):not(.active) label,
.column-customize-dropdown ul li:not(.placeholder):not(.active) label {
  color: #999;
  font-weight: normal;
}

/* Underline menu style */
.underline-menu-container {
  border-bottom: 4px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.underline-menu-container .underline-menu-print {
  flex-basis: 40%;
  justify-content: flex-end;
}
.underline-menu-container .underline-menu-print {
  gap: 1rem;
}
.underline-menu-container .underline-menu {
  display: flex;
  margin-bottom: -2px;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .underline-menu-container .underline-menu .menu-item {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .underline-menu-container .underline-menu {
    font-size: 16px !important;
    justify-content: space-between;
  }
}
@media screen and (max-width: 412px) {
  .underline-menu-container .underline-menu .menu-item:not(.after-items) {
    flex-basis: min-content;
  }
  .underline-menu-container .underline-menu .menu-item.after-items {
    flex-basis: 30%;
    text-align: left;
  }
}
.underline-menu-container .underline-menu .menu-item {
  color: #999999;
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 0.25rem;
  position: relative;
  transition: color 0.3s;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  margin-bottom: 0;
}
.underline-menu-container .underline-menu .menu-item i {
  font-size: 22px;
  margin-bottom: -5px;
}
.underline-menu-container .underline-menu .menu-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  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.item-flex-row .underline-menu {
  gap: 1.5rem;
}

.underline-menu-container.item-flex-row .menu-item {
  flex-direction: row;
  gap: 0.5rem;
}

.underline-menu-container .bottom-line {
  display: none;
}

.tooltip-toggle-container {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tooltip-toggle-container svg {
  width: 0.75rem;
  height: 0.75rem;
}

/**
 * cd frontend/web/scss/)
 * sass --style=compressed rankings-standard.scss ../css/rankings-standard.css
 * sass --style=compressed --watch rankings-standard.scss:../css/rankings-standard.css
 */
:root {
  --ds-grey2: #687087;
  --ds-new-black: #00081b;
}

.d-none {
  display: none !important;
}

.v-hidden {
  visibility: hidden;
}

.order-container {
  display: flex;
  flex-direction: column;
}

.mobile-order-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

/* slider styles */
/* Container for the slider */
.slider-container {
  align-items: center;
  display: flex;
}

/* Description text */
.description {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-right: 10px;
}

/* Hide the checkbox */
.slider-checkbox {
  display: none;
}

/* The slider label */
.slider-label {
  cursor: pointer;
  background-color: #999999;
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: background-color 0.2s;
  width: 60px;
}

/* The YES/NO slider text */
.slider-text {
  color: #fff;
  left: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

/* The slider circle */
.slider {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform 0.2s;
  width: 26px;
}

/* Text inside the slider */
.slider-text::after {
  content: attr(data-off);
}

/* When the checkbox is checked */
.slider-checkbox:checked + .slider-label {
  background-color: green;
}

/* Move the slider circle to the right when checked */
.slider-checkbox:checked + .slider-label .slider {
  transform: translateX(30px);
}

/* Move text inside slider to left of circle when checked */
.slider-checkbox:checked + .slider-label .slider-text {
  left: -26px;
}

/* Change the text inside the slider when checked */
.slider-checkbox:checked + .slider-label .slider-text::after {
  content: attr(data-on);
}

/* Transition classes */
.slide-enter-active,
.slide-leave-active {
  transition: max-height 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
}

.slide-enter-from,
.slide-leave-to {
  max-height: 0;
  opacity: 0;
}

.slide-enter-to,
.slide-leave-from {
  max-height: 600px;
  opacity: 1;
}

.rankings-standard {
  background-color: #fff;
  /**
   * BadgeRadioButtons component. Similar to above radio nav with different style
   */
  /* Commenting this out because it messes up keeper tool  */
  /* I belive it is not needed, but wanted to be able to quickly  */
  /* revert should there be a problem on other pages */
  /* .title-bar { */
  /*     background-image: url(/img/title/preseason-repeat.svg), linear-gradient(rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%); */
  /*     background-repeat: repeat, repeat; */
  /*     background-position: left top, left bottom; */
  /*     background-size: 26px, 100%; */
  /* } */
}
.rankings-standard #mobile-header-sticky {
  order: 3;
  overflow-x: scroll;
  position: sticky;
  top: 0;
  background: white;
  z-index: 20;
  margin: 0 0.75rem;
}
.rankings-standard #tableHeader .sticky-header-flex-container {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-end;
}
.rankings-standard #tableHeader .default-header-cols span {
  cursor: default !important;
}
@media screen and (min-width: 992px) {
  .rankings-standard #tableHeader .sort-link-flex-container {
    height: 60px;
  }
}
.rankings-standard #mobile-header-sticky .sticky-header-flex-container {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-end;
}
.rankings-standard #mobile-header-sticky .default-header-cols span {
  cursor: default !important;
}
@media screen and (min-width: 992px) {
  .rankings-standard #mobile-header-sticky .sort-link-flex-container {
    height: 60px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .rankings-standard .video-tutorial-link img {
    margin-right: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard .main-header h1 {
    font-size: 18px;
  }
  .rankings-standard th.customizable-column {
    min-width: 50px;
    width: 50px;
  }
  .rankings-standard #tableHeader {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard #mobile-header-sticky {
    display: none;
  }
}
.rankings-standard .key-and-export-container {
  padding-top: 20px;
}
.rankings-standard .key-and-export-container .toggle-detailed-view {
  margin-left: auto;
}
.rankings-standard .key-and-export-container .toggle-detailed-view .description {
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #687087;
  text-align: center;
}
.rankings-standard .inset-border {
  box-shadow: inset -1px 0px 0px 0px #c8c8c8;
}
.rankings-standard .player-position-links > a {
  background-color: #f5f5f7;
  color: #00081b;
  border-radius: 40px !important;
  padding: 5px 15px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .rankings-standard .video-tutorial-link {
    width: fit-content !important;
  }
}
.rankings-standard .main-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rankings-standard .main-header h1 {
  order: 2;
}
@media screen and (max-width: 992px) {
  .rankings-standard .main-header .last-updated {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .main-header .last-updated {
    font-size: 1rem;
  }
}
.rankings-standard .main-header .last-updated {
  white-space: nowrap;
  color: #687087;
  font-weight: 700;
  line-height: 22.4px;
  order: 1;
}
.rankings-standard .main-header .last-updated .time {
  font-weight: 400;
}
.rankings-standard .sticky-header {
  position: sticky;
  top: 1px;
  z-index: 20;
}
.rankings-standard .sticky-header th:not(.player-modal-column) {
  box-shadow: unset;
}
.rankings-standard .customizable-column {
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .rankings-standard table .player-modal-column {
    width: 40px;
  }
  .rankings-standard .customizable-column.bottom-line-column#overall {
    max-width: 500px !important;
    min-width: 500px !important;
  }
  .rankings-standard .bottom-line-column .player-bottom-line-html:not(.overall) div {
    padding: 0 1rem;
  }
  .rankings-standard .bottom-line-column .player-bottom-line-html:not(.overall) p {
    display: inline;
  }
  .rankings-standard .bottom-line-column .player-bottom-line-html.overall div {
    display: flex;
    align-items: center;
  }
  .rankings-standard .bottom-line-column .player-bottom-line-html.overall p {
    margin: 1rem 0;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .rankings-standard .underline-menu-print {
    display: none !important;
  }
  .rankings-standard .main-ranking-div {
    overflow-x: scroll;
  }
  .rankings-standard .main-ranking-div .sticky-blocking-div {
    width: 180px;
    background: white;
    position: absolute;
    z-index: 5;
    left: -6px;
  }
  .rankings-standard table th.player-modal-column {
    padding: 0 0.25rem !important;
  }
  .rankings-standard table td.player-modal-column:not(.tier-label-placeholder) {
    min-width: 40px;
    max-width: 40px;
    padding: 0 0.35rem !important;
  }
  .rankings-standard table td.player-name {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .rankings-standard table td.player-name:not(.analysis) {
    max-width: 120px;
    min-width: 80px;
  }
  .rankings-standard table td.player-name.analysis {
    max-width: 100px;
  }
  .rankings-standard table th.player-name:not(.analysis) {
    max-width: 120px;
  }
  .rankings-standard table th.player-name.analysis {
    max-width: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .rankings-standard .main-ranking-div {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .rankings-standard .main-ranking-div {
    display: flex;
    order: 2;
    /* flex-grow: 1; */
    overflow-x: visible;
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
  }
  .rankings-standard .main-ranking-div table {
    overflow: visible;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard .main-ranking-div {
    margin-bottom: 1.5rem;
    max-width: 1440px;
    overflow-x: scroll;
  }
}
.rankings-standard .d-flex.space-between {
  justify-content: space-between;
}
.rankings-standard .d-flex.flex-end {
  justify-content: flex-end;
}
.rankings-standard .d-flex.d-flex-column {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .rankings-standard .rankings-header {
    margin-bottom: 20px;
  }
  .rankings-standard .rankings-header .d-flex {
    margin-top: 1rem;
  }
}
.rankings-standard .rankings-header .d-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .rankings-standard .rankings-header .d-flex .main-content {
    max-height: unset !important;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .rankings-header .d-flex .main-content {
    max-height: 4.5em;
  }
}
.rankings-standard .rankings-header .d-flex .main-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.rankings-standard .rankings-header .d-flex .main-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to bottom, transparent, white);
}
.rankings-standard .rankings-header .d-flex .read-more {
  display: none;
}
.rankings-standard .rankings-header .d-flex .read-more-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8c8c8;
  cursor: pointer;
  margin-top: 0.5em;
  font-size: 0.8em;
}
.rankings-standard .rankings-header .d-flex .read-more:checked ~ .main-content {
  max-height: 1000px;
}
.rankings-standard .rankings-header .d-flex .read-more:checked ~ .main-content::after {
  display: none;
}
.rankings-standard .rankings-header .d-flex .read-more:checked ~ .read-more-label::before {
  content: "▲";
}
.rankings-standard .rankings-header .d-flex .read-more-label::before {
  content: "▼";
}
.rankings-standard .rankings-header .d-flex .main-video {
  /* flex-basis: 50%; */
  /* flex-grow: 0; */
}
.rankings-standard h1 {
  font-family: proxima-nova, "sans-serif";
  font-weight: 700;
  margin-right: 5px;
  padding-left: 45px;
  background: url(/img/icons/redraft-3.svg) no-repeat 0 center/35px 35px;
}
.rankings-standard h1.keeper-rankings {
  background: url(/img/icons/keeper-lock-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.auction-rankings {
  background: url(/img/icons/auction-rankings-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.best-ball-rankings {
  background: url(/img/icons/best-ball-5.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.dynasty-rankings {
  background: url(/img/icons/dynasty-blue.svg) no-repeat 0 center/35px 35px;
}
.rankings-standard h1.adp-rankings {
  background: url(/img/icons/adp-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.preseason-rankings {
  background: url(/img/icons/redraft-3.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.weekly-rankings {
  background: url(/img/icons/redraft-3.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.trade-value-chart {
  background: url(/img/icons/trade-value-chart-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.free-agent-finder {
  background: url(/img/icons/free-agent-finder-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard h1.trade-calculator {
  background: url(/img/icons/trade-partner-blue.svg) no-repeat 0 0/35px 35px;
}
.rankings-standard .video-tutorial-link.btn {
  background: transparent;
  padding: 0 0 0 10px;
  white-space: nowrap;
}
.rankings-standard .video-tutorial-link.btn a {
  font-family: proxima-nova, "sans-serif";
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.rankings-standard .badge-radio-group {
  color: black;
}
.rankings-standard .badge-radio-group .badge-radio-group-nav {
  display: flex;
  position: relative;
  border-radius: 25px;
  background: #f5f5f7;
}
@media screen and (min-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav {
    width: fit-content;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav::before {
    width: 140px;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
    width: 140px;
    padding: 0.25rem 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two) {
    justify-content: space-between;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two)::before {
    width: 120px;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
    width: 120px;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav.two {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 768px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
    width: 30%;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two)::before {
    width: 30%;
  }
  .rankings-standard .badge-radio-group .badge-radio-group-nav.two::before {
    width: 50%;
  }
}
.rankings-standard .badge-radio-group .badge-radio-group-nav::before {
  content: "";
  position: absolute;
  height: 32px;
  left: 0%;
  border-radius: 20px;
  background: #043173;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
    left: 100%;
    transform: translate(-100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
    left: 100%;
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 768px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
    left: 50%;
    transform: translate(-50%);
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
    left: 50%;
    margin-left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
    left: 100%;
    transform: translate(-100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
    left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
    left: 100%;
    margin-left: -140px;
  }
}
.rankings-standard .badge-radio-group .nav-item {
  cursor: pointer;
  font-weight: normal !important;
  display: inline-block;
  margin-right: 0 !important;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  font-size: 16px;
}
.rankings-standard .badge-radio-group .nav-item.rounded-pill {
  border-radius: 50rem !important;
}
.rankings-standard .badge-radio-group .nav-item:last-of-type {
  margin-right: 0;
}
.rankings-standard .badge-radio-group .nav-item.selected {
  color: #fff;
}
.rankings-standard .header {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
}
.rankings-standard .header .main-content {
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  white-space: wrap;
}
.rankings-standard .head-title h3 {
  display: block;
  margin-bottom: 5px;
}
.rankings-standard #position-navbar .nav {
  display: flex;
}
.rankings-standard #position-navbar .nav li {
  margin: 0;
  display: flex;
  flex-grow: 1;
  width: 10%;
  background: transparent;
}
.rankings-standard .content-box .title {
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
}
.rankings-standard .content-box .title h4,
.rankings-standard .content-box .title h2 {
  height: 46px;
  line-height: 46px;
}
.rankings-standard .content-box .title h2 {
  color: #043173;
  font-size: 25px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rankings-standard .content-box .title .action-buttons {
  display: flex;
}
.rankings-standard .content-box .title .action-buttons a {
  color: #333333;
  font-family: "endzone", sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0 20px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rankings-standard .content-box .title .action-buttons a img {
  width: 20px;
  height: auto;
}
.rankings-standard .customize-view {
  column-gap: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rankings-standard .customize-view .customize-header {
  color: #555;
  font-size: 1.125rem;
}
.rankings-standard .dropdown-toggle {
  position: relative;
}
.rankings-standard .dropdown-toggle-container {
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rankings-standard .dropdown-toggle {
    flex-basis: 70%;
  }
}
.rankings-standard .dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 2px solid #043173;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  text-align: center;
}
.rankings-standard .dropdown > div {
  flex-basis: 30%;
  border-right: 1px solid #043173;
}
.rankings-standard .dropdown > div.grayed {
  filter: grayscale(100%);
  opacity: 0.5;
}
.rankings-standard .dropdown > div:not(.grayed) {
  font-weight: 700;
}
.rankings-standard .dropdown > div:not(.grayed) h4 {
  font-weight: 700;
}
.rankings-standard .dropdown > div h4 {
  font-family: proxima-nova, "sans-serif";
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.25rem 0.5rem 0.25rem;
  text-decoration: underline;
}
.rankings-standard .dropdown:after {
  bottom: 100%;
  left: 45%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(4, 49, 115, 0);
  border-bottom-color: #043173;
  border-width: 10px;
  margin-left: -10px;
}
.rankings-standard .dropdown li {
  padding: 4px 10px;
  border-bottom: 1px solid #e3e3e7;
  color: #b2b2b2;
  cursor: pointer;
}
.rankings-standard .dropdown li.active {
  color: #333;
}
.rankings-standard .dropdown li:active {
  color: #333;
  background: transparent linear-gradient(180deg, #ebebeb 0%, #f2f2f2 100%) 0% 0% no-repeat padding-box;
}
.rankings-standard .dropdown li:first-child {
  border-radius: 5px 5px 0 0;
}
.rankings-standard .dropdown li:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .rankings-standard .table {
    height: 1px;
  }
  .rankings-standard .table .proj-games-played {
    max-width: 80px !important;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard .table tr.player-row {
    height: 44px !important;
  }
}
.rankings-standard .table {
  width: 100%;
}
.rankings-standard .table.dynasty-rankings {
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.rankings-standard .table.dynasty-rankings .sticky-header tr:not(.positional-projections-expand-row) th {
  box-shadow: unset !important;
  border-bottom: 1px solid #c8c8c8;
}
.rankings-standard .table.dynasty-rankings .sticky-header .positional-projections-expand-row .pre-total-col-placeholder {
  padding-right: 40px;
}
.rankings-standard .table.dynasty-rankings th {
  text-align: center;
}
.rankings-standard .table.dynasty-rankings th.player-name {
  text-align: left !important;
}
.rankings-standard .table th,
.rankings-standard .table td {
  background: #fff;
}
.rankings-standard .table td.three-d-value {
  background-color: #ecf2fa;
  border-bottom: 1px solid white;
}
.rankings-standard .table thead::before {
  top: 0;
  margin-top: 1.5px;
}
.rankings-standard .table thead::after {
  top: -1px;
  margin-top: -0.5px;
}
.rankings-standard .table tr.player-row {
  border-bottom: 1px solid #c8c8c8;
  height: 72px;
}
@media screen and (min-width: 992px) {
  .rankings-standard .table th.rank {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 8;
  }
  .rankings-standard .table th.team-rank-logo-column,
  .rankings-standard .table th.player-modal-column {
    position: sticky;
    top: 0;
    z-index: 8;
  }
}
.rankings-standard .table th.rank {
  padding-right: 0 !important;
}
.rankings-standard .table th.rank,
.rankings-standard .table th.player-name,
.rankings-standard .table th.team-rank-logo-column,
.rankings-standard .table th.player-modal-column,
.rankings-standard .table th.top-tier-placeholder-cols {
  background: white;
}
.rankings-standard .table tr.details-collapsed {
  position: relative;
}
.rankings-standard .table tr.details-expanded {
  position: relative;
}
.rankings-standard .table thead tr th .three-d-value {
  max-width: 5%;
  width: 5%;
}
.rankings-standard .table thead tr th.customizable-column:not(.three-d-value) {
  position: relative;
}
@media screen and (max-width: 992px) {
  .rankings-standard .table thead tr th .sortable-header {
    height: 40px;
    margin: 0.25rem 0;
  }
  .rankings-standard .table thead tr th .sortable-header .column-title {
    line-height: 0.75rem;
    word-spacing: 10000px;
  }
  .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-up {
    top: 5px;
  }
  .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-down {
    bottom: 6px;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .table thead tr th .sortable-header {
    height: 60px;
  }
  .rankings-standard .table thead tr th .sortable-header .column-title {
    line-height: 1rem;
  }
  .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-up {
    top: 5px;
  }
  .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-down {
    bottom: 8px;
  }
}
.rankings-standard .table thead tr th .sortable-header {
  justify-content: center;
}
.rankings-standard .table thead tr th .sortable-header .fas {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.rankings-standard .table thead tr th .sortable-header .column-title {
  margin-bottom: 0;
  cursor: pointer;
  white-space: normal;
}
@media screen and (max-width: 992px) {
  .rankings-standard .table:not(.weekly-sos-table) th {
    background-color: #ffffff;
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .table:not(.weekly-sos-table) th {
    background-color: #ffffff;
    font-size: 0.88rem;
  }
}
.rankings-standard table.table thead tr th:has(+ th.highlight) {
  border-right: none;
}
.rankings-standard .table tr th.highlight {
  background-color: #3d74c7;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
}
.rankings-standard .table td {
  font-size: 14px;
}
.rankings-standard .table tr td:nth-child(1) a {
  color: #333;
  font-family: "endzone", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  padding: 2px 0;
}
.rankings-standard .table tr td:nth-child(1) a span.position {
  color: #b2b2b2;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  padding-left: 5px;
}
.rankings-standard .table tr.header-group th {
  padding: 12px 10px 12px;
}
.rankings-standard .table tr.column-sorters th:nth-child(1) {
  padding: 4px 10px 4px 10px;
}
.rankings-standard .table tr.column-sorters th a {
  color: white;
  padding: 4px 5px 4px 5px;
}
.rankings-standard .table tr.column-sorters th a .tooltip-trigger {
  display: none;
}
.rankings-standard .table tr td:last-child {
  border-right: none;
}
.rankings-standard .position-number {
  padding: 0 0 0 10px;
  text-align: left;
}
.rankings-standard td,
.rankings-standard th {
  padding: 0;
}
.rankings-standard th {
  white-space: nowrap;
}
.rankings-standard .table tr td:nth-child(1) {
  padding: 0;
}
.rankings-standard .header-group th {
  background: #ffffff;
  color: #333333;
  font-family: "endzone", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .rankings-standard .table tr td {
    font-size: 14px;
  }
  .rankings-standard .table tr td.player-name:not(.analysis) {
    height: 72px;
    min-width: 175px;
  }
  .rankings-standard .table tr td.player-name.analysis {
    min-width: 150px;
    max-width: 250px;
    width: 225px;
  }
}
.rankings-standard .rank.tier-label {
  border-right: 1px solid #043173;
}
.rankings-standard .table tr td.player-name.tier-label {
  justify-content: center;
}
.rankings-standard .table tr td:not(.rank):not(.player-name) {
  color: #333333;
  text-align: center;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).green-text {
  color: #547f2f;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).red-text {
  color: #a41c1f;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling span, .rankings-standard .table tr td:not(.rank):not(.player-name).floor span {
  padding: 3px 8px;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.green, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.green {
  color: #547f2f;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.green span, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.green span {
  border: 1px solid rgba(84, 127, 47, 0.2);
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.yellow, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.yellow {
  color: #f0ad4e;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.yellow span, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.yellow span {
  border: 1px solid rgba(193, 142, 12, 0.2);
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.red, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.red {
  color: #a41c1f;
}
.rankings-standard .table tr td:not(.rank):not(.player-name).ceiling.red span, .rankings-standard .table tr td:not(.rank):not(.player-name).floor.red span {
  border: 1px solid rgba(164, 28, 31, 0.2);
}
.rankings-standard table tbody tr td:not(.three-d-value) {
  border-bottom: 1px solid #c8c8c8;
}
.rankings-standard .table tr th a {
  display: block;
  line-height: 1em;
  text-align: center;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rankings-standard table.table tr td.highlight {
  color: #043173;
  font-weight: 900;
}
.rankings-standard .table tr.tier-colspan-row {
  position: sticky;
}
@media screen and (max-width: 992px) {
  .rankings-standard .table tr.tier-colspan-row td {
    height: 19px;
    font-size: 9px !important;
  }
}
@media screen and (min-width: 992px) {
  .rankings-standard .table tr.tier-colspan-row td {
    height: 41px;
    font-size: 14px !important;
  }
}
.rankings-standard .table tr.tier-colspan-row td {
  background-color: #043173 !important;
  left: 0;
  padding-left: 2rem !important;
  color: white !important;
  font-weight: 700;
  text-align: left !important;
}
.rankings-standard table thead tr th.hide-left-border {
  border-left: none !important;
}
.rankings-standard table thead tr th.hide-left-border ~ th.hide-left-border {
  border-left: 1px solid #c8c8c8 !important;
  border-right: 1px solid #c8c8c8 !important;
}
.rankings-standard table tbody tr td.hide-left-border {
  border-left: none !important;
}
.rankings-standard table tbody tr td.hide-left-border ~ td.hide-left-border {
  border-left: 1px solid #c8c8c8 !important;
  border-right: 1px solid #c8c8c8 !important;
}
.rankings-standard table thead th.colspan-header {
  border-bottom: none !important;
  padding-left: 24px;
  cursor: pointer;
}
.rankings-standard table thead th.total-column,
.rankings-standard tbody td.total-column {
  border-left: 1px solid #c8c8c8;
}
.rankings-standard table thead th.total-column-expanded,
.rankings-standard tbody td.total-column-expanded {
  border-left: 1px solid #c8c8c8;
}
.rankings-standard table thead th.expandable-column,
.rankings-standard th.expandable-column-expanded {
  white-space: break-spaces;
}
.rankings-standard th:not(.three-d-value) .column-title {
  padding-left: 6px;
  padding-right: 6px;
}
.rankings-standard .total-column {
  padding-right: 0.5rem;
}
.rankings-standard .expand-column-icon {
  vertical-align: middle;
  padding-right: 5px;
}
.rankings-standard .expand-column-icon.flipped {
  margin-top: 3px;
  transform: rotate(180deg);
  float: right;
}
.rankings-standard .table tr.details {
  display: table-row;
  background-color: inherit;
}
.rankings-standard .table tr.details .details-container .details-header {
  color: #043173;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.rankings-standard .table tr.details .details-container .details-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  padding: 10px 0;
}
.rankings-standard .table tr.details .details-container .details-content .details-row {
  flex: 1 0 calc(33% - 1rem);
}
.rankings-standard .table tr.details .details-container .details-content .details-row.bold {
  font-weight: 700;
}
.rankings-standard .table tr.details .details-container .details-content .details-row.bold .details-title {
  text-transform: uppercase;
}
.rankings-standard .table tr.details .details-container .details-content .details-row.flex-4 {
  flex: 1 0 calc(25% - 1rem);
}
.rankings-standard .table tr.details .details-container .details-content .details-row.flex-2 {
  flex: 1 0 calc(50% - 1rem);
}
.rankings-standard .table tr.details .details-container .details-content .details-row.v-hidden {
  visibility: hidden;
}
.rankings-standard .table tr.details .details-container .details-content .details-row .details-title {
  color: #687087;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 0.3em;
  text-align: center;
}
.rankings-standard .table tr.details .details-container .details-content .details-row .details-value {
  color: #00081b;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}
.rankings-standard .table tr.details .details-container .details-content .details-row .details-value.ds-analysis {
  padding-bottom: 10px;
  text-align: left;
}
.rankings-standard th {
  text-align: center;
}
.rankings-standard th img {
  max-width: none;
}
.rankings-standard th a.asc,
.rankings-standard th a.desc {
  display: block;
  padding-right: 18px;
  position: relative;
}
.rankings-standard th a[data-sort]::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}
.rankings-standard th a.asc[data-sort]::after,
.rankings-standard th a.desc[data-sort]::after {
  display: block;
}
.rankings-standard th.rank {
  padding-right: 5px;
  text-align: center;
}
.rankings-standard th.player-name {
  text-align: left;
}
@media (min-width: 768px) {
  .rankings-standard th.rank {
    width: 34px;
    max-width: 40px;
    min-width: 40px;
  }
  .rankings-standard th.team-rank-logo-column {
    max-width: 100px;
    width: 100px;
  }
  .rankings-standard td.team-rank-logo-column {
    max-width: 100px;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .rankings-standard th {
    max-height: 30px;
  }
  .rankings-standard th.rank {
    min-width: 20px;
    width: 20px;
    max-width: 20px;
  }
  .rankings-standard th.player-name {
    min-width: 80px;
    width: 130px;
    text-align: center;
  }
  .rankings-standard th.player-modal-column {
    min-width: 40px;
    max-width: 40px;
    padding: 0 0.35rem !important;
  }
  .rankings-standard td.rank,
  .rankings-standard th.rank {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }
  .rankings-standard th:not(.rank):not(.player-name),
  .rankings-standard th:not(.player-name):not(.rank),
  .rankings-standard td:not(.rank):not(.player-name),
  .rankings-standard td:not(.player-name):not(.rank),
  .rankings-standard td:not(.three-d-value):not(.highlight),
  .rankings-standard th:not(.three-d-value):not(.highlight) th:not(.highlight):not(.three-d-value) {
    padding: 0 0.25rem;
  }
}
.rankings-standard td.floor-proj .floor-ceiling-proj, .rankings-standard td.ceiling-proj .floor-ceiling-proj {
  /* TODO: These style should be used for a global 'pill' class */
  border-radius: 50rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  text-align: center;
  min-width: 2.5rem;
}
.rankings-standard td.floor-proj .floor-low,
.rankings-standard td.floor-proj .ceiling-low, .rankings-standard td.ceiling-proj .floor-low,
.rankings-standard td.ceiling-proj .ceiling-low {
  background-color: #dfb5b7;
}
.rankings-standard td.floor-proj .floor-med,
.rankings-standard td.floor-proj .ceiling-med, .rankings-standard td.ceiling-proj .floor-med,
.rankings-standard td.ceiling-proj .ceiling-med {
  background-color: #d4d4d4;
}
.rankings-standard td.floor-proj .floor-high,
.rankings-standard td.floor-proj .ceiling-high, .rankings-standard td.ceiling-proj .floor-high,
.rankings-standard td.ceiling-proj .ceiling-high {
  background-color: #a7c8bd;
}
.rankings-standard td .team-position-logo-container {
  padding-top: 4px;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 12px;
}
.rankings-standard td .team-position-logo-container .injured-icon {
  margin-top: -2px;
}
@media screen and (min-width: 992px) {
  .rankings-standard td .team-position-logo-container .position-rank,
  .rankings-standard td .team-position-logo-container span {
    font-size: 14px;
    font-weight: 400;
    color: #687087;
    line-height: 17px;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard td .team-position-logo-container .position-rank,
  .rankings-standard td .team-position-logo-container span {
    font-size: 11px;
    font-weight: 400;
    color: #687087;
    line-height: 17px;
  }
}
.rankings-standard td .team-logo {
  border-radius: 2px;
}
@media (max-width: 992px) {
  .rankings-standard td .team-logo {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 2px;
  }
  .rankings-standard td .position-rank {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  .rankings-standard td .team-logo {
    height: 48px;
    width: 48px;
    object-fit: cover;
  }
}
.rankings-standard td .team-logo-container {
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45%;
}
@media (min-width: 992px) {
  .rankings-standard td.player-name .player-info-container {
    display: flex;
  }
  .rankings-standard td .player-modal-open-icon {
    display: flex;
    column-gap: 0.5rem;
    justify-content: center;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 992px) {
  .rankings-standard .table tr td {
    font-size: 11px;
    height: 100%;
  }
  .rankings-standard .table tr td.bottom-line-column {
    font-size: 9px;
  }
  .rankings-standard .table tr td.bottom-line-column p {
    text-align: left;
    margin: 0.25rem 0;
  }
  .rankings-standard .table tr td.rank > div {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .rankings-standard .table th.three-d-value,
  .rankings-standard td.three-d-value {
    max-width: 40px;
    width: 40px;
    min-width: 40px;
    padding: 0 !important;
  }
  .rankings-standard .player-modal-open-icon {
    align-items: center;
    width: 20px;
    height: 20px;
  }
  .rankings-standard .player-modal-open-icon img {
    width: 10px !important;
  }
}
.rankings-standard .player-modal-open-icon {
  display: flex;
  column-gap: 0.5rem;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
  background: #f1f1f1;
}
.rankings-standard .table-rb th,
.rankings-standard .table-rb td {
  padding: 10px 5px;
}
.rankings-standard .weekly-rankings-table-container,
.rankings-standard .rest-of-way-table-container {
  overflow: hidden;
  overflow-x: scroll;
}
.rankings-standard .weekly-rankings-table-container-clone,
.rankings-standard .rest-of-way-table-container-clone {
  overflow: hidden;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  position: fixed;
  height: 36px;
  z-index: 5;
  opacity: 0;
  will-change: opacity;
  transition: opacity 100ms linear;
}
.rankings-standard .weekly-rankings-table-container-clone.pinned,
.rankings-standard .rest-of-way-table-container-clone.pinned {
  opacity: 1;
}
.rankings-standard .weekly-rankings-table-container-clone thead tr.header-group,
.rankings-standard .rest-of-way-table-container-clone thead tr.header-group {
  display: none;
}
.rankings-standard .inline-block-nav .nav-pills a {
  line-height: 1.1em;
}
.rankings-standard .table thead tr.header-group th:nth-child(1),
.rankings-standard .table thead tr.column-sorters th:nth-child(1) {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
  transform: translate3d(0, 0, 0);
}
.rankings-standard .table tbody tr.tier-colspan-row td.rank {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .rankings-standard .table tbody tr td.bottom-line-column {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .rankings-standard .table .bottom-line-column {
    width: auto;
  }
  .rankings-standard .table .team-image-data-col {
    max-width: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 992px) {
  .rankings-standard .table .team-image-data-col {
    max-width: 30px;
    width: 30px;
  }
}
.rankings-standard .table tbody tr td.bottom-line-column .bottom-line-profile-link {
  font-weight: 700;
  color: #043173;
}
.rankings-standard .table tbody tr td.player-name:not(.player-name-outer),
.rankings-standard td.team-rank-logo-container {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  transform: translate3d(0, 0, 0);
}
.rankings-standard .table .team-image-data-col {
  min-width: 30px;
  padding: 0 !important;
}
.rankings-standard .table .player-name {
  padding-left: 0.5rem !important;
}
.rankings-standard .table thead tr th.player-modal-column {
  position: relative;
  z-index: 4;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .rankings-standard .table tbody tr td.player-modal-column {
    min-width: 40px;
  }
  .rankings-standard .table thead tr th.player-modal-column {
    position: -webkit-sticky;
    position: sticky;
  }
  .rankings-standard .table tbody tr td.player-modal-column {
    position: -webkit-sticky;
    position: sticky;
  }
  .rankings-standard .table tbody tr td.player-modal-column.detail-view {
    min-width: 100px;
  }
  .rankings-standard .table tbody tr td.player-modal-column.detail-view .detail-view-modal-col {
    display: flex;
    justify-content: space-around;
  }
}
.rankings-standard .table tbody tr td.player-modal-column {
  position: relative;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 992px) {
  .rankings-standard .table tbody tr td.player-modal-column {
    left: 0px !important;
  }
  .rankings-standard th.player-name,
  .rankings-standard td.player-name {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 4 !important;
  }
}
.rankings-standard .team-icon-player-name-actions .player-name-position,
.rankings-standard .team-icon-player-name-actions .player-name-team {
  text-align: left;
}
.rankings-standard table.table .d-none-mobile {
  display: none;
}
.rankings-standard table.table .d-none-detailed {
  display: none;
}
.rankings-standard table.table th[data-label]::before {
  content: attr(data-label);
}
@media screen and (min-width: 992px) {
  .rankings-standard table.table th.three-d-value {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rankings-standard table.table td.player-name > .player-name-inner {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .rankings-standard table.table td.player-name > .player-name-inner {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .rankings-standard table.table td.player-name > .player-name-inner a {
    line-height: 13px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .rankings-standard table.table td.player-name > .player-name-inner a {
    font-size: 18px;
    line-height: 22px;
  }
}
.rankings-standard table.table td.player-name > .player-name-inner a {
  color: black !important;
  font-weight: 700;
  display: flex;
  gap: 0.25em;
  align-items: center;
}
.rankings-standard table.table td.player-name > .player-name-inner a img {
  margin: 0 0 0 auto;
}
.rankings-standard table.table td.player-name > .player-name-inner a .name {
  color: #00081b;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.rankings-standard table.table td.player-name > .player-name-inner a .detailed .name {
  display: inline-block;
}
.rankings-standard table.table td.player-name > .player-name-inner a .position,
.rankings-standard table.table td.player-name > .player-name-inner a .team {
  color: #687087;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 561px) {
  .rankings-standard .weekly-rankings .title-bar,
  .rankings-standard .rest-of-way .title-bar {
    padding: 20px 20px 75px;
  }
  .rankings-standard .mobile-select-position {
    margin-top: -57px;
  }
  .rankings-standard #position-navbar {
    display: block;
  }
  .rankings-standard #position-navbar .nav li {
    flex-grow: 0;
  }
  .rankings-standard #position-navbar .nav li a {
    font-size: 20px;
    font-weight: bold;
    padding: 0 7px 7px;
  }
  .rankings-standard #position-navbar .nav li#flex .nav-link {
    padding-right: 15px;
  }
  .rankings-standard .content-box {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  .rankings-standard .content-box .title {
    padding: 0 10px 0 25px;
  }
  .rankings-standard .content-box .title h4,
  .rankings-standard .content-box .title h2 {
    font-size: 28px;
  }
  .rankings-standard .table {
    border: none;
  }
  .rankings-standard .table th {
    font-size: 14px;
  }
  .rankings-standard .table tr td:not(.bottom-line-column) {
    font-size: 14px;
  }
  .rankings-standard .table tr td.bottom-line-column {
    font-size: 14px;
  }
  .rankings-standard .table td {
    padding: 5px 2px;
  }
  .rankings-standard .content-box .title .action-buttons a {
    font-size: 20px;
    margin-right: 0;
  }
  .rankings-standard .content-box .title .action-buttons a img {
    width: 20px;
  }
}
@media only screen and (min-width: 651px) {
  .rankings-standard {
    /* .table td img { */
    /*     height: 65px; */
    /* } */
  }
  .rankings-standard .weekly-rankings .title-bar,
  .rankings-standard .rest-of-way .title-bar {
    padding: 20px 20px 115px;
  }
  .rankings-standard .content-box .title h4,
  .rankings-standard .content-box .title h2 {
    font-size: 25px;
  }
  .rankings-standard .content-box .title {
    padding: 0 20px 0 40px;
  }
  .rankings-standard .content-box .title .action-buttons a {
    font-size: 22px;
  }
  .rankings-standard .content-box .title .action-buttons a img {
    width: 20px;
  }
}
@media only screen and (max-width: 561) {
  .rankings-standard .table tr td {
    font-size: 9px;
  }
  .rankings-standard .table tr td.rank {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .rankings-standard .table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .rankings-standard .rankings-header .d-flex .main-content-container {
    flex-basis: 65%;
  }
  .rankings-standard .rankings-header .d-flex .main-content {
    max-height: none;
    overflow: visible;
  }
  .rankings-standard .rankings-header .d-flex .main-content::after {
    display: none;
  }
  .rankings-standard .rankings-header .d-flex .read-more-label {
    display: none;
  }
  .rankings-standard .rankings-header .d-flex .main-video {
    /* display: none; */
    margin-left: auto;
    width: 28%;
  }
  .rankings-standard .search-container {
    width: 30%;
  }
  .rankings-standard .search-container input.player-search::placeholder {
    opacity: 1;
  }
  .rankings-standard .search-container input.player-search::before {
    color: #ccc;
    content: attr(placeholder);
  }
  .rankings-standard table.table.dynasty-rankings tr th.ds-analysis {
    width: 500px;
  }
  .rankings-standard table.table.dynasty-rankings tr td.player-name .name {
    display: block;
  }
  .rankings-standard table.table.dynasty-rankings tr td.ds-analysis {
    padding: 10px;
    text-align: left;
  }
  .rankings-standard table.table.dynasty-rankings tr td.rank {
    padding: 10px 4px;
  }
  .rankings-standard table.table tr.details {
    display: none;
  }
  .rankings-standard table.table tr th[data-label]::before {
    content: attr(data-label);
  }
  .rankings-standard table.table tr td.player-name .name {
    display: inline;
  }
  .rankings-standard table.table tr td.nobg {
    background-color: #ffffff !important;
  }
  .rankings-standard table.table tr td.border-left {
    border-left: 1px solid #c8c8c8;
  }
  .rankings-standard table.table tr th.border-right,
  .rankings-standard table.table tr td.border-right {
    border-right: 1px solid #c8c8c8;
  }
  .rankings-standard table.table tr th.border-right.highlight {
    border-top-right-radius: 0;
  }
  .rankings-standard .user-inputs-area .inputs-bar {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .rankings-standard .content-box .title .action-buttons a {
    font-size: 26px;
  }
  .rankings-standard .content-box .title .action-buttons a img {
    width: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .rankings-standard .content-box .title .action-buttons a {
    font-size: 16px;
  }
  .rankings-standard .content-box .title .action-buttons a img {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .rankings-standard .video-tutorial-link.btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .rankings-standard .video-tutorial-link.btn a {
    margin: 0px !important;
  }
  .rankings-standard .video-tutorial-link.btn a div {
    display: none;
  }
}
@media (max-width: 480px) {
  .rankings-standard .user-inputs-area .underline-menu {
    gap: 1rem !important;
  }
  .rankings-standard .main-ranking-div {
    display: flex;
  }
}
/**
 * Style for user leagues select dropdown
 */
.underline-menu .user-league-select-container .use-my-league-label {
  position: relative;
  padding: 0 1.5em 0 0;
}
.underline-menu .user-league-select-container .use-my-league-label: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: 15px;
  height: 15px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0.35em;
}
.underline-menu .user-league-select-container .use-my-league-label + select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.underline-menu .user-league-select-container.active {
  color: var(--ds-blue);
}
.underline-menu .user-league-select-container.active .use-my-league-label::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");
}

.player-filter .use-my-league-label {
  display: none;
}
.player-filter .use-my-league-label + select#use-my-league-dropdown {
  width: 100%;
}

.weekly-sos-container .weekly-sos-table tbody tr:nth-child(even) td {
  background-color: rgb(245, 245, 247) !important;
}

@media screen and (min-width: 992px) {
  .tooltip-toggle-container {
    width: 75px;
    height: 38px;
  }
  .tooltip-toggle-container .tooltip-toggle-inner {
    justify-content: center;
  }
  .tooltip-toggle-container .tooltip-toggle-inner p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .tooltip-list {
    font-size: 0.75rem;
  }
  .tooltip-toggle-container {
    width: 65px;
    height: 30px;
  }
  .tooltip-toggle-container .tooltip-toggle-inner {
    justify-content: center;
  }
  .tooltip-toggle-container .tooltip-toggle-inner img {
    width: 14px !important;
    height: 17px;
    margin-bottom: -2px;
  }
  .tooltip-toggle-container .tooltip-toggle-inner p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#bestBallRankings {
  margin-top: 1rem;
}
#bestBallRankings .user-inputs-area {
  margin-bottom: 1rem;
}
#bestBallRankings .rankings-header .d-flex {
  margin-top: 1rem !important;
}
@media screen and (min-width: 992px) {
  #bestBallRankings #mobile-header-sticky {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #bestBallRankings {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #bestBallRankings {
    margin-top: 1rem;
  }
}
table.best-ball-rankings .team-image-header-col {
  max-width: 48px;
  width: 48px;
}
table.best-ball-rankings td.ceiling-proj span,
table.best-ball-rankings td.floor-proj span {
  padding-top: 5px !important;
}
@media screen and (min-width: 992px) {
  table.best-ball-rankings {
    table-layout: fixed;
  }
  table.best-ball-rankings th.player-name {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width: 992px) {
  table.best-ball-rankings th.customizable-column:not(.three-d-value) {
    width: 50px;
    min-width: 50px;
  }
  table.best-ball-rankings td.centered:not(.three-d-value) {
    width: 40px;
  }
  table.best-ball-rankings th.customizable-column.three-d-value {
    min-width: unset;
    width: unset;
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
  }
  table.best-ball-rankings th.floor-proj,
  table.best-ball-rankings th.ceiling-proj {
    width: 48px;
  }
  table.best-ball-rankings td.three-d-value {
    width: 40px;
  }
}

#mobile-header-sticky {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1rem !important;
}

/*# sourceMappingURL=best-ball-rankings.css.map */
