.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: #e0e0e0;
  background-color: #424242;
  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: #424242;
      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: #e0e0e0; }
    .sportsbook-league-accordion__accordion .sportsbook__icon--arrow-up:hover {
      fill: #e0e0e0; }
  .sportsbook-league-accordion__accordion a {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #e0e0e0;
    text-decoration: none;
    padding: 4px 8px; }
    .sportsbook-league-accordion__accordion a .more-arrow {
      color: #9e9e9e;
      opacity: 0;
      transition: all 0.24s linear; }
      .sportsbook-league-accordion__accordion a .more-arrow .sportsbook__icon--chevron {
        fill: #9e9e9e;
        width: 7px;
        height: 7px;
        margin-left: 2px; }
    .sportsbook-league-accordion__accordion a:hover {
      color: #f5f5f5; }
      .sportsbook-league-accordion__accordion a:hover .more-arrow {
        opacity: 1;
        transform: translateX(10px); }
  .sportsbook-league-accordion__accordion:hover {
    background-color: #424242;
    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; }

.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: #424242;
  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: #e0e0e0; }
  .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: #424242;
  border-bottom: 5px solid #323232; }

.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: #f5f5f5;
  margin-right: auto;
  letter-spacing: 0.32px; }
  .sportsbook-event-accordion__title:hover {
    color: #ffffff; }

.sportsbook-event-accordion__date {
  color: #9e9e9e;
  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); }

.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: #525252;
  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: #e0e0e0; }
  .sportsbook-card-accordion__accordion:hover {
    opacity: 1;
    color: #e0e0e0; }
    .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: #e0e0e0;
    text-decoration: none; }
    .sportsbook-card-accordion__accordion a .sportsbook__icon--chevron {
      fill: #7d9e2f;
      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); }

.sportsbook-generic-accordion__accordion {
  background-color: #525252;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px; }
  .sportsbook-generic-accordion__accordion .sportsbook__icon--arrow-up {
    fill: #e0e0e0;
    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); }

.sportsbook-featured-accordion__accordion {
  background-color: #525252;
  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: #424242;
      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: #e0e0e0;
    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); }

.sportsbook-header {
  background-color: #525252;
  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 #424242;
      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: #e0e0e0;
      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; }

.sportsbook-listmenu {
  display: none;
  background-color: #f5f5f5;
  width: 100vw;
  position: relative;
  z-index: 10; }
  @media (max-width: 768px) {
    .sportsbook-listmenu {
      display: block; } }
  .sportsbook-listmenu h2 {
    color: #424242;
    font-size: 14px;
    margin: 0 16px;
    padding: 16px 0;
    font-weight: bold;
    border-bottom: 1px solid #9e9e9e;
    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: #424242;
        text-decoration: none;
        padding: 12px 0;
        font-size: 14px;
        border-bottom: 1px solid #e0e0e0;
        transition: all 0.2s linear;
        cursor: pointer;
        text-transform: uppercase; }
        .sportsbook-listmenu ul li a.listmenu-active {
          color: #7d9e2f;
          font-weight: 700; }
        .sportsbook-listmenu ul li a:hover {
          color: #7d9e2f; }

.sportsbook-megamenu {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  background-color: #f5f5f5; }
  .sportsbook-megamenu__header {
    color: #424242;
    font-weight: bold;
    padding: 16px;
    border-bottom: 1px solid #9e9e9e; }
  .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: #424242;
        padding: 6px 0;
        display: inline-block;
        transition: all 0.2s linear;
        cursor: pointer;
        text-transform: uppercase; }
        .sportsbook-megamenu ul li a.megamenu-active {
          color: #7d9e2f;
          font-weight: 700; }
        .sportsbook-megamenu ul li a:hover {
          color: #7d9e2f; }
    .sportsbook-megamenu ul .delimeter {
      color: #424242;
      font-weight: 700;
      padding: 6px 0;
      display: inline-block;
      cursor: default; }
    @media (max-width: 1024px) {
      .sportsbook-megamenu ul {
        columns: 4; } }

.sportsbook-a-to-z-menu-list__title {
  font-family: "Saira", sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding-top: 16px; }
  .sportsbook-a-to-z-menu-list__title.siderail-popular {
    padding-top: 0; }
  .sportsbook-a-to-z-menu-list__title.siderail {
    color: #ffffff;
    font-size: 18px;
    word-break: break-word;
    font-family: "Open Sans", sans-serif; }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-menu-list__title {
      border-bottom: 1px solid #e0e0e0;
      font-size: 18px;
      width: 100vw; } }

.sportsbook-a-to-z-menu-list__links-wrapper {
  margin-top: 10px; }

.sportsbook-a-to-z-menu-list__link {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 8px 0; }
  .sportsbook-a-to-z-menu-list__link.siderail {
    margin: 16px 0 16px 0; }
  .sportsbook-a-to-z-menu-list__link-text {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    transition: all 0.2s linear;
    color: #000000;
    cursor: pointer;
    align-items: center; }
    .sportsbook-a-to-z-menu-list__link-text.siderail {
      color: #ffffff;
      font-weight: 600;
      word-break: break-word; }
    .sportsbook-a-to-z-menu-list__link-text:hover {
      color: #63b700; }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-menu-list__link {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 4px; } }
  .sportsbook-a-to-z-menu-list__link .link-active {
    color: #63b700; }

.sportsbook-a-to-z-menu-list__link:last-of-type {
  margin-bottom: 0; }

.sportsbook-a-to-z-menu-list .title-large {
  font-size: 18px; }

.sportsbook-a-to-z-menu-list__view-more {
  margin-top: 8px; }
  .sportsbook-a-to-z-menu-list__view-more.siderail {
    margin-top: 16px; }
  .sportsbook-a-to-z-menu-list__view-more-text {
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s linear;
    color: #000000;
    cursor: pointer; }
    .sportsbook-a-to-z-menu-list__view-more-text.siderail {
      color: #ffffff;
      font-weight: 600; }
    .sportsbook-a-to-z-menu-list__view-more-text:hover {
      color: #63b700; }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-menu-list__view-more {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 4px; } }

.sportsbook-a-to-z-menu-list__horn {
  margin-left: 4px;
  position: relative; }
  .sportsbook-a-to-z-menu-list__horn .sportsbook__icon--horn {
    position: absolute;
    bottom: -9px;
    width: 20px;
    height: 20px; }

.sportsbook-odds {
  font-weight: bold;
  margin-left: 16px; }
  .sportsbook-odds.default-color {
    color: #9ae200; }
  @media (max-width: 768px) {
    .sportsbook-odds {
      margin-left: 0; } }

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

.sportsbook-tabbed-subheader {
  background-color: #323232;
  -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(50, 50, 50, 0), #323232);
    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: #525252;
        position: absolute;
        right: -30px; }
  .sportsbook-tabbed-subheader__tab {
    color: #9e9e9e;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 16px 10px 16px;
    cursor: pointer;
    transition: all 0.16s linear;
    height: 100%;
    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: #626262; }
    .sportsbook-tabbed-subheader__tab:hover {
      color: #f5f5f5; }
    .sportsbook-tabbed-subheader__tab.selected {
      color: #f5f5f5; }
      .sportsbook-tabbed-subheader__tab.selected:after {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #424242;
        position: absolute;
        display: block;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .sportsbook-tabbed-subheader .ops-bubble {
    position: absolute;
    top: -4px;
    right: 0;
    color: #63b700; }

.sportsbook-table {
  box-sizing: border-box;
  background-color: #424242; }
  .sportsbook-table__header {
    display: flex;
    background-color: #424242;
    border-bottom: 1px solid #626262;
    margin: 0 8px 8px;
    cursor: default; }
    .sportsbook-table__header .column-header {
      font-size: 11px;
      color: #9e9e9e;
      text-align: center;
      max-width: 100%;
      position: relative; }
      .sportsbook-table__header .column-header:after {
        content: '';
        position: absolute;
        right: 0;
        width: 50px;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, rgba(66, 66, 66, 0), #424242);
        z-index: 99;
        pointer-events: none; }
      .sportsbook-table__header .column-header .sportsbook-table-header__title {
        padding: 8px;
        white-space: nowrap;
        box-sizing: border-box;
        text-transform: uppercase;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; }
        .sportsbook-table__header .column-header .sportsbook-table-header__title:hover {
          overflow-x: auto; }
        @media (max-width: 768px) {
          .sportsbook-table__header .column-header .sportsbook-table-header__title {
            overflow-x: auto;
            -ms-overflow-style: none; }
            .sportsbook-table__header .column-header .sportsbook-table-header__title::-webkit-scrollbar {
              display: none; } }
        @media (max-width: 768px) {
          .sportsbook-table__header .column-header .sportsbook-table-header__title {
            display: flex;
            height: 44px;
            align-items: center;
            justify-content: center;
            font-size: 1.1em; } }
        .sportsbook-table__header .column-header .sportsbook-table-header__title ::-webkit-scrollbar {
          width: 0;
          /* Remove scrollbar space */
          background: transparent;
          /* Optional: just make scrollbar invisible */ }
      .sportsbook-table__header .column-header.always-left .sportsbook-table-header__title {
        font-weight: 600;
        text-align: left;
        justify-content: left; }
        @media (max-width: 768px) {
          .sportsbook-table__header .column-header.always-left .sportsbook-table-header__title {
            text-align: left;
            justify-content: left; } }
      @media (max-width: 768px) {
        .sportsbook-table__header .column-header.responsive-left .sportsbook-table-header__title {
          text-align: left;
          justify-content: left; } }
  .sportsbook-table__title {
    background-color: #424242;
    padding: 4px 8px;
    font-size: 11px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .sportsbook-table__title .subtitle {
      color: #9e9e9e; }
  .sportsbook-table__body {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 8px; }
    .sportsbook-table__body .generic-row {
      color: #ffffff;
      text-align: center;
      padding: 8px; }
  .sportsbook-table__column-row {
    height: 44px;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .sportsbook-table__column-row {
        height: 48px; } }
    .sportsbook-table__column-row.break-line {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 2px solid #323232; }

.sportsbook-breadcrumb a {
  color: #9e9e9e;
  text-decoration: none;
  transition: color 0.16s linear; }
  .sportsbook-breadcrumb a:hover {
    color: #f5f5f5; }

.sportsbook-breadcrumb .sportsbook-breadcrumb__end {
  color: #f5f5f5; }

.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); } }

.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: #e0e0e0;
      cursor: pointer;
      font-size: 20px;
      padding: 10px;
      background-color: #292929;
      -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: #222222; }
      .slider-container .arrow-container .arrow.disabled {
        cursor: default;
        opacity: 0.2; }

.collapsible-box {
  display: flex;
  min-height: 186px;
  max-width: 960px;
  border-radius: 3px;
  background-color: #222222;
  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: #292929;
          color: #e0e0e0;
          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: #e0e0e0;
        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: #222222;
        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; } }

.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: #9e9e9e; }
    .search__input .sportsbook__icon--search {
      height: 14px;
      width: 14px; }
    .search__input.show-ex-button {
      padding: 4px 28px 4px 31px; }

.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 #e0e0e0;
  border-radius: 2px;
  position: relative;
  box-sizing: content-box; }
  .sportsbook-checkbox__input.invalid {
    border-color: #ea242e; }
  .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: #5ea200;
  left: 4px;
  top: -15px;
  transition: all 0.5s ease;
  transform: rotate(-55deg); }

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

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

.sportsbook-phone-number-input__wrapper h3 {
  font-weight: 400;
  margin: 10px 0 10px 5px; }

.sportsbook-phone-number-input__wrapper p {
  color: #9e9e9e;
  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 #e0e0e0;
  border-radius: 2px;
  color: #424242;
  font-size: 14px;
  transition: 0.12s ease; }
  .sportsbook-phone-number-input__input:focus {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: inset 0 -1px 0 0 #9e9e9e; }
  .sportsbook-phone-number-input__input.invalid {
    border-bottom: 2px solid #ea242e; }

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

.tooltip {
  position: relative; }
  .tooltip:hover .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;
    font-size: 12px; }
  .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: #e0e0e0; }

.promo-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #63b700;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .promo-button.optedIn {
    background-color: #323232;
    color: #9e9e9e;
    border: solid 1px #626262;
    box-sizing: border-box; }
  .promo-button:not(.optedIn):hover {
    color: #9e9e9e;
    background-color: #ffffff; }

.sportsbook-four-oh-four__wrapper {
  width: 100%;
  height: 600px;
  background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 8px, #ffffff 8px, #ffffff 75px); }
  @media (max-width: 768px) {
    .sportsbook-four-oh-four__wrapper {
      background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 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: #63b700;
  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: #525252;
  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: #525252;
  font-size: 16px; }
  .sportsbook-four-oh-four__link a {
    text-decoration: none;
    color: #00bcd4; }
  @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%; }

.sportsbook-error-message {
  color: #ffffff;
  font-weight: 600; }
  .sportsbook-error-message a {
    color: #00bcd4;
    text-decoration: none; }

.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(50, 50, 50, 0), #323232);
    z-index: 99;
    pointer-events: none; }
  .sportsbook-responsive-card-container__header {
    display: flex;
    height: 48px;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    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 a {
      position: relative; }
      .sportsbook-responsive-card-container__header a:last-child:after {
        content: '';
        width: 30px;
        height: 20px;
        background-color: #323232;
        position: absolute;
        right: -30px; }
  .sportsbook-responsive-card-container__partition {
    width: 100%;
    height: 2px;
    background: #424242;
    bottom: 13px;
    position: relative; }
  .sportsbook-responsive-card-container__tab, .sportsbook-responsive-card-container__menu {
    color: #9e9e9e;
    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: #f5f5f5; }
    @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: #f5f5f5;
      border-bottom: 2px solid #9ae200;
      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: #d32f2f;
      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: #63b700; }
  .sportsbook-responsive-card-container__menu {
    padding: 0;
    position: relative; }
    .sportsbook-responsive-card-container__menu .sportsbook__icon--dots {
      fill: #9e9e9e;
      vertical-align: middle;
      padding: 8px 4px 0 4px; }
      .sportsbook-responsive-card-container__menu .sportsbook__icon--dots:hover {
        fill: #f5f5f5; }
    .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; } }

.flashbet-promotion {
  display: flex;
  white-space: nowrap;
  margin-left: -1rem;
  padding-right: 10px; }
  .flashbet-promotion.event {
    font-size: 14px;
    font-weight: 600;
    padding-top: 7px;
    padding-right: 50px; }
  .flashbet-promotion .flashbet-new {
    color: black;
    background-color: #f6b700;
    border-radius: 50px;
    font-size: 10px;
    margin-left: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    height: 13px;
    margin-top: 3px;
    padding-bottom: 1px; }
  .flashbet-promotion .flashbet-text {
    text-decoration: none;
    background-color: none;
    color: white; }
    .flashbet-promotion .flashbet-text.event {
      color: #9d9d9d; }
  .flashbet-promotion svg {
    fill: #f6b700;
    height: 10px;
    width: 10px;
    margin-left: 4px;
    margin-top: 5px; }

@media (max-width: 1024px) {
  .flashbet-promotion {
    margin-left: 0%; }
    .flashbet-promotion .flashbet-new {
      margin-left: 10px; }
    .flashbet-promotion.event {
      font-size: 14px;
      font-weight: 600;
      float: right;
      z-index: 1; }
    .flashbet-promotion.hide-tabs {
      margin-left: -70px; } }

.event-cell {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 10px 8px;
  text-decoration: none; }
  .event-cell-link {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 10px 8px;
    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: #f5f5f5;
      height: 12px;
      width: 29px;
      color: #424242;
      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: #9e9e9e;
    font-size: 10px;
    font-weight: 500; }
  .event-cell__clock {
    color: #9e9e9e;
    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 #9e9e9e; }
    .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: #f5f5f5;
    letter-spacing: 0.32px; }
    .event-cell__name a {
      color: #ffffff;
      text-decoration: none; }
  .event-cell__score {
    color: #fbc02d;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
    margin-left: 4px; }
  .event-cell__label {
    color: #9e9e9e;
    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; } }

.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 #424242;
    background-color: #323232;
    color: #f5f5f5; }
    @media (max-width: 768px) {
      .sportsbook-empty-cell .body {
        height: 48px; } }

.sportsbook-boosted.default-color {
  color: #9e9e9e; }

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

.sportsbook-boosted__svg text {
  fill: #9e9e9e; }

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

.sportsbook-boosted line {
  stroke: #9e9e9e;
  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; }

.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: #626262; }
    @media (max-width: 768px) {
      .sportsbook-outcome-cell.disabled :after {
        color: #626262; } }
  .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 #424242;
    background-color: #323232;
    font-size: 11px;
    color: #f5f5f5;
    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: #626262; }
    .sportsbook-outcome-cell__body.selected {
      background-color: #e0e0e0;
      border: 1px solid #9e9e9e; }
      .sportsbook-outcome-cell__body.selected span, .sportsbook-outcome-cell__body.selected:after,
      .sportsbook-outcome-cell__body.selected div {
        color: #323232; }
    .sportsbook-outcome-cell__body.disabled {
      cursor: default;
      color: #626262; }
      .sportsbook-outcome-cell__body.disabled span {
        color: #626262; }
      .sportsbook-outcome-cell__body.disabled:hover {
        background-color: #323232; }
    .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: #9ae200;
      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: #323232; }
  50% {
    background-color: #626262; }
  100% {
    background-color: #323232; } }

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

.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: #626262; }
    @media (max-width: 768px) {
      .sportsbook-boosted-cell.disabled :after {
        color: #626262; } }
  .sportsbook-boosted-cell__body {
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #626262;
    background-color: #323232;
    font-size: 11px;
    color: #f5f5f5;
    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: #626262; }
    .sportsbook-boosted-cell__body.selected {
      background-color: #ffffff;
      border: 1px solid #9e9e9e; }
      .sportsbook-boosted-cell__body.selected:after,
      .sportsbook-boosted-cell__body.selected div {
        color: #323232; }
    .sportsbook-boosted-cell__body.disabled {
      cursor: default;
      color: #626262; }
      .sportsbook-boosted-cell__body.disabled span {
        color: #626262; }
      .sportsbook-boosted-cell__body.disabled:hover {
        background-color: #323232; }
    .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: #9ae200;
      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: #9ae200; }
      .sportsbook-boosted-cell__element-newodds.selected {
        color: #63b700; }
    .sportsbook-boosted-cell__element.selected {
      color: #323232; }
  .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: #323232; }
  50% {
    background-color: #626262; }
  100% {
    background-color: #323232; } }

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

.new-games-banner {
  height: 33px;
  background-color: #e0e0e0;
  color: #424242;
  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; }
  .new-games-banner.collapsed {
    height: 0; }
  .new-games-banner span {
    padding: 8px; }
  .new-games-banner__right {
    color: #7d9e2f;
    font-weight: bold;
    cursor: pointer; }

@keyframes animation-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: 200px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.parlay-card-10-a {
  margin-bottom: 4px; }
  .parlay-card-10-a .sportsbook-table .sportsbook-table__body > div .sportsbook-table__column-row:nth-child(even) .event-cell .event-cell__status {
    display: none; }

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

.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 #626262;
  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: #e0e0e0; }
  .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: #9e9e9e; }
    .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 #323232; }
  .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: #f5f5f5;
    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: #fbc02d;
        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; }

.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 #626262;
  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: #e0e0e0; }
  .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: #9e9e9e; }
    .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 #323232; }
  .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: #f5f5f5;
    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: #fbc02d;
        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; }

.sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__header {
  display: flex;
  border-bottom: 1px solid #626262;
  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: #e0e0e0; }
  .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: #9e9e9e; }
    .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: #e0e0e0;
    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 #323232; }
  .sportsbook-live-scoreboard-component-3 .sportsbook-live-scoreboard-component-3__body .sportsbook-live-scoreboard-component-3__body--scores .live-score-body__row {
    color: #f5f5f5;
    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; }

.game-props-card17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .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%; }

.h2h-card-25:first-of-type {
  border-top: 1px solid #626262;
  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; }

.scorer-7 {
  padding: 0 8px; }
  .scorer-7 .scorer-7__header {
    width: 100%;
    font-size: 11px;
    color: #9e9e9e;
    text-align: center;
    max-width: 100%;
    position: relative;
    background-color: #424242;
    border-top: 1px solid #626262;
    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; }
      .scorer-7 .scorer-7__body .scorer-7__cell-wrapper .scorer-7__cell {
        width: 100%; }

.component-18-wrapper {
  display: flex;
  flex-direction: row;
  position: relative; }
  .component-18-wrapper:before {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 1px;
    background: #626262;
    content: ''; }
  .component-18-wrapper .component-18 {
    flex-grow: 1; }
    .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: #9e9e9e;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
  .component-18-wrapper .component-18-side-rail {
    margin-top: 52px;
    flex-grow: 0.5;
    color: #f5f5f5;
    margin-left: 10px; }
    .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; } }

.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; }

.component-29:first-of-type {
  border-top: 1px solid #626262;
  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; }

.component-101 {
  display: flex;
  flex-direction: column;
  background-color: #424242;
  padding: 8px;
  cursor: default;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 5px solid #323232; }
  .component-101__cells {
    display: flex;
    flex-direction: row;
    padding: 5px 0 0 0;
    border-top: 1px solid #626262;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .component-101__cells {
        flex-direction: column;
        align-content: center;
        align-items: center; } }
  .component-101__date {
    color: #9e9e9e;
    white-space: nowrap;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 10px; }
  .component-101:first-of-type {
    border-top: 1px solid #626262;
    padding-top: 5px; }
  .component-101__cell {
    width: 49.5%;
    background-color: #525252;
    padding: 10px;
    color: #e0e0e0;
    box-sizing: border-box;
    margin: 5px auto 5px 0; }
    @media (max-width: 768px) {
      .component-101__cell {
        width: 100%;
        margin: 0 5px;
        background-color: #424242; } }
    .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; }

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

.error-message {
  color: #ffffff; }

.sportsbook-featured__featured-offers .subcategory-selector {
  background-color: #424242;
  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: #f5f5f5;
    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: #222222;
      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: #9e9e9e; }
    .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; }

.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: #424242; }
    .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: #9ae200;
      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: #323232;
      color: #9e9e9e;
      border: solid 1px #626262; }

.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; }

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

.league-link {
  width: 100%;
  margin-bottom: 8px;
  background-color: #424242;
  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: #f5f5f5;
        height: 15px;
        width: 30px;
        color: #424242;
        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: #9ae200;
      width: 25px;
      height: 25px; }

.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.siderail {
    width: calc(100% - 600px); }
    @media (max-width: 1179px) {
      .sportsbook-a-to-z-sport.siderail {
        width: calc(100% - 350px); } }
    @media (max-width: 960px) {
      .sportsbook-a-to-z-sport.siderail {
        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: #00bcd4; }

.sportsbook-strapline-marketing-zone {
  display: flex;
  text-align: center;
  margin: 10px 0; }
  .sportsbook-strapline-marketing-zone__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) {
      .sportsbook-strapline-marketing-zone__banner {
        font-size: 12px; } }

.sportsbook-league-page {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-league-page.siderail {
    width: calc(100% - 600px); }
    @media (max-width: 1179px) {
      .sportsbook-league-page.siderail {
        width: calc(100% - 350px); } }
    @media (max-width: 960px) {
      .sportsbook-league-page.siderail {
        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; }

.sportsbook-generic-scoreboard.future {
  width: 100%; }

.sportsbook-generic-scoreboard__header {
  display: flex;
  border-bottom: 1px solid #626262;
  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: #e0e0e0;
    white-space: nowrap; }

.sportsbook-generic-scoreboard__body {
  border-bottom: 1px solid #323232;
  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: #f5f5f5;
    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; }

.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 #626262; }
        .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: #e0e0e0;
            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: #e0e0e0;
            white-space: nowrap; }
        .offer-card__content-scoreboards .generic-scoreboard-container .sportsbook-generic-scoreboard__body {
          border-bottom: 1px solid #323232;
          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: #e0e0e0;
            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: #e0e0e0; }
      .offer-card__content-scoreboards a {
        color: #e0e0e0; }
    .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: #9ae200;
        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: #e0e0e0; }
      .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: #fbc02d; }
  .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 #626262; }
      .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: #222222; }
        .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 #9e9e9e; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected .sportsbook-outcome-cell__label {
            color: #323232; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected .sportsbook-odds {
            color: #323232; }
          .offer-card__outcomes .outcome .sportsbook-outcome-cell__body.selected div {
            color: #323232; }
      .offer-card__outcomes .outcome .sportsbook-outcome-cell__label {
        min-width: 0;
        max-width: 100px;
        font-weight: 600;
        color: #e0e0e0;
        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; }

.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; }
    @media (max-width: 1024px) {
      .offerCards__cards {
        width: 100%; } }

.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: #9ae200;
    width: 12px;
    height: 12px;
    margin-left: 5px; }

.promo-offer-card__title {
  font-size: 12px;
  font-weight: 600;
  height: 15px;
  border-bottom: 1px solid #626262;
  padding-bottom: 11px;
  margin-bottom: 7px;
  color: #e0e0e0;
  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: #323232;
    margin-right: 5px;
    border: 1px solid #626262; }

.stats-hub__wrapper.stats-hub-failure {
  display: none; }

.stats-hub__iframe {
  display: none; }
  .stats-hub__iframe.display {
    display: block;
    width: 100%;
    border: 0;
    height: 950px; }

.stats-hub__loader {
  display: none;
  height: 200px; }
  .stats-hub__loader.display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.stats-hub__failure {
  display: none; }
  .stats-hub__failure.display {
    display: block;
    color: #ffffff;
    font-weight: 600; }

.big-game-props__wrapper {
  display: flex;
  flex-direction: column; }

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

.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: #63b700;
    width: calc(50% - 45px); }
    .logged-out-banner__section.left:first-line {
      color: #222222; }
  .logged-out-banner__section.right {
    background-color: #63b700;
    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: #525252;
  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: #e0e0e0; }

.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: #ffffff;
    margin-right: 10px; }
  .logged-out-banner__button.signup {
    background: #ffffff;
    color: #222222;
    margin-right: 50px; }

.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: #63b700; }
  .app-download-banner__header.right {
    color: #424242; }

.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: #ffffff;
  background-color: #63b700;
  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: #525252;
  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: #626262; }

.sportsbook-featured-page {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  @media (max-width: 960px) {
    .sportsbook-featured-page {
      width: 100%;
      padding: 0; } }
  .sportsbook-featured-page.siderail {
    width: calc(100% - 600px); }
    @media (max-width: 1179px) {
      .sportsbook-featured-page.siderail {
        width: calc(100% - 350px); } }
    @media (max-width: 960px) {
      .sportsbook-featured-page.siderail {
        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__sportsbook-featured-page__marketing-zones {
    min-height: 96px; }

.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 #525252;
    background-color: #292929;
    box-sizing: border-box;
    justify-content: space-between; }
    .event-cards .single-event .teams,
    .event-cards .single-event .scores {
      font-size: 14px;
      color: #f5f5f5;
      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: #3c3c3c;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 20px; }
    .event-cards .single-event .date {
      color: #e0e0e0;
      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: #9ae200;
      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; }

.sportsbook-event-page__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px);
  animation: fadeContainer 0.24s linear;
  position: relative; }
  .sportsbook-event-page__wrapper.siderail {
    width: calc(100% - 600px); }
    @media (max-width: 1179px) {
      .sportsbook-event-page__wrapper.siderail {
        width: calc(100% - 350px); } }
    @media (max-width: 960px) {
      .sportsbook-event-page__wrapper.siderail {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-event-page__wrapper {
      width: 100%;
      padding: 0; } }
  .sportsbook-event-page__wrapper .event-page-header__wrapper {
    background-color: #323232;
    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 #626262;
      padding: 5px;
      margin-top: 8px; }
      .sportsbook-event-page__wrapper .event-page-offers .no-offers a {
        text-decoration: none;
        color: #00bcd4; }
  .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 {
    background: #424242;
    text-align: center; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__event-group {
    border-bottom: 1px solid #323232;
    font-size: 12px;
    color: #9e9e9e;
    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: #f5f5f5;
    padding-bottom: 5px; }
  .sportsbook-event-page__wrapper .event-page-countdown-timer .timer__timer-text {
    font-size: 16px;
    color: #9e9e9e;
    text-transform: capitalize; }

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

.sportsbook-live-page__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  .sportsbook-live-page__wrapper.siderail {
    width: calc(100% - 600px); }
    @media (max-width: 1179px) {
      .sportsbook-live-page__wrapper.siderail {
        width: calc(100% - 350px); } }
    @media (max-width: 960px) {
      .sportsbook-live-page__wrapper.siderail {
        width: 100%;
        padding: 0; } }
  @media (max-width: 960px) {
    .sportsbook-live-page__wrapper {
      width: 100%;
      padding: 0; } }

.sportsbook-responsible-gaming__wrapper {
  background-color: #ffffff;
  width: 100%; }

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

.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: #323232;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .sportsbook-welcome-modal__body p {
    color: #323232;
    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: #9e9e9e;
    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(a69e61942be1d93fbbed574229360110.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: #63b700;
  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%; }

.sportsbook-question-mark__wrapper {
  position: fixed;
  bottom: 41px;
  right: 16px;
  height: 40px;
  width: 40px;
  transition: all 0.2s ease-in;
  z-index: 400;
  color: #626262;
  background-color: #f5f5f5;
  border-radius: 50%;
  cursor: pointer; }
  .sportsbook-question-mark__wrapper:hover {
    background-color: #63b700;
    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); } }

.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: #9e9e9e;
    width: 14px;
    height: 14px; }

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

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

.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: #323232;
  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: #9e9e9e; }

.sportsbook-paginated-guide__page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #626262;
  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: #525252;
    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: #626262;
  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: #323232;
  border: 1px solid #323232;
  color: #f5f5f5;
  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: #626262;
  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: #00bcd4;
  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; }

.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; }

.sportsbook-help-page__wrapper {
  width: 100%;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left; }

.sportsbook-help-page__nav {
  width: 190px;
  border-right: 1px solid #e0e0e0;
  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__link {
  color: #525252;
  font-size: 16px;
  padding: 16px 16px 16px 32px;
  display: block;
  font-weight: 700;
  text-decoration: none; }
  .sportsbook-help-page__link--active {
    color: #63b700; }

.sportsbook-help-page__body {
  color: #525252;
  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 #424242;
    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: #f5f5f5;
    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: #9e9e9e; }
  @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: #3c3c3c; }

.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: #222222; }

.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: #222222; }
  .sportsbook-help-faq__footer h1 {
    color: #ffffff;
    padding: 0 8px; }
  .sportsbook-help-faq__footer a {
    border: 1px solid #f5f5f5;
    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: #525252; }

.sportsbook-help-faq__section {
  cursor: pointer;
  padding: 16px 0;
  margin: 0 16px;
  border-top: 1px solid #e0e0e0; }
  .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: #525252;
    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: #e0e0e0;
      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; }

.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; }

.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; }

.sportsbook-preferences__wrapper {
  font-family: "Open Sans", sans-serif; }
  .sportsbook-preferences__wrapper h3 {
    color: #424242;
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0; }
  .sportsbook-preferences__wrapper a {
    color: #00bcd4;
    text-decoration: none; }
  .sportsbook-preferences__wrapper h1 {
    color: #525252;
    font-weight: normal;
    font-size: 30px; }
    @media (max-width: 768px) {
      .sportsbook-preferences__wrapper h1 {
        font-size: 20px;
        text-align: center; } }
  .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container {
    margin-left: 0;
    max-width: 100%;
    background: #ffffff;
    font: inherit;
    min-height: unset; }
    .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-title {
      display: none; }
    .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body {
      width: 100%;
      margin: 0;
      border: none;
      display: block;
      border-radius: 0;
      min-height: unset; }
      .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body .DKTwoFactorEnrollment_enrollment-body-content {
        padding: 0; }
        .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body .DKTwoFactorEnrollment_enrollment-body-content .PhoneNumberInput_country-code-select {
          width: 30%; }
          .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body .DKTwoFactorEnrollment_enrollment-body-content .PhoneNumberInput_country-code-select .Select-value {
            width: 80%; }
        .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body .DKTwoFactorEnrollment_enrollment-body-content .DKTwoFactorEnrollment_save-button {
          width: 194px;
          height: 34px;
          background: #5ea200;
          color: #ffffff;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;
          text-transform: uppercase;
          border-radius: 0; }
          .sportsbook-preferences__wrapper .strong-auth #sportsbook-preferences-dk-auth-strong-auth .DKTwoFactorEnrollment_enrollment-container .DKTwoFactorEnrollment_enrollment-body .DKTwoFactorEnrollment_enrollment-body-content .DKTwoFactorEnrollment_save-button span {
            color: #ffffff;
            font: 14px 'Open Sans', sans-serif !important;
            text-shadow: none; }
  .sportsbook-preferences__wrapper .email-settings {
    color: #626262;
    font-weight: normal;
    font-size: 14px; }
    .sportsbook-preferences__wrapper .email-settings .email-pref-message {
      background-color: #63b700;
      color: #ffffff;
      padding: 10px; }
      .sportsbook-preferences__wrapper .email-settings .email-pref-message.error {
        background-color: red; }
    .sportsbook-preferences__wrapper .email-settings .bold {
      font-weight: 700; }
    .sportsbook-preferences__wrapper .email-settings ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sportsbook-preferences__wrapper .email-settings ul li {
        margin-bottom: 10px; }
        .sportsbook-preferences__wrapper .email-settings ul li input {
          margin-right: 10px;
          cursor: pointer; }
        .sportsbook-preferences__wrapper .email-settings ul li label {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: pointer; }
    .sportsbook-preferences__wrapper .email-settings .cta-button {
      margin-top: 15px; }
      .sportsbook-preferences__wrapper .email-settings .cta-button button {
        cursor: pointer;
        border: 0;
        outline: 0 none;
        width: 218px;
        height: 42px;
        background: #5ea200;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font: 14px 'Open Sans', sans-serif;
        font-size: 14px; }
        @media (max-width: 768px) {
          .sportsbook-preferences__wrapper .email-settings .cta-button button {
            margin: 0 auto; } }

._dk-ui_dk-modal .DKTwoFactorCheck_two-factor-form {
  max-width: unset; }

@media (max-width: 768px) {
  ._dk-ui_dk-modal {
    width: 90vw !important; } }

.time-limits select {
  width: 25%;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  max-width: 194px;
  min-width: 80px; }

.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 {
    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; }
    .limits-modal .body .sportsbook__icon--ex {
      fill: #9e9e9e;
      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: #5ea200;
      color: white;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .limits-modal .body button {
          margin: 10px 0; } }

.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: #525252; }
  @media (max-width: 768px) {
    .limit-input-body {
      padding-right: 12px; } }
  .limit-input-body.has-error input {
    border-bottom: solid #ea242e 1px; }
  .limit-input-body input {
    border-color: #e0e0e0;
    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; }

.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: #e7f5dd; }
    .result-container-success .sportsbook__icon--check {
      flex-shrink: 0;
      stroke: #56a12e;
      height: 28px;
      width: 28px;
      padding-right: 8px; }
  .result-container-failure {
    background-color: #fae0e0; }
    .result-container-failure .sportsbook__icon--warning {
      flex-shrink: 0;
      fill: #d93335;
      height: 24px;
      width: 24px;
      padding-right: 12px; }
    .result-container-failure a {
      color: #00bcd4;
      text-decoration: none;
      cursor: pointer; }

.current-limits-description {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 15px;
  margin-top: 15px; }
  @media (max-width: 768px) {
    .current-limits-description {
      margin-top: 20px; } }
  .current-limits-description-header {
    font-weight: bold; }
  .current-limits-description-body {
    font-size: 12px; }
    @media (max-width: 768px) {
      .current-limits-description-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .current-limits-description-body-increase-message {
      padding-left: 15px;
      text-transform: uppercase;
      color: #9e9e9e; }
      @media (max-width: 768px) {
        .current-limits-description-body-increase-message {
          padding-left: 0; } }

.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 #e0e0e0;
      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; }

.player-limits-container h1 {
  color: #525252;
  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 h3 {
  color: #424242;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e0e0e0; }

.player-limits-container .limits-section {
  margin: 0 0 40px 0; }
  .player-limits-container .limits-section p {
    font-size: 14px; }
  .player-limits-container .limits-section .limits {
    margin: 10px 0 0 0; }
    @media (max-width: 1024px) {
      .player-limits-container .limits-section .limits {
        margin-left: 0; } }
    .player-limits-container .limits-section .limits .header {
      font-weight: bold;
      border-bottom: 1px solid #e0e0e0;
      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 .deposit-message {
    background-color: #63b700;
    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: #63b700;
  color: #ffffff;
  padding: 10px; }

.player-limits-container button {
  cursor: pointer;
  border: 0;
  outline: 0 none;
  width: 194px;
  height: 34px;
  background: #63b700;
  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) {
    .player-limits-container button {
      margin: auto;
      margin-top: 20px; } }

.sportsbook-wallet__available-balance {
  margin: 20px auto 10px;
  border-bottom: 1px solid #e0e0e0; }
  @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: 90px; }
  @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: #525252;
  width: 70%; }
  @media (max-width: 768px) {
    .large-title {
      width: 100%; } }

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

.small-container {
  color: #424242;
  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: #424242;
  font-size: 11px; }

.faq-link {
  text-decoration: none;
  color: #00bcd4;
  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-information__wrapper h1 {
  color: #525252;
  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: #626262;
    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: 194px;
    height: 34px;
    background: #5ea200;
    color: white;
    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: #626262;
  font-size: 13px; }
  @media (max-width: 768px) {
    .sportsbook-information__wrapper .addresses {
      text-align: center; } }
  .sportsbook-information__wrapper .addresses a {
    text-decoration: none;
    color: #00bcd4; }

.sportsbook-cooloff__wrapper h1 {
  color: #525252;
  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: #525252; }
  .sportsbook-cooloff__wrapper p:first-of-type {
    color: #424242;
    font-weight: bold; }
  .sportsbook-cooloff__wrapper p a {
    text-decoration: none;
    color: #00bcd4; }

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

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

.us-multistate-sb-self-exclusion-form a {
  color: #00bcd4;
  text-decoration: none; }

.us-multistate-sb-self-exclusion-form h1 {
  color: #525252;
  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: #63b700;
  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 #63b700; }
  .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 #63b700;
    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: #63b700; }
  .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 #63b700;
    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: #63b700; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.selected {
    color: #63b700; }
    .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: #63b700;
      background-color: #ffffff; }
  .us-multistate-sb-self-exclusion-form .sb-self-exclusion-tabs .sb-self-exclusion-tab.disabled {
    color: #626262;
    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: #e0e0e0;
      border-color: #e0e0e0; }

.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; }

.us-sb-exclusion-period-tab .period-box {
  width: 100%;
  min-height: 72px;
  border: 1px solid #e0e0e0;
  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: #5ea200;
  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%; } }

.us-multistate-signature-tab ul {
  list-style: none; }

.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: #5ea200;
  color: white;
  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; } }

.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: #5ea200;
  color: white;
  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%; } }

.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 #e0e0e0;
        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: #5ea200;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 20px; }
        @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:last-of-type {
        border: none;
        cursor: pointer;
        font-size: 13px;
        color: #626262; }

.us-pa-sb-self-exclusion-form a {
  color: #00bcd4;
  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; } }

.transactions__wrapper a {
  color: #00bcd4;
  text-decoration: none; }

.transactions__wrapper h1 {
  color: #525252;
  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 #e0e0e0; }

.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: #00bcd4;
    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 #e0e0e0; }
  .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 #e0e0e0;
    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: #f5f5f5; }
      .transactions__wrapper .table table tr th {
        background-color: #222222;
        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: #9e9e9e;
            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: #9e9e9e; }

.transactions__wrapper .modal-trigger {
  cursor: pointer;
  color: #00bcd4; }

.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 #9e9e9e;
    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 #9e9e9e;
    border-radius: 5px 5px 5px 5px;
    outline: 0 none;
    width: 100px;
    height: 26px;
    background: #ffffff;
    color: #9e9e9e;
    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; }

.history__wrapper h1 {
  color: #525252;
  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 #e0e0e0;
    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: #f5f5f5; }
      .history__wrapper .table table tr th {
        background-color: #222222;
        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: #9e9e9e;
            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: #9e9e9e; }

.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: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: #61b510;
    margin: 35px 0; }
  .how-to-bet-wrapper .green {
    color: #61b510; }
  .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: #61b510; }
    .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: #61b510; }
    @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: #61b510;
      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: #61b510; }
  .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: #61b510;
      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: #61b510; }
      .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: #61b510;
      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: #61b510; }
      .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: #979797;
    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: #f5f5f5;
    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: #61b510; }
      .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; } }

.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: #e0e0e0;
      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; } }

.intro-content__cta {
  height: 120px;
  width: 370px;
  border: 1px solid #525252;
  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: 128px; } }
  @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: #5ea200; }
    @media (max-width: 768px) {
      .intro-content__cta-title {
        font-size: 14px;
        line-height: 20px; } }
    .intro-content__cta-title.football {
      color: #5ea200; }
    .intro-content__cta-title.mma {
      color: #ee3136; }
    .intro-content__cta-title.baseball {
      color: #d80034; }
    .intro-content__cta-title.golf {
      color: #4ab46a; }
    .intro-content__cta-title.basketball {
      color: #f06800; }
    .intro-content__cta-title.hockey {
      color: #74e5e8; }
    .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: #5ea200;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    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: #5ea200; }
    .intro-content__cta-button.mma {
      background: #ee3136; }
    .intro-content__cta-button.baseball {
      background: #d80034; }
    .intro-content__cta-button.golf {
      background: #4ab46a; }
    .intro-content__cta-button.basketball {
      background: #f06800; }
    .intro-content__cta-button.hockey {
      background: #74e5e8; }
    .intro-content__cta-button.logged-in {
      margin-top: 15px; }

.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; }
  .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: 120px;
    width: 370px;
    border: 1px solid #525252;
    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: 128px; } }
    @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: #5ea200; }
      @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: #5ea200;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      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: #5ea200; }

.bold {
  font-weight: bold; }

.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; }
  .cta-banner__signup-button {
    width: 330px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5ea200;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    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; }

.legal-betting-banner {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  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; } }

.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; } }

.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: -220px; }
    @media (max-width: 768px) {
      .how-to-bet-football__intro {
        background-position: center;
        margin-bottom: -330px; } }
  .how-to-bet-football .highlight-light {
    color: #5ea200; }
  .how-to-bet-football .highlight-dark {
    color: #63b700; }
  .how-to-bet-football .no-wrap {
    white-space: nowrap; }
  .how-to-bet-football .bold {
    font-weight: bold; }

.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: -200px; }
    @media (max-width: 768px) {
      .how-to-bet-baseball__intro {
        margin-bottom: -300px; } }
    @media (max-width: 480px) {
      .how-to-bet-baseball__intro {
        margin-bottom: -200px; } }
  .how-to-bet-baseball .highlight-light {
    color: #d80034; }
  .how-to-bet-baseball .highlight-dark {
    color: #ea242e; }
  .how-to-bet-baseball .no-wrap {
    white-space: nowrap; }
  .how-to-bet-baseball .bold {
    font-weight: bold; }

.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: -80px; }
    @media (max-width: 768px) {
      .how-to-bet-mma__intro {
        background-position: center;
        margin-bottom: -150px; } }
  .how-to-bet-mma .highlight-light {
    color: #ee3136; }
  .how-to-bet-mma .highlight-dark {
    color: #63b700; }
  .how-to-bet-mma .no-wrap {
    white-space: nowrap; }
  .how-to-bet-mma .bold {
    font-weight: bold; }

.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: -80px; }
    @media (max-width: 768px) {
      .how-to-bet-golf__intro {
        background-position: center;
        margin-bottom: -150px; } }
  .how-to-bet-golf .highlight-light {
    color: #4ab46a; }
  .how-to-bet-golf .highlight-dark {
    color: #63b700; }
  .how-to-bet-golf .no-wrap {
    white-space: nowrap; }
  .how-to-bet-golf .bold {
    font-weight: bold; }

.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: -200px; }
    @media (max-width: 768px) {
      .how-to-bet-hockey__intro {
        margin-bottom: -300px; } }
    @media (max-width: 480px) {
      .how-to-bet-hockey__intro {
        margin-bottom: -200px; } }
  .how-to-bet-hockey .highlight-light {
    color: #74e5e8; }
  .how-to-bet-hockey .highlight-dark {
    color: #74e5e8; }
  .how-to-bet-hockey .no-wrap {
    white-space: nowrap; }
  .how-to-bet-hockey .bold {
    font-weight: bold; }

.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: -200px; }
    @media (max-width: 768px) {
      .how-to-bet-basketball__intro {
        margin-bottom: -300px; } }
    @media (max-width: 480px) {
      .how-to-bet-basketball__intro {
        margin-bottom: -200px; } }
  .how-to-bet-basketball .highlight-light {
    color: #f06800; }
  .how-to-bet-basketball .highlight-dark {
    color: #f06800; }
  .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 a {
    color: #5ea200;
    text-decoration: none; }
  .page-wrapper .where-is-sports-betting-legal-wrapper {
    width: 100%;
    background-color: #222222; }
    @media (max-width: 768px) {
      .page-wrapper .where-is-sports-betting-legal-wrapper div {
        box-sizing: border-box; } }
  .page-wrapper .button {
    font-family: 'Open Sans', sans-serif;
    background-color: #5ea200;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    padding: 10px 90px 10px 90px;
    border-radius: 25px;
    text-decoration: none;
    display: block; }
    @media (max-width: 768px) {
      .page-wrapper .button {
        font-size: 14px;
        margin-bottom: 50px; } }
  .page-wrapper .download-buttons-wrapper {
    display: none; }
    .page-wrapper .download-buttons-wrapper .app-store-button,
    .page-wrapper .download-buttons-wrapper .play-store-button {
      width: 40%;
      display: inline-block;
      margin: 10px 5px 0; }
    .page-wrapper .download-buttons-wrapper img {
      width: 100%; }
    @media (max-width: 768px) {
      .page-wrapper .download-buttons-wrapper {
        display: block; } }
  .page-wrapper .sign-up-button-wrapper {
    display: block; }
    @media (max-width: 768px) {
      .page-wrapper .sign-up-button-wrapper {
        display: none; } }
  .page-wrapper .legal-states {
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
    .page-wrapper .legal-states .page-heading {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-top: 30px; }
      .page-wrapper .legal-states .page-heading .heading {
        font-family: 'Saira Condensed', sans-serif;
        color: #f5f5f5;
        font-size: 40px;
        vertical-align: top;
        font-weight: 700; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .page-heading .heading {
            font-size: 25px; } }
        .page-wrapper .legal-states .page-heading .heading span:first-child {
          color: #5ea200;
          position: relative;
          margin: 0;
          padding: 0;
          line-height: 48px;
          margin-right: 10px;
          border-radius: 3%; }
      .page-wrapper .legal-states .page-heading .sub-heading {
        color: #f5f5f5;
        font-size: 20px; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .page-heading .sub-heading {
            font-size: 18px; } }
        .page-wrapper .legal-states .page-heading .sub-heading img {
          height: 15px;
          margin-left: 10px; }
    .page-wrapper .legal-states .d3-magic {
      max-width: 920px;
      margin: auto; }
      @media (max-width: 768px) {
        .page-wrapper .legal-states .d3-magic {
          min-height: 400px;
          display: flex;
          flex-direction: column;
          align-items: center;
          pointer-events: none; } }
      .page-wrapper .legal-states .d3-magic svg {
        display: block;
        margin: auto;
        position: relative; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .d3-magic svg {
            max-width: 368px;
            max-height: 240px;
            padding-left: 10px;
            margin: auto; } }
      .page-wrapper .legal-states .d3-magic svg:hover {
        cursor: pointer; }
      .page-wrapper .legal-states .d3-magic .rsm-svg .rsm-geographies {
        transform: translate(-5px, -10px); }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .d3-magic .rsm-svg .rsm-geographies {
            max-width: 380px;
            max-height: 240px;
            transform: translate(-30px, -22px); } }
      .page-wrapper .legal-states .d3-magic .modal {
        display: none;
        position: absolute;
        z-index: 1;
        top: 340px;
        left: 50%;
        max-width: 325px;
        max-height: 300px;
        margin: auto;
        background-color: #222222;
        opacity: 0.95;
        border-radius: 2px;
        box-shadow: 1px 1px #323232;
        transform: translate(-50%, 0%); }
        .page-wrapper .legal-states .d3-magic .modal.visible {
          display: block; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .d3-magic .modal.visible {
              display: none; } }
      .page-wrapper .legal-states .d3-magic .modal-content {
        display: flex;
        flex-direction: row; }
        .page-wrapper .legal-states .d3-magic .modal-content .wrapper {
          display: flex;
          flex-direction: column;
          text-align: center;
          margin: 12px; }
          .page-wrapper .legal-states .d3-magic .modal-content .wrapper .header {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px; }
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .header .state-name {
              display: flex;
              align-items: center;
              margin: auto;
              align-self: flex-end;
              color: #f5f5f5;
              font-size: 20px;
              font-weight: 700; }
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .header .close {
              color: #424242;
              font-size: 28px;
              font-weight: bold; }
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .header .close:hover,
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .header .close:focus {
              color: black;
              text-decoration: none;
              cursor: pointer; }
          .page-wrapper .legal-states .d3-magic .modal-content .wrapper .lawmakers-button-wrapper,
          .page-wrapper .legal-states .d3-magic .modal-content .wrapper .bet-now-button-wrapper {
            margin-bottom: 12px; }
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .lawmakers-button-wrapper .button,
            .page-wrapper .legal-states .d3-magic .modal-content .wrapper .bet-now-button-wrapper .button {
              padding: 7px 0;
              width: 100%;
              font-size: 14px;
              margin-top: 0; }
          .page-wrapper .legal-states .d3-magic .modal-content .wrapper .text {
            color: #f5f5f5;
            font-size: 11px;
            margin-bottom: 15px;
            padding: 0 5px 0 5px; }
      .page-wrapper .legal-states .d3-magic .legend {
        border-radius: 3px;
        border-width: 1px;
        border-style: solid;
        border-color: #424242;
        max-width: 248px;
        min-height: 45px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        padding: 13px;
        float: right;
        transform: translate(2%, -25%); }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .d3-magic .legend {
            min-width: 307px;
            margin-bottom: 50px;
            transform: translate(1px, 32px); } }
        .page-wrapper .legal-states .d3-magic .legend .legend-item {
          display: flex;
          flex-direction: row;
          margin-bottom: 5px; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .d3-magic .legend .legend-item {
              margin: 5px 0 0 0; } }
          .page-wrapper .legal-states .d3-magic .legend .legend-item .dot {
            height: 15px;
            width: 15px;
            border-radius: 50%; }
            .page-wrapper .legal-states .d3-magic .legend .legend-item .dot.active {
              background-color: #5ea200; }
            .page-wrapper .legal-states .d3-magic .legend .legend-item .dot.considering {
              background-color: #626262; }
            .page-wrapper .legal-states .d3-magic .legend .legend-item .dot.inactive {
              background-color: #424242; }
          .page-wrapper .legal-states .d3-magic .legend .legend-item .text {
            font-size: 11px;
            font-weight: 700;
            margin-left: 7px; }
            @media (max-width: 768px) {
              .page-wrapper .legal-states .d3-magic .legend .legend-item .text {
                margin: 0;
                margin-left: 7px; } }
    .page-wrapper .legal-states .legal {
      margin: 100px auto 0 auto;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: #424242;
      max-width: 960px;
      min-height: 145px;
      color: #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        .page-wrapper .legal-states .legal {
          margin: 0 10px;
          display: flex;
          flex-direction: column; } }
      .page-wrapper .legal-states .legal .content {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        margin: 0 20px 0 10px; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .legal .content {
            margin: 30px 10px 20px 14px;
            text-align: center;
            font-size: 12px; } }
        .page-wrapper .legal-states .legal .content span:nth-child(1) {
          color: #ffffff;
          font-weight: bold; }
        .page-wrapper .legal-states .legal .content span:nth-child(2) {
          font-weight: bold; }
      .page-wrapper .legal-states .legal .icon {
        margin: 0 10px 0 20px; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .legal .icon {
            margin-top: 30px;
            text-align: center; } }
        .page-wrapper .legal-states .legal .icon img {
          max-width: 80px; }
    .page-wrapper .legal-states .specific-states {
      color: #f5f5f5;
      margin-top: 20px;
      text-align: center;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 768px) {
        .page-wrapper .legal-states .specific-states {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 10px 10px 0; } }
      .page-wrapper .legal-states .specific-states .wisbl-spinner {
        display: flex;
        margin: 50px auto;
        position: relative; }
      .page-wrapper .legal-states .specific-states .heading {
        font-family: 'Saira Condensed', sans-serif;
        font-size: 35px;
        font-weight: 700; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .specific-states .heading {
            font-size: 23px;
            display: flex;
            flex-direction: column;
            align-items: center; } }
        .page-wrapper .legal-states .specific-states .heading span:nth-child(2) {
          color: #5ea200; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .specific-states .heading span:nth-child(2) {
              white-space: nowrap; } }
        .page-wrapper .legal-states .specific-states .heading .title {
          margin-bottom: 10px; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .specific-states .heading .title {
              width: 275px;
              margin: 0 0 10px 30px; } }
        .page-wrapper .legal-states .specific-states .heading .subtitle {
          font-size: 20px;
          margin-top: 25px; }
        .page-wrapper .legal-states .specific-states .heading .content {
          font-family: 'Open Sans', sans-serif;
          font-size: 15px;
          font-weight: 400; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .specific-states .heading .content {
              font-size: 13px;
              margin: 0; } }
        .page-wrapper .legal-states .specific-states .heading .button {
          width: 100px;
          margin: 10px auto; }
      .page-wrapper .legal-states .specific-states .state {
        box-sizing: border-box;
        min-height: 158px;
        max-width: 961px;
        margin-top: 30px;
        border: 1px solid #424242;
        border-radius: 3px;
        background: #292929;
        display: flex;
        flex-direction: row;
        padding: 40px 25px 25px 40px; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .specific-states .state {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px; } }
        .page-wrapper .legal-states .specific-states .state .state-image-wrapper {
          min-width: 80px;
          margin-left: 0; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .specific-states .state .state-image-wrapper {
              margin: 30px 0 30px; } }
          .page-wrapper .legal-states .specific-states .state .state-image-wrapper .state-image {
            max-height: 110px; }
        .page-wrapper .legal-states .specific-states .state .state-description {
          margin-left: 45px; }
          @media (max-width: 768px) {
            .page-wrapper .legal-states .specific-states .state .state-description {
              margin: 0; } }
          .page-wrapper .legal-states .specific-states .state .state-description .state-name {
            font-size: 24px;
            color: #5ea200;
            font-weight: bold;
            text-align: left; }
            @media (max-width: 768px) {
              .page-wrapper .legal-states .specific-states .state .state-description .state-name {
                margin: 0 0 20px 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 18px; } }
          .page-wrapper .legal-states .specific-states .state .state-description .state-info {
            font-size: 14px;
            text-align: left;
            color: #ffffff; }
            @media (max-width: 768px) {
              .page-wrapper .legal-states .specific-states .state .state-description .state-info {
                margin: 0 15px 20px 15px;
                text-align: center;
                font-size: 13px; } }
          .page-wrapper .legal-states .specific-states .state .state-description .button {
            width: 150px;
            margin: 10px 0; }
            @media (max-width: 768px) {
              .page-wrapper .legal-states .specific-states .state .state-description .button {
                margin: 10px auto; } }
      .page-wrapper .legal-states .specific-states .forecast {
        margin: 35px 0 35px 60px;
        max-width: 816px;
        color: #ffffff;
        font-family: 'Saira Condensed', sans-serif;
        font-size: 31px;
        font-style: oblique;
        font-weight: 700;
        text-align: center; }
        @media (max-width: 768px) {
          .page-wrapper .legal-states .specific-states .forecast {
            font-size: 21px;
            max-width: 340px;
            margin: 35px 0 35px 3px; } }
  .page-wrapper .footer {
    width: 100%;
    min-height: 320px;
    background-image: url("https://sportsbook.draftkings.com/static/WISBL/DKSBTape.png");
    background-size: cover; }
    .page-wrapper .footer .wrapper {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center; }
      .page-wrapper .footer .wrapper .tape-title {
        font-family: 'Saira Condensed', sans-serif;
        font-size: 48px;
        font-style: oblique;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        padding-top: 50px;
        max-width: 900px; }
        @media (max-width: 768px) {
          .page-wrapper .footer .wrapper .tape-title {
            font-size: 24px;
            max-width: 340px;
            padding-top: 25px; } }
      .page-wrapper .footer .wrapper .tape-content {
        max-width: 875px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        text-align: center; }
        @media (max-width: 768px) {
          .page-wrapper .footer .wrapper .tape-content {
            font-size: 14px;
            max-width: 340px; } }
      .page-wrapper .footer .wrapper .button {
        padding: 12px 35px 12px 35px; }

.legal-page {
  margin: 0 auto;
  background-color: #ffffff;
  width: 100%; }
  .legal-page .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px;
    color: #525252;
    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; }

.download-sms {
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }
  .download-sms__label {
    color: #323232;
    font-size: 16px; }
  .download-sms__content {
    display: flex;
    flex-direction: row;
    margin-top: 10px; }
    .download-sms__content-phone {
      padding-right: 15px; }
      .download-sms__content-phone-input {
        padding: 12px;
        border: 0.5px solid #9e9e9e;
        border-radius: 3px;
        width: 227px;
        height: 22px;
        font-size: 16px; }
    .download-sms__content-button {
      border: none;
      border-radius: 3px;
      width: 171px;
      height: 48px;
      background-color: #63b700;
      font-weight: 800;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer; }
      .download-sms__content-button.disabled {
        background-color: #9e9e9e;
        color: #f5f5f5;
        cursor: not-allowed;
        pointer-events: none; }
  .download-sms__error {
    color: #ea242e;
    padding-top: 5px; }
  .download-sms__success {
    color: #63b700;
    padding-top: 5px; }

.sportsbook-app-download {
  background: #222222;
  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: #222222;
    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: #9e9e9e;
        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: #63b700; }
            @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: #323232;
          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 .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: #9e9e9e;
            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: #323232;
    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: #9e9e9e;
    width: 60%;
    margin-bottom: 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; } }

.android-download {
  background-color: #222222;
  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: #222222;
    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: #222222;
      background-size: 100%;
      border-left: 8px solid #222222;
      border-right: 20px solid #222222;
      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: #222222;
    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-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; }

.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 #63b700; }
    @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: #63b700;
      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: #323232;
    color: #ffffff;
    padding: 16px 16px 80px 16px;
    border-top: 6px solid #5ea200; }
    .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 #9e9e9e;
      color: #323232; }
      .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: #424242;
          background-color: #e0e0e0;
          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: #63b700;
          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 #9e9e9e;
      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: #9ae200; }
        .RAF-LP .body-container .boxes div p {
          margin: 0;
          padding: 0 8px;
          color: #e0e0e0; }
    .RAF-LP .body-container .offer-text {
      width: 100%;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #e0e0e0; }
      @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; }

.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: #424242;
    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; }

.bet-type {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    .bet-type {
      font-size: 12px;
      line-height: 14px;
      white-space: nowrap; } }

.bet-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px; }
  @media (max-width: 1024px) {
    .bet-label {
      width: 200px; } }
  @media (max-width: 768px) {
    .bet-label {
      font-size: 12px;
      line-height: 14px;
      width: 120px; } }

.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: #9e9e9e; }
  .bet-wager__value-free {
    color: #63b700;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .bet-wager__value-free {
        font-size: 11px;
        line-height: 13px; } }

.bet-to-pay {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px; }
  @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: #9e9e9e; }

.bet-reward {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #63b700; }
  @media (max-width: 768px) {
    .bet-reward {
      font-size: 11px;
      line-height: 13px;
      width: 120px; } }

.bet-status {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .bet-status {
      font-size: 12px;
      line-height: 14px; } }
  .bet-status.green {
    color: #63b700; }
  .bet-status.red {
    color: #f01708; }
  .bet-status.yellow {
    color: #f6b700; }
  .bet-status.gray {
    color: #9e9e9e; }
  .bet-status.white {
    color: #ffffff; }

.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: #525252; }
  .bet-event__scoreboard-live {
    width: 150%; }

.bet-odds {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .bet-odds__boosted {
    display: block; }
  .bet-odds__dhr {
    color: #f5f5f5;
    white-space: nowrap;
    margin-right: -12px; }
    @media (max-width: 768px) {
      .bet-odds__dhr {
        margin-right: 2px; } }
    .bet-odds__dhr.is-boosted {
      color: #9e9e9e; }
    .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: #9e9e9e; }
    .bet-odds__standard.is-header-odds {
      color: #ffffff; }
    .bet-odds__standard.is-reward {
      color: #63b700; }

.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; } }

.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 #626262;
    border-radius: 100%;
    z-index: 100;
    background-color: #525252;
    box-sizing: border-box; }
  .bet-result-display__connection.connect-result {
    height: calc(100% + 30px);
    width: 1px;
    background-color: #626262;
    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: #9e9e9e;
    height: 11px;
    width: 11px;
    box-sizing: border-box; }
  .bet-result-display .sportsbook__icon--check {
    background-color: #63b700;
    border-radius: 100%;
    stroke: #ffffff;
    height: 11px;
    width: 11px;
    padding: 2px;
    box-sizing: border-box; }
  .bet-result-display .sportsbook__icon--ex {
    background-color: #f01708;
    border-radius: 100%;
    stroke: #ffffff;
    height: 11px;
    width: 11px;
    padding: 2px;
    box-sizing: border-box; }

.bet-more-button.has-more-bets {
  padding-top: 10px; }

.bet-more-button__link {
  background-color: #424242;
  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; }

.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; } }

.cashout-button-confirmation {
  font-size: 11px;
  width: 40px;
  position: absolute;
  left: -1px;
  height: 100%;
  background-color: #626262;
  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; } }

.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; }

.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: #f01708; }
  50% {
    color: #f01708; }
  75% {
    color: #f01708; }
  100% {
    color: #000000; } }

.cashout-button {
  width: 204px;
  min-height: 40px;
  background-color: #f6b700;
  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: 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: #9e9e9e;
    color: #626262; }

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

.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: 35px;
    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: #424242;
    color: #f5f5f5;
    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: #9e9e9e;
    padding-top: 2px;
    display: flex;
    white-space: nowrap; }
    @media (max-width: 1239px) {
      .bet-history-card__date-id {
        padding-top: unset;
        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: 90px; }
    @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__expanded {
    background-color: #525252;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    box-shadow: none; }
  .bet-history-card__collapse-effect {
    transition: 0.35s ease-in-out; }
  .bet-history-card__expand-effect {
    transition: 0.35s ease-in-out;
    transform: rotate(-180deg);
    transform-origin: center; }
  .bet-history-card__event {
    width: 35%;
    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: 100%;
      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; } }
    .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; } }
    .bet-history-card__details-pay {
      width: 40%;
      height: 100%; }
      @media (max-width: 1239px) {
        .bet-history-card__details-pay {
          width: unset; } }
    .bet-history-card__details-status {
      width: 20%; }
      .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%; }

.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: #c2c2c2; }
      @media (max-width: 768px) {
        .bet-outcome-cell__details-offer-extra {
          font-size: 11px; } }
    .bet-outcome-cell__details-result {
      color: #c2c2c2;
      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: #f6b700;
      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; }
    @media (max-width: 768px) {
      .bet-outcome-cell__odds {
        font-size: 12px; } }

.round-robin-payout {
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 768px) {
    .round-robin-payout {
      font-size: 12px; } }
  .round-robin-payout.green {
    color: #63b700; }
  .round-robin-payout.yellow {
    color: #f6b700; }
  .round-robin-payout.red, .round-robin-payout.gray {
    color: #9e9e9e; }
  .round-robin-payout.white {
    color: #ffffff; }

.round-robin-outcome {
  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.green {
    background-color: #63b700;
    color: #ffffff;
    border: 0.5px solid #63b700; }
  .round-robin-outcome.black {
    background-color: #424242;
    color: #c2c2c2;
    border: 0.5px solid #424242; }
  .round-robin-outcome.gray {
    color: #525252;
    background-color: #9e9e9e;
    border: 0.5px solid #9e9e9e; }
  .round-robin-outcome.empty {
    color: #ffffff;
    border: 0.5px solid #ffffff; }

.round-robin-combination {
  margin: 0 0 7px 0;
  font-size: 12px;
  display: flex; }
  .round-robin-combination__outcomes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%; }
    @media (max-width: 480px) {
      .round-robin-combination__outcomes {
        width: 72%; } }
  .round-robin-combination__pay {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 480px) {
      .round-robin-combination__pay {
        width: 28%; } }

.round-robin-glossary__container {
  width: 100%;
  color: #9e9e9e;
  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; } }

.round-robin-overview {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  max-width: 340px;
  margin-left: 60px; }
  @media (max-width: 1239px) {
    .round-robin-overview {
      margin-left: 24px;
      max-width: unset;
      margin-top: 8px; } }
  .round-robin-overview__header {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 7px 0; }
    @media (max-width: 768px) {
      .round-robin-overview__header {
        font-size: 12px; } }
    .round-robin-overview__header-bets {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .round-robin-overview__header-pay {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
  .round-robin-overview__pagination {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .round-robin-overview__glossary {
    width: 100%;
    padding-top: 10px; }

.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: #9e9e9e;
  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: #9e9e9e; }

.rr-pagination__active {
  color: #63b700;
  border-bottom: 1px solid #63b700;
  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; }

.bet-outcome-container-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 66px; }
  @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; } }

.bet-outcome-container-header-wrapper {
  background-color: #525252;
  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; } }

.bet-outcome-container-header {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 2px solid #626262;
  color: #ffffff;
  font-size: 14px; }
  .bet-outcome-container-header:before {
    content: '';
    position: absolute;
    border-top: 2px solid #525252;
    width: 3%;
    top: -2px; }
  .bet-outcome-container-header:after {
    content: '';
    position: absolute;
    border-top: 2px solid #525252;
    width: 3%;
    top: -2px;
    right: 0; }
  @media (max-width: 768px) {
    .bet-outcome-container-header {
      font-size: 12px; } }

.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__body {
    background-color: #525252;
    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-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: #222222;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
  color: #ffffff; }

.sportsbook-mybets-empty-state__login {
  text-decoration: none;
  color: #5ea200;
  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: #5ea200;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: center; }

.sportsbook-my-bets__wrapper {
  padding: 0 16px 16px 16px;
  width: calc(100% - 350px); }
  @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; }

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

.loyalty-page__wrapper {
  width: calc(100% - 388px);
  background-color: #323232;
  display: flex;
  flex-direction: row;
  padding: 0 0 0 50px; }
  @media (max-width: 960px) {
    .loyalty-page__wrapper {
      width: 100%;
      flex-direction: column;
      padding: 0; } }

.loyalty-page__body {
  width: 100%; }

.loyalty-page__desktop-tabs {
  width: 200px;
  height: 100%;
  margin: 40px 0 0 0;
  cursor: pointer; }
  .loyalty-page__desktop-tabs ul {
    margin: 24px 0;
    padding: 0 15px 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .loyalty-page__desktop-tabs ul 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;
      position: relative; }
      .loyalty-page__desktop-tabs ul a.subcategory {
        margin-left: 30px;
        font-weight: 600;
        color: #9e9e9e;
        font-size: 15px; }
      .loyalty-page__desktop-tabs ul a.selected {
        color: #9ae200; }
  @media (max-width: 960px) {
    .loyalty-page__desktop-tabs {
      display: none; } }

.loyalty-page__promotions-tabs {
  width: 210px;
  height: 100%;
  cursor: pointer; }
  .loyalty-page__promotions-tabs ul {
    margin: 12px 0 12px 20px;
    padding: 0 15px 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #9e9e9e; }
    .loyalty-page__promotions-tabs ul a {
      text-decoration: none;
      color: #9e9e9e;
      font-family: "Open Sans", sans-serif;
      font-weight: 750;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.12s linear; }
      .loyalty-page__promotions-tabs ul a.subcategory {
        margin-left: 25px;
        font-weight: 600;
        color: #9e9e9e;
        font-size: 15px; }
      .loyalty-page__promotions-tabs ul a.selected {
        color: #9ae200; }

.loyalty-page__mobile-tabs {
  display: none;
  width: 100%;
  cursor: pointer; }
  @media (max-width: 960px) {
    .loyalty-page__mobile-tabs {
      display: flex;
      flex-direction: column; }
      .loyalty-page__mobile-tabs-product-nav {
        background-color: #222222;
        margin: 0;
        width: 100%;
        border-top: 2px solid #424242;
        padding: 0;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row; }
        .loyalty-page__mobile-tabs-product-nav a {
          text-decoration: none;
          list-style-type: none;
          width: 42%;
          text-align: center;
          box-sizing: border-box; }
          .loyalty-page__mobile-tabs-product-nav a.product {
            padding: 10px 0;
            margin: 0 4%;
            color: #9e9e9e;
            font-weight: 800;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.12s linear; }
            .loyalty-page__mobile-tabs-product-nav a.product.selected {
              color: #ffffff;
              border-bottom: 2px solid #9ae200;
              z-index: 1; }
        .loyalty-page__mobile-tabs-product-nav:before {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #424242;
          position: relative;
          top: 41px;
          z-index: 0; }
      .loyalty-page__mobile-tabs-second-level {
        background-color: #222222;
        color: #9e9e9e;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        font-size: 12px; }
        .loyalty-page__mobile-tabs-second-level-products {
          display: flex;
          flex-direction: row;
          padding: 10px 0;
          margin: 0; }
        .loyalty-page__mobile-tabs-second-level ul {
          list-style-type: none; }
        .loyalty-page__mobile-tabs-second-level a {
          text-decoration: none;
          list-style-type: none;
          color: #9e9e9e;
          font-weight: 800;
          font-family: "Open Sans", sans-serif;
          font-size: 12px; }
        .loyalty-page__mobile-tabs-second-level-product {
          text-decoration: none;
          padding-left: 20px;
          position: relative;
          box-sizing: content-box; }
          .loyalty-page__mobile-tabs-second-level-product.selected {
            color: #ffffff;
            z-index: 1; }
            .loyalty-page__mobile-tabs-second-level-product.selected:after {
              content: "\A";
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #323232;
              position: absolute;
              bottom: -10px;
              right: 30%; }
        .loyalty-page__mobile-tabs-second-level-types {
          display: flex;
          flex-direction: row;
          background-color: #323232;
          overflow: scroll;
          white-space: nowrap;
          padding: 10px 0;
          margin: 0; }
          .loyalty-page__mobile-tabs-second-level-types::-webkit-scrollbar {
            display: none; }
        .loyalty-page__mobile-tabs-second-level-type {
          padding-left: 20px; }
          .loyalty-page__mobile-tabs-second-level-type.selected {
            color: #ffffff;
            z-index: 1; } }

.card__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #424242; }
  .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: #9e9e9e;
  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; }
  @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 #424242; }
  .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: #9e9e9e;
  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 {
  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; }
  @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: #63b700;
  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; }

.promos__cards {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 50px;
  border-left: 2px solid #424242;
  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; } }

.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%; } }

.bonus-offer-progress__wrapper {
  font-size: 80px;
  position: relative;
  border-radius: 50%;
  z-index: 500;
  background-color: #222222;
  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: #9e9e9e; }

.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: #222222;
    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); } }

.assigned-bonus-offer__wrapper {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #393939;
  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: #9ae200;
    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; }

.available-bonus-offer-container__wrapper {
  width: 100%;
  background-color: #393939;
  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: #9ae200; }

.available-bonus-offer-container__expiration {
  font-size: 11px;
  color: #e0e0e0;
  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: #63b700;
  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; }

.bonus-offers-section__wrapper {
  width: 100%;
  background-color: #323232;
  display: flex;
  flex-direction: column; }

.bonus-offers-section__header {
  width: 100%;
  padding: 10px 35px;
  background-color: #222222;
  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: #9ae200;
    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: #5ea200;
  color: white;
  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: #63b700;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

.missions-view__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

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

.rewards-view__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

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

.reward-row__wrapper {
  width: 100%;
  height: auto;
  background-color: #323232;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #424242; }
  .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: #9ae200; }

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

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

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

.reward-section__wrapper {
  width: 100%;
  background-color: #323232;
  display: flex;
  flex-direction: column; }

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

.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: #5ea200;
  color: white;
  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: #63b700;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 2px; }

.hero-banner__wrapper {
  width: calc(100% - 245px);
  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(100vw - 245px - (100vw - 1440px) / 2); } }
  @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: #9ae200;
    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; } }

.crowns-redemption-banner__wrapper {
  width: calc(100% - 245px);
  height: 175px;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1440px) {
    .crowns-redemption-banner__wrapper {
      width: calc(100vw - 245px - (100vw - 1440px) / 2); } }
  @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 {
      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: #fbc02d;
      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;
      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: 50%; }
  @media (max-width: 1440px) {
    .crowns-redemption-banner__subtitle {
      width: 35%; } }
  @media (max-width: 960px) {
    .crowns-redemption-banner__subtitle {
      width: 80%;
      padding-left: 30px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__subtitle {
      font-size: 10px;
      color: #e0e0e0;
      padding-left: 36px; }
      .crowns-redemption-banner__subtitle.logout {
        width: 200px;
        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: #9ae200;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  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: 87px;
      padding: 23px 5% 0 0;
      right: 0; }
      .crowns-redemption-banner__button.logout {
        width: 113px;
        padding: 53px 5% 0 0; } }

.crowns-redemption-banner__placeholder {
  width: 50%;
  float: right;
  height: 175px;
  position: relative;
  z-index: 3; }
  @media (max-width: 960px) {
    .crowns-redemption-banner__placeholder {
      height: 150px; } }
  @media (max-width: 768px) {
    .crowns-redemption-banner__placeholder {
      height: 80px;
      float: left; } }

.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: #fbc02d;
  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; }

.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; } }

.tv-leaderboard__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  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: #9ae200;
  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: #323232; }

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

.tv-leaderboard .green {
  color: #9ae200; }

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

body {
  background-color: #222222; }

.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: #323232;
          color: #ffffff; }
        .responsive-leaderboard__header-search .search__icon {
          color: #9e9e9e; }
        .responsive-leaderboard__header-search .search .sportsbook__icon--search,
        .responsive-leaderboard__header-search .search .sportsbook__icon--ex {
          fill: #9e9e9e; }
  .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: #9ae200;
      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: #222222;
    cursor: pointer; }
    .ReactTable .rt-tr.-odd {
      background-color: #323232; }
  .ReactTable .rt-noData {
    display: none !important; }
  .ReactTable .pagination-bottom {
    background-color: #181818;
    font-size: 14px;
    color: #626262;
    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: #9ae200 !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: #9ae200 !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: #9ae200; }

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

.sportsbook-a-to-z-morenav {
  max-height: 65vh;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #f5f5f5;
  padding: 30px 0 50px 0;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .sportsbook-a-to-z-morenav:hover {
    overflow-x: auto; }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-morenav {
      overflow-x: auto;
      -ms-overflow-style: none; }
      .sportsbook-a-to-z-morenav::-webkit-scrollbar {
        display: none; } }
  .sportsbook-a-to-z-morenav:hover {
    overflow-y: auto; }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-morenav {
      overflow-y: auto;
      -ms-overflow-style: none; }
      .sportsbook-a-to-z-morenav::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 768px) {
    .sportsbook-a-to-z-morenav {
      display: block;
      width: 100vw;
      padding: initial; } }
  .sportsbook-a-to-z-morenav__popular-links-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 40px;
    border-right: 2px solid #e0e0e0; }
    @media (max-width: 768px) {
      .sportsbook-a-to-z-morenav__popular-links-wrapper {
        justify-content: normal;
        border-style: none;
        padding: initial;
        margin: 0 16px;
        overflow-x: auto;
        -ms-overflow-style: none; } }
  .sportsbook-a-to-z-morenav__a-to-z-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .sportsbook-a-to-z-morenav__a-to-z-wrapper {
        flex-direction: column;
        justify-content: normal;
        padding: initial;
        margin: 0 16px;
        overflow-x: hidden; } }
  .sportsbook-a-to-z-morenav__column-wrapper {
    margin-left: 40px; }
    @media (max-width: 768px) {
      .sportsbook-a-to-z-morenav__column-wrapper {
        margin: unset; } }

.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: #323232;
    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: #323232; }
  .sportsbook-odd-type-wrapper__siderail-visibility {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: -12px; }
    .sportsbook-odd-type-wrapper__siderail-visibility p {
      color: white;
      font-size: 10px;
      font-weight: bold;
      line-height: 14px; }
    .sportsbook-odd-type-wrapper__siderail-visibility select {
      font-size: 10px;
      font-weight: bold;
      line-height: 14px; }
    @media (max-width: 1179px) {
      .sportsbook-odd-type-wrapper__siderail-visibility {
        display: none; } }
  .sportsbook-odd-type-wrapper__siderail-hide {
    display: none; }

.siderail-sportsbook-subnav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  @media (max-width: 1179px) {
    .siderail-sportsbook-subnav {
      display: block; } }
  .siderail-sportsbook-subnav__subnav-visibility {
    display: none; }
    @media (max-width: 1179px) {
      .siderail-sportsbook-subnav__subnav-visibility {
        display: block; } }

.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; } }

.sportsbook-subnav {
  height: 40px;
  background: #525252;
  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: #f5f5f5;
    border-bottom: 3px solid #525252;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 32px; }
    .sportsbook-subnav__link--active {
      border-bottom: 3px solid #9ae200; }
    .sportsbook-subnav__link:hover {
      color: #9ae200; }
    .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: #9ae200; }
    .sportsbook-subnav__more-toggle.open:after {
      position: absolute;
      width: 10px;
      height: 10px;
      content: "";
      transform: rotate(-45deg);
      background-color: #f5f5f5;
      bottom: -5px;
      left: 50%;
      margin-left: -5px; }
    .sportsbook-subnav__more-toggle.open .sportsbook__icon--dots {
      fill: #9ae200; }
  .sportsbook-subnav .morenav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    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: 100px;
        width: 50px;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, rgba(82, 82, 82, 0), #525252);
        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: #f5f5f5;
      border-bottom: 3px solid #525252;
      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 #9ae200; }
      .sportsbook-subnav__responsive-more-nav__link:hover {
        color: #9ae200; }
      .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: #525252;
        position: absolute;
        right: -30px; }
  .sportsbook-subnav__responsive-more-toggle {
    height: 40px;
    width: 80px;
    color: #e0e0e0;
    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: #7d9e2f; }
    .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), #525252);
      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; }

footer.sportsbook-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: relative;
  width: 100%;
  background-color: #222222;
  border-top: 3px solid #424242;
  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: #424242;
    padding: 8px 20px;
    font-size: 11px; }
    @media (min-width: 720px) {
      footer.sportsbook-footer .important-info-bar {
        display: none; } }
    footer.sportsbook-footer .important-info-bar .sportsbook__icon--arrow-down {
      fill: #9ae200;
      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: #9e9e9e; }
      @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: #9e9e9e;
          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: #00bcd4; }
    @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: #626262;
        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 {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        footer.sportsbook-footer .main-footer .lockup .social-icons .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 .social-link:hover {
            opacity: 0.7; }
        footer.sportsbook-footer .main-footer .lockup .social-icons .facebook {
          background-image: url("https://sportsbook.draftkings.com/static/footer/facebook@2x.png"); }
        footer.sportsbook-footer .main-footer .lockup .social-icons .twitter {
          background-image: url("https://sportsbook.draftkings.com/static/footer/twitter@2x.png"); }
        footer.sportsbook-footer .main-footer .lockup .social-icons .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: #9e9e9e;
        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: #9e9e9e;
    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 .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: #9ae200;
  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; }

@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; } }

@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: #9e9e9e;
      text-align: center;
      order: 2;
      margin: 0 0 24px; }
      footer input:checked ~ .sub-footer .legal-concise a {
        color: #ffffff;
        text-decoration: none; } }

.playspan-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  z-index: 99999;
  position: fixed;
  width: 100%;
  background-color: #000000;
  color: #9e9e9e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-top: 1px solid #424242; }
  @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: ""; } }

.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; }

.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: #ea242e;
    margin-top: 5px; }
  .cool-off-modal p {
    color: #626262;
    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 input {
    width: 100%;
    height: 20px;
    padding-left: 5px; }

.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: #424242;
    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: #ea242e; }

.promos-terms-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: top;
  background: #323232;
  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: #323232;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff; }
    .promos-terms-modal .banner img {
      width: 40%; }
  .promos-terms-modal .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #323232;
    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; }

.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: #9e9e9e; }
    .recheck-location-modal .disclaimer a {
      text-decoration: none;
      color: #00bcd4; }
  .recheck-location-modal .recheck-button {
    cursor: pointer;
    border: 0;
    outline: 0 none;
    width: 194px;
    height: 34px;
    background: #5ea200;
    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; } }

.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: #ea242e;
    margin-top: 5px; }
  .wager-history-modal p {
    color: #626262;
    font-size: 14px;
    font-weight: normal; }

.sbnc-modal {
  background: #222222;
  width: 70vw;
  max-width: 1024px;
  max-height: 100vh;
  min-width: 500px;
  font-family: 'Open Sans', sans-serif;
  background-color: #222222;
  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: #e0e0e0; }
  .sbnc-modal__username {
    color: #ffffff;
    font-size: 16px; }
  .sbnc-modal__position {
    color: #9ae200;
    font-size: 16px; }
  .sbnc-modal__last-updated {
    color: #e0e0e0;
    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: #323232;
    margin: 10px 0;
    padding: 20px;
    min-height: 100px; }

.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; }

.sbnc-player-score-modal {
  flex-direction: column;
  background: #323232;
  color: #e0e0e0;
  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: #626262;
    outline: 0 none;
    border: none;
    text-transform: uppercase;
    color: #e0e0e0;
    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: #e0e0e0;
      color: #626262; }
    @media (max-width: 768px) {
      .sbnc-player-score-modal .footer-buttons .modal-button__gray {
        margin: 140px 0 24px; } }

.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: #63b700;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 550;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px; }

.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: #424242;
    font-weight: 700;
    line-height: normal; }
  .time-reminder-modal__wrapper p {
    font-size: 14px; }
  .time-reminder-modal__wrapper a {
    text-decoration: none;
    color: #00bcd4; }

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

.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: #222222;
  background: linear-gradient(188deg, #2e2e2e 0%, #2e2e2e 260px, #262626 270px, #222222 270px, #222222 100%); }
  .bonus-offer-info-modal__body.available {
    background: linear-gradient(186deg, #2e2e2e 0%, #2e2e2e 185px, #262626 200px, #222222 200px, #222222 100%); }
  .bonus-offer-info-modal__body .sportsbook__icon--ex {
    fill: #e0e0e0;
    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 #2e2e2e;
  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: #222222;
  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: #9ae200;
  font-weight: 600; }

.bonus-offer-info-modal__reward-checkmark {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #525252;
  width: 14px;
  height: 14px; }
  .bonus-offer-info-modal__reward-checkmark.checked {
    border: none;
    background-color: #9ae200; }
    .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: #222222; }

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

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

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

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

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

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

.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: #00bcd4;
    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: #00bcd4;
      font-weight: 650; }

.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: #222222; }
  .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: #00bcd4; }
  .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: #63b700;
    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; }

.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: #222222; }
  .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: #00bcd4; }
  .logout-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: #63b700;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px; }
  .logout-modal__footer-copy {
    font-size: 14px;
    margin-bottom: 10px;
    width: 80%; }

.on-prem-registration-modal {
  background: #424242;
  border-radius: 4px;
  color: #f5f5f5;
  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: #f5f5f5;
    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: #e0e0e0; }
    @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 {
    text-align: left;
    margin-top: 10px; }
  .on-prem-registration-modal__location-link {
    cursor: pointer;
    color: #9ae200;
    text-decoration: none; }
  .on-prem-registration-modal__skip {
    width: 100%;
    font-size: 14px;
    font-family: 'SF Pro Display', sans-serif;
    color: #9e9e9e;
    margin-bottom: 5%;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .on-prem-registration-modal__isMobile {
      height: 90vh; } }

.crowns-redemption-modal__wrapper {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  width: 665px;
  min-height: 600px;
  max-height: 85vh;
  overflow: auto; }

.crowns-redemption-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #222222;
  background: linear-gradient(188deg, #2e2e2e 0%, #2e2e2e 260px, #262626 270px, #222222 270px, #222222 100%); }
  .crowns-redemption-modal__body.available {
    background: linear-gradient(186deg, #2e2e2e 0%, #2e2e2e 185px, #262626 200px, #222222 200px, #222222 100%); }
  .crowns-redemption-modal__body .sportsbook__icon--ex {
    fill: #e0e0e0;
    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: #5ea200;
  margin: 20px 0 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .crowns-redemption-modal__button.disabled {
    background-color: #222222;
    color: #9e9e9e;
    cursor: not-allowed;
    pointer-events: none;
    border: solid 1px #626262; }

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

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

.crowns-redemption-modal__footer {
  font-size: 10px;
  background: #171717;
  padding: 15px 75px;
  line-height: 14px;
  color: #9e9e9e;
  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: 30px; }

.crowns-redemption-modal__wrapper [class*="__subtitle"] {
  padding-top: 16px;
  padding-bottom: 30px;
  font-family: 'SF Pro Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.crowns-redemption-modal__wrapper [class*="__button"] {
  width: 262px;
  height: 45px;
  background-color: #5ea200;
  margin: 20px 0 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .crowns-redemption-modal__wrapper [class*="__button"].disabled {
    background-color: #222222;
    color: #9e9e9e;
    cursor: not-allowed;
    pointer-events: none;
    border: solid 1px #626262; }

.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__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: #424242;
      margin: 24px 0 8px 0;
      font-weight: 700;
      line-height: normal; }
    .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper h4 {
      font-size: 14px;
      color: #626262;
      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: #63b700;
        padding: 12px 25px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button.secondary {
          background: #9e9e9e; }
        .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .modal-button.withdrawal-modal-button {
          text-transform: none; }
      .sportsbook-modal-outer-wrapper .sportsbook-modal-wrapper .footer-buttons .secondary-text {
        margin-top: 15px;
        color: #626262;
        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"] {
    height: 100vh;
    width: 100vw; } }

.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; }
  @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: #f6b700; }
  .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: #63b700;
    text-decoration: none;
    font-weight: 700; }
  .user-status-banner__copy-description-bold {
    font-weight: 700; }

@media (max-width: 960px) {
  .sportsbook__betslip {
    z-index: 500; } }

.sportsbook__betslip .recheck {
  background-color: #eabc00;
  padding: 10px;
  margin-bottom: 10px;
  color: #323232;
  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: #323232;
    border: 1px solid #323232;
    border-radius: 2px; }
  @media (max-width: 960px) {
    .sportsbook__betslip .recheck {
      display: none; } }

.crisis-banner__container {
  margin: 0 auto;
  text-align: left;
  padding: 15px 0;
  box-sizing: border-box; }
  .crisis-banner__container.success {
    background-color: #63b700; }
  .crisis-banner__container.warn {
    background-color: #fbc02d; }
  .crisis-banner__container.error {
    background-color: #ea242e; }

.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; }

.a-z-siderail-empty-state__message {
  color: #ffffff; }

.a-z-siderail {
  width: 215px;
  min-width: 209px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 38px);
  height: 100%;
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-left: 16px;
  padding-bottom: 16px; }
  .a-z-siderail:hover {
    overflow-y: auto; }
  @media (max-width: 1179px) {
    .a-z-siderail {
      display: none; } }
  .a-z-siderail__popular-empty-state-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 18px;
    padding-top: 16px;
    color: #ffffff; }
  .a-z-siderail__sports-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    padding-top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #9e9e9e; }

.sportsbook-wrapper__body {
  display: flex;
  padding: 16px 0;
  min-height: 50vh;
  max-width: 1440px;
  margin: 0 auto; }
  .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; } }

@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.css.map*/