/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 09 2023 | 03:28:44 */
.providerBTNpopup {
  text-align: center;
  position: relative;
  bottom: 30px;
}
.slot-page-wrapper .main {
  margin-top: 0px;
  position: relative;
}
.searchCategory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0px;
}
.slotBanner {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slotBanner img {
  width: 50%;
  margin-bottom: 2%;
}
@media (max-width:1000px) {
  .slotBanner img {
    width: 100%;
    margin-bottom: 2%;
  }
    .searchCategory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
}
.providerNav {
  width: 100%;
  margin-bottom: 3%;
}
@media (max-width: 1280px) {
  .providerBTNpopup {
    bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .site-main {
    width: 100%;
    overflow: hidden;
    padding: 0px;
  }
  .providerSelector .slick-prev {
    left: -7px;
  }
  .providerSelector .slick-next {
    right: -7px;
  }
  .providerSelector {
        padding: 0px 15px;
    }
  .categoryMenu {
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #gameList > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .searchCategory {
    padding: 0 20px;
    flex-wrap: unset;
  }
  .slotSearchbar {
        width: 100%;
        max-width: 400px;
    }
  .providerNav {
    width: 100%;
    margin-bottom: 10%;
  }
}

.search-container img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}




/*CSS for promotion changes*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(255 255 255) )!important;
}
.tablink {
  display: flex;
  justify-content: flex-end;
  padding: 0 50px;
  margin-top: 50px;
}
.closeBTNWrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.x-btn {
  background-color: #498913;
  border-radius: 5px;
  border: solid 1px #9be44c;
  box-shadow: 0 0 7px #a2ff3e, inset 0 0 7px #a2ff3e;
  padding: 10px;
  color: #fff;
  top: 30px;
  position: relative;
  right: -10px;
  z-index: 100;
  font-size: 1em;
}
.x-btn img {
  width: 10px;
  height: 10px;
}
.x-btn:hover {
  font-size: 1em!important;
}
@media (max-width:768px) {
  .tncContent {
    padding: 30px 20px;
  }
  .tncWrapper {
    padding: 0% 5% 20%;
  }
  .tncContent h3 {
    font-size: 1.5em;
  }
  .tncContent h4 {
    font-size: 1.3em;
  }
  .tncContent li {
    font-size: 0.9em;
  }
  .tncContent p {
    font-size: 0.9em;
  }
  .tncContentSlide {
    padding: 30px 20px;
  }
  .titlePromotion h3 {
    font-size: 1.5em;
  }
  .tncContentSlide  h4 {
    font-size: 1.3em;
  }
  .tncContentSlide  li {
    font-size: 0.9em;
  }
  .tncContentSlide  p {
    font-size: 0.9em;
  }
  .tablink {
    display: flex;
    justify-content: center;
  }
}