.hidden {
  display: none;
}
body {
  background-color:#192c38;
}
svg {
    fill: currentColor;
}
.container {
  background-color:#304552;
  color:#fff;
  border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 9px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -2px;
    padding:15px 25px 15px 25px;
    margin-top: 20px;

}
.card {
border: 1px solid rgba(0, 0, 0, 0.79);
background-color: #eaeef1;
}
#StakeResult p {
  margin-top: 15px;
  margin-bottom: 20px;
}

#StakeResult {
  font-size: 16px;
      padding: 10px;
}
.scroll-row-wrapper::-webkit-scrollbar {
    width: 12px;
        height: 12px;
}
.scroll-row-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.scroll-row-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(25, 44, 56);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#StakeResult p span {
  color: #fff;
  font-size: 24px;
  font-weight:bold;
}

#StakeResult .customGrid {
  border-top: 1px solid #192c38;
}

#StakeResult .customGrid .row .col {
  text-align: center;
  font-size: 16px;
  border: 1px solid #192c38;
}

#StakeResult .customGrid .row .col .colArea {
  padding: 40px 0px 0px 0px;
height: 100px;
}

#StakeResult .customGrid .row .col .colArea.highlighted {

  background-image: url('resources/img/keno.svg');
  background-size: cover;
color: #000;
font-weight:bold;
}

#StakeResult .customGrid .scroll-row-wrapper {
  width: 100%;
  overflow-y: hidden;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col {
  display: inline-block;
  margin-right: 15px;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .width-125 {
  width: 125px;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .height-125 {
  height: 170px;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .colArea.highlighted .card {
  border-color: #fff33d;
  color: #ae010e;
  border: 5px solid;
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .colArea.highlighted .card.card.card-spade {
  background-image: url('resources/img/suit-spade-blue.png');
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .colArea.highlighted .card.card.card.card-club {
  background-image: url('resources/img/suit-club-blue.png');
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .colArea.highlighted .card.card.card.card.card-heart {
  background-image: url('resources/img/suit-heart-blue.png');
}

#StakeResult .customGrid .scroll-row-wrapper .scroll-row .scroll-col .colArea.highlighted .card.card.card.card.card-diamond {
  background-image: url('resources/img/suit-diamond-blue.png');
}

#StakeResult .customGrid .card {
  font-size: 32px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 37px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: 50% 13%;
  color:#192b38;
  font-weight: bold;
}

#StakeResult .customGrid .card.diamond-card {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff0;
border: 0px;
}

#StakeResult .mine-svg img {
  width: 50px;
  margin: 0 auto;
}

#StakeResult .reel-svg img {
  width: 50px;
  margin: 0 auto;
}

#StakeResult .customGrid .card .sign {
  font-size: 13px;
  font-weight: bold;
  width: 45px;
  border-radius: 2px;
  position: absolute;
  top: 72px;
  left: 108px;
  line-height: 30px;
  z-index: 2;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 9px -2px, rgba(0, 0, 0, 0.1) 0px 4px 6px -2px;
}

#StakeResult .customGrid .card .sign.sign-low {
  color: #fff;
  background-color: rgb(254, 34, 71);

}

#StakeResult .customGrid .card .sign.sign-high {
  color: #fff;
  background-color: rgb(22, 181, 8);
}

#StakeResult .customGrid .card.card-spade {
  background-image: url('resources/img/spade-suit.png');
}

#StakeResult .customGrid .card.card-club {
  background-image: url('resources/img/club-suit.png');
}

#StakeResult .customGrid .card.card-heart {
  background-image: url('resources/img/heart-suit.png')
}

#StakeResult .customGrid .card.card-diamond {
  background-image: url('resources/img/diamond-suit.png')
}
.col {
padding-top: 10px;
}
.row {
height: 130px;
}
