#aGames .api-saldo {
  font-weight: bold;
  float: right;
  font-size: 20px;
}
#aGames .grid .grid-item {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-right: 0;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item .gamesImage {
  position: relative;
  overflow: hidden;
  /*height: 143.99px;*/
  max-height: 200px;
  padding: 10px 10px 0 10px;
  transition: all 0.5s ease;
}
/*#aGames .mobile .grid-item .gamesImage {*/
/*	max-height: auto;*/
/*}*/
#aGames .grid .grid-item.joker .gamesImage {
  height: 205.74px;
}

#aGames .grid .grid-item img {
  width: auto;
  height: 100%;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item.joker img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item .pTitle {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  font-weight: bold;
  z-index: 2;
  padding: 0 10px;
}
#aGames .grid .grid-item .title {
  /* text-shadow: 1px 1px 2px rgba(214, 214, 214, 0.555); */
  /* color: #ffee58; */
  color: #222222;
  line-height: 1;
  /* color: #222; */
}

#aGames .habanero .gamesImage {
  height: 153.99px;
}
#aGames .habanero .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .prag .gamesImage {
  height: 153.98px;
}
#aGames .prag .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .qm .gamesImage {
  height: 145.01px;
  padding: 10px;
}
#aGames .qm .gamesImage img {
  width: 100%;
  height: auto;
}

#aGames .mobile .grid-item.joker .gamesImage {
  height: auto;
}
#aGames .spadegaming .gamesImage {
  height: 153.98px;
  padding: 10px;
}
#aGames .spadegaming .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sg .gamesImage {
  height: 174.09px;
  padding: 10px;
}
#aGames .sg .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sbo .gamesImage {
  height: 148.63px;
  padding: 10px;
}
#aGames .sbo .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sbo:hover .gamesImage img {
  transform-origin: top right;
}
#aGames .sbo .gamesImage img.trans-ori--left {
  transform-origin: left;
}
#aGames .mobile a.grid-item .gamesImage {
  height: auto;
}
#aGames .mobile .grid-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#aGames .mobile .grid-item .pTitle {
  height: 30px;
}
#aGames .mobile .grid-item .title {
  font-size: 10px;
}
#aGames .grid a.grid-item:hover .gamesImage img {
  transform: scale(1.5);
  transform-origin: bottom;
}
#aGames .grid a.grid-item:hover .gamesImage {
  padding: 0;
}
.pbar {
  padding: 0px 10px 10px 10px;
}
.progress {
  width: 100%;
  height: 2.5em;
  position: relative;
}
.progress-bar {
  text-align: center;
}
.pbar-title {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #141414;
  font-weight: bold;
  font-size: 1.5em;
}

.img-daily_wins {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px !important;
  height: auto !important;
}

.progress-bar {
  -webkit-transition: width 4s ease !important;
  -moz-transition: width 4s ease !important;
  -o-transition: width 4s ease !important;
  transition: width 4s ease !important;
}
.desc {
  margin: 10px;
  padding: 10px;
  color: #222222;
  border-radius: 0.25em;
}
.desc .text-light {
  color: #c7c7c7;
}
.desc .title {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.desc .subtitle {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.desc .notes {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.shdow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.35)!important
}
.progress {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.5em;
    position: relative;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress-bar {
    -webkit-transition: width 4s ease !important;
    -moz-transition: width 4s ease !important;
    -o-transition: width 4s ease !important;
    transition: width 4s ease !important;
}

.progress-bar {
    text-align: center;
}
.bg-warning {
    background-color: #ffc107!important;
}
.bg-danger {
    background-color: #9c0d0d!important;
}
.bg-success {
    background-color: #28a745!important;
}
.text-light {
    color: #f8f9fa!important;
}
#aGames .prag .gamesImage {
    height: auto;
    max-height : 150px;
}
.title {
    font-size : 14px;
}
.pPola {
    margin : 10px 5px;
}
.btn-pola {
    padding : 0px 8px!important;
    color : #000!important;
    height : 30px;
    line-height: 30px;
    font-size : 10px;
    font-weight : bold;
    width : 80%;
}
.pbar {
    padding: 0px 10px 0px 10px;
}
.progress {
    height : 2rem!important;
}
.modal {
    /*position: fixed;*/
    z-index: 1050;
    top: 20%!important;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    background-color: rgba(12, 27, 46, 0.5);
    color : #00de8d;
}
.modal-header {
    border-bottom : 1px solid #00de8d!important;
}
.modal-title {
    font-weight : bold!important;
    font-size : 16px!important;
}
.modal-content {
    background-color:#002630!important;
}
.modal .modal-footer {
    background : transparent;
    border-top : 1px solid #00de8d;
}
.btn-modal-close {
    padding: 5px 20px;
    background-color: #650000!important;
    color: #fff!important;
    font-size: 14px;
}
.modal-body {
    font-size : 14px;
}
.modal-body .rtp {
    font-size : 16px;
    font-weight : bold;
}
.img-area, .rtp-area {
    text-align:center;
    margin: 0 auto;
    margin : 5px 0px;
}
.img-area img {
    max-width : 120px;
}
.card .card-content {
    padding: 12px 24px;
    border-radius: 0 0 2px 2px;
}
.btn-lc {
    color : #000;
    font-size : 1rem!important;
}
@media only screen and (max-width: 992px) {
    .grid.col--responsive.mobile {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .grid.col--responsive.mobile {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 500px) {
    .grid.col--responsive.mobile {
        grid-template-columns: 1fr 1fr 1fr;
    }
}