/* List */

.table-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-flex {
display: flex;
flex-flow: column wrap;
flex-direction: column;
justify-content: space-around;
border-radius: 5px;
background: #fff;
filter: drop-shadow(0 0 7px rgba(0,0,0,.06));
box-shadow: 0 0 2px 0 #b1bec4;
padding: 5px;
margin-top: 10px;
color: white;
text-align: center;
padding: 0;
margin: 0;

overflow: hidden;
margin-bottom: 10px;
}

.reward-text {
  font-size: 25px;
  font-weight: bold !important;
}

.play-text {
  font-weight: bolder !important;
}

.item-flex {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}

.group-flex {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
width: 100%;
padding: 5px;
}

.group-flex-background {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  position: relative;
  margin-bottom: 5px;
}

.logo-flex {
  flex-grow: 1;
  border-radius: 5px;
  width: 100%;
}

.logo-badge {
  background-color: rgba(252, 215, 48, 0.9);
  color: #000;
  padding: 0 10px 0 10px;
  border-radius: 0 5px 0 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.logo-count{
  align-items: center;
  background-color: #F7F7F7;
  border-radius: .5rem;
  color: #000;
  display: flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 5px;
  left: 5px;
  width: 30px;
  box-shadow: 0 0 2px 0 #b1bec4;
}

.reward-flex {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0 15px 0 15px;
  margin: auto;
}

.reward {
  font-weight: 400;
}

.reward-text {
  font-size: 30px;
  background: #F7F7F7;
  border-radius: 10px;
}

.reward-small {
  font-size: 13px;
  font-weight: 400;
}

.reward-freespin {
  font-size: 20px;
  font-weight: 400;
}

.feature-items {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0 !important;
  align-items: center;
  color: #000;
}

.feature-items ul {
  display: inline-block;    
  text-align: left;
  list-style-type: "✔️";
}

.play {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fa-padding {
  padding-left: 10px;  
  padding-right: 5px;
}

.play-flex {
  flex-grow: 1;
  background: #CC0E37;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
}

a.play {
  font-size: 20px;
  text-decoration: none !important;
  color: black !important;    
} 
a.play:link, a.play:hover, a.play.visited {
  font-size: 20px;
  text-decoration: none !important;
  color: black !important;
}

a.review-text {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  color: black !important;      
}

a.review-text:link, a.review-text:hover, a.review-text.visited {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  color: black !important;
}

.payment {
  margin: 1px !important;
  width: 40px !important;
  height: 30px !important;
}

.payments {
  margin: 5px !important;
  color: #b1bec4 !important;
  font-weight: 600;
  font-size: 12px;
}

.payments-more {
  /* max-width: 30px; */
  border-radius: 4px;
  color: #000 !important;
  font-weight: 600;
  font-size: 12px;
  background-color: #D3D3D3 !important;
  width: 100%;
  cursor: pointer;
  /* margin-bottom: 10px; */
}

.payments-more-text {
  color: #000 !important;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
}

.info {
  display: none !important;
  opacity: 0;
}

.info.show {
  display: block !important;
  opacity: 1;
}

.more-info {
  color: #000 !important;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
}

.more-info-details {
  color: #000 !important;
  font-weight: 400;
  font-size: 12px;
}

a.text-psc {
  font-size: 20px;
  text-decoration: none !important;
}
.leet-jellyfish {
  display: block !important;
  opacity: 1;
}

.hide-mobile {
  display: none !important;
  opacity: 0;
}

@media (min-width: 768px) {
  .leet-jellyfish {
    display: none !important;
    opacity: 0;
  }

  .hide-mobile {
    display: block !important;
    opacity: 1;
  }

  .wrapper-flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .item-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .group-flex {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 2;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 10px;
  }

  .group-flex-background {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom: 0px;
  }

  .items-flex {
    display: flex;
    flex-grow: 2;
  }

  .logo-flex {
    display: flex;
    flex-grow: 1;
    border-radius: 5px;
    width: 80%;
    align-items: center;
    justify-content: center;
  }

  .play-flex {
    display: flex;
    flex-grow: 2;
    color: #000;
    padding: 15px;
    background: #CC0E37;
    border-radius: 5px;
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  .play-flex:hover {
    transition: all .4s ease;
    background-color: #a60000;
  }

  .play-psc {
    flex-direction: column;
  }

  .payments-flex {
    display: flex;
    flex-grow: 2;
  }

  .reward-flex {
    display: flex;
    flex-grow: 1;
    background: #F7F7F7;
    color: #000;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
  }
}

.logo-badge {
  background-color: rgba(252, 215, 48, 0.9);
  color: #000;
  padding: 0 10px 0 10px;
  border-radius: 0 0 0 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

/* Lists */
.feature-items {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
  text-align: left;
}

.feature-items li:before {
  font-family: fontawesome;
  content: "\f058";
  color: green;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  left: -5px;
}

  /* stars */
  @charset "UTF-8";
  :root {
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
    --star-border: 1px solid #525252;
  }
  
  .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    padding-top: 5px;
  }

  .stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



/* Box */
.box-list {
margin-left: auto;
margin-right: auto;
}

.box-wrapper-flex {
display: flex;
flex-flow: column wrap;
flex-direction: column;
justify-content: space-around;
border-radius: 5px;
background: #fff;
filter: drop-shadow(0 0 7px rgba(0,0,0,.06));
box-shadow: 0 0 2px 0 #b1bec4;
padding: 5px;
margin-top: 10px;
color: white;
text-align: center;
padding: 0;
margin: 0;

overflow: hidden;
margin-bottom: 10px;
}

.box-item-flex {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}

.logo-box-flex {
display: flex;
flex-grow: 1;
border-radius: 5px;
width: 100%;
align-items: center;
justify-content: center;
}

.rating-bold {
font-family: 'Roboto Condensed',sans-serif;
font-size: 18px;
line-height: 18px;
color: #525252;
}

.rating-light {
font-family: 'Roboto Condensed',sans-serif;
font-size: 14px;
line-height: 18px;
color: #525252;
}

/* clean up */
.margin-fix{
margin: 0px;
}