.egt-jackpot {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'Saira Condensed', sans-serif;
  z-index: 10;
  position: relative; }
  @media only screen and (max-width: 1030px) {
    .egt-jackpot {
      padding: 20px 0;
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 767px) {
    .egt-jackpot {
      padding: 15px 0;
      flex-direction: column;
      width: calc(100% - 30px); } }
  .egt-jackpot .content-col {
    display: flex;
    flex-direction: column;
    width: 330px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .egt-jackpot .content-col {
        width: 100%;
        margin-bottom: 10px; } }
    .egt-jackpot .content-col.title-col {
      color: #FFFFFF;
      font-size: 28px;
      font-weight: 700;
      width: 330px;
      line-height: 1.2; }
      .egt-jackpot .content-col.title-col .mw-3 {
        max-width: 228px;
        margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .egt-jackpot .content-col.title-col {
          font-size: 21px;
          width: auto;
          line-height: 1.4; }
          .egt-jackpot .content-col.title-col .mw-3 {
            max-width: unset; } }
    .egt-jackpot .content-col.info-col {
      flex: 1;
      padding-left: 10px; }
      @media only screen and (max-width: 767px) {
        .egt-jackpot .content-col.info-col {
          padding-left: 0; } }

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