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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.notification-row__wrapper {
  background-color: #121212;
  border-radius: 5px;
  color: #ffffff;
  padding: 13px;
  cursor: pointer; }
  .notification-row__wrapper.faded {
    opacity: 0.6; }

.notification-row__header {
  font-size: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .notification-row__header .sportsbook__icon--trash-can {
    fill: #dadada;
    cursor: pointer;
    margin-left: 9px; }
    .notification-row__header .sportsbook__icon--trash-can:hover {
      fill: #e9344a; }

.notification-row__notification-type {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .notification-row__notification-type img {
    display: inline-block;
    margin-right: 4px;
    width: 13px;
    height: 13px; }

.notification-row__created-delete {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.notification-row__title {
  font-size: 12px;
  font-weight: 700; }

.notification-row__body {
  font-size: 10px;
  line-height: 12px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.notifications-section .sportsbook-generic-accordion__accordion.sportsbook-accordion__accordion {
  background-color: #242424;
  padding-right: 0; }

.notifications-section__wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px; }

.notifications-section__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box; }

.notifications-section__title {
  display: flex;
  flex-direction: row;
  width: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
  font-weight: 600;
  cursor: pointer; }

.notifications-section__arrow {
  padding-top: 2px; }
  .notifications-section__arrow .sportsbook__icon--arrow-down {
    margin-left: 5px;
    width: 16px;
    height: 16px; }
  .notifications-section__arrow .sportsbook__icon--arrow-up {
    margin-left: 5px;
    width: 16px;
    height: 16px; }

.notifications-section__clear-pop {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  width: 100%;
  box-sizing: border-box; }
  .notifications-section__clear-pop-message {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px; }
  .notifications-section__clear-pop-buttons {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row; }
  .notifications-section__clear-pop-no-button {
    border: 1px solid #ffffff;
    width: 45%;
    height: 25px;
    margin: auto auto;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    border-radius: 2px; }
    .notifications-section__clear-pop-no-button:hover {
      color: #c5c5c5;
      background-color: #ffffff; }
  .notifications-section__clear-pop-yes-button {
    border: 1px solid #53d337;
    background: #53d337;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    width: 45%;
    height: 25px;
    margin: auto auto;
    text-align: center;
    padding-top: 5px;
    border-radius: 2px; }
    .notifications-section__clear-pop-yes-button:hover {
      color: #c5c5c5;
      background-color: #ffffff;
      border: 1px solid #ffffff; }

.notifications-section__right-section {
  display: flex;
  align-items: flex-end;
  flex-direction: column; }

.notifications-section__clear-all {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff; }
  .notifications-section__clear-all.read {
    padding-top: 10px; }
  .notifications-section__clear-all:hover {
    color: #e9344a;
    cursor: pointer; }

.notifications-section__mark-all-as-read {
  font-size: 10px;
  color: #ffffff;
  opacity: 0.6; }
  .notifications-section__mark-all-as-read:hover {
    opacity: 1;
    cursor: pointer; }

.notifications-section__row {
  margin-bottom: 10px; }

.notifications-section__new-empty-state {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.notification-slip__wrapper {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  height: 500px;
  width: 325px;
  transform: translateY(-100vh);
  transition: transform 0.5s ease-in-out; }
  .notification-slip__wrapper.slide-down {
    transform: translateY(0); }
  @media (max-width: 480px) {
    .notification-slip__wrapper {
      width: 100vw;
      height: calc(100vh - 116px); } }

.notification-slip__body {
  padding: 10px 6px 0 6px;
  box-sizing: border-box;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%; }
  .notification-slip__body:hover {
    overflow-y: auto; }
  @media (max-width: 768px) {
    .notification-slip__body {
      overflow-y: auto;
      -ms-overflow-style: none; }
      .notification-slip__body::-webkit-scrollbar {
        display: none; } }

.notification-slip__loading-wrapper, .notification-slip__empty-state-wrapper, .notification-slip__logged-out-wrapper {
  height: 100%;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.notification-slip__close-icon-wrapper {
  background-color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 32px;
  height: 31px; }

.notification-slip__title {
  background-color: #242424;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 47px;
  border-bottom: 1px solid #242424; }
  .notification-slip__title.logged-out {
    padding-left: 14px; }

.notification-slip__bubble {
  background-color: #fbd002;
  color: #242424;
  font-size: 13px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 10px;
  width: 22px;
  height: 22px; }

.notification-slip__empty-state-image, .notification-slip__logged-out-image {
  width: 210px;
  margin-bottom: 50px; }

.notification-slip__empty-state-body, .notification-slip__logged-out-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .notification-slip__empty-state-body-title, .notification-slip__logged-out-body-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center; }
  .notification-slip__empty-state-body-text, .notification-slip__logged-out-body-text {
    width: 250px;
    font-size: 15px;
    line-height: 22px;
    text-align: center; }
  .notification-slip__empty-state-body-link, .notification-slip__logged-out-body-link {
    border-radius: 2px;
    background-color: #53d337;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    margin-top: 50px;
    width: 260px;
    height: 45px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.notifications__wrapper {
  position: fixed;
  top: 32px;
  right: 0;
  z-index: 401;
  pointer-events: none; }
  @media (min-width: 1440px) {
    .notifications__wrapper {
      right: calc(50% - 720px); } }
  @media (min-width: 2100px) {
    .notifications__wrapper {
      right: 0; } }
  @media (max-width: 768px) {
    .notifications__wrapper {
      top: 48px; } }
  .notifications__wrapper.show-slip {
    pointer-events: unset; }


/*# sourceMappingURL=notifications.191797dcec75ff6524b7.css.map*/