/* thai */
@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Sarabun-Light.ttf") format("woff2");
}

@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Sarabun-Medium.ttf") format("woff2");
}

@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Sarabun-Regular.ttf") format("woff2");
}

@font-face {
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Sarabun-SemiBold.ttf") format("woff2");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf")
    format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  font-family: "Sarabun";
  background-color: #010610;
  padding-top: 94px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 90%;
    max-width: 1666px;
  }
}

.main-header {
  background: linear-gradient(0deg, #000000 0%, #545454 100%);
}

.btn {
  padding: 0.5rem 0.5rem;
}

header .btn {
  font-size: 20px;
  color: #fff;
  min-width: 150px;
  border: 0px solid transparent;
}

.btn-danger {
  background: linear-gradient(0deg, #560d28 0%, #ff0015 100%);
  border: 2px solid #ff0015;
}

.text-danger {
  color: #ff0015 !important;
}

.nav-scroller {
  background: linear-gradient(0deg, #560d28 0%, #ff0015 100%);
}

.nav-scroller nav a {
  color: #fff;
}

.icon {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  vertical-align: sub;
}

.icon-phone {
  background-image: url("../images/icons/phone.svg");
}

.icon-home {
  background-image: url("../images/icons/home.svg");
}

.icon-slot {
  background-image: url("../images/icons/cherry.svg");
}

.icon-dices {
  background-image: url("../images/icons/dices.svg");
}

.icon-ball {
  background-image: url("../images/icons/soccer-ball.svg");
}

.icon-lotto {
  background-image: url("../images/icons/lotto.svg");
}

.icon-giftbox {
  background-image: url("../images/icons/giftbox.svg");
}

.icon-search {
  background-image: url("../images/icons/search.svg");
}

.icon-gamelive {
  background-image: url("../images/icons/GameLive.svg");
}

.nav-scroller .nav a {
  width: 25%;
  text-align: center;
  padding: 16px 0 !important;
}

.nav-scroller a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-scroller .nav a:hover {
  text-decoration: none;
}

.nav-scroller .nav a:first-of-type {
  margin-left: -1px;
}

.nav-scroller a:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-scroller a + a {
  margin-left: -1px;
}

@media (max-width: 767px) {
  .icon {
    display: block;
    margin: 0 auto;
  }

  .nav-scroller a {
    font-size: 14px;
  }
  .table{
    font-size: 14px;
  }
}


.list-games {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.list-games li {
  width: 20%;
  float: left;
  position: relative;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .list-games li {
    width: 25%;
  }
}

@media only screen and (max-width: 991px) {
  .list-games li {
    width: 33.33%;
  }
  body {
    padding-top: 127px !important;
  }
  footer {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-games li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .list-games li {
    width: 50%;
  }
}

.g-name {
  padding: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  bottom: 0;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 18px solid #ffffff;
  border-bottom: 14px solid transparent;
  display: block;
  margin: 10px auto;
}

.middle {
  transition: 0.1s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.col-game img {
  transition: 0.1s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}

.box {
  position: relative;
  display: block;
  float: left;
  border-width: 1px;
  border-radius: 10px;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  padding: 5px;
}

.box:hover {
  background-color: #000;
  border-color: #313131;
}

.box:hover .img-fluid {
  background-color: #000;
  opacity: 0.3;
  filter: blur(6px);
}

.box:hover .middle {
  opacity: 1;
}

.middle a {
  color: #fff;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1100px;
  }
}

.list-games i {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: contain;
  right: 20px;
  position: absolute;
  top: 10px;
}

@media (max-width: 767px) {
  .list-games i {
    height: 25px;
    width: 25px;
    right: 10px;
  }
}

.list-games .icon-pp,.icon-pragmatic {
  background-image: url(../images/icon-pp.png);
}

.list-games .icon-ygg,.icon-yggdrasil {
  background-image: url(../images/icons/ygg-a.svg);
}

.list-games .icon-mgs ,.icon-microgaming{
  background-image: url(../images/icons/mgs-a.svg);
}

.list-games .icon-pgsoft,.icon-pgsoftgamehub {
  background-image: url(../images/icons/pg-a.svg);
}

.list-games .icon-leap,.icon-leapgaming {
  background-image: url(../images/icons/gl-a.svg);
}

.list-games .icon-1x2,.icon-1x2gaming {
  background-image: url(../images/icons/1x2-a.svg);
}

.list-games .icon-ainsworth {
  background-image: url(../images/icons/ag-a.svg);
}

.list-games .icon-playson {
  background-image: url(../images/icons/ps-a.svg);
}

.list-games .icon-wazdan {
  background-image: url(../images/icons/wd-a.svg);
}

.list-games .icon-gamevy {
  background-image: url(../images/icons/gv-a.svg);
}

.list-games .icon-boominggames {
  background-image: url(../images/icons/bg-a.svg);
}

.list-games .icon-irondog {
  background-image: url(../images/icons/irondog-a.svg);
}

.list-games .icon-pariplay {
  background-image: url(../images/icons/prp-a.svg);
}

.list-games .icon-dragoon ,.icon-dragoonsoft{
  background-image: url(../images/icons/dragoon-a.svg);
}

.list-games .icon-blueprint,.icon-blueprintgaming {
  background-image: url(../images/icons/blueprint-a.svg);
}

.list-games .icon-august, .list-games .icon-augustgaming {
  background-image: url(../images/icons/august-a.svg);
}

.list-games .icon-boomerang {
  background-image: url(../images/icons/boomerang-a.svg);
}

.list-games .icon-booongo {
  background-image: url(../images/icons/booongo-a.svg);
}

.list-games .icon-chance {
  background-image: url(../images/icons/chance-a.svg);
}
.list-games .icon-evoplay {
  background-image: url(../images/icons/evoplay-a.svg);
}
.list-games .icon-gamefish {
  background-image: url(../images/icons/gamefish-a.svg);
}
.list-games .icon-habanero {
  background-image: url(../images/icons/habanero-a.svg);
}
.list-games .icon-hacksaw,.icon-hacksawgaming {
  background-image: url(../images/icons/hacksaw-a.svg);
}
.list-games .icon-kalamba,.icon-kalambagames {
  background-image: url(../images/icons/kalamba-a.svg);
}
.list-games .icon-lightning {
  background-image: url(../images/icons/lightning-a.svg);
}
.list-games .icon-mobilots {
  background-image: url(../images/icons/mobilots-a.svg);
}
.list-games .icon-nolimit,.icon-nolimitcity,.icon-nlc {
  background-image: url(../images/icons/nolimit-a.svg);
}
.list-games .icon-omi {
  background-image: url(../images/icons/omi-a.svg);
}
.list-games .icon-onetouch {
  background-image: url(../images/icons/onetouch-a.svg);
}
.list-games .icon-playpearls {
  background-image: url(../images/icons/playpearls-a.svg);
}
.list-games .icon-push {
  background-image: url(../images/icons/push-a.svg);
}
.list-games .icon-quickspin {
  background-image: url(../images/icons/quickspin-a.svg);
}
.list-games .icon-realtime {
  background-image: url(../images/icons/realtime-a.svg);
}
.list-games .icon-redtiger, .icon-evortg {
  background-image: url(../images/icons/redtiger-a.svg);
}

.list-games .icon-revolver {
  background-image: url(../images/icons/revolver-a.svg);
}
.list-games .icon-slotmill {
  background-image: url(../images/icons/slotmill-a.svg);
}
.list-games .icon-spearhead {
  background-image: url(../images/icons/spearhead-a.svg);
}

.list-games .icon-splitrock {
  background-image: url(../images/icons/splitrock-a.svg);
}

.list-games .icon-thunderkick {
  background-image: url(../images/icons/thunderkick-a.svg);
}

.list-games .icon-woohoo {
  background-image: url(../images/icons/woohoo-a.svg);
}
.list-games .icon-elk,.list-games .icon-elkstudios {
  background-image: url(../images/icons/elk-a.svg);
}
.list-games .icon-relax,.icon-relaxgaming {
  background-image: url(../images/icons/relax-a.svg);
}
.list-games .icon-joker {
  background-image: url(../images/icons/joker-a.svg);
}
.list-games .icon-redrake {
  background-image: url(../images/icons/redrake-a.svg);
}
.list-games .icon-allwayspin {
  background-image: url(../images/icons/allwayspin-a.svg);
}
.list-games .icon-aristocrat {
  background-image: url(../images/icons/aristocrat-a.svg);
}
.list-games .icon-gclub {
  background-image: url(../images/icons/gclub-a.svg);
}
.list-games .icon-scientificgames {
  background-image: url(../images/icons/scientific-a.svg);
}
.list-games .icon-eagaming {
  background-image: url(../images/icons/eagaming-a.svg);
}
.list-games .icon-apollo {
  background-image: url(../images/icons/apollo-a.svg);
}
.list-games .icon-mrslotty {
  background-image: url(../images/icons/mrslotty-a.svg);
}
.list-games .icon-netgame {
  background-image: url(../images/icons/netgame-a.svg);
}
.list-games .icon-spadegaming {
  background-image: url(../images/icons/spadegaming-a.svg);
}
.list-games .icon-playngo {
  background-image: url(../images/icons/playngo-a.svg);
}
.list-games .icon-maverick {
  background-image: url(../images/icons/maverick-a.svg);
}
.list-games .icon-bgaming {
  background-image: url(../images/icons/bgaming-a.svg);
}
.list-games .icon-7mojos ,.icon-7mojosslots {
  background-image: url(../images/icons/7mojos-a.svg);
}
.list-games .icon-fazi {
  background-image: url(../images/icons/fazi-a.svg);
}
.list-games .icon-bet2tech {
  background-image: url(../images/icons/bet2tech-a.svg);
}
.list-games .icon-ctgaming {
  background-image: url(../images/icons/ctgaming-a.svg);
}
.list-games .icon-felix {
  background-image: url(../images/icons/felix-a.svg);
}
.list-games .icon-gamshy {
  background-image: url(../images/icons/gamshy-a.svg);
}
.list-games .icon-gamzix {
  background-image: url(../images/icons/gamzix-a.svg);
}
.list-games .icon-platipus {
  background-image: url(../images/icons/platipus-a.svg);
}
.list-games .icon-tomhorn {
  background-image: url(../images/icons/tomhorn-a.svg);
}
.list-games .icon-tpg {
  background-image: url(../images/icons/tpg-a.svg);
}
.list-games .icon-truelab {
  background-image: url(../images/icons/truelab-a.svg);
}
.list-games .icon-virtualgeneration {
  background-image: url(../images/icons/virtualgeneration-a.svg);
}
.list-games .icon-simpleplay {
  background-image: url(../images/icons/simpleplay-a.svg);
}
.list-games .icon-greenjade {
  background-image: url(../images/icons/greenjade-a.svg);
}
.list-games .icon-fantasmagames {
  background-image: url(../images/icons/fantasmagames-a.svg);
}

.list-games .icon-gamefishglobal {
  background-image: url(../images/icons/GamefishGlobal-a.svg);
}

.list-games .icon-pushgaming {
  background-image: url(../images/icons/PushGaming-a.svg);
}

.list-games .icon-revolvergaming {
  background-image: url(../images/icons/RevolverGaming-a.svg);
}

.list-games .icon-rtgslots {
  background-image: url(../images/icons/RTGSlots-a.svg);
}

.list-games .icon-spearheadstudios {
  background-image: url(../images/icons/SpearheadStudios-a.svg);
}

.list-games .icon-splitrockgaming {
  background-image: url(../images/icons/SplitrockGaming-a.svg);
}

.list-games .icon-woohoogames {
  background-image: url(../images/icons/WoohooGames-a.svg);
}

.list-games .icon-kironinteractive {
  background-image: url(../images/icons/KironInteractive-a.svg);
}

.list-games .icon-betradar {
  background-image: url(../images/icons/Betradar-a.svg);
}
.list-games .icon-ladyluck {
  background-image: url(../images/icons/LadyLuck-a.svg);
}
.list-games .icon-espresso {
  background-image: url(../images/icons/Espress-a.svg);
}
.list-games .icon-netent {
  background-image: url(../images/icons/NetEnt-a.svg);
}
.list-games .icon-gameart {
  background-image: url(../images/icons/gameart-a.svg);
}
.list-games .icon-evolutiongaming,.icon-evolution {
  background-image: url(../images/icons/evolution-a.svg);
}
.list-games .icon-ezugi {
  background-image: url(../images/icons/ezuki-a.svg);
}
.list-games .icon-betgames {
  background-image: url(../images/icons/betgame.tv-a.svg);
}
.list-games .icon-playtech {
  background-image: url(../images/icons/playtech-a.svg);
}
.list-games .icon-skywindlive {
  background-image: url(../images/icons/Skywind-a.svg);
}
.list-games .icon-skywindcasino {
  background-image: url(../images/icons/Skywind-a.svg);
}
.list-games .icon-skywindcasino {
  background-image: url(../images/icons/Skywind-a.svg);
}
.list-games .icon-cqnine {
  background-image: url(../images/icons/CQNine-a.svg);
}
.list-games .icon-cq9casino {
  background-image: url(../images/icons/CQNine-a.svg);
}
.list-games .icon-funkygames {
  background-image: url(../images/icons/Funky-a.svg);
}
.list-games .icon-gamatron {
  background-image: url(../images/icons/Gamatron-a.svg);
}
.list-games .icon-worldmatch {
  background-image: url(../images/icons/WorldMatch-a.svg);
}
.list-games .icon-creativegaming {
  background-image: url(../images/icons/CreativeGaming-a.svg);
}

.list-games .icon-gamomat {
  background-image: url(../images/icons/GAMOMAT-a.svg);
}

.list-games .icon-goldenhero {
  background-image: url(../images/icons/GOLDENHERO-a.svg);
}

.list-games .icon-fugaso {
  background-image: url(../images/icons/Fugaso-a.svg);
}

.list-games .icon-gamesinc {
  background-image: url(../images/icons/GamesInc-a.svg);
}

.list-games .icon-inbet {
  background-image: url(../images/icons/InbetGames-a.svg);
}

.list-games .icon-kagaming {
  background-image: url(../images/icons/KAGaming-a.svg);
}

.list-games .icon-mancala {
  background-image: url(../images/icons/Mancala-a.svg);
}

.list-games .icon-spinmatic {
  background-image: url(../images/icons/Spinmatic-a.svg);
}

.list-games .icon-zeusplay {
  background-image: url(../images/icons/Zeusplay-a.svg);
}

.list-games .icon-ebet {
  background-image: url(../images/icons/ebet-a.svg);
}

.list-games .icon-smartsoft{
  background-image: url(../images/icons/smartsoft-a.svg);
}

.list-games .icon-justplay{
  background-image: url(../images/icons/justplay-a.svg);
}


.list-games .icon-onlyplay{
  background-image: url(../images/icons/onlyplay-a.svg);
}
.list-games .icon-spribe{
  background-image: url(../images/icons/Spribe-a.svg);
}
.list-games .icon-cogg{
  background-image: url(../images/icons/COGG-a.svg);
}

.list-games .icon-novomatic{
  background-image: url(../images/icons/novomatic-a.svg);
}

.list-games .icon-igt{
  background-image: url(../images/icons/igt-a.svg);
}

.list-games .icon-amatic{
  background-image: url(../images/icons/amatic-a.svg);
}

.list-games .icon-egt{
  background-image: url(../images/icons/egt-a.svg);
}

.list-games .icon-apex{
  background-image: url(../images/icons/apex-a.svg);
}

.list-games .icon-igrosoft{
  background-image: url(../images/icons/igrosoft-a.svg);
}

.list-games .icon-mpoker {
  background-image: url(../images/icons/MPoker-a.svg);
}

.list-games .icon-reloadedgaming {
  background-image: url(../images/icons/Reload-a.svg);
}

.list-games .icon-beterlive {
  background-image: url(../images/icons/BeterLive-a.svg);
}

.list-games .icon-mannaplay {
  background-image: url(../images/icons/MannaPlay-a.svg);
}

.list-games .icon-printstudios {
  background-image: url(../images/icons/PrintStudios-a.svg);
}

.list-games .icon-elysium {
  background-image: url(../images/icons/elysium-a.svg);
}

.list-games .icon-turbogames {
  background-image: url(../images/icons/TURBO-a.svg);
}
.list-games .icon-prospectgaming {
  background-image: url(../images/icons/PROSPECT-a.svg);
}
.list-games .icon-bigtimegaming {
  background-image: url(../images/icons/BTG-a.svg);
}
.list-games .icon-galaxsys {
  background-image: url(../images/icons/Galaxsys-a.svg);
}
.list-games .icon-gamingcorps {
  background-image: url(../images/icons/Gamingcorps-a.svg);
}
.list-games .icon-kingmaker {
  background-image: url(../images/icons/kingmaker-a.svg);
}
.list-games .icon-568wingames {
  background-image: url(../images/icons/568win-a.svg);
}
.list-games .icon-s4gaming {
  background-image: url(../images/icons/S4Gaming-a.svg);
}
.list-games .icon-rivalpowered {
  background-image: url(../images/icons/RivalPowered-a.svg);
}
.list-games .icon-endorphina {
  background-image: url(../images/icons/endorphina-a.svg);
}
.list-games .icon-adlunam {
  background-image: url(../images/icons/ADL-a.svg);
}
.list-games .icon-fachai {
  background-image: url(../images/icons/fachai-a.svg);
}
.list-games .icon-mascotgaming {
  background-image: url(../images/icons/MascotGaming-a.svg);
}
.list-games .icon-nagagames {
  background-image: url(../images/icons/nagagames-a.svg);
}
.list-games .icon-slotopia {
  background-image: url(../images/icons/Slotopia-a.svg);
}
.list-games .icon-iconic21 {
  background-image: url(../images/icons/iconic21-a.svg);
}
.list-games .icon-voltent {
  background-image: url(../images/icons/VoltEnt-a.svg);
}
.list-games .icon-bng {
  background-image: url(../images/icons/BNG-a.svg);
}
.list-games .icon-rawigaming {
  background-image: url(../images/icons/RAW-a.svg);
}
.list-games .icon-clawbuster {
  background-image: url(../images/icons/clawbuster-a.svg);
}
.list-games .icon-jili {
  background-image: url(../images/icons/JILI-a.svg);
}
.list-games .icon-fatpanda {
  background-image: url(../images/icons/FatPanda-a.svg);
}
.list-games .icon-rubyplay {
  background-image: url(../images/icons/Ruby-a.svg);
}
.list-games .icon-18peaches {
  background-image: url(../images/icons/18peaches-a.svg);
}
.list-games .icon-shadylady {
  background-image: url(../images/icons/shadylady-a.svg);
}
.list-games .icon-peter\&sons {
  background-image: url(../images/icons/petersons-a.svg);
}
.list-games .icon-bigpotgaming {
  background-image: url(../images/icons/bigpotgaming-a.svg);
}
.list-games .icon-77gaming {
  background-image: url(../images/icons/77gaming-a.svg);
}
.list-games .icon-kitsune {
  background-image: url(../images/icons/kitsune-a.svg);
}
.list-games .icon-backseatgaming {
  background-image: url(../images/icons/backseatgaming-a.svg);
}
.list-games .icon-bullshark {
  background-image: url(../images/icons/bullshark-a.svg);
}
.list-games .icon-amigogaming {
  background-image: url(../images/icons/amigogaming-a.svg);
}
.list-games .icon-jdb {
  background-image: url(../images/icons/jdb-a.svg);
}
.list-games .icon-vagaming {
    background-image: url(../images/icons/vagaming-a.svg);
}
.list-games .icon-wildsheep {
    background-image: url(../images/icons/wildsheep-a.svg);
}
.list-games .icon-avanti {
    background-image: url(../images/icons/avanti-a.svg);
}
.list-games .icon-elbet {
    background-image: url(../images/icons/elbet-a.svg);
}
.bg-game-list {
  /* background-image: url(../images/BG-SMOKE.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: cover;
  height: auto;
  width: 100%; */
  background-image: url(../images/BG-SMOKE.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-size: auto;
  height: auto;
  width: 100%;
}

.bg-drak {
  background-color: #010610;
}

.menu-footer {
  list-style: none;
}

.menu-footer li {
  text-align: left;
  padding: 10px;
}

.menu-footer li a {
  color: #ffffff;
}

.bg-footer-2 {
  background-color: #2b3444;
  color: #fff;
}

.form-signin {
  width: 100%;
  max-width: 480px;
  padding: 15px;
  margin: auto;
  color: rgba(255, 255, 255, 0.68);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background-color: #404246;
  border-color: #8b8b8b;
  color: rgba(255, 255, 255, 0.68);
}

.form-signin .form-control:focus {
  z-index: 2;
}

label.is-invalid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  text-align: right;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

form.form-signin button {
  padding: 10px;
}

.menu-main {
  margin: 0;
  padding: 0;
}

.profile.dropdown {
  padding: 30px 15px;
}

.menu-main li {
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  padding: 24px 10px;
  color: #fff;
  font-size: 18px;
}

.menu-main li a {
  font-size: 18px;
  color: #fff !important;
  vertical-align: middle;
  text-align: center;
  max-height: 46px;
  padding: 10px 15px;
}

.menu-main li a.btn {
  border-radius: 5px;
  padding: 8px 15px;
}

.menu-main li a:hover {
  text-decoration: none;
}

.btn-outline-danger {
  border: 2px solid #ff0015;
  color: #ffffff;
}

.menu-main .btn-danger,.menu-main .btn-secondary {
  height: 46px;
}

.profile {
  background-color: #000;
}

.profile .dropdown-menu.show {
  top: 30px !important;
  left: -15px !important;
}

.profile .dropdown-menu {
  background-color: #000;
  color: #fff;
  border-radius: 0px;
  min-width: 13rem;
}

.profile .dropdown-menu a {
  font-size: 14px;
  text-align: left;
}

.profile .dropdown-item:focus,
.profile .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.profile .dropdown-divider {
  border-top: 1px solid #4c4c4c;
}

.menu-games {
  margin: 0rem 0;
  background-color: #1e1e1e;
  /* border-radius: 10px; */
}

.menu-games ul li > a {
  padding: 20px 20px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.menu-games ul li > a.active {
  color: #ffffff;
  font-weight: 500;
}

.form-search input {
  background-color: #292929 !important;
  border: unset !important;
  border-radius: 40px !important;
  color: #fff;
}

.form-search .input-group {
  background-color: #292929 !important;
  border-radius: 40px !important;
  padding: 3px;
  border: 2px solid #ff0015 !important;
}

.menu-secondary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-secondary li {
  float: left;
}

@media (max-width: 991px) {
  .profile.dropdown {
    padding: 18px 0px;
  }

  header .btn {
    min-width: auto;
    height: auto !important;
  }

  .col-menu-main {
    background-color: #141922;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-main li {
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
  }

  .menu-main li a {
    font-size: 14px;
    display: inline-block;
  }

  .nav-scroller .nav a {
    padding: 10px 0 !important;
  }

  .menu-main {
    width: 100%;
  }

  .icon {
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
  }

  .profile.dropdown {
    pointer-events: none;
  }

  .menu-games ul li > a {
    display: inline-block;
  }

  .menu-main li a {
    padding: 10px 10px;
  }
}

.menu-main li a {
  cursor: pointer;
}

.input-group-text {
  border: 1px solid transparent !important;
}

.form-search .input-group-append {
  pointer-events: none;
}

@media (max-width: 767px) {

  .menu-main li.balance a{
    min-width: 140px;
    text-align: center !important;
  }
  .form-search .input-group {
    position: absolute;
    width: 40px;
    height: 40px;
  }

  .form-search input.form-control {
    display: none;
    color: #fff;
  }

  .form-search .input-group-append {
    pointer-events: all;
  }

  .middle a {
    font-size: 0;
  }

  .menu-main li a.btn {
    padding: 8px 8px;
  }
  .col-game img {
    border-radius: 5px !important;
  }
}

.header-play {
  background: #131313;
}

.container-play {
  max-width: 80%;
}

.form-signin .btn {
  font-size: 20px !important;
  color: #fff;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

header .navbar {
  padding: 0;
}

#navbarCollapse .navbar-nav .nav-link .icon {
  display: block;
  margin: 10px auto;
}

#navbarCollapse .navbar-nav .nav-link {
  padding: 6px 1.5rem;
  color: #fff;
  text-align: center;
}

#navbarCollapse .navbar-nav .nav-item.active {
  background: #1f1f1f;
}

.header-play .profile .dropdown-menu.show {
  top: 85px !important;
  left: 0px !important;
}

.navbar-toggle {
  display: none;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 30px;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle {
  position: absolute;
  top: 6px;
  z-index: 200000;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }
}


/* .header-play .navbar-nav{
  display: inline-block;
} */
.header-play #navbarCollapse .navbar-nav .nav-item {
  float: left;
}

.container-home {
  max-width: 50%;
}

.menu-games.sticky-top {
  top: 94px;
}

@media (max-width: 991.98px) {
  .header-play .navbar-nav {
    display: flex;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 66px;
    bottom: 0;
    right: 100%;
    width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #131313;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 1;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  #navbarCollapse .navbar-nav .nav-link {
    padding: 14px 1.5rem;
    color: #fff;
    text-align: left;
  }

  .main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  body {
    padding-top: 127px;
  }

  .header-play #navbarCollapse .navbar-nav .nav-link .icon {
    display: inline-block;
    vertical-align: middle;
  }

  .container-home {
    max-width: 100%;
  }

  .logo-okd img {
    height: 55px;
  }
  .menu-games.sticky-top {
    top: 124px;
  }
}

.material-icons {
  vertical-align: middle;
}

.material-icons.md-25 {
  font-size: 25px;
}

.col-brand {
  border-radius: 10px;
}

.col-brand .btn {
  display: none;
  position: absolute;
  max-width: 250px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.col-brand img:hover,
.col-brand video:hover {
  transform: scale(1.1);
  border: 2px solid #ff2e2e;
  border-radius: 10px;
}

.col-brand:hover a .btn {
  display: inline-block;
}

.form-profile {
  max-width: 600px;
}

.form-profile {
  color: rgba(255, 255, 255, 0.6);
}

.form-profile .form-control {
  background-color: #404246;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  border-color: #8b8b8b;
  padding: 10px 0.75rem;
  height: auto;
}

.form-profile .btn {
  font-size: 20px;
}

.col-frame {
  background: #27292d;
  border: 2px solid #707070;
}

#loading-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading-frame .spinner-border {
  border-right-color: #ff0015;
}

.table-history {
  max-width: 900px;
  margin: 0 auto;
}

.table-history form input {
  background-color: #404246 !important;
  border-color: #8b8b8b !important;
  height: auto;
  padding: 10px 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.table-history form button {
  padding: 10px 0.75rem;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
}

.datepicker {
  z-index: 1222 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #e10319, #6e0b25);
}

.icon-game {
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-position: left;
  background-repeat: no-repeat;
}

.icon-all {
  background-image: url("../images/icons/all.svg");
}

a.active .icon-all,
a:hover .icon-all {
  background-image: url("../images/icons/all-a.svg");
}

.icon-hot {
  background-image: url("../images/icons/hot.svg");
}

a.active .icon-hot,
a:hover .icon-hot {
  background-image: url("../images/icons/hot-a.svg");
}

.icon-new {
  background-image: url("../images/icons/new.svg");
}

a.active .icon-new,
a:hover .icon-new {
  background-image: url("../images/icons/new-a.svg");
}

.icon-buy {
  background-image: url("../images/icons/buy.svg");
}

a.active .icon-buy,
a:hover .icon-buy {
  background-image: url("../images/icons/buy-a.svg");
}

.icon-mgs {
  background-image: url("../images/icons/mgs.svg");
}

a.active .icon-mgs,
a:hover .icon-mgs {
  background-image: url("../images/icons/mgs-a.svg");
}

.icon-ygg {
  background-image: url("../images/icons/ygg.svg");
}

a.active .icon-ygg,
a:hover .icon-ygg {
  background-image: url("../images/icons/ygg-a.svg");
}

.icon-pp {
  background-image: url("../images/icons/PPlogo.svg");
}

a.active .icon-pp,
a:hover .icon-pp {
  background-image: url("../images/icons/pp-a.svg");
}

.icon-bp {
  background-image: url("../images/icons/bp.svg");
}

a.active .icon-bp,
a:hover .icon-bp {
  background-image: url("../images/icons/bp-a.svg");
}

.icon-pg {
  background-image: url("../images/icons/pg.svg");
  background-size: contain;
}

a.active .icon-pg,
a:hover .icon-pg {
  background-image: url("../images/icons/pg-a.svg");
  background-size: contain;
}

.icon-lg {
  background-image: url("../images/icons/gl.svg");
  background-size: contain;
}

a.active .icon-lg,
a:hover .icon-lg {
  background-image: url("../images/icons/gl-a.svg");
  background-size: contain;
}

.icon-1x2 {
  background-image: url("../images/icons/1x2.svg");
  background-size: contain;
}

a.active .icon-1x2,
a:hover .icon-1x2 {
  background-image: url("../images/icons/1x2-a.svg");
  background-size: contain;
}

.icon-ag {
  background-image: url("../images/icons/ag.svg");
  background-size: contain;
}

a.active .icon-ag,
a:hover .icon-ag {
  background-image: url("../images/icons/ag-a.svg");
  background-size: contain;
}

.icon-ps {
  background-image: url("../images/icons/ps.svg");
  background-size: contain;
}

a.active .icon-ps,
a:hover .icon-ps {
  background-image: url("../images/icons/ps-a.svg");
  background-size: contain;
}

.icon-wd {
  background-image: url("../images/icons/wd.svg");
  background-size: contain;
}

a.active .icon-wd,
a:hover .icon-wd {
  background-image: url("../images/icons/wd-a.svg");
  background-size: contain;
}

.icon-gv {
  background-image: url("../images/icons/gv.svg");
  background-size: contain;
}

a.active .icon-gv,
a:hover .icon-gv {
  background-image: url("../images/icons/gv-a.svg");
  background-size: contain;
}

.icon-bg {
  background-image: url("../images/icons/bg.svg");
  background-size: contain;
}

a.active .icon-bg,
a:hover .icon-bg {
  background-image: url("../images/icons/bg-a.svg");
  background-size: contain;
}

.icon-id {
  background-image: url("../images/icons/id.svg");
  background-size: contain;
}

a.active .icon-id,
a:hover .icon-id {
  background-image: url("../images/icons/id-a.svg");
  background-size: contain;
}

.icon-prp {
  background-image: url("../images/icons/prp.svg");
  background-size: contain;
}

a.active .icon-prp,
a:hover .icon-prp {
  background-image: url("../images/icons/prp-a.svg");
  background-size: contain;
}

.icon-dg {
  background-image: url("../images/icons/dragoon.svg");
  background-size: contain;
}

a.active .icon-dg,
a:hover .icon-dg {
  background-image: url("../images/icons/dragoon-a.svg");
  background-size: contain;
}

.icon-fish {
  background-image: url("../images/icons/fish.svg");
  background-size: contain;
}

a.active .icon-fish,
a:hover .icon-fish {
  background-image: url("../images/icons/fish-a.svg");
  background-size: contain;
}

@media (max-width: 991px) {
  .menu-games .menu-secondary {
    justify-content: space-between !important;
    display: flex;
  }

  .nav-scroller a + a {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .nav-scroller {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1240;
  }

  .nav-scroller .nav a {
    width: 20%;
  }

  .icon-game {
    margin: 5px auto;
    display: block;
  }

  .menu-games ul li > a {
    text-align: center;
    font-size: 12px !important;
    padding: 5px 5px;
  }

  .menu-games {
    border-radius: 0;
  }

  .balance .material-icons.md-25 {
    font-size: 20px;
  }

  .g-name {
    font-size: 12px;
  }

  .menu-main .profile {
    width: 45%;
  }

  .menu-main .balance {
    width: 55%;
  }

  .nav-scroller .nav a:last-of-type {
    margin-left: 1px;
    border-right: none;
  }

  h1,
  .h1 {
    font-size: 25px;
  }
}

.bg-gray {
  background-color: #303337;
}

.menu-secondary .dropdown-menu {
  border-radius: 5px;
  background-color: #303337;
}

.menu-secondary .dropdown-menu > li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

.menu-secondary .dropdown-menu a {
  padding: 0;
}

.btn-link-sexy {
  width: 380px;
  text-align: center;
  border: 0;
  padding: 14px;
  border-radius: 30px;
  font-size: 20px;
  margin: 4rem auto;
}

@media (max-width: 767px) {
  .btn-link-sexy {
    position: fixed;
    width: 290px;
    margin: 0 auto;
    bottom: 90px;
    z-index: 2;
    left: 0;
    right: 0;
  }
}

.dropdown.has-container {
  position: static;
}

.dropdown.has-container.show > .dropdown-menu.container {
  margin: 0 0px;
  display: flex;
  justify-content: center;
  transform: translate3d(0px, 80px, 0px) !important;
}

.dropdown.has-container.show .dropdown-menu.container .dropdown-menu.container {
  margin: 0;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.sub-menu-parent.has-container {
  position: static;
}

.sub-menu-parent.has-container .sub-menu.li {
  margin: 0 0px;
  display: flex !important;
  justify-content: center;
  max-width: 70%;
  padding: 15px;
}

.menu-secondary .sub-menu > li:hover {
  background: transparent;
}

.menu-secondary li:hover a {
  text-decoration: none;
}

.menu-secondary li a:hover {
  color: #fff;
}

.menu-secondary .sub-menu li a {
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 767px) {
  .sub-menu-parent.has-container .sub-menu li {
    max-width: 100%;
  }

  .menu-secondary .sub-menu {
    border-radius: 0;
    /* justify-content: space-between !important;
    display: flex; */
  }

  .container-play {
    max-width: 100%;
  }

  .col-brand img:hover {
    transform: scale(1.05);
  }

  .col-brand h4 {
    font-size: 20px;
  }

  .logo-okd {
    padding: 9px;
  }

  .logo-okd img {
    height: 40px;
  }
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.fill {
  --color: #a972cb;
  --hover: #ff0015;
}

.pulse {
  --color: #ef6eae;
  --hover: #ff0015;
}

button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

button:hover,
button:focus {
  border-color: var(--hover);
  color: #fff;
}

@media (max-width: 320px) {
  .menu-secondary .sub-menu li a {
    font-size: 0;
  }
}

#modalSearchGame .modal-content {
  background-color: #27292d;
}

#modalSearchGame input {
  background-color: #292929;
  border: 1px solid #707070 !important;
  height: 44px;
  text-align: center;
  color: #ffff;
}

.close {
  text-shadow: none;
  color: #fff;
}

.disable-img {
  filter: grayscale(100%);
  pointer-events: none;
}

video,
.col-brand img {
  transition-duration: 0.3s;
}

.col-brand:hover h4 {
  color: #ff0015 !important;
}

.sub-menu-parent {
  position: relative;
}

.sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.sub-menu li {
  display: inline;
  padding: 15px 10px;
}

.sub-menu .border-bottom {
  border-bottom: 1px solid #292929 !important;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0.1s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu {
  background-color: #303337;
  /* border-radius: 10px; */
  padding: 0;
  margin: 0;
  max-width: 70%;
}

@media (max-width: 991px) {
  .sub-menu li {
    padding: 0px;
    text-align: center;
  }

  .sub-menu li a {
    padding: 5px 0px !important;
  }

  .sub-menu {
    max-width: 100%;
  }

  .icon-game {
    margin: 5px auto;
    display: block;
  }
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}

.noty_theme__mint.noty_type__error {
  background-color: #ff0015 !important;
  border-bottom: 1px solid #ff0015 !important;
  color: #fff !important;
}

.form-small {
  max-width: 480px;
}
.hovicon {
  display: inline-block;
  line-height: 70px;
  cursor: pointer;
  margin: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

.hovicon span.material-icons {
  font-size: 45px;
}

/* Effect 5 */
.hovicon.effect-5 {
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hovicon.effect-5:after {
  display: none;
}
.hovicon.effect-5:hover {
  background: rgba(255, 255, 255, 1);
  color: #ff0015;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
.hovicon.effect-5:hover i {
  color: #ff0015;
}
.hovicon.effect-5.sub-a:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-b:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-c:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-d:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .hovicon {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }

  .hovicon span.material-icons {
    font-size: 30px;
  }
}

.progressive-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.progressive-list {
  position: relative;
}
.progressive-list .image-area img {
  max-width: 100%;
  height: auto;
}
.progressive-list .counter-area {
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  top: 56%;
  transform: translateY(-50%);
}
.progressive-list .counter-area {
  padding: 10px;
  background-color: #100e3c;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  width: 350px;
  text-align: center;
}
.progressive-list {
  border: 3px solid transparent;
  box-sizing: border-box;
  border-radius: 10px;
}
.animated {
  background-image: linear-gradient(transparent, transparent),
    linear-gradient(180deg, #f39904, #fdff92 50%, #f39904);

  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight 1s infinite alternate;
}

@keyframes highlight {
  100% {
    background-position: 0 0, 0 0;
  }
}
.lastWinner {
  border-radius: 10px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.lastWinner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 10;
}
.lastWinner li {
  padding: 7px 15px;
  list-style: none;
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: unset !important;
}
.lastWinner li img {
  max-height: 70px;
}
.lastWinner li {
  background-color: #21262f;
}
.lastWinner li:nth-of-type(odd) {
  background-color: #292e37;
}
.lastWinner .text-top {
  font-size: 20px;
}
.lastWinner .text-bottom {
  font-size: 12px;
}
.lastWinner p {
  margin-bottom: 0.322rem;
}
.animated-lastwin {
  background-image: linear-gradient(transparent, transparent),
    linear-gradient(180deg, #560d28, #fb0c3d 50%, #560d28);

  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight 1s infinite alternate;
}
.progressive-list .counter-area::after {
  content: "฿";
  font-size: 30px;
}
.progressive-list .counter-area::before {
  content: "JACKPOT";
  position: absolute;
  font-size: 30px;
  margin-top: -60px;
  left: 0;
  right: 0;
}
@media (max-width: 1139px) {
  .lastWinner li img {
    max-height: unset;
}
}
@media (max-width: 767px) {
  .lastWinner li {
    padding: 0 5px 5px;
  }
  .progressive-list .counter-area {
    font-size: 16px;
    width: 190px;
    padding: 5px 5px;
  }
  .lastWinner-m {
    margin-top: 1rem;
  }
  .progressive-list .counter-area::after {
    content: "฿";
    font-size: 16px;
  }
  .progressive-list .counter-area::before {
    content: "JACKPOT";
    position: absolute;
    font-size: 16px;
    margin-top: -30px;
    left: 0;
    right: 0;
  }
  .lastWinner .text-top {
    font-size: 16px;
  }
  .menu-games .nav {
    padding-right: 0;
  }
}
.box-call-center {
  position: fixed;
  right: -180px;
  top: 18%;
  background: #404040;
  padding: 20px 15px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  z-index: 1049;
  cursor: pointer;
}
.box-call-center p:last-of-type {
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
.box-call-center.active p:last-of-type {
  writing-mode: unset;
  transform: rotate(0);
}
.box-call-center img {
  height: 140px;
  width: 140px;
}
.btn-line {
  margin-top: 10px;
  background: linear-gradient(180deg, #67dc1c 0%, #3cbe1c 100%);
  color: #fff;
  display: block;
  width: 140px;
  margin: 10px auto;
}
.box-call-center .close {
  position: absolute;
  z-index: 1025;
  top: -15px;
  right: 10px;
  color: #fff;
}

.head-line:hover,
.head-line:active,
.head-line:focus {
  text-decoration: none;
}
.head-line {
  position: absolute;
  right: 0;
  top: 7px;
  display: none;
}

.head-line img {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .box-call-center {
    right: -240px;
    padding: 10px 15px;
  }
  .head-line {
    display: block;
  }

  .box-call-center img {
    height: 100px;
    width: 100px;
  }
  .btn-line {
    width: 100px;
  }
  .marquee span {
    font-size: 12px;
    margin-top: 6px !important;
  }
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 20px 10px !important;
}

.col-news {
  background: linear-gradient(180deg, #545454 0%, #000000 100%);
  font-size: 18px;
  color: #fff;
  height: 55px;
  padding: 10px;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  height: 36px;
  background-color: #000;
}

.marquee span {
  display: inline-block;
  width: max-content;
  margin-top: 3px;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 35s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}

.brands img {
  padding: 8px 30px;
}

.menu-brand-games {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.menu-brand-games li {
  float: left;
  margin: 5px 3px 0;
}
.menu-brand-games li a {
  width: 175px;
  background: #1e1e1e;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: auto;
  height: 50px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.menu-brand-games li a.active {
  border: 2px solid #ff2e2e;
  color: #fff;
}
#provider-name{
  text-transform: uppercase;
  display: none;
  color: #FFF;
  text-align: center;
  margin-top: .5rem;
}
@media (max-width: 991px) {
  .menu-brand-games{
    padding: 10px 3px;
  }
  .menu-brand-games li a.active {
    transform: scale(1.25);
  }
  .menu-secondary li a img {
    display: block;
    min-height: 33px;
    margin: 0 auto;
  }

  .menu-brand-games {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    align-items: center !important;
  }
  .menu-brand-games li {
    display: inline-block;
    float: none;
  }
  .menu-brand-games li a {
    font-size: 0;
    min-width: unset;
    width: 50px;
    padding: 5px;
  }
  .menu-brand-games li a img {
    max-width: 100%;
    height: auto;
  }
  .nicescroll-cursors {
    top: 5px !important;
  }
  #provider-name{
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-games ul li > a {
    padding: 10px 5px;
  }
  .menu-main li {
    width: 50% !important;
}
}

@media (max-width: 360px) {
  .menu-games ul li > a,
  .nav-scroller a {
    font-size: 10px !important;
  }
  .lastWinner .text-top {
    font-size: 16px;
  }
}

.menu-brand-games li a:focus {
  outline: none;
}

.ribbon {
  margin: 0;
  padding: 0;
  background: #ff2e2e;
  color: white;
  padding: 0px 0;
  position: absolute;
  top: 0;
  right:-2px ;
  transform: translateX(30%) translateY(0%) rotate(
45deg
);
  transform-origin: top left;
  font-size: 10px;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #ff0015;
}
.ribbon:before {
  right:100%;
}

.ribbon:after {
  left:100%;
}
.row-bank{
  border-radius: 10px !important;
}


@media only screen and (min-width: 1199px) {
  .menu-brand-games li a {
    width: 170px;
  }
}


@media only screen and (min-width: 1800px) {
.menu-brand-games li a {
  width: 175px;
  }
}
.carousel-indicators li{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.carousel-indicators li.active{
  background: linear-gradient(
    0deg
    , #560d28 0%, #ff0015 100%);
}

@media only screen and (min-width: 1199px){
    .menu-brand-games li a {
      width: 165px;
  }
  .menu-games ul li > a{
    padding: 20px 15px;
  }
  .lastWinner .text-top{
    font-size: 16px;
  }
  .lastWinner p{
    margin-bottom: 0;
  }
}


@media only screen and (min-width: 1400px){
  .menu-brand-games li a {
    width: 175px;
}
.menu-games ul li > a{
  padding: 20px 15px;
}
.lastWinner .text-top{
  font-size: 20px;
}
.lastWinner p{
  margin-bottom: 5px;
}
}

@media only screen and (max-width: 576px){
  .menu-games ul li>a img{
    height: 20px !important;
    width: 20px !important;
  }

}



.dropdown-lang img{
  max-height: 30px;
}

.dropdown-lang .dropdown-menu{
  background-color: #000;
  color: #FFF;
}
.dropdown-lang .dropdown-menu.show{
  top: 20px !important;
  left: -15px !important;
}
.dropdown-lang .dropdown-item:focus,.dropdown-lang .dropdown-item:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-lang li{
  padding: 10px 0px;
    width: 100%;
}

.dropdown-lang li a{
  text-align: left;
}

.col-right-menu {
  position: fixed;
  bottom: 3rem;
  right: 0;
  width: 120px;
  text-align: center;
  z-index: 10000;
}

.col-right-menu a img {
  max-height: 115px;
  transition-duration: 0.3s;
}

.col-right-menu a img:hover {
  transform: scale(1.5);
}

@media (max-width: 767px) {
  .col-right-menu {
      bottom: 10%;
      width: 100px;
      text-align: center;
  }

  .col-right-menu a img {
      height: 77px;
  }
}

.line-bottom-flex {
  position: fixed;
  bottom: 3rem;
  right: 0;
  width: 120px;
  text-align: center;
  z-index: 10000;

}

.line-bottom-flex a img {
  transition-duration: 0.3s;
}

.line-bottom-flex a img:hover {
  transform: scale(1.5);
}