.gamebuttons-container{
  width: 100%;
  background: #1a1a1a;
  padding: 16px 0 0;
  border-top: 10px solid #333333;
  font-size: 0;
  font-weight: bold;
}

.gamebuttons-container.category{
  padding: 16px 20px 0;
}

.gamebuttons-container .game-buttons{
  width: calc(100% / 4 );
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: top;
  position: relative;
}

.gamebuttons-container .game-buttons p{
  margin-bottom: 20px;
  padding: 0 6px;
  color: #C8A45A;
}

/*favorites*/
.gamebuttons-container .header-title{
  width: 100%;
  font-size: 1.1rem;
  height: 33px;
  line-height: 30px;
  padding: 0 20px;
}

.gamebuttons-container .header-title .add-game-btn{
  height: 33px;
  text-align: center;
  border-radius: 20px;
  padding: 2px 12px;
  background: #333333;
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gamebuttons-container .buttons-overflow{
  overflow-x: scroll;
  width: 100%;
  position: relative;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.gamebuttons-container.fish .buttons-overflow,
.gamebuttons-container.poker .buttons-overflow,
.gamebuttons-container.graph .buttons-overflow{
  overflow-x: hidden;
}

.gamebuttons-container .sport-buttons,
.gamebuttons-container .live-buttons,
.gamebuttons-container .fish-buttons,
.gamebuttons-container .slots-buttons,
.gamebuttons-container .poker-buttons,
.gamebuttons-container .lottery-buttons,
.gamebuttons-container .fungame-buttons,
.gamebuttons-container .graph-buttons{
  width: 30%;
  display: inline-block;
  margin-right: 0;
  font-size: 1.1rem;
  position: relative;
  text-align: center;
}


@media only screen and (min-width: 320px) and (max-width: 320px) {
  .gamebuttons-container .game-buttons,
  .gamebuttons-container .favorites-buttons{
    font-size: 11px;
  }
}

.buttons-overflow h1:first-child{
  font-size: 20px;
  margin-bottom: 0;
  color: #2b2d2f;
}
.buttons-overflow h1:nth-child(2){
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 32px;
}

.fave-text-first{
  font-size: 16px;
  margin-bottom: 0;
  color: #999999;
}
.fave-text-second{
  color: #ffffff;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 32px;
  line-height: 20px;
  word-break: keep-all;
  opacity: 0.6;
}

.custom-add-fave{
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  opacity: 0.5;
  text-align: center;
}
.fave-add-icon{
  font-size: 30px;
  color: #2b2d2f;
}

.buttons-overflow.favorites{
  text-align: center;
}

.gamebuttons-container .sport-buttons:first-child,
.gamebuttons-container .live-buttons:first-child,
.gamebuttons-container .fish-buttons:first-child,
.gamebuttons-container .slots-buttons:first-child,
.gamebuttons-container .poker-buttons:first-child,
.gamebuttons-container .lottery-buttons:first-child,
.gamebuttons-container .fungame-buttons:first-child,
.gamebuttons-container .graph-buttons:first-child{
  margin-left: 20px;
}
.gamebuttons-container .sport-buttons:last-child,
.gamebuttons-container .live-buttons:last-child,
.gamebuttons-container .slots-buttons:last-child,
.gamebuttons-container .poker-buttons:last-child,
.gamebuttons-container .lottery-buttons:last-child,
.gamebuttons-container .fungame-buttons:last-child,
.gamebuttons-container .graph-buttons:last-child{
  margin-right: 20px;
}

.badge.badge-dm{
  position: absolute;
  top: 1px;
  height: 21px;
  width: 21px;
  padding: 4px 0;
  right: 6px;
  background-color: #CC001B;
}
