/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-league-accordion__accordion {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #ababab;
  background-color: #121212;
  align-items: center;
  margin-top: 8px;
  cursor: pointer; }
  .sportsbook-league-accordion__accordion.loading {
    position: relative; }
    .sportsbook-league-accordion__accordion.loading:after {
      content: '';
      height: 1px;
      background: #121212;
      width: 0;
      animation: line 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: -1px; }
    .sportsbook-league-accordion__accordion.loading:before {
      content: '';
      height: 1px;
      background: #ffffff;
      width: 0;
      animation: line-2 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: -1px; }

@keyframes line {
  0% {
    width: 0%; }
  25% {
    width: 0%; }
  50% {
    width: 100%; }
  75% {
    width: 0%; }
  100% {
    width: 0%; } }

@keyframes line-2 {
  0% {
    width: 0%; }
  25% {
    width: 100%; }
  50% {
    width: 100%; }
  75% {
    width: 100%; }
  100% {
    width: 0%; } }
  @media (max-width: 768px) {
    .sportsbook-league-accordion__accordion {
      height: 48px;
      box-sizing: border-box; } }
  .sportsbook-league-accordion__accordion .sportsbook__icon--arrow-up {
    padding: 4px 8px;
    transition: all 0.16s linear;
    fill: #ababab; }
    .sportsbook-league-accordion__accordion .sportsbook__icon--arrow-up:hover {
      fill: #ababab; }
  .sportsbook-league-accordion__accordion a {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ababab;
    text-decoration: none;
    padding: 4px 8px; }
    .sportsbook-league-accordion__accordion a .more-arrow {
      color: #c5c5c5;
      opacity: 0;
      transition: all 0.24s linear; }
      .sportsbook-league-accordion__accordion a .more-arrow .sportsbook__icon--chevron {
        fill: #c5c5c5;
        width: 7px;
        height: 7px;
        margin-left: 2px; }
    .sportsbook-league-accordion__accordion a:hover {
      color: #ffffff; }
      .sportsbook-league-accordion__accordion a:hover .more-arrow {
        opacity: 1;
        transform: translateX(10px); }
  .sportsbook-league-accordion__accordion:hover {
    background-color: #121212;
    transition: all 0.16s linear; }

.sportsbook-league-accordion__title {
  font-weight: 700; }

.sportsbook-league-accordion__children-wrapper {
  overflow: hidden; }
  .sportsbook-league-accordion__children-wrapper .sportsbook-responsive-card-container__card {
    margin-bottom: 0; }

.sportsbook-league-accordion__wrapper.collapsed .sportsbook__icon--arrow-up, .sportsbook-league-accordion__wrapper.collapsing .sportsbook__icon--arrow-up {
  transform: rotate(-180deg); }

.sportsbook-league-accordion__wrapper.collapsed .sportsbook-league-accordion__children-wrapper {
  display: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-event-accordion__accordion {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #121212;
  padding: 8px; }
  @media (max-width: 768px) {
    .sportsbook-event-accordion__accordion {
      height: 48px;
      box-sizing: border-box; } }
  .sportsbook-event-accordion__accordion .sportsbook__icon--arrow-up {
    opacity: 0;
    fill: #ababab; }
  .sportsbook-event-accordion__accordion:hover .sportsbook__icon--arrow-up {
    opacity: 1;
    transition: all 0.2s linear; }

.sportsbook-event-accordion__wrapper {
  padding: 0 8px 8px;
  background-color: #121212;
  border-bottom: 5px solid #121212; }

.sportsbook-event-accordion__title {
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  margin-right: auto;
  letter-spacing: 0.32px; }
  .sportsbook-event-accordion__title:hover {
    color: #ffffff; }

.sportsbook-event-accordion__date {
  color: #c5c5c5;
  margin: 0 8px;
  white-space: nowrap;
  text-transform: uppercase; }

.sportsbook-event-accordion__children-wrapper {
  overflow: hidden; }

.sportsbook-event-accordion__wrapper.collapsed, .sportsbook-event-accordion__wrapper.collapsing {
  padding-bottom: 0; }
  .sportsbook-event-accordion__wrapper.collapsed .sportsbook__icon--arrow-up, .sportsbook-event-accordion__wrapper.collapsing .sportsbook__icon--arrow-up {
    transform: rotate(-180deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-card-accordion__accordion {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: #121212;
  align-items: center; }
  @media (max-width: 768px) {
    .sportsbook-card-accordion__accordion {
      height: 48px;
      box-sizing: border-box; } }
  .sportsbook-card-accordion__accordion .sportsbook__icon--arrow-up {
    opacity: 0;
    transition: all 0.16s linear;
    margin-right: 8px;
    width: 11px;
    height: 11px;
    fill: #ababab; }
  .sportsbook-card-accordion__accordion:hover {
    opacity: 1;
    color: #ababab; }
    .sportsbook-card-accordion__accordion:hover .sportsbook__icon--arrow-up {
      opacity: 1; }
  .sportsbook-card-accordion__accordion a {
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #ababab;
    text-decoration: none; }
    .sportsbook-card-accordion__accordion a .sportsbook__icon--chevron {
      fill: #53d337;
      width: 10px;
      height: 10px;
      margin-left: 8px; }

.sportsbook-card-accordion__title {
  font-weight: 700;
  margin-left: 16px; }

.sportsbook-card-accordion__children-wrapper {
  overflow: hidden; }

.sportsbook-card-accordion__wrapper.collapsed .sportsbook__icon--arrow-up, .sportsbook-card-accordion__wrapper.collapsing .sportsbook__icon--arrow-up {
  transform: rotate(-180deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-generic-accordion__accordion {
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px; }
  .sportsbook-generic-accordion__accordion .sportsbook__icon--arrow-up {
    fill: #ababab;
    transition: all 0.24s linear; }

.sportsbook-generic-accordion__wrapper.collapsed .sportsbook__icon--arrow-up, .sportsbook-generic-accordion__wrapper.collapsing .sportsbook__icon--arrow-up {
  transform: rotate(-180deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-featured-accordion__accordion {
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  height: 100%; }
  .sportsbook-featured-accordion__accordion.loading {
    position: relative; }
    .sportsbook-featured-accordion__accordion.loading:after {
      content: '';
      height: 1px;
      background: #121212;
      width: 0;
      animation: line 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: -1px; }
    .sportsbook-featured-accordion__accordion.loading:before {
      content: '';
      height: 1px;
      background: #ffffff;
      width: 0;
      animation: line-2 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: -1px; }

@keyframes line {
  0% {
    width: 0%; }
  25% {
    width: 0%; }
  50% {
    width: 100%; }
  75% {
    width: 0%; }
  100% {
    width: 0%; } }

@keyframes line-2 {
  0% {
    width: 0%; }
  25% {
    width: 100%; }
  50% {
    width: 100%; }
  75% {
    width: 100%; }
  100% {
    width: 0%; } }
  .sportsbook-featured-accordion__accordion .sportsbook__icon--arrow-up {
    fill: #ababab;
    transition: all 0.24s linear; }

.sportsbook-featured-accordion__children-container.loading {
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.8;
  filter: blur(1px);
  pointer-events: none; }

.sportsbook-featured-accordion__wrapper.collapsed .sportsbook__icon--arrow-up, .sportsbook-featured-accordion__wrapper.collapsing .sportsbook__icon--arrow-up {
  transform: rotate(-180deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-header {
  background-color: #121212;
  padding: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  text-transform: uppercase; }
  .sportsbook-header__dot {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-right: 8px; }
    .sportsbook-header__dot.nocolor {
      border: 2px solid #121212;
      border-radius: 100%;
      margin-right: 6px;
      margin-left: -2px; }
  .sportsbook-header__group {
    display: flex;
    flex-direction: column; }
  .sportsbook-header__title {
    color: #ffffff;
    font-weight: bold; }
    .sportsbook-header__title a {
      color: #ffffff;
      text-decoration: none; }
    .sportsbook-header__title.with-subtitle {
      color: #ababab;
      font-size: 10px; }

.sportsbook__icon--final {
  height: 12px;
  width: 31px;
  background-image: url("https://sportsbook.draftkings.com/static/icons/icon-final.png");
  background-repeat: no-repeat; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-listmenu {
  display: none;
  background-color: #ffffff;
  width: 100vw;
  position: relative;
  z-index: 10; }
  @media (max-width: 768px) {
    .sportsbook-listmenu {
      display: block; } }
  .sportsbook-listmenu h2 {
    color: #121212;
    font-size: 14px;
    margin: 0 16px;
    padding: 16px 0;
    font-weight: bold;
    border-bottom: 1px solid #c5c5c5;
    text-align: left; }
  .sportsbook-listmenu ul {
    list-style-type: none;
    padding: 0 16px 16px 16px;
    height: auto;
    display: block;
    margin: 0; }
    .sportsbook-listmenu ul li {
      display: list-item;
      width: auto; }
      .sportsbook-listmenu ul li a {
        display: block;
        color: #121212;
        text-decoration: none;
        padding: 12px 0;
        font-size: 14px;
        border-bottom: 1px solid #ababab;
        transition: all 0.2s linear;
        cursor: pointer;
        text-transform: uppercase; }
        .sportsbook-listmenu ul li a.listmenu-active {
          color: #53d337;
          font-weight: 700; }
        .sportsbook-listmenu ul li a:hover {
          color: #53d337; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-megamenu {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff; }
  .sportsbook-megamenu__header {
    color: #121212;
    font-weight: bold;
    padding: 16px;
    border-bottom: 1px solid #c5c5c5; }
  .sportsbook-megamenu ul {
    list-style-type: none;
    margin: 0;
    padding: 16px;
    columns: 6; }
    .sportsbook-megamenu ul li {
      display: list-item;
      max-width: 170px; }
      .sportsbook-megamenu ul li a {
        text-decoration: none;
        color: #121212;
        padding: 6px 0;
        display: inline-block;
        transition: all 0.2s linear;
        cursor: pointer;
        text-transform: uppercase; }
        .sportsbook-megamenu ul li a.megamenu-active {
          color: #53d337;
          font-weight: 700; }
        .sportsbook-megamenu ul li a:hover {
          color: #53d337; }
    .sportsbook-megamenu ul .delimeter {
      color: #121212;
      font-weight: 700;
      padding: 6px 0;
      display: inline-block;
      cursor: default; }
    @media (max-width: 1024px) {
      .sportsbook-megamenu ul {
        columns: 4; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-odds {
  font-weight: bold;
  margin-left: 16px; }
  .sportsbook-odds.default-color {
    color: #53d337; }
  @media (max-width: 768px) {
    .sportsbook-odds {
      margin-left: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-participant-name {
  color: #ffffff;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 14px 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-tabbed-subheader {
  background-color: #121212;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  position: relative; }
  .sportsbook-tabbed-subheader:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 70%;
    top: 0;
    background: linear-gradient(to right, rgba(18, 18, 18, 0), #121212);
    z-index: 99;
    pointer-events: none; }
  .sportsbook-tabbed-subheader__tabs {
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .sportsbook-tabbed-subheader__tabs:hover {
      overflow-x: auto; }
    @media (max-width: 768px) {
      .sportsbook-tabbed-subheader__tabs {
        overflow-x: auto;
        -ms-overflow-style: none; }
        .sportsbook-tabbed-subheader__tabs::-webkit-scrollbar {
          display: none; } }
    .sportsbook-tabbed-subheader__tabs a {
      text-decoration: none;
      position: relative; }
      .sportsbook-tabbed-subheader__tabs a:last-child:after {
        content: '';
        width: 30px;
        height: 20px;
        background-color: #121212;
        position: absolute;
        right: -30px; }
  .sportsbook-tabbed-subheader__tab {
    color: #c5c5c5;
    font-weight: 600;
    font-size: 12px;
    margin: 8px 10px 4px 10px;
    padding: 4px 8px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.16s linear;
    height: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
    z-index: 9;
    position: relative; }
    .sportsbook-tabbed-subheader__tab:not(:last-of-type):before {
      position: absolute;
      content: '|';
      display: block;
      right: 2px;
      width: 1px;
      height: 53%;
      top: 3px;
      color: #242424; }
    .sportsbook-tabbed-subheader__tab:hover {
      color: #ffffff; }
    .sportsbook-tabbed-subheader__tab.selected {
      color: #ffffff;
      background: #242424; }
  .sportsbook-tabbed-subheader .ops-bubble {
    position: absolute;
    top: -4px;
    right: 0;
    color: #53d337; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sportsbook-breadcrumb ol li {
    display: inline-block; }
    .sportsbook-breadcrumb ol li a {
      color: #c5c5c5;
      text-decoration: none;
      transition: color 0.16s linear; }
      .sportsbook-breadcrumb ol li a:hover {
        color: #ffffff; }
    .sportsbook-breadcrumb ol li.sportsbook-breadcrumb__end {
      color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .spinner.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent; }
    .spinner div:nth-child(1) {
      animation-delay: -0.45s; }
    .spinner div:nth-child(2) {
      animation-delay: -0.3s; }
    .spinner div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .slider-container .list {
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 5px;
    margin: 0;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .slider-container .list.scrollMode {
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
      .slider-container .list.scrollMode:hover {
        overflow-x: auto; }
      @media (max-width: 768px) {
        .slider-container .list.scrollMode {
          overflow-x: auto;
          -ms-overflow-style: none; }
          .slider-container .list.scrollMode::-webkit-scrollbar {
            display: none; } }
    .slider-container .list .item {
      transition: transform 0.7s cubic-bezier(0.64, -0.23, 0.3, 1.195);
      flex-shrink: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      margin-right: 8px; }
  .slider-container .arrow-container {
    display: flex;
    flex-direction: column;
    margin-left: 2px; }
    .slider-container .arrow-container.display-row {
      flex-direction: row; }
    .slider-container .arrow-container .arrow {
      color: #ababab;
      cursor: pointer;
      font-size: 20px;
      padding: 10px;
      background-color: #242424;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: all 0.12s linear;
      z-index: 99; }
      .slider-container .arrow-container .arrow.display-row {
        padding: 5px; }
      .slider-container .arrow-container .arrow:first-child {
        margin-bottom: 2px; }
        .slider-container .arrow-container .arrow:first-child.display-row {
          margin-right: 5px; }
      .slider-container .arrow-container .arrow:hover:not(.disabled) {
        background-color: #242424; }
      .slider-container .arrow-container .arrow.disabled {
        cursor: default;
        opacity: 0.2; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.collapsible-box {
  display: flex;
  min-height: 186px;
  max-width: 960px;
  border-radius: 3px;
  background-color: #242424;
  box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  position: relative; }
  @media (max-width: 960px) {
    .collapsible-box {
      margin: 20px 20px; } }
  @media (max-width: 768px) {
    .collapsible-box {
      flex-direction: row;
      text-align: center;
      margin: 8px 16px 0 16px;
      min-height: 0; } }
  .collapsible-box input {
    display: none; }
  @media (max-width: 768px) {
    .collapsible-box label {
      width: 100%; } }
  .collapsible-box__text {
    display: none; }
    @media (max-width: 768px) {
      .collapsible-box__text {
        display: flex;
        flex-direction: column;
        margin: 16px 25px 16px 0; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .collapsible-box__text {
      margin: 0 16px 24px 16px; } }
    @media (max-width: 768px) {
        .collapsible-box__text-title {
          font-size: 24px;
          font-weight: bold;
          line-height: 33px;
          margin: 16px; }
        .collapsible-box__text-wrapper {
          background-color: #242424;
          color: #ababab;
          font-size: 14px;
          line-height: 21px; } }
    @media (max-width: 768px) and (max-width: 768px) {
      .collapsible-box__text-wrapper {
        font-size: 13px; } }
    @media (max-width: 768px) {
        .collapsible-box__text-body {
          margin: 20px; } }
  .collapsible-box__img {
    min-width: 145px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .collapsible-box__img.mistakes {
      display: none; }
    @media (max-width: 768px) {
      .collapsible-box__img {
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: 100px; } }
    .collapsible-box__img .bet-img {
      max-width: 70px;
      max-height: 70px;
      padding-bottom: 25px; }
      @media (max-width: 768px) {
        .collapsible-box__img .bet-img {
          padding-bottom: unset;
          max-height: 60px; } }
  .collapsible-box .large-screen-box {
    display: flex; }
    @media (max-width: 768px) {
      .collapsible-box .large-screen-box {
        display: none; } }
    .collapsible-box .large-screen-box__text {
      display: flex;
      flex-direction: column;
      margin: 16px 25px 16px 0; }
      .collapsible-box .large-screen-box__text.mistakes {
        margin: 16px 25px; }
      .collapsible-box .large-screen-box__text.left-margin {
        margin-left: 25px; }
      @media (max-width: 768px) {
        .collapsible-box .large-screen-box__text {
          margin: 0 16px 24px 16px;
          max-width: 600px; } }
      .collapsible-box .large-screen-box__text-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 33px;
        margin-bottom: 8px; }
      .collapsible-box .large-screen-box__text-body {
        color: #ababab;
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 16px; }
        @media (max-width: 768px) {
          .collapsible-box .large-screen-box__text-body {
            font-size: 13px; } }
    .collapsible-box .large-screen-box__img {
      min-width: 145px;
      min-height: 186px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .collapsible-box .large-screen-box__img.mistakes {
        display: none; }
      @media (max-width: 768px) {
        .collapsible-box .large-screen-box__img {
          min-width: unset;
          min-height: unset;
          width: 100%;
          height: 100px; } }
      .collapsible-box .large-screen-box__img .bet-img {
        max-width: 70px;
        max-height: 70px;
        padding-bottom: 25px; }
        @media (max-width: 768px) {
          .collapsible-box .large-screen-box__img .bet-img {
            padding-bottom: unset;
            max-height: 60px; } }
  .collapsible-box .title-bar {
    display: none; }
    @media (max-width: 768px) {
      .collapsible-box .title-bar {
        background-color: #242424;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 65px; }
        .collapsible-box .title-bar__title {
          font-size: 16px;
          font-weight: bold;
          line-height: 24px;
          margin-left: 15px;
          text-align: left; } }
    @media (max-width: 768px) and (max-width: 768px) {
      .collapsible-box .title-bar__title {
        min-width: 320px; } }
    @media (max-width: 768px) and (max-width: 480px) {
      .collapsible-box .title-bar__title {
        min-width: 180px; } }
    @media (max-width: 768px) {
        .collapsible-box .title-bar__img {
          margin-left: 16px; }
          .collapsible-box .title-bar__img img {
            max-width: 35px;
            max-height: 35px; }
        .collapsible-box .title-bar__arrow {
          display: flex;
          justify-content: flex-end;
          width: 100%;
          margin-right: 20px; }
          .collapsible-box .title-bar__arrow img {
            transform: rotate(-180deg);
            width: 9px;
            height: 6px; } }

@media (max-width: 768px) {
  .collapsible-box input:checked ~ label .collapsible-box__text {
    display: none; }
  .collapsible-box input:checked ~ label .title-bar {
    width: 100%; }
    .collapsible-box input:checked ~ label .title-bar__arrow img {
      transform: unset; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.search {
  position: relative; }
  .search__close-button, .search__icon {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none; }
  .search__close-button {
    color: #000000;
    position: absolute;
    right: 2px;
    top: 8px;
    font-size: 12px; }
  .search__icon {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 16px;
    cursor: default; }
    .search__icon .sportsbook__icon--search {
      height: 16px;
      width: 16px; }
  .search__input {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    padding: 4px 8px 4px 31px;
    font-size: 12px;
    border: none;
    border-radius: 2px; }
    .search__input ::placeholder {
      color: #c5c5c5; }
    .search__input .sportsbook__icon--search {
      height: 14px;
      width: 14px; }
    .search__input.show-ex-button {
      padding: 4px 28px 4px 31px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-checkbox__wrapper {
  position: relative; }

.sportsbook-checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  position: relative;
  box-sizing: content-box; }
  .sportsbook-checkbox__input.invalid {
    border-color: #e9344a; }
  .sportsbook-checkbox__input:checked ~ .sportsbook-checkbox__check {
    display: block; }

.sportsbook-checkbox__check {
  position: absolute;
  z-index: 1;
  display: none; }

.sportsbook-checkbox__check-part1 {
  position: absolute;
  height: 7px;
  width: 2px;
  background: #53d337;
  left: 4px;
  top: -15px;
  transition: all 0.5s ease;
  transform: rotate(-55deg); }

.sportsbook-checkbox__check-part2 {
  position: absolute;
  height: 13px;
  width: 2px;
  background: #53d337;
  left: 9px;
  top: -22px;
  transition: all 0.5s ease;
  transform: rotate(30deg); }

@keyframes check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-phone-number-input__wrapper h3 {
  font-weight: 400;
  margin: 10px 0 10px 5px; }

.sportsbook-phone-number-input__wrapper p {
  color: #c5c5c5;
  margin: 14px 0; }

.sportsbook-phone-number-input__input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 14px; }

.sportsbook-phone-number-input__input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  vertical-align: bottom;
  padding: 5px 10px;
  border: 1px solid #ababab;
  border-radius: 2px;
  color: #121212;
  font-size: 14px;
  transition: 0.12s ease; }
  .sportsbook-phone-number-input__input:focus {
    border-bottom: 1px solid #c5c5c5;
    box-shadow: inset 0 -1px 0 0 #c5c5c5; }
  .sportsbook-phone-number-input__input.invalid {
    border: 2px solid #e9344a; }

.sportsbook-phone-number-input__validation-error-message {
  color: #121212;
  margin-left: 24px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.tooltip {
  position: relative; }
  .tooltip:focus .tooltip-container, .tooltip:hover .tooltip-container {
    display: block; }
  .tooltip:focus .tooltip-container {
    display: block; }
  .tooltip-container {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%); }
  .tooltip-text {
    background: #ffffff;
    min-width: 250px;
    padding: 20px 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    text-align: left; }
  .tooltip-tip {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12); }
  .tooltip .sportsbook__icon--info {
    height: 12px;
    width: 12px;
    fill: #ababab; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.promo-button {
  border: unset;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #53d337;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .promo-button.optedIn {
    background-color: unset;
    color: #c5c5c5;
    border: solid 1px #c5c5c5;
    box-sizing: border-box; }
  .promo-button:not(.optedIn):hover {
    color: #000000;
    background-color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.league-link {
  width: 100%;
  margin-bottom: 8px;
  background-color: #121212;
  font-family: "Open Sans", sans-serif; }
  .league-link__wrapper {
    min-height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .league-link__link {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600; }
    .league-link__link-name {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 16px 0 16px 16px;
      width: 85%; }
      @media (max-width: 768px) {
        .league-link__link-name {
          width: 70%; } }
      @media (max-width: 480px) {
        .league-link__link-name {
          word-break: break-word; } }
    .league-link__link-icons {
      width: 15%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 768px) {
        .league-link__link-icons {
          width: 30%; } }
      .league-link__link-icons-arrow {
        padding: 0 16px; }
        @media (max-width: 768px) {
          .league-link__link-icons-arrow {
            padding: 0 16px 0 8px; } }
        .league-link__link-icons-arrow .sportsbook__icon--arrow-right {
          height: 16px;
          width: 16px; }
      .league-link__link-icons-live .sportsbook__icon--live {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        height: 15px;
        width: 30px;
        color: #121212;
        font-family: inherit;
        font-weight: bold;
        font-size: 11px;
        border-radius: 2px; }
        .league-link__link-icons-live .sportsbook__icon--live:before {
          content: 'LIVE'; }
  .league-link__horn {
    margin-left: 6px;
    position: relative; }
    .league-link__horn .sportsbook__icon--horn {
      position: absolute;
      bottom: -10px;
      fill: #53d337;
      width: 25px;
      height: 25px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.contentstack-snippet-head {
  color: #ffffff;
  font-size: 16px; }

.contentstack-snippet__wrapper {
  background-color: #121212;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
  border-bottom: 1px solid #242424; }
  .contentstack-snippet__wrapper:last-child {
    border-bottom: 0; }
  @media (max-width: 480px) {
    .contentstack-snippet__wrapper {
      padding: 10px;
      flex-direction: column; } }

.contentstack-snippet__image {
  width: 25%; }
  .contentstack-snippet__image img {
    width: 100%; }
  @media (max-width: 480px) {
    .contentstack-snippet__image {
      width: 100%; } }

.contentstack-snippet__text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  width: 75%; }
  @media (max-width: 480px) {
    .contentstack-snippet__text {
      padding-left: 0;
      width: 100%; } }

.contentstack-snippet__title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px; }

.contentstack-snippet__description {
  font-style: normal;
  font-size: 14px; }

.contentstack-snippet__bottom_row {
  font-style: normal;
  font-size: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.contentstack-snippet__link {
  font-weight: bold;
  text-transform: uppercase; }
  .contentstack-snippet__link a {
    text-decoration: none;
    color: #ffffff;
    position: relative; }
    .contentstack-snippet__link a:after {
      content: '>';
      color: #53d337;
      font-weight: 800;
      margin-left: 5px;
      position: relative;
      top: 1px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-a-to-z-sport {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px);
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  display: flex;
  flex-direction: column; }
  .sportsbook-a-to-z-sport.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-a-to-z-sport.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-a-to-z-sport {
      width: 100%; } }
  .sportsbook-a-to-z-sport__header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
  .sportsbook-a-to-z-sport__content-header {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 12px; }
  .sportsbook-a-to-z-sport__empty {
    color: #ffffff;
    font-weight: 600;
    margin: 4px 0; }
    .sportsbook-a-to-z-sport__empty-link {
      text-decoration: none;
      color: #009ffd; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-four-oh-four__wrapper {
  width: 100%;
  height: 600px;
  background: repeating-linear-gradient(45deg, #ababab, #ababab 8px, #ffffff 8px, #ffffff 75px); }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__wrapper {
      background: repeating-linear-gradient(45deg, #ababab, #ababab 4px, #ffffff 4px, #ffffff 45px); } }

.sportsbook-four-oh-four__inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 100%); }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__inner {
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 100%); } }

.sportsbook-four-oh-four__content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__content-wrapper {
      flex-direction: column-reverse;
      align-self: baseline; } }

.sportsbook-four-oh-four__content-left {
  margin-left: 30px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__content-left {
      width: 80%;
      margin: 30px auto 0; } }

.sportsbook-four-oh-four__content-left-wrapper {
  max-width: 558px;
  margin-left: auto;
  height: 50%; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__content-left-wrapper {
      height: auto; } }

.sportsbook-four-oh-four__left-title {
  color: #53d337;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 69px;
  font-weight: 800;
  line-height: 60px; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__left-title {
      font-size: 41px;
      line-height: 45px; } }

.sportsbook-four-oh-four__left-subtitle {
  color: #121212;
  font-size: 16px;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__left-subtitle {
      font-size: 12px; } }

@media (max-width: 768px) {
  .sportsbook-four-oh-four__left-links {
    margin-bottom: 45px; } }

.sportsbook-four-oh-four__link {
  color: #121212;
  font-size: 16px; }
  .sportsbook-four-oh-four__link a {
    text-decoration: none;
    color: #009ffd; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__link {
      font-size: 12px;
      margin-top: 4px; } }

.sportsbook-four-oh-four__content-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__content-right {
      width: 100%;
      margin: 70px 0 50px; } }

.sportsbook-four-oh-four__content-right-wrapper {
  margin-right: auto;
  height: 50%;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__content-right-wrapper {
      height: unset;
      margin-right: unset; } }
  .sportsbook-four-oh-four__content-right-wrapper img {
    width: 50%;
    height: 50%; }

.casinoweb-error__outer-wrapper {
  background-image: url("https://sportsbook.draftkings.com/static/casino/desktop_BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media (max-width: 724px) {
    .casinoweb-error__outer-wrapper {
      background-image: url("https://sportsbook.draftkings.com/static/casino/mobile_BACKGROUND.png"); } }

.casinoweb-error__inner-wrapper {
  position: relative;
  align-content: center;
  justify-content: center;
  width: 1100px;
  height: 600px;
  grid-row: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto; }
  @media (max-width: 1184px) {
    .casinoweb-error__inner-wrapper {
      width: 950px;
      height: 400px; } }
  @media (max-width: 984px) {
    .casinoweb-error__inner-wrapper {
      width: 850px;
      height: 350px; } }
  @media (max-width: 870px) {
    .casinoweb-error__inner-wrapper {
      width: 704px; } }
  @media (max-width: 724px) {
    .casinoweb-error__inner-wrapper {
      width: 100%;
      height: 600px;
      overflow: auto; } }
  @media (max-width: 480px) {
    .casinoweb-error__inner-wrapper {
      height: 500px; } }

.casinoweb-error-fourohfour__inner {
  display: grid;
  position: absolute;
  margin-left: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__inner {
      grid-template-columns: 70% 1fr;
      height: 100%; } }
  @media not all and (max-width: 1184px) {
    .casinoweb-error-fourohfour__inner {
      grid-template-columns: 60% 1fr; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__inner {
      width: 97%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      grid-template-rows: 0.85fr 1fr; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__inner {
      height: 100%;
      grid-template-rows: 1fr 1fr;
      grid-gap: 5%; } }

.casinoweb-error-fourohfour__content-left {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  width: 577.5px; }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__content-left {
      width: 463px; } }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__content-left {
      grid-column: 1;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__content-left {
      margin-top: 0;
      grid-gap: 5%;
      grid-row: 2;
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
      width: 440px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__content-left {
      width: 360px;
      margin-top: 190px; } }
  @media (max-width: 375px) {
    .casinoweb-error-fourohfour__content-left {
      width: 310px; } }

.casinoweb-error-fourohfour__image-icon-wrapper {
  display: block;
  height: 200px;
  background-image: url("https://sportsbook.draftkings.com/static/casino/404_no_dice_desktop.png");
  background-repeat: no-repeat;
  background-size: 240px; }
  @media (max-width: 1184px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      height: 150px;
      background-size: 185px; } }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      height: 125px;
      background-size: 155px; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      background-image: url("https://sportsbook.draftkings.com/static/casino/404_no_dice_mobile.png");
      height: 135px;
      width: 174px;
      margin-left: auto;
      margin-right: auto;
      background-size: 155px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      width: 130px;
      height: 105px;
      background-size: 120px; } }

.casinoweb-error-fourohfour__text-wrapper {
  position: relative;
  overflow: visible;
  margin-left: 26px;
  font-weight: 600;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  color: white; }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__text-wrapper {
      margin-left: 16px; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__text-wrapper {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 11.81px;
      width: 335px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__text-wrapper {
      width: 310px; } }
  .casinoweb-error-fourohfour__text-wrapper p {
    margin: 0; }
  .casinoweb-error-fourohfour__text-wrapper a {
    font-weight: bold;
    color: #eb9800;
    text-decoration: none; }

.casinoweb-error-fourohfour__text {
  position: relative;
  line-height: 150%;
  width: 100%; }

.casinoweb-error-fourohfour__links {
  position: relative;
  margin-top: 5px;
  height: 70px; }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__links {
      margin-top: 20px;
      height: auto; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__links {
      margin-top: 3px;
      margin-bottom: 37px; } }

.casinoweb-error-fourohfour__content-right {
  align-content: center;
  justify-content: center;
  height: 500px;
  margin-top: 50px;
  margin-left: 100px; }
  @media (max-width: 1184px) {
    .casinoweb-error-fourohfour__content-right {
      height: 330px;
      margin-top: 35px;
      margin-left: 50px; } }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__content-right {
      height: 280px;
      margin-left: 0; } }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__content-right {
      grid-column: 2; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__content-right {
      grid-row: 1;
      height: 250px;
      position: absolute;
      margin: 0;
      left: 50%;
      transform: translate(-42%, 10%); } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__content-right {
      height: 220px; } }

.casinoweb-error-fourohfour__image-dice-wrapper {
  position: relative;
  margin: auto;
  height: 100%; }

.casinoweb-error-fourohfour__image-dice {
  height: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-error-message {
  color: #ffffff;
  font-weight: 600; }
  .sportsbook-error-message a {
    color: #009ffd;
    text-decoration: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-responsive-card-container {
  height: 100%;
  width: 100%;
  animation: fadeCardContainer 0.24s linear;
  position: relative; }
  .sportsbook-responsive-card-container:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 24px;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
    z-index: 99;
    pointer-events: none; }
  .sportsbook-responsive-card-container__header {
    display: flex;
    height: 48px;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .sportsbook-responsive-card-container__header:hover {
      overflow-x: auto; }
    @media (max-width: 768px) {
      .sportsbook-responsive-card-container__header {
        overflow-x: auto;
        -ms-overflow-style: none; }
        .sportsbook-responsive-card-container__header::-webkit-scrollbar {
          display: none; } }
    .sportsbook-responsive-card-container__header::-webkit-scrollbar-track {
      background-color: #6f6f6f;
      border-radius: 8px; }
    .sportsbook-responsive-card-container__header::-webkit-scrollbar {
      height: 8px;
      width: 8px;
      background-color: #6f6f6f; }
    .sportsbook-responsive-card-container__header::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #4d4d4d; }
    .sportsbook-responsive-card-container__header a {
      position: relative; }
      .sportsbook-responsive-card-container__header a:last-child:after {
        content: '';
        width: 30px;
        height: 20px;
        background-color: #000000;
        position: absolute;
        right: -30px; }
  .sportsbook-responsive-card-container__partition {
    width: 100%;
    height: 2px;
    background: #121212;
    bottom: 13px;
    position: relative;
    z-index: 1; }
  .sportsbook-responsive-card-container__tab, .sportsbook-responsive-card-container__menu {
    color: #c5c5c5;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    opacity: 1;
    transition: color 0.16s linear, opacity 0.12s linear;
    position: relative;
    z-index: 98;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .sportsbook-responsive-card-container__tab.hidden, .sportsbook-responsive-card-container__menu.hidden {
        opacity: 0; } }
    .sportsbook-responsive-card-container__tab a, .sportsbook-responsive-card-container__menu a {
      text-decoration: none; }
    .sportsbook-responsive-card-container__tab:hover, .sportsbook-responsive-card-container__menu:hover {
      color: #ffffff; }
    @media (min-width: 1440px) {
      .sportsbook-responsive-card-container__tab, .sportsbook-responsive-card-container__menu {
        padding: 8px 24px; } }
    .sportsbook-responsive-card-container__tab.selected, .sportsbook-responsive-card-container__menu.selected {
      color: #ffffff;
      border-bottom: 2px solid #53d337;
      margin-bottom: 10px; }
    .sportsbook-responsive-card-container__tab .bubble, .sportsbook-responsive-card-container__menu .bubble {
      position: absolute;
      top: 4px;
      right: 50%;
      min-width: 15px;
      border-radius: 10px;
      background-color: #e9344a;
      font-size: 11px;
      font-weight: 800;
      color: #ffffff;
      max-width: 22px;
      padding: 1px;
      margin-right: -63px; }
    .sportsbook-responsive-card-container__tab .small-font, .sportsbook-responsive-card-container__menu .small-font {
      font-size: 10px; }
    .sportsbook-responsive-card-container__tab .ops-bubble, .sportsbook-responsive-card-container__menu .ops-bubble {
      position: absolute;
      top: -4px;
      right: 0;
      color: #53d337; }
  .sportsbook-responsive-card-container__menu {
    padding: 0;
    position: relative; }
    .sportsbook-responsive-card-container__menu .sportsbook__icon--dots {
      fill: #c5c5c5;
      vertical-align: middle;
      padding: 8px 4px 0 4px; }
      .sportsbook-responsive-card-container__menu .sportsbook__icon--dots:hover {
        fill: #ffffff; }
    .sportsbook-responsive-card-container__menu .menu {
      opacity: 0;
      position: absolute;
      background-color: #ffffff;
      list-style-type: none;
      z-index: 99999;
      margin: 0;
      padding: 0;
      left: -200%;
      transform: translateY(-8px);
      max-height: 0;
      max-width: 270px;
      min-width: 150px;
      width: auto;
      overflow: hidden;
      transition: none; }
      .sportsbook-responsive-card-container__menu .menu.show {
        opacity: 1;
        transform: translateY(0);
        max-height: 300px;
        overflow: auto;
        transition: all 0.12s linear; }
  .sportsbook-responsive-card-container__body {
    display: block; }
  .sportsbook-responsive-card-container__card {
    width: 100%;
    max-width: 100%;
    animation: fadeCardContainer 0.24s linear; }
    .sportsbook-responsive-card-container__card .sportsbook-card-accordion__accordion {
      display: none; }
    .sportsbook-responsive-card-container__card:not(.selected) {
      display: none; }

@keyframes fadeCardContainer {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  padding: 8px;
  background-color: #121212; }
  .sportsbook-table__title {
    background-color: #121212;
    padding: 4px 8px;
    font-size: 11px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .sportsbook-table__title .subtitle {
      color: #c5c5c5; }
  .sportsbook-table th,
  .sportsbook-table td {
    padding: 0;
    white-space: nowrap; }
  .sportsbook-table thead {
    cursor: default; }
    .sportsbook-table thead th {
      color: #c5c5c5;
      font-size: 11px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      padding: 0 8px 8px;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
      .sportsbook-table thead th:hover {
        overflow-x: auto; }
      @media (max-width: 768px) {
        .sportsbook-table thead th {
          overflow-x: auto;
          -ms-overflow-style: none; }
          .sportsbook-table thead th::-webkit-scrollbar {
            display: none; } }
      .sportsbook-table thead th ::-webkit-scrollbar {
        width: 0;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */ }
      .sportsbook-table thead th.always-left {
        font-weight: 600;
        text-align: left; }
      @media (max-width: 768px) {
        .sportsbook-table thead th.responsive-left .sportsbook-table-header__title {
          text-align: left; } }
      .sportsbook-table thead th > div {
        position: relative; }
        .sportsbook-table thead th > div:after {
          content: '';
          position: absolute;
          right: 0;
          width: 50px;
          height: 100%;
          top: 0;
          background: linear-gradient(to right, rgba(18, 18, 18, 0), #121212);
          z-index: 99;
          pointer-events: none; }
  .sportsbook-table tbody th {
    display: flex;
    align-items: center;
    text-align: unset; }
  .sportsbook-table tbody tr:nth-child(odd) th {
    padding-top: 9px;
    border-top: 1px solid #242424; }
  .sportsbook-table tbody tr:nth-child(odd) td {
    padding-top: 16px;
    border-top: 1px solid #242424; }
  .sportsbook-table tbody tr:nth-child(even) th {
    padding-top: 4px;
    padding-bottom: 16px; }
  .sportsbook-table tbody tr:nth-child(even) td {
    padding-bottom: 16px; }
  .sportsbook-table tbody tr:first-child th {
    padding-top: 9px; }
  .sportsbook-table tbody tr:first-child td {
    padding-top: 16px; }
  .sportsbook-table tbody tr:last-child th,
  .sportsbook-table tbody tr:last-child td {
    padding-bottom: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.event-cell {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 10px;
  text-decoration: none; }
  .event-cell-link {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 10px;
    text-decoration: none; }
  .event-cell__status {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase; }
    .event-cell__status .sportsbook__icon--live {
      display: block;
      background-color: #ffffff;
      height: 12px;
      width: 29px;
      color: #121212;
      font-family: inherit;
      font-weight: bold;
      font-size: 11px;
      text-align: center;
      border-radius: 2px;
      line-height: 12px; }
      .event-cell__status .sportsbook__icon--live:before {
        content: 'LIVE'; }
  .event-cell__start-time {
    color: #c5c5c5;
    font-size: 10px;
    font-weight: 500; }
  .event-cell__clock {
    color: #c5c5c5;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 4px; }
  .event-cell__time {
    padding-right: 4px; }
  .event-cell__period {
    padding-left: 4px;
    border-left: 0.5px solid #c5c5c5; }
    .event-cell__period.borderless {
      border-left: none; }
  .event-cell__team-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between; }
  .event-cell__name {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.32px; }
    .event-cell__name a {
      color: #ffffff;
      text-decoration: none; }
  .event-cell__score {
    color: #fbd002;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
    margin-left: 4px; }
  .event-cell__label {
    color: #c5c5c5;
    font-size: 10px;
    font-weight: 500;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 768px) {
      .event-cell__label {
        width: 100px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-empty-cell {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 100%; }
  .sportsbook-empty-cell .body {
    height: 44px;
    position: relative;
    padding: 8px;
    border: 1px solid #121212;
    background-color: #242424;
    color: #ffffff; }
    @media (max-width: 768px) {
      .sportsbook-empty-cell .body {
        height: 48px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-boosted.default-color {
  color: #c5c5c5; }

.sportsbook-boosted__svg.default-dimensions {
  height: 10px;
  width: 45px; }

.sportsbook-boosted__svg text {
  fill: #c5c5c5; }

@media (max-width: 480px) {
  .sportsbook-boosted__svg.compress-mobile {
    width: 30px; } }

.sportsbook-boosted line {
  stroke: #c5c5c5;
  stroke-width: 1px; }

.sportsbook-boosted .white-line {
  stroke: #ffffff;
  stroke-width: 1px; }

.sportsbook-boosted .white {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.5px;
  font-weight: 100;
  font-size: 10px;
  margin-right: 3px; }
  @media (max-width: 480px) {
    .sportsbook-boosted .white {
      margin-right: 0;
      font-size: 7px; } }
  .sportsbook-boosted .white.spacing-right {
    font-size: 10px;
    margin-right: 5px; }

@media (max-width: 768px) {
  .sportsbook-boosted {
    margin-left: 0; } }

.sportsbook-boosted .selected {
  fill: #4a4a4a;
  stroke: #4a4a4a; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-outcome-cell {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .sportsbook-outcome-cell.no-label :after {
      display: none; } }
  .sportsbook-outcome-cell.disabled {
    color: #242424; }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell.disabled :after {
        color: #242424; } }
  .sportsbook-outcome-cell__boosted-banner {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box; }
    .sportsbook-outcome-cell__boosted-banner .arrow {
      background-image: url(/assets/d377e01f419ec217dbf32e976571f8da.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 20px;
      height: 14px;
      z-index: 3;
      position: absolute;
      top: -1px;
      left: 10%;
      pointer-events: none; }
      @media (max-width: 768px) {
        .sportsbook-outcome-cell__boosted-banner .arrow {
          width: 10px;
          height: 12px;
          left: 5%; } }
      @media (max-width: 480px) {
        .sportsbook-outcome-cell__boosted-banner .arrow {
          left: 2%; } }
      .sportsbook-outcome-cell__boosted-banner .arrow.offerCard {
        left: 3%;
        width: 15px; }
        @media (max-width: 768px) {
          .sportsbook-outcome-cell__boosted-banner .arrow.offerCard {
            height: 12px; } }
    .sportsbook-outcome-cell__boosted-banner .banner {
      background-image: url(/assets/00541384b123bad209dcc0e9469c1a00.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 14px;
      z-index: 2;
      position: absolute;
      top: -1px;
      left: 0;
      pointer-events: none;
      text-align: center;
      font-size: 10px;
      font-weight: 800;
      color: #ffffff;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .sportsbook-outcome-cell__boosted-banner .banner {
          font-size: 7.5px;
          height: 12px;
          padding-left: 5px;
          padding-top: 1px; } }
      @media (max-width: 480px) {
        .sportsbook-outcome-cell__boosted-banner .banner {
          font-size: 7px;
          padding-top: 2px; } }
      .sportsbook-outcome-cell__boosted-banner .banner.offerCard {
        padding-left: 5px; }
        @media (max-width: 768px) {
          .sportsbook-outcome-cell__boosted-banner .banner.offerCard {
            font-size: 10px;
            height: 20px; } }
      .sportsbook-outcome-cell__boosted-banner .banner.selected {
        color: #ffffff; }
  .sportsbook-outcome-cell__body {
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #121212;
    background-color: #242424;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.2s linear;
    z-index: 1; }
    .sportsbook-outcome-cell__body .sportsbook-outcome-body-wrapper {
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
      max-width: 100%; }
      @media (max-width: 768px) {
        .sportsbook-outcome-cell__body .sportsbook-outcome-body-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; } }
      .sportsbook-outcome-cell__body .sportsbook-outcome-body-wrapper.boosted {
        padding-top: 10px; }
        @media (max-width: 480px) {
          .sportsbook-outcome-cell__body .sportsbook-outcome-body-wrapper.boosted {
            font-size: 10px; } }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell__body {
        height: 48px;
        padding: 5px;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column-reverse; } }
    .sportsbook-outcome-cell__body.no-label .sportsbook-outcome-cell__line-odds {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
    .sportsbook-outcome-cell__body:hover {
      background-color: #242424; }
    .sportsbook-outcome-cell__body.selected {
      background-color: #ffffff; }
      .sportsbook-outcome-cell__body.selected span, .sportsbook-outcome-cell__body.selected:after,
      .sportsbook-outcome-cell__body.selected div {
        color: #242424; }
    .sportsbook-outcome-cell__body.disabled {
      cursor: default;
      color: #ababab; }
      .sportsbook-outcome-cell__body.disabled span {
        color: #ababab; }
      .sportsbook-outcome-cell__body.disabled:hover {
        background-color: #242424; }
    .sportsbook-outcome-cell__body.animate {
      animation: flash-outcome-cell-background 750ms linear; }
    .sportsbook-outcome-cell__body .sportsbook__icon--arrow-up,
    .sportsbook-outcome-cell__body .sportsbook__icon--arrow-down {
      fill: #53d337;
      animation: flash-outcome-cell-arrow 1s linear both;
      position: absolute;
      top: 2px;
      right: 2px; }
    .sportsbook-outcome-cell__body.center {
      justify-content: center; }
  .sportsbook-outcome-cell__label-line-container {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
    font-size: 12px;
    margin-right: 5px;
    max-width: 100%;
    display: flex; }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell__label-line-container.boosted {
        margin-right: 0; } }
  .sportsbook-outcome-cell__elements {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .sportsbook-outcome-cell__element {
    margin-top: 1px; }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell__element {
        display: flex;
        justify-content: space-between; }
        .sportsbook-outcome-cell__element span {
          display: block; }
          .sportsbook-outcome-cell__element span:first-of-type {
            margin-right: 5px; } }
    .sportsbook-outcome-cell__element.offerCard {
      margin-right: 5px;
      margin-top: 4px; }
  .sportsbook-outcome-cell__line-odds .sportsbook-outcome-cell__line {
    white-space: nowrap;
    margin-right: 8px; }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell__line-odds .sportsbook-outcome-cell__line {
        display: none; } }

@keyframes flash-outcome-cell-background {
  0% {
    background-color: #242424; }
  50% {
    background-color: #242424; }
  100% {
    background-color: #242424; } }

@keyframes flash-outcome-cell-arrow {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-boosted-cell {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }
  @media (max-width: 768px) {
    .sportsbook-boosted-cell.no-label :after {
      display: none; } }
  .sportsbook-boosted-cell.disabled {
    color: #242424; }
    @media (max-width: 768px) {
      .sportsbook-boosted-cell.disabled :after {
        color: #242424; } }
  .sportsbook-boosted-cell__body {
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #242424;
    background-color: #242424;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.2s linear; }
    .sportsbook-boosted-cell__body .sportsbook-boosted-body-wrapper {
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
      max-width: 100%; }
      @media (max-width: 768px) {
        .sportsbook-boosted-cell__body .sportsbook-boosted-body-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; } }
    @media (max-width: 768px) {
      .sportsbook-boosted-cell__body {
        height: 48px;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column-reverse; } }
    .sportsbook-boosted-cell__body.no-label .sportsbook-boosted-cell__line-odds {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
    .sportsbook-boosted-cell__body:hover {
      background-color: #242424; }
    .sportsbook-boosted-cell__body.selected {
      background-color: #ffffff;
      border: 1px solid #c5c5c5; }
      .sportsbook-boosted-cell__body.selected:after,
      .sportsbook-boosted-cell__body.selected div {
        color: #242424; }
    .sportsbook-boosted-cell__body.disabled {
      cursor: default;
      color: #242424; }
      .sportsbook-boosted-cell__body.disabled span {
        color: #242424; }
      .sportsbook-boosted-cell__body.disabled:hover {
        background-color: #242424; }
    .sportsbook-boosted-cell__body.animate {
      animation: flash-boosted-cell-background 750ms linear; }
    .sportsbook-boosted-cell__body .sportsbook__icon--arrow-up,
    .sportsbook-boosted-cell__body .sportsbook__icon--arrow-down {
      fill: #53d337;
      animation: flash-boosted-cell-arrow 1s linear both;
      position: absolute;
      top: 2px;
      right: 2px; }
    .sportsbook-boosted-cell__body.center {
      justify-content: center; }
  .sportsbook-boosted-cell__label {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
    font-size: 12px;
    margin-right: 5px;
    max-width: 100%; }
  .sportsbook-boosted-cell__elements {
    margin-top: 1px;
    display: flex;
    flex-direction: row; }
    @media (max-width: 768px) {
      .sportsbook-boosted-cell__elements {
        display: flex;
        justify-content: space-between; }
        .sportsbook-boosted-cell__elements span {
          display: block; }
          .sportsbook-boosted-cell__elements span:first-of-type {
            margin-right: 5px; } }
  .sportsbook-boosted-cell__element {
    text-align: center;
    width: 60px;
    margin-right: 16px; }
    .sportsbook-boosted-cell__element-newodds {
      color: #53d337; }
      .sportsbook-boosted-cell__element-newodds.selected {
        color: #53d337; }
    .sportsbook-boosted-cell__element.selected {
      color: #242424; }
  .sportsbook-boosted-cell__line-odds .sportsbook-boosted-cell__line {
    white-space: nowrap;
    margin-right: 8px; }
    @media (max-width: 768px) {
      .sportsbook-boosted-cell__line-odds .sportsbook-boosted-cell__line {
        display: none; } }

@keyframes flash-boosted-cell-background {
  0% {
    background-color: #242424; }
  50% {
    background-color: #242424; }
  100% {
    background-color: #242424; } }

@keyframes flash-boosted-cell-arrow {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.new-games-banner {
  background-color: #ababab;
  color: #121212;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  transition: all 0.2s linear;
  animation: new-game-in 0.2s linear;
  animation-fill-mode: forwards; }
  .new-games-banner span {
    padding: 8px; }
  .new-games-banner__right {
    color: #53d337;
    font-weight: bold;
    cursor: pointer; }

@keyframes new-game-in {
  0% {
    opacity: 0;
    height: 0;
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1;
    height: 33px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.parlay-card-10-a {
  margin-bottom: 4px; }
  .parlay-card-10-a .sportsbook-table tbody > tr:nth-child(even) .event-cell__status {
    display: none; }

.sportsbook-participant-name {
  padding: 14px 0 14px 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-live-scoreboard-component-1.featured-offer {
  width: 100%; }

.sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header {
  display: flex;
  border-bottom: 1px solid #242424;
  padding-bottom: 8px; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header.featured-offer {
    min-height: 17px;
    padding-bottom: 3px; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .event-cell__status {
    margin-left: 7px;
    margin-bottom: 0; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .event-cell__status .event-cell__clock {
      color: #ababab; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .sportsbook-live-scoreboard-component-1__header--scores {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    color: #c5c5c5; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .sportsbook-live-scoreboard-component-1__header--scores.featured-offer {
      margin-left: 7px; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .sportsbook-live-scoreboard-component-1__header--scores .live-score-header__item {
      width: 30px;
      text-align: center; }
      .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__header .sportsbook-live-scoreboard-component-1__header--scores .live-score-header__item.featured-offer {
        width: 20px; }

.sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body {
  border-bottom: 1px solid #121212; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body.hide-bottom-border {
    border: none; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row {
    color: #ffffff;
    display: flex;
    margin: 8px 0 8px 7px; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row.featured-offer {
      margin: 8px 0 8px 0; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row .live-score-body__row--team {
      font-size: 13px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row .live-score-body__row--team a {
        color: #ffffff;
        text-decoration: none; }
  .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row-score-wrapper {
    display: flex;
    flex: auto;
    justify-content: flex-end; }
    .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score {
      width: 30px;
      text-align: center; }
      .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score:last-of-type {
        color: #fbd002;
        font-weight: bold; }
      .sportsbook-live-scoreboard-component-1 .sportsbook-live-scoreboard-component-1__body .sportsbook-live-scoreboard-component-1__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score.featured-offer {
        width: 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-live-scoreboard-component-2.featured-offer {
  width: 100%; }

.sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header {
  display: flex;
  border-bottom: 1px solid #242424;
  padding-bottom: 8px; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header.featured-offer {
    padding-bottom: 3px; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header .event-cell__status {
    margin-left: 7px;
    margin-bottom: 0; }
    .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header .event-cell__status .event-cell__clock {
      color: #ababab; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header .sportsbook-live-scoreboard-component-2__header--scores {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    color: #c5c5c5; }
    .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header .sportsbook-live-scoreboard-component-2__header--scores .live-score-header__item {
      width: 30px;
      text-align: center; }
      .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__header .sportsbook-live-scoreboard-component-2__header--scores .live-score-header__item.featured-offer {
        width: 20px; }

.sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body {
  border-bottom: 1px solid #242424; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body.hide-bottom-border {
    border: none; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row {
    color: #ffffff;
    display: flex;
    margin: 8px 0 8px 7px; }
    .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row .live-score-body__row--team {
      font-size: 13px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row .live-score-body__row--team a {
        color: #ffffff;
        text-decoration: none; }
  .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row-score-wrapper {
    display: flex;
    flex: auto;
    justify-content: flex-end; }
    .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score {
      width: 30px;
      text-align: center; }
      .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score:first-of-type {
        color: #fbd002;
        font-weight: bold; }
      .sportsbook-live-scoreboard-component-2 .sportsbook-live-scoreboard-component-2__body .sportsbook-live-scoreboard-component-2__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score.featured-offer {
        width: 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header {
  display: flex;
  border-bottom: 1px solid #242424;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header.featured-offer {
    padding-bottom: 4px; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .event-cell__status {
    margin-left: 7px;
    margin-bottom: 0; }
    .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .event-cell__status .event-cell__clock {
      color: #ababab; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .sportsbook-live-scoreboard-component-3__header--scores {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    color: #c5c5c5; }
    .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .sportsbook-live-scoreboard-component-3__header--scores .live-score-header__item {
      width: 30px;
      text-align: center; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .live-info {
    color: #ababab;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 4px; }
    .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header .live-info.featured-offer {
      white-space: nowrap; }

.sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body {
  border-bottom: 1px solid #242424; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body .sportsbook-live-scoreboard-component-3__body--scores .live-score-body__row {
    color: #ffffff;
    display: flex;
    margin: 8px 0 8px 7px; }
    .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body .sportsbook-live-scoreboard-component-3__body--scores .live-score-body__row .live-score-body__row--team {
      font-size: 13px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body .sportsbook-live-scoreboard-component-3__body--scores .live-score-body__row-score-wrapper {
    display: flex;
    flex: auto;
    justify-content: flex-end; }
    .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body .sportsbook-live-scoreboard-component-3__body--scores .live-score-body__row-score-wrapper .live-score-body__row--score {
      width: 30px;
      text-align: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.game-props-card17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .game-props-card17__cell {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3); }
    .game-props-card17__cell.double {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: calc(100% / 2);
      max-width: 50%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.h2h-card-25:first-of-type {
  border-top: 1px solid #242424;
  padding-top: 5px; }

.h2h-card-25__cell {
  width: 50%; }
  @media (max-width: 768px) {
    .h2h-card-25__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body:after {
      display: none; }
    .h2h-card-25__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body.no-label .sportsbook-outcome-cell__line-odds {
      display: block; } }

.h2h-card-25 .participants {
  color: #ffffff;
  margin-left: 8px; }

.h2h-card-25 .outcomes {
  display: flex; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.scorer-7 {
  padding: 0 8px; }
  .scorer-7 .scorer-7__header {
    width: 100%;
    font-size: 11px;
    color: #c5c5c5;
    text-align: center;
    max-width: 100%;
    position: relative;
    background-color: #121212;
    border-top: 1px solid #242424;
    cursor: default;
    padding: 8px 0;
    text-transform: uppercase; }
    .scorer-7 .scorer-7__header .scorer-7__header-wrapper {
      width: 70%;
      float: right;
      display: flex;
      justify-content: space-around; }
  .scorer-7 .scorer-7__body {
    width: 100%;
    display: flex;
    align-items: center; }
    .scorer-7 .scorer-7__body .scorer-7__player {
      width: 30%;
      float: left;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px; }
    .scorer-7 .scorer-7__body .scorer-7__cell-wrapper {
      width: 70%;
      float: left;
      display: flex;
      justify-content: space-evenly;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .scorer-7 .scorer-7__body .scorer-7__cell-wrapper .scorer-7__cell {
        width: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-18-wrapper {
  display: flex;
  flex-direction: row;
  position: relative; }
  .component-18-wrapper:before {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 1px;
    background: #242424;
    content: ''; }
  .component-18-wrapper .component-18 {
    flex-grow: 1; }
    .component-18-wrapper .component-18 .outcomes {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .component-18-wrapper .component-18__cell {
      width: 100%; }
      @media (max-width: 768px) {
        .component-18-wrapper .component-18__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body:after {
          display: none; }
        .component-18-wrapper .component-18__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body.no-label .sportsbook-outcome-cell__line-odds {
          display: block; } }
    .component-18-wrapper .component-18 .participants {
      color: #c5c5c5;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
  .component-18-wrapper .component-18-side-rail {
    margin: 52px 10px 0 10px;
    padding: 0;
    list-style-type: none;
    flex-grow: 0.5;
    color: #ffffff; }
    .component-18-wrapper .component-18-side-rail .side-rail-name {
      height: 44px;
      margin: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .component-18-wrapper .component-18-side-rail .side-rail-name {
          height: 48px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-3-wrapper {
  display: flex;
  flex-direction: row; }
  .component-3-wrapper .component-3 {
    flex-grow: 1; }
    .component-3-wrapper .component-3__cell {
      width: 100%; }
      @media (max-width: 768px) {
        .component-3-wrapper .component-3__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body.no-label .sportsbook-outcome-cell__line-odds {
          display: block; } }
    .component-3-wrapper .component-3 .outcomes {
      display: flex; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-29:first-of-type {
  border-top: 1px solid #242424;
  padding-top: 5px; }

.component-29__cell {
  width: 50%; }
  @media (max-width: 768px) {
    .component-29__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body:after {
      display: none; }
    .component-29__cell .sportsbook-outcome-cell .sportsbook-outcome-cell__body.no-label .sportsbook-outcome-cell__line-odds {
      display: block; } }
  .component-29__cell.three {
    width: 33.333%; }

.component-29 .participants {
  color: #ffffff;
  margin-left: 8px; }

.component-29 .outcomes {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-101 {
  display: flex;
  flex-direction: column;
  background-color: #121212;
  padding: 8px;
  cursor: default;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 5px solid #242424; }
  .component-101__cells {
    display: flex;
    flex-direction: row;
    padding: 5px 0 0 0;
    border-top: 1px solid #242424;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .component-101__cells {
        flex-direction: column;
        align-content: center;
        align-items: center; } }
  .component-101__date {
    color: #c5c5c5;
    white-space: nowrap;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 10px; }
  .component-101:first-of-type {
    border-top: 1px solid #242424;
    padding-top: 5px; }
  .component-101__cell {
    width: 49.5%;
    background-color: #121212;
    padding: 10px;
    color: #ababab;
    box-sizing: border-box;
    margin: 5px auto 5px 0; }
    @media (max-width: 768px) {
      .component-101__cell {
        width: 100%;
        margin: 0 5px;
        background-color: #121212; } }
    .component-101__cell:nth-of-type(even) {
      margin: 5px 0 5px auto;
      justify-content: right; }
      @media (max-width: 768px) {
        .component-101__cell:nth-of-type(even) {
          margin: 5px; } }
    .component-101__cell__name {
      padding-bottom: 5px; }
      @media (max-width: 768px) {
        .component-101__cell__name {
          margin-left: 3px; } }
  .component-101 .participants {
    color: #ffffff;
    margin-left: 8px; }
  .component-101 .outcomes {
    display: flex; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-202 {
  padding: 0 8px; }
  .component-202__header {
    font-size: 11px;
    color: #6f6f6f;
    text-align: center;
    max-width: 100%;
    position: relative;
    background-color: #121212;
    border-top: 1px solid #242424;
    cursor: default;
    padding: 8px 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 15px; }
  .component-202__body {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .component-202 .component-202__cell-wrapper {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0; }
    .component-202 .component-202__cell-wrapper.three {
      width: 33.333%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.component-204:first-of-type {
  border-top: 1px solid #242424;
  padding-top: 5px; }

.component-204__outcome-row {
  padding-left: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.component-204__outcome-label {
  font-size: 12px;
  max-height: 36px;
  color: white;
  width: 70%;
  font-weight: 600;
  overflow: hidden; }

.component-204__cell {
  width: 30%; }
  .component-204__cell .sportsbook-odds {
    margin-left: 0; }

.component-204 .participants {
  color: #ffffff;
  margin-left: 8px;
  font-weight: 700; }

.component-204 .outcomes {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.loading-card {
  position: relative;
  height: 200px;
  width: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.error-message {
  color: #ffffff; }

.sportsbook-featured__featured-offers .subcategory-selector {
  background-color: #121212;
  color: #ffffff;
  padding: 10px 14px 10px 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 8px;
  position: relative; }
  .sportsbook-featured__featured-offers .subcategory-selector .dropdown-selected {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold; }
    .sportsbook-featured__featured-offers .subcategory-selector .dropdown-selected.single {
      cursor: default; }
  .sportsbook-featured__featured-offers .subcategory-selector .dropdown {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    top: 15px;
    transform: translateY(0);
    opacity: 0;
    left: 0;
    z-index: 99;
    min-width: 80px;
    transition: opacity 0.12s linear, transform 0.12s linear; }
    .sportsbook-featured__featured-offers .subcategory-selector .dropdown li {
      list-style-type: none;
      cursor: pointer;
      color: #242424;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      padding-bottom: 20px; }
      .sportsbook-featured__featured-offers .subcategory-selector .dropdown li:last-child {
        padding-bottom: 0; }
      .sportsbook-featured__featured-offers .subcategory-selector .dropdown li:hover {
        color: #2a751a; }
    .sportsbook-featured__featured-offers .subcategory-selector .dropdown.open {
      padding: 16px 15px;
      height: auto;
      max-height: 300px;
      transform: translateY(10px);
      opacity: 1;
      min-width: 300px; }
  .sportsbook-featured__featured-offers .subcategory-selector .arrow {
    margin-left: 6px;
    color: #ffffff; }
    .sportsbook-featured__featured-offers .subcategory-selector .arrow .arrow-down {
      width: 14px; }

.sportsbook-featured__featured-offers .cards {
  min-height: 200px; }

.sportsbook-featured__featured-offers .ReactVirtualized__Grid {
  outline: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.inline-promo {
  display: inline-block; }
  .inline-promo.expand {
    width: 100%; }
  .inline-promo__wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    box-sizing: border-box;
    background-color: #121212; }
    .inline-promo__wrapper .sportsbook__icon--horn {
      width: 25px;
      height: 25px; }
  .inline-promo__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    cursor: pointer; }
  .inline-promo__title {
    display: flex;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px 0 5px;
    align-items: center; }
    .inline-promo__title .sportsbook__icon--arrow-right {
      fill: #53d337;
      width: 15px;
      height: 15px;
      margin-left: 5px; }
  .inline-promo__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    cursor: pointer; }
    .inline-promo__button .promo-button {
      border-radius: 2px; }
    .inline-promo__button.expand {
      position: absolute;
      right: 10px; }
    .inline-promo__button.optedIn {
      background-color: #242424;
      color: #c5c5c5;
      border: solid 1px #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.inline-container__wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 5px; }
  .inline-container__wrapper.event {
    margin-bottom: 10px; }

.inline-container__multiple-no-slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }

.inline-container__promo.expand {
  width: 100%;
  margin-right: 10px; }
  .inline-container__promo.expand:last-of-type {
    margin-right: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.strapline__wrapper {
  display: flex;
  text-align: center;
  margin: 10px 0; }

.strapline__banner {
  background-size: contain;
  padding: 3px 5px;
  width: 100%;
  text-decoration: none;
  font: bold 14px 'Saira', sans-serif;
  color: #ffffff;
  word-break: break-word; }
  @media (max-width: 768px) {
    .strapline__banner {
      font-size: 12px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-league-page {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-league-page.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-league-page.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-league-page {
      width: 100%;
      padding: 0; } }
  .sportsbook-league-page.loading {
    position: relative; }
  .sportsbook-league-page__header {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
  .sportsbook-league-page .sportsbook-offer-category-card .sportsbook-header {
    width: auto; }
  .sportsbook-league-page .sportsbook-offer-category-card__offers-loading-spinner {
    position: relative;
    height: 60px; }
  .sportsbook-league-page .sportsbook-responsive-card-container__card {
    margin-bottom: 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-generic-scoreboard.future {
  width: 100%; }

.sportsbook-generic-scoreboard__header {
  display: flex;
  border-bottom: 1px solid #242424;
  min-height: 16px;
  padding-bottom: 4px; }
  .sportsbook-generic-scoreboard__header .time {
    margin-left: 0;
    text-transform: uppercase;
    font-size: 11px; }
  .sportsbook-generic-scoreboard__header .event-cell__status {
    margin-bottom: 0; }
  .sportsbook-generic-scoreboard__header .event-cell__clock {
    color: #ababab;
    white-space: nowrap; }

.sportsbook-generic-scoreboard__body {
  border-bottom: 1px solid #242424;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .sportsbook-generic-scoreboard__body.future {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sportsbook-generic-scoreboard__body.hide-bottom-border {
    border-bottom: none; }
  .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row {
    color: #ffffff;
    display: flex;
    margin: 8px 0;
    font-size: 12px;
    font-weight: bold; }
    .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row.stub {
      max-width: 160px; }
    .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row a {
      color: #ffffff;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row a.future {
        max-width: 343px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.offer-card {
  font-family: "Open Sans", sans-serif; }
  .offer-card__wrapper {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: url("https://sportsbook.draftkings.com/static/icons/OfferCardBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 335px;
    height: 175px;
    padding: 10px 10px 7px 10px;
    margin-right: 9px;
    border-radius: 5px; }
  .offer-card__content {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    height: 117px; }
    .offer-card__content-scoreboards {
      display: flex;
      flex-direction: row;
      position: relative;
      top: -10px; }
      .offer-card__content-scoreboards.future {
        top: 5px; }
      .offer-card__content-scoreboards .generic-scoreboard-container {
        display: flex;
        position: relative;
        left: 0; }
        .offer-card__content-scoreboards .generic-scoreboard-container.future {
          margin-bottom: 10px;
          width: 100%;
          border: none;
          padding: 0;
          border-top: 1px solid #c5c5c5; }
        .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__header {
          min-height: 16px;
          padding-bottom: 4px; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__header .time {
            margin-left: 0;
            text-transform: uppercase;
            font-size: 10px;
            color: #ababab;
            font-weight: 400; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__header .event-cell__status {
            margin-bottom: 0; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__header .event-cell__clock {
            color: #ababab;
            white-space: nowrap; }
        .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body {
          border-bottom: 1px solid #242424;
          height: 50px; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body.future {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body.hide-bottom-border {
            border-bottom: none; }
          .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row {
            font-size: 12px;
            max-width: 334.4px;
            color: #ababab;
            font-weight: 700; }
            .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row.stub {
              max-width: 160px; }
            .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row div {
              color: #ffffff;
              text-decoration: none;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
              .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body .generic-scoreboard-body__row div.future {
                max-width: 343px; }
      .offer-card__content-scoreboards .live-scoreboard-container {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-top: 6px; }
      .offer-card__content-scoreboards .time {
        font-size: 11px;
        font-weight: 400;
        white-space: nowrap;
        margin-top: 6px;
        color: #ababab; }
      .offer-card__content-scoreboards a {
        color: #ababab; }
    .offer-card__content-header {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
      .offer-card__content-header.future {
        margin-bottom: 3px; }
      .offer-card__content-header .sportsbook__icon--arrow-right {
        fill: #53d337;
        width: 12px;
        height: 12px;
        margin-left: 5px; }
    .offer-card__content-label {
      font-size: 12px;
      padding-bottom: 2px;
      margin-bottom: 4px;
      font-weight: 600;
      line-height: 18px;
      color: #ababab; }
      .offer-card__content-label.future {
        margin-bottom: 1px; }
    .offer-card__content-view-more-outcomes {
      text-align: right;
      min-height: 16px;
      font-size: 10px;
      padding-bottom: 2px; }
      .offer-card__content-view-more-outcomes a {
        color: #ffffff;
        text-decoration: none; }
        .offer-card__content-view-more-outcomes a:hover {
          color: #fbd002; }
  .offer-card__outcomes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative; }
    .offer-card__outcomes.future {
      top: 0; }
    .offer-card__outcomes .outcome {
      width: 104px;
      height: 40px;
      border: 1px solid #242424; }
      .offer-card__outcomes .outcome.long {
        width: 155px; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__label-line-container {
        min-height: 0;
        margin-right: 0; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__body {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%; }
        .offer-card__outcomes .outcome .sportsbook-outcome-cell__body:hover {
          background-color: #242424; }
        .offer-card__outcomes .outcome .sportsbook-outcome-cell__body .sportsbook-outcome-body-wrapper {
          display: flex;
          flex-direction: column;
          align-content: center;
          justify-content: space-between; }
        .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected {
          background-color: #ffffff;
          border: 1px solid #c5c5c5; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected .sportsbook-outcome-cell__label {
            color: #242424; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected .sportsbook-odds {
            color: #242424; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected div {
            color: #242424; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__label {
        min-width: 0;
        max-width: 100px;
        font-weight: 600;
        white-space: normal;
        overflow: hidden;
        margin-right: 0;
        font-size: 11px;
        text-align: center; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__elements {
        flex-direction: column; }
        .offer-card__outcomes .outcome .sportsbook-outcome-cell__elements.boosted {
          flex-direction: row; }
        .offer-card__outcomes .outcome .sportsbook-outcome-cell__elements .sportsbook-outcome-cell__element {
          margin-top: 0; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__line,
      .offer-card__outcomes .outcome .sportsbook-outcome-cell .sportsbook-odds {
        display: block;
        margin: 0; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__line {
        font-weight: 600;
        font-size: 11px; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell .sportsbook-odds {
        font-size: 11px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.offerCards {
  font-family: "Open Sans", sans-serif;
  margin: 16px 0; }
  .offerCards__cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% + 16px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .offerCards__cards.dkbetslip {
      width: calc(100% + 8px); }
      @media (max-width: 1024px) {
        .offerCards__cards.dkbetslip {
          width: 100%; } }
    @media (max-width: 1024px) {
      .offerCards__cards {
        width: 100%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.promo-offer-card__wrapper,
.promo-offer-card__image > img {
  width: 335px;
  height: 175px;
  margin-right: 8px;
  cursor: pointer; }

.promo-offer-card__wrapper {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("https://sportsbook.draftkings.com/static/icons/PromoCardBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px 7px 10px;
  border-radius: 5px; }

.promo-offer-card__content {
  cursor: pointer; }
  .promo-offer-card__content.two-buttons {
    cursor: default; }

.promo-offer-card__name {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase; }
  .promo-offer-card__name .sportsbook__icon--arrow-right {
    fill: #53d337;
    width: 12px;
    height: 12px;
    margin-left: 5px; }

.promo-offer-card__title {
  font-size: 12px;
  font-weight: 600;
  height: 15px;
  border-bottom: 1px solid #242424;
  padding-bottom: 11px;
  margin-bottom: 7px;
  color: #ababab;
  line-height: 18px; }

.promo-offer-card__description {
  height: 50px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis; }

.promo-offer-card__buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box; }

.promo-offer-card__button {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px; }
  .promo-offer-card__button .promo-button {
    border-radius: 2px; }
  .promo-offer-card__button.two-buttons {
    width: 50%;
    font-size: 12px;
    font-weight: 600; }
  .promo-offer-card__button.view-terms {
    background-color: #242424;
    margin-right: 5px;
    border: 1px solid #242424;
    cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.isg-wrapper__iframe {
  width: 100%;
  height: 640px;
  border: 0; }
  .isg-wrapper__iframe--loading {
    display: none; }

.isg-statshub__wrapper.stats-hub-failure {
  display: none; }

.isg-statshub__iframe {
  height: 950px; }

.isg-statshub__loader {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.isg-statshub__failure {
  color: #ffffff;
  font-weight: 600; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.big-game-props__wrapper {
  display: flex;
  flex-direction: column; }

.big-game-props__iframe {
  display: block;
  width: 100%;
  border: 0;
  height: 950px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.logged-out-banner__container {
  width: 100%;
  min-height: 70px;
  background-color: #ffffff;
  cursor: default;
  display: flex; }

.logged-out-banner__section {
  display: inline-block;
  box-sizing: border-box; }
  .logged-out-banner__section.left {
    background-color: #ffffff;
    padding: 10px 0 10px 35px;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2a751a;
    width: calc(50% - 45px); }
    .logged-out-banner__section.left:first-line {
      color: #242424; }
  .logged-out-banner__section.right {
    background-color: #53d337;
    padding-left: 67px;
    font-family: 'SF Pro Text', sans-serif;
    width: calc(50% + 45px);
    position: relative;
    background-clip: content-box;
    overflow: hidden;
    z-index: 5; }
    .logged-out-banner__section.right:before {
      content: "";
      position: absolute;
      top: 0;
      background-color: inherit;
      padding-bottom: 50%;
      width: 50%;
      transform-origin: top left;
      transform: rotate(30deg);
      z-index: -1; }

.logged-out-banner__view-terms {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  color: #121212;
  cursor: pointer;
  display: block;
  text-decoration: none; }

.logged-out-banner__close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer; }
  .logged-out-banner__close-button .sportsbook__icon--ex {
    width: 15px;
    height: 15px;
    fill: #242424; }

.logged-out-banner__button-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.logged-out-banner__button {
  width: 143px;
  height: 33px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  font-size: 12px;
  line-height: 33px;
  font-family: 'SF Pro Text', sans-serif;
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none; }
  .logged-out-banner__button.login {
    background: transparent;
    color: #000000;
    border-color: #000000;
    margin-right: 10px; }
  .logged-out-banner__button.signup {
    background: #ffffff;
    color: #242424;
    margin-right: 50px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.app-download-banner__container {
  position: relative;
  min-height: 176px;
  padding: 0 25px;
  background-color: #ffffff;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: -16px; }

.app-download-banner__header-container {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px; }

.app-download-banner__header {
  display: inline-block; }
  .app-download-banner__header.left {
    color: #53d337; }
  .app-download-banner__header.right {
    color: #121212; }

.app-download-banner__body {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 15px;
  line-height: 19px;
  text-align: center; }

.app-download-banner__download-button {
  width: 100%;
  height: 30px;
  color: #000000;
  background-color: #53d337;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 15px;
  line-height: 30px;
  border-radius: 2px; }

.app-download-banner__view-terms {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  color: #121212;
  cursor: pointer;
  display: block;
  text-decoration: none; }

.app-download-banner__close-button {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer; }
  .app-download-banner__close-button .sportsbook__icon--ex {
    width: 15px;
    height: 15px;
    fill: #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-featured-page {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-featured-page.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-featured-page.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-featured-page {
      width: 100%;
      padding: 0; } }
  .sportsbook-featured-page__app-download-banner {
    display: none; }
    @media (max-width: 960px) {
      .sportsbook-featured-page__app-download-banner {
        display: block;
        position: relative;
        width: 100%; } }
    .sportsbook-featured-page__app-download-banner.hide {
      display: none; }
  .sportsbook-featured-page__wrapper {
    width: 100%; }
  .sportsbook-featured-page__logged-out-banner {
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 960px) {
      .sportsbook-featured-page__logged-out-banner {
        display: none; } }
    .sportsbook-featured-page__logged-out-banner__with-top-margin {
      margin-top: 10px;
      padding-bottom: 10px; }
  .sportsbook-featured-page__sportsbook-featured-page__marketing-zones {
    min-height: 96px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.event-cards {
  font-family: "Open Sans", sans-serif; }
  .event-cards .single-event {
    display: flex;
    position: relative;
    width: 165px;
    height: 72px;
    font-size: 11px;
    transition: all 0.2s linear;
    border: 1px solid #121212;
    background-color: #242424;
    box-sizing: border-box;
    justify-content: space-between; }
    .event-cards .single-event .teams,
    .event-cards .single-event .scores {
      font-size: 14px;
      color: #ffffff;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 68%;
      margin-left: 6px; }
    .event-cards .single-event .teams div {
      width: 125px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .event-cards .single-event .teams div a {
        color: #ffffff;
        text-decoration: none;
        font-size: 11px; }
    .event-cards .single-event .scores {
      margin-right: 6px; }
      .event-cards .single-event .scores .score {
        display: flex;
        justify-content: flex-end;
        max-width: 20px; }
    .event-cards .single-event .bottom {
      background-color: #373737;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 20px; }
    .event-cards .single-event .date {
      color: #ababab;
      margin-left: 6px;
      margin-top: 1px;
      text-transform: uppercase;
      float: left;
      max-width: 94px; }
      .event-cards .single-event .date .event-cell__status {
        margin-top: 1px; }
      .event-cards .single-event .date .event-cell__clock {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .event-cards .single-event .bet-now {
      text-transform: uppercase;
      float: right;
      color: #53d337;
      font-weight: bold;
      text-decoration: none;
      margin-top: 2px;
      margin-right: 6px; }
  .event-cards .arrow-container {
    margin-left: 5px;
    margin-bottom: 5px; }
    .event-cards .arrow-container .arrow {
      padding: 0;
      height: 35px;
      width: 31px;
      display: flex;
      justify-content: center;
      align-items: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-event-page__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px);
  animation: fadeContainer 0.24s linear;
  position: relative; }
  .sportsbook-event-page__wrapper.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-event-page__wrapper.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-event-page__wrapper {
      width: 100%;
      padding: 0; } }
  .sportsbook-event-page__wrapper .event-page-header__wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 5px; }
  .sportsbook-event-page__wrapper .event-page-offers {
    animation: fadeContainer 0.24s linear;
    margin-top: 16px; }
    .sportsbook-event-page__wrapper .event-page-offers .event-page-stats iframe {
      width: 100%;
      border: 0;
      height: 500px; }
    .sportsbook-event-page__wrapper .event-page-offers .no-offers {
      color: white;
      border-top: 1px solid #c5c5c5;
      padding: 5px;
      margin-top: 8px; }
      .sportsbook-event-page__wrapper .event-page-offers .no-offers a {
        text-decoration: none;
        color: #009ffd; }
  .sportsbook-event-page__wrapper .event-page-scoreboard {
    max-width: 50%;
    margin: 25px auto 0 auto;
    transition: all 0.24s linear; }
    .sportsbook-event-page__wrapper .event-page-scoreboard.left {
      margin: 25px 0 0 0; }
    @media (max-width: 768px) {
      .sportsbook-event-page__wrapper .event-page-scoreboard {
        max-width: 100%; } }
  .sportsbook-event-page__wrapper .event-flashbet-visualization {
    position: relative;
    opacity: 1;
    display: flex;
    transition: all 1s ease-in-out;
    justify-content: center; }
  .sportsbook-event-page__wrapper .event-page-sportsradar-viz {
    max-width: 100%;
    transition: all 0.24s linear; }
    @media (max-width: 768px) {
      .sportsbook-event-page__wrapper .event-page-sportsradar-viz {
        max-width: 100%;
        margin: 0; } }
    .sportsbook-event-page__wrapper .event-page-sportsradar-viz__iframe-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 60vw;
      height: 0;
      margin: 0 auto;
      max-height: 340px;
      max-width: 900px;
      transform: translateY(-200px); }
      .sportsbook-event-page__wrapper .event-page-sportsradar-viz__iframe-wrapper.translate {
        transition: transform 1.5s ease, height 0.5s ease;
        transform: translateY(0);
        height: calc(60vw * 0.30987 + 66.3619px + 16px); }
        @media (max-width: 1024px) {
          .sportsbook-event-page__wrapper .event-page-sportsradar-viz__iframe-wrapper.translate {
            width: 600px;
            height: 280px; } }
        @media (max-width: 577px) {
          .sportsbook-event-page__wrapper .event-page-sportsradar-viz__iframe-wrapper.translate {
            width: 90vw;
            height: calc(90vw * 0.61975 + 64.738px + 16px);
            max-height: 500px; } }
      .sportsbook-event-page__wrapper .event-page-sportsradar-viz__iframe-wrapper iframe {
        margin: 0 auto;
        width: 100%;
        border: 0;
        height: 100%; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer div {
    text-align: center; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__event-group {
    border-bottom: 1px solid #242424;
    font-size: 12px;
    color: #c5c5c5;
    padding-bottom: 4px;
    padding-top: 4px; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__event-body {
    padding-bottom: 14px;
    padding-top: 14px; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__event-name-text {
    margin-top: 0;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 5px; }
    .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__event-name-text a {
      text-decoration: none;
      color: #ffffff; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__timer-text {
    font-size: 16px;
    color: #c5c5c5;
    text-transform: capitalize; }

.sportsbook-event-page__error {
  color: #ffffff;
  font-weight: 600; }
  .sportsbook-event-page__error a {
    color: #009ffd;
    text-decoration: none; }

@keyframes fadeContainer {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.team-page-table .result-value,
.team-page-table .result-score {
  font-weight: 700;
  padding-right: 5px; }

.team-page-table .result-value {
  min-width: 11px;
  margin-right: 8px; }

.team-page-table .result-score {
  color: #ffffff; }

.team-page-table .result-time {
  color: #dadada; }

.team-page-table .cfb-link {
  margin-left: 8px; }

.team-page-table .history-cell {
  display: flex;
  flex-direction: column; }
  .team-page-table .history-cell__top {
    margin: 0;
    font-weight: 700;
    line-height: 1; }
  .team-page-table .history-cell__bottom {
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    color: #c5c5c5; }

.team-page-table .history-cell-logo {
  height: 32px;
  margin-right: 10px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
select.sportsbook-custom-select {
  border: none;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjkyLjQiIGhlaWdodD0iMjkyLjQiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yODcgNjkuNGExNy42IDE3LjYgMCAwIDAtMTMtNS40SDE4LjRjLTUgMC05LjMgMS44LTEyLjkgNS40QTE3LjYgMTcuNiAwIDAgMCAwIDgyLjJjMCA1IDEuOCA5LjMgNS40IDEyLjlsMTI4IDEyNy45YzMuNiAzLjYgNy44IDUuNCAxMi44IDUuNHM5LjItMS44IDEyLjgtNS40TDI4NyA5NWMzLjUtMy41IDUuNC03LjggNS40LTEyLjggMC01LTEuOS05LjItNS41LTEyLjh6Ii8+PC9zdmc+);
  box-sizing: border-box;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 51%, 0 0;
  background-size: 0.65em auto, 100%;
  padding: 0 28px 0 4px;
  display: inline-block; }
  select.sportsbook-custom-select option {
    color: #000000; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.collapsing-tab__mobile-nav {
  display: none; }

.collapsing-tab__nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0; }

@media (max-width: 768px) {
  .collapsing-tab__mobile-nav {
    display: block;
    margin-right: 16px; }
  .collapsing-tab__nav {
    display: none; } }

.collapsing-tab__button {
  cursor: pointer;
  border: 0;
  padding: 10px 0;
  margin: 0;
  margin-right: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  color: #c5c5c5;
  white-space: nowrap;
  background: inherit; }

.collapsing-tab__button.active {
  color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-custom-dropdown {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 0;
  margin: auto 0;
  z-index: 10;
  color: #c5c5c5;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  background: inherit; }
  .sportsbook-custom-dropdown__copy {
    display: flex;
    align-items: center; }
  .sportsbook-custom-dropdown__list {
    padding: 0;
    position: absolute;
    margin-top: 20px;
    background: #000000; }
  .sportsbook-custom-dropdown__item {
    text-align: left;
    display: block;
    padding: 10px 20px;
    cursor: pointer; }
    .sportsbook-custom-dropdown__item--focused {
      color: #ffffff; }
  .sportsbook-custom-dropdown__arrow {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent; }
    .sportsbook-custom-dropdown__arrow--asc {
      border-width: 0 4px 7px 4px;
      border-color: transparent transparent #ffffff transparent; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.team-standing__wrapper {
  width: 100%; }

.team-standing__title h3 {
  margin-top: 0; }

.team-standing__nav-container {
  display: flex;
  justify-content: start;
  overflow-x: auto; }
  .team-standing__nav-container::-webkit-scrollbar {
    display: none; }
  @media (max-width: 1024px) {
    .team-standing__nav-container::-webkit-scrollbar {
      display: initial; } }

.team-standing__division__name {
  background: #000000;
  margin-bottom: 15px; }
  .team-standing__division__name p {
    margin: 0; }

.team-standing__legend {
  font-size: 12px; }
  .team-standing__legend__item {
    display: flex;
    padding-bottom: 20px; }
  .team-standing__legend__left {
    padding-right: 10px; }
  .team-standing__legend__right {
    padding: 0; }

.team-standing__dropdown {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff; }
  .team-standing__dropdown__toggle {
    display: flex;
    align-items: center;
    position: relative; }
  .team-standing__dropdown__arrow {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent; }
  .team-standing__dropdown ul {
    background-color: #000000;
    cursor: pointer;
    position: absolute;
    left: -15px;
    top: 20px; }
  .team-standing__dropdown li {
    padding: 10px 20px;
    list-style: none;
    cursor: pointer; }

.team-standing__table {
  width: 100%;
  white-space: nowrap;
  table-layout: fixed;
  border-bottom: 20px solid #000000;
  border-collapse: collapse;
  background-color: #121212; }
  @media (max-width: 768px) {
    .team-standing__table {
      table-layout: auto; } }
  .team-standing__table__line {
    border-right: 1px solid #121212; }
  .team-standing__table__group {
    display: table-column-group;
    border-right: 1px solid #121212; }
  .team-standing__table__col {
    border-left: none;
    border-right: none; }
  .team-standing__table th {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #dadada;
    padding: 10px 10px 10px 0; }
    @media (max-width: 768px) {
      .team-standing__table th.sticky {
        left: 0;
        position: absolute;
        top: auto;
        width: 150px;
        height: 20px;
        background: #121212; } }
  @media (max-width: 768px) {
    .team-standing__table__wrapper {
      margin-left: 152px;
      overflow-x: scroll;
      overflow-y: visible;
      padding-bottom: 5px; } }
  .team-standing__table td {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-right: 10px; }
    .team-standing__table td p {
      margin: 0; }
    @media (max-width: 768px) {
      .team-standing__table td.sticky {
        left: 0;
        position: absolute;
        top: auto;
        width: 150px;
        background: #121212;
        height: 20px;
        overflow: hidden; } }
    .team-standing__table td.isselected {
      color: #53d337; }
    .team-standing__table td.positive {
      color: #53d337; }
    .team-standing__table td.negative {
      color: #e9344a; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.team-page-schedule__nav-container {
  display: flex;
  align-items: center;
  overflow-x: auto; }
  .team-page-schedule__nav-container::-webkit-scrollbar {
    display: none; }
  @media (max-width: 1024px) {
    .team-page-schedule__nav-container::-webkit-scrollbar {
      display: initial; } }

.team-page-schedule__table-container {
  margin-top: 24px; }

.team-page-schedule__caption {
  font-size: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.team-page-statistics__nav-container {
  display: flex;
  align-items: center;
  overflow-x: auto; }
  .team-page-statistics__nav-container::-webkit-scrollbar {
    display: none; }
  @media (max-width: 1024px) {
    .team-page-statistics__nav-container::-webkit-scrollbar {
      display: initial; } }

.team-page-statistics__caption {
  font-size: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.teamdata-tab-separation {
  height: 20px;
  width: 100%;
  background: #000000; }

.teamdata-tab-overlay {
  position: absolute;
  width: 40px;
  height: 40px;
  box-shadow: inset -40px 0 20px -10px #000000;
  top: 0;
  right: 0;
  z-index: 1;
  color: #53d337;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.sportsbook-team-page__main .react-tabs {
  -webkit-tap-highlight-color: transparent;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  white-space: nowrap; }
  .sportsbook-team-page__main .react-tabs__tab-list {
    position: relative;
    margin: 0 0 10px;
    border-bottom: solid 2px #121212;
    display: flex;
    list-style-type: disc;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 0 !important; }
    .sportsbook-team-page__main .react-tabs__tab-list::-webkit-scrollbar {
      display: none; }
    @media (max-width: 1024px) {
      .sportsbook-team-page__main .react-tabs__tab-list::-webkit-scrollbar {
        display: initial; } }
  .sportsbook-team-page__main .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    cursor: pointer; }
    .sportsbook-team-page__main .react-tabs__tab a {
      text-decoration: none;
      color: #c5c5c5; }
    .sportsbook-team-page__main .react-tabs__tab--selected {
      border-bottom: solid 2px #53d337; }
      .sportsbook-team-page__main .react-tabs__tab--selected a {
        color: #ffffff; }
    .sportsbook-team-page__main .react-tabs__tab h2 {
      padding: 10px 30px;
      font-size: inherit;
      font-weight: inherit;
      -webkit-margin-after: 0;
              margin-block-end: 0;
      -webkit-margin-before: 0;
              margin-block-start: 0; }
      @media (max-width: 1024px) {
        .sportsbook-team-page__main .react-tabs__tab h2 {
          padding: 10px 20px; } }
  .sportsbook-team-page__main .react-tabs__tab-panel {
    display: none;
    background: #000000;
    min-height: 60px;
    margin: 0 0 0 20px; }
    .sportsbook-team-page__main .react-tabs__tab-panel--selected {
      display: block; }
    .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-event-page__wrapper {
      background: #242424;
      width: 100%;
      padding: 10px 0; }
    .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-event-page__error {
      padding-left: 16px; }
      .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-event-page__error a {
        color: #ffffff; }
    .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-league-page {
      padding: 0; }
    .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-responsive-card-container__header a:last-child:after {
      display: none; }
    .sportsbook-team-page__main .react-tabs__tab-panel .sportsbook-responsive-card-container:after {
      display: none; }
  @media (max-width: 768px) {
    .sportsbook-team-page__main .react-tabs__tab-panel {
      margin: 0 10px; } }

.team-page-tab-spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px; }

.link-callout a {
  text-decoration: underline;
  color: white; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-wrapper.team-page-patch {
  background-color: #000000; }

.sportsbook-wrapper.team-page-patch .sportsbook-wrapper__body.team-page-patch {
  padding: 0; }

.sportsbook__betslip.team-page-patch {
  padding: 20px 0 0 0;
  margin-right: -50px; }

.sportsbook-team-page__wrapper {
  width: calc(100% - 550px);
  position: relative; }
  @media (max-width: 768px) {
    .sportsbook-team-page__wrapper {
      width: 100%;
      font-size: 20px;
      flex-direction: column; } }
  .sportsbook-team-page__wrapper main.sportsbook-team-page__main .sportsbook-team-page__top .react-tabs .odds .sportsbook-event-page__wrapper {
    width: 100%; }

.sportsbook-team-page__league-link {
  background: #242424;
  margin: 24px 0 24px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  height: 40px;
  box-sizing: border-box; }
  .sportsbook-team-page__league-link a {
    color: #ffffff;
    text-decoration: none;
    position: relative; }
    .sportsbook-team-page__league-link a em {
      color: #53d337;
      font-weight: bold;
      position: relative;
      font-size: 14px;
      top: 1px;
      left: 3px; }
  @media (max-width: 768px) {
    .sportsbook-team-page__league-link {
      margin: 24px 10px; } }

.sportsbook-team-page__sport-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px; }

.sportsbook-team-page__top {
  min-height: 550px; }
  @media (max-width: 768px) {
    .sportsbook-team-page__top {
      font-size: 12px; } }

.sportsbook-team-page__title {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sportsbook-team-page__title__team {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .sportsbook-team-page__title__team {
        flex-direction: column; } }
    .sportsbook-team-page__title__team p {
      color: #ffffff;
      margin: 0 0 0 14px;
      font-weight: normal;
      font-size: 26px; }
      @media (max-width: 768px) {
        .sportsbook-team-page__title__team p {
          font-size: 20px;
          margin: 14px 0 0 0; } }
  .sportsbook-team-page__title__standings-summary {
    color: #c5c5c5;
    position: relative;
    opacity: 1;
    top: 0;
    font-size: 16px;
    transition: opacity 0.2s ease-in, top 0.2s ease-in; }
    .sportsbook-team-page__title__standings-summary.loading {
      opacity: 0;
      top: -10px; }
  @media (max-width: 768px) {
    .sportsbook-team-page__title {
      font-size: 20px;
      line-height: 12px;
      padding: 10px 20px; } }
  .sportsbook-team-page__title__odds {
    padding: 0 10% 0 20px;
    max-width: 800px; }
    .sportsbook-team-page__title__odds h1 {
      margin-top: 0;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: bold;
      font-size: 40px;
      line-height: 54px;
      position: relative;
      top: 0;
      opacity: 1;
      transition: opacity 0.2s ease-in, top 0.2s ease-in; }
      @media (max-width: 768px) {
        .sportsbook-team-page__title__odds h1 {
          font-size: 20px;
          line-height: 30px; } }
      .sportsbook-team-page__title__odds h1.loading {
        opacity: 0;
        top: -10px;
        color: transparent;
        animation: pulse 1s infinite ease-in-out;
        height: 162px; }
  @media (max-width: 768px) {
    .sportsbook-team-page__title {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.sportsbook-team-page__cards {
  padding: 24px;
  position: relative; }
  @media (max-width: 1440px) {
    .sportsbook-team-page__cards {
      margin-bottom: -30px; } }

.sportsbook-team-page__h3 {
  margin-top: 0;
  text-transform: capitalize; }

.promo-card__wrapper {
  width: 230px;
  height: 110px;
  background-color: #242424;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px; }

.promo-card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff; }

.promo-card__link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff; }
  .promo-card__link a {
    text-decoration: none;
    color: #ffffff;
    position: relative; }
    .promo-card__link a:after {
      content: '>';
      color: #53d337;
      font-weight: 800;
      margin-left: 5px;
      position: relative;
      top: 1px; }

.team-page-table {
  display: flex;
  flex-direction: column;
  background: #242424;
  color: #ffffff;
  overflow-x: auto;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px; }
  .team-page-table__header .team-page-table__cell {
    font-size: 10px;
    line-height: 16px;
    color: #dadada; }
    .team-page-table__header .team-page-table__cell:first-child {
      font-weight: normal;
      color: #dadada; }
    .team-page-table__header .team-page-table__cell:nth-child(2) {
      color: #dadada;
      font-weight: normal; }
  .team-page-table__row {
    display: flex;
    width: 100%; }
    .team-page-table__row:nth-child(even) .team-page-table__cell {
      background: #242424; }
    .team-page-table__row:nth-child(odd) .team-page-table__cell {
      background: #242424; }
  .team-page-table__cell {
    display: flex;
    flex: 1;
    align-items: center;
    padding-right: 20px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal; }
    .team-page-table__cell p {
      overflow: hidden; }
    .team-page-table__cell:first-child {
      padding-left: 20px;
      font-weight: bold;
      color: #ffffff;
      display: block;
      position: absolute;
      background: inherit;
      min-width: 100px;
      max-width: 100px;
      box-shadow: 10px 10px 20px -5px #000000; }
      .team-page-table__cell:first-child .team-page-table__cell--inner {
        justify-content: left; }
      @media (min-width: 769px) {
        .team-page-table__cell:first-child {
          min-width: 150px;
          max-width: 150px;
          box-shadow: unset; } }
    .team-page-table__cell:nth-child(2) {
      padding-left: 140px; }
    .team-page-table__cell:last-child {
      white-space: nowrap; }
      .team-page-table__cell:last-child .team-page-table__tooltip {
        margin-left: -40px; }
    .team-page-table__cell--schedule:nth-child(2) {
      color: #ffffff;
      font-weight: bold;
      white-space: nowrap; }
    .team-page-table__cell--statistics {
      min-width: 55px;
      padding-right: 0; }
      .team-page-table__cell--statistics:nth-child(2) {
        padding-left: 170px; }
        @media (max-width: 768px) {
          .team-page-table__cell--statistics:nth-child(2) {
            padding-left: 125px; } }
      .team-page-table__cell--statistics.team-page-table__cell--sorted .team-page-table__cell--inner {
        background: #ffffff18; }
      .team-page-table__cell--statistics .team-page-table__cell--inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
    .team-page-table__cell--roster:nth-child(2) {
      padding-left: 200px; }
      @media (max-width: 768px) {
        .team-page-table__cell--roster:nth-child(2) {
          padding-left: 170px; } }
    .team-page-table__cell--injuries, .team-page-table__cell--schedule {
      white-space: normal; }
      .team-page-table__cell--injuries:first-child, .team-page-table__cell--schedule:first-child {
        display: flex;
        position: relative;
        box-shadow: initial; }
      .team-page-table__cell--injuries:nth-child(2), .team-page-table__cell--schedule:nth-child(2) {
        padding-left: 0; }
        @media (max-width: 768px) {
          .team-page-table__cell--injuries:nth-child(2), .team-page-table__cell--schedule:nth-child(2) {
            padding-left: 0; } }
    .team-page-table__cell--sortable {
      cursor: pointer; }
    @media (min-width: 1025px) {
      .team-page-table__cell:hover > .team-page-table__tooltip {
        transition-delay: 1s;
        visibility: visible;
        white-space: normal; } }
  .team-page-table__pitcher-cell--value {
    margin-bottom: 0; }
  .team-page-table__pitcher-cell--caption {
    margin-top: 0;
    font-size: 10px;
    line-height: 1;
    color: #ababab; }
  .team-page-table__tooltip {
    position: absolute;
    margin-top: 70px;
    background: #000000;
    padding: 5px;
    visibility: hidden;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    transition-delay: 0s;
    z-index: 10; }
  .team-page-table__injury-circle {
    border: 5px solid;
    border-radius: 10.5px;
    margin-right: 5px; }
  .team-page-table__schedule-link {
    color: inherit;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .team-page-table__schedule-link:hover {
        text-decoration: underline; } }

.team-page-dropdown-arrow {
  cursor: pointer;
  margin-left: 5px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent; }
  .team-page-dropdown-arrow--asc {
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #ffffff transparent; }

.team-page-dropdown-container {
  position: absolute;
  margin-top: 20px;
  background: #000000; }
  .team-page-dropdown-container__item {
    padding: 10px 20px;
    cursor: pointer; }

.odds-card-placeholder {
  width: 270px;
  height: 150px;
  border-radius: 5px;
  animation: pulse 1s infinite ease-in-out; }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

.sportsbook-team-page__main .sportsbook-team-page__top .react-tabs .sportsbook-league-page {
  width: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.game-history a,
.game-history a:visited {
  color: #ededed; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.championship-leaderboard__nav-container {
  display: flex;
  align-items: center;
  overflow-x: auto; }
  .championship-leaderboard__nav-container::-webkit-scrollbar {
    display: none; }
  @media (max-width: 1024px) {
    .championship-leaderboard__nav-container::-webkit-scrollbar {
      display: initial; } }

.championship-leaderboard__table-container {
  margin-top: 24px; }

.championship-leaderboard__caption {
  font-size: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cs-rich-text-wrapper {
  font-weight: normal; }
  .cs-rich-text-wrapper a {
    color: #ededed; }
  .cs-rich-text-wrapper p {
    white-space: normal;
    margin-bottom: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.contentstack-snippets-panel {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px; }
  .contentstack-snippets-panel__wrapper {
    padding: 20px 0 20px 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-live-page__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-live-page__wrapper.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-live-page__wrapper.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-live-page__wrapper {
      width: 100%;
      padding: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-responsible-gaming__wrapper {
  background-color: #ffffff;
  width: 100%; }

.sportsbook-responsible-gaming__body {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px;
  color: #121212;
  font-size: 15px; }
  .sportsbook-responsible-gaming__body a {
    word-wrap: break-word; }
  .sportsbook-responsible-gaming__body-link {
    text-decoration: none;
    color: #009ffd;
    font-weight: 600;
    cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-welcome-modal__wrapper {
  position: fixed;
  right: 72px;
  z-index: 450; }
  @media (max-width: 768px) {
    .sportsbook-welcome-modal__wrapper {
      right: 0; } }

.sportsbook-welcome-modal__body {
  box-sizing: border-box;
  width: 540px;
  height: 178px;
  z-index: 99;
  overflow: hidden;
  background-color: white;
  padding: 16px 24px 24px 24px;
  cursor: default;
  transition: all 0.2s ease-out; }
  .sportsbook-welcome-modal__body h3 {
    color: #242424;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .sportsbook-welcome-modal__body p {
    color: #242424;
    margin: 4px 0 16px 0;
    font-weight: 300;
    font-size: 16px; }
  @media (max-width: 768px) {
    .sportsbook-welcome-modal__body {
      width: 100vw;
      height: 230px; } }

.sportsbook-welcome-modal__close {
  position: absolute;
  top: 18px;
  right: 16px;
  cursor: pointer; }
  .sportsbook-welcome-modal__close .sportsbook__icon--ex {
    fill: #c5c5c5;
    width: 14px;
    height: 14px; }

.sportsbook-welcome-modal__triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  position: relative;
  left: 530px;
  bottom: 16px;
  transform: rotate(40deg); }
  @media (max-width: 768px) {
    .sportsbook-welcome-modal__triangle {
      display: none; } }

.sportsbook-welcome-modal__logo {
  width: 161px;
  height: 43px;
  margin-bottom: 15px;
  background-image: url(e6c6cdd34a66c1973a339ce169579667.svg);
  background-repeat: no-repeat; }

.sportsbook-welcome-modal__question-mark {
  position: relative;
  float: right;
  bottom: 79px;
  left: 8px;
  height: 30px;
  width: 10px;
  font-size: 22px;
  background-color: #53d337;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .sportsbook-welcome-modal__question-mark {
      display: none; } }

.sportsbook-welcome-modal__clickable-area {
  cursor: pointer;
  height: 75%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-question-mark__wrapper {
  position: fixed;
  bottom: 41px;
  right: 16px;
  height: 40px;
  width: 40px;
  transition: all 0.2s ease-in;
  z-index: 400;
  color: #242424;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer; }
  .sportsbook-question-mark__wrapper:hover {
    background-color: #53d337;
    color: #ffffff; }
  @media (max-width: 768px) {
    .sportsbook-question-mark__wrapper {
      bottom: 94px; }
      .sportsbook-question-mark__wrapper.hide-responsive {
        display: none; } }
  @media (max-width: 960px) {
    .sportsbook-question-mark__wrapper {
      display: none; } }
  .sportsbook-question-mark__wrapper.pulse {
    animation: question-mark-pulse 1s ease-in-out 3s infinite; }

.sportsbook-question-mark__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.1s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center; }

@keyframes question-mark-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-paginated-guide__wrapper {
  position: fixed;
  right: 16px;
  bottom: 30px;
  height: 474px;
  width: 540px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 450;
  padding: 56px 32px 40px 32px;
  box-sizing: border-box;
  transition: all 0.2s ease-out; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__wrapper {
      height: 100vh;
      width: 100vw;
      top: 0;
      right: 0; } }

.sportsbook-paginated-guide__body {
  position: absolute;
  width: 476px;
  height: 390px;
  left: 32px; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__body {
      width: calc(100vw - 64px);
      height: 100%; } }

.sportsbook-paginated-guide__close {
  position: absolute;
  top: 18px;
  right: 24px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  text-align: right;
  vertical-align: top; }
  .sportsbook-paginated-guide__close .sportsbook__icon--ex {
    fill: #c5c5c5;
    width: 14px;
    height: 14px; }

.sportsbook-paginated-guide__logo {
  width: 161px;
  height: 43px;
  margin-top: -30px;
  background-image: url(e6c6cdd34a66c1973a339ce169579667.svg);
  background-repeat: no-repeat; }

.sportsbook-paginated-guide__header {
  margin: 20px 0 0 0;
  padding-bottom: 8px;
  color: #242424;
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid #ababab; }

.sportsbook-paginated-guide__section-titles-wrapper {
  padding-top: 8px;
  font-size: 21px; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__section-titles-wrapper {
      font-size: 18px; } }

.sportsbook-paginated-guide__section-title {
  padding: 8px 0;
  color: #242424;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s linear; }
  .sportsbook-paginated-guide__section-title:hover {
    color: #c5c5c5; }

.sportsbook-paginated-guide__page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242424;
  margin: 0;
  text-align: left; }

.sportsbook-paginated-guide__page-body {
  overflow-y: scroll;
  height: 319px; }
  .sportsbook-paginated-guide__page-body img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sportsbook-paginated-guide__page-body img {
        max-width: calc(100vw - 64px); } }
  .sportsbook-paginated-guide__page-body p {
    font-size: 16px;
    color: #121212;
    text-align: left;
    margin: 16px 0; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__page-body {
      height: 100%; } }

.sportsbook-paginated-guide__page-footer {
  font-size: 12px;
  margin-left: auto;
  margin-top: 4px;
  padding: 0;
  height: auto;
  width: 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__page-footer {
      bottom: 135px; } }

.sportsbook-paginated-guide__back-button {
  color: #242424;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.sportsbook-paginated-guide__next-button {
  padding: 8px 16px;
  margin-left: 24px;
  background-color: #242424;
  border: 1px solid #242424;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.sportsbook-paginated-guide__page-number {
  position: absolute;
  top: -32px;
  left: 2px;
  color: #242424;
  padding: 0;
  width: 100px;
  height: auto;
  text-align: left; }

.sportsbook-paginated-guide__current-page {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; }

.sportsbook-paginated-guide__next-page {
  width: 100%;
  height: 100%;
  position: absolute; }

.sportsbook-paginated-guide__home {
  height: 100%; }

.sportsbook-paginated-guide__home-footer {
  font-size: 12px;
  padding: 8px 0 0 0;
  position: absolute;
  bottom: 0; }
  @media (max-width: 768px) {
    .sportsbook-paginated-guide__home-footer {
      bottom: 135px; } }

.sportsbook-paginated-guide__hide-guide-message {
  color: #009ffd;
  cursor: pointer; }

.current-slide-left-exit {
  left: 0; }
  .current-slide-left-exit.current-slide-left-exit-active {
    left: calc(100% * -1 + 32px);
    transition: all 0.3s ease-out; }
    @media (max-width: 768px) {
      .current-slide-left-exit.current-slide-left-exit-active {
        left: calc(-100vw + 32px); } }

.current-slide-right-exit {
  left: 0; }
  .current-slide-right-exit.current-slide-right-exit-active {
    left: calc(100% - 32px);
    transition: all 0.3s ease-out; }
    @media (max-width: 768px) {
      .current-slide-right-exit.current-slide-right-exit-active {
        left: calc(100vw - 32px); } }

.next-slide-left-enter {
  left: calc(100% - 32px); }
  @media (max-width: 768px) {
    .next-slide-left-enter {
      left: calc(100vw - 32px); } }
  .next-slide-left-enter.next-slide-left-enter-active {
    left: 0;
    transition: all 0.3s ease-out; }

.next-slide-right-enter {
  left: calc(100% * -1 + 32px); }
  @media (max-width: 768px) {
    .next-slide-right-enter {
      left: calc(-100vw + 32px); } }
  .next-slide-right-enter.next-slide-right-enter-active {
    left: 0;
    transition: all 0.3s ease-out; }

.footer-slide-left-enter {
  left: calc(100% * -1 + 32px); }
  .footer-slide-left-enter.footer-slide-left-enter-active {
    right: 0;
    transition: all 0.3s ease-out; }

.footer-slide-left-exit {
  right: 0; }
  .footer-slide-left-exit.footer-slide-left-exit-active {
    left: calc(100% - 32px);
    transition: all 0.3s ease-out; }

.footer-slide-right-exit {
  right: 0; }
  .footer-slide-right-exit.footer-slide-right-exit-active {
    left: calc(100% * -1 + 32px);
    transition: all 0.3s ease-out; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-quickstart-guide__wrapper {
  transition: opacity 0.2s ease-in-out;
  z-index: 450;
  position: relative; }
  .sportsbook-quickstart-guide__wrapper--standalone {
    height: 100vh;
    width: 100vw; }
    .sportsbook-quickstart-guide__wrapper--standalone .spinner {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__home-footer {
      display: none; }
    .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__page-footer {
      bottom: 88px; }
    .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__close {
      display: none; }
    @media (min-width: 768px) {
      .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__wrapper {
        height: 100%;
        width: 100%;
        position: static; }
      .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__body {
        height: 100%;
        width: calc(100% - 64px); }
      .sportsbook-quickstart-guide__wrapper--standalone .sportsbook-paginated-guide__page-footer {
        bottom: 167px; } }
  @media (max-width: 960px) {
    .sportsbook-quickstart-guide__wrapper--modal.betslip-outcomes {
      display: none; } }

.guide-slide-enter {
  bottom: -440px; }
  .guide-slide-enter.guide-slide-enter-active {
    bottom: 30px;
    transition: all 0.2s ease-out; }

.guide-slide-exit {
  bottom: 30px; }
  .guide-slide-exit.guide-slide-exit-active {
    bottom: -440px;
    transition: all 0.2s ease-out; }

.welcome-slide-appear {
  bottom: -168px; }
  .welcome-slide-appear.welcome-slide-appear-active {
    bottom: 42px;
    transition: all 0.2s ease-out;
    transition-delay: 2s; }

.welcome-slide-enter-done {
  bottom: 42px; }

.welcome-slide-exit {
  bottom: 42px; }
  .welcome-slide-exit.welcome-slide-exit-active {
    bottom: -168px;
    transition: all 0.2s ease-out; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-help-page__wrapper {
  width: 100%;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left; }

.sportsbook-help-page__nav {
  width: 233px;
  border-right: 1px solid #ababab;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
  flex-shrink: 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .sportsbook-help-page__nav {
      position: absolute;
      border: 0;
      width: 95vw;
      padding-top: 16px; } }

.sportsbook-help-page__sidenav ul {
  list-style: none;
  padding: 0; }

@media (max-width: 768px) {
  .sportsbook-help-page__sidenav {
    display: none; } }

.sportsbook-help-page__sidenav #view-bonus-status:before {
  content: "NEW";
  color: #000000;
  background-image: linear-gradient(to right, #fc8e0c, #fb6c30);
  font-size: 10px;
  padding: 1px 4px 1px 4px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
  border-radius: 2px;
  font-weight: 600; }

.sportsbook-help-page__link {
  color: #121212;
  font-size: 16px;
  padding: 16px 16px 16px 32px;
  display: block;
  font-weight: 700;
  text-decoration: none; }
  .sportsbook-help-page__link--active {
    color: #2a751a; }

.sportsbook-help-page__body {
  color: #121212;
  width: calc(100% - 64px);
  max-width: 824px;
  padding: 8px 32px 32px 32px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto; }
  .sportsbook-help-page__body h1 {
    margin: 40px 0;
    font-weight: 400;
    font-size: 32px;
    line-height: normal; }
  .sportsbook-help-page__body h2 {
    font-size: 24px;
    margin: 24px 0 8px 0;
    font-weight: 700;
    line-height: normal; }
  .sportsbook-help-page__body h3 {
    font-size: 16px;
    margin: 24px 0 8px 0;
    font-weight: 700;
    line-height: normal; }
  .sportsbook-help-page__body table,
  .sportsbook-help-page__body tr,
  .sportsbook-help-page__body td,
  .sportsbook-help-page__body th {
    border: 1px solid #121212;
    border-collapse: collapse; }
  .sportsbook-help-page__body td,
  .sportsbook-help-page__body th {
    padding: 2px 5px; }
  .sportsbook-help-page__body li {
    margin: 10px 0; }
  .sportsbook-help-page__body div ol {
    padding: 0 16px; }
  .sportsbook-help-page__body table ol {
    padding: 0 0 0 40px;
    margin: 0; }
  .sportsbook-help-page__body table li {
    margin: 0; }
  @media (max-width: 768px) {
    .sportsbook-help-page__body {
      padding-top: 50px; } }

.sportsbook-help-page__dropdownnav {
  position: relative;
  width: 90%;
  margin: 0 auto; }
  .sportsbook-help-page__dropdownnav select {
    margin: 8px auto;
    font-size: 16px;
    background: #ffffff;
    width: 100%;
    padding: 8px;
    line-height: 22px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    white-space: pre-wrap; }
  .sportsbook-help-page__dropdownnav option {
    font-weight: 400;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px; }
  .sportsbook-help-page__dropdownnav .sportsbook__icon--arrow-down {
    position: absolute;
    right: 8px;
    top: 18px;
    fill: #c5c5c5; }
  @media (min-width: 768px) {
    .sportsbook-help-page__dropdownnav {
      display: none; } }

.sportsbook-help-page__full-width-table {
  width: 100%; }

.sportsbook-help-page__table-header {
  color: #ffffff;
  background-color: #373737; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-help-faq__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sportsbook-help-faq__wrapper h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 40px 0; }

.sportsbook-help-faq__header h1 {
  color: #242424; }

.sportsbook-help-faq__body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: left;
  padding: 8px 0 64px 0;
  min-height: 30vh; }
  .sportsbook-help-faq__body ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sportsbook-help-faq__body.error {
    width: auto; }
  .sportsbook-help-faq__body.loading {
    display: flex;
    justify-content: center;
    align-items: center; }

.sportsbook-help-faq__footer {
  padding: 8px 0 80px 0;
  text-align: center;
  background-color: #242424; }
  .sportsbook-help-faq__footer h1 {
    color: #ffffff;
    padding: 0 8px; }
  .sportsbook-help-faq__footer a {
    border: 1px solid #ffffff;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 2px;
    letter-spacing: 0.2px;
    transition: all 0.2s linear;
    color: #ffffff;
    text-decoration: none; }
    .sportsbook-help-faq__footer a:hover {
      background-color: #121212; }

.sportsbook-help-faq__section {
  cursor: pointer;
  padding: 16px 0;
  margin: 0 16px;
  border-top: 1px solid #ababab; }
  .sportsbook-help-faq__section:first-of-type {
    border-top: 0; }
  .sportsbook-help-faq__section ul {
    padding-top: 16px; }
  .sportsbook-help-faq__section .sportsbook-faq-accordion__header {
    display: flex;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  .sportsbook-help-faq__section .sportsbook-faq-accordion__accordion {
    background-color: transparent; }
    .sportsbook-help-faq__section .sportsbook-faq-accordion__accordion .sportsbook__icon--arrow-up {
      fill: #ababab;
      transition: all 0.24s linear;
      width: 20px;
      height: 20px; }
  .sportsbook-help-faq__section .sportsbook-faq-accordion__wrapper.expanded .sportsbook__icon--arrow-down, .sportsbook-help-faq__section .sportsbook-faq-accordion__wrapper.expanding .sportsbook__icon--arrow-down {
    transform: rotate(180deg); }

.sportsbook-help-faq__question {
  cursor: pointer; }
  .sportsbook-help-faq__question .sportsbook-faq-accordion__header {
    font-weight: 400;
    font-size: 16px;
    padding: 16px 0; }
  .sportsbook-help-faq__question p {
    cursor: default;
    margin: 0;
    padding-bottom: 16px;
    color: #000000;
    text-align: left;
    font-size: 14px;
    line-height: 24px; }

.sportsbook-help-faq__error {
  text-align: center;
  font-size: 14px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-help-quickstart-guide__body h1 {
  margin: 40px 0;
  font-weight: 400;
  font-size: 32px; }

.sportsbook-help-quickstart-guide__body h2 {
  font-size: 24px;
  margin: 24px 0 8px 0;
  font-weight: 700; }

.sportsbook-help-quickstart-guide__body h3 {
  font-size: 16px;
  margin: 24px 0 8px 0;
  font-weight: 700; }

.sportsbook-help-quickstart-guide__body ul {
  list-style: none;
  padding: 0; }

.sportsbook-help-quickstart-guide__body img {
  display: block;
  margin: 0 auto;
  max-width: 80vw; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.content-stack-generic__spinner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.content-stack-generic__odds-shift {
  font-weight: 800;
  color: #53d337; }

.sportsbook-pools-faq ul {
  padding-top: 0; }

.sportsbook-pools-faq li {
  margin: 0; }

.sportsbook-pools-faq__list {
  list-style: none;
  padding: 0; }

.sportsbook-pools-faq .bold {
  font-weight: bold; }

.sportsbook-pools-faq .inner-list {
  padding-top: 5px; }
  .sportsbook-pools-faq .inner-list li {
    margin: 10px 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.limits-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500; }
  .limits-modal .body {
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30vw;
    min-width: 270px;
    text-transform: none; }
    .limits-modal .body .sportsbook__icon--ex {
      fill: #c5c5c5;
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .limits-modal .body button {
      cursor: pointer;
      border: 0;
      outline: 0 none;
      width: 194px;
      height: 34px;
      background: #53d337;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .limits-modal .body button {
          margin: 10px 0; } }
      .limits-modal .body button:hover {
        border: none;
        background: #7ede68 !important; }
      .limits-modal .body button:active, .limits-modal .body button:focus {
        border: none;
        background: #43b828 !important;
        outline: 2px auto -webkit-focus-ring-color; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.limit-input {
  padding-right: 15px; }
  @media (max-width: 768px) {
    .limit-input {
      padding: 10px 0 0 0; } }
  .limit-input-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #121212; }
  .limit-input-body {
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .limit-input-body {
        padding-right: 12px; } }
    .limit-input-body.has-error input {
      border-bottom: solid #e9344a 1px; }
    .limit-input-body input {
      border-color: #ababab;
      border-style: solid;
      border-width: 1px;
      line-height: 34px;
      width: 160px;
      padding-left: 14px;
      font-size: 14px;
      text-align: center; }
      @media (max-width: 768px) {
        .limit-input-body input {
          width: 100%; } }
  .limit-input.currency .limit-input-body {
    position: relative; }
    .limit-input.currency .limit-input-body:before {
      position: absolute;
      content: "$";
      left: 4px;
      top: 9px;
      font-size: 16px;
      font-weight: 600; }
  .limit-input-description {
    color: #6f6f6f; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.result-container {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  padding: 12px 15px;
  margin: 10px 0 15px 0;
  line-height: normal; }
  .result-container-success {
    background-color: #f1fbee; }
    .result-container-success .sportsbook__icon--check {
      flex-shrink: 0;
      stroke: #53d337;
      height: 28px;
      width: 28px;
      padding-right: 8px; }
  .result-container-failure {
    background-color: #fdedef; }
    .result-container-failure .sportsbook__icon--warning {
      flex-shrink: 0;
      fill: #e9344a;
      height: 24px;
      width: 24px;
      padding-right: 12px; }
    .result-container-failure a {
      color: #0071f0;
      text-decoration: none;
      cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.clear-limits-button.button {
  background: #dadada;
  display: inline-block;
  font-weight: bold;
  justify-content: left;
  align-items: flex-start;
  font-size: 11px;
  width: unset;
  height: 27px; }

.clear-limits-button:hover {
  border: none;
  background: #ababab !important; }

.clear-limits-button:active, .clear-limits-button:focus {
  border: none;
  background: #ababab !important;
  outline: 2px auto -webkit-focus-ring-color; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.current-limits-description {
  border: 1px solid #ababab;
  border-radius: 3px;
  padding: 15px;
  margin-top: 15px; }
  @media (max-width: 768px) {
    .current-limits-description {
      margin-top: 20px; } }
  .current-limits-description h3 {
    font-size: 14px;
    margin: 0;
    font-weight: bold; }
  .current-limits-description-body {
    font-size: 12px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .current-limits-description-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .current-limits-description-body-increase-message {
      padding-left: 20px;
      text-transform: uppercase;
      color: #373737; }
      @media (max-width: 768px) {
        .current-limits-description-body-increase-message {
          padding-left: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.limit-component {
  background-color: #f3f3f3;
  max-width: 805px;
  min-height: 144px;
  font-size: 18px;
  margin-left: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 700;
  width: 100%; }
  .limit-component .title {
    padding-left: 10px;
    padding-bottom: 5px; }
  .limit-component .limit-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: 2px solid #ff7900;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 10px 10px 10px;
    padding: 10px 30px 0 15px;
    font-weight: normal; }
    .limit-component .limit-body button {
      color: #428bca;
      display: block;
      margin-bottom: 10px;
      cursor: pointer;
      background: none;
      border: none; }
    .limit-component .limit-body .limit-header {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-bottom: 5px;
      font-weight: 700;
      border-bottom: 2px solid #ababab;
      width: 50%; }
    .limit-component .limit-body .limit-selection {
      margin-bottom: 10px;
      width: 50%;
      display: flex; }
      .limit-component .limit-body .limit-selection .input-container {
        width: 155px;
        position: relative; }
        .limit-component .limit-body .limit-selection .input-container.currency:before {
          position: absolute;
          content: "$";
          left: 3px;
          top: 9px; }
      .limit-component .limit-body .limit-selection span:last-child {
        width: 20px;
        white-space: nowrap;
        padding-left: 8px;
        line-height: 30px;
        font-weight: 700; }

.clear-deposit-limits-confirmation-body {
  align-self: center;
  display: flex;
  margin-top: 10px;
  flex-direction: column; }
  .clear-deposit-limits-confirmation-body-top-section {
    margin: 10px 0;
    font-weight: normal; }
  .clear-deposit-limits-confirmation-body-middle-section {
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0; }
    .clear-deposit-limits-confirmation-body-middle-section .deposit-limit-title {
      margin-right: 5px;
      margin-left: 5px;
      width: 50%;
      text-align: right; }
    .clear-deposit-limits-confirmation-body-middle-section .deposit-limit-value {
      margin: 0 5px;
      width: 50%;
      font-weight: 700;
      text-align: left; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.clear-deposit-limits-body {
  align-self: center;
  display: flex;
  margin-top: 10px; }
  .clear-deposit-limits-body .tooltip {
    align-self: center; }
  @media (max-width: 768px) {
    .clear-deposit-limits-body {
      flex-direction: row; }
      .clear-deposit-limits-body .tooltip-container {
        left: -50px; }
        .clear-deposit-limits-body .tooltip-container .tooltip-tip {
          left: 205px; } }

.clear-deposit-limits-button.button {
  color: #6f6f6f;
  background: none;
  border: none;
  padding: 5px;
  outline: none;
  font-weight: bold;
  justify-content: left;
  align-items: flex-start;
  font-size: 12px;
  width: unset;
  height: unset;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 768px) {
    .clear-deposit-limits-button.button {
      margin: auto; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.player-limits-container h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .player-limits-container h1 {
      font-size: 20px;
      text-align: center; } }

.player-limits-container h2 {
  color: #121212;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ababab; }

.player-limits-container .limits-section {
  margin: 0 0 40px 0; }
  .player-limits-container .limits-section p {
    font-size: 14px; }
  .player-limits-container .limits-section .admin-limits-message {
    font-weight: 600; }
  .player-limits-container .limits-section .limits {
    margin: 10px 0 0 0; }
    @media (max-width: 768px) {
      .player-limits-container .limits-section .limits {
        margin-left: 0; } }
    .player-limits-container .limits-section .limits .header {
      font-weight: bold;
      border-bottom: 1px solid #ababab;
      width: 40%;
      margin-bottom: 5px; }
      @media (max-width: 1024px) {
        .player-limits-container .limits-section .limits .header {
          width: 90%; } }
    .player-limits-container .limits-section .limits .limits-body {
      display: flex;
      flex-direction: row; }
      @media (max-width: 768px) {
        .player-limits-container .limits-section .limits .limits-body {
          flex-direction: column; }
          .player-limits-container .limits-section .limits .limits-body .tooltip-container {
            left: -100px; }
            .player-limits-container .limits-section .limits .limits-body .tooltip-container .tooltip-tip {
              left: 257px; } }
    .player-limits-container .limits-section .limits .horizontal-layout-wrapper {
      display: flex; }
      .player-limits-container .limits-section .limits .horizontal-layout-wrapper > * {
        margin: 10px 7px 0 0; }
      .player-limits-container .limits-section .limits .horizontal-layout-wrapper > :first-child {
        margin-left: 0; }
      .player-limits-container .limits-section .limits .horizontal-layout-wrapper > :last-child {
        margin-right: 0; }
      @media (max-width: 768px) {
        .player-limits-container .limits-section .limits .horizontal-layout-wrapper {
          width: 100%;
          flex-direction: column; }
          .player-limits-container .limits-section .limits .horizontal-layout-wrapper > * {
            margin: 7px 0;
            align-self: center; }
          .player-limits-container .limits-section .limits .horizontal-layout-wrapper > :first-child {
            margin-top: 10px; }
          .player-limits-container .limits-section .limits .horizontal-layout-wrapper > :last-child {
            margin-bottom: 0; } }
  .player-limits-container .limits-section .deposit-message {
    background-color: #53d337;
    color: #ffffff;
    padding: 10px; }
    .player-limits-container .limits-section .deposit-message.error {
      background-color: red; }

.player-limits-container .error-container {
  background-color: rgba(255, 126, 105, 0.7);
  line-height: 34px;
  border-radius: 2px;
  min-height: 35px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px; }

.player-limits-container .success-container {
  background-color: #53d337;
  color: #ffffff;
  padding: 10px; }

.player-limits-container button {
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #53d337;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold !important;
  transition: background 0.2s; }
  @media (max-width: 768px) {
    .player-limits-container button {
      margin: 20px auto auto auto; } }
  .player-limits-container button:hover {
    border: none;
    background: #7ede68; }
  .player-limits-container button:active, .player-limits-container button:focus {
    border: none;
    background: #43b828;
    outline: 2px auto -webkit-focus-ring-color; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.time-limits select {
  width: 25%;
  font-size: 14px;
  border: 1px solid #ababab;
  max-width: 194px;
  min-width: 80px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-wallet__available-balance {
  margin: 20px auto 10px;
  border-bottom: 1px solid #ababab; }
  @media (max-width: 768px) {
    .sportsbook-wallet__available-balance {
      width: 60%; } }

.sportsbook-wallet__balance-breakdown {
  float: left;
  width: 60%; }
  @media (max-width: 768px) {
    .sportsbook-wallet__balance-breakdown {
      width: 100%;
      flex-direction: column;
      font-weight: normal;
      margin-bottom: 10px; } }

.sportsbook-wallet__additional-info {
  margin-top: 125px; }
  @media (max-width: 768px) {
    .sportsbook-wallet__additional-info {
      text-align: center;
      margin-top: 25px; } }

.sportsbook-wallet__additional-info-crowns {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .sportsbook-wallet__additional-info-crowns {
      text-align: center;
      margin-top: 25px; } }

.large-container {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  width: 60%; }
  @media (max-width: 768px) {
    .large-container {
      width: 100%;
      flex-direction: column;
      font-size: 16px;
      text-align: center; } }

.large-title {
  color: #121212;
  width: 70%; }
  @media (max-width: 768px) {
    .large-title {
      width: 100%; } }

.large-amount {
  width: 30%;
  color: #2a751a;
  text-align: right; }
  @media (max-width: 768px) {
    .large-amount {
      width: 100%;
      padding-top: 5px;
      text-align: center; } }

.small-container {
  color: #121212;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .small-container {
      width: 100%;
      flex-direction: column;
      font-weight: normal;
      text-align: center; } }

.small-title {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0; }

.small-amount {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600; }

.explanation-text {
  color: #121212;
  font-size: 11px; }

.faq-link {
  text-decoration: none;
  color: #0071f0;
  font-weight: 600; }

.crowns {
  font-family: 'Open Sans', sans-serif;
  color: #434343;
  font-size: 14px;
  font-weight: 600;
  padding-top: 4px; }
  .crowns:before {
    background: url("https://sportsbook.draftkings.com/static/casino/crowns-bw.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    content: '\00a0\00a0';
    height: 14px;
    width: 14px;
    margin-right: 4px;
    line-height: 15px; }

.sportsbook__icon--tool-tip {
  padding-left: 5px;
  fill: #9f9f9f;
  cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-information__wrapper h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper h1 {
      font-size: 20px;
      text-align: center; } }

@media (max-width: 768px) {
  .sportsbook-information__wrapper .info {
    display: block;
    text-align: center; } }

.sportsbook-information__wrapper .info .avatar {
  float: left;
  margin-right: 15px; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper .info .avatar {
      width: 100%;
      float: none;
      margin-right: 0; } }
  .sportsbook-information__wrapper .info .avatar img {
    width: 50px;
    border-radius: 50%; }

.sportsbook-information__wrapper .info .names {
  float: left; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper .info .names {
      width: 100%;
      float: none; } }
  .sportsbook-information__wrapper .info .names h2 {
    margin: 0;
    color: #242424;
    font-weight: normal;
    font-size: 16px; }
    @media (max-width: 768px) {
      .sportsbook-information__wrapper .info .names h2 {
        margin: 5px 0; } }

.sportsbook-information__wrapper .balance {
  margin-top: 40px; }

.sportsbook-information__wrapper .cta-button {
  float: right; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper .cta-button {
      width: 100%;
      float: none; } }
  .sportsbook-information__wrapper .cta-button a {
    width: 234px;
    height: 34px;
    background: #2a751a;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px; }
    @media (max-width: 768px) {
      .sportsbook-information__wrapper .cta-button a {
        margin: 0 auto; } }

.sportsbook-information__wrapper .addresses {
  margin-top: 50px;
  color: #242424;
  font-size: 13px; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper .addresses {
      text-align: center; } }
  .sportsbook-information__wrapper .addresses a {
    text-decoration: none;
    color: #0071f0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-cooloff__wrapper h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px;
  margin: 40px 0 20px; }
  @media (max-width: 768px) {
    .sportsbook-cooloff__wrapper h1 {
      font-size: 20px;
      text-align: center; } }

.sportsbook-cooloff__wrapper p {
  font-size: 14px;
  color: #121212; }
  .sportsbook-cooloff__wrapper p:first-of-type {
    color: #121212;
    font-weight: bold; }
  .sportsbook-cooloff__wrapper p a {
    text-decoration: none;
    color: #0071f0; }

.sportsbook-cooloff__wrapper .cooloff-select {
  width: 25%;
  font-size: 14px;
  border: 1px solid #ababab;
  max-width: 194px;
  min-width: 80px; }

.sportsbook-cooloff__wrapper .cta-button {
  margin-top: 15px;
  justify-content: flex-start; }
  .sportsbook-cooloff__wrapper .cta-button button {
    cursor: pointer;
    border: 0;
    outline: 0 none;
    width: 194px;
    height: 34px;
    background: #2a751a;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-multistate-sb-self-exclusion-form a {
  color: #0071f0;
  text-decoration: none; }

.us-multistate-sb-self-exclusion-form h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .us-multistate-sb-self-exclusion-form h1 {
      font-size: 20px;
      text-align: center; } }

.us-multistate-sb-self-exclusion-form h4 {
  margin-top: 0; }

.us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%; }

.us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab {
  list-style-type: none;
  display: block;
  height: 50px;
  position: relative;
  width: 32%;
  color: #2a751a;
  font-weight: 400;
  cursor: pointer; }
  @media (max-width: 768px) {
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab {
      width: 30%; } }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:before, .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:after {
    content: "";
    height: 25px;
    width: 99%;
    position: absolute;
    left: 0;
    z-index: 0;
    background-color: transparent;
    border: 2px solid #2a751a; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:before {
    transform: skew(25deg, 0deg);
    top: 0;
    border-bottom: none; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:after {
    transform: skew(-25deg, 0deg);
    border-top: none;
    top: 25px; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab .tab-name {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (max-width: 768px) {
      .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab .tab-name-middle {
        width: 90%;
        font-size: 10px;
        text-align: center; } }
    @media (max-width: 400px) {
      .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab .tab-name {
        font-size: 8px; } }
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab .tab-name span {
      margin: 0 10px; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:first-child span {
    margin-left: 5px; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:first-child .tab-name:before {
    content: "";
    top: 0;
    left: -6px;
    position: absolute;
    height: 48px;
    width: 15px;
    background-color: #ffffff;
    border: 2px solid #2a751a;
    border-right: none;
    z-index: -1; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:first-child.selected .tab-name:before {
    border-color: #2a751a; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:last-child span {
    margin-right: 5px; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:last-child .tab-name:before {
    content: "";
    top: 0;
    right: -10px;
    position: absolute;
    height: 48px;
    width: 15px;
    background-color: #ffffff;
    border: 2px solid #2a751a;
    border-left: none;
    z-index: -1; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab:last-child.selected .tab-name:before {
    border-color: #2a751a; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.selected {
    color: #2a751a; }
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.selected:before, .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.selected:after {
      border-color: #2a751a;
      background-color: #ffffff; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled {
    color: #242424;
    cursor: default; }
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled:before, .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled:after,
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled .tab-name:before,
    .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled .tab-name:after {
      background-color: #ababab;
      border-color: #ababab; }

.us-multistate-sb-self-exclusion-form .sb-self-exclusion-body {
  min-height: 100px;
  margin-top: 20px; }

.us-multistate-sb-self-exclusion-form .address-header {
  margin: 10px 0;
  font-weight: 600; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-sb-exclusion-period-tab .period-box {
  width: 100%;
  min-height: 72px;
  border: 1px solid #ababab;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .us-sb-exclusion-period-tab .period-box {
      padding: 5px; } }
  .us-sb-exclusion-period-tab .period-box .radio-options {
    margin-top: 15px; }
    .us-sb-exclusion-period-tab .period-box .radio-options label {
      margin-left: 15px;
      margin-right: 50px;
      font-weight: 400;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .us-sb-exclusion-period-tab .period-box .radio-options input {
      cursor: pointer; }
  .us-sb-exclusion-period-tab .period-box .period-input {
    display: inline-block; }

.us-sb-exclusion-period-tab button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #2a751a;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .us-sb-exclusion-period-tab button {
      margin: 0 auto; } }

.us-sb-exclusion-period-tab .error {
  color: #d32f2f; }

.us-sb-exclusion-period-tab .error-message {
  margin-left: 250px; }

@media (max-width: 1024px) {
  .us-sb-exclusion-period-tab button {
    width: 100%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-multistate-signature-tab ul {
  list-style: none; }
  .us-multistate-signature-tab ul .error {
    margin-left: 0; }

.us-multistate-signature-tab label,
.us-multistate-signature-tab input {
  display: block;
  margin-left: 65px;
  width: 470px; }

.us-multistate-signature-tab li {
  margin-bottom: 20px; }
  .us-multistate-signature-tab li input {
    display: inline-block;
    margin-left: 0;
    width: inherit; }
  .us-multistate-signature-tab li label {
    display: inline-block;
    font-weight: 400;
    text-align: left;
    width: 90%;
    margin-left: 10px;
    vertical-align: top;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.us-multistate-signature-tab button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #2a751a;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .us-multistate-signature-tab button {
      margin: 0 auto; } }

.us-multistate-signature-tab .error {
  margin-left: 65px;
  color: #d32f2f; }

@media (max-width: 1024px) {
  .us-multistate-signature-tab label,
  .us-multistate-signature-tab input {
    margin-left: 0;
    width: 100%; }
  .us-multistate-signature-tab ul {
    padding-left: 0; }
  .us-multistate-signature-tab button {
    width: 100%; }
  .us-multistate-signature-tab .error {
    margin-left: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-nj-sb-personal-information-form label {
  width: 30%;
  text-align: right;
  font-weight: normal;
  padding-right: 50px; }

.us-nj-sb-personal-information-form input {
  height: 36px;
  width: 50%;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  padding-left: 5px;
  margin: 0 5px 0 -5px;
  font-size: 15px; }

.us-nj-sb-personal-information-form select {
  height: 36px;
  width: 51%;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  padding-left: 5px;
  margin: 0 5px 0 -5px;
  font-size: 15px; }

.us-nj-sb-personal-information-form .personal-information-item {
  margin: 10px 0;
  display: flex; }
  @media (max-width: 1024px) {
    .us-nj-sb-personal-information-form .personal-information-item {
      flex-direction: column; } }
  .us-nj-sb-personal-information-form .personal-information-item.error {
    position: relative;
    height: 65px; }
    @media (max-width: 1024px) {
      .us-nj-sb-personal-information-form .personal-information-item.error {
        height: auto; } }

.us-nj-sb-personal-information-form .other-features {
  width: 72%;
  margin: auto;
  margin-bottom: 10px; }
  .us-nj-sb-personal-information-form .other-features label {
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 0; }
  .us-nj-sb-personal-information-form .other-features input {
    width: 100%; }
  .us-nj-sb-personal-information-form .other-features .required-field-text {
    width: 100%;
    text-align: left;
    color: #c7c7c7;
    margin-top: 10px; }

.us-nj-sb-personal-information-form .birthday-inputs {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: -5px; }
  .us-nj-sb-personal-information-form .birthday-inputs .slash {
    border: 1px solid #c7c7c7;
    border-right: none;
    border-left: none;
    width: 10px;
    text-align: center;
    padding: 9px 0 0 0;
    font-size: 20px;
    background-color: #ffffff;
    color: #000000; }
  .us-nj-sb-personal-information-form .birthday-inputs.error .slash {
    height: 29px; }
  .us-nj-sb-personal-information-form .birthday-inputs input {
    width: 45px;
    margin: 0;
    padding-left: 10px; }
    @media (max-width: 1024px) {
      .us-nj-sb-personal-information-form .birthday-inputs input {
        width: 33.33%; } }
  .us-nj-sb-personal-information-form .birthday-inputs input:first-child {
    border-right: none;
    border-radius: 2px 0 0 2px; }
  .us-nj-sb-personal-information-form .birthday-inputs input:nth-child(3) {
    border-right: none;
    border-left: none;
    border-radius: 0; }
  .us-nj-sb-personal-information-form .birthday-inputs input:last-child {
    border-left: none;
    border-radius: 0 2px 2px 0;
    width: 69px; }

.us-nj-sb-personal-information-form .address-header {
  font-weight: 500;
  width: 30%;
  text-align: right;
  padding-right: 50px; }

.us-nj-sb-personal-information-form .error {
  color: #d32f2f; }

.us-nj-sb-personal-information-form .error-message {
  position: absolute;
  bottom: 0;
  left: 36%; }
  @media (max-width: 1024px) {
    .us-nj-sb-personal-information-form .error-message {
      position: initial; } }

.us-nj-sb-personal-information-form button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #2a751a;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px; }
  @media (max-width: 1024px) {
    .us-nj-sb-personal-information-form button {
      margin: 0 auto; } }

@media (max-width: 1024px) {
  .us-nj-sb-personal-information-form .address-header,
  .us-nj-sb-personal-information-form label,
  .us-nj-sb-personal-information-form input,
  .us-nj-sb-personal-information-form select {
    width: 100%;
    display: block;
    text-align: left; }
  .us-nj-sb-personal-information-form label {
    text-align: left; }
  .us-nj-sb-personal-information-form .other-features {
    width: 100%; }
  .us-nj-sb-personal-information-form .error-message {
    margin-left: 0; }
  .us-nj-sb-personal-information-form button {
    width: 100%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-nj-sb-confirmation-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500; }
  .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    text-align: center; }
    .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .body {
      width: 69%;
      max-width: 805px;
      background-color: #ffffff;
      padding: 20px;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .body {
          width: 90%;
          height: 70vh;
          overflow: scroll; } }
      .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .body p {
        font-size: 12px; }
      .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .body input {
        width: 80%;
        border: 1px solid #ababab;
        padding: 5px 5px 5px 10px;
        height: 25px;
        border-radius: 2px;
        box-shadow: none;
        font-size: 12px; }
        @media (max-width: 768px) {
          .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .body input {
            margin-bottom: 20px; } }
    .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .error {
      margin-top: 4px;
      color: red;
      font-size: 12px; }
    .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons button:first-of-type {
        cursor: pointer;
        border: 0;
        outline: 0 none;
        width: 194px;
        height: 34px;
        background: #2a751a;
        color: #ffffff;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 20px;
        display: inline-block; }
        @media (max-width: 1024px) {
          .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons button:first-of-type {
            margin: 0 auto; } }
        .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons button:first-of-type .spinner {
          width: 16px;
          height: 16px;
          top: -4px;
          display: inline-block; }
          .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons button:first-of-type .spinner div {
            width: 17px;
            height: 17px;
            border: 4px solid #ffffff; }
      .us-nj-sb-confirmation-modal-wrapper .confirmation-modal-container .buttons button:last-of-type {
        border: none;
        cursor: pointer;
        font-size: 13px;
        color: #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-pa-sb-self-exclusion-form a {
  color: #0071f0;
  text-decoration: none; }

.us-pa-sb-self-exclusion-form img {
  margin-top: 100px; }
  @media (max-width: 768px) {
    .us-pa-sb-self-exclusion-form img {
      margin-top: 20px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-il-sb-self-exclusion-form a {
  color: #0071f0;
  text-decoration: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.us-va-sb-self-exclusion-form a {
  color: #0071f0;
  text-decoration: none;
  word-wrap: break-word; }

.us-va-sb-self-exclusion-form img {
  margin-top: 100px; }
  @media (max-width: 768px) {
    .us-va-sb-self-exclusion-form img {
      margin-top: 20px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.transactions__wrapper a {
  color: #0071f0;
  text-decoration: none; }

.transactions__wrapper h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px; }
  @media (max-width: 768px) {
    .transactions__wrapper h1 {
      font-size: 20px;
      text-align: center; } }

.transactions__wrapper hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ababab; }

.transactions__wrapper .visit-my-bets-copy {
  font-weight: normal;
  font-size: 12px; }
  .transactions__wrapper .visit-my-bets-copy.narrow {
    display: none; }
    @media (max-width: 960px) {
      .transactions__wrapper .visit-my-bets-copy.narrow {
        display: block; } }
  .transactions__wrapper .visit-my-bets-copy.wide {
    display: block;
    float: right; }
    @media (max-width: 960px) {
      .transactions__wrapper .visit-my-bets-copy.wide {
        display: none; } }

.transactions__wrapper h3.toggle-summary {
  font-size: 14px; }
  .transactions__wrapper h3.toggle-summary .summary-expand-arrow {
    color: #0071f0;
    cursor: pointer;
    margin-left: 30px; }

.transactions__wrapper .headings {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
  border-top: 1px solid #ababab; }
  .transactions__wrapper .headings .account-summary-data div {
    font-size: 12px; }
  .transactions__wrapper .headings div {
    margin-right: 20px; }
  .transactions__wrapper .headings h4 {
    border-bottom: 2px solid #ababab;
    padding-bottom: 8px;
    font-size: 12px; }
  @media (max-width: 768px) {
    .transactions__wrapper .headings {
      flex-direction: column; } }

.transactions__wrapper .table {
  width: 100%; }
  .transactions__wrapper .table table {
    width: 100%;
    border: none; }
    .transactions__wrapper .table table tr {
      border: none; }
      .transactions__wrapper .table table tr:nth-child(odd) {
        background-color: #ffffff; }
      .transactions__wrapper .table table tr th {
        background-color: #242424;
        color: #ffffff;
        width: 100%;
        border: none; }
        .transactions__wrapper .table table tr th.date, .transactions__wrapper .table table tr th.balance, .transactions__wrapper .table table tr th.amount {
          width: 20%;
          text-align: center; }
        .transactions__wrapper .table table tr th.date {
          padding-left: 10px;
          text-align: left; }
        .transactions__wrapper .table table tr th.desc {
          width: 40%; }
      .transactions__wrapper .table table tr td {
        border: none; }
        .transactions__wrapper .table table tr td.date, .transactions__wrapper .table table tr td.balance, .transactions__wrapper .table table tr td.amount {
          width: 20%;
          text-align: center; }
        .transactions__wrapper .table table tr td.date {
          text-align: left;
          padding-left: 10px; }
          .transactions__wrapper .table table tr td.date .time {
            color: #6f6f6f;
            font-size: 12px; }
        .transactions__wrapper .table table tr td.desc {
          width: 40%; }
        .transactions__wrapper .table table tr td.balance {
          font-weight: 700; }

.transactions__wrapper .date-disclaimer {
  font-size: 12px;
  color: #6f6f6f; }

.transactions__wrapper .modal-trigger {
  cursor: pointer;
  color: #009ffd; }

.transactions__wrapper #transactionFilters {
  margin-top: 15px;
  padding-bottom: 10px;
  height: 26px; }
  @media (max-width: 768px) {
    .transactions__wrapper #transactionFilters {
      height: 62px; } }
  .transactions__wrapper #transactionFilters .transactionDateFilter-select {
    float: left;
    width: 120px;
    margin-right: 10px;
    font-size: 12px;
    padding: 1px 6px;
    height: 26px;
    border: 1px solid #6f6f6f;
    border-radius: 5px 5px 5px 5px; }
    @media (max-width: 768px) {
      .transactions__wrapper #transactionFilters .transactionDateFilter-select {
        width: 100%;
        margin-bottom: 10px; } }
  .transactions__wrapper #transactionFilters .transactionFilterType-button {
    float: left;
    cursor: pointer;
    border: 1px solid #6f6f6f;
    border-radius: 5px 5px 5px 5px;
    outline: 0 none;
    width: 100px;
    height: 26px;
    background: #ffffff;
    color: #6f6f6f;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-right: 5px; }
    .transactions__wrapper #transactionFilters .transactionFilterType-button.active {
      border-color: #000000;
      background: #000000;
      color: #ffffff;
      font-weight: bold; }
    .transactions__wrapper #transactionFilters .transactionFilterType-button:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .transactions__wrapper #transactionFilters .transactionFilterType-button {
        margin-bottom: 5px;
        margin-right: 1vw;
        width: 19vw;
        min-width: 73px; } }
    @media (max-width: 480px) {
      .transactions__wrapper #transactionFilters .transactionFilterType-button {
        font-size: 10px; } }

.transactions__wrapper #pagination {
  margin-top: 10px;
  width: 100%;
  height: 22px; }
  .transactions__wrapper #pagination .arrow-wrapper {
    float: right;
    width: 50px; }
    @media (max-width: 768px) {
      .transactions__wrapper #pagination .arrow-wrapper {
        float: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); } }
    .transactions__wrapper #pagination .arrow-wrapper .sportsbook__icon--arrow-left {
      text-align: left;
      float: left; }
    .transactions__wrapper #pagination .arrow-wrapper .sportsbook__icon--arrow-right {
      text-align: right;
      float: right; }
    .transactions__wrapper #pagination .arrow-wrapper .arrow {
      cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.history__wrapper h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px; }
  @media (max-width: 768px) {
    .history__wrapper h1 {
      font-size: 20px;
      text-align: center; } }

.history__wrapper .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .history__wrapper .headings h3 {
    border-bottom: 2px solid #ababab;
    padding-bottom: 8px; }

.history__wrapper .table {
  width: 100%; }
  .history__wrapper .table table {
    width: 100%;
    border: none; }
    .history__wrapper .table table tr {
      border: none; }
      .history__wrapper .table table tr:nth-child(odd) {
        background-color: #ffffff; }
      .history__wrapper .table table tr th {
        background-color: #242424;
        color: #ffffff;
        width: 100%;
        border: none; }
        .history__wrapper .table table tr th.date, .history__wrapper .table table tr th.amount {
          width: 30%;
          text-align: center; }
        .history__wrapper .table table tr th.date {
          padding-left: 10px;
          text-align: left; }
        .history__wrapper .table table tr th.desc {
          width: 40%; }
      .history__wrapper .table table tr td {
        border: none; }
        .history__wrapper .table table tr td.date, .history__wrapper .table table tr td.amount {
          width: 30%;
          text-align: center; }
        .history__wrapper .table table tr td.date {
          text-align: left;
          padding-left: 10px; }
          .history__wrapper .table table tr td.date .time {
            color: #6f6f6f;
            font-size: 12px; }
        .history__wrapper .table table tr td.desc {
          width: 40%; }
        .history__wrapper .table table tr td.amount {
          font-weight: 700; }

.history__wrapper .date-disclaimer {
  font-size: 12px;
  color: #6f6f6f; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-settings__wrapper h1 {
  color: #121212;
  font-weight: normal;
  font-size: 30px;
  margin: 40px 0 20px; }
  @media (max-width: 768px) {
    .sportsbook-settings__wrapper h1 {
      font-size: 20px;
      text-align: center; } }

.sportsbook-settings__select {
  width: 25%;
  font-size: 14px;
  border: 1px solid #ababab;
  max-width: 194px;
  min-width: 80px; }

.sportsbook-settings__save button {
  margin-top: 15px;
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #2a751a;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px; }
  @media (max-width: 768px) {
    .sportsbook-settings__save button {
      margin: 0 auto; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-login-and-security__wrapper {
  position: relative;
  min-height: 50vh; }
  .sportsbook-login-and-security__wrapper h1 {
    font-family: "Open Sans", sans-serif;
    color: #121212;
    font-weight: normal;
    font-size: 30px; }
    @media (max-width: 768px) {
      .sportsbook-login-and-security__wrapper h1 {
        font-size: 20px;
        text-align: center; } }
  .sportsbook-login-and-security__wrapper #dk-account-security-container .account-security-container {
    margin-left: 0; }
    .sportsbook-login-and-security__wrapper #dk-account-security-container .account-security-container .sub-container {
      padding-left: 0; }
    .sportsbook-login-and-security__wrapper #dk-account-security-container .account-security-container .footer-container {
      padding-left: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-wrapper h1,
.how-to-bet-wrapper h2,
.how-to-bet-wrapper h3,
.how-to-bet-wrapper h4, .how-to-bet-wrapper .content--desktop li {
  font-family: "Saira Condensed", "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.how-to-bet-wrapper {
  width: 100%; }
  .how-to-bet-wrapper h1,
  .how-to-bet-wrapper h2,
  .how-to-bet-wrapper h3,
  .how-to-bet-wrapper h4,
  .how-to-bet-wrapper h5,
  .how-to-bet-wrapper p,
  .how-to-bet-wrapper a {
    letter-spacing: normal;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .how-to-bet-wrapper h1,
  .how-to-bet-wrapper h2,
  .how-to-bet-wrapper h3,
  .how-to-bet-wrapper h4 {
    font-weight: 700; }
  .how-to-bet-wrapper h1 {
    font-size: 60px; }
    @media screen and (min-width: 320px) {
      .how-to-bet-wrapper h1 {
        font-size: calc(60px + 20 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .how-to-bet-wrapper h1 {
        font-size: 80px; } }
  .how-to-bet-wrapper h2 {
    line-height: 1.1; }
    .how-to-bet-wrapper h2 {
      font-size: 26px; }
      @media screen and (min-width: 320px) {
        .how-to-bet-wrapper h2 {
          font-size: calc(26px + 7 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .how-to-bet-wrapper h2 {
          font-size: 33px; } }
  .how-to-bet-wrapper h3 {
    line-height: 1.1; }
    .how-to-bet-wrapper h3 {
      font-size: 40px; }
      @media screen and (min-width: 320px) {
        .how-to-bet-wrapper h3 {
          font-size: calc(40px + 10 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .how-to-bet-wrapper h3 {
          font-size: 50px; } }
  .how-to-bet-wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1; }
  .how-to-bet-wrapper p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.35; }
    .how-to-bet-wrapper p {
      font-size: 13px; }
      @media screen and (min-width: 320px) {
        .how-to-bet-wrapper p {
          font-size: calc(13px + 3 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .how-to-bet-wrapper p {
          font-size: 16px; } }
  .how-to-bet-wrapper header,
  .how-to-bet-wrapper section {
    position: relative; }
  .how-to-bet-wrapper .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .how-to-bet-wrapper .container {
        width: calc(100% - 30px);
        max-width: 750px; } }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .container {
        max-width: 970px; } }
  .how-to-bet-wrapper .button {
    display: inline-block;
    width: 100%;
    max-width: 296px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 22px 0;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    background: #53d337;
    margin: 35px 0; }
  .how-to-bet-wrapper .green {
    color: #53d337; }
  .how-to-bet-wrapper .masthead {
    background-image: url("https://dkstatic.s3.amazonaws.com/Creative-Development/2020/SB/sb-howtobet/BG_Pattern_desktop.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative; }
    .how-to-bet-wrapper .masthead header {
      padding-top: 80px; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .masthead {
        background-size: 100% 100%; }
        .how-to-bet-wrapper .masthead header {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; } }
  .how-to-bet-wrapper .header__text h2 {
    padding-top: 15px; }
  .how-to-bet-wrapper .header__text p {
    padding-top: 20px; }
  @media (min-width: 992px) {
    .how-to-bet-wrapper .header__text {
      flex: none;
      width: 44%;
      padding-right: 5%;
      text-align: left; } }
  .how-to-bet-wrapper .header__img {
    font-size: 0; }
    .how-to-bet-wrapper .header__img img {
      width: 100%;
      max-width: 415px;
      height: auto; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .header__img {
        flex: none;
        width: 47%;
        padding-top: 30px;
        overflow: hidden; }
        .how-to-bet-wrapper .header__img img {
          margin-top: -40px;
          margin-bottom: -80px; } }
  .how-to-bet-wrapper .content {
    background: #252525;
    text-align: center;
    display: block; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .content {
        display: none; } }
    .how-to-bet-wrapper .content h2,
    .how-to-bet-wrapper .content h3,
    .how-to-bet-wrapper .content h4,
    .how-to-bet-wrapper .content p {
      color: #ffffff; }
      .how-to-bet-wrapper .content h2.green,
      .how-to-bet-wrapper .content h3.green,
      .how-to-bet-wrapper .content h4.green,
      .how-to-bet-wrapper .content p.green {
        color: #f1fbee; }
    .how-to-bet-wrapper .content h3 {
      padding-top: 40px; }
    .how-to-bet-wrapper .content h4 {
      line-height: 68px; }
  .how-to-bet-wrapper div.mobile-tab:first-of-type .lesson-tab__border {
    display: none; }
  .how-to-bet-wrapper .content--desktop {
    display: none; }
    .how-to-bet-wrapper .content--desktop ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 690px;
      margin: 0 auto; }
    .how-to-bet-wrapper .content--desktop li {
      color: #ffffff;
      font-weight: 500;
      font-size: 24px;
      line-height: 68px;
      list-style: none;
      cursor: pointer; }
      .how-to-bet-wrapper .content--desktop li.selected {
        color: #f1fbee; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .content--desktop {
        display: block; } }
  .how-to-bet-wrapper .lesson-tab {
    padding-bottom: 20px; }
    .how-to-bet-wrapper .lesson-tab h4 {
      display: block; }
    .how-to-bet-wrapper .lesson-tab:last-child {
      padding-bottom: 51px; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .lesson-tab {
        padding-top: 10px; }
        .how-to-bet-wrapper .lesson-tab h4 {
          display: none; } }
  .how-to-bet-wrapper .lesson-tab__border {
    width: 85%;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 10px auto; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .lesson-tab__border {
        display: none; } }
  .how-to-bet-wrapper .lesson-tab__desc {
    width: 85%;
    max-width: 627px;
    margin: 0 auto; }
    .how-to-bet-wrapper .lesson-tab__desc p {
      text-align: left;
      padding-top: 20px; }
      .how-to-bet-wrapper .lesson-tab__desc p:nth-child(1) {
        padding-top: 0; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .lesson-tab__desc p {
        padding-top: 35px; } }
  .how-to-bet-wrapper .parlaybets--arrow {
    margin: 12px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    transform: rotate(45deg); }
    .how-to-bet-wrapper .parlaybets--arrow:before {
      bottom: 1px;
      content: "";
      height: 20px;
      position: absolute;
      right: 0;
      transform-origin: bottom;
      width: 2px;
      transform: rotate(-45deg);
      background-color: #c4c4c4; }
    .how-to-bet-wrapper .parlaybets--arrow:after {
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-right-style: solid;
      border-right-width: 2px;
      content: "";
      display: inline-block;
      height: 12px;
      left: -1px;
      position: absolute;
      top: -1px;
      width: 12px;
      border-color: #c4c4c4; }
  .how-to-bet-wrapper .parlaybets--plus {
    font-size: 28px;
    line-height: 16px;
    color: #c4c4c4; }
  .how-to-bet-wrapper .parlaybets,
  .how-to-bet-wrapper .spread,
  .how-to-bet-wrapper .moneyline,
  .how-to-bet-wrapper .overunder,
  .how-to-bet-wrapper .liveingame {
    width: 290px;
    margin: 0 auto;
    padding-top: 30px; }
    @media (min-width: 350px) {
      .how-to-bet-wrapper .parlaybets,
      .how-to-bet-wrapper .spread,
      .how-to-bet-wrapper .moneyline,
      .how-to-bet-wrapper .overunder,
      .how-to-bet-wrapper .liveingame {
        width: 320px; } }
  .how-to-bet-wrapper .parlaybets__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .how-to-bet-wrapper .parlaybets__top__bet {
    background: #3e3e3e;
    width: 125px;
    padding: 10px 0; }
    .how-to-bet-wrapper .parlaybets__top__bet p {
      font-size: 12px;
      line-height: 1; }
      .how-to-bet-wrapper .parlaybets__top__bet p.green {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding-top: 5px; }
  .how-to-bet-wrapper .parlaybets__odd {
    display: block;
    background: #3e3e3e;
    width: 180px;
    margin: 0 auto;
    padding: 14px 0; }
    .how-to-bet-wrapper .parlaybets__odd p {
      font-size: 14px;
      line-height: 1; }
      .how-to-bet-wrapper .parlaybets__odd p.green {
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        padding-top: 5px; }
  .how-to-bet-wrapper .parlaybets__payout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding-top: 25px; }
  .how-to-bet-wrapper .parlaybets__payout--wager p {
    font-size: 14px;
    line-height: 1.25; }
    .how-to-bet-wrapper .parlaybets__payout--wager p span {
      color: #f1fbee;
      font-weight: 700; }
  .how-to-bet-wrapper .parlaybets__payout--equal {
    color: #c4c4c4;
    font-size: 28px; }
  .how-to-bet-wrapper .moneyline {
    text-align: center; }
  .how-to-bet-wrapper .moneyline__bet {
    background: #3e3e3e;
    padding: 16px 20px;
    width: 226px;
    margin: 0 auto; }
  .how-to-bet-wrapper .moneyline__bet--top,
  .how-to-bet-wrapper .moneyline__bet--bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .how-to-bet-wrapper .moneyline__bet--top p {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 10px; }
    .how-to-bet-wrapper .moneyline__bet--top p:last-child {
      font-size: 15px;
      font-weight: 700;
      color: #f1fbee; }
  .how-to-bet-wrapper .moneyline__bet--bottom p {
    width: 106px;
    background: #000000;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase; }
    .how-to-bet-wrapper .moneyline__bet--bottom p:last-child {
      width: 90px;
      background: #fffefe;
      font-size: 15px;
      font-weight: 700;
      color: #000000; }
  .how-to-bet-wrapper .moneyline__bet--winnings {
    font-size: 14px;
    padding: 10px 0 30px 0; }
    .how-to-bet-wrapper .moneyline__bet--winnings span {
      color: #f1fbee;
      font-weight: 700; }
  .how-to-bet-wrapper .spread__bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 255px;
    margin: 0 auto; }
    .how-to-bet-wrapper .spread__bet:nth-child(2) {
      padding-top: 14px; }
  .how-to-bet-wrapper .spread__bet--left p {
    font-size: 15px; }
  .how-to-bet-wrapper .spread__bet--right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #3e3e3e;
    width: 144px; }
    .how-to-bet-wrapper .spread__bet--right p {
      font-size: 15px;
      line-height: 48px;
      font-weight: 700;
      color: #f1fbee; }
      .how-to-bet-wrapper .spread__bet--right p:nth-child(1) {
        font-weight: 400;
        color: #ffffff; }
  .how-to-bet-wrapper .spread__bet--winnings,
  .how-to-bet-wrapper .overunder__bet--winnings {
    font-size: 14px;
    text-align: center;
    padding-top: 30px; }
    .how-to-bet-wrapper .spread__bet--winnings span,
    .how-to-bet-wrapper .overunder__bet--winnings span {
      color: #f1fbee;
      font-weight: 700; }
  .how-to-bet-wrapper .overunder__bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 294px;
    margin: 0 auto; }
  .how-to-bet-wrapper .overunder__bet--item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #3e3e3e;
    width: 49%;
    flex: none; }
    .how-to-bet-wrapper .overunder__bet--item p {
      font-size: 12px;
      line-height: 48px;
      font-weight: 700;
      color: #f1fbee; }
      .how-to-bet-wrapper .overunder__bet--item p:nth-child(1) {
        font-weight: 400;
        color: #ffffff;
        padding-right: 20px; }
  .how-to-bet-wrapper .liveingame {
    background: rgba(0, 0, 0, 0.4);
    margin-top: 30px;
    padding-top: 0; }
    @media (min-width: 350px) {
      .how-to-bet-wrapper .liveingame {
        padding: 18px 27px 24px 20px; } }
  @media (max-width: 350px) {
    .how-to-bet-wrapper .liveingame__card {
      padding: 15px; } }
  .how-to-bet-wrapper .liveingame__card__header {
    padding-bottom: 14px;
    border-bottom: 1px solid #3e3e3e; }
  .how-to-bet-wrapper .liveingame__card__header--top,
  .how-to-bet-wrapper .liveingame__card__header--bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .how-to-bet-wrapper .liveingame__card__header--top p,
    .how-to-bet-wrapper .liveingame__card__header--bottom p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 700; }
  .how-to-bet-wrapper .liveingame__card__header--bottom p {
    font-size: 12px;
    color: #ababab;
    padding-left: 9px; }
  .how-to-bet-wrapper .liveingame__card__header--top__reddot {
    background: #d75c00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 8px; }
  .how-to-bet-wrapper .liveingame__card__header--bottom__status {
    background: #ffffff;
    width: 35px;
    font-size: 10px;
    line-height: 17px;
    font-weight: 700; }
  .how-to-bet-wrapper .liveingame__title {
    color: #f0efef;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    padding: 14px 0 7px 0;
    text-align: left; }
  .how-to-bet-wrapper .liveingame__bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px; }
    .how-to-bet-wrapper .liveingame__bet p {
      line-height: 48px; }
  .how-to-bet-wrapper .liveingame__bet--right p,
  .how-to-bet-wrapper .liveingame__bet--left p {
    font-size: 13px; }
  .how-to-bet-wrapper .liveingame__bet--right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 144px;
    background: #3e3e3e; }
    .how-to-bet-wrapper .liveingame__bet--right p {
      font-size: 13px;
      font-weight: 700;
      color: #f1fbee; }
      .how-to-bet-wrapper .liveingame__bet--right p:nth-child(1) {
        font-weight: 400;
        color: #ffffff;
        padding-right: 20px; }
  .how-to-bet-wrapper .sport-type {
    background: #000000;
    text-align: center; }
    .how-to-bet-wrapper .sport-type h3,
    .how-to-bet-wrapper .sport-type p {
      color: #ffffff; }
    .how-to-bet-wrapper .sport-type h3 {
      padding-top: 35px; }
    .how-to-bet-wrapper .sport-type p {
      padding-top: 10px;
      max-width: 286px;
      margin: 0 auto; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .sport-type h3 br {
        display: none; }
      .how-to-bet-wrapper .sport-type p {
        width: 100%;
        max-width: 100%;
        line-height: 68px;
        padding-top: 0; } }
  .how-to-bet-wrapper .sport-type__bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 8px; }
    .how-to-bet-wrapper .sport-type__bar a {
      width: 30%;
      height: auto;
      flex: none;
      margin-top: 12px; }
    .how-to-bet-wrapper .sport-type__bar img {
      width: 100%;
      max-width: 212px;
      height: auto; }
    @media (min-width: 992px) {
      .how-to-bet-wrapper .sport-type__bar {
        max-width: 734px;
        margin: 0 auto;
        flex-wrap: nowrap; }
        .how-to-bet-wrapper .sport-type__bar a {
          width: 16.6%;
          margin: 0 auto; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.shield-nav {
  width: 780px;
  display: flex;
  margin: 20px 0 10px 20px;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 768px) {
    .shield-nav {
      width: unset;
      justify-content: unset;
      margin: 20px 0 16px;
      overflow: scroll; } }
  .shield-nav .first-logo {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 8px 15px;
    margin-left: 0 !important;
    margin-right: -15px; }
  .shield-nav .sport-logo {
    height: 60px;
    opacity: 0.4; }
    @media (max-width: 768px) {
      .shield-nav .sport-logo {
        height: 50px; } }
  .shield-nav .shield {
    display: flex;
    flex-direction: column;
    margin-left: 36px;
    white-space: nowrap;
    align-items: center;
    text-align: center; }
    .shield-nav .shield .no-link {
      cursor: default;
      pointer-events: none;
      text-decoration: none; }
    @media (max-width: 768px) {
      .shield-nav .shield {
        margin-left: 25px; } }
    .shield-nav .shield .coming-soon {
      display: none;
      color: #ababab;
      font-variant: small-caps;
      font-size: 10px;
      font-weight: 800;
      text-decoration: none;
      min-height: 16px; }
    .shield-nav .shield .is-coming-soon {
      display: block; }
    .shield-nav .shield .highlighted {
      background: rgba(255, 255, 255, 0.15);
      opacity: unset;
      border-radius: 28px;
      padding: 8px 15px;
      margin: 0 -15px; }
  @media (max-width: 768px) {
    .shield-nav .first-shield {
      margin-left: 5px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.intro-content__cta {
  height: 100%;
  width: 370px;
  border: 1px solid #121212;
  border-radius: 3px;
  background-color: rgba(23, 23, 23, 0.75);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .intro-content__cta {
      width: 290px; } }
  @media (max-width: 768px) {
    .intro-content__cta.hide-button {
      display: none; } }
  .intro-content__cta-wrapper {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
      .intro-content__cta-wrapper {
        margin: 12px 16px 16px 16px; } }
  .intro-content__cta-title {
    font-size: 16px;
    line-height: 24px;
    color: #53d337; }
    @media (max-width: 768px) {
      .intro-content__cta-title {
        font-size: 14px;
        line-height: 20px; } }
    .intro-content__cta-title.football {
      color: #53d337; }
    .intro-content__cta-title.mma {
      color: #e9344a; }
    .intro-content__cta-title.baseball {
      color: #e9344a; }
    .intro-content__cta-title.golf {
      color: #53d337; }
    .intro-content__cta-title.basketball {
      color: #f3601b; }
    .intro-content__cta-title.hockey {
      color: #009ffd; }
    .intro-content__cta-title.logged-in {
      color: #ffffff; }
  .intro-content__cta-subtitle {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff; }
    @media (max-width: 768px) {
      .intro-content__cta-subtitle {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 12px; } }
  .intro-content__cta-button {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #53d337;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    border-radius: 2px;
    margin-top: 8px; }
    @media (max-width: 768px) {
      .intro-content__cta-button {
        height: 48px;
        width: 257px; } }
    .intro-content__cta-button.football {
      background: #53d337; }
    .intro-content__cta-button.mma {
      background: #e9344a; }
    .intro-content__cta-button.baseball {
      background: #e9344a; }
    .intro-content__cta-button.golf {
      background: #53d337; }
    .intro-content__cta-button.basketball {
      background: #f3601b; }
    .intro-content__cta-button.hockey {
      background: #009ffd; }
    .intro-content__cta-button.logged-in {
      margin-top: 15px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.intro-content__title {
  font-family: 'Saira Condensed', 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.intro-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 500; }
  .intro-content .large-shield {
    height: 182px; }
    @media (max-width: 768px) {
      .intro-content .large-shield {
        height: 140px; } }
  .intro-content__title {
    font-size: 52px;
    color: #ffffff;
    text-shadow: 0 2px 4px #000000;
    margin: 5px; }
    @media (max-width: 768px) {
      .intro-content__title {
        font-size: 24px;
        line-height: 36px;
        margin: 10px; } }
  .intro-content__cta {
    height: 100%;
    width: 370px;
    border: 1px solid #121212;
    border-radius: 3px;
    background-color: rgba(23, 23, 23, 0.75);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .intro-content__cta {
        width: 290px;
        height: 100%; } }
    @media (max-width: 768px) {
      .intro-content__cta.hide-button {
        display: none; } }
    .intro-content__cta-wrapper {
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 768px) {
        .intro-content__cta-wrapper {
          margin: 12px 16px 16px 16px; } }
    .intro-content__cta-title {
      font-size: 16px;
      line-height: 24px;
      color: #53d337; }
      @media (max-width: 768px) {
        .intro-content__cta-title {
          font-size: 14px;
          line-height: 20px; } }
      .intro-content__cta-title.logged-in {
        color: #ffffff; }
    .intro-content__cta-subtitle {
      font-size: 12px;
      line-height: 24px;
      color: #ffffff; }
      @media (max-width: 768px) {
        .intro-content__cta-subtitle {
          font-size: 10px;
          line-height: 20px;
          margin-bottom: 12px; } }
    .intro-content__cta-button {
      width: 140px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #53d337;
      text-transform: uppercase;
      text-decoration: none;
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.2px;
      border-radius: 2px;
      margin-top: 8px; }
      @media (max-width: 768px) {
        .intro-content__cta-button {
          height: 48px;
          width: 257px; } }
      .intro-content__cta-button.logged-in {
        margin-top: 15px; }
  .intro-content__img {
    margin-top: 80px; }
    @media (max-width: 768px) {
      .intro-content__img {
        margin-top: 20px; } }

.highlight-light {
  color: #53d337; }

.bold {
  font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cta-banner__signup-title {
  font-family: 'Saira Condensed', 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cta-banner__signup {
  background: url(https://sportsbook.draftkings.com/static/HowToBet/DKSB_Tape_Dark/DKSB_Tape_Dark-3x.png) no-repeat;
  background-size: cover;
  min-height: 290px;
  margin: 75px 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 768px) {
    .cta-banner__signup {
      font-size: 14px;
      margin: 48px 0; } }
  .cta-banner__signup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    min-height: 290px;
    justify-content: center; }
  .cta-banner__signup-title {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 5px; }
    @media (max-width: 768px) {
      .cta-banner__signup-title {
        font-size: 24px; } }
  .cta-banner__signup-details {
    max-width: 720px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .cta-banner__signup-details {
        max-width: 600px; } }
  .cta-banner__signup-subtitle {
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 720px; }
  .cta-banner__signup-button {
    width: 330px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #53d337;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 2px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .cta-banner__signup-button.hide-button {
        display: none; } }

.cta-banner .no-wrap {
  white-space: nowrap; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.legal-betting-banner {
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  background-color: #171717;
  padding: 10px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%); }
  @media (max-width: 768px) {
    .legal-betting-banner {
      padding: unset;
      display: flex;
      flex-direction: column; } }
  .legal-betting-banner__text {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px; }
    .legal-betting-banner__text a {
      text-decoration: none;
      color: #ffffff; }
    @media (max-width: 768px) {
      .legal-betting-banner__text {
        margin: 16px;
        line-height: unset;
        font-size: 14px;
        max-width: 600px;
        align-self: center; } }
  .legal-betting-banner .banner-line {
    display: block; }
    @media (max-width: 768px) {
      .legal-betting-banner .banner-line {
        display: none; } }
  .legal-betting-banner .banner-title {
    display: block;
    font-size: 21px; }
    @media (max-width: 768px) {
      .legal-betting-banner .banner-title {
        font-size: unset; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.lesson-header-title {
  font-family: 'Saira Condensed', 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lesson {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .lesson-content {
    width: 100%;
    z-index: 3; }
  .lesson-precontent {
    max-width: 960px;
    color: #ffffff;
    text-align: center;
    margin: 5px 16px;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 768px) {
      .lesson-precontent {
        font-size: 13px;
        max-width: 600px; } }
    .lesson-precontent-large {
      font-weight: bold; }
  .lesson-header.football {
    background: url(https://sportsbook.draftkings.com/static/HowToBet/FootballStadium/FootballStadium-2x.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header.mma {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/MMA/Octagon.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header.baseball {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Baseball/Baseball-Stadium-2x.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header.golf {
    background: url(https://sportsbook.draftkings.com/static/HowToBet/Golf/Golf@2x.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header.basketball {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Basketball/Basketball-BG-DT-2x.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header.hockey {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Hockey/Hockey-BG-DT-2x.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .lesson-header {
    height: 560px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: flex-end;
    text-align: center;
    width: 100%;
    max-width: 960px; }
    @media (max-width: 768px) {
      .lesson-header {
        height: 320px; } }
    .lesson-header-subtitle {
      padding-top: 175px;
      font-size: 18px;
      color: #ffffff; }
      @media (max-width: 768px) {
        .lesson-header-subtitle {
          font-size: 14px;
          line-height: 19px;
          padding-top: 70px; } }
    .lesson-header-explanation {
      font-size: 21px;
      line-height: 32px;
      color: #ffffff;
      align-self: center;
      margin: 0 16px;
      max-width: 786px; }
      @media (max-width: 768px) {
        .lesson-header-explanation {
          font-size: 16px;
          line-height: 22px;
          margin: 0 16px;
          max-width: 600px; } }
    .lesson-header-title {
      max-width: 960px;
      font-size: 48px;
      line-height: 0;
      font-weight: 700;
      color: #ffffff;
      align-self: center;
      padding-bottom: 10px;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .lesson-header-title {
          font-size: 22px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-football-wrapper {
  width: 100%;
  background-color: #171717; }

.how-to-bet-football {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-football__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBet/HeroBG-2x.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -150px; }
  .how-to-bet-football .highlight-light {
    color: #53d337; }
  .how-to-bet-football .highlight-dark {
    color: #53d337; }
  .how-to-bet-football .no-wrap {
    white-space: nowrap; }
  .how-to-bet-football .bold {
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-baseball-wrapper {
  width: 100%;
  background-color: #171717;
  cursor: default; }

.how-to-bet-baseball {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-baseball__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Baseball-Hero-DT-2x-min.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -150px; }
  .how-to-bet-baseball .highlight-light {
    color: #e9344a; }
  .how-to-bet-baseball .highlight-dark {
    color: #e9344a; }
  .how-to-bet-baseball .no-wrap {
    white-space: nowrap; }
  .how-to-bet-baseball .bold {
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-mma-wrapper {
  width: 100%;
  background-color: #171717; }

.how-to-bet-mma {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-mma__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/MMA/MMA-Hero-min.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -100px; }
    @media (max-width: 768px) {
      .how-to-bet-mma__intro {
        background-position: center; } }
  .how-to-bet-mma .highlight-light {
    color: #e9344a; }
  .how-to-bet-mma .highlight-dark {
    color: #53d337; }
  .how-to-bet-mma .no-wrap {
    white-space: nowrap; }
  .how-to-bet-mma .bold {
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-golf-wrapper {
  width: 100%;
  background-color: #171717; }

.how-to-bet-golf {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-golf__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBet/Golf/GolfBackground.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -150px; }
    @media (max-width: 768px) {
      .how-to-bet-golf__intro {
        background-position: center; } }
  .how-to-bet-golf .highlight-light {
    color: #53d337; }
  .how-to-bet-golf .highlight-dark {
    color: #53d337; }
  .how-to-bet-golf .no-wrap {
    white-space: nowrap; }
  .how-to-bet-golf .bold {
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-hockey-wrapper {
  width: 100%;
  background-color: #171717;
  cursor: default; }

.how-to-bet-hockey {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-hockey__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Hockey/Hockey-Hero-DT-2x-min.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -150px; }
  .how-to-bet-hockey .highlight-light {
    color: #009ffd; }
  .how-to-bet-hockey .highlight-dark {
    color: #009ffd; }
  .how-to-bet-hockey .no-wrap {
    white-space: nowrap; }
  .how-to-bet-hockey .bold {
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.how-to-bet-basketball-wrapper {
  width: 100%;
  background-color: #171717;
  cursor: default; }

.how-to-bet-basketball {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .how-to-bet-basketball__intro {
    background: url(https://sportsbook.draftkings.com/static/HowToBetGuides/Basketball/Basketball-Hero-DT-2x-min.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: -150px; }
  .how-to-bet-basketball .highlight-light {
    color: #f3601b; }
  .how-to-bet-basketball .highlight-dark {
    color: #f3601b; }
  .how-to-bet-basketball .no-wrap {
    white-space: nowrap; }
  .how-to-bet-basketball .bold {
    font-weight: bold; }
  .how-to-bet-basketball .middle-lesson {
    margin-top: -250px; }
    @media (max-width: 768px) {
      .how-to-bet-basketball .middle-lesson {
        margin-top: -165px; } }

.page-wrapper {
  width: 100%; }
  .page-wrapper .static_lp {
    width: 100%;
    height: auto; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.legal-page {
  margin: 0 auto;
  background-color: #ffffff;
  width: 100%; }
  .legal-page .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px;
    color: #121212;
    font-size: 15px; }
  .legal-page table {
    max-width: 90vw; }
  .legal-page tr,
  .legal-page td {
    width: auto;
    white-space: normal; }
    @media (max-width: 768px) {
      .legal-page tr ul,
      .legal-page td ul {
        padding-left: 20px; } }
  .legal-page a {
    word-wrap: break-word; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-app-download {
  background: #242424;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .sportsbook-app-download__skip {
    position: absolute;
    top: 9px;
    right: 21px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 7px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
    @media (max-width: 768px) {
      .sportsbook-app-download__skip {
        margin: 0 auto; } }
  .sportsbook-app-download__header-content {
    padding: 15px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
      .sportsbook-app-download__header-content {
        padding: 10px; } }
    .sportsbook-app-download__header-content img {
      width: 200px;
      height: auto; }
      @media (max-width: 768px) {
        .sportsbook-app-download__header-content img {
          width: 135px; } }
  .sportsbook-app-download__header {
    width: 100%;
    height: 85px;
    background: #242424;
    display: flex;
    flex-direction: row; }
    @media (max-width: 768px) {
      .sportsbook-app-download__header {
        height: 60px;
        width: 100%; } }
  .sportsbook-app-download .content-wrapper {
    margin: 0 auto 0 auto;
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    overflow: hidden; }
    @media (max-width: 768px) {
      .sportsbook-app-download .content-wrapper {
        margin: 0;
        width: 100%;
        flex-direction: column; } }
    .sportsbook-app-download .content-wrapper .green-section {
      background: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 50%;
      min-width: 440px; }
      @media (max-width: 768px) {
        .sportsbook-app-download .content-wrapper .green-section {
          background-image: url("https://sportsbook.draftkings.com/static/AndroidDownload/bg-small-min.png");
          width: 100%;
          min-width: unset; } }
      .sportsbook-app-download .content-wrapper .green-section .text {
        font-family: 'Saira Condensed', sans-serif;
        color: #c5c5c5;
        font-size: 60px;
        padding: 30px 10px 10px 25px;
        display: flex;
        flex-direction: column;
        margin: auto 0 auto 0;
        max-width: 570px; }
        .sportsbook-app-download .content-wrapper .green-section .text__header {
          font-family: 'Saira Condensed', sans-serif;
          font-weight: 700;
          line-height: 60px;
          letter-spacing: 2px; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .text__header {
              color: #ffffff;
              line-height: 1; } }
          .sportsbook-app-download .content-wrapper .green-section .text__header-green {
            color: #53d337; }
            @media (max-width: 768px) {
              .sportsbook-app-download .content-wrapper .green-section .text__header-green {
                color: #ffffff;
                white-space: nowrap; } }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .green-section .text {
            align-items: center;
            font-size: 29px;
            padding-left: 20px;
            text-align: center; } }
        .sportsbook-app-download .content-wrapper .green-section .text .desktop-subheading {
          font-family: sans-serif;
          color: #000000;
          display: flex;
          flex-direction: column; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .text .desktop-subheading {
              display: none; } }
        .sportsbook-app-download .content-wrapper .green-section .text .sub-heading {
          color: #242424;
          font: 300 18px sans-serif;
          margin: 30px 0 20px; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .text .sub-heading {
              color: #ffffff;
              padding: 10px 20px 0 0;
              line-height: 120%;
              font-size: 13px;
              margin: 20px 0 10px; } }
        .sportsbook-app-download .content-wrapper .green-section .text .download-buttons-desktop__wrapper {
          display: flex;
          width: 60%; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .text .download-buttons-desktop__wrapper {
              display: none; } }
          .sportsbook-app-download .content-wrapper .green-section .text .download-buttons-desktop__wrapper .app-store-button {
            margin-right: 20px; }
            .sportsbook-app-download .content-wrapper .green-section .text .download-buttons-desktop__wrapper .app-store-button img {
              width: 100%; }
          .sportsbook-app-download .content-wrapper .green-section .text .download-buttons-desktop__wrapper .play-store-button img {
            width: 100%; }
        .sportsbook-app-download .content-wrapper .green-section .text .download-text__desktop {
          display: block;
          color: #c5c5c5;
          font-family: sans-serif;
          text-align: center;
          font-size: 10px;
          width: 60%; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .text .download-text__desktop {
              display: none; } }
      .sportsbook-app-download .content-wrapper .green-section .image-wrapper {
        position: relative;
        height: 420px;
        width: 100%;
        z-index: 1;
        display: none; }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .green-section .image-wrapper {
            height: 290px;
            display: block; } }
        .sportsbook-app-download .content-wrapper .green-section .image-wrapper .image {
          z-index: 1;
          display: block;
          margin: 0 auto; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .green-section .image-wrapper .image {
              height: 335px; } }
    .sportsbook-app-download .content-wrapper .triangle {
      display: none; }
      @media (max-width: 768px) {
        .sportsbook-app-download .content-wrapper .triangle {
          display: block;
          background: #ffffff;
          margin-top: -37px;
          height: 85px;
          transform: skewY(-5deg); } }
    .sportsbook-app-download .content-wrapper .white-section {
      background: #ffffff;
      background-image: url("https://sportsbook.draftkings.com/static/AndroidDownload/bg-desktop-min.png");
      background-size: cover;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 50%; }
      @media (max-width: 768px) {
        .sportsbook-app-download .content-wrapper .white-section {
          background: #ffffff;
          min-height: 0;
          margin: 2% 0 20px 0;
          width: 100%; } }
      .sportsbook-app-download .content-wrapper .white-section .offer-wrapper {
        max-width: 300px;
        margin-top: 5px;
        text-align: center; }
      .sportsbook-app-download .content-wrapper .white-section .image-wrapper {
        margin: 40px 0 50px 0; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .sportsbook-app-download .content-wrapper .white-section .image-wrapper .image {
            height: 500px; } }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .white-section .image-wrapper {
            display: none; } }
      .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper {
        display: none; }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper {
            display: flex;
            flex-direction: row;
            margin: 20px 0 0 20px; } }
        .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper .app-store-button {
          margin-right: 20px; }
          @media (max-width: 768px) {
            .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper .app-store-button {
              margin-right: 0; }
              .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper .app-store-button img {
                width: 80%; } }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .white-section .download-buttons-wrapper .play-store-button img {
            width: 80%; } }
      .sportsbook-app-download .content-wrapper .white-section .download-text {
        display: none; }
        @media (max-width: 768px) {
          .sportsbook-app-download .content-wrapper .white-section .download-text {
            display: block;
            color: #c5c5c5;
            font-family: sans-serif;
            text-align: center;
            font-size: 10px; } }
      .sportsbook-app-download .content-wrapper .white-section .native-legal-text {
        width: 90%;
        margin: 20px 35px 0 35px;
        text-align: justify;
        text-justify: inter-word; }
  .sportsbook-app-download__offer-copy {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 25px;
    color: #242424;
    margin: 10px 0;
    line-height: 1;
    font-weight: 300; }
    @media (max-width: 768px) {
      .sportsbook-app-download__offer-copy {
        font-size: 18px; } }
  .sportsbook-app-download__footer {
    background: #ffffff;
    min-height: 0;
    font-size: 10px;
    color: #c5c5c5;
    width: 80%;
    margin-top: 20px; }
  @media (max-width: 768px) {
    .sportsbook-app-download .hide-on-native {
      display: none; } }
  .sportsbook-app-download .hide-on-web {
    display: none; }
    @media (max-width: 768px) {
      .sportsbook-app-download .hide-on-web {
        display: block; } }
  .sportsbook-app-download .download-sms {
    margin: 40px 0; }
    @media (max-width: 768px) {
      .sportsbook-app-download .download-sms {
        display: none; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.android-download {
  background-color: #242424;
  color: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .android-download__skip {
    position: absolute;
    top: 9px;
    right: 21px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 7px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
    @media (max-width: 768px) {
      .android-download__skip {
        margin: 0 auto; } }
  .android-download__banner {
    background-color: #242424;
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center; }
    .android-download__banner-img {
      content: '';
      background: url(https://d2tjpz01y5bfgl.cloudfront.net/sportsbook_transparent.png) no-repeat top 5px left;
      outline: none;
      background-color: #242424;
      background-size: 100%;
      border-left: 8px solid #242424;
      border-right: 20px solid #242424;
      z-index: 9;
      box-sizing: content-box;
      width: 172px;
      height: 55px; }
      @media (max-width: 768px) {
        .android-download__banner-img {
          width: 141px;
          height: 45px; } }
      @media (max-width: 480px) {
        .android-download__banner-img {
          width: 109px;
          height: 35px; } }
  .android-download__header {
    background: url(https://sportsbook.draftkings.com/static/AndroidDownload/dksb-tape-green-2x.png) no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-start; }
    .android-download__header-wrapper {
      margin: 30px;
      height: 100%;
      align-self: center; }
      @media (min-width: 1025px) {
        .android-download__header-wrapper {
          margin: 50px; } }
      @media (min-width: 1441px) {
        .android-download__header-wrapper {
          margin: 75px; } }
    .android-download__header-title {
      font-weight: 600;
      font-size: 40px;
      font-family: 'Saira Condensed', sans-serif; }
      @media (min-width: 1441px) {
        .android-download__header-title {
          font-size: 35px; } }
      @media (max-width: 1440px) {
        .android-download__header-title {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .android-download__header-title {
          font-size: 25px; } }
      @media (max-width: 480px) {
        .android-download__header-title {
          font-size: 20px; } }
    .android-download__header-offer {
      line-height: 1em;
      font-weight: bold;
      margin: 10px 0 20px 0;
      font-family: 'Saira Condensed', sans-serif;
      word-break: break-word; }
      @media (min-width: 1441px) {
        .android-download__header-offer {
          font-size: 70px; } }
      @media (max-width: 1440px) {
        .android-download__header-offer {
          font-size: 60px; } }
      @media (max-width: 768px) {
        .android-download__header-offer {
          font-size: 50px; } }
      @media (max-width: 480px) {
        .android-download__header-offer {
          font-size: 40px; } }
    .android-download__header-desc {
      align-items: flex-start; }
      @media (min-width: 1441px) {
        .android-download__header-desc {
          margin-top: 40px; } }
      @media (max-width: 1440px) {
        .android-download__header-desc {
          margin-top: 30px; } }
      @media (max-width: 768px) {
        .android-download__header-desc {
          margin-top: 25px; } }
      @media (max-width: 480px) {
        .android-download__header-desc {
          margin-top: 20px; } }
      @media (min-width: 1441px) {
        .android-download__header-desc-title {
          font-size: 18px; } }
      @media (max-width: 1440px) {
        .android-download__header-desc-title {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .android-download__header-desc-title {
          font-size: 14px; } }
      @media (max-width: 480px) {
        .android-download__header-desc-title {
          font-size: 12px; } }
      .android-download__header-desc-explanation {
        margin-top: 10px; }
        @media (min-width: 1441px) {
          .android-download__header-desc-explanation {
            font-size: 17px; } }
        @media (max-width: 1440px) {
          .android-download__header-desc-explanation {
            font-size: 15px; } }
        @media (max-width: 768px) {
          .android-download__header-desc-explanation {
            font-size: 12.5px; } }
        @media (max-width: 480px) {
          .android-download__header-desc-explanation {
            font-size: 11px; } }
  .android-download__divider {
    position: absolute;
    width: 150%;
    background-color: #242424;
    height: 100%;
    transform: rotate(-4deg); }
    @media (min-width: 1441px) {
      .android-download__divider {
        height: 0; } }
    @media (max-width: 1440px) {
      .android-download__divider {
        margin-top: -80px; } }
    @media (max-width: 1024px) {
      .android-download__divider {
        margin-top: -55px; } }
    @media (max-width: 768px) {
      .android-download__divider {
        margin-top: -40px; } }
    @media (max-width: 480px) {
      .android-download__divider {
        margin-top: -25px; } }
  .android-download__content {
    align-items: center;
    z-index: 2;
    position: relative; }
    .android-download__content-wrapper {
      height: 100%;
      max-width: 562px;
      margin: 70px 60px; }
      @media (max-width: 1440px) {
        .android-download__content-wrapper {
          margin: 25px 60px 50px;
          max-width: 500px; } }
      @media (max-width: 1024px) {
        .android-download__content-wrapper {
          margin: 35px 60px 50px; } }
      @media (max-width: 768px) {
        .android-download__content-wrapper {
          max-width: 400px;
          margin: 25px 60px 40px; } }
      @media (max-width: 480px) {
        .android-download__content-wrapper {
          max-width: 296px;
          margin: 20px 60px 30px; } }
    .android-download__content-header-question {
      font-size: 15px;
      font-weight: 900;
      margin-bottom: 10px; }
      @media (min-width: 1441px) {
        .android-download__content-header-question {
          font-size: 17px; } }
      @media (max-width: 1440px) {
        .android-download__content-header-question {
          font-size: 15px; } }
      @media (max-width: 768px) {
        .android-download__content-header-question {
          font-size: 12px; } }
      @media (max-width: 480px) {
        .android-download__content-header-question {
          font-size: 12px; } }
    .android-download__content-header-answer {
      margin-bottom: 20px;
      font-size: 15px;
      text-align: justify;
      text-justify: inter-word; }
      @media (max-width: 768px) {
        .android-download__content-header-answer {
          font-size: 12px; } }
      @media (max-width: 480px) {
        .android-download__content-header-answer {
          font-size: 12px; } }
    .android-download__content-steps-step {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      justify-content: flex-end;
      margin-bottom: 60px; }
      @media (max-width: 1440px) {
        .android-download__content-steps-step {
          margin-bottom: 40px; } }
      @media (max-width: 480px) {
        .android-download__content-steps-step {
          margin-bottom: 30px; } }
      .android-download__content-steps-step-text-title {
        height: 1.4em; }
        @media (min-width: 1441px) {
          .android-download__content-steps-step-text-title {
            font-size: 18px; } }
        @media (max-width: 1440px) {
          .android-download__content-steps-step-text-title {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .android-download__content-steps-step-text-title {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .android-download__content-steps-step-text-title {
            font-size: 12px; } }
      .android-download__content-steps-step-text-desc {
        display: flex;
        flex-direction: column; }
        @media (min-width: 1441px) {
          .android-download__content-steps-step-text-desc {
            font-size: 17px; } }
        @media (max-width: 1440px) {
          .android-download__content-steps-step-text-desc {
            font-size: 15px; } }
        @media (max-width: 768px) {
          .android-download__content-steps-step-text-desc {
            font-size: 13px; } }
        @media (max-width: 480px) {
          .android-download__content-steps-step-text-desc {
            font-size: 11px; } }
        .android-download__content-steps-step-text-desc #trust {
          font-style: italic;
          padding-top: 12px; }
          @media (max-width: 768px) {
            .android-download__content-steps-step-text-desc #trust {
              padding-top: 8px; } }
      .android-download__content-steps-step-number-img {
        height: 28px;
        width: 28px;
        margin-right: 10px; }
    .android-download__content-steps-playstorenote {
      margin-bottom: 30px; }
    .android-download__content-download {
      display: flex;
      justify-content: center;
      margin: 10px 0 20px 0; }
      @media (max-width: 768px) {
        .android-download__content-download {
          margin-top: 5px; } }
      @media (max-width: 480px) {
        .android-download__content-download {
          margin-top: 0; } }

.legal-text {
  text-align: justify; }

.bold {
  font-weight: bold; }

.upper {
  text-transform: uppercase; }

.condensed {
  letter-spacing: -0.5px; }

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

.flex-col {
  display: flex;
  flex-direction: column; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.RAF-LP {
  cursor: default;
  font-family: 'Open Sans', sans-serif;
  width: 100%; }
  .RAF-LP .masthead {
    text-align: center;
    padding: 16px 0 88px 0;
    background: url(/assets/4d3e070b61da6d4d730615e072806138.jpg) no-repeat bottom center;
    background-size: cover;
    border-bottom: 60px solid #53d337; }
    @media (min-width: 768px) {
      .RAF-LP .masthead {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px 0 104px 0; } }
    .RAF-LP .masthead h2 {
      font-family: 'Saira Condensed', 'Open Sans', sans-serif;
      margin: 8px 0;
      padding: 0;
      color: #53d337;
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 700; }
      @media (min-width: 768px) {
        .RAF-LP .masthead h2 {
          font-size: 72px;
          margin: 16px 0; } }
    .RAF-LP .masthead h3 {
      margin: 8px 0 0 0;
      padding: 0 32px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .RAF-LP .masthead h3 {
          padding: 0;
          margin: 8px 0 16px 0;
          font-size: 30px;
          width: 540px; } }
    .RAF-LP .masthead img {
      width: 100%;
      max-width: 120px; }
      @media (min-width: 768px) {
        .RAF-LP .masthead img {
          max-width: 200px;
          padding-left: 16px; } }
    .RAF-LP .masthead .masthead-text {
      text-align: center; }
      @media (min-width: 768px) {
        .RAF-LP .masthead .masthead-text {
          text-align: left;
          padding-left: 32px; } }
  .RAF-LP .body-container {
    background-color: #242424;
    color: #ffffff;
    padding: 16px 16px 80px 16px;
    border-top: 6px solid #53d337; }
    .RAF-LP .body-container p {
      font-size: 14px;
      line-height: 22px; }
    .RAF-LP .body-container .share-container {
      background-color: #ffffff;
      width: 100%;
      max-width: 920px;
      margin: -150px auto 48px auto;
      padding: 2px 0;
      border-bottom: 6px solid #c5c5c5;
      color: #242424; }
      .RAF-LP .body-container .share-container .input-container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px 30px; }
        .RAF-LP .body-container .share-container .input-container input {
          color: #121212;
          background-color: #ababab;
          outline: none;
          border: 0;
          font-size: 16px;
          padding: 11px 16px;
          width: 240px;
          font-weight: 600; }
          @media (min-width: 768px) {
            .RAF-LP .body-container .share-container .input-container input {
              padding: 16px;
              width: 50%; } }
        .RAF-LP .body-container .share-container .input-container button {
          background-color: #53d337;
          outline: none;
          font-size: 16px;
          font-weight: 600;
          padding: 9px 14px;
          border-radius: 0 4px 4px 0;
          border: none;
          transition: all 0.2s linear;
          width: 100px;
          height: 40px;
          text-align: center;
          text-decoration: none;
          color: #ffffff;
          cursor: pointer;
          display: none; }
          @media (min-width: 768px) {
            .RAF-LP .body-container .share-container .input-container button {
              padding: 14px;
              width: 90px;
              height: 50px;
              display: block; } }
      .RAF-LP .body-container .share-container p {
        width: 100%;
        text-align: center;
        font-family: "Open-Sans", sans-serif;
        font-size: 12px;
        margin-top: 0; }
        @media (min-width: 768px) {
          .RAF-LP .body-container .share-container p {
            display: none; } }
    .RAF-LP .body-container h4 {
      font-family: 'Saira Condensed', 'Open Sans', sans-serif;
      margin: 16px 0;
      padding: 0;
      font-size: 30px;
      font-weight: 600;
      text-align: center; }
    .RAF-LP .body-container .boxes {
      border-bottom: 1px solid #c5c5c5;
      padding-bottom: 16px; }
      @media (min-width: 768px) {
        .RAF-LP .body-container .boxes {
          display: flex;
          margin: 0 auto 32px auto;
          width: 100%;
          max-width: 1024px;
          justify-content: space-between; } }
      .RAF-LP .body-container .boxes div {
        text-align: center;
        margin: 24px 0 32px 0; }
        @media (min-width: 768px) {
          .RAF-LP .body-container .boxes div {
            width: 330px;
            padding: 0 16px; } }
        .RAF-LP .body-container .boxes div img {
          width: 100%;
          max-width: 120px; }
          @media (min-width: 768px) {
            .RAF-LP .body-container .boxes div img {
              max-width: 128px; } }
        .RAF-LP .body-container .boxes div h5 {
          margin: 16px 24px 8px 24px;
          padding: 0;
          font-size: 25px;
          font-weight: 600;
          text-align: center; }
          .RAF-LP .body-container .boxes div h5 span {
            color: #53d337; }
        .RAF-LP .body-container .boxes div p {
          margin: 0;
          padding: 0 8px;
          color: #ababab; }
    .RAF-LP .body-container .offer-text {
      width: 100%;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #ababab; }
      @media (min-width: 768px) {
        .RAF-LP .body-container .offer-text {
          padding-bottom: 0; } }
      .RAF-LP .body-container .offer-text p {
        font-size: 14px;
        line-height: 22px; }
        .RAF-LP .body-container .offer-text p a {
          color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.my-bets-nav {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  margin: auto;
  padding: 15px 0 25px;
  list-style: none; }
  .my-bets-nav__tab {
    background: #121212;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap; }
    .my-bets-nav__tab:not(:last-of-type) {
      margin-right: 5px; }
    @media (max-width: 768px) {
      .my-bets-nav__tab {
        margin-top: 10px;
        font-size: 14px;
        display: flex;
        align-content: center;
        align-items: center; } }
    .my-bets-nav__tab.selected {
      background: #ffffff;
      color: #000000; }
    .my-bets-nav__tab.disabled {
      cursor: not-allowed; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-type {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: capitalize;
  margin: 0; }
  .bet-type.hide-bet-type {
    display: none; }
  @media (max-width: 768px) {
    .bet-type {
      font-size: 12px;
      line-height: 14px;
      white-space: nowrap; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
  margin: 0; }
  @media (max-width: 1024px) {
    .bet-label {
      width: 200px; } }
  @media (max-width: 768px) {
    .bet-label {
      font-size: 12px;
      line-height: 14px;
      width: 120px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-wager {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: flex;
  flex-direction: row; }
  @media (max-width: 768px) {
    .bet-wager {
      font-size: 11px;
      line-height: 13px; } }
  .bet-wager__has-pba {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1239px) {
      .bet-wager__has-pba {
        align-items: flex-end; } }
  .bet-wager__label {
    font-weight: 400; }
    @media (max-width: 768px) {
      .bet-wager__label {
        font-weight: 700; } }
  .bet-wager__value-strike.show-strike {
    text-decoration: line-through;
    font-weight: normal;
    color: #c5c5c5; }
  .bet-wager__value-free {
    color: #53d337;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .bet-wager__value-free {
        font-size: 11px;
        line-height: 13px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-to-pay {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .bet-to-pay {
      font-size: 11px;
      line-height: 13px;
      display: flex;
      flex-direction: row; } }
  .bet-to-pay__boosted-container {
    display: flex;
    flex-direction: column; }
  .bet-to-pay__label {
    font-weight: 400; }
    @media (max-width: 768px) {
      .bet-to-pay__label {
        font-weight: bold; } }
  .bet-to-pay__value-strike {
    text-decoration: line-through;
    font-weight: normal;
    color: #c5c5c5; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-reward {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #53d337; }
  @media (max-width: 768px) {
    .bet-reward {
      font-size: 11px;
      line-height: 13px;
      width: 120px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-status {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .bet-status {
      font-size: 12px;
      line-height: 14px;
      white-space: nowrap; } }
  .bet-status.green {
    color: #53d337; }
  .bet-status.red {
    color: #e9344a; }
  .bet-status.yellow {
    color: #fbd002; }
  .bet-status.gray {
    color: #c5c5c5; }
  .bet-status.white {
    color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-event__name a {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none; }
  .bet-event__name a.event-inactive {
    pointer-events: none;
    cursor: default; }

.bet-event__scoreboard {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  align-content: baseline;
  justify-content: flex-start;
  box-sizing: border-box; }
  .bet-event__scoreboard-generic {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #121212; }
  .bet-event__scoreboard-live {
    width: 150%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-odds {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .bet-odds__boosted {
    display: block; }
  .bet-odds__dhr {
    color: #ffffff;
    white-space: nowrap;
    margin-right: -12px; }
    @media (max-width: 768px) {
      .bet-odds__dhr {
        margin-right: 2px; } }
    .bet-odds__dhr.is-boosted {
      color: #c5c5c5; }
    .bet-odds__dhr-label {
      margin-right: -12px; }
      @media (max-width: 768px) {
        .bet-odds__dhr-label {
          margin-right: 2px; } }
      .bet-odds__dhr-label.hide-label {
        display: none; }
  .bet-odds__standard {
    color: #ffffff; }
    .bet-odds__standard.is-nullified, .bet-odds__standard.is-dead-heat {
      color: #c5c5c5; }
    .bet-odds__standard.is-header-odds {
      color: #ffffff; }
    .bet-odds__standard.is-reward {
      color: #53d337; }

.sportsbook-boosted__svg {
  height: 12px;
  width: 45px;
  margin-top: 4px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .sportsbook-boosted__svg {
      margin-top: 2px; } }
  @media (max-width: 480px) {
    .sportsbook-boosted__svg {
      height: 10px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-result-display {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  position: relative;
  margin-right: 7px; }
  .bet-result-display__circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 17px;
    width: 17px;
    border: 1px solid #4d4d4d;
    border-radius: 100%;
    z-index: 100;
    background-color: #121212;
    box-sizing: border-box; }
  .bet-result-display__connection.connect-result {
    height: calc(100% + 30px);
    width: 1px;
    background-color: #4d4d4d;
    position: absolute;
    right: 8px; }
  .bet-result-display__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .bet-result-display .sportsbook__icon--blocked {
    stroke: #c5c5c5;
    height: 11px;
    width: 11px;
    box-sizing: border-box; }
  .bet-result-display .sportsbook__icon--check {
    background-color: #53d337;
    border-radius: 100%;
    stroke: #ffffff;
    height: 11px;
    width: 11px;
    padding: 2px;
    box-sizing: border-box; }
  .bet-result-display .sportsbook__icon--ex {
    background-color: #e9344a;
    border-radius: 100%;
    stroke: #ffffff;
    height: 11px;
    width: 11px;
    padding: 2px;
    box-sizing: border-box; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-more-button.has-more-bets {
  padding-top: 10px; }

.bet-more-button__link {
  background-color: #121212;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  width: 154px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cashout-button-processing {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: slide;
  animation-fill-mode: forwards; }
  .cashout-button-processing:before {
    content: '';
    display: block;
    height: 40px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .cashout-button-processing:before {
        height: 35px; } }

@keyframes slide {
  0% {
    width: 0; }
  100% {
    width: 204px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cashout-button-confirmation {
  font-size: 11px;
  width: 40px;
  position: absolute;
  left: -1px;
  height: 100%;
  background-color: #242424;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .cashout-button-confirmation {
      width: 50px; } }
  .cashout-button-confirmation .sportsbook__icon--ex {
    width: 16px;
    height: 16px; }
    @media (max-width: 768px) {
      .cashout-button-confirmation .sportsbook__icon--ex {
        width: 14px;
        height: 14px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cashout-button-waiting {
  display: flex;
  position: relative; }
  @media (max-width: 480px) {
    .cashout-button-waiting {
      width: 100%;
      height: 100%; } }
  .cashout-button-waiting .spinner {
    width: 20px;
    height: 20px;
    top: -5px;
    left: 95px;
    display: inline-block; }
    @media (max-width: 480px) {
      .cashout-button-waiting .spinner {
        top: 12px;
        left: calc(100% - 7px); } }
    .cashout-button-waiting .spinner div {
      width: 20px;
      height: 20px;
      border: 3px solid #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cashout-button-text {
  width: 100%;
  text-align: center; }
  .cashout-button-text__cashout-label {
    display: inline-block;
    white-space: nowrap; }
  .cashout-button-text.confirmation {
    margin-left: 39px;
    font-size: 11px;
    width: calc(100% - 39px); }
    @media (max-width: 480px) {
      .cashout-button-text.confirmation {
        margin-left: 50px;
        width: calc(100% - 49px); } }
  .cashout-button-text.processing {
    animation: font-pulse 2s ease-in-out;
    animation-iteration-count: infinite;
    z-index: 500; }
  .cashout-button-text.cashout-updated {
    animation: cashout-update 1s forwards ease-out; }
  .cashout-button-text.failure {
    animation: font-failure 2s ease-in-out; }

@keyframes cashout-update {
  0% {
    transform: scale(1);
    color: #ffffff; }
  50% {
    transform: scale(1.1);
    color: #ffffff; }
  100% {
    transform: scale(1);
    color: #000000; } }

@keyframes font-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes font-failure {
  0% {
    color: #000000; }
  25% {
    color: #e9344a; }
  50% {
    color: #e9344a; }
  75% {
    color: #e9344a; }
  100% {
    color: #000000; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cashout-button {
  width: 204px;
  min-height: 40px;
  background-color: #fbd002;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 650;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 100; }
  @media (max-width: 1440px) {
    .cashout-button {
      width: 190px; } }
  @media (max-width: 768px) {
    .cashout-button {
      font-size: 12px;
      min-height: 35px; } }
  @media (max-width: 480px) {
    .cashout-button {
      width: calc(100% - 50px); } }
  .cashout-button.success {
    animation: fade-out 1s forwards; }
  .cashout-button.success, .cashout-button.processing, .cashout-button.waiting, .cashout-button.suspended {
    cursor: not-allowed;
    pointer-events: none; }
  .cashout-button.suspended {
    background-color: #c5c5c5;
    color: #242424; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-history-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer; }
  .bet-history-card__cashout {
    position: absolute;
    right: 20px;
    top: 20px; }
    @media (max-width: 1239px) {
      .bet-history-card__cashout {
        position: relative;
        right: unset;
        top: 8px;
        width: 92%;
        display: flex;
        flex-direction: column;
        align-items: flex-end; } }
    @media (max-width: 768px) {
      .bet-history-card__cashout {
        top: 4px; } }
    @media (max-width: 480px) {
      .bet-history-card__cashout {
        top: 9px; } }
  .bet-history-card__wrapper {
    height: 112px;
    max-width: 1024px;
    background-color: #121212;
    color: #ffffff;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative; }
    @media (max-width: 1239px) {
      .bet-history-card__wrapper.has-cashout {
        flex-direction: column-reverse;
        height: 155px; } }
    @media (max-width: 768px) {
      .bet-history-card__wrapper.has-cashout {
        height: 135px; } }
  .bet-history-card__date-id {
    font-size: 12px;
    line-height: 14px;
    color: #c5c5c5;
    padding-top: 2px;
    display: flex;
    white-space: nowrap;
    flex-direction: column; }
    @media (max-width: 768px) {
      .bet-history-card__date-id {
        font-size: 11px; } }
  .bet-history-card__collapse-arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-top: 5px;
    min-width: 80px; }
    @media (max-width: 768px) {
      .bet-history-card__collapse-arrow {
        min-width: 65px; } }
    @media (max-width: 480px) {
      .bet-history-card__collapse-arrow {
        min-width: 50px; } }
    .bet-history-card__collapse-arrow img {
      width: 24px;
      height: 24px; }
      @media (max-width: 768px) {
        .bet-history-card__collapse-arrow img {
          width: 18px;
          height: 18px; } }
  .bet-history-card__event {
    width: 30%;
    height: 100%; }
  .bet-history-card__details {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative; }
    @media (max-width: 1239px) {
      .bet-history-card__details {
        flex-direction: column-reverse;
        align-items: flex-end; } }
    .bet-history-card__details-wager-pay {
      width: 70%;
      display: flex; }
      @media (max-width: 1239px) {
        .bet-history-card__details-wager-pay {
          flex-direction: column;
          height: 100%;
          justify-content: flex-end;
          align-items: flex-end; } }
      @media (max-width: 1440px) {
        .bet-history-card__details-wager-pay {
          flex-direction: column; } }
    .bet-history-card__details-wager {
      width: 40%;
      height: 100%; }
      @media (max-width: 1239px) {
        .bet-history-card__details-wager {
          width: unset;
          height: unset;
          padding-bottom: 2px; } }
      @media (max-width: 1440px) {
        .bet-history-card__details-wager {
          width: unset; } }
    .bet-history-card__details-pay {
      width: 40%;
      height: 100%; }
      @media (max-width: 1239px) {
        .bet-history-card__details-pay {
          width: unset; } }
      @media (max-width: 1440px) {
        .bet-history-card__details-pay {
          width: unset; } }
    .bet-history-card__details-status {
      width: 30%;
      text-align: center; }
      .bet-history-card__details-status.has-cashout {
        visibility: hidden; }
        @media (max-width: 1239px) {
          .bet-history-card__details-status.has-cashout {
            visibility: unset; } }
      @media (max-width: 1239px) {
        .bet-history-card__details-status {
          width: unset;
          height: unset;
          padding-bottom: 2px; } }
  .bet-history-card__favorite {
    width: 10%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-outcome-cell {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .bet-outcome-cell__wrapper {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-width: 375px; }
    @media (max-width: 768px) {
      .bet-outcome-cell__wrapper {
        min-width: unset; } }
  .bet-outcome-cell__details {
    width: 75%;
    font-size: 12px; }
    .bet-outcome-cell__details-title {
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 6px;
      color: #ffffff;
      width: 75%; }
      @media (max-width: 768px) {
        .bet-outcome-cell__details-title {
          width: 70%;
          font-size: 12px;
          padding-bottom: 4px; } }
    .bet-outcome-cell__details-offer-label {
      color: #ffffff;
      padding-bottom: 4px;
      text-transform: uppercase;
      font-weight: 600; }
    .bet-outcome-cell__details-offer-extra {
      color: #c5c5c5; }
      @media (max-width: 768px) {
        .bet-outcome-cell__details-offer-extra {
          font-size: 11px; } }
    .bet-outcome-cell__details-result {
      color: #c5c5c5;
      font-weight: bold; }
      .bet-outcome-cell__details-result.has-result {
        padding-top: 4px; }
        @media (max-width: 768px) {
          .bet-outcome-cell__details-result.has-result {
            font-size: 11px; } }
    .bet-outcome-cell__details-void-reason {
      color: #fbd002;
      font-weight: bold; }
      .bet-outcome-cell__details-void-reason.has-void-reason {
        padding-top: 4px; }
        @media (max-width: 768px) {
          .bet-outcome-cell__details-void-reason.has-void-reason {
            font-size: 11px; } }
  .bet-outcome-cell__odds {
    width: 25%;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: bold;
    height: 100%; }
    @media (max-width: 768px) {
      .bet-outcome-cell__odds {
        font-size: 12px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.round-robin-payout {
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 768px) {
    .round-robin-payout {
      font-size: 12px; } }
  .round-robin-payout.green {
    color: #53d337; }
  .round-robin-payout.yellow {
    color: #fbd002; }
  .round-robin-payout.red, .round-robin-payout.gray {
    color: #c5c5c5; }
  .round-robin-payout.white {
    color: #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.round-robin-outcome__circle {
  height: 18px;
  width: 18px;
  margin: 1px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700; }

.round-robin-outcome__container.green .round-robin-outcome__circle-container {
  border: 0.5px solid #ffffff;
  padding: 1px;
  border-radius: 100%;
  margin: 1px; }

.round-robin-outcome__container.green .round-robin-outcome__circle {
  background-color: #2a751a;
  color: #ffffff;
  margin: unset;
  height: 16px;
  width: 16px; }

.round-robin-outcome__container.black .round-robin-outcome__circle {
  background-color: #121212;
  color: #c5c5c5;
  border: 0.5px solid #121212; }

.round-robin-outcome__container.gray .round-robin-outcome__circle {
  color: #121212;
  background-color: #c5c5c5;
  border: 0.5px solid #c5c5c5; }

.round-robin-outcome__container.empty .round-robin-outcome__circle {
  color: #ffffff;
  border: 0.5px solid #ffffff; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.round-robin-combination__outcomes {
  display: flex; }

.round-robin-combination__pay {
  text-align: right; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.round-robin-glossary__container {
  width: 100%;
  color: #c5c5c5;
  font-size: 11px;
  font-weight: 600;
  overflow: hidden; }

.round-robin-glossary__label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }

.round-robin-glossary__drawer {
  height: 65px;
  display: flex;
  flex-direction: row;
  position: absolute;
  width: 100%;
  top: -65px; }
  .round-robin-glossary__drawer-container {
    height: 0;
    overflow: hidden;
    position: relative; }
    .round-robin-glossary__drawer-container.closed {
      animation: rr-glossary-close-height 0.3s forwards; }
    .round-robin-glossary__drawer-container.opened {
      height: 65px; }
  .round-robin-glossary__drawer.opened {
    animation: rr-glossary-open 0.3s forwards ease-in-out; }
  .round-robin-glossary__drawer.closed {
    animation: rr-glossary-close 0.3s forwards ease-in-out; }
  .round-robin-glossary__drawer-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
    .round-robin-glossary__drawer-row-item {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 11px; }

@keyframes rr-glossary-open {
  0% {
    top: -65px; }
  50% {
    top: -32px; }
  100% {
    top: 0; } }

@keyframes rr-glossary-close {
  0% {
    top: 0; }
  50% {
    top: -32px; }
  100% {
    top: -65px; } }

@keyframes rr-glossary-close-height {
  0% {
    height: 65px; }
  50% {
    height: 32px; }
  100% {
    height: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.round-robin-overview {
  max-width: 315px;
  margin-left: 60px; }
  @media (max-width: 1239px) {
    .round-robin-overview {
      margin-left: 24px;
      max-width: unset;
      margin-top: 8px; } }
  .round-robin-overview table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0; }
    .round-robin-overview table th,
    .round-robin-overview table td {
      padding-bottom: 7px; }
    .round-robin-overview table thead th {
      color: #ffffff;
      font-size: 14px;
      font-weight: 700; }
      .round-robin-overview table thead th:first-child {
        text-align: left; }
      .round-robin-overview table thead th:last-child {
        text-align: right; }
  .round-robin-overview__glossary {
    width: 100%;
    padding-top: 10px; }
  .round-robin-overview__pagination {
    display: flex;
    flex-direction: column;
    align-items: center; }

.rr-pagination__container {
  width: 90%;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 6px 0 0 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #c5c5c5;
  font-weight: 600;
  font-size: 14px; }
  @media (max-width: 768px) {
    .rr-pagination__container {
      width: 100%; } }
  @media (max-width: 480px) {
    .rr-pagination__container {
      white-space: nowrap;
      justify-content: center;
      font-size: 12px; } }

.rr-pagination__direction-prev {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  color: #ffffff; }
  .rr-pagination__direction-prev-link {
    cursor: pointer;
    padding-right: 10px;
    outline: none; }

.rr-pagination__direction-next {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
  color: #ffffff; }
  .rr-pagination__direction-next-link {
    cursor: pointer;
    padding-left: 10px;
    outline: none; }

.rr-pagination__direction-disabled {
  color: #c5c5c5; }

.rr-pagination__active {
  color: #53d337;
  border-bottom: 1px solid #53d337;
  padding-bottom: 2px; }

.rr-pagination__page-link {
  cursor: pointer;
  padding: 0 8px;
  outline: none; }
  @media (max-width: 768px) {
    .rr-pagination__page-link {
      padding: 0 14px; } }
  @media (max-width: 480px) {
    .rr-pagination__page-link {
      padding: 0 8px; } }

.rr-pagination__page-break-link {
  cursor: pointer;
  width: 20px;
  outline: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-outcome-container-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 58px; }
  @media (max-width: 1239px) {
    .bet-outcome-container-body {
      flex-direction: column; } }
  @media (max-width: 768px) {
    .bet-outcome-container-body {
      margin-left: 41px; } }
  @media (max-width: 480px) {
    .bet-outcome-container-body {
      margin-left: 26px; } }
  .bet-outcome-container-body__wrapper {
    position: relative;
    display: flex; }
  .bet-outcome-container-body__outcome-list {
    width: 40%;
    padding-top: 20px;
    min-width: 375px; }
    @media (max-width: 1024px) {
      .bet-outcome-container-body__outcome-list {
        width: 45%; } }
    @media (max-width: 768px) {
      .bet-outcome-container-body__outcome-list {
        width: 91%;
        min-width: unset; } }
  .bet-outcome-container-body__round-robin {
    padding: 20px 0 0 0;
    min-width: 375px; }
    @media (max-width: 1239px) {
      .bet-outcome-container-body__round-robin {
        padding: 0 0 20px 0;
        width: 45%; } }
    @media (max-width: 768px) {
      .bet-outcome-container-body__round-robin {
        width: 91%;
        min-width: unset; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-outcome-container-header-wrapper {
  background-color: #121212;
  padding: 0 5px;
  display: flex;
  font-weight: bold;
  position: absolute;
  top: -11px;
  left: 85px; }
  @media (max-width: 768px) {
    .bet-outcome-container-header-wrapper {
      left: 60px; } }
  @media (max-width: 480px) {
    .bet-outcome-container-header-wrapper {
      left: 45px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bet-outcome-container-header {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 2px solid #4d4d4d;
  color: #ffffff;
  font-size: 14px; }
  .bet-outcome-container-header:before {
    content: '';
    position: absolute;
    border-top: 2px solid #121212;
    width: 3%;
    top: -2px; }
  .bet-outcome-container-header:after {
    content: '';
    position: absolute;
    border-top: 2px solid #121212;
    width: 3%;
    top: -2px;
    right: 0; }
  @media (max-width: 768px) {
    .bet-outcome-container-header {
      font-size: 12px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-expandable-shell {
  width: 100%; }
  .sportsbook-expandable-shell__wrapper {
    width: 100%; }
  .sportsbook-expandable-shell__hidden {
    height: 0;
    display: none; }
  .sportsbook-expandable-shell__open {
    height: auto; }
    .sportsbook-expandable-shell__open .rewards-view__spinner {
      margin: 0;
      min-height: 100px; }
  .sportsbook-expandable-shell__body {
    background-color: #121212;
    margin-bottom: 10px;
    box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.11);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .sportsbook-expandable-shell__body .sportsbook-navigation-items-list--league {
      padding: 14px 0; }

.sportsbook-sport-navigation .sportsbook-expandable-shell__wrapper {
  background-color: #242424; }

.sportsbook-sport-navigation .sportsbook-expandable-shell__body {
  margin: 0;
  box-shadow: none;
  border-radius: 0; }

@media only screen and (min-width: 1024px) {
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded:hover .sportsbook-navigation-item--sport:after,
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded:hover .sportsbook-navigation-item--popular:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d9d9d;
    border-right: 2px solid #9d9d9d;
    transform: translateY(-50%) rotate(-45deg); }
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded .sportsbook-navigation-item--sport {
    padding-bottom: 8px; }
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isCollapsed:hover .sportsbook-navigation-item--sport:after,
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isCollapsed:hover .sportsbook-navigation-item--popular:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #9d9d9d;
    border-right: 2px solid #9d9d9d;
    transform: translateY(-50%) rotate(135deg); } }

.sportsbook-expandable-shell__header--isExpanded .bet-history-card__wrapper {
  background-color: #121212;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  box-shadow: none; }

.sportsbook-expandable-shell__header--isExpanded .bet-history-card__expand-collapse-effect {
  transition: 0.35s ease-in-out;
  transform: rotate(-180deg);
  transform-origin: center; }

.sportsbook-expandable-shell__header--isExpanded .sportsbook-navigation-item--sport,
.sportsbook-expandable-shell__header--isExpanded .sportsbook-navigation-item--popular {
  color: #ffffff; }

.sportsbook-expandable-shell__header--isCollapsed .bet-history-card__expand-collapse-effect {
  transition: 0.35s ease-in-out; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-mybets-empty-state__wrapper {
  display: flex;
  max-width: 1024px;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  border-radius: 5px;
  background-color: #242424;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
  color: #ffffff; }

.sportsbook-mybets-empty-state__login {
  text-decoration: none;
  color: #53d337;
  font-weight: 600; }

.sportsbook-mybets-empty-state__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-around; }
  @media (max-width: 768px) {
    .sportsbook-mybets-empty-state__content {
      flex-direction: column;
      padding: 25px 10px 25px 10px; } }

.sportsbook-mybets-empty-state__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.sportsbook-mybets-empty-state__gamelines-button {
  margin: 32px 0;
  width: 204px;
  height: 40px;
  border-radius: 5px;
  background: #53d337;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-my-bets__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-my-bets__wrapper.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-my-bets__wrapper.dkbetslip {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-my-bets__wrapper {
      width: 100%;
      padding: 0; } }

.sportsbook-my-bets__title {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; }

.sportsbook-my-bets__bet-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1024px; }
  .sportsbook-my-bets__bet-cards .ReactVirtualized__Grid {
    outline: none; }

.sportsbook-my-bets__body-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1024px; }

.sportsbook-my-bets__page-loading {
  position: relative;
  margin: 35px auto;
  max-width: 1024px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.reward-count-bubble {
  position: absolute;
  top: -2px;
  right: -12px;
  min-width: 12px;
  border-radius: 8px;
  background-color: #e9344a;
  font-size: 9px;
  font-weight: 800;
  color: #ffffff;
  max-width: 22px;
  padding: 1px;
  text-align: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.loyalty-page__wrapper {
  width: calc(100% - 388px);
  background-color: #242424;
  display: flex;
  flex-direction: row; }
  @media (max-width: 960px) {
    .loyalty-page__wrapper {
      width: 100%;
      flex-direction: column;
      padding: 0; } }
  .loyalty-page__wrapper.dkbetslip {
    width: calc(100% - 445px); }
    @media (max-width: 960px) {
      .loyalty-page__wrapper.dkbetslip {
        width: 100%;
        flex-direction: column;
        padding: 0; } }
  .loyalty-page__wrapper.casino-tabs {
    width: 100%; }

.loyalty-page__body {
  width: 100%; }

.loyalty-page__desktop-tabs {
  width: 250px;
  height: 100%; }
  .loyalty-page__desktop-tabs ul,
  .loyalty-page__desktop-tabs li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .loyalty-page__desktop-tabs ul {
    margin-top: 40px; }
    .loyalty-page__desktop-tabs ul li {
      margin: 24px 0; }
      .loyalty-page__desktop-tabs ul li a {
        padding-left: 48px; }
      .loyalty-page__desktop-tabs ul li ul {
        margin: 0; }
        .loyalty-page__desktop-tabs ul li ul li {
          margin: 12px 0 12px 0; }
          .loyalty-page__desktop-tabs ul li ul li a {
            padding-left: 68px; }
          .loyalty-page__desktop-tabs ul li ul li ul {
            margin: 0; }
            .loyalty-page__desktop-tabs ul li ul li ul li {
              margin: 12px 0 12px 0; }
              .loyalty-page__desktop-tabs ul li ul li ul li a {
                padding-left: 92px;
                font-weight: 600;
                font-size: 15px; }
  .loyalty-page__desktop-tabs a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 750;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.12s linear;
    border-left: 2px solid transparent; }
  .loyalty-page__desktop-tabs li[aria-selected='true'] > a {
    color: #53d337;
    border-left: 2px solid #53d337; }
  @media (max-width: 960px) {
    .loyalty-page__desktop-tabs {
      display: none; } }

.loyalty-page__mobile-tabs {
  display: none;
  width: 100%;
  cursor: pointer;
  flex-direction: column; }
  .loyalty-page__mobile-tabs ul {
    list-style: none; }
  .loyalty-page__mobile-tabs li {
    text-align: center; }
  .loyalty-page__mobile-tabs a {
    text-decoration: none;
    color: #c5c5c5;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.12s linear; }
  .loyalty-page__mobile-tabs-product-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 2px solid #121212; }
    .loyalty-page__mobile-tabs-product-nav li {
      width: 42%;
      display: flex;
      justify-content: center;
      padding: 10px 0;
      margin: 0 4%; }
      .loyalty-page__mobile-tabs-product-nav li.missions-enabled {
        width: 28%;
        margin: 0 2%; }
      .loyalty-page__mobile-tabs-product-nav li.selected {
        border-bottom: 2px solid #53d337;
        z-index: 1; }
        .loyalty-page__mobile-tabs-product-nav li.selected a {
          color: #ffffff; }
      .loyalty-page__mobile-tabs-product-nav li a {
        font-size: 14px; }
        .loyalty-page__mobile-tabs-product-nav li a .reward-count-wrapper {
          position: relative; }
    .loyalty-page__mobile-tabs-product-nav:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #121212;
      position: relative;
      bottom: 2px;
      z-index: 0; }
  .loyalty-page__mobile-tabs-second-level a {
    font-size: 12px; }
  .loyalty-page__mobile-tabs-second-level li.selected {
    border-bottom: 2px solid #53d337;
    z-index: 1; }
    .loyalty-page__mobile-tabs-second-level li.selected a {
      color: #ffffff; }
  .loyalty-page__mobile-tabs-second-level-products {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
    .loyalty-page__mobile-tabs-second-level-products li {
      width: 50%;
      padding: 10px 0; }
    .loyalty-page__mobile-tabs-second-level-products:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #121212;
      position: relative;
      bottom: 2px;
      z-index: 0; }
  .loyalty-page__mobile-tabs-second-level-types {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    margin: 0;
    overflow: scroll;
    white-space: nowrap; }
    .loyalty-page__mobile-tabs-second-level-types::-webkit-scrollbar {
      display: none; }
  .loyalty-page__mobile-tabs-second-level-type {
    margin-left: 20px; }
  @media (max-width: 960px) {
    .loyalty-page__mobile-tabs {
      display: flex; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.card__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #121212; }
  .card__wrapper img {
    height: 150px;
    max-width: 180px; }
  .card__wrapper.first {
    border-top: none; }
  @media (max-width: 768px) {
    .card__wrapper {
      width: 100%; }
      .card__wrapper img {
        height: 120px;
        max-width: 144px; } }

.card__content {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media (max-width: 768px) {
    .card__content {
      flex-direction: column;
      width: 100%;
      position: relative; } }

.card__info {
  padding: 0 20px;
  height: auto;
  word-break: break-word; }
  .card__info h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 15px;
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding-bottom: 10px; }
  @media (max-width: 768px) {
    .card__info {
      position: relative;
      padding: 0 10px; }
      .card__info h3 {
        font-size: 16px;
        padding-bottom: 5px; } }

.card__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  overflow: scroll;
  height: 42px; }
  @media (max-width: 768px) {
    .card__text {
      font-size: 12px;
      height: 42px; } }

.card__terms-exp-container {
  position: relative;
  height: 50px; }
  @media (max-width: 768px) {
    .card__terms-exp-container {
      height: 20px; } }

.card__expiration {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px;
  font-size: 14px;
  line-height: 21px; }
  @media (max-width: 768px) {
    .card__expiration {
      font-size: 10px;
      right: 0; } }
  @media (max-width: 768px) {
    .card__expiration.desktop-expiration {
      display: none; } }
  .card__expiration.mobile-expiration {
    display: none; }
    @media (max-width: 768px) {
      .card__expiration.mobile-expiration {
        display: unset; } }

.card__terms {
  position: absolute;
  bottom: -20px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  line-height: 21px;
  background: unset;
  border: unset;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 768px) {
    .card__terms {
      font-size: 10px;
      padding-left: 2px;
      bottom: 0; } }

.card__offer-container {
  height: 100%;
  width: auto; }
  .card__offer-container a {
    text-decoration: none; }
  @media (max-width: 768px) {
    .card__offer-container {
      height: 30px;
      padding: 0 0 0 10px; } }

.card__offer-details {
  box-sizing: border-box;
  height: 40px;
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 768px) {
    .card__offer-details {
      position: relative;
      width: 100%;
      height: 30px;
      bottom: 0;
      font-weight: 600;
      font-size: 12px; } }
  .card__offer-details .promo-button {
    border-radius: 5px; }

.card-v2__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #121212; }
  .card-v2__wrapper img {
    height: 150px;
    max-width: 180px; }
  .card-v2__wrapper.first {
    border-top: none; }
  @media (max-width: 768px) {
    .card-v2__wrapper {
      width: 100%; }
      .card-v2__wrapper img {
        height: 120px;
        max-width: 144px; } }

.card-v2__content {
  display: flex;
  flex-direction: row;
  width: 100%; }

.card-v2__info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
  height: auto;
  word-break: break-word;
  width: 100%; }
  .card-v2__info h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 15px;
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding-bottom: 10px; }
  @media (max-width: 768px) {
    .card-v2__info {
      position: relative;
      padding: 0 10px; }
      .card-v2__info h3 {
        font-size: 16px;
        padding-bottom: 5px; } }

.card-v2__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  height: 65px;
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .card-v2__text:hover {
    overflow-y: auto; }
  @media (max-width: 768px) {
    .card-v2__text {
      overflow-y: auto;
      -ms-overflow-style: none; }
      .card-v2__text::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 768px) {
    .card-v2__text {
      font-size: 12px;
      height: 42px; } }

.card-v2__bottom-row {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0; }

.card-v2__expiration {
  width: 100%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px; }
  .card-v2__expiration-wrapper {
    width: 30%; }
    @media only screen and (max-width: 1239px) and (min-width: 960px) {
      .card-v2__expiration-wrapper {
        width: 100%; } }
  @media (max-width: 768px) {
    .card-v2__expiration {
      font-size: 10px;
      right: 0; } }
  @media (max-width: 768px) {
    .card-v2__expiration.desktop-expiration {
      display: none; } }
  .card-v2__expiration.mobile-expiration {
    display: none; }
    @media (max-width: 768px) {
      .card-v2__expiration.mobile-expiration {
        display: unset; } }

.card-v2__button-wrapper {
  display: flex;
  flex-direction: row;
  width: 70%;
  right: 0;
  position: absolute; }
  @media (max-width: 768px) {
    .card-v2__button-wrapper {
      display: none; } }
  @media only screen and (max-width: 1239px) and (min-width: 960px) {
    .card-v2__button-wrapper {
      display: none; } }
  .card-v2__button-wrapper a {
    width: 50%;
    text-decoration: none; }
  .card-v2__button-wrapper-mobile {
    display: none;
    width: 100%;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .card-v2__button-wrapper-mobile {
        display: flex;
        flex-direction: row; } }
    @media only screen and (max-width: 1239px) and (min-width: 960px) {
      .card-v2__button-wrapper-mobile {
        display: flex;
        flex-direction: row; } }
    .card-v2__button-wrapper-mobile a {
      width: 50%;
      text-decoration: none; }

.card-v2__terms {
  background: unset;
  position: relative;
  font-weight: 600;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  line-height: 21px;
  width: 50%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  padding: 7px 0;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 768px) {
    .card-v2__terms {
      padding-left: 2px;
      bottom: 0;
      width: 100%;
      margin-right: 0; } }

.card-v2__offer-details {
  box-sizing: border-box;
  width: 48%;
  height: 36px;
  position: absolute;
  right: 0;
  background-color: #53d337;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 5px; }
  @media (max-width: 768px) {
    .card-v2__offer-details {
      position: relative;
      width: 100%;
      bottom: 0;
      font-weight: 600;
      font-size: 12px; } }
  .card-v2__offer-details .promo-button {
    border-radius: 5px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.promos__cards {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 50px;
  border-left: 2px solid #121212;
  margin: 20px 0 0 0;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .promos__cards {
      margin: 0;
      padding: 0 20px 20px 20px;
      border-left: none;
      width: unset; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.progress-bar__wrapper {
  border-radius: 10px; }

.progress-bar__overlay {
  animation: bar-progress 1.5s ease-in-out; }

@keyframes bar-progress {
  0% {
    x: 0;
    width: 100%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bonus-offer-progress__wrapper {
  font-size: 80px;
  position: relative;
  border-radius: 50%;
  z-index: 500;
  background-color: #242424;
  width: 2em;
  height: 2em; }
  .bonus-offer-progress__wrapper.bar {
    width: 2.625em;
    height: 2.625em;
    display: flex;
    align-items: center;
    justify-content: center; }

.bonus-offer-progress__inner {
  position: absolute;
  color: #ffffff;
  font-family: 'Saira SemiCondensed', sans-serif;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.9em;
  z-index: 600;
  width: 2em;
  height: 2em; }
  .bonus-offer-progress__inner.completed {
    color: #c5c5c5; }

.bonus-offer-progress__progress {
  font-weight: 600;
  font-size: 1em; }

.bonus-offer-progress__goal {
  font-weight: 400;
  font-size: 0.5em; }

.bonus-offer-progress__bar {
  z-index: 550;
  transform: rotate(-90deg);
  width: calc(2.625em - 0.15em);
  height: calc(2.625em - 0.15em); }
  .bonus-offer-progress__bar circle {
    stroke-width: 0.075em;
    fill: #242424;
    stroke-linecap: round; }
    .bonus-offer-progress__bar circle:not(.noanimate) {
      stroke-dashoffset: 339.292;
      animation-name: fill-progress;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }

@keyframes fill-progress {
  0% {
    stroke-dashoffset: 339.292; }
  100% {
    stroke-dashoffset: var(--progress); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.assigned-bonus-offer__wrapper {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #373737;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  cursor: pointer; }
  .assigned-bonus-offer__wrapper.no-pointer {
    cursor: default; }

.assigned-bonus-offer__progress {
  padding: 20px; }
  @media (max-width: 768px) {
    .assigned-bonus-offer__progress {
      padding: 20px 5px 5px 10px; } }
  .assigned-bonus-offer__progress .bonus-offer-progress__wrapper {
    font-size: 30px; }

.assigned-bonus-offer__content {
  width: 80%;
  padding: 10px; }
  @media (max-width: 768px) {
    .assigned-bonus-offer__content {
      width: 90%; } }
  .assigned-bonus-offer__content-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 5px; }
  .assigned-bonus-offer__content-description {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px; }
  .assigned-bonus-offer__content-details {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    flex-direction: row; }
  .assigned-bonus-offer__content-reward {
    width: 50%;
    text-align: left;
    color: #53d337;
    font-weight: 600; }
  .assigned-bonus-offer__content-exp {
    font-size: 11px;
    width: 50%;
    text-align: right; }

.assigned-bonus-offer__arrow {
  padding: 40px 10px 10px 10px; }
  @media (max-width: 768px) {
    .assigned-bonus-offer__arrow {
      padding: 40px 5px 5px 0; } }
  .assigned-bonus-offer__arrow .sportsbook__icon--arrow-right {
    width: 25px;
    height: 25px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.available-bonus-offer-container__wrapper {
  width: 100%;
  background-color: #373737;
  border-radius: 9px;
  min-height: 92px;
  padding: 20px 24px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  cursor: pointer; }
  @media (max-width: 768px) {
    .available-bonus-offer-container__wrapper {
      display: block; } }

.available-bonus-offer-container__title {
  font-weight: 700;
  font-size: 14px; }

@media (max-width: 768px) {
  .available-bonus-offer-container__reward-wrapper {
    margin-top: 5px;
    margin-bottom: 3px; } }

.available-bonus-offer-container__reward {
  font-weight: 600;
  color: #53d337; }

.available-bonus-offer-container__expiration {
  font-size: 11px;
  color: #ababab;
  text-align: right; }
  @media (max-width: 768px) {
    .available-bonus-offer-container__expiration {
      height: 0;
      overflow: visible;
      margin-top: -20px;
      margin-bottom: 15px; } }

.available-bonus-offer-container__link {
  background-color: #53d337;
  width: 215px;
  text-decoration: none;
  font-size: 11px;
  border-radius: 4px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 768px) {
    .available-bonus-offer-container__link {
      width: 100%; } }

.available-bonus-offer-container__expiration + .available-bonus-offer-container__link {
  margin-top: 5px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bonus-offers-section__wrapper {
  width: 100%;
  background-color: #242424;
  display: flex;
  flex-direction: column; }

.bonus-offers-section__header {
  width: 100%;
  padding: 10px 35px;
  background-color: #242424;
  display: flex;
  flex-direction: row;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  box-sizing: border-box; }
  .bonus-offers-section__header-title {
    color: #ffffff;
    width: 50%; }
  .bonus-offers-section__header-view-rewards {
    color: #53d337;
    text-align: right;
    width: 50%;
    text-decoration: none; }

.bonus-offers-section__cards {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box; }
  .bonus-offers-section__cards > div:not(:last-of-type) {
    margin-bottom: 12px; }

.bonus-offers-section__logged-out-wrapper {
  margin: 10px auto;
  color: #ffffff;
  width: 400px;
  font-size: 14px;
  text-align: center; }
  .bonus-offers-section__logged-out-wrapper span {
    font-weight: 600; }
  @media (max-width: 768px) {
    .bonus-offers-section__logged-out-wrapper {
      width: 300px; } }

.bonus-offers-section__logged-out-button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #53d337;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

.bonus-offers-section__empty-state-wrapper {
  margin: 10px auto;
  color: #ffffff;
  width: 400px;
  font-size: 14px;
  text-align: center; }
  .bonus-offers-section__empty-state-wrapper span {
    font-weight: 600; }
  @media (max-width: 768px) {
    .bonus-offers-section__empty-state-wrapper {
      width: 300px; } }

.bonus-offers-section__empty-state-button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #53d337;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.missions-view__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

.missions-view__spinner {
  margin-top: 100px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.rewards-view__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

.rewards-view__spinner {
  margin-top: 100px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.reward-row__wrapper {
  width: 100%;
  height: auto;
  background-color: #242424;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #121212; }
  .reward-row__wrapper:last-child {
    border-bottom: none; }
  .reward-row__wrapper.disabled {
    opacity: 0.5; }

.reward-row__left-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  box-sizing: border-box;
  width: 80%;
  color: #ffffff; }

.reward-row__title {
  font-size: 14px;
  color: #53d337; }

.reward-row__description {
  font-size: 12px; }

.reward-row__right-content {
  cursor: pointer;
  padding-top: 10px;
  width: 20%;
  text-align: right;
  color: #53d337;
  font-weight: 600; }

.reward-row__expiration {
  color: #c5c5c5;
  font-size: 11px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.reward-section__wrapper {
  width: 100%;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px; }
  .reward-section__wrapper .sportsbook-expandable-shell__body {
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin: 0; }
  .reward-section__wrapper .sportsbook__icon--arrow-down {
    transition: all 0.24s linear; }
  .reward-section__wrapper .sportsbook-expandable-shell__header--isExpanded .sportsbook__icon--arrow-down {
    transform: rotate(-180deg); }

.reward-section__header {
  width: 100%;
  padding: 14px 18px 14px 16px;
  background-color: #121212;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer; }
  .reward-section__header-title {
    color: #ffffff; }

.reward-section__rows {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box; }

.reward-section__logged-out-wrapper {
  margin: 20px auto;
  color: #ffffff;
  width: 400px;
  font-size: 14px;
  text-align: center; }
  .reward-section__logged-out-wrapper span {
    font-weight: 600; }
  @media (max-width: 768px) {
    .reward-section__logged-out-wrapper {
      width: 300px; } }

.reward-section__logged-out-button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #53d337;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

.reward-section__empty-state-wrapper, .reward-section__navigate-sb-wrapper {
  margin: 20px auto;
  color: #ffffff;
  width: 400px;
  font-size: 14px;
  text-align: center; }
  .reward-section__empty-state-wrapper span, .reward-section__navigate-sb-wrapper span {
    font-weight: 600; }
  @media (max-width: 768px) {
    .reward-section__empty-state-wrapper, .reward-section__navigate-sb-wrapper {
      width: 300px; } }

.reward-section__empty-state-button, .reward-section__navigate-sb-button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #53d337;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.casino-rewards .free-credit-section {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 11px; }
  .casino-rewards .free-credit-section__title {
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    padding: 8px 0 8px 40px;
    z-index: 5; }
    .casino-rewards .free-credit-section__title .account-details-icon {
      cursor: pointer;
      height: 16px;
      width: 16px;
      z-index: 2; }
      .casino-rewards .free-credit-section__title .account-details-icon .sportsbook__icon--tool-tip-outlined {
        fill: #ffffff;
        padding-left: 7px; }
        .casino-rewards .free-credit-section__title .account-details-icon .sportsbook__icon--tool-tip-outlined .i {
          fill: #242424; }
  .casino-rewards .free-credit-section__global-account {
    margin: 14px 0; }
    .casino-rewards .free-credit-section__global-account div {
      padding-left: 40px; }
    .casino-rewards .free-credit-section__global-account-balance {
      align-items: center;
      color: #fbd002;
      display: flex;
      flex-direction: row;
      font-family: 'Saira Condensed', sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 26px; }
      .casino-rewards .free-credit-section__global-account-balance .sportsbook__icon--free-credits {
        fill: #fbd002;
        padding-right: 3px; }
        .casino-rewards .free-credit-section__global-account-balance .sportsbook__icon--free-credits .dollar-sign {
          fill: #242424; }
    .casino-rewards .free-credit-section__global-account-description {
      font-weight: 500; }
    .casino-rewards .free-credit-section__global-account-expiration {
      color: #c5c5c5;
      font-family: 'SF Pro Text', sans-serif;
      font-size: 10px; }
    .casino-rewards .free-credit-section__global-account-see-more {
      color: #ffffff;
      cursor: pointer;
      font-family: 'SF Pro Text', sans-serif;
      font-size: 10px;
      font-weight: 500; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.game-tile {
  cursor: pointer;
  height: 186px;
  position: relative;
  width: 186px; }
  .game-tile .sportsbook__icon--free-credit-dog-ear {
    position: absolute;
    z-index: 2; }
  .game-tile__image {
    height: 186px;
    object-fit: cover;
    position: absolute;
    width: 186px; }
  .game-tile .upcoming {
    cursor: default;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  .game-tile .free-credit-balance {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 30px;
    object-fit: cover;
    position: absolute;
    text-align: center;
    width: 100%; }
    .game-tile .free-credit-balance .free-credit-balance-label {
      background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
      background-clip: text;
      color: #fff6b1;
      font-family: 'Saira Condensed', sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      -moz-background-clip: text;
      -moz-text-fill-color: transparent;
      text-transform: uppercase;
      vertical-align: middle;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1440px) {
        .game-tile .free-credit-balance .free-credit-balance-label {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .game-tile .free-credit-balance .free-credit-balance-label {
          font-size: 18px; } }
      @media (max-width: 720px) {
        .game-tile .free-credit-balance .free-credit-balance-label {
          font-size: 14px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.games-grid {
  align-items: stretch;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 14px 0;
  padding: 0 0 0 40px; }
  @media (max-width: 1440px) {
    .games-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 1239px) {
    .games-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 960px) {
    .games-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 820px) {
    .games-grid {
      grid-gap: 26px;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 720px) {
    .games-grid {
      grid-gap: 17px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .games-grid {
      grid-template-columns: 1fr; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.hero-banner__wrapper {
  width: calc(100% - 250px);
  height: 200px;
  position: absolute;
  z-index: 0;
  background-image: url("https://sportsbook.draftkings.com/static/hero_banner.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1440px) {
    .hero-banner__wrapper {
      width: calc(1440px - 250px); } }
  @media (max-width: 960px) {
    .hero-banner__wrapper {
      width: 100%;
      height: 150px; } }

.hero-banner__title {
  text-transform: uppercase;
  font-family: "Saira Condensed", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  padding: 40px 0 30px 50px; }
  .hero-banner__title span {
    color: #53d337;
    font-weight: 800; }
  @media (max-width: 960px) {
    .hero-banner__title {
      font-size: 24px;
      padding: 30px 0 10px 30px; } }

.hero-banner__copy {
  font-size: 14px;
  color: #ffffff;
  padding: 0 0 0 50px;
  width: 50%; }
  @media (max-width: 1440px) {
    .hero-banner__copy {
      width: 45%; } }
  @media (max-width: 960px) {
    .hero-banner__copy {
      width: 80%;
      padding: 0 0 0 30px; } }
  @media (max-width: 768px) {
    .hero-banner__copy {
      font-size: 13px; } }

.hero-banner__placeholder {
  width: 100%;
  height: 200px;
  position: relative; }
  @media (max-width: 960px) {
    .hero-banner__placeholder {
      height: 150px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.crowns-redemption-banner__wrapper {
  width: calc(100% - 250px);
  height: 200px;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1440px) {
    .crowns-redemption-banner__wrapper {
      width: calc(1440px - 250px); } }
  @media (max-width: 960px) {
    .crowns-redemption-banner__wrapper {
      width: 100%;
      height: 150px; } }
  @media (min-width: 768px) {
    .crowns-redemption-banner__wrapper {
      background-image: url("https://sportsbook.draftkings.com/static/hero_banner.png");
      background-size: cover;
      background-repeat: no-repeat; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__wrapper {
      min-height: 80px;
      display: flex; } }

@media (max-width: 768px) {
  .crowns-redemption-banner__text-wrapper {
    width: 100%; } }

.crowns-redemption-banner__title {
  text-transform: uppercase;
  font-family: "Saira Condensed", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  padding: 40px 0 9px 50px; }
  @media (min-width: 768px) {
    .crowns-redemption-banner__title span {
      color: #fbd002;
      font-weight: 800; } }
  @media (max-width: 960px) {
    .crowns-redemption-banner__title {
      font-size: 24px;
      padding: 30px 0 10px 30px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__title {
      text-transform: none;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-size: 11px;
      font-weight: 500;
      line-height: 13px;
      padding: 37px 0 0 36px;
      display: flex; }
      .crowns-redemption-banner__title.logout {
        font-size: 13px;
        padding: 20px 0 5px 33px;
        line-height: 16px; } }

.crowns-redemption-banner__subtitle {
  font-size: 12px;
  color: #ffffff;
  padding-left: 50px;
  width: 35%; }
  @media (max-width: 960px) {
    .crowns-redemption-banner__subtitle {
      width: 67%;
      padding-left: 30px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__subtitle {
      font-size: 10px;
      color: #ababab;
      padding-left: 36px;
      margin-top: 6px; }
      .crowns-redemption-banner__subtitle.logout {
        padding-left: 33px; } }

.crowns-redemption-banner__in-line-balance {
  display: none; }
  @media (max-width: 1024px) and (min-width: 960px) {
    .crowns-redemption-banner__in-line-balance {
      display: contents; } }

.crowns-redemption-banner__button {
  padding: 16px 0 0 50px;
  color: #53d337;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px; }
  .crowns-redemption-banner__button.logout {
    display: inline-block; }
  @media (max-width: 960px) {
    .crowns-redemption-banner__button {
      width: 80%;
      padding: 16px 0 0 30px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__button {
      position: absolute;
      width: 100px;
      padding: 23px 5% 0 0;
      right: 0; }
      .crowns-redemption-banner__button.logout {
        width: 128px; } }

.crowns-redemption-banner__placeholder {
  width: 50%;
  height: 200px;
  position: relative;
  margin-left: auto;
  z-index: 3; }
  @media (max-width: 960px) {
    .crowns-redemption-banner__placeholder {
      height: 150px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__placeholder {
      height: 100px;
      margin-left: unset; } }

.crowns-redemption-banner__right-content {
  float: right;
  padding: 50px 25px 0 0;
  font-size: 12px;
  color: #ffffff; }
  @media (max-width: 1024px) and (min-width: 960px) {
    .crowns-redemption-banner__right-content {
      display: none; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__right-content {
      float: none;
      padding: 0 0 0 33px; } }

@media (max-width: 768px) {
  .crowns-redemption-banner__balance-text {
    display: none; } }

.crowns-redemption-banner__crowns-wrapper {
  display: flex;
  float: right; }
  @media (max-width: 768px) {
    .crowns-redemption-banner__crowns-wrapper {
      float: none; } }
  .crowns-redemption-banner__crowns-wrapper.in-line {
    display: inline-flex;
    float: none; }

.crowns-redemption-banner__crown {
  background: url("https://sportsbook.draftkings.com/static/casino/crowns-color.svg") no-repeat;
  background-size: cover;
  display: inline-block; }
  .crowns-redemption-banner__crown.logout {
    height: 12px;
    width: 12px;
    margin-top: 2.5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .crowns-redemption-banner__crown.logout {
        display: none; } }
  .crowns-redemption-banner__crown.login {
    height: 17px;
    width: 17px;
    margin-top: 13px;
    margin-right: 4px; }
    @media (max-width: 768px) {
      .crowns-redemption-banner__crown.login {
        margin-top: 11px; } }
  .crowns-redemption-banner__crown.in-line {
    height: 10px;
    width: 10px;
    margin-top: 3.3px;
    margin-right: 2px; }

.crowns-redemption-banner__balance-number {
  font-family: "Saira Condensed", sans-serif;
  font-size: 27px;
  color: #fbd002;
  font-weight: 800; }
  @media (max-width: 768px) {
    .crowns-redemption-banner__balance-number {
      font-size: 24px; } }
  .crowns-redemption-banner__balance-number.in-line {
    font-family: inherit;
    font-weight: 600;
    font-size: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sbnc-header__wrapper {
  padding-top: 2%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  background-image: url(https://s3.amazonaws.com/dkstatic-dev/sportsbook/sbnc/sbnc-leaderboard-banner.png);
  background-size: 100%; }
  @media (max-width: 768px) {
    .sbnc-header__wrapper {
      display: block;
      background-image: url(https://s3.amazonaws.com/dkstatic-dev/sportsbook/sbnc/mobile-background.png);
      background-size: cover;
      width: 100%;
      height: 100%; } }

.sbnc-header__column {
  width: 33%; }
  .sbnc-header__column h1 {
    font-family: 'Saira Condensed', sans-serif;
    color: #ffffff;
    font-size: 5vw;
    font-weight: 800;
    text-shadow: -1px 2px 0 0 rgba(0, 0, 0, 0.5);
    margin: 0; }
    @media (max-width: 768px) {
      .sbnc-header__column h1 {
        display: none; } }

.sbnc-header__sb-logo {
  width: 55%; }
  @media (max-width: 768px) {
    .sbnc-header__sb-logo {
      display: none; } }

.sbnc-header__sbnc-logo {
  width: 35%; }
  @media (max-width: 768px) {
    .sbnc-header__sbnc-logo {
      display: none; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.tv-leaderboard__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 5.51px;
  line-height: 23px; }
  .tv-leaderboard__wrapper table {
    color: #ffffff;
    width: 100%;
    height: 80%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed; }
    .tv-leaderboard__wrapper table th {
      background-color: #000000;
      text-align: left;
      font-family: 'SF UI Text', sans-serif;
      height: 7%;
      font-size: 1.5vw;
      font-weight: 400;
      padding: 0 0.5%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .tv-leaderboard__wrapper table td {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 0.5%; }

.tv-leaderboard__green-bar {
  background-color: #53d337;
  width: 100%;
  height: 5px; }

.tv-leaderboard__cell {
  font-size: 2.5vw; }
  .tv-leaderboard__cell-empty {
    height: 72px; }

.tv-leaderboard__position {
  width: 6%;
  padding-left: 2%;
  text-align: right !important; }

.tv-leaderboard__winnings {
  width: 16%; }

.tv-leaderboard__user {
  width: 21%; }

.tv-leaderboard__current {
  width: 16%; }

.tv-leaderboard__pending {
  width: 15%; }

.tv-leaderboard__bets {
  width: 6%; }

.tv-leaderboard__wagered-total {
  width: 17%;
  padding-right: 1%; }

.tv-leaderboard-light-row {
  background-color: #242424; }

.tv-leaderboard-dark-row {
  background-color: #242424; }

.tv-leaderboard .green {
  color: #53d337; }

.tv-leaderboard .bold {
  font-family: 'Saira Condensed', sans-serif; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
body {
  background-color: #242424; }

.responsive-leaderboard {
  display: flex;
  justify-content: center; }
  .responsive-leaderboard__wrapper {
    width: 100%;
    max-width: 1440px;
    overflow: hidden; }
  .responsive-leaderboard__marketing-zone {
    background-image: url(https://sportsbook.draftkings.com/static/sbnc/sbnc-leaderboard-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    background-position: center; }
    @media (max-width: 768px) {
      .responsive-leaderboard__marketing-zone {
        background-image: url(https://sportsbook.draftkings.com/static/sbnc/sbnc-leaderboard-banner.png);
        height: 140px; } }
  .responsive-leaderboard__content {
    margin: 0 24px; }
    @media (max-width: 1024px) {
      .responsive-leaderboard__content {
        margin: auto; } }
  .responsive-leaderboard__header {
    height: 105px;
    display: flex;
    align-items: flex-end;
    width: 100%; }
    @media (max-width: 480px) {
      .responsive-leaderboard__header {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        box-sizing: border-box; } }
    .responsive-leaderboard__header-text {
      color: #ffffff;
      font-family: 'Saira Condensed', sans-serif;
      width: 50%; }
      @media (max-width: 1024px) {
        .responsive-leaderboard__header-text {
          width: 100%;
          padding: 0 16px;
          box-sizing: border-box; } }
      @media (max-width: 480px) {
        .responsive-leaderboard__header-text {
          display: flex; } }
      .responsive-leaderboard__header-text-standings {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 1.92px;
        line-height: 1.2; }
        @media (max-width: 768px) {
          .responsive-leaderboard__header-text-standings {
            font-size: 24px;
            letter-spacing: 1px;
            width: 100%; } }
        @media (max-width: 480px) {
          .responsive-leaderboard__header-text-standings {
            font-size: 16px;
            letter-spacing: 1px;
            width: 50%; } }
      .responsive-leaderboard__header-text-updated {
        font-size: 16px;
        letter-spacing: 1.2px;
        font-family: 'Saira Condensed', sans-serif; }
        @media (max-width: 480px) {
          .responsive-leaderboard__header-text-updated {
            font-size: 12px;
            letter-spacing: 0.6px;
            width: 50%;
            text-align: right; } }
    .responsive-leaderboard__header-search {
      width: 50%;
      justify-content: flex-end;
      display: flex; }
      @media (max-width: 1024px) {
        .responsive-leaderboard__header-search {
          padding: 0 16px;
          box-sizing: border-box; } }
      @media (max-width: 480px) {
        .responsive-leaderboard__header-search {
          width: 100%;
          margin-top: 26px;
          padding: 0 8px; } }
      .responsive-leaderboard__header-search .search {
        width: 258px; }
        @media (max-width: 480px) {
          .responsive-leaderboard__header-search .search {
            width: 100%; } }
        .responsive-leaderboard__header-search .search__input {
          background-color: #242424;
          color: #ffffff; }
        .responsive-leaderboard__header-search .search__icon {
          color: #c5c5c5; }
        .responsive-leaderboard__header-search .search .sportsbook__icon--search,
        .responsive-leaderboard__header-search .search .sportsbook__icon--ex {
          fill: #c5c5c5; }
  .responsive-leaderboard__table {
    margin-top: 15px; }
    @media (max-width: 480px) {
      .responsive-leaderboard__table {
        margin-top: 0; } }
    .responsive-leaderboard__table.loading {
      display: none; }
  .responsive-leaderboard__csv {
    margin: 15px 0 40px; }
    @media (max-width: 1024px) {
      .responsive-leaderboard__csv {
        margin: 15px 0 0; } }
    @media (max-width: 480px) {
      .responsive-leaderboard__csv {
        margin: 10 0 0; } }
    .responsive-leaderboard__csv.loading {
      display: none; }
    .responsive-leaderboard__csv-link {
      color: #53d337;
      font-size: 12px;
      text-decoration: none;
      font-family: 'SF UI Text', sans-serif; }
  .responsive-leaderboard__loading {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .responsive-leaderboard__loading.loaded {
      display: none; }

.ReactTable {
  max-height: 750px; }
  @media (max-width: 1024px) {
    .ReactTable {
      margin: 15px 0 0; } }
  @media (max-width: 480px) {
    .ReactTable {
      margin: 0;
      max-height: unset; } }
  .ReactTable .rt-thead {
    min-width: 720px !important; }
    .ReactTable .rt-thead.-header {
      overflow: hidden; }
    .ReactTable .rt-thead .rt-tr {
      background-color: #000000; }
    .ReactTable .rt-thead .rt-resizable-header {
      background-color: #000000;
      font-size: 10px;
      color: #898989;
      height: 40px;
      display: flex;
      align-items: center;
      font-family: 'SF UI Text', sans-serif;
      outline: 0 none; }
      .ReactTable .rt-thead .rt-resizable-header.-sort-asc .rt-resizable-header-content,
      .ReactTable .rt-thead .rt-resizable-header.-sort-desc .rt-resizable-header-content {
        position: relative;
        padding-right: 15px; }
        .ReactTable .rt-thead .rt-resizable-header.-sort-asc .rt-resizable-header-content:before,
        .ReactTable .rt-thead .rt-resizable-header.-sort-desc .rt-resizable-header-content:before {
          content: "";
          display: block;
          position: absolute;
          background-image: url(https://sportsbook.draftkings.com/static/icons/expand-arrow-2x.png);
          background-repeat: no-repeat;
          background-size: 8px;
          width: 100%;
          height: 100%;
          background-position: right center; }
      .ReactTable .rt-thead .rt-resizable-header.-sort-asc .rt-resizable-header-content:before {
        background-position: left center;
        transform: rotate(180deg); }
      .ReactTable .rt-thead .rt-resizable-header:nth-of-type(1) {
        display: none; }
        @media (max-width: 768px) {
          .ReactTable .rt-thead .rt-resizable-header:nth-of-type(1) {
            display: flex; } }
        @media (max-width: 480px) {
          .ReactTable .rt-thead .rt-resizable-header:nth-of-type(1) {
            position: absolute;
            z-index: 2; } }
      @media (max-width: 768px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(2) {
          display: none; } }
      .ReactTable .rt-thead .rt-resizable-header:nth-of-type(3) {
        display: none; }
        @media (max-width: 768px) {
          .ReactTable .rt-thead .rt-resizable-header:nth-of-type(3) {
            display: flex; } }
        @media (max-width: 480px) {
          .ReactTable .rt-thead .rt-resizable-header:nth-of-type(3) {
            position: absolute;
            z-index: 2;
            left: 55px; } }
      @media (max-width: 768px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(4) {
          display: none; } }
      @media (max-width: 768px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(5) {
          display: none; } }
      @media (max-width: 480px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(6) {
          position: relative;
          z-index: 1;
          left: 195px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(7) {
          position: relative;
          z-index: 1;
          left: 130px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(8) {
          position: relative;
          z-index: 1;
          left: 85px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-thead .rt-resizable-header:nth-of-type(9) {
          z-index: 1;
          max-width: 130px; } }
  .ReactTable .rt-tbody {
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 0.72px;
    min-width: 720px !important; }
    .ReactTable .rt-tbody .rt-td {
      color: #ffffff; }
      @media (max-width: 768px) {
        .ReactTable .rt-tbody .rt-td {
          height: 54px; } }
      .ReactTable .rt-tbody .rt-td:nth-of-type(1) {
        display: none; }
        @media (max-width: 768px) {
          .ReactTable .rt-tbody .rt-td:nth-of-type(1) {
            display: flex; } }
        @media (max-width: 480px) {
          .ReactTable .rt-tbody .rt-td:nth-of-type(1) {
            position: absolute;
            z-index: 2;
            background-color: inherit;
            box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5); } }
      @media (max-width: 768px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(2) {
          display: none; } }
      .ReactTable .rt-tbody .rt-td:nth-of-type(3) {
        display: none; }
        @media (max-width: 768px) {
          .ReactTable .rt-tbody .rt-td:nth-of-type(3) {
            display: flex; } }
        @media (max-width: 480px) {
          .ReactTable .rt-tbody .rt-td:nth-of-type(3) {
            position: absolute;
            z-index: 2;
            left: 55px;
            background-color: inherit;
            box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5); } }
      @media (max-width: 768px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(4) {
          display: none; } }
      @media (max-width: 768px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(5) {
          display: none; } }
      @media (max-width: 480px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(6) {
          position: relative;
          z-index: 1;
          left: 195px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(7) {
          position: relative;
          z-index: 1;
          left: 130px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(8) {
          position: relative;
          z-index: 1;
          left: 85px; } }
      @media (max-width: 480px) {
        .ReactTable .rt-tbody .rt-td:nth-of-type(9) {
          z-index: 1;
          max-width: 130px; } }
  .ReactTable .rt-tr {
    background-color: #242424;
    cursor: pointer; }
    .ReactTable .rt-tr.-odd {
      background-color: #242424; }
  .ReactTable .rt-noData {
    display: none !important; }
  .ReactTable .pagination-bottom {
    background-color: #181818;
    font-size: 14px;
    color: #242424;
    height: 50px;
    font-family: 'SF UI Text', sans-serif; }
    @media (max-width: 480px) {
      .ReactTable .pagination-bottom {
        height: 35px;
        font-size: 12px; } }
    .ReactTable .pagination-bottom .-previous button {
      border: none;
      border-radius: 3px;
      background-color: transparent !important;
      color: #53d337 !important;
      cursor: pointer;
      text-align: right;
      outline: none; }
      .ReactTable .pagination-bottom .-previous button:disabled {
        background-color: transparent !important;
        cursor: not-allowed; }
      .ReactTable .pagination-bottom .-previous button:before {
        content: "";
        position: absolute;
        background-image: url(https://sportsbook.draftkings.com/static/sbnc/ArrowNext.png);
        background-repeat: no-repeat;
        background-size: 8px;
        width: 10px;
        height: 24px;
        transform: rotate(180deg);
        margin-left: -15px;
        bottom: 10.55px; }
    .ReactTable .pagination-bottom .-center {
      flex: 1; }
    .ReactTable .pagination-bottom .-next button {
      border: none;
      border-radius: 3px;
      background-color: transparent !important;
      color: #53d337 !important;
      cursor: pointer;
      text-align: left;
      outline: none; }
      .ReactTable .pagination-bottom .-next button:disabled {
        background-color: transparent !important;
        cursor: not-allowed; }
      .ReactTable .pagination-bottom .-next button:before {
        content: "";
        position: absolute;
        background-image: url(https://sportsbook.draftkings.com/static/sbnc/ArrowNext.png);
        background-repeat: no-repeat;
        background-size: 8px;
        width: 10px;
        height: 24px;
        margin-left: 34px;
        background-position: right;
        bottom: 5px; }
        @media (max-width: 768px) {
          .ReactTable .pagination-bottom .-next button:before {
            margin-left: 30px; } }

.stacked-player {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

@media (max-width: 768px) {
  .stacked {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    overflow: hidden; } }

.player-score {
  display: flex;
  flex-direction: row; }
  .player-score__tool-tip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3; }
    .player-score__tool-tip .sportsbook__icon--tool-tip {
      fill: #898989;
      margin-left: 8px; }
      @media (max-width: 768px) {
        .player-score__tool-tip .sportsbook__icon--tool-tip {
          margin-left: 12px; } }

.position {
  padding-left: 10px; }

.green {
  color: #53d337; }

.bold {
  font-family: 'Saira Condensed', sans-serif; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-oddsboosts-page {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-oddsboosts-page.dkbetslip {
    width: calc(100% - 410px); }
    @media (max-width: 960px) {
      .sportsbook-oddsboosts-page.dkbetslip {
        width: 100%;
        padding: 0; } }
  .sportsbook-oddsboosts-page.loading {
    position: relative; }
  @media (max-width: 960px) {
    .sportsbook-oddsboosts-page {
      width: 100%;
      padding: 0; } }
  .sportsbook-oddsboosts-page__header {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
  .sportsbook-oddsboosts-page .sportsbook-league-accordion__wrapper.expanded .sportsbook-league-accordion__accordion, .sportsbook-oddsboosts-page .sportsbook-league-accordion__wrapper.expanding .sportsbook-league-accordion__accordion, .sportsbook-oddsboosts-page .sportsbook-league-accordion__wrapper.collapsing .sportsbook-league-accordion__accordion {
    margin-bottom: 8px; }
  .sportsbook-oddsboosts-page .sportsbook-league-accordion__wrapper.collapsed {
    margin-bottom: 1px; }
  .sportsbook-oddsboosts-page .sportsbook-league-accordion__children-wrapper {
    margin-top: 8px; }
  .sportsbook-oddsboosts-page .sportsbook-offer-category-card .sportsbook-header {
    width: auto; }
  .sportsbook-oddsboosts-page .sportsbook-offer-category-card__offers-loading-spinner {
    position: relative;
    height: 60px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-odd-type-wrapper {
  display: flex;
  align-items: baseline; }
  .sportsbook-odd-type-wrapper p {
    font-size: 14px;
    margin: 0; }
  .sportsbook-odd-type-wrapper select {
    color: #242424;
    border: none;
    outline: none;
    font-size: 14px;
    width: 105px;
    height: 25px;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(https://sportsbook.draftkings.com/static/icons/expand-arrow-2x.png) no-repeat right;
    background-position-x: 70px;
    background-position-y: 10px;
    margin: 0 5px 0 2px;
    cursor: pointer; }
  .sportsbook-odd-type-wrapper select::-ms-expand {
    display: none; }
  .sportsbook-odd-type-wrapper .sportsbook__icon--arrow-down {
    fill: #ffffff; }
  .sportsbook-odd-type-wrapper .selected-text {
    color: #ffffff; }
  .sportsbook-odd-type-wrapper option {
    color: #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-help-subnav .sportsbook-subnav__more-toggle {
  display: none; }

@media (max-width: 768px) {
  .sportsbook-help-subnav .sportsbook-subnav__links,
  .sportsbook-help-subnav .sportsbook-subnav__more-toggle {
    display: flex; }
  .sportsbook-help-subnav .responsive-hidden {
    display: none; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-subnav {
  height: 40px;
  background: #121212;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 768px) {
    .sportsbook-subnav nav {
      height: 40px; }
      .sportsbook-subnav nav .sportsbook-subnav__links-wrapper {
        display: none; } }
  .sportsbook-subnav__help-links {
    list-style-type: none;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    min-width: 905px;
    overflow: hidden;
    transition: all 0.2s linear;
    opacity: 1; }
    .sportsbook-subnav__help-links.hide {
      opacity: 0; }
    @media (max-width: 1024px) {
      .sportsbook-subnav__help-links {
        margin-left: 24px;
        min-width: 0; } }
    @media (max-width: 768px) {
      .sportsbook-subnav__help-links {
        display: none; } }
  .sportsbook-subnav__links {
    list-style-type: none;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    min-width: 905px;
    overflow: hidden;
    transition: all 0.2s linear;
    opacity: 1; }
    .sportsbook-subnav__links.hide {
      opacity: 0; }
    @media (max-width: 1024px) {
      .sportsbook-subnav__links {
        margin-left: 24px;
        min-width: 0; } }
    @media (max-width: 768px) {
      .sportsbook-subnav__links {
        overflow-x: scroll; } }
  .sportsbook-subnav__link {
    padding: 7px 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 3px solid #121212;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 32px; }
    .sportsbook-subnav__link--active {
      border-bottom: 3px solid #53d337; }
    @media (min-width: 1024px) {
      .sportsbook-subnav__link:hover {
        color: #53d337; } }
    .sportsbook-subnav__link .more-arrow-down {
      width: 12px;
      padding-bottom: 1px;
      margin-left: 5px; }
  .sportsbook-subnav__more-toggle {
    position: relative;
    min-width: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .sportsbook-subnav__more-toggle .sportsbook__icon--dots {
      width: 20px;
      height: 20px;
      fill: #ffffff; }
    .sportsbook-subnav__more-toggle .sportsbook-subnav__link {
      text-transform: none;
      margin-top: 4px; }
      .sportsbook-subnav__more-toggle .sportsbook-subnav__link .sportsbook__icon--arrow-down {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        fill: #53d337; }
    .sportsbook-subnav__more-toggle.open:after {
      position: absolute;
      width: 10px;
      height: 10px;
      content: "";
      transform: rotate(-45deg);
      background-color: #ffffff;
      bottom: -5px;
      left: 50%;
      margin-left: -5px; }
    .sportsbook-subnav__more-toggle.open .sportsbook__icon--dots {
      fill: #53d337; }
  .sportsbook-subnav .morenav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 400; }
  .sportsbook-subnav .a-z-morenav {
    display: flex;
    justify-content: center; }
  .sportsbook-subnav__responsive-more-nav {
    display: none;
    position: relative;
    cursor: default;
    z-index: 400; }
    @media (max-width: 768px) {
      .sportsbook-subnav__responsive-more-nav {
        display: flex;
        flex-direction: column;
        width: 100%; } }
    .sportsbook-subnav__responsive-more-nav__links-wrapper {
      display: flex;
      flex-direction: row;
      margin-left: 24px;
      position: relative; }
      .sportsbook-subnav__responsive-more-nav__links-wrapper.help-page {
        margin: 0 24px; }
      .sportsbook-subnav__responsive-more-nav__links-wrapper:after {
        content: '';
        position: absolute;
        right: 0;
        width: 50px;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, rgba(18, 18, 18, 0), #121212);
        z-index: 99;
        pointer-events: none; }
    .sportsbook-subnav__responsive-more-nav__links {
      list-style-type: none;
      height: 40px;
      padding: 0;
      display: flex;
      align-items: center;
      overflow-x: hidden;
      transition: all 0.2s linear;
      opacity: 1;
      width: calc(100% - 100px);
      -webkit-overflow-scrolling: touch; }
      .sportsbook-subnav__responsive-more-nav__links:hover {
        overflow-x: auto; }
      @media (max-width: 768px) {
        .sportsbook-subnav__responsive-more-nav__links {
          overflow-x: auto;
          -ms-overflow-style: none; }
          .sportsbook-subnav__responsive-more-nav__links::-webkit-scrollbar {
            display: none; } }
      .sportsbook-subnav__responsive-more-nav__links.help-page {
        margin: 0 auto;
        width: 100%; }
    .sportsbook-subnav__responsive-more-nav__link {
      padding: 7px 4px;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      border-bottom: 3px solid #121212;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      margin-right: 32px;
      position: relative; }
      @media (max-width: 768px) {
        .sportsbook-subnav__responsive-more-nav__link {
          margin-right: 24px; } }
      .sportsbook-subnav__responsive-more-nav__link--active {
        border-bottom: 3px solid #53d337; }
      .sportsbook-subnav__responsive-more-nav__link:hover {
        color: #53d337; }
      .sportsbook-subnav__responsive-more-nav__link .more-arrow-down {
        width: 12px;
        padding-bottom: 1px;
        margin-left: 5px; }
      .sportsbook-subnav__responsive-more-nav__link:last-child:after {
        content: '';
        width: 30px;
        height: 20px;
        background-color: #121212;
        position: absolute;
        right: -30px; }
  .sportsbook-subnav__responsive-more-toggle {
    height: 40px;
    width: 80px;
    color: #ababab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase; }
    .sportsbook-subnav__responsive-more-toggle .sportsbook__icon--arrow-down {
      fill: #53d337; }
    .sportsbook-subnav__responsive-more-toggle:after {
      content: '';
      position: absolute;
      left: -50px;
      width: 50px;
      height: 70%;
      top: 0;
      background: linear-gradient(to right, rgba(50, 50, 50, 0), #121212);
      z-index: 10000;
      pointer-events: none; }
  .sportsbook-subnav .featured {
    display: none; }
    @media (max-width: 1024px) {
      .sportsbook-subnav .featured {
        display: inline; } }
  .sportsbook-subnav .head {
    display: none; }
    @media (max-width: 1024px) {
      .sportsbook-subnav .head {
        display: inline; } }
  .sportsbook-subnav .tail {
    display: inline; }
    @media (max-width: 1024px) {
      .sportsbook-subnav .tail {
        display: none; } }
  .sportsbook-subnav__odd-type-switcher-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
    @media (max-width: 768px) {
      .sportsbook-subnav__odd-type-switcher-wrapper {
        display: none; } }
  .sportsbook-subnav__links-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 0 auto; }
  .sportsbook-subnav p {
    color: white; }

.sportsbook-wrapper--left-menu-enabled .sportsbook-subnav__links li:not(.sportsbook-subnav__more-toggle) {
  display: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
footer.sportsbook-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: relative;
  width: 100%;
  background-color: #242424;
  border-top: 3px solid #121212;
  color: #ffffff; }
  footer.sportsbook-footer input {
    display: none; }
  footer.sportsbook-footer label {
    display: block;
    font-weight: normal;
    margin-bottom: 0; }
  footer.sportsbook-footer .important-info-bar {
    background-color: #121212;
    padding: 8px 20px;
    font-size: 11px;
    display: block; }
    @media (min-width: 720px) {
      footer.sportsbook-footer .important-info-bar {
        display: none; } }
    footer.sportsbook-footer .important-info-bar .sportsbook__icon--arrow-down {
      fill: #53d337;
      position: relative;
      transition: all 0.16s linear;
      top: 2px;
      left: 6px;
      display: inline; }
    footer.sportsbook-footer .important-info-bar .sportsbook__icon--arrow-up {
      display: none; }
  footer.sportsbook-footer .main-footer {
    padding: 32px 16px;
    display: flex;
    justify-content: space-between; }
    footer.sportsbook-footer .main-footer .legal {
      width: 40%;
      color: #c5c5c5; }
      @media (max-width: 768px) {
        footer.sportsbook-footer .main-footer .legal {
          width: 100%;
          order: 2; } }
      footer.sportsbook-footer .main-footer .legal a {
        color: #ffffff;
        text-decoration: none; }
    footer.sportsbook-footer .main-footer .company-links ul {
      padding: 0;
      margin: 0; }
      footer.sportsbook-footer .main-footer .company-links ul li {
        list-style-type: none;
        padding-bottom: 5px;
        margin: 0; }
        footer.sportsbook-footer .main-footer .company-links ul li a {
          color: #c5c5c5;
          text-decoration: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          footer.sportsbook-footer .main-footer .company-links ul li a:hover {
            color: #009ffd; }
    @media (max-width: 768px) {
      footer.sportsbook-footer .main-footer .company-links {
        order: 0; }
        footer.sportsbook-footer .main-footer .company-links ul {
          text-align: center; }
          footer.sportsbook-footer .main-footer .company-links ul li {
            display: inline-block;
            margin: 0 8px 1px; } }
    footer.sportsbook-footer .main-footer .lockup {
      width: 145px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; }
      @media (max-width: 768px) {
        footer.sportsbook-footer .main-footer .lockup {
          order: 1;
          margin-bottom: 10px; } }
      footer.sportsbook-footer .main-footer .lockup .company-name {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600; }
      footer.sportsbook-footer .main-footer .lockup .location {
        color: #242424;
        margin-top: 5px; }
      @media (max-width: 768px) {
        footer.sportsbook-footer .main-footer .lockup .company-name,
        footer.sportsbook-footer .main-footer .lockup .location {
          text-align: center; } }
      footer.sportsbook-footer .main-footer .lockup .social-icons ul {
        margin: 15px 0 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        list-style-type: none; }
        footer.sportsbook-footer .main-footer .lockup .social-icons ul li .social-link {
          display: inline-block;
          margin: 0;
          width: 35px;
          height: 35px;
          transition: all 0.2s linear;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: top left; }
          footer.sportsbook-footer .main-footer .lockup .social-icons ul li .social-link:hover {
            opacity: 0.7; }
        footer.sportsbook-footer .main-footer .lockup .social-icons ul .facebook {
          background-image: url("https://sportsbook.draftkings.com/static/footer/facebook@2x.png"); }
        footer.sportsbook-footer .main-footer .lockup .social-icons ul .twitter {
          background-image: url("https://sportsbook.draftkings.com/static/footer/twitter@2x.png"); }
        footer.sportsbook-footer .main-footer .lockup .social-icons ul .instagram {
          background-image: url("https://sportsbook.draftkings.com/static/footer/instagram@2x.png"); }
    footer.sportsbook-footer .main-footer .company-links,
    footer.sportsbook-footer .main-footer .locations {
      font-weight: 600; }
      footer.sportsbook-footer .main-footer .company-links .title,
      footer.sportsbook-footer .main-footer .locations .title {
        padding-bottom: 15px;
        cursor: default;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (max-width: 768px) {
          footer.sportsbook-footer .main-footer .company-links .title,
          footer.sportsbook-footer .main-footer .locations .title {
            display: none; } }
    footer.sportsbook-footer .main-footer .locations ul {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between; }
      footer.sportsbook-footer .main-footer .locations ul li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        color: #c5c5c5;
        margin-right: 10px; }
        footer.sportsbook-footer .main-footer .locations ul li address {
          font-style: normal;
          line-height: 23px; }
    @media (max-width: 768px) {
      footer.sportsbook-footer .main-footer .locations {
        order: 3; }
        footer.sportsbook-footer .main-footer .locations ul {
          display: block;
          text-align: center; }
          footer.sportsbook-footer .main-footer .locations ul li {
            font-size: 10px; }
            footer.sportsbook-footer .main-footer .locations ul li div,
            footer.sportsbook-footer .main-footer .locations ul li address {
              display: inline-block; }
            footer.sportsbook-footer .main-footer .locations ul li div:after {
              content: ":";
              margin-right: 2px; }
            footer.sportsbook-footer .main-footer .locations ul li address {
              line-height: 18px; }
              footer.sportsbook-footer .main-footer .locations ul li address br {
                display: none; } }
    @media (max-width: 768px) {
      footer.sportsbook-footer .main-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  footer.sportsbook-footer .sub-footer {
    font-size: 11px;
    color: #c5c5c5;
    padding: 8px 16px;
    background-color: #19181a;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer.sportsbook-footer .sub-footer .legal-concise {
      display: none; }
      @media (max-width: 720px) {
        footer.sportsbook-footer .sub-footer .legal-concise {
          display: none; } }
    footer.sportsbook-footer .sub-footer .left {
      display: flex;
      justify-content: flex-start;
      cursor: default;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      footer.sportsbook-footer .sub-footer .left .flag {
        background: url("https://sportsbook.draftkings.com/static/footer/flag_US@2x.png") no-repeat top left;
        background-size: 100%;
        width: 30px;
        height: 16px;
        margin: 0 8px 0 0; }
      @media (max-width: 768px) {
        footer.sportsbook-footer .sub-footer .left {
          order: 1;
          margin: 8px 0 16px; } }
    @media (max-width: 768px) {
      footer.sportsbook-footer .sub-footer .right {
        order: 0; } }
    footer.sportsbook-footer .sub-footer .right .logos {
      display: flex; }
      footer.sportsbook-footer .sub-footer .right .logos img {
        height: 50px;
        padding: 0 8px; }
      footer.sportsbook-footer .sub-footer .right .logos .TwentyOnePlus {
        pointer-events: none;
        cursor: none; }
    @media (max-width: 768px) {
      footer.sportsbook-footer .sub-footer {
        flex-direction: column;
        justify-content: center; } }
  footer.sportsbook-footer .consent-bar {
    margin: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2147483647; }
  footer.sportsbook-footer .legal-logos {
    display: flex; }
    @media (max-width: 720px) {
      footer.sportsbook-footer .legal-logos {
        justify-content: center; } }
    footer.sportsbook-footer .legal-logos .logo-divider {
      border-right: 1px solid #ffffff; }
    footer.sportsbook-footer .legal-logos .logo {
      padding: 0 10px; }
    footer.sportsbook-footer .legal-logos img {
      height: 30px; }

footer input:checked ~ label .important-info-bar .sportsbook__icon--arrow-up {
  fill: #53d337;
  position: relative;
  transition: all 0.16s linear;
  top: 2px;
  left: 6px;
  display: inline; }

footer input:checked ~ label .important-info-bar .sportsbook__icon--arrow-down {
  display: none; }

div[aria-label*="cookie" i] {
  padding-bottom: 5px; }

@media (max-width: 720px) {
  footer input:checked ~ .main-footer {
    padding: 16px 4px 4px;
    background-color: #19181a; } }

@media (max-width: 720px) {
  footer input:checked ~ .main-footer .lockup {
    display: none; } }

footer input:checked ~ .main-footer .company-links .cookie-preferences {
  padding-bottom: 0; }

@media (max-width: 720px) {
  footer input:checked ~ .main-footer .company-links .important-link {
    display: none; } }

@media (max-width: 720px) {
  footer input:checked ~ .main-footer .locations {
    display: none; } }

@media (max-width: 720px) {
  footer input:checked ~ .main-footer .legal {
    display: none; } }

footer input:checked ~ .sub-footer .legal-concise {
  display: none; }
  @media (max-width: 720px) {
    footer input:checked ~ .sub-footer .legal-concise {
      display: inline;
      width: 70%;
      color: #c5c5c5;
      text-align: center;
      order: 2;
      margin: 0 0 24px; }
      footer input:checked ~ .sub-footer .legal-concise a {
        color: #ffffff;
        text-decoration: none; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.playspan-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  z-index: 99999;
  position: fixed;
  width: 100%;
  background-color: #000000;
  color: #c5c5c5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-top: 1px solid #121212; }
  @media (max-width: 768px) {
    .playspan-footer {
      justify-content: center;
      flex-direction: column; } }
  .playspan-footer .playspan-timings {
    display: flex;
    align-items: center; }
    .playspan-footer .playspan-timings .playspan-session-time:before {
      content: "| "; }
    @media (max-width: 768px) {
      .playspan-footer .playspan-timings {
        justify-content: center;
        flex-direction: column; }
        .playspan-footer .playspan-timings .playspan-session-time:before {
          content: ""; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.deposit-needed-modal {
  flex-direction: column;
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .deposit-needed-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .deposit-needed-modal {
      width: 90vw;
      min-width: 0; } }
  .deposit-needed-modal .sportsbook__icon--ex {
    fill: #000000; }
  .deposit-needed-modal .footer-buttons button {
    font-size: 16px;
    min-width: 200px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.cool-off-modal {
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
  display: block;
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 500px; }
  @media (max-width: 1024px) {
    .cool-off-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .cool-off-modal {
      width: 90vw;
      min-width: 0; } }
  .cool-off-modal .sportsbook__icon--ex {
    fill: #000000; }
  .cool-off-modal .error-message {
    color: #e9344a;
    margin-top: 5px; }
  .cool-off-modal p {
    color: #242424;
    font-size: 14px;
    font-weight: normal; }
  .cool-off-modal .footer-buttons {
    margin-top: 15px; }
    .cool-off-modal .footer-buttons button {
      margin-left: 30px; }
      .cool-off-modal .footer-buttons button .spinner {
        width: 16px;
        height: 16px;
        top: -4px;
        display: inline-block; }
        .cool-off-modal .footer-buttons button .spinner div {
          width: 17px;
          height: 17px;
          border: 4px solid #ffffff; }
  .cool-off-modal input {
    width: 100%;
    height: 20px;
    padding-left: 5px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.transfer-funds-modal {
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .transfer-funds-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .transfer-funds-modal {
      width: 90vw;
      min-width: 0; } }
  .transfer-funds-modal .sportsbook__icon--ex {
    fill: #000000; }
  .transfer-funds-modal .checkbox {
    color: #121212;
    padding: 10px; }
  .transfer-funds-modal .footer-buttons button {
    font-size: 16px;
    height: 40px;
    min-width: 200px; }
    .transfer-funds-modal .footer-buttons button.noclick {
      cursor: default;
      padding: 0; }
    .transfer-funds-modal .footer-buttons button .spinner {
      height: 32px;
      width: 32px; }
      .transfer-funds-modal .footer-buttons button .spinner div {
        height: 26px;
        width: 26px; }
  .transfer-funds-modal .error {
    color: #e9344a; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.promos-terms-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: top;
  background: #242424;
  width: 40vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  padding-top: 35px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .promos-terms-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .promos-terms-modal {
      width: 90vw;
      min-width: 0; } }
  .promos-terms-modal .sportsbook__icon--ex {
    fill: #ffffff; }
  .promos-terms-modal .header {
    max-height: 300px;
    max-width: 100%; }
  .promos-terms-modal .banner {
    width: 100%;
    padding: 10px 0;
    background-color: #242424;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    margin: 0; }
    .promos-terms-modal .banner img {
      width: 40%; }
  .promos-terms-modal .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #242424;
    width: 100%;
    cursor: default;
    word-break: break-word; }
    .promos-terms-modal .content-row {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 10px;
      max-height: 300px;
      overflow-y: scroll;
      overflow: auto; }
      .promos-terms-modal .content-row-element {
        width: 80%;
        text-align: left;
        font-family: "Open Sans", sans-serif;
        font-weight: 200;
        border-radius: 15px;
        font-size: 14px;
        color: #ffffff;
        white-space: pre-line; }
        .promos-terms-modal .content-row-element h3 {
          font-weight: 800;
          border-radius: 15px;
          margin: 0;
          margin-bottom: 10px;
          font-size: 18px; }
    .promos-terms-modal .content .button {
      font-family: 'Open Sans', sans-serif;
      font-size: 16.28px;
      height: 40px;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      cursor: pointer; }
      @media (max-width: 768px) {
        .promos-terms-modal .content .button {
          font-size: 14px; } }
      .promos-terms-modal .content .button .promo-button {
        border-radius: 2px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.recheck-location-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .recheck-location-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .recheck-location-modal {
      width: 90vw;
      min-width: 0;
      padding-bottom: 20px; } }
  .recheck-location-modal .sportsbook__icon--ex {
    fill: #000000; }
  .recheck-location-modal .list {
    list-style-type: none;
    margin: 20px 40px;
    padding: 0; }
    .recheck-location-modal .list li {
      text-align: left;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 10px 0; }
      .recheck-location-modal .list li img {
        width: 20px;
        height: 20px;
        margin-right: 15px; }
  .recheck-location-modal .disclaimer {
    color: #c5c5c5; }
    .recheck-location-modal .disclaimer a {
      text-decoration: none;
      color: #009ffd; }
  .recheck-location-modal .recheck-button {
    cursor: pointer;
    border: 0;
    outline: 0 none;
    width: 194px;
    height: 34px;
    background: #53d337;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .recheck-location-modal .recheck-button {
        margin: 0 auto; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.full-page .sportsbook-modal-outer-wrapper {
  z-index: 100000; }

.wager-history-modal {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: block;
  padding: 10px;
  background: #ffffff; }
  @media (max-width: 480px) {
    .wager-history-modal {
      width: 100vw; } }
  .wager-history-modal .header {
    width: 100%; }
  .wager-history-modal .small {
    font-size: 12px; }
  .wager-history-modal .modal-body {
    margin-top: 10px;
    height: 60vh;
    overflow: auto; }
  .wager-history-modal .error-message {
    color: #e9344a;
    margin-top: 5px; }
  .wager-history-modal p {
    color: #242424;
    font-size: 14px;
    font-weight: normal; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sbnc-modal {
  background: #242424;
  width: 70vw;
  max-width: 1024px;
  max-height: 100vh;
  min-width: 500px;
  font-family: 'Open Sans', sans-serif;
  background-color: #242424;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: start; }
  .sbnc-modal .bet-outcome-container .sportsbook__icon--ex {
    width: 13px !important;
    height: 13px !important;
    top: 0 !important;
    right: 0 !important; }
  @media (max-width: 768px) {
    .sbnc-modal {
      width: 100vw;
      max-height: 100vh;
      min-width: 0; } }
  .sbnc-modal .sportsbook__icon--ex {
    fill: #ababab; }
  .sbnc-modal__username {
    color: #ffffff;
    font-size: 16px; }
  .sbnc-modal__position {
    color: #53d337;
    font-size: 16px; }
  .sbnc-modal__last-updated {
    color: #ababab;
    font-size: 13px;
    margin-bottom: 10px; }
  .sbnc-modal__bets {
    width: 95%;
    overflow: scroll; }
  .sbnc-modal__no-bets {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background-color: #242424;
    margin: 10px 0;
    padding: 20px;
    min-height: 100px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.withdrawal-confirmation-modal {
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .withdrawal-confirmation-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .withdrawal-confirmation-modal {
      width: 90vw;
      min-width: 0; } }
  .withdrawal-confirmation-modal .sportsbook__icon--ex {
    fill: #000000; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sbnc-player-score-modal {
  flex-direction: column;
  background: #242424;
  color: #ababab;
  width: 30vw;
  min-height: 250px;
  min-width: 500px;
  padding: 20px;
  box-sizing: border-box;
  font-family: 'SF UI Text', sans-serif; }
  .sbnc-player-score-modal__title {
    font-size: 24px;
    margin: 24px 0 48px; }
    @media (max-width: 768px) {
      .sbnc-player-score-modal__title {
        font-size: 20px; } }
  .sbnc-player-score-modal__desc {
    font-size: 18px;
    max-width: 480px;
    margin: auto;
    font-weight: 300; }
  @media (max-width: 1024px) {
    .sbnc-player-score-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .sbnc-player-score-modal {
      width: 90vw;
      min-width: 0; } }
  .sbnc-player-score-modal .footer-buttons .modal-button__gray {
    background: #242424;
    outline: 0 none;
    border: none;
    text-transform: uppercase;
    color: #ababab;
    padding: 12px 25px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    width: 281px;
    height: 48px;
    margin: 48px 0 24px; }
    .sbnc-player-score-modal .footer-buttons .modal-button__gray:hover {
      background: #ababab;
      color: #242424; }
    @media (max-width: 768px) {
      .sbnc-player-score-modal .footer-buttons .modal-button__gray {
        margin: 140px 0 24px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.download-app-modal {
  font-family: 'SF Pro Text', sans-serif;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: 90vw;
  min-height: 250px;
  min-width: 200px;
  max-width: 350px; }
  .download-app-modal .sportsbook__icon--ex {
    fill: #ffffff; }
  .download-app-modal__banner {
    background-image: url("https://sportsbook.draftkings.com/static/icons/DownloadAppBanner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    max-width: 350px; }
    .download-app-modal__banner-text {
      font-family: 'Saira Condensed', sans-serif;
      font-size: 40px;
      font-weight: 600;
      color: #ffffff;
      padding: 60px 20px 0 20px;
      text-transform: uppercase;
      line-height: 37px; }
  .download-app-modal__cta {
    color: #000000;
    font-size: 12px;
    line-height: 17px;
    padding: 0 20px; }
  .download-app-modal__button {
    width: 90%;
    height: 56px;
    background: #2a751a;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 550;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.time-reminder-modal__wrapper {
  background: #ffffff;
  width: 300px;
  min-height: 200px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left; }
  .time-reminder-modal__wrapper .sportsbook__icon--ex {
    fill: #000000; }
  .time-reminder-modal__wrapper h3 {
    margin: 0;
    font-size: 20px;
    color: #121212;
    font-weight: 700;
    line-height: normal; }
  .time-reminder-modal__wrapper p {
    font-size: 14px; }
  .time-reminder-modal__wrapper a {
    text-decoration: none;
    color: #009ffd; }

.time-reminder-modal__ok-button {
  width: 100%;
  cursor: pointer;
  border: 0;
  outline: 0 none;
  height: 34px;
  background: #2a751a;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bonus-offer-info-modal__wrapper {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 665px;
  min-height: 600px;
  max-height: 85vh;
  overflow: auto; }
  @media (max-width: 768px) {
    .bonus-offer-info-modal__wrapper {
      width: 100vw;
      height: auto;
      min-height: 0;
      max-height: 83vh; } }

.bonus-offer-info-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 45px 65px 15px;
  background: #242424;
  background: linear-gradient(188deg, #242424 0%, #242424 260px, #242424 270px, #242424 270px, #242424 100%); }
  .bonus-offer-info-modal__body.available {
    background: linear-gradient(186deg, #242424 0%, #242424 185px, #242424 200px, #242424 200px, #242424 100%); }
  .bonus-offer-info-modal__body .sportsbook__icon--ex {
    fill: #ababab;
    position: absolute;
    top: 21px;
    right: 21px;
    width: 22px;
    height: 22px;
    cursor: pointer; }

.bonus-offer-info-modal__title {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin: 17px 0; }

.bonus-offer-info-modal__subtitle {
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0;
  margin-bottom: 20px; }

.bonus-offer-info-modal__available-copy {
  margin: 80px 0 40px;
  text-align: center;
  font-size: 14px;
  line-height: 18px; }

.bonus-offer-info-modal__rewards-wrapper {
  margin: 20px 65px;
  border: 3px solid #242424;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.bonus-offer-info-modal__rewards-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  background-color: #242424;
  margin-top: -10px;
  padding: 0 15px; }

.bonus-offer-info-modal__rewards {
  padding: 10px 0;
  border-spacing: 17px 3px; }

.bonus-offer-info-modal__reward-value {
  color: #53d337;
  font-weight: 600; }

.bonus-offer-info-modal__reward-checkmark {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #121212;
  width: 14px;
  height: 14px; }
  .bonus-offer-info-modal__reward-checkmark.checked {
    border: none;
    background-color: #53d337; }
    .bonus-offer-info-modal__reward-checkmark.checked .sportsbook__icon--round-check {
      margin-top: 2px;
      width: 10px;
      height: 10px; }
      .bonus-offer-info-modal__reward-checkmark.checked .sportsbook__icon--round-check path {
        stroke: #242424; }

.bonus-offer-info-modal__description {
  font-size: 12px; }

.bonus-offer-info-modal__button {
  min-width: 262px;
  height: 45px;
  background-color: #2a751a;
  margin: 20px 0 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bonus-offer-info-modal__button.disabled {
    background-color: #242424;
    color: #c5c5c5;
    cursor: not-allowed;
    pointer-events: none;
    border: solid 1px #242424; }

.bonus-offer-info-modal__link {
  font-size: 21px;
  text-decoration: none;
  color: #ffffff; }
  .bonus-offer-info-modal__link.disabled {
    color: #242424; }

.bonus-offer-info-modal__expiration {
  font-size: 10px;
  margin-bottom: 21px; }

.bonus-offer-info-modal__footer {
  font-size: 10px;
  background: #121212;
  padding: 15px 75px;
  line-height: 14px;
  color: #c5c5c5;
  text-align: left; }

.bonus-offer-info-modal__legal-title {
  font-weight: 600; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.last-login-modal {
  flex-direction: column;
  background: #ffffff;
  width: 40vw;
  min-height: 250px;
  min-width: 300px;
  max-width: 400px;
  padding: 20px;
  box-sizing: border-box; }
  .last-login-modal .link {
    text-decoration: none;
    color: #009ffd;
    font-weight: 600; }
  @media (max-width: 1024px) {
    .last-login-modal {
      width: 50vw; } }
  @media (max-width: 768px) {
    .last-login-modal {
      width: 90vw;
      min-width: 0; } }
  .last-login-modal .sportsbook__icon--ex {
    fill: #000000; }
  .last-login-modal .footer-buttons button {
    font-size: 16px;
    min-width: 200px; }
  .last-login-modal__content {
    font-size: 14px;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
      .last-login-modal__content {
        font-size: 12px; } }
    .last-login-modal__content-time {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 6px; }
      @media (max-width: 768px) {
        .last-login-modal__content-time {
          margin-bottom: 3px; } }
      .last-login-modal__content-time-label {
        font-weight: 650; }
    .last-login-modal__content-ip {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
      .last-login-modal__content-ip-label {
        font-weight: 650; }
    .last-login-modal__content-login-link {
      text-decoration: none;
      color: #009ffd;
      font-weight: 650; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.oos-modal {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: 50vw;
  min-height: 250px;
  min-width: 500px;
  padding: 30px;
  text-align: center;
  max-width: 650px; }
  @media (max-width: 1024px) {
    .oos-modal {
      width: 80vw; } }
  @media (max-width: 768px) {
    .oos-modal {
      width: 90vw;
      min-width: 0;
      padding-bottom: 20px; } }
  .oos-modal .sportsbook__icon--ex {
    fill: #242424; }
  .oos-modal__title {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0; }
  .oos-modal__description {
    font-size: 18px;
    margin-bottom: 20px;
    width: 80%; }
  .oos-modal__link {
    text-decoration: none;
    cursor: pointer;
    color: #009ffd; }
  .oos-modal__button {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 14px 35px 14px 35px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a751a;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px; }
  .oos-modal__footer-copy {
    font-size: 14px;
    margin-bottom: 10px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.logout-modal {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: 50vw;
  min-height: 250px;
  min-width: 500px;
  padding: 30px;
  text-align: center;
  max-width: 650px; }
  @media (max-width: 1024px) {
    .logout-modal {
      width: 80vw; } }
  @media (max-width: 768px) {
    .logout-modal {
      width: 90vw;
      min-width: 0;
      padding-bottom: 20px; } }
  .logout-modal .sportsbook__icon--ex {
    fill: #242424; }
  .logout-modal__title {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0; }
  .logout-modal__description {
    font-size: 18px;
    margin-bottom: 20px;
    width: 80%; }
  .logout-modal__link {
    text-decoration: none;
    cursor: pointer;
    color: #009ffd; }
  .logout-modal__button {
    color: #121212;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: none;
    background: #53d337;
    font-size: 20px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, system-ui, "Roboto", sans-serif !important;
    padding: 8px 16px 8px;
    box-shadow: none;
    border: none;
    width: 50%;
    transition: background 0.2s;
    cursor: pointer; }
    .logout-modal__button:hover {
      border: none;
      background: #7ede68 !important; }
    .logout-modal__button:active, .logout-modal__button:focus {
      border: none;
      background: #43b828 !important;
      outline: 2px auto -webkit-focus-ring-color; }
  .logout-modal__footer-copy {
    font-size: 14px;
    margin-bottom: 10px;
    width: 80%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.on-prem-registration-modal {
  background: #121212;
  border-radius: 4px;
  color: #ffffff;
  width: 80vw;
  max-width: 850px;
  overflow-y: auto; }
  @media (max-width: 768px) {
    .on-prem-registration-modal {
      width: 90vw;
      margin-bottom: 30px; } }
  .on-prem-registration-modal__title {
    color: #ffffff;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.6px;
    text-align: left; }
    @media (max-width: 768px) {
      .on-prem-registration-modal__title {
        font-size: 20px; } }
  .on-prem-registration-modal__wrapper {
    padding: 65px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .on-prem-registration-modal__wrapper {
        padding: 40px; } }
    @media (max-width: 480px) {
      .on-prem-registration-modal__wrapper {
        padding: 18px; } }
  .on-prem-registration-modal__subheader {
    margin-top: 15px;
    text-align: left;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #ababab; }
    @media (max-width: 768px) {
      .on-prem-registration-modal__subheader {
        line-height: unset;
        margin-top: unset;
        font-size: 13px; } }
    @media (max-width: 480px) {
      .on-prem-registration-modal__subheader {
        font-size: 12px; } }
  .on-prem-registration-modal__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline; }
    .on-prem-registration-modal__content-wrapper span {
      font-family: 'Pro Display', sans-serif;
      font-size: 14px;
      font-weight: 600;
      margin-top: 25px; }
  .on-prem-registration-modal__locations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1024px) {
      .on-prem-registration-modal__locations {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center; } }
  .on-prem-registration-modal__location {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 50%;
    height: 90px;
    margin-top: 25px; }
    @media (max-width: 1024px) {
      .on-prem-registration-modal__location {
        width: 100%;
        height: 100%;
        justify-content: space-around; } }
  .on-prem-registration-modal__casino-logo {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .on-prem-registration-modal__casino-logo img {
      max-width: 80%;
      max-height: 100%; }
      @media (max-width: 1024px) {
        .on-prem-registration-modal__casino-logo img {
          width: 50%;
          justify-content: space-around; } }
      @media (max-width: 768px) {
        .on-prem-registration-modal__casino-logo img {
          width: 120px; } }
  .on-prem-registration-modal__casino-wifi {
    margin-top: 6px; }
    .on-prem-registration-modal__casino-wifi img {
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 1024px) {
        .on-prem-registration-modal__casino-wifi img {
          width: 80%;
          justify-content: space-around; } }
      @media (max-width: 768px) {
        .on-prem-registration-modal__casino-wifi img {
          width: 75%; } }
  .on-prem-registration-modal__no-logo-image {
    width: 50%;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px; }
  .on-prem-registration-modal__casino-description {
    width: 50%;
    margin: 0 25px;
    text-align: left; }
    @media (max-width: 768px) {
      .on-prem-registration-modal__casino-description {
        margin-right: unset; } }
  .on-prem-registration-modal__casino-name {
    text-align: left;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
  .on-prem-registration-modal__casino-address {
    text-align: left;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }
    @media (max-width: 480px) {
      .on-prem-registration-modal__casino-address {
        font-size: 12px;
        line-height: 15px; } }
  .on-prem-registration-modal__directions {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    margin-top: 10px; }
  .on-prem-registration-modal__location-link {
    cursor: pointer;
    color: #53d337;
    text-decoration: none; }
  .on-prem-registration-modal__skip {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-family: 'SF Pro Display', sans-serif;
    color: #c5c5c5;
    margin-bottom: 5%;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .on-prem-registration-modal__isMobile {
      height: 90vh; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.crowns-redemption-modal__wrapper {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  min-width: 665px;
  max-height: 85vh;
  overflow: auto; }
  @media (max-width: 768px) {
    .crowns-redemption-modal__wrapper {
      min-width: inherit; } }

.crowns-redemption-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #242424;
  background: linear-gradient(180.07deg, #242424 13.81%, #242424 67.71%);
  box-shadow: 0 -7px 11px rgba(0, 0, 0, 0.34525); }
  .crowns-redemption-modal__body .sportsbook__icon--ex {
    fill: #ababab;
    position: absolute;
    top: 21px;
    right: 21px;
    width: 22px;
    height: 22px;
    cursor: pointer; }

.crowns-redemption-modal__title {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin: 17px 0; }

.crowns-redemption-modal__subtitle {
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0;
  margin-bottom: 20px; }

.crowns-redemption-modal__button {
  min-width: 262px;
  height: 45px;
  background-color: #2a751a;
  margin: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  border-radius: 2px;
  border: solid 1px transparent; }
  .crowns-redemption-modal__button.back {
    background-color: #242424;
    color: #c5c5c5;
    cursor: pointer;
    border: solid 1px #242424; }
  .crowns-redemption-modal__button.disabled {
    background-color: #242424;
    color: #c5c5c5;
    cursor: not-allowed;
    pointer-events: none;
    border: solid 1px #242424; }

.crowns-redemption-modal__close.hide {
  display: none; }

.crowns-redemption-modal__link {
  font-size: 21px;
  text-decoration: none;
  color: #ffffff; }
  .crowns-redemption-modal__link.disabled {
    color: #242424; }

.crowns-redemption-modal__expiration {
  font-size: 10px;
  margin-bottom: 21px; }

.crowns-redemption-modal__footer {
  font-size: 10px;
  background: #121212;
  padding: 15px 40px;
  line-height: 14px;
  color: #c5c5c5;
  text-align: left; }
  @media (max-width: 768px) {
    .crowns-redemption-modal__footer {
      display: none; } }

.crowns-redemption-modal__legal-title {
  font-weight: 600; }

.crowns-redemption-modal__wrapper [class*="__title"] {
  font-family: 'Saira Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  padding-top: 32px; }

.crowns-redemption-modal__wrapper [class*="__subtitle"] {
  padding-top: 16px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.crowns-redemption-modal__wrapper [class*="__button"] {
  width: 262px;
  height: 45px;
  background-color: #53d337;
  margin: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  border: solid 1px transparent; }
  .crowns-redemption-modal__wrapper [class*="__button"].back {
    background-color: #242424; }
  .crowns-redemption-modal__wrapper [class*="__button"].disabled {
    background-color: #242424;
    color: #c5c5c5;
    cursor: not-allowed;
    pointer-events: none;
    border: solid 1px #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.redemption-panel .redemption-panel__body {
  width: 617px;
  height: 98px;
  display: flex;
  background: #3b393b;
  border-radius: 10px;
  margin: 16px auto 0 auto; }
  @media (max-width: 768px) {
    .redemption-panel .redemption-panel__body {
      display: inline-flex;
      width: 95%;
      min-width: 300px;
      height: 106px; } }
  .redemption-panel .redemption-panel__body.disabled {
    opacity: 0.5; }

.redemption-panel .redemption-panel__icon-wrapper {
  width: 63px;
  height: 63px;
  margin: 16px 13px; }
  @media (max-width: 768px) {
    .redemption-panel .redemption-panel__icon-wrapper {
      width: 10vw;
      height: 10vw;
      min-width: 35px;
      max-width: 63px;
      min-height: 35px;
      max-height: 63px;
      margin: auto 0 auto 13px; } }

.redemption-panel .redemption-panel__icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto 0; }
  @media (max-width: 768px) {
    .redemption-panel .redemption-panel__icon {
      width: 9vw;
      height: 9vw;
      min-width: 32px;
      max-width: 60px;
      min-height: 32px;
      max-height: 60px; } }
  .redemption-panel .redemption-panel__icon.xdk {
    background-image: url(abaa2c2a66a2ae075cae3aa49ecb1135.svg); }
  .redemption-panel .redemption-panel__icon.xfc {
    background-image: url(056c4508b1768bd1b912e31303167ccf.svg); }

.redemption-panel .redemption-panel__text-wrapper {
  width: 375px;
  text-align: left; }
  @media (max-width: 768px) {
    .redemption-panel .redemption-panel__text-wrapper {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: auto;
      margin-left: 16px; } }

.redemption-panel .redemption-panel__title {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 0 0 0; }

.redemption-panel .redemption-panel__subtitle {
  font-family: inherit;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 0 8px 0; }

.redemption-panel .redemption-panel__maxrewards {
  font-size: 10px;
  line-height: 13px; }
  .redemption-panel .redemption-panel__maxrewards span {
    font-size: 10px;
    font-weight: 700;
    color: #53d337; }
    .redemption-panel .redemption-panel__maxrewards span.disabled {
      color: inherit; }

.redemption-panel .redemption-panel__button {
  cursor: pointer; }
  .redemption-panel .redemption-panel__button.web {
    width: 122px;
    height: 44px;
    background-color: #2a751a;
    color: white;
    margin: 27px 0 27px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: none; }
    @media (max-width: 768px) {
      .redemption-panel .redemption-panel__button.web {
        display: none; } }
    .redemption-panel .redemption-panel__button.web.disabled {
      background-color: #242424;
      color: #c5c5c5;
      cursor: not-allowed;
      pointer-events: none; }
  .redemption-panel .redemption-panel__button.mobile {
    display: none;
    background: none; }
    @media (max-width: 768px) {
      .redemption-panel .redemption-panel__button.mobile {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 43px 16px 0 10px; } }
    .redemption-panel .redemption-panel__button.mobile.disabled {
      display: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.select-type-view-modal {
  width: 100%; }
  .select-type-view-modal .select-type-view-modal__title {
    font-weight: 500;
    font-size: 29px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__title {
        display: none; } }
  .select-type-view-modal .select-type-view-modal__subtitle {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px 0 39px 0; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__subtitle {
        display: none; } }
  .select-type-view-modal .select-type-view-modal__crowns-wrapper-outer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 302px;
    height: 116px;
    padding: 1px 35px;
    border: 3px solid #373737;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto 34px auto; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__crowns-wrapper-outer {
        height: 80px;
        margin: 45px auto 31px auto; } }
    .select-type-view-modal .select-type-view-modal__crowns-wrapper-outer span {
      display: inline-block;
      position: relative;
      width: 149px;
      top: -11px;
      background-color: #242424;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-align: center; }
  .select-type-view-modal .select-type-view-modal__crowns-wrapper-inner {
    display: flex;
    position: relative;
    top: -17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-radius: 20px; }
  .select-type-view-modal .select-type-view-modal__crown {
    width: 46px;
    height: 46px;
    background: url("https://sportsbook.draftkings.com/static/casino/crowns-color.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__crown {
        width: 24px;
        height: 24px;
        margin-top: 24px; } }
  .select-type-view-modal .select-type-view-modal__balance-number {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 101px;
    color: #fbd002;
    margin: auto 0 auto 12px; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__balance-number {
        font-size: 39px;
        line-height: 61px;
        margin: 5px 0 0 8px; } }
  .select-type-view-modal .select-type-view-modal__type-instruction-wrapper {
    width: 536px;
    height: 0;
    margin: 41px auto 24px auto;
    border-bottom: 3px solid #242424; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__type-instruction-wrapper {
        width: 320px;
        border: none;
        margin: 31px auto 23px auto; } }
    .select-type-view-modal .select-type-view-modal__type-instruction-wrapper.insufficient {
      margin: 45px auto 45px auto; }
  .select-type-view-modal .select-type-view-modal__type-instruction {
    width: 277px;
    display: inline-block;
    position: relative;
    background-color: #242424;
    top: -7px;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__type-instruction {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: none; } }
    .select-type-view-modal .select-type-view-modal__type-instruction.insufficient {
      width: 428px;
      top: -23px;
      background-color: #242424;
      line-height: 24px; }
      @media (max-width: 768px) {
        .select-type-view-modal .select-type-view-modal__type-instruction.insufficient {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-size: 12px;
          background: none; } }
      .select-type-view-modal .select-type-view-modal__type-instruction.insufficient span {
        font-weight: 600; }
  .select-type-view-modal .select-type-view-modal__button {
    min-width: 262px;
    height: 45px;
    background-color: #2a751a;
    margin: 20px auto 25px auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px; }
  .select-type-view-modal .select-type-view-modal__selection {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .select-type-view-modal .select-type-view-modal__selection {
        min-width: 320px; } }
    .select-type-view-modal .select-type-view-modal__selection.fetch-error {
      max-width: 536px;
      min-width: 300px;
      margin: 0 auto;
      padding: 0 10px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.freecredit-redemption-view-modal__wrapper {
  min-width: 750px; }
  @media (max-width: 768px) {
    .freecredit-redemption-view-modal__wrapper {
      width: 100%;
      min-width: inherit;
      background: linear-gradient(180.07deg, #242424 13.81%, #222222 67.71%); } }
  @media (max-width: 768px) {
    .freecredit-redemption-view-modal__wrapper .freecredit-redemption-view-modal__carousel {
      display: none; } }
  .freecredit-redemption-view-modal__wrapper .freecredit-redemption-view-modal__scroller {
    display: none; }
    @media (max-width: 768px) {
      .freecredit-redemption-view-modal__wrapper .freecredit-redemption-view-modal__scroller {
        display: initial; } }
  .freecredit-redemption-view-modal__wrapper .freecredit-redemption-view-modal__cta_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 22px; }
  .freecredit-redemption-view-modal__wrapper .freecredit-redemption-view-modal__button {
    margin: 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.crowns-slider__wrapper {
  max-width: 561px;
  margin: 0 auto; }

.crowns-slider__instruction {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center; }

.crowns-slider__input {
  font-weight: 600; }

.crowns-slider__amount_row {
  display: flex;
  position: relative; }

.crowns-slider__amount_wrapper {
  display: flex;
  margin: auto; }

.crowns-slider__crown {
  width: 24px;
  height: 24px;
  background: url("https://sportsbook.draftkings.com/static/casino/crowns-color.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 18px auto; }
  @media (max-width: 768px) {
    .crowns-slider__crown {
      width: 24px;
      height: 24px;
      margin: 24px auto; } }

.crowns-slider__amount {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 61px;
  color: #fbd002;
  margin: 0 5px; }
  @media (max-width: 768px) {
    .crowns-slider__amount {
      font-size: 39px;
      line-height: 61px;
      margin: 5px 0 0 8px; } }

.crowns-slider__balance {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 74px;
  color: #fbd002;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .crowns-slider__balance {
      font-size: 18px;
      line-height: 74px;
      margin: 5px 0 0 8px; } }

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 6px 0;
  width: 80%;
  margin-left: 1%;
  margin-right: 1%; }
  [type='range']::-moz-focus-outer {
    border: 0; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: #484848; }
    [type='range']:focus::-ms-fill-lower {
      background: #484848; }
    [type='range']:focus::-ms-fill-upper {
      background: #484848; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 80%;
    background: #484848;
    border: 0 solid #cfd8dc;
    border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: default;
    height: 12px;
    width: 12px;
    -webkit-appearance: none;
    margin-top: -2px; }
  [type='range']::-moz-range-track {
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 80%;
    background: #484848;
    border: 0 solid #cfd8dc;
    border-radius: 5px;
    height: 4px; }
  [type='range']::-moz-range-thumb {
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: default;
    height: 12px;
    width: 12px; }
  [type='range']::-ms-track {
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 80%;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    background: #484848;
    border: 0 solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-fill-upper {
    background: #484848;
    border: 0 solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: default;
    height: 12px;
    width: 12px;
    margin-top: 2px; }
  [type='range']:disabled::-webkit-slider-thumb, [type='range']:disabled::-moz-range-thumb, [type='range']:disabled::-ms-thumb, [type='range']:disabled::-webkit-slider-runnable-track, [type='range']:disabled::-ms-fill-lower, [type='range']:disabled::-ms-fill-upper {
    cursor: not-allowed; }

.buttonBack___1mlaL {
  cursor: pointer; }

.buttonFirst___2rhFr {
  cursor: pointer; }

.buttonNext___2mOCa {
  cursor: pointer; }

.buttonLast___2yuh0 {
  cursor: pointer; }

.buttonNext___3Lm3s {
  cursor: pointer; }

.dot___3c3SI {
  cursor: pointer; }

.image___xtQGH {
  display: block;
  width: 100%;
  height: 100%; }

.container___2O72F {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.overlay___IV4qY {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: zoom-in;
  transition: opacity 0.3s, transform 0.3s; }

.hover___MYy31,
.loading___1pvNI,
.zoom___3kqYk {
  opacity: 1; }

.imageLoadingSpinnerContainer___3UIPD {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4; }

.slide___3-Nqo {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  list-style-type: none; }

.slide___3-Nqo:focus {
  outline: none !important; }

.slideHorizontal___1NzNV {
  float: left; }

.slideInner___2mfX9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.focusRing___1airF {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  pointer-events: none;
  outline-width: 5px;
  outline-style: solid;
  outline-color: Highlight; }

@media (-webkit-min-device-pixel-ratio: 0) {
  .focusRing___1airF {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color; } }

.horizontalSlider___281Ls {
  position: relative;
  overflow: hidden; }

.horizontalSliderTray___1L-0W {
  overflow: hidden;
  width: 100%; }

.verticalSlider___34ZFD {
  position: relative;
  overflow: hidden; }

.verticalSliderTray___267D8 {
  overflow: hidden; }

.verticalTray___12Key {
  float: left; }

.verticalSlideTrayWrap___2nO7o {
  overflow: hidden; }

.sliderTray___-vHFQ {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.sliderAnimation___300FY {
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform; }

.masterSpinnerContainer___1Z6hB {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4; }

.spinner___27VUp {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  animation-name: a;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-width: 4px;
  border-style: solid;
  border-top-color: #000000;
  border-right-color: #a9a9a9;
  border-bottom-color: #a9a9a9;
  border-left-color: #a9a9a9;
  border-radius: 30px; }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.redeemable-tile__wrapper {
  display: flex;
  max-width: 345px;
  height: 104px;
  background: #373737;
  border-radius: 2px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .redeemable-tile__wrapper {
      margin: 8px 0; } }
  .redeemable-tile__wrapper.selected {
    outline: 3px solid #53d337;
    outline-offset: -2px; }
  .redeemable-tile__wrapper .redeemable-tile__image {
    width: 56px;
    height: auto;
    margin: auto 16px; }
  .redeemable-tile__wrapper .redeemable-tile__body {
    width: calc(100% - 87px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 16px 16px 0;
    margin: auto 0;
    text-align: left; }
  .redeemable-tile__wrapper .redeemable-tile__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #ffffff;
    padding: 0;
    margin-bottom: 5px; }
  .redeemable-tile__wrapper .redeemable-tile__amount {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    color: #fbd002;
    margin-bottom: 6px; }
  .redeemable-tile__wrapper .redeemable-tile__attributes {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    line-height: 14px;
    color: #ababab; }
  .redeemable-tile__wrapper .redeemable-tile__expiration {
    font-weight: bold;
    margin-left: 3px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.xfc-grid__wrapper-outer {
  padding: 19px; }

.xfc-grid__wrapper-inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.xfc-carousel__wrapper-outer {
  position: relative;
  margin: auto;
  overflow: hidden; }
  .xfc-carousel__wrapper-outer .xfc-carousel__instruction {
    display: inline-block;
    position: relative;
    background-color: #242424;
    top: 11px;
    text-align: center;
    width: 150px;
    height: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    z-index: 9999; }
  .xfc-carousel__wrapper-outer .xfc-carousel__wrapper-inner {
    border: 3px solid #242424;
    border-radius: 18px;
    margin: 0 32px; }
  .xfc-carousel__wrapper-outer .carousel__slider.carousel__slider--horizontal {
    height: 255px;
    overflow: hidden; }
  .xfc-carousel__wrapper-outer button:focus {
    outline: 0; }
  .xfc-carousel__wrapper-outer .carousel__next-button,
  .xfc-carousel__wrapper-outer .carousel__back-button {
    z-index: 9000;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #212121;
    border: none;
    opacity: 0.7; }
    .xfc-carousel__wrapper-outer .carousel__next-button:disabled, .xfc-carousel__wrapper-outer .carousel__next-button[disabled],
    .xfc-carousel__wrapper-outer .carousel__back-button:disabled,
    .xfc-carousel__wrapper-outer .carousel__back-button[disabled] {
      display: none; }
    .xfc-carousel__wrapper-outer .carousel__next-button .carousel-back-btn-text,
    .xfc-carousel__wrapper-outer .carousel__next-button .carousel-next-btn-text,
    .xfc-carousel__wrapper-outer .carousel__back-button .carousel-back-btn-text,
    .xfc-carousel__wrapper-outer .carousel__back-button .carousel-next-btn-text {
      font-weight: 500;
      font-size: 20px;
      line-height: 10px; }
    .xfc-carousel__wrapper-outer .carousel__next-button:hover,
    .xfc-carousel__wrapper-outer .carousel__back-button:hover {
      opacity: 1;
      border: 3px solid #a4a4a4;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.75); }
  .xfc-carousel__wrapper-outer .carousel__next-button {
    right: 10px; }
  .xfc-carousel__wrapper-outer .carousel__back-button {
    left: 10px; }
  .xfc-carousel__wrapper-outer i {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px; }
    .xfc-carousel__wrapper-outer i.right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-right: 5px; }
    .xfc-carousel__wrapper-outer i.left {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-left: 5px; }
  .xfc-carousel__wrapper-outer .pagination-dot-group {
    margin-bottom: 8px; }
  .xfc-carousel__wrapper-outer .carousel__dot {
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    padding: 0;
    margin-left: 10px; }
    .xfc-carousel__wrapper-outer .carousel__dot:disabled, .xfc-carousel__wrapper-outer .carousel__dot[disabled] {
      height: 9px;
      width: 9px;
      background-color: #c5c5c5; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.xfc-scroller__instruction {
  margin: 16px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center; }

.xfc-scroller__wrapper {
  min-height: 318px;
  max-height: 40vh;
  overflow-y: scroll;
  margin: 8px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.xdk-view-modal__cta_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px; }

.xdk-view-modal__subheader {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.xdk-view-modal__redeemable_name {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  text-align: center; }

.xdk-view-modal__convert_amount {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 76px;
  text-align: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.confirm-view-modal__wrapper {
  min-width: 700px; }
  @media (max-width: 768px) {
    .confirm-view-modal__wrapper {
      width: 100%;
      min-width: inherit; } }
  .confirm-view-modal__wrapper .confirm-view-modal__subtitle {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 91px;
    padding-bottom: 72px; }
  .confirm-view-modal__wrapper .confirm-view-modal__cta_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.redemption-success-view__cta_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 33px; }

.redemption-success-view__icon-wrapper {
  margin: 16px 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 768px) {
    .redemption-success-view__icon-wrapper {
      width: 10vw;
      height: 10vw;
      min-width: 35px;
      max-width: 63px;
      min-height: 35px;
      max-height: 63px;
      margin: auto; } }

.redemption-success-view__icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto 0; }
  @media (max-width: 768px) {
    .redemption-success-view__icon {
      width: 9vw;
      height: 9vw;
      min-width: 32px;
      max-width: 60px;
      min-height: 32px;
      max-height: 60px; } }
  .redemption-success-view__icon.xdk {
    background-image: url(abaa2c2a66a2ae075cae3aa49ecb1135.svg); }
  .redemption-success-view__icon.xfc {
    background-image: url(056c4508b1768bd1b912e31303167ccf.svg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.redemption-error-view__subtitle .sportsbook__icon--warning {
  flex-shrink: 0;
  fill: white;
  height: 20px;
  width: 20px;
  padding-right: 6px;
  vertical-align: bottom; }

.redemption-error-view__cta_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.loading-page-view__loading-spinner {
  min-height: 50px;
  padding-top: 10px; }
  .loading-page-view__loading-spinner .spinner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-deposit-needed-modal {
  flex-direction: column;
  background: #ffffff;
  width: 60vw;
  min-width: 500px;
  max-width: 706px;
  min-height: 445px;
  padding: 48px 24px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .dk-deposit-needed-modal {
      min-height: unset; } }
  @media (max-width: 768px) {
    .dk-deposit-needed-modal {
      width: 90vw;
      min-width: 0; } }
  .dk-deposit-needed-modal .sportsbook__icon--ex {
    fill: #000000; }
  .dk-deposit-needed-modal .sportsbook__icon--warning {
    height: 68px;
    width: 68px; }
  .dk-deposit-needed-modal .footer-buttons {
    max-width: 359px;
    width: 100%;
    margin: 30px auto 0; }
    .dk-deposit-needed-modal .footer-buttons button {
      font-size: 16px;
      min-width: 200px; }
  .dk-deposit-needed-modal__disclaimer {
    font-size: 10px;
    margin-top: 8px; }
  .dk-deposit-needed-modal__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #000000; }
  .dk-deposit-needed-modal__content {
    max-width: 359px;
    margin: 30px auto 0;
    font-size: 16px;
    width: 100%; }
    .dk-deposit-needed-modal__content-line {
      display: flex;
      flex-direction: row;
      width: 100%; }
      .dk-deposit-needed-modal__content-line-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 50%;
        white-space: nowrap; }
      .dk-deposit-needed-modal__content-line-value {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 50%; }
  .dk-deposit-needed-modal .dk-deposit-needed-modal-button {
    outline: 0 none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px; }
  .dk-deposit-needed-modal__button-top {
    background: #2a751a;
    color: #ffffff;
    font-size: 18px;
    line-height: 16px;
    height: 60px;
    width: 100%;
    margin-bottom: 7px; }
  .dk-deposit-needed-modal__button-bottom {
    background: #121212;
    color: #ededed;
    font-size: 18px;
    line-height: 16px;
    height: 60px;
    width: 100%; }
  .dk-deposit-needed-modal__icon {
    position: relative;
    z-index: 10; }
    .dk-deposit-needed-modal__icon:after {
      content: '';
      left: 28px;
      position: absolute;
      width: 13px;
      height: 50px;
      background: #000000;
      bottom: 12px;
      z-index: -1; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.combination-education-modal__wrapper {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 339px;
  padding: 30px;
  max-width: 339px;
  align-items: flex-start;
  text-align: left; }
  @media (max-width: 768px) {
    .combination-education-modal__wrapper {
      width: 90vw;
      min-width: 0;
      max-height: 100vh;
      overflow: auto; } }

.combination-education-modal__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #242424;
  margin-bottom: 8px; }

.combination-education-modal__description {
  font-size: 12px;
  line-height: 16px;
  color: #000000; }
  .combination-education-modal__description.parlay {
    margin-bottom: 16px; }

.combination-education-modal__ex {
  cursor: pointer; }
  .combination-education-modal__ex .sportsbook__icon--ex {
    fill: #c5c5c5; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.learn-more-modal {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: 50vw;
  min-height: 250px;
  max-height: 800px;
  min-width: 500px;
  max-width: 500px;
  padding: 30px;
  text-align: left; }
  @media (max-width: 1024px) {
    .learn-more-modal {
      width: 80vw; } }
  @media (max-width: 768px) {
    .learn-more-modal {
      width: 90vw;
      min-width: 0;
      padding-bottom: 20px;
      max-height: 500px;
      overflow: scroll; } }
  .learn-more-modal .sportsbook__icon--ex {
    fill: #242424; }
  .learn-more-modal__information {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow: scroll;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 55px; }
  .learn-more-modal__top-portion {
    border-bottom: 1px solid #ababab; }
  .learn-more-modal__title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    text-align: left; }
  .learn-more-modal__header {
    font-size: 18px;
    font-weight: 700;
    text-align: left; }
  .learn-more-modal__description {
    font-size: 16px;
    margin-bottom: 20px; }
  .learn-more-modal__link {
    text-decoration: none;
    cursor: pointer;
    color: #009ffd; }
  .learn-more-modal__button {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 14px 35px 14px 35px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a751a;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px; }
  .learn-more-modal__bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #ffffff 42%);
    padding-top: 25px; }
  .learn-more-modal__footer-copy {
    font-size: 14px;
    margin-bottom: 10px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.account-details-modal {
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 20vw; }
  @media (max-width: 1024px) {
    .account-details-modal {
      width: 80vw; } }
  @media (max-width: 768px) {
    .account-details-modal {
      max-height: 75vh;
      overflow: scroll;
      padding-bottom: 20px;
      width: 90vw; } }
  .account-details-modal .sportsbook__icon--ex {
    cursor: pointer;
    fill: #242424;
    float: right;
    position: relative; }
  .account-details-modal .account-details {
    color: #242424;
    margin: 17px 0; }
    .account-details-modal .account-details .title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 17px;
      text-align: center; }
    .account-details-modal .account-details .copy {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 22px;
      text-align: center; }
    .account-details-modal .account-details .account-breakdown {
      display: flex;
      flex-direction: column; }
      .account-details-modal .account-details .account-breakdown .unrestricted-account-row {
        align-content: flex-start;
        align-items: center;
        border-bottom: 0.5px solid #dadada;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly; }
        .account-details-modal .account-details .account-breakdown .unrestricted-account-row .balance {
          font-family: 'Saira Condensed', sans-serif;
          font-size: 24px;
          font-weight: 700;
          width: 45%; }
          .account-details-modal .account-details .account-breakdown .unrestricted-account-row .balance .sportsbook__icon--free-credits {
            fill: #000000;
            height: 16px;
            margin-right: 3px;
            width: 16px; }
            .account-details-modal .account-details .account-breakdown .unrestricted-account-row .balance .sportsbook__icon--free-credits .dollar-sign {
              fill: #ffffff; }
        .account-details-modal .account-details .account-breakdown .unrestricted-account-row .expiration {
          display: flex;
          flex-direction: row;
          font-size: 14px;
          font-weight: 400;
          justify-content: flex-start;
          width: 45%; }
  .account-details-modal__footer {
    width: 100%; }
    .account-details-modal__footer-button {
      align-items: center;
      background: #53d337;
      border-radius: 2px;
      color: #121212;
      cursor: pointer;
      display: flex;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 700;
      justify-content: center;
      letter-spacing: 0.2px;
      margin-bottom: 15px;
      margin-top: 15px;
      padding: 10px 35px;
      -webkit-text-decoration: uppercase;
              text-decoration: uppercase; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.game-launch-modal {
  align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: 75vh;
  overflow: scroll;
  padding-bottom: 27px;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
  width: 339px; }
  .game-launch-modal .bar {
    color: #222222;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    width: 100%; }
    .game-launch-modal .bar .sportsbook__icon--ex {
      cursor: pointer;
      fill: #000000;
      height: 16px;
      position: absolute;
      right: 15px;
      top: 17px;
      width: 16px; }
  .game-launch-modal .game-image {
    background-color: #000000;
    height: 339px;
    position: relative;
    width: 339px; }
    .game-launch-modal .game-image .sportsbook__icon--free-credit-dog-ear {
      bottom: 0%;
      height: 59px;
      left: 0%;
      position: absolute;
      right: 0%;
      top: -1px;
      width: 59px;
      z-index: 2; }
    .game-launch-modal .game-image img {
      width: 100%; }
    .game-launch-modal .game-image .footer {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 57.61%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      height: 89px;
      position: absolute;
      text-align: center;
      width: 339px; }
      .game-launch-modal .game-image .footer .footer-image {
        height: 36px;
        margin-right: 5px;
        position: relative;
        top: 6px;
        width: 29px; }
      .game-launch-modal .game-image .footer .footer-label {
        background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
        background-clip: text;
        color: #ffd754;
        font-family: 'Saira Condensed', sans-serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 130px;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        text-transform: uppercase;
        vertical-align: middle;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .game-launch-modal .game-image .footer .footer-label .footer-amount {
          color: #ffffff;
          font-weight: normal;
          -moz-text-fill-color: none;
          -webkit-text-fill-color: currentColor; }
  .game-launch-modal .game-attributes {
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin-top: 15px;
    overflow-y: auto;
    width: 289px; }
    .game-launch-modal .game-attributes .attribute-row {
      clear: both;
      height: 22px; }
    .game-launch-modal .game-attributes .attribute-name {
      float: left;
      text-align: left;
      width: 50%; }
    .game-launch-modal .game-attributes .attribute-value {
      float: right;
      text-align: left;
      width: 50%; }
    .game-launch-modal .game-attributes .attribute-value-subtext {
      float: right;
      font-size: 13px;
      text-align: left;
      width: 50%; }
  .game-launch-modal .button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 29px;
    margin-top: 15px;
    outline: 0 none;
    padding: 10px 0;
    text-decoration: none;
    width: 80%; }
    .game-launch-modal .button.play-primary {
      background-color: #53d337;
      border: 1px solid #53d337;
      color: #121212;
      font-weight: bold; }
  @media (max-height: 820px) {
    .game-launch-modal {
      top: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.teaser-education-modal__wrapper {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 60vw;
  padding: 30px;
  max-width: 600px;
  align-items: flex-start;
  text-align: left; }
  @media (max-width: 768px) {
    .teaser-education-modal__wrapper {
      width: 90vw;
      min-width: 0; } }

.teaser-education-modal__title, .teaser-education-modal__subtitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #242424;
  margin-bottom: 8px;
  text-align: center;
  width: 100%; }

.teaser-education-modal__subtitle {
  text-decoration: underline; }

.teaser-education-modal__description {
  font-size: 12px;
  line-height: 16px;
  color: #000000; }
  .teaser-education-modal__description table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px; }
    .teaser-education-modal__description table tr th {
      font-weight: normal;
      border-bottom: 1px solid #000000;
      text-align: center; }
    .teaser-education-modal__description table tr td {
      padding: 8px;
      font-weight: bold;
      border-bottom: 1px solid #000000;
      text-align: center; }
    .teaser-education-modal__description table tr > td:first-child {
      text-align: left;
      font-weight: normal; }

.teaser-education-modal__ex {
  cursor: pointer; }
  .teaser-education-modal__ex .sportsbook__icon--ex {
    fill: #c5c5c5; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-round-robins-education-modal {
  padding: 29px 47px 15px 47px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center; }

.betslip-round-robins-education-modal-header {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: bold; }

.betslip-round-robins-education-modal-main-content {
  display: flex;
  text-align: left; }

.betslip-round-robins-education-modal-main-content-right-section {
  padding-left: 13px; }

.betslip-round-robins-education-modal-close-button {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer; }
  .betslip-round-robins-education-modal-close-button:active, .betslip-round-robins-education-modal-close-button:hover, .betslip-round-robins-education-modal-close-button:focus {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; }
  .betslip-round-robins-education-modal-close-button .sportsbook__icon--ex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #c5c5c5; }

.betslip-round-robins-education-modal-support-section {
  color: #c5c5c5; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-modal-outer-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 501; }
  .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper.sportsbook-modal-wrapper--tall-content {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .sportsbook__icon--ex {
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper h2 {
      font-size: 24px;
      color: #121212;
      margin: 24px 0 8px 0;
      font-weight: 700;
      line-height: normal; }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper h4 {
      font-size: 14px;
      color: #242424;
      font-weight: normal;
      margin: 0; }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons.vertical {
        flex-direction: column; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons.vertical.margin {
          margin-top: 30px; }
      .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button {
        outline: 0 none;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        background: #53d337;
        padding: 12px 25px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        min-width: 225px; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button.secondary {
          background: #c5c5c5; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button.secondary-cta {
          background: none;
          color: #242424;
          border: 1px solid #c5c5c5;
          font-size: 14px;
          border-radius: 4px;
          text-transform: none;
          margin-top: 15px;
          padding-right: 0;
          padding-left: 0; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button.withdrawal-modal-button,
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button .dk-deposit-needed-modal-button {
          text-transform: none; }
      .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .secondary-text {
        margin-top: 15px;
        color: #242424;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .secondary-text.withdrawal-modal-button {
          text-transform: none; }

.fullscreen-modal > [class*="__wrapper"] {
  width: 100vw;
  height: auto;
  min-height: 0; }

.fullscreen-modal > [class*="__wrapper"] > [class*="__body"] {
  height: 80vh;
  width: 100vw; }

@media (max-width: 768px) {
  .fullscreen-mobile-modal > [class*="__wrapper"] {
    width: 100vw;
    height: auto;
    min-height: 0; } }

@media (max-width: 768px) {
  .fullscreen-mobile-modal > [class*="__wrapper"] > [class*="__body"] {
    min-height: 85vh;
    width: 100vw; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.user-status-banner__wrapper {
  width: 295px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px; }
  .user-status-banner__wrapper.dkbetslip {
    width: 355px; }
  @media (max-width: 960px) {
    .user-status-banner__wrapper {
      display: none; } }

.user-status-banner__icon {
  margin: auto 10px auto 0;
  width: 25px;
  height: 25px; }
  .user-status-banner__icon .sportsbook__icon--user {
    width: 25px;
    height: 25px;
    fill: #fbd002; }
  .user-status-banner__icon .sportsbook__icon--location {
    width: 25px;
    height: 25px; }
  .user-status-banner__icon .sportsbook__icon--clock {
    width: 27px;
    height: 25px; }

.user-status-banner__copy-wrapper {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }

.user-status-banner__copy-description {
  font-weight: 400; }
  .user-status-banner__copy-description a {
    color: #2a751a;
    text-decoration: none;
    font-weight: 700; }
  .user-status-banner__copy-description-bold {
    font-weight: 700; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-receipt-header__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  cursor: pointer; }

.dk-betslip-receipt-header__icon {
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  margin-right: 16px;
  margin-top: -1px; }
  .dk-betslip-receipt-header__icon .sportsbook__icon--check {
    stroke: #2a751a;
    transform: scale(1);
    transition: all 0.24s linear;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 16px;
    border: 2px solid #2a751a;
    box-sizing: border-box; }
    .dk-betslip-receipt-header__icon .sportsbook__icon--check polyline {
      stroke-width: 18px; }
  @media (max-width: 960px) {
    .dk-betslip-receipt-header__icon {
      width: 24px;
      height: 24px;
      border-radius: 12px; }
      .dk-betslip-receipt-header__icon .sportsbook__icon--check {
        transform: scale(1);
        transition: all 0.24s linear;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 1px;
        left: 0; } }

.dk-betslip-receipt-header__title {
  font-size: 16px;
  font-weight: 700; }

.dk-betslip-receipt-header__partition {
  position: absolute;
  width: 1px;
  height: calc(100% + 24px);
  right: -40px;
  background-color: #ababab; }

.dk-betslip-receipt-header__ex {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -80px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer; }
  .dk-betslip-receipt-header__ex .sportsbook__icon--ex {
    fill: #000000;
    width: 20px;
    height: 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-odds {
  display: flex;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  flex-direction: row;
  align-items: center; }
  .betslip-odds.odds-changed {
    background-color: #fbd002;
    border-radius: 10px;
    padding-right: 8px; }
  .betslip-odds__display {
    display: flex;
    white-space: nowrap;
    flex-direction: row;
    align-items: center; }
    .betslip-odds__display-standard.is-boosted {
      color: #2a751a; }
    .betslip-odds__display-boosted {
      display: none; }
      .betslip-odds__display-boosted.is-boosted {
        display: block;
        margin-left: 10px; }
  .betslip-odds .sportsbook-odds {
    font-weight: 800;
    margin-left: 4px; }

.arrow-indicator--increase,
.arrow-indicator--decrease {
  background-color: #fbd002;
  border-radius: 10px;
  padding-right: 10px;
  margin-left: 4px; }
  .arrow-indicator--increase:before,
  .arrow-indicator--decrease:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    margin: 6px 0 5px 10px;
    vertical-align: bottom; }

.arrow-indicator--increase:before {
  border-left: 5px solid transparent;
  border-bottom: 8px solid #000000;
  border-right: 5px solid transparent; }

.arrow-indicator--decrease:before {
  border-left: 5px solid transparent;
  border-top: 8px solid #000000;
  border-right: 5px solid transparent; }

.sportsbook-boosted__svg {
  height: 12px;
  width: 45px;
  margin-top: 0;
  box-sizing: border-box; }
  .sportsbook-boosted__svg text {
    fill: #ababab; }
  .sportsbook-boosted__svg line {
    stroke: #ababab;
    stroke-width: 1.5px; }

.sportsbook-boosted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-teaser-legs__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10px 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  border-top: 1px dashed #ababab;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between; }

.betslip-teaser-legs__header {
  display: flex;
  width: 100%;
  flex-direction: row;
  font-size: 10px;
  color: #242424;
  margin-bottom: 8px; }
  .betslip-teaser-legs__header-title-picks {
    width: 72%; }
  .betslip-teaser-legs__header-title-points {
    width: 13%; }
  .betslip-teaser-legs__header-title-new-line {
    width: 15%;
    text-align: right; }
  .betslip-teaser-legs__header-row {
    font-size: 10px;
    color: #242424; }
    .betslip-teaser-legs__header-row-participant {
      font-weight: 700; }

.betslip-teaser-legs__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box; }

.betslip-teaser-legs__row {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 6px; }
  .betslip-teaser-legs__row-picks {
    display: flex;
    width: 72%;
    flex-direction: column; }
    .betslip-teaser-legs__row-picks-label {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 12px;
      font-weight: 700; }
    .betslip-teaser-legs__row-picks-participant {
      display: none; }
      .betslip-teaser-legs__row-picks-participant.show-participant {
        display: block;
        font-size: 12px;
        line-height: 19px;
        font-weight: 800; }
    .betslip-teaser-legs__row-picks-line {
      font-size: 12px;
      line-height: 19px; }
    .betslip-teaser-legs__row-picks-event {
      font-size: 12px; }
  .betslip-teaser-legs__row-points {
    font-size: 12px;
    font-weight: 700;
    width: 13%; }
  .betslip-teaser-legs__row-new-line {
    font-size: 12px;
    font-weight: 700;
    width: 15%;
    text-align: right; }

.betslip-teaser-legs__help {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .betslip-teaser-legs__help svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 4px; }
  .betslip-teaser-legs__help a {
    color: #2a751a;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-parlay-leg-info__wrapper {
  background-color: #ffffff; }

.betslip-parlay-leg-info__outcome {
  display: flex;
  min-height: 56px; }
  .betslip-parlay-leg-info__outcome.disabled {
    opacity: 0.7; }
  .betslip-parlay-leg-info__outcome-connection {
    margin-right: 7px;
    opacity: 1; }
    .betslip-parlay-leg-info__outcome-connection-circle {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 17px;
      width: 17px;
      border: 1px solid #dadada;
      border-radius: 100%;
      z-index: 100;
      background-color: #ffffff;
      box-sizing: border-box; }
    .betslip-parlay-leg-info__outcome-connection-line {
      height: calc(100% - 16px);
      width: 1px;
      background-color: #dadada;
      position: relative;
      left: 8px;
      min-height: 46px; }
  .betslip-parlay-leg-info__outcome-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
    .betslip-parlay-leg-info__outcome-info-text-top {
      display: flex; }
      .betslip-parlay-leg-info__outcome-info-text-top-live {
        display: none; }
        .betslip-parlay-leg-info__outcome-info-text-top-live.show-live {
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-right: 3px; }
          .betslip-parlay-leg-info__outcome-info-text-top-live.show-live .sportsbook__icon--live {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #242424;
            height: 11px;
            width: 20px;
            color: #ffffff;
            font-family: inherit;
            font-weight: bold;
            font-size: 8px;
            border-radius: 2px; }
            .betslip-parlay-leg-info__outcome-info-text-top-live.show-live .sportsbook__icon--live:before {
              content: 'LIVE'; }
      .betslip-parlay-leg-info__outcome-info-text-top-outcome-label {
        font-size: 14px;
        line-height: 19px;
        font-weight: 800; }
      .betslip-parlay-leg-info__outcome-info-text-top-participant {
        display: none; }
        .betslip-parlay-leg-info__outcome-info-text-top-participant.show-participant {
          display: block;
          font-size: 14px;
          line-height: 19px;
          font-weight: 800; }
      .betslip-parlay-leg-info__outcome-info-text-top-line {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        line-height: 19px;
        font-weight: 800; }
        .betslip-parlay-leg-info__outcome-info-text-top-line-old {
          color: #242424; }
    .betslip-parlay-leg-info__outcome-info-text-offer-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      text-transform: uppercase;
      margin-top: 3px; }
    .betslip-parlay-leg-info__outcome-info-text-event-name {
      font-size: 12px;
      font-weight: 600;
      line-height: 12px;
      margin-top: 3px; }
    .betslip-parlay-leg-info__outcome-info-text-extra {
      display: none; }
      .betslip-parlay-leg-info__outcome-info-text-extra.show-extra {
        display: block;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px; }
    .betslip-parlay-leg-info__outcome-info-odds {
      opacity: 1; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-receipt-card__wrapper {
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 305px;
  height: 198px;
  max-height: 198px;
  padding: 16px 16px 12px 16px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 7px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .betslip-receipt-card__wrapper::-webkit-scrollbar {
    display: none; }
  @media (max-width: 500px) {
    .betslip-receipt-card__wrapper {
      width: calc(100% - 20px); } }

.betslip-receipt-card__middle-section {
  width: 100%;
  border-bottom: 1px dashed #ababab;
  margin-top: 16px; }
  .betslip-receipt-card__middle-section--roundRobins .betslip-parlay-leg-info__outcome-connection-line {
    display: none; }

.betslip-receipt-card__top-section {
  width: 100%;
  border-bottom: 1px dashed #ababab;
  padding-bottom: 8px; }

.betslip-receipt-card__bet-placed {
  color: #2a751a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px; }

.betslip-receipt-card__middle {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 3px; }

.betslip-receipt-card__participant {
  display: flex;
  align-items: center;
  width: 80%;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  word-break: break-word; }
  .betslip-receipt-card__participant .sportsbook__icon--live {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #242424;
    height: 13px;
    width: 29px;
    color: #ffffff;
    font-family: inherit;
    font-weight: bold;
    font-size: 10px;
    border-radius: 2px;
    margin-right: 5px; }
    .betslip-receipt-card__participant .sportsbook__icon--live:before {
      content: 'LIVE'; }
  .betslip-receipt-card__participant.is-boosted {
    width: 65%; }

.betslip-receipt-card__roundRobin {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: bold; }

.betslip-receipt-card__offer-label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.betslip-receipt-card__event {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px; }

.betslip-receipt-card__reward-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 4px; }

.betslip-receipt-card__reward-title {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #2a751a;
  font-weight: 700; }

.betslip-receipt-card__reward-applied {
  text-align: right;
  font-size: 10px;
  line-height: 15px;
  color: #242424;
  font-weight: 700; }

.betslip-receipt-card__line {
  align-self: flex-start;
  white-space: nowrap; }

.betslip-receipt-card__odds {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%; }
  .betslip-receipt-card__odds.is-boosted {
    width: 35%; }

.betslip-receipt-card__amount {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif; }
  .betslip-receipt-card__amount-left {
    width: 50%;
    text-align: left;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 12px; }
  .betslip-receipt-card__amount-right {
    width: 50%;
    text-align: right;
    color: #000000;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px; }
    .betslip-receipt-card__amount-right.reward {
      color: #2a751a; }

.betslip-receipt-card__payout {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 4px;
  font-family: 'Open Sans', sans-serif; }
  .betslip-receipt-card__payout-left {
    width: 50%;
    text-align: left;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 12px; }
  .betslip-receipt-card__payout-right {
    width: 50%;
    text-align: right;
    color: #2a751a;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px; }

.betslip-receipt-card__wager-details {
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  color: #6f6f6f;
  margin-top: 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-receipt-content__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px; }

.dk-betslip-receipt-content__left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 16px); }

.dk-betslip-receipt-content__checkbox {
  margin-right: 5px;
  margin-left: 2px; }
  .dk-betslip-receipt-content__checkbox .sportsbook-checkbox__wrapper {
    cursor: pointer; }
    .dk-betslip-receipt-content__checkbox .sportsbook-checkbox__wrapper .sportsbook-checkbox__input {
      cursor: pointer;
      border: 1px solid #000000; }

.dk-betslip-receipt-content__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 12px 0 6px;
  width: 90%; }

.dk-betslip-receipt-content__keep-picks {
  font-size: 14px;
  line-height: 16px;
  color: #2a751a;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: transparent; }

@media (max-width: 500px) {
  .dk-betslip-receipt-content__card-container {
    width: calc(100% + 20px); } }

.dk-betslip-receipt-content__card-container .slider-container ul {
  overflow: visible; }
  .dk-betslip-receipt-content__card-container .slider-container ul .item {
    margin-right: 80px; }
    @media (max-width: 500px) {
      .dk-betslip-receipt-content__card-container .slider-container ul .item {
        width: 100%; } }

.dk-betslip-receipt-content__card-container .slider-container .arrow-container {
  z-index: 101; }
  @media (max-width: 500px) {
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container {
      margin-left: 5px; } }
  .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow {
    background-color: transparent;
    color: #000000; }
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow .sportsbook__icon--arrow-right {
      fill: #000000; }
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow .sportsbook__icon--arrow-left {
      fill: #000000; }
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow .sportsbook__icon--refresh {
      fill: #000000; }
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow.disabled {
      opacity: 0.2; }
    .dk-betslip-receipt-content__card-container .slider-container .arrow-container .arrow:hover:not(.disabled) {
      background-color: transparent; }

.dk-betslip-receipt-content__partition {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 61px;
  background-color: #ababab; }

.dk-betslip-receipt-content__cover {
  position: absolute;
  width: 44px;
  height: 100%;
  right: 16px;
  background-color: #ffffff;
  z-index: 100; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-receipt__wrapper {
  position: relative;
  display: block; }
  .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper {
    padding-right: 0;
    position: relative;
    background-color: #ffffff;
    color: #000000; }
    .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper.collapsed .sportsbook-generic-accordion__accordion.dk-betslip-receipt__accordion .sportsbook-generic-accordion__accordion-arrow.dk-betslip-receipt__accordion, .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper.collapsing .sportsbook-generic-accordion__accordion.dk-betslip-receipt__accordion .sportsbook-generic-accordion__accordion-arrow.dk-betslip-receipt__accordion {
      transform: rotate(0); }
    .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper .dk-betslip-receipt__children-wrapper {
      border-top: 1px solid #ababab; }
    .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper .sportsbook-generic-accordion__accordion.dk-betslip-receipt__accordion {
      background-color: #ffffff;
      color: #000000;
      padding: 8px;
      font-size: 14px;
      border-radius: 0 0 5px 5px; }
      .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper .sportsbook-generic-accordion__accordion.dk-betslip-receipt__accordion .sportsbook-generic-accordion__accordion-arrow.dk-betslip-receipt__accordion {
        padding: 8px;
        cursor: pointer;
        margin-right: 45px;
        transition: all 0.24s linear;
        display: flex;
        align-items: center; }
        .dk-betslip-receipt__wrapper .sportsbook-generic-accordion__wrapper.dk-betslip-receipt__wrapper .sportsbook-generic-accordion__accordion.dk-betslip-receipt__accordion .sportsbook-generic-accordion__accordion-arrow.dk-betslip-receipt__accordion .sportsbook__icon--arrow-up {
          fill: #000000;
          width: 16px;
          height: 16px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-confirm-clear-all__wrapper {
  display: none;
  width: 100%;
  position: relative;
  flex-direction: column; }
  .dk-betslip-confirm-clear-all__wrapper.show-confirm-clear-all {
    display: flex;
    margin-bottom: 8px; }

.dk-betslip-confirm-clear-all__text {
  text-align: center;
  font-size: 12px;
  line-height: 1px;
  margin-bottom: 16px; }

.dk-betslip-confirm-clear-all__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.dk-betslip-confirm-clear-all__cancel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  padding: 5px;
  box-sizing: border-box; }

.dk-betslip-confirm-clear-all__cancel-button {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #121212;
  color: #121212;
  cursor: pointer; }

.dk-betslip-confirm-clear-all__confirm-button {
  width: 49%;
  background-color: #121212;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-header {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .dk-betslip-header__wrapper {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    align-content: center;
    font-weight: 700;
    padding-left: 8px;
    height: 50px; }
    .dk-betslip-header__wrapper.dark-background {
      color: #ffffff;
      border: none; }
    .dk-betslip-header__wrapper.add-padding {
      padding: 8px; }
    .dk-betslip-header__wrapper.locked {
      pointer-events: none; }
  .dk-betslip-header__left-content {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .dk-betslip-header__right-content {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 500px) {
      .dk-betslip-header__right-content.show-receipt {
        padding-right: 32px; } }
  .dk-betslip-header__bubble {
    background-color: #2a751a;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    margin-right: 16px;
    line-height: 28px;
    width: 29px;
    height: 29px; }
    @media (max-width: 960px) {
      .dk-betslip-header__bubble {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px; } }
  .dk-betslip-header__title {
    font-size: 18px;
    line-height: 28px; }
    @media (max-width: 960px) {
      .dk-betslip-header__title {
        font-size: 16px; } }
  .dk-betslip-header__tool-tip {
    margin-left: 9px;
    padding-top: 4px;
    cursor: pointer; }
    @media (max-width: 960px) {
      .dk-betslip-header__tool-tip {
        padding-top: 8px; } }
    .dk-betslip-header__tool-tip.white-background .sportsbook__icon--tool-tip-outlined {
      stroke: #ffffff; }
      .dk-betslip-header__tool-tip.white-background .sportsbook__icon--tool-tip-outlined.i {
        stroke: transparent;
        fill: #ffffff; }
  .dk-betslip-header__edit {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 16px; }
    .dk-betslip-header__edit-actions {
      display: flex; }
    .dk-betslip-header__edit-active {
      cursor: pointer;
      padding: 8px;
      font-size: 12px;
      font-weight: 700; }
  .dk-betslip-header__confirm-clear-all-wrapper {
    position: relative;
    width: calc(100% + 25px);
    padding: 0 8px; }
    .dk-betslip-header__confirm-clear-all-wrapper.show-receipt {
      width: 100%;
      box-sizing: border-box; }
  .dk-betslip-header__partition {
    width: calc(100% + 25px);
    height: 1px;
    background-color: #242424;
    position: relative;
    margin-left: 8px; }
    .dk-betslip-header__partition.hide {
      display: none; }
    .dk-betslip-header__partition.empty {
      background-color: #ababab; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-empty-state__wrapper {
  padding-top: 10px; }

.dk-betslip-empty-state__text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ababab;
  padding: 0 30px 20px 30px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.place-bet-button__waiting {
  display: flex;
  position: relative; }
  @media (max-width: 480px) {
    .place-bet-button__waiting {
      width: 100%;
      height: 100%; } }
  .place-bet-button__waiting .spinner {
    width: 40px;
    height: 40px; }
    .place-bet-button__waiting .spinner div {
      width: 30px;
      height: 30px;
      border: 3px solid #ffffff; }

.place-bet-button__processing-text {
  z-index: 501;
  position: relative;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  animation: processing-bet-text 2000ms infinite; }

@keyframes processing-bet-text {
  0% {
    font-size: 16px; }
  50% {
    font-size: 17px; }
  100% {
    font-size: 16px; } }

.place-bet-button__processing-animation {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: processing-bet;
  animation-fill-mode: forwards;
  height: 100%; }
  .place-bet-button__processing-animation:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #53d337;
    border-radius: 5px; }

@keyframes processing-bet {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-place-bet-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 60px;
  background-color: #2a751a;
  color: #ffffff;
  padding: 12px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer; }
  .dk-place-bet-button__wrapper.hidden {
    display: none; }
  .dk-place-bet-button__wrapper.disabled {
    background-color: #ababab;
    cursor: unset;
    pointer-events: none; }
  .dk-place-bet-button__wrapper.error-state {
    background-color: #fbd002;
    color: #000000; }
  .dk-place-bet-button__wrapper.error-state-closed-suspended {
    background-color: #121212;
    color: #ededed; }
  .dk-place-bet-button__wrapper.processing {
    color: #ffffff;
    pointer-events: none;
    background-color: #2a751a; }

.dk-place-bet-button__primary-text {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700; }

.dk-place-bet-button__secondary-text {
  padding-top: 3px;
  text-align: center;
  font-size: 13px;
  line-height: 16px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-wager-box {
  display: flex;
  flex-direction: row;
  color: #242424;
  justify-content: flex-end; }
  .betslip-wager-box.is-all-singles {
    margin-top: 0; }
  .betslip-wager-box__label {
    border: 1px solid #dadada;
    border-right: none;
    box-sizing: border-box;
    border-radius: 1px 0 0 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    background: #ffffff; }
  .betslip-wager-box__input {
    font-family: 'Open Sans', sans-serif;
    width: 71px;
    height: 30px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 0 1px 1px 0;
    text-align: right;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    /* Firefox */ }
    @media (max-width: 500px) {
      .betslip-wager-box__input {
        width: calc(100% - 28px); } }
    .betslip-wager-box__input::placeholder {
      font-weight: 300;
      font-size: 12px;
      color: #dadada; }
    .betslip-wager-box__input:focus {
      outline: none; }
    .betslip-wager-box__input::-webkit-outer-spin-button, .betslip-wager-box__input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .betslip-wager-box__input[type=number] {
      -moz-appearance: textfield; }
    .betslip-wager-box__input.is-free-bet {
      pointer-events: none;
      color: #2a751a;
      text-align: center;
      padding-right: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-payout-label {
  display: flex;
  flex-direction: row;
  font-size: 9px;
  margin-top: 6px;
  white-space: nowrap; }
  .betslip-payout-label__value {
    font-weight: 800;
    white-space: pre-wrap; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-reward-header__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer; }
  .dk-betslip-reward-header__wrapper.selection-disabled {
    padding: 12px 0 0 0; }

.dk-betslip-reward-header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 65%; }
  .dk-betslip-reward-header__left.selection-disabled {
    width: 100%; }

.dk-betslip-reward-header__text {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  width: 55%;
  min-height: 29px;
  justify-content: center;
  position: absolute; }
  .dk-betslip-reward-header__text.selection-disabled {
    width: calc(100% - 31px); }

.dk-betslip-reward-header__description {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #242424;
  opacity: 0.6;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.dk-betslip-reward-header__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #242424;
  text-align: left; }

.dk-betslip-reward-header__count {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  color: #2a751a; }
  .dk-betslip-reward-header__count.selection-disabled {
    display: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-reward-row__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  cursor: pointer; }

.dk-betslip-reward-row__checkbox {
  position: relative;
  display: flex;
  border-radius: 10.5px;
  border: 1px solid #ababab;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .dk-betslip-reward-row__checkbox .sportsbook__icon--round-check {
    width: 14px;
    height: 14px;
    margin-left: -1px; }
    .dk-betslip-reward-row__checkbox .sportsbook__icon--round-check path {
      stroke: #ffffff; }
  .dk-betslip-reward-row__checkbox.selected {
    animation: betslip-fade-in-selection 0.5s ease-out forwards; }

@keyframes betslip-fade-in-selection {
  0% {
    background-color: #ffffff;
    border-color: #ababab; }
  100% {
    background-color: #121212;
    border-color: #121212; } }

.dk-betslip-reward-row__text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
  align-items: center;
  margin-left: 8px; }

.dk-betslip-reward-row__title, .dk-betslip-reward-row__odds {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #242424;
  text-align: left; }

.dk-betslip-reward-row__wrapper.unavailable {
  pointer-events: none;
  opacity: 0.6; }

.dk-betslip-reward-row__checkbox.hidden {
  border: none; }
  .dk-betslip-reward-row__checkbox.hidden .sportsbook__icon--round-check {
    display: none; }

.dk-betslip-reward-row__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.dk-betslip-reward-row__title.disabled {
  opacity: 0.6; }

.dk-betslip-reward-row__in-use {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #242424;
  text-align: right; }

.dk-betslip-reward-row__description {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #242424;
  opacity: 0.6;
  text-align: left;
  width: 72%; }

.dk-betslip-reward-row__expiration {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #242424;
  opacity: 0.6;
  text-align: right; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-reward-dropdown__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0 0 8px;
  animation: show-betslip-dropdown 0.3s ease-out forwards; }

@keyframes show-betslip-dropdown {
  0% {
    opacity: 0;
    min-height: unset;
    max-height: 0;
    margin-top: -8px; }
  25% {
    opacity: 0.25;
    min-height: unset;
    max-height: 50px;
    margin-top: -6px; }
  50% {
    opacity: 0.5;
    min-height: unset;
    max-height: 100px;
    margin-top: 8px;
    margin-top: -4px; }
  75% {
    opacity: 0.75;
    min-height: unset;
    max-height: 500px;
    margin-top: -2px; }
  100% {
    opacity: 1;
    min-height: unset;
    max-height: 1000px;
    margin-top: 0; } }
  .dk-betslip-reward-dropdown__wrapper .sportsbook-generic-accordion__wrapper.reward-dropdown__wrapper {
    width: 100%; }

.dk-betslip-reward-dropdown__children {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-height: 215px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .dk-betslip-reward-dropdown__children::-webkit-scrollbar {
    display: none; }

.dk-betslip-reward-dropdown__wrapper.is-parlay {
  padding: 8px 0 0 0;
  animation: none; }

.dk-betslip-reward-dropdown__wrapper.selection-disabled {
  padding: 8px 0 0 0;
  pointer-events: none; }

.dk-betslip-reward-dropdown__wrapper .sportsbook-generic-accordion__accordion.reward-dropdown__accordion {
  background-color: transparent;
  padding-right: 0;
  border-radius: 5px;
  position: relative;
  width: 100%;
  border-top: 1px dashed #ababab; }
  .dk-betslip-reward-dropdown__wrapper .sportsbook-generic-accordion__accordion.reward-dropdown__accordion .sportsbook-generic-accordion__accordion-arrow.reward-dropdown__accordion {
    margin-top: 2px;
    padding: 12px 0 10px 8px;
    cursor: pointer; }
  .dk-betslip-reward-dropdown__wrapper .sportsbook-generic-accordion__accordion.reward-dropdown__accordion .sportsbook__icon--arrow-up {
    fill: #2a751a;
    width: 16px;
    height: 16px; }

.dk-betslip-reward-dropdown__unavailable-row {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #242424;
  text-align: left; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-teaser-row__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  cursor: pointer; }

.dk-betslip-teaser-row__checkbox {
  position: relative;
  display: flex;
  border-radius: 10.5px;
  border: 1px solid #ababab;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .dk-betslip-teaser-row__checkbox .sportsbook__icon--round-check {
    width: 14px;
    height: 14px;
    margin-left: -1px; }
    .dk-betslip-teaser-row__checkbox .sportsbook__icon--round-check path {
      stroke: #ffffff; }
  .dk-betslip-teaser-row__checkbox.selected {
    animation: betslip-fade-in-selection 0.5s ease-out forwards; }

@keyframes betslip-fade-in-selection {
  0% {
    background-color: #ffffff;
    border-color: #ababab; }
  100% {
    background-color: #121212;
    border-color: #121212; } }

.dk-betslip-teaser-row__text {
  display: flex;
  flex-direction: row;
  width: calc(100% - 30px);
  align-items: center;
  margin-left: 8px; }

.dk-betslip-teaser-row__title, .dk-betslip-teaser-row__odds {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #242424;
  text-align: left; }

.dk-betslip-teaser-row__wrapper {
  padding: 10px 4px 10px 0; }

.dk-betslip-teaser-row__wrapper:first-of-type {
  border-top: 1px dashed #ababab; }

.dk-betslip-teaser-row__text {
  justify-content: space-between; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-teaser-dropdown__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0 0 8px;
  animation: show-betslip-dropdown 0.3s ease-out forwards; }

@keyframes show-betslip-dropdown {
  0% {
    opacity: 0;
    min-height: unset;
    max-height: 0;
    margin-top: -8px; }
  25% {
    opacity: 0.25;
    min-height: unset;
    max-height: 50px;
    margin-top: -6px; }
  50% {
    opacity: 0.5;
    min-height: unset;
    max-height: 100px;
    margin-top: 8px;
    margin-top: -4px; }
  75% {
    opacity: 0.75;
    min-height: unset;
    max-height: 500px;
    margin-top: -2px; }
  100% {
    opacity: 1;
    min-height: unset;
    max-height: 1000px;
    margin-top: 0; } }
  .dk-betslip-teaser-dropdown__wrapper .sportsbook-generic-accordion__wrapper.teaser-dropdown__wrapper {
    width: 100%; }

.dk-betslip-teaser-dropdown__children {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-height: 215px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .dk-betslip-teaser-dropdown__children::-webkit-scrollbar {
    display: none; }

.dk-betslip-teaser-dropdown__wrapper {
  padding: 8px 0 0 0; }
  .dk-betslip-teaser-dropdown__wrapper .sportsbook-generic-accordion__accordion.teaser-dropdown__accordion {
    display: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-teaser-dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer; }
  .betslip-teaser-dropdown-toggle .sportsbook__icon--arrow-up {
    fill: #2a751a;
    transition: all 0.24s linear;
    height: 14px;
    width: 14px;
    margin-left: 6px; }
  .betslip-teaser-dropdown-toggle.collapsed .sportsbook__icon--arrow-up {
    transform: rotate(-180deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-outcome-card {
  background: #ffffff;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  word-break: break-word;
  display: flex;
  flex-direction: row; }
  @media (max-width: 500px) {
    .betslip-outcome-card {
      width: 100%; } }
  .betslip-outcome-card.add-bs-outcome {
    animation: add-bs-outcome 0.3s ease-out forwards; }

@keyframes add-bs-outcome {
  0% {
    opacity: 0;
    min-height: unset;
    max-height: 0;
    margin-top: -8px; }
  25% {
    opacity: 0.25;
    min-height: unset;
    max-height: 50px;
    margin-top: -6px; }
  50% {
    opacity: 0.5;
    min-height: unset;
    max-height: 100px;
    margin-top: 8px;
    margin-top: -4px; }
  75% {
    opacity: 0.75;
    min-height: unset;
    max-height: 500px;
    margin-top: -2px; }
  100% {
    opacity: 1;
    min-height: unset;
    max-height: 1000px;
    margin-top: 0; } }
  .betslip-outcome-card.remove-bs-outcome {
    animation: remove-bs-outcome 0.3s ease-out forwards; }

@keyframes remove-bs-outcome {
  0% {
    opacity: 1;
    min-height: unset;
    max-height: 1000px;
    margin-top: 0; }
  25% {
    opacity: 0.75;
    min-height: unset;
    max-height: 500px;
    margin-top: -2px; }
  50% {
    opacity: 0.5;
    min-height: unset;
    max-height: 100px;
    margin-top: 8px;
    margin-top: -4px; }
  75% {
    opacity: 0.25;
    min-height: unset;
    max-height: 50px;
    margin-top: -6px; }
  100% {
    opacity: 0;
    min-height: unset;
    max-height: 0;
    margin-top: -8px; } }
  .betslip-outcome-card__wrapper {
    margin: 12px 16px;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    min-height: 71px; }
    .betslip-outcome-card__wrapper.has-rewards {
      margin: 12px 16px 4px; }
  .betslip-outcome-card__content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column; }
    .betslip-outcome-card__content.transparent {
      opacity: 0.7; }
  .betslip-outcome-card__combination-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .betslip-outcome-card__text-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 8px;
    color: #242424;
    width: 65%;
    padding-left: 12px; }
    .betslip-outcome-card__text-wrapper.no-padding {
      padding-left: 0; }
    @media (max-width: 500px) {
      .betslip-outcome-card__text-wrapper {
        width: 65%; }
        .betslip-outcome-card__text-wrapper.slide-in-bs-outcome-text {
          animation: slide-width-slide-in-bs-outcome-text 0.4s forwards; }
      @keyframes slide-width-slide-in-bs-outcome-text {
        from {
          width: 65%; }
        to {
          width: calc(65% - 30px); } }
        .betslip-outcome-card__text-wrapper.slide-out-bs-outcome-text {
          animation: slide-width-slide-out-bs-outcome-text 0.4s backwards; }
      @keyframes slide-width-slide-out-bs-outcome-text {
        from {
          width: calc(65% - 30px); }
        to {
          width: 65%; } } }
    .betslip-outcome-card__text-wrapper.slide-in-bs-outcome-text {
      animation: slide-width-slide-in-bs-outcome-text 0.4s forwards; }

@keyframes slide-width-slide-in-bs-outcome-text {
  from {
    width: 193px; }
  to {
    width: 163px; } }
    .betslip-outcome-card__text-wrapper.slide-out-bs-outcome-text {
      animation: slide-width-slide-out-bs-outcome-text 0.4s backwards; }

@keyframes slide-width-slide-out-bs-outcome-text {
  from {
    width: 163px; }
  to {
    width: 193px; } }
  .betslip-outcome-card__text-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .betslip-outcome-card__text-top-live {
      display: none; }
      .betslip-outcome-card__text-top-live.show-live {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 3px; }
        .betslip-outcome-card__text-top-live.show-live .sportsbook__icon--live {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background-color: #242424;
          height: 12px;
          width: 29px;
          color: #ffffff;
          font-family: inherit;
          font-weight: bold;
          font-size: 10px;
          border-radius: 2px; }
          .betslip-outcome-card__text-top-live.show-live .sportsbook__icon--live:before {
            content: 'LIVE'; }
    .betslip-outcome-card__text-top-outcome-label {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 14px;
      line-height: 19px;
      font-weight: 800; }
      .betslip-outcome-card__text-top-outcome-label.is-teaser {
        color: #2a751a; }
    .betslip-outcome-card__text-top-participant {
      display: none; }
      .betslip-outcome-card__text-top-participant.show-participant {
        display: block;
        font-size: 14px;
        line-height: 19px;
        font-weight: 800; }
    .betslip-outcome-card__text-top-line {
      font-size: 14px;
      line-height: 19px;
      font-weight: 800; }
  .betslip-outcome-card__text-offer-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 3px; }
  .betslip-outcome-card__text-event-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin-top: 3px; }
  .betslip-outcome-card__text-extra {
    display: none; }
    .betslip-outcome-card__text-extra.show-extra {
      display: block;
      margin-top: 8px;
      font-size: 12px;
      font-weight: 500;
      line-height: 12px; }
  .betslip-outcome-card__ex-container {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 12px; }
  .betslip-outcome-card__partition {
    height: calc(100% + 24px);
    position: absolute;
    top: -12px;
    left: 32px;
    width: 1px;
    background-color: #c5c5c5; }
    .betslip-outcome-card__partition.has-rewards {
      height: calc(100% + 16px); }
  .betslip-outcome-card__dynamic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%; }
    @media (max-width: 500px) {
      .betslip-outcome-card__dynamic-wrapper {
        width: 35%; } }
  .betslip-outcome-card__dynamic-odds {
    display: flex;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px; }
    .betslip-outcome-card__dynamic-odds.loading {
      opacity: 0; }
  .betslip-outcome-card__dynamic-wager {
    display: flex; }
    .betslip-outcome-card__dynamic-wager.disabled {
      pointer-events: none; }
  .betslip-outcome-card__dynamic-ex {
    cursor: pointer; }
    .betslip-outcome-card__dynamic-ex .sportsbook__icon--ex {
      fill: #373737;
      height: 20px;
      width: 20px; }
  .betslip-outcome-card__dynamic-payout.hidden {
    opacity: 0; }
  .betslip-outcome-card__parlay-leg-info-wrapper {
    margin-top: 14px;
    border-top: 1px dashed #dadada;
    padding-top: 16px; }
    .betslip-outcome-card__parlay-leg-info-wrapper--roundRobin .betslip-parlay-leg-info__outcome-connection-line {
      display: none; }
  .betslip-outcome-card__numberOfBets {
    align-self: center;
    padding-right: 10px;
    color: #242424; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.incompatible-outcomes-banner__wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 10px;
  background-color: #fbd002;
  border-radius: 5px;
  box-sizing: border-box;
  align-items: center;
  animation: add-banner 0.3s ease-out forwards; }

@keyframes add-banner {
  0% {
    opacity: 0;
    min-height: unset;
    max-height: 0;
    margin-top: -8px; }
  25% {
    opacity: 0.25;
    min-height: unset;
    max-height: 50px;
    margin-top: -6px; }
  50% {
    opacity: 0.5;
    min-height: unset;
    max-height: 100px;
    margin-top: 8px;
    margin-top: -4px; }
  75% {
    opacity: 0.75;
    min-height: unset;
    max-height: 500px;
    margin-top: -2px; }
  100% {
    opacity: 1;
    min-height: unset;
    max-height: 1000px;
    margin-top: 0; } }

.incompatible-outcomes-banner__warning {
  display: flex;
  align-items: center;
  margin-right: 16px; }
  .incompatible-outcomes-banner__warning .sportsbook__icon--warning {
    fill: #000000;
    width: 24px;
    height: 22px; }

.incompatible-outcomes-banner__copy {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  align-items: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-parlay-view__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 8px 0; }

.betslip-parlay-view__tabs {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between; }
  .betslip-parlay-view__tabs.loading {
    position: relative; }
    .betslip-parlay-view__tabs.loading:after {
      content: '';
      height: 2px;
      background: #2a751a;
      width: 0;
      animation: line 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: 0; }
    .betslip-parlay-view__tabs.loading:before {
      content: '';
      height: 2px;
      background: #ffffff;
      width: 0;
      animation: line-2 3s infinite ease-in-out;
      display: block;
      position: absolute;
      bottom: 0; }

@keyframes line {
  0% {
    width: 0%; }
  25% {
    width: 0%; }
  50% {
    width: 100%; }
  75% {
    width: 0%; }
  100% {
    width: 0%; } }

@keyframes line-2 {
  0% {
    width: 0%; }
  25% {
    width: 100%; }
  50% {
    width: 100%; }
  75% {
    width: 100%; }
  100% {
    width: 0%; } }

.betslip-parlay-view__tab {
  cursor: pointer;
  text-align: center;
  width: 48%;
  color: #ababab;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent; }
  .betslip-parlay-view__tab.selected {
    border-bottom: 2px solid #2a751a;
    color: #000000; }

.betslip-parlay-view__tab-partition {
  height: 17px;
  width: 2px;
  background: #121212;
  margin-bottom: 8px; }

.betslip-parlay-view__card {
  background: #ffffff;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  box-sizing: border-box; }
  .betslip-parlay-view__card.has-rewards {
    padding: 16px 16px 4px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.outcome-mapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  .outcome-mapper__processing {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: calc(100% - 8px);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 5px; }
    .outcome-mapper__processing .sportsbook__icon--dk-logo {
      animation: dk-logo-pulse 2000ms infinite; }

@keyframes dk-logo-pulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
  .outcome-mapper .betslip-outcome-card {
    margin-bottom: 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-round-robin-view__card {
  display: flex;
  margin: 0 0 8px 0;
  padding: 16px 16px 29px 16px;
  border-radius: 4px;
  background-color: #ffffff; }
  .betslip-round-robin-view__card .betslip-wager-box {
    flex: 0 1 auto; }

.betslip-round-robin-view__card-details {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 0 15px 0 0; }

.betslip-round-robin-view__card-details-name {
  flex: 1 1 auto;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 800;
  color: #242424; }

.betslip-round-robin-view__card-details-numberOfBets {
  flex: 0 1 auto;
  justify-content: flex-end;
  font-size: 14px;
  color: #242424; }

.betslip-round-robin-view-content {
  list-style-type: none;
  margin: 0 0 14px 0;
  padding: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook__icon--tool-tip-outlined {
  flex: 0 1 auto; }

.betslip-round-robin-view-header-text {
  font-size: 12px;
  font-weight: bold;
  color: #2a751a; }

.betslip-round-robin-view-header-info-icon-wrapper {
  cursor: pointer; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.betslip-all-singles {
  display: none; }
  .betslip-all-singles.show-all-singles {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8px;
    height: 30px; }
  .betslip-all-singles__left {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .betslip-all-singles__right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    .betslip-all-singles__right.disabled {
      pointer-events: none;
      opacity: 0.6; }
    .betslip-all-singles__right-count {
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      margin-right: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-secondary-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 60px;
  background-color: #121212;
  padding: 12px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer; }
  .dk-betslip-secondary-button__wrapper.enabled-background {
    background-color: #2a751a; }
  .dk-betslip-secondary-button__wrapper.faded-background {
    background-color: #dadada; }
    .dk-betslip-secondary-button__wrapper.faded-background .dk-betslip-secondary-button__text {
      color: #121212; }
  .dk-betslip-secondary-button__wrapper.disable-click {
    pointer-events: none; }

.dk-betslip-secondary-button__text {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #ededed; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-action-required-bet-card__wrapper {
  display: flex;
  position: relative;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ababab;
  margin: 16px 0; }
  .dk-action-required-bet-card__wrapper .betslip-outcome-card__text-wrapper {
    padding-left: 0; }
  .dk-action-required-bet-card__wrapper .betslip-outcome-card__dynamic-wrapper {
    width: 35%; }
  .dk-action-required-bet-card__wrapper.transparent {
    opacity: 0.7; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.new-offer-timer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  position: relative;
  border-radius: 50%;
  z-index: 500;
  width: 40px;
  height: 40px; }

.new-offer-timer__inner {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  color: #121212;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 600;
  width: 20px;
  height: 20px; }

.new-offer-timer__progress {
  font-weight: 600;
  font-size: 12px; }

.new-offer-timer__bar {
  z-index: 550;
  transform: rotate(90deg);
  width: 40px;
  height: 40px; }
  .new-offer-timer__bar circle {
    stroke-width: 20px;
    fill: #ffffff;
    stroke-dashoffset: 0;
    animation-name: fill-progress-timer;
    animation-timing-function: linear;
    animation-fill-mode: forwards; }

@keyframes fill-progress-timer {
  100% {
    stroke-dashoffset: 339.292; }
  0% {
    stroke-dashoffset: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-action-required-secondary-text {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #121212;
  margin-bottom: 16px; }
  .dk-action-required-secondary-text__bonus {
    color: #2a751a;
    font-weight: bold; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-action-required__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #dadada; }

.dk-action-required__title {
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px 0; }

.dk-action-required__text {
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #121212; }
  .dk-action-required__text-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }

.dk-action-required__bets {
  position: relative;
  width: 100%; }

.dk-action-required__button {
  position: relative;
  width: 100%; }
  .dk-action-required__button:last-of-type {
    margin-top: 8px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-action-required__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0 0 5px 5px;
  height: auto; }

.dk-betslip-action-required__header {
  display: flex;
  flex-direction: row;
  padding: 4px 8px;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  height: 37px;
  width: 100%;
  z-index: 150;
  background-color: #fbd002;
  box-sizing: border-box;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25); }

.dk-betslip-action-required__warning {
  display: flex;
  align-items: center;
  margin-right: 16px; }
  .dk-betslip-action-required__warning .sportsbook__icon--warning {
    fill: #000000;
    width: 24px;
    height: 22px; }

.dk-betslip-action-required__content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 182px);
  border-radius: 0 0 5px 5px; }
  @media (max-width: 960px) {
    .dk-betslip-action-required__content {
      max-height: calc(100vh - 172px); } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-content__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 8px 8px 8px;
  margin-top: 8px; }
  .dk-betslip-content__wrapper.is-action-required {
    padding: 0;
    margin-top: 0; }
  .dk-betslip-content__wrapper.locked {
    pointer-events: none; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-error-banner {
  display: none; }
  .dk-betslip-error-banner.show-betslip-error-banner {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    z-index: 500;
    width: 375px;
    height: 56px;
    margin-bottom: 8px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
    @media (max-width: 960px) {
      .dk-betslip-error-banner.show-betslip-error-banner {
        position: fixed;
        bottom: calc(100vh - 83px);
        right: 12px; }
        .dk-betslip-error-banner.show-betslip-error-banner.is-collapsed {
          bottom: 84px; }
        .dk-betslip-error-banner.show-betslip-error-banner.is-Empty {
          display: none; } }
    @media (max-width: 768px) {
      .dk-betslip-error-banner.show-betslip-error-banner.can-bet.is-collapsed {
        bottom: 116px; } }
    @media (max-width: 500px) {
      .dk-betslip-error-banner.show-betslip-error-banner {
        width: 100vw;
        position: fixed;
        right: 0; }
        .dk-betslip-error-banner.show-betslip-error-banner.can-bet.is-collapsed {
          bottom: 106px; } }
    .dk-betslip-error-banner.show-betslip-error-banner.fade-betslip-error-banner {
      animation: fade-betslip-error-banner-ani 0.4s ease-in forwards; }

@keyframes fade-betslip-error-banner-ani {
  0% {
    opacity: 1;
    height: 56px;
    margin-bottom: 8px; }
  25% {
    opacity: 0.66;
    height: 42px;
    margin-bottom: 8px; }
  50% {
    opacity: 0.33;
    height: 28px;
    margin-bottom: 8px; }
  75% {
    opacity: 0;
    height: 14px;
    margin-bottom: 4px; }
  100% {
    opacity: 0;
    height: 0;
    margin-bottom: 0; } }
  .dk-betslip-error-banner__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%; }
  .dk-betslip-error-banner__icon-warning {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .dk-betslip-error-banner__icon-warning:after {
      content: '';
      left: 25px;
      position: absolute;
      width: 4px;
      height: 15px;
      background: #000000; }
    .dk-betslip-error-banner__icon-warning .sportsbook__icon--warning {
      fill: #fbd002;
      height: 24px;
      width: 22px;
      z-index: 10; }
  .dk-betslip-error-banner__icon-ex {
    cursor: pointer;
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%; }
    .dk-betslip-error-banner__icon-ex .sportsbook__icon--ex {
      fill: #000000;
      height: 14px;
      width: 14px; }
  .dk-betslip-error-banner__text {
    font: 12px "Open Sans", sans-serif;
    line-height: 17px;
    color: #000000;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.dk-betslip-shell {
  position: relative; }
  .dk-betslip-shell__wrapper {
    font-family: "Open Sans", sans-serif;
    width: 375px;
    display: flex;
    flex-direction: column;
    background-color: #dadada;
    border-radius: 5px;
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    transition: all 0.24s linear;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
    .dk-betslip-shell__wrapper.is-action-required.show-receipt .dk-betslip-receipt-content__keep-picks, .dk-betslip-shell__wrapper.locked.show-receipt .dk-betslip-receipt-content__keep-picks {
      pointer-events: none; }
    .dk-betslip-shell__wrapper::-webkit-scrollbar {
      display: none; }
    .dk-betslip-shell__wrapper.show-max-outcome-banner {
      max-height: calc(100vh - 110px); }
    .dk-betslip-shell__wrapper.display-user-status-banner {
      max-height: calc(100vh - 113px); }
      .dk-betslip-shell__wrapper.display-user-status-banner.show-max-outcome-banner {
        max-height: calc(100vh - 175px); }
    @media (max-width: 960px) {
      .dk-betslip-shell__wrapper {
        position: fixed;
        bottom: 30px;
        right: 12px;
        transition: all 0.24s linear;
        max-height: calc(100vh - 85px); }
        .dk-betslip-shell__wrapper.display-user-status-banner {
          max-height: calc(100vh - 85px); }
          .dk-betslip-shell__wrapper.display-user-status-banner.show-max-outcome-banner {
            max-height: calc(100vh - 120px); }
        .dk-betslip-shell__wrapper.show-max-outcome-banner {
          max-height: calc(100vh - 120px); } }
    @media (max-width: 500px) {
      .dk-betslip-shell__wrapper {
        max-height: calc(100vh - 32px);
        height: 100vh; }
        .dk-betslip-shell__wrapper.display-user-status-banner {
          max-height: calc(100vh - 32px); }
          .dk-betslip-shell__wrapper.display-user-status-banner.show-max-outcome-banner {
            max-height: calc(100vh - 115px); }
        .dk-betslip-shell__wrapper.collapsed {
          height: 44px; }
        .dk-betslip-shell__wrapper.show-max-outcome-banner {
          max-height: calc(100vh - 115px); } }
    .dk-betslip-shell__wrapper.confirm-clear-all .sportsbook-generic-accordion__accordion {
      align-items: flex-start; }
      .dk-betslip-shell__wrapper.confirm-clear-all .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion {
        align-items: flex-start; }
        .dk-betslip-shell__wrapper.confirm-clear-all .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion {
          pointer-events: none;
          margin-top: 3px; }
    .dk-betslip-shell__wrapper.hide-arrow .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) {
      display: none; }
      .dk-betslip-shell__wrapper.hide-arrow .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) .sportsbook__icon--arrow-up {
        fill: transparent; }
    .dk-betslip-shell__wrapper.show-receipt .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) {
      display: none; }
      .dk-betslip-shell__wrapper.show-receipt .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) .sportsbook__icon--arrow-up {
        fill: transparent; }
    @media (max-width: 500px) {
      .dk-betslip-shell__wrapper.show-receipt .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion {
        position: absolute;
        top: 4px;
        right: 0; }
      .dk-betslip-shell__wrapper.show-receipt .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) {
        display: block; }
        .dk-betslip-shell__wrapper.show-receipt .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion:nth-of-type(2) .sportsbook__icon--arrow-up {
          fill: #000000; } }
    .dk-betslip-shell__wrapper.show-receipt .betslip-round-robin-view .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook__icon--arrow-up {
      fill: #2a751a; }
    @media (max-width: 768px) {
      .dk-betslip-shell__wrapper.can-bet {
        position: fixed;
        bottom: 63px;
        right: 12px; } }
    @media (max-width: 500px) {
      .dk-betslip-shell__wrapper.can-bet {
        border-radius: 0;
        position: fixed;
        bottom: 63px;
        right: 0;
        width: 100vw;
        height: calc(100vh - 62px);
        transition: all 0.24s linear; }
        .dk-betslip-shell__wrapper.can-bet.collapsed {
          height: 55px; } }
    @media (max-width: 500px) {
      .dk-betslip-shell__wrapper {
        border-radius: 0;
        position: fixed;
        bottom: 33px;
        right: 0;
        width: 100vw; } }
    .dk-betslip-shell__wrapper.dark-background {
      background-color: #121212; }
      @media (max-width: 960px) {
        .dk-betslip-shell__wrapper.dark-background {
          display: none; } }
      .dk-betslip-shell__wrapper.dark-background .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook__icon--arrow-up {
        fill: #ffffff; }
    .dk-betslip-shell__wrapper .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion {
      background-color: transparent;
      padding-right: 0;
      border-radius: 5px;
      position: relative; }
      .dk-betslip-shell__wrapper .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion {
        padding: 8px;
        cursor: pointer; }
      .dk-betslip-shell__wrapper .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook__icon--arrow-up {
        fill: #000000;
        width: 26px;
        height: 26px; }
        @media (max-width: 960px) {
          .dk-betslip-shell__wrapper .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook__icon--arrow-up {
            font-size: 18px;
            width: 24px;
            height: 24px; } }
    .dk-betslip-shell__wrapper .betslip-round-robin-view .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook-generic-accordion__accordion-arrow.sportsbook-accordion__accordion {
      display: flex;
      padding: 0;
      align-items: center; }
    .dk-betslip-shell__wrapper .betslip-round-robin-view .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion .sportsbook__icon--arrow-up {
      padding: 8px;
      fill: #2a751a;
      width: 16px;
      height: 16px; }
    .dk-betslip-shell__wrapper.is-action-required .sportsbook-generic-accordion__wrapper.sportsbook-accordion__wrapper.expanded .sportsbook-accordion__children-wrapper {
      overflow-y: visible; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook__betslip {
  position: relative;
  z-index: 199; }
  @media (max-width: 960px) {
    .sportsbook__betslip {
      z-index: 500; } }
  .sportsbook__betslip .recheck {
    background-color: #eabc00;
    padding: 10px;
    margin-bottom: 10px;
    color: #242424;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .sportsbook__betslip .recheck img {
      height: 20px; }
    .sportsbook__betslip .recheck a {
      text-decoration: none;
      padding: 2px 16px;
      color: #242424;
      border: 1px solid #242424;
      border-radius: 2px; }
    @media (max-width: 960px) {
      .sportsbook__betslip .recheck {
        display: none; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.crisis-banner__container {
  margin: 0 auto;
  text-align: left;
  padding: 15px 0;
  box-sizing: border-box; }
  .crisis-banner__container.success {
    background-color: #53d337; }
  .crisis-banner__container.warn {
    background-color: #fbd002; }
  .crisis-banner__container.error {
    background-color: #e9344a; }

.crisis-banner__text {
  color: #ffffff;
  font: 550 14px 'Open Sans', sans-serif;
  width: 80%;
  margin: auto;
  display: flex; }
  .crisis-banner__text a {
    color: #ffffff;
    font-weight: 650; }

.crisis-banner__icon {
  padding-right: 15px;
  height: 20px;
  width: 20px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-sport-navigation {
  min-width: 200px;
  max-width: 200px;
  background-color: #242424;
  padding-bottom: 7px; }
  .sportsbook-sport-navigation .sportsbook-expandable-shell__wrapper .sportsbook-expandable-shell__wrapper .sportsbook-navigation-item--popular .sportsbook-navigation-item-title h2,
  .sportsbook-sport-navigation .sportsbook-expandable-shell__wrapper .sportsbook-expandable-shell__wrapper .sportsbook-navigation-item--sport .sportsbook-navigation-item-title h2 {
    font-weight: normal; }

@media only screen and (max-width: 1024px) {
  .sportsbook-sport-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 419; }
  .sportsbook-sport-navigation--opened .sportsbook-sport-navigation {
    display: block; } }

.sportsbook-navigation-item {
  position: relative;
  padding: 11px 30px 10px 27px;
  color: #c5c5c5;
  cursor: pointer; }

.sportsbook-navigation-item--sport {
  padding-bottom: 3px; }

.sportsbook-navigation-item--popular {
  line-height: 12px; }

.sportsbook-navigation-item--hasHorn.sportsbook-navigation-item--league {
  padding-right: 30px; }

.sportsbook-navigation-item--isSelected {
  border-left: 2px solid #53d337; }
  .sportsbook-navigation-item--isSelected .sportsbook-navigation-item-title--league,
  .sportsbook-navigation-item--isSelected .sportsbook-navigation-item-title--view-all {
    color: #53d337; }

.sportsbook-navigation-items-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.sportsbook-navigation-items-list--league {
  background-color: #242424; }

.sportsbook-navigation-items-list--popular {
  padding-bottom: 14px; }
  .sportsbook-navigation-items-list--popular .sportsbook-navigation-item--popular {
    background-color: #242424; }

.sportsbook-navigation-item-link {
  text-decoration: none; }

.sportsbook-navigation-item--league {
  padding: 2px 10px 2px 38px;
  line-height: 18px; }

.sportsbook-navigation-item--view-all {
  padding: 16px 0 13px 38px;
  font-size: 13px; }

.sportsbook-navigation-item-title h2.sportsbook-navigation-item-title-text {
  font-size: 12px;
  margin: 0;
  font-weight: bold; }

.sportsbook-navigation-item-title .sportsbook__icon--horn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%); }

.sportsbook-navigation-item-title--popular {
  padding-top: 9px;
  padding-bottom: 12px;
  color: #ffffff; }

.sportsbook-navigation-item-title--league,
.sportsbook-navigation-item-title--view-all {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff; }
  .sportsbook-navigation-item-title--league:hover,
  .sportsbook-navigation-item-title--view-all:hover {
    color: #53d337; }

@media only screen and (max-width: 480px) {
  .sportsbook-sport-navigation {
    left: 0;
    right: 0;
    max-width: 100%;
    display: none; }
    .sportsbook-sport-navigation .sportsbook-sport-navigation--opened .sportsbook-sport-navigation {
      display: block; }
  .sportsbook-navigation-item--popular,
  .sportsbook-navigation-item--sport {
    padding: 20px 10px 20px 26px;
    font-size: 15px;
    line-height: 20px;
    background-color: #242424; }
  .sportsbook-navigation-item--league {
    padding: 12px 10px 12px 50px;
    font-size: 16px;
    line-height: 18px; } }

.sportsbook-wrapper--left-menu-enabled .sportsbook-a-to-z-sport,
.sportsbook-wrapper--left-menu-enabled .sportsbook-live-page__wrapper,
.sportsbook-wrapper--left-menu-enabled .sportsbook-event-page__wrapper,
.sportsbook-wrapper--left-menu-enabled .sportsbook-featured-page,
.sportsbook-wrapper--left-menu-enabled .sportsbook-my-bets__wrapper,
.sportsbook-wrapper--left-menu-enabled .sportsbook-league-page,
.sportsbook-wrapper--left-menu-enabled .sportsbook-oddsboosts-page {
  padding-top: 16px; }
  .sportsbook-wrapper--left-menu-enabled .sportsbook-a-to-z-sport.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-live-page__wrapper.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-event-page__wrapper.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-featured-page.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-my-bets__wrapper.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-league-page.dkbetslip,
  .sportsbook-wrapper--left-menu-enabled .sportsbook-oddsboosts-page.dkbetslip {
    padding-top: 16px; }
    @media (min-width: 1025px) {
      .sportsbook-wrapper--left-menu-enabled .sportsbook-a-to-z-sport.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-live-page__wrapper.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-event-page__wrapper.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-featured-page.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-my-bets__wrapper.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-league-page.dkbetslip,
      .sportsbook-wrapper--left-menu-enabled .sportsbook-oddsboosts-page.dkbetslip {
        width: calc(100% - 610px); } }
  @media (min-width: 1366px) {
    .sportsbook-wrapper--left-menu-enabled .sportsbook-a-to-z-sport,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-live-page__wrapper,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-event-page__wrapper,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-featured-page,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-my-bets__wrapper,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-league-page,
    .sportsbook-wrapper--left-menu-enabled .sportsbook-oddsboosts-page {
      width: calc(100% - 550px); } }

.sportsbook-wrapper--left-menu-enabled .sportsbook__betslip {
  padding-top: 16px; }

@media only screen and (min-width: 1024px) {
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded:hover .sportsbook-navigation-item--hasHorn .sportsbook__icon--horn, .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isCollapsed:hover .sportsbook-navigation-item--hasHorn .sportsbook__icon--horn {
    right: 32px; }
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded:hover .sportsbook-navigation-item--hasHorn.sportsbook-navigation-item, .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isCollapsed:hover .sportsbook-navigation-item--hasHorn.sportsbook-navigation-item {
    padding-right: 45px; }
  .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isExpanded:hover .sportsbook-navigation-item--hasHorn .sportsbook-navigation-item-title, .sportsbook-expandable-shell__header.sportsbook-expandable-shell__header--isCollapsed:hover .sportsbook-navigation-item--hasHorn .sportsbook-navigation-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sport-pane {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sport-pane__wrapper {
    min-height: 800px;
    min-width: 200px;
    background-color: #121212; }
    @media (max-width: 768px) {
      .sport-pane__wrapper {
        min-height: auto;
        padding: 15px;
        font-size: 14px; } }
  .sport-pane__sport-list {
    padding: 15px; }
    @media (max-width: 768px) {
      .sport-pane__sport-list {
        padding: 0; } }
  .sport-pane__sport-elem {
    color: #ededed;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px; }
    @media (max-width: 768px) {
      .sport-pane__sport-elem {
        padding: 0; } }
    .sport-pane__sport-elem__subdiv {
      color: #ededed;
      font-size: 12px;
      font-weight: bold;
      padding-left: 10px;
      padding-top: 5px; }
    .sport-pane__sport-elem__subteam {
      color: #ededed;
      font-size: 12px;
      font-weight: normal;
      padding: 10px;
      display: flex;
      align-items: center;
      background: #242424; }
      .sport-pane__sport-elem__subteam a {
        text-decoration: none;
        color: #ededed; }
        .sport-pane__sport-elem__subteam a.active {
          color: #53d337; }
      .sport-pane__sport-elem__subteam--noicon {
        padding-left: 40px; }
  .sport-pane--desktop {
    display: block; }
    @media (max-width: 768px) {
      .sport-pane--desktop {
        display: none; } }

.toggle-panel {
  display: none; }
  @media (max-width: 768px) {
    .toggle-panel {
      position: -webkit-sticky;
      position: sticky;
      display: block;
      top: 0;
      background: #000000;
      z-index: 100; } }
  .toggle-panel__header {
    padding: 10px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .toggle-panel__header div:first-child {
      display: flex;
      align-items: center;
      justify-content: center; }
      .toggle-panel__header div:first-child p {
        margin: 0;
        font-size: 14px; }
      .toggle-panel__header div:first-child em {
        margin: 0 8px;
        color: #53d337;
        font-size: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.sportsbook-wrapper__body {
  position: relative;
  display: flex;
  min-height: 50vh;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 0; }
  .sportsbook-wrapper__body.full-page {
    background: #ffffff;
    max-width: 100%;
    min-height: 100vh; }

.sportsbook-wrapper__odds-switcher {
  max-width: 1440px;
  margin: 0 auto; }

.sportsbook-wrapper__footer.has-subfooter {
  margin-bottom: 34px; }
  @media (max-width: 960px) {
    .sportsbook-wrapper__footer.has-subfooter.has-betslip {
      margin-bottom: 70px; } }
  @media (max-width: 768px) {
    .sportsbook-wrapper__footer.has-subfooter.has-betslip {
      margin-bottom: 100px; } }

.sportsbook-wrapper--left-menu-enabled .sportsbook-wrapper__body {
  padding: 0; }

.sportsbook-wrapper--left-menu-enabled .sportsbook-subnav {
  display: none; }

@media only screen and (max-width: 1024px) {
  .sportsbook-wrapper--left-menu-enabled .sportsbook-subnav {
    display: block; } }

@media (min-width: 960px) {
  #draftkings-sportsbook-wrapper #mod-KambiBC-betslip-container {
    order: 1;
    width: 315px !important;
    flex-shrink: 0 !important; } }

@media (min-width: 960px) {
  #draftkings-sportsbook-wrapper #mod-KambiBC-betslip-container .mod-KambiBC-betslip__outer-wrapper {
    height: 100%;
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    max-height: none !important; } }

@media (min-width: 960px) {
  #draftkings-sportsbook-wrapper #mod-KambiBC-betslip-container .mod-KambiBC-betslip__outer-wrapper .mod-KambiBC-betslip.mod-KambiBC-js-betslip {
    position: relative !important;
    max-height: none !important;
    top: 0;
    width: 100% !important;
    box-shadow: none !important;
    right: initial; } }

@media (min-width: 960px) {
  #draftkings-sportsbook-wrapper #mod-KambiBC-betslip__header-js-toggle-betslip-btn {
    display: none !important; } }

#loading-betslip {
  height: 356px;
  width: 315px;
  background: #3a3a3a; }

#loading-betslip .top-header {
  border-top: 4px solid #ffffff;
  height: 48px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  background-color: #1f1f1f; }

#loading-betslip .bet-options {
  width: 100%;
  display: flex; }

#loading-betslip .bet-options .option {
  height: 41px; }

#loading-betslip .bet-options .option.option-1 {
  border-bottom: 2px solid #62b702; }

#loading-betslip .bet-options .option.option-1 p,
#loading-betslip .bet-options .option.option-2 p,
#loading-betslip .bet-options .option.option-3 p {
  width: 70%;
  margin: 0 auto;
  animation: pulse 1s infinite ease-in-out;
  height: 15px;
  margin-top: 10px; }

#loading-betslip .bet-options .option.option-1,
#loading-betslip .bet-options .option.option-2 {
  width: 30%; }

#loading-betslip .bet-options .option.option-3 {
  width: 40%; }

#loading-betslip .bet-body {
  height: 118px; }

#loading-betslip .bet-body .center {
  height: 15px;
  background: #1f1f1f;
  width: 200px;
  margin: 50px auto;
  animation: pulse 1s infinite ease-in-out; }

#loading-betslip .bet-body .bottom-rows .row {
  animation: pulse 1s infinite ease-in-out; }

#loading-betslip .bet-body .bottom-rows .row.row-1 {
  height: 15px;
  width: 100px;
  margin-left: 15px; }

#loading-betslip .bet-body .bottom-rows .row.row-2 {
  height: 15px;
  width: 130px;
  margin-top: 7px;
  margin-left: 15px; }

#loading-betslip .place-bet-button {
  background: #252525;
  height: 54px; }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

.standalone-footer {
  margin-bottom: 34px; }
  @media (max-width: 1239px) {
    .standalone-footer {
      margin-bottom: 70px; } }
  @media (max-width: 768px) {
    .standalone-footer {
      margin-bottom: 100px; } }


/*# sourceMappingURL=client.ed7a297a636147d6d988.css.map*/