@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

/*
::-webkit-scrollbar{
  height: 4px;
  width: 4px;
  background: #000000;
  border-bottom: 1px solid #6F737A;
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #E6B12F;
  border-radius: 10px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}*/

.text-black{
  color: #000000;
}

.text-black:hover {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.search_container input{
  border-radius: 8px 0 0 8px;
  background-color: #313844;
}

.search_container .input-group-prepend .input-group-text{
  border-radius: 0 8px 8px 0;
}

ul.list-game-control-container {
  display: inline;
  gap: 1em;
}

ul.list-game-control-container  > li {
  list-style-type: none;
  border-radius: 99px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.list-game-control-container  > li > a {
  font-size: 0.8em;
}

/*ul.list-game-control-container  > li.all-game,*/
section.container > ul.list-game-control-container > li.active {
  background-color: #E6B12F;
}

section.container > ul.list-game-control-container > li {
  background-color: #313844;
}

li.list-game-items {
  margin-bottom: 15px;
}

section.container > ul.list-game-control-container > li.active > a{
  color: #000000;
}

section.container > ul.list-game-control-container > li > a{
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2em;
}

section.container > ul.list-game-control-container > li > a > i{
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

section.container > ul.list-game-control-container > li.all-game > a > i{
background-image: url(../../img/slot-provider/icon_games_white.svg);
}

section.container > ul.list-game-control-container > li.all-game.active > a > i{
  background-image: url(../../img/slot-provider/icon_games.svg);
}

section.container > ul.list-game-control-container > li.favourite-game > a > i{
  background-image: url(../../img/slot-provider/icon_favourite.svg);
}

section.container > ul.list-game-control-container > li.favourite-game.active > a > i{
  background-image: url(../../img/slot-provider/icon_favourite_black.svg);
}

section.container > ul.list-game-control-container > li.game-rule > a > i{
  background-image: url(../../img/slot-provider/icon_game_rule_white.svg);
}

section.container > ul.list-game-control-container > li.game-rule.active > a > i{
  background-image: url(../../img/slot-provider/icon_game_rule_black.svg);
}

.game-list-image {
  /*padding: 8px 0;*/
}

/*.game-list-image:hover,*/
.slick-current .game-list-image {
  /*background: rgb(21,30,37);
  background: linear-gradient(0deg, rgba(21,30,37,1) 0%, rgba(230,177,47,1) 48%, rgba(255,181,0,1) 50%, rgba(230,177,47,1) 52%, rgba(21,30,37,1) 100%);*/
  background: rgb(21,30,37);
  background: linear-gradient(0deg, rgba(21,30,37,1) 0%, rgba(21,30,37,1) 20%, rgba(230,177,47,1) 40%, rgba(255,181,0,1) 50%, rgba(230,177,47,1) 60%, rgba(21,30,37,1) 80%, rgba(21,30,37,1) 100%);
  display: block;
  padding-left: 3px;
  padding-right: 3px;
}

.game-list-image-overlay {
  background: rgb(21,30,37);
  background: linear-gradient(0deg, rgba(21,30,37,1) 0%, rgba(21,30,37,1) 10%, rgba(255,255,255,0) 50%, rgba(21,30,37,1) 90%, rgba(21,30,37,1) 100%);
  /*filter: drop-shadow(0px 14px 29px rgba(0, 0, 0, 0.24));*/
  position: relative;
}


.game-list-image img {
  width: 100%;
  height: 100%;
  /*border-radius: 8px 8px;*/
}

.game-list-background-overlay{
  width: 100%;
  position: absolute;
  padding: 8px;
  z-index: 99;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(0,0,0,0.7987788865546218) 30%, rgba(0,0,0,1) 100%);
  /*border-bottom: 1px solid;
  border-radius: 0 0 8px 8px;*/
}

/*
.game-list-background-overlay::after {
  content: " ";
  display: block;
  padding: 8px 0;
  position: absolute;
  content: '';
  top: 0; right: 0; bottom: 0; left: 0;
  margin-bottom: 2px;
  background-clip: padding-box;
  z-index: 9;
  border-radius: 0 0 8px 8px ;
  border-bottom: 2px solid;
  border-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(181,134,20,0) 90%, rgba(181,134,20,1) 100%);
}
*/

.tournament-details {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 16px;
  /*background: linear-gradient(90.72deg, rgba(230, 177, 47, 0.16) 2.32%, rgba(2, 7, 19, 0) 43.89%);*/
}

/*
.tournament-details::before{
  position: absolute;
  content: '';
  top: 0; right: 0; bottom: 0; left: 0;
  margin-bottom: 2px;
  background-clip: padding-box;
  z-index: 9;
  background: linear-gradient(90deg, #e6b12f 0%, #ffb500 46.88%, #e6b12f 100%); ;
}
*/

p.tournament-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1rem;
}

img.tournament-icon {
  width: 30px;
}

/* List Game Page
----------------------------------*/
.cover-top-container img {
  width: 100%;
}

.tournament-active {
  background-color: #E6B12F;
  border-radius: 8px;
}

.list-game-item-wrapper{
  width: 100%;
  display: block;
}

.list-game-item-wrapper:hover{
  filter: drop-shadow(3px 4px 16px rgba(230, 177, 47, 0.4));
  position: relative;
}

.list-game-image {
  background: rgba(0,0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 80%, rgba(255,255,255,0) 100%);
  padding: 0 2px;
  border-radius: 16px;
}

/*
.list-game-top,
.list-game-bottom {
  background-color: #000000;
}
*/

.list-game-border-gold{
  width: 100%;
  display: block;
  position: relative;
}

.list-game-border-gold:hover{
  /* background: rgb(21,30,37); */
  /*
  background: linear-gradient(0deg, rgba(21,30,37,1) 0%, rgba(21,30,37,1) 20%, rgba(230,177,47,1) 40%, rgba(255,181,0,1) 50%, rgba(230,177,47,1) 60%, rgba(21,30,37,1) 80%, rgba(21,30,37,1) 100%);*/
  /* background: linear-gradient(0deg, rgba(21,30,37,1) 0%, rgba(21,30,37,1) 20%, rgba(230,177,47,1) 40%, rgba(255,181,0,1) 50%, rgba(230,177,47,1) 40%, rgba(21,30,37,1) 60%, rgba(21,30,37,1) 80%); */
  /* padding: 3px; */
}

.list-game-top {
  border-radius: 16px 16px 0 0;
  width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  transform: translateY(20px);
  position: absolute;
  top: -20px;
  /*
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(255,255,255,0) 100%);
  */

  /*
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8029805672268908) 50%, rgba(0,0,0,1) 100%);
  */
  /*
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9023984593837535) 30%, rgba(0,0,0,1) 100%);
  */
  /* background: #000000;
  background: linear-gradient(180deg,rgba(0,0,0,0.8) 20%,rgba(0,0,0,0.7) 40%,rgba(0,0,0,0) 100%) */
}

.tournament-active{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.tournament-off {
  display: flex;
}

.tournament-off > .tournament-active-label {
  display: none;
  visibility: hidden;
}

.tournament-active-label {
  border: none;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  background-color:#E6B12F;
  display: block;
  border-radius: 4px;
  
}


.list-game-bottom {
  /* position: absolute;
  bottom: -35px;
  width: 100%;
  border-radius: 0 0 16px 16px;
  padding: 8px 8px 0 8px; */
  /*
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(255,255,255,0) 100%);
  */
  
  /* bottom: 0px; */
  background-color: #00000000;
  /* background: rgb(159,159,159); */
  /* background: linear-gradient(180deg, rgba(159,159,159,0) 0%, rgba(245,245,245,0) 50%, rgba(0,0,0,1) 100%); */
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 14px;
  padding: 4px 4px 4px 4px;
}

.popular-active {
  font-family: 'Kaushan Script', cursive;
  display: none;
}

.game-title {
  color: #ffffff;
  font-size: 0.95em;
}

.game-title-section {
  gap: 8px;
  font-size: 1.2em;
}


.list-game-slide-container ul{
  display: flex;
  flex-wrap: wrap;
  /*
  height: 420px;
  margin-bottom: 600px;
  */
  /*scroll-snap-type: x mandatory;*/
}

.list-game-slide-container ul::-webkit-scrollbar{
  height: 6px;
  width: 4px;
  background: #151e25;
  border-bottom: 1px solid #6F737A;
  /*-webkit-overflow-scrolling: touch;*/
} 

.list-game-slide-container ul::-webkit-scrollbar-thumb:horizontal{
  background: #E6B12F;
  border-radius: 10px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}


.list-game-item{
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}


a.btn-all-game{
  background-color: #E6B12F;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.8em;
  align-items: center;
  align-content: center;
  display: flex;
  gap: 8px;
  text-decoration: none;
}

section.all-game-container {
  display: block;
  overflow: hidden;
}


.list-game-image > a{
  /* display: flex; */
  display: block;
  width: 100%;
  height: 155px;
  overflow: hidden;
  border-radius: 16px;
}

div.list-game-image > a > img{
  object-fit: fill;
  border-radius: 16px;
}


/* CSS Effect
------------------------------------*/
p.tournament-title{
  animation-name:glow;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}

p.tournament-title > img{
  animation-name:img-glow;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}


@keyframes glow{
  /*
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
  */
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #E6B12F;}
  to{text-shadow:0px 0px 10px #fff,0px 0px 40px #E6B12F;}
}

@keyframes img-glow{
  from{drop-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{drop-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
}




/* Custom Slick
-----------------------------------*/
div.slider-slick-containers {
  margin-bottom: 2em;
}

button.slick-arrow::before{
  color: #E6B12F;
  background: #010101;
  opacity: 0.8;
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
}


.slick-prev {
  left: -40px;
}

div.list-game-item.col-6.col-lg-2.slick-slide{
  width: 210px!important;
  height: 210px;
}

a.slide-slick-container-image{
  height: 170px;
}

div.slide-slick-inner-wrapper-image{
  height: 130px;
  background-size:cover;
}

/* Conic
-----------------------------------*/
.tournament-off.conic{
	position: relative;
	z-index: 0;
	/*width: 400px;
	height: 300px;
	margin: 20px;*/
	border-radius: 8px;
	overflow: hidden;
	padding: 1em;
  margin-bottom: 1em;
}

.tournament-off.conic::before{
  content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: conic-gradient(transparent, /*rgba(168, 239, 255, 1)*/ rgba(0,0,0,1), transparent 0%);
		/*animation: rotate 4s linear infinite;*/
	}


.tournament-active.conic {
	position: relative;
	z-index: 0;
	/*width: 400px;
	height: 300px;
	margin: 20px;*/
	border-radius: 8px;
	overflow: hidden;
	padding: 1em;
  margin-bottom: 1em;
}

.tournament-active.conic::before{
  content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: conic-gradient(transparent, /*rgba(168, 239, 255, 1)*/ rgba(230,177,47,1), transparent 30%);
		animation: spinning 4s linear infinite;
	}

.tournament-active.conic::after{
  content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: #000;
		border-radius: 5px;
}

@keyframes spinning {
	100% {
		transform: rotate(2turn);
	}
}

/* Responsive
-----------------------------------*/
@media (max-width: 575.98px) {
  p.tournament-title{
    font-size: 0.75em;
  }

  ul.list-game-control-container {
    gap: 0.5em;
  }

  ul.list-game-control-container > li {
    padding: 4px 9px;
  }

  ul.list-game-control-container > li > a {
    font-size: 1em;
  }

  div.tournament-active {
    gap: 4px;
  }

  .tournament-active-label{
    font-size: 8px;
  }

  h4.game-title{
    font-size: 0.8em;
    font-weight: bold;
  }

  /*
  .list-game-item {
    height: 280px;
  }
  */

  ul.list-game-control-container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  button.slick-arrow{
    display: none;
    visibility: hidden;
  }

  .tournament-active.conic{
    padding: 5px;
  }

  .tournament-off.conic{
    padding: 5px;
  }

  div.list-game-image,
  div.list-game-image > a{
  }

  div.search_container > section.container{
    padding: 0;
  }

  li.game-rule{
    margin-top: 0.5em;
  }

  section.search_container{
    padding: 0 16px;
  }

  div.list-game-item-wrapper > div.list-game-bottom{
    /* background: none; */
  }

  div.list-game-bottom {
    /* bottom: -24px; */
    bottom: 5px;
  }

  div.tournament-active,
  div.list-game-top {
    position: absolute;
    top: -20px;
    border-radius: 16px 16px 0 0;
    padding: 0 5px;
  }

  div.list-game-image{
    border-radius: 16px;
  }

  div.list-game-image > a > img{
    border-radius: 16px;
    min-height: 120px;
  }

  .list-game-item{
    padding-bottom: 0;
    padding-top: 0em;
  }

  h5.game-title {
    font-size: 0.8em;
  }

  ul.row.d-flex.list-unstyled.all-game-ul > li.list-game-item{
    margin-bottom: 2em;
  }

  div.div.slider-slick-containers{
    margin-bottom: 0.5em;
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow{
    display: none !important;
  }

  .list-game-top{
    background: none;
  }

  div.tournament-active-label.text-black d-flex.justify-content-center.align-items-center{
    box-shadow: 3px 3px 9px 0 #462828;
  }

  div.list-game-bottom {
    /* bottom: -24px; */
  }

  /* div.list-game-item{
    padding-left: 5px;
    padding-right: 5px;
  } */

  /* div.list-game-image > a{
    min-height: 110px;
  } */
}

@media (min-width: 768px) {

  div.list-game-image > a{
   height: 155px;
  }
  div.game-image-bg{
   height: 120px;
  }
 
  div.list-game-bottom > a > h5{
   font-size: 12px;
  }
}

.game-image-bg{
  display: block;
  width: 100%;
  height: 120px;
  background-position: center 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
 
.pg-game-image{
  background-size: cover;
  background-position: left center;
}
