html ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

html ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

html ::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border-radius: 10px;
}

html ::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

html ::-webkit-scrollbar-thumb:active {
  background: #666666;
}

html ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
}

html ::-webkit-scrollbar-track:hover {
  background: transparent;
}

html ::-webkit-scrollbar-track:active {
  background: transparent;
}

html ::-webkit-scrollbar-corner {
  background: transparent;
}

html body {
  background-color: transparent;
}

html body .container-fluid {
  padding-left: 0;
}

html body .container-fluid .game-tab {
  position: relative;
  margin: 0 0 2rem;
}

html body .container-fluid .game-tab .nav {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-break: normal;
  white-space: nowrap;
  overflow-x: auto;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #fff;
}

html body .container-fluid .game-tab .nav li {
  display: inline-block;
}

html body .container-fluid .game-tab .nav li.nav-item a {
  color: #b8b8b8;
  font-weight: bold;
}

html body .container-fluid .game-tab .nav li.nav-item a.all {
  border-right: 1px solid #b8b8b8;
}

html body .container-fluid .game-tab .nav li.nav-item a.nav-link {
  border-radius: 0;
  padding: 0.8rem 2.5rem;
}

html body .container-fluid .game-tab .nav li.nav-item a.nav-link.active {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  html body .container-fluid .game-tab .nav {
    display: block;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    position: relative;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

html body .container-fluid .game-tab .gradientLayer {
  position: absolute;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 0, 36, 0)), to(black));
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, black 100%);
  width: 2rem;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

html body .container-fluid .game-tab .gradientLayer.active {
  display: block;
}

html body .container-fluid .game-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto !important;
  gap: 0 1rem;
}

html body .container-fluid .game-item .item.game-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.9%;
          flex: 0 0 18.9%;
  position: relative !important;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0 !important;
  top: 0 !important;
  overflow: hidden;
}

html body .container-fluid .game-item .item.game-list a img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  html body .container-fluid .game-item .item.game-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.4%;
            flex: 0 0 23.4%;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn {
    width: 100%;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-play-now, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn-play-now {
    padding: 0.5rem 0.9rem !important;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-demo-game, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn-demo-game {
    padding: 0.5rem 0.9rem !important;
  }
  html body .container-fluid .game-item .item.game-list:hover:after, html body .container-fluid .game-item .item.game-list:focus:after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  html body .container-fluid .game-item .item.game-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 550px) {
  html body .container-fluid .game-item .item.game-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn {
    width: 100%;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-play-now, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn-play-now {
    padding: 0.2rem 0.5rem !important;
    font-size: 0.8rem;
  }
  html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-demo-game, html body .container-fluid .game-item .item.game-list:focus .game-image-container .hide .btn-demo-game {
    padding: 0.2rem 0.5rem !important;
    font-size: 0.8rem;
  }
  html body .container-fluid .game-item .item.game-list:hover:after, html body .container-fluid .game-item .item.game-list:focus:after {
    opacity: 1;
  }
}

html body .container-fluid .game-item .item.game-list .game-name {
  margin-top: auto;
  color: #ffffff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: auto 1rem 0 1rem;
}

html body .container-fluid .game-item .item.game-list .game-name p {
  background: #000000;
  border-radius: 4px;
  white-space: normal;
  line-break: anywhere;
  margin-bottom: 0;
  padding: 0 0.8rem 0.2rem;
  font-weight: bold;
}

html body .container-fluid .game-item .item.game-list .game-image-container .hide {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

html body .container-fluid .game-item .item.game-list .demoWrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

html body .container-fluid .game-item .item.game-list:hover {
  border-radius: 8px;
  border: 1px solid #BBBBBB;
}

html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide {
  top: 50%;
  opacity: 1;
}

html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide::after {
  opacity: 1;
}

html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn {
  width: 100%;
  border-radius: 6px;
  padding: 0.5rem 1.4rem;
  white-space: nowrap;
}

html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-play-now {
  background-color: #FFFFFF;
  color: #333;
  border: #B8B8BB;
  font-weight: bold;
}

html body .container-fluid .game-item .item.game-list:hover .game-image-container .hide .btn-demo-game {
  background-color: #333;
  color: #FFFFFF;
  border: #B8B8B8;
}

html body .container-fluid .game-item .item.game-list:hover .demoWrap::after {
  opacity: 1;
}

html body .container-fluid .dropdown.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #FFFFFF;
}

html body .container-fluid .dropdown.show a.btn-secondary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

html body .container-fluid .dropdown a.btn-secondary {
  background-color: #000000;
  border-color: #FFFFFF;
  font-weight: 600;
  border-radius: 4px;
  text-align: left;
  padding-left: 1.5rem;
}

html body .container-fluid .dropdown a.btn-secondary:focus {
  background-color: #000000;
  border-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body .container-fluid .dropdown a.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #000000;
  border-color: #FFFFFF;
}

html body .container-fluid .dropdown a.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000000;
  border-color: #FFFFFF;
}

html body .container-fluid .dropdown a.btn-secondary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body .container-fluid .dropdown a.btn-secondary::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  color: #CDCDCD;
  font-weight: 600;
  float: right;
}

html body .container-fluid .dropdown .dropdown-menu {
  width: 100%;
  background-color: #333333;
}

html body .container-fluid .dropdown .dropdown-menu.show {
  -webkit-transform: translate3d(0px, 34px, 0px) !important;
          transform: translate3d(0px, 34px, 0px) !important;
}

html body .container-fluid .dropdown .dropdown-menu.show a {
  color: #999999;
}

html body .container-fluid .dropdown .dropdown-menu.show a.dropdown-item {
  padding: .5rem 1.5rem;
}
/*# sourceMappingURL=game-list.css.map */