.jackpot-data {
  flex-direction: row !important; }
  @media only screen and (max-width: 767px) {
    .jackpot-data {
      flex-direction: column !important; } }
  .jackpot-data .main-card {
    width: 57%;
    height: 200px;
    border-radius: 16px;
    background: transparent linear-gradient(270deg, #FF0026 0%, #700036 100%);
    margin-right: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .jackpot-data .main-card .main-card-row {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .jackpot-data .main-card .main-card-row .icon {
        height: 34px;
        margin-right: 16px; }
      .jackpot-data .main-card .main-card-row .title {
        font-size: 30px;
        letter-spacing: 1.5px;
        font-weight: 700; }
      .jackpot-data .main-card .main-card-row .amount {
        color: #FFF;
        font-size: 50px;
        font-weight: 900;
        margin-right: 16px; }
      .jackpot-data .main-card .main-card-row .currency {
        font-size: 50px;
        font-weight: 900; }
    @media only screen and (max-width: 1023px) {
      .jackpot-data .main-card .amount, .jackpot-data .main-card .currency {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .jackpot-data .main-card {
        width: 100%;
        height: 138px;
        margin-bottom: 10px; }
        .jackpot-data .main-card .amount, .jackpot-data .main-card .currency {
          font-size: 40px; } }
  .jackpot-data .cards-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1; }
    @media only screen and (max-width: 767px) {
      .jackpot-data .cards-wrapper {
        width: 100%;
        flex: none; } }
    .jackpot-data .cards-wrapper .card {
      height: 60px;
      border-radius: 16px;
      background-color: #232323;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0 20px; }
      @media only screen and (max-width: 1023px) {
        .jackpot-data .cards-wrapper .card {
          width: auto; } }
      @media only screen and (max-width: 767px) {
        .jackpot-data .cards-wrapper .card {
          width: auto;
          flex: none; } }
      .jackpot-data .cards-wrapper .card:not(:last-of-type) {
        margin-bottom: 10px; }
      .jackpot-data .cards-wrapper .card .icon {
        height: 26px; }
      .jackpot-data .cards-wrapper .card .amount {
        font-size: 28px;
        color: #FFF;
        font-weight: 900;
        flex: 1;
        text-align: right; }
      .jackpot-data .cards-wrapper .card .currency {
        font-size: 20px;
        font-weight: 400;
        margin-left: 20px; }

/*# sourceMappingURL=egt-jackpot.css.map */
