
select optgroup,
select option {
  background: #11151f;
  color: #ffffff;
}

.game-buttons-container{
  font-size: 0;
  background: rgb(12 12 12 / 0.8);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.game-buttons-container .game-button{
  width: calc(1200px / 2 - 2px);
  margin-right: 10px;
  height: 300px;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

.game-buttons-container .game-button:last-child{
  margin-right: 0;
}

.game-buttons-container .game-button.live{
  background: url("../../common/images/main/game-button/game-button-01.jpg");
}

.game-buttons-container .game-button.sports{
  background: url("../../common/images/main/game-button/game-button-02.jpg");
}

.game-buttons-container .game-button.slot{
  background: url("../../common/images/main/game-button/game-button-03.jpg");
}

.game-buttons-container .game-button.Others{
  background: url("../../common/images/main/game-button/game-button-04.jpg");
}
.game-buttons-container .game-button.Poker{
  background: url("../../common/images/main/game-button/game-button-05.jpg");
}
.game-buttons-container .game-button.mini{
  background: url("../../common/images/main/game-button/game-button-07.jpg");
}
.game-buttons-container .game-button.Hirow{
  background: url("../../common/images/main/game-button/game-button-06.jpg");
}
.game-buttons-container .game-button.Sport{
  background: url("../../common/images/main/game-button/game-button-08.jpg");
}
.game-buttons-container .game-button.Holdem{
  background: url("../../common/images/main/game-button/game-button-09.jpg");
}
.game-buttons-container .game-button.Hotelslot{
  background: url("../../common/images/main/game-button/game-button-10.jpg");
}


.game-buttons-container .game-button.live:hover{
  background: url("../../common/images/main/game-button/game-button-01-hover.jpg");
}

.game-buttons-container .game-button.sports:hover{
  background: url("../../common/images/main/game-button/game-button-02-hover.jpg");
}

.game-buttons-container .game-button.slot:hover{
  background: url("../../common/images/main/game-button/game-button-03-hover.jpg");
}

.game-buttons-container .game-button.Others:hover{
  background: url("../../common/images/main/game-button/game-button-04-hover.jpg");
}
.game-buttons-container .game-button.Poker:hover{
  background: url("../../common/images/main/game-button/game-button-05-hover.jpg");
}
.game-buttons-container .game-button.mini:hover{
  background: url("../../common/images/main/game-button/game-button-07-hover.jpg");
}
.game-buttons-container .game-button.Hirow:hover{
  background: url("../../common/images/main/game-button/game-button-06-hover.jpg");
}
.game-buttons-container .game-button.Sport:hover{
  background: url("../../common/images/main/game-button/game-button-08-hover.jpg");
}
.game-buttons-container .game-button.Holdem:hover{
  background: url("../../common/images/main/game-button/game-button-09-hover.jpg");
}
.game-buttons-container .game-button.Hotelslot:hover{
  background: url("../../common/images/main/game-button/game-button-10-hover.jpg");
}



.game-button .title-container{
  position: absolute;
  bottom:70px;
  height: 50px;
  width: 300px;
  text-align: center;

}

.game-button .title-container span{
  font-size: 25px;
  font-weight: bolder;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;

}

.game-button .title-container button{
  font-size: 14px;
  color: #000000;
  width: 140px;
  height: 40px;
  border-radius: 0;
  font-weight: 600;
}

.game-button .title-container button.btn-yellow:hover{
  color: #ffffff;
}

.game-button:hover .title-container span{
  color: #ffbf00;
}

.navigation-page .guest-container{
  font-size: 0;
  position: relative;
  z-index: 10;
}

.navigation-page .guest-container .isLogin{
  height: 60px;
  display: flex;
  align-items: center;
  margin-right: -170px;
}


/*.rank-userId::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background: #383449;
  transform: translateY(-50%);
}*/

.navigation-page .guest-container .isNotLogin{
  display: flex;
  align-items: center;
  height: 60px;
}

.navigation-page .guest-container .isNotLogin input {
  width: 150px;
  height: 40px;
  border: 1px solid #424242;
  background: #000000;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
}

.navigation-page .guest-container .isNotLogin input:nth-of-type(2) {
  margin-left: 10px;
}

.navigation-page .isLogin .balance-container{
  min-width: 150px;
  height: 40px;
  padding: 0 10px;
  background: #000000;
  vertical-align: middle;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ffbf00;
  color: #ffbf00;
  font-size: 13px;
}
