.tickercontainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
}
ul.newsticker li {
  margin: 0;
  font-size: 12px;
  padding: 0 25px 0 0;
  white-space: nowrap;
}
ul.er-controls {
  list-style: none;
  display: inline-block;
  padding: 0;
}
ul.er-controls > li {
  display: inline-block;
  padding: 0 10px;
  background: #f0f0f0;
  margin: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
ul.er-controls > li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.announcement-outer-container {
  background-color: #221c3e;
  padding: 6px 0;
  color: #fff;
}
.announcement-container {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.announcement-container > [data-section="date"] {
  flex-basis: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.announcement-container > [data-section="date"] [data-icon="news"] {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: center no-repeat;
  background-size: contain;
  background-image: var(--image-src);
}
.announcement-container > [data-section="announcements"] {
  flex-basis: 70%;
  background-color: #090710;
  border-radius: 20px;
  padding: 5px 25px;
  overflow: hidden;
}
.banner,
.banner .slick-slide img {
  aspect-ratio: 1920/613;
}
.banner-carousel.slick-initialized {
  height: auto;
  display: block;
}
.banner .carousel-indicators li button {
  display: none;
}
.banner .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner-group-vertical .carousel-indicators {
  bottom: 50%;
  transform: translateY(50%);
  left: 25px;
  right: unset;
  width: 20px;
  margin-left: 0;
}
.banner-group-vertical .carousel-indicators li {
  display: block;
  margin-bottom: 2px;
}
.home-progressive-jackpot {
  background-image: linear-gradient(#151127, #2e264d, #151127);
  border-radius: 30px;
  color: #fff;
  padding: 10px;
  display: flex;
}
.home-progressive-jackpot .outer-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  background-color: #000;
  border-radius: 100px;
}
.home-progressive-jackpot .inner-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-image: linear-gradient(#4d0036, #200a1800);
}
.home-progressive-jackpot .border-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-color: #0009;
  border: 3px solid #ff00b8;
}
.home-progressive-jackpot .jackpot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  font-family: "Open24DisplaySt";
  font-size: 50px;
  letter-spacing: 5px;
  background-image: linear-gradient(#e2008b, #000);
  border-radius: 70px;
  padding: 10px;
}
.home-progressive-jackpot .jackpot-inner-container {
  background-color: #000;
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  padding: 10px;
}
.home-progressive-jackpot .jackpot-border-container {
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  border: 3px dotted #670451;
  line-height: 40px;
  padding-bottom: 10px;
}
.home-progressive-jackpot .jackpot-currency {
  color: #b7004d;
  margin-right: 10px;
}
.home-progressive-jackpot .jackpot-play-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
}
.home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
  font-family: "gilroybold";
  color: #fd6f16;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1;
}
.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  color: #009fc5;
}
.home-progressive-jackpot .jackpot-play-section img {
  height: auto;
  width: 140px;
}
.home-outer-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-inner-container {
  background-color: rgba(26, 15, 40, 0.9);
  padding: 20px;
  border-radius: 50px;
}
.promotion-title {
  color: #b089ff;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.promotion-title:before,
.promotion-title:after {
  content: "";
  display: inline-block;
  width: 25%;
  margin: 0 15px;
  background-image: linear-gradient(
    transparent calc(50% - 1px),
    gray,
    transparent calc(50% + 1px)
  );
}
.site-features {
  text-align: center;
  padding: 30px 0;
}
.site-features p {
  color: #77848e;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 30px;
  text-align: justify;
}
.promotion-banners {
  min-height: 450px;
}
.rotateslider-container .rotateslider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rotateslider-container .rotateslider-item.next {
  left: 80%;
  opacity: 0.5;
}
.rotateslider-container .rotateslider-item.prev {
  left: 20%;
  opacity: 0.5;
}
.rotateslider-container .rotateslider-item.now {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.rotateslider-container .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.rotateslider-container .arrow.left {
  left: 0;
}
.rotateslider-container .arrow.right {
  right: 0;
}
.popular-game-title-container {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  color: #fff;
}
.popular-game-title-container .title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.popular-game-title-container .title i {
  display: inline-block;
  height: 24px;
  width: 25px;
  background: center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.popular-game-title-container .title i[data-icon] {
  background-image: var(--image-src);
}
.popular-game-title-container > i {
  border-bottom: 2px solid #451e58;
  border-top: 2px solid #0d0d0d;
  flex-grow: 1;
  margin: 0 15px;
}
.popular-game-title-container a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 25px;
  font-size: 15px;
  background-color: #4e3c69;
  color: #fff;
}
.popular-game-title-container + .game-list-container {
  background-color: #0a0813;
  border: 2px solid #322547;
  padding: 10px 15px;
  border-radius: 30px;
}
.popular-game-title-container + .game-list-container .game-list {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  border: 0;
}
.popular-game-title-container + .game-list-container .game-list .game-item {
  flex-shrink: 0;
  position: relative;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar {
  height: 7px;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar-track {
  background: transparent;
}
.popular-game-title-container
  + .game-list-container
  .game-list::-webkit-scrollbar-thumb {
  background: #58585a;
  border-radius: 5px;
}
.popular-game-title-container + .game-list-container .game-list .games-group {
  width: calc((100% - 6px * 5) / 6.5);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 3px;
}
.popular-game-title-container
  + .game-list-container
  .game-list
  .games-group
  .game-item {
  width: 100%;
  margin: 0;
}
.telegram-banner-container {
  padding: 20px 0;
  border: 0;
}
.telegram-banner-container img {
  width: 100%;
}
.banner-carousel > div:first-child img {
  display: block;
  aspect-ratio: 1920/613;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner-carousel > div:not(:first-child),
.banner-carousel > div:first-child > a:not(:first-child) {
  display: none;
}
.download-apk-container {
  background: var(--image-src);
  background-size: cover;
  padding-top: 20px;
  overflow: hidden;
}
.download-apk-container .popup-modal[data-title] .modal-title:before {
  content: none;
}
.download-apk-container .popup-modal .modal-header h4 {
  font-size: 24px;
}
.download-apk-container .popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  filter: contrast(0);
}
.download-apk-container .popup-modal .modal-body h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.download-apk-container .popup-modal .modal-body ol {
  list-style: decimal;
  padding-left: 5px;
}
.download-apk {
  display: flex;
  align-items: center;
  color: #fff;
}
.download-apk > div {
  flex-basis: 50%;
  opacity: 0;
  transition: all 1s ease;
}
.download-apk > div:nth-child(1) {
  transform: translateX(-100%);
}
.download-apk > div:nth-child(2) {
  transform: translateX(100%);
}
.download-apk .h2 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}
.download-apk .h3 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  margin: 15px 0;
}
.download-apk-info {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.download-apk-info .download-apk-section {
  flex-basis: 50%;
}
.download-apk-section {
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
}
.download-apk-section > * {
  margin: 10px 10px 10px 0;
}
.download-apk-section i {
  color: #f8069e;
  font-style: normal;
}
.download-apk-qr-code img {
  max-width: 94px;
}
.download-apk-detail {
  text-align: left;
  font-size: 14px;
  font-family: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.download-apk .btn {
  display: block;
  text-align: center;
  padding: 0;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container {
  margin-top: 30px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h2 {
  font-size: 25px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h3 {
  font-size: 15px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk-detail {
  font-size: 11px;
}
.download-popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  filter: contrast(0);
}
.floating-menu {
  position: absolute;
  right: 25px;
  margin-top: 25px;
  background-color: #730447;
  z-index: 1;
  padding: 5px;
  border-radius: 15px;
}
.floating-menu img {
  height: 60px;
  width: 60px;
  margin: 5px 0;
}
.floating-menu main {
  margin-top: 5px;
  padding: 5px;
  border-radius: 15px;
  background-color: #2b021c;
}
.floating-menu main img {
  height: 50px;
  width: 50px;
  margin: 0;
}
.floating-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #d10084;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.floating-menu a + a {
  margin-top: 5px;
}
.floating-menu a img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.floating-menu a:hover:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: calc(100% - 10px);
  bottom: 0;
  width: 200px;
  padding-right: 30px;
  background-color: inherit;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-transform: uppercase;
  font-weight: bold;
}
.nine-gaming-games-selection {
  background-color: #0a0a0a;
  border-radius: 15px;
  padding: 20px 10px;
  margin-top: 20px;
}
.nine-gaming-games-selection .category-filter {
  display: flex;
  color: #9b9b9b;
  text-transform: uppercase;
  margin: 10px;
}
.nine-gaming-games-selection .category-filter-link {
  padding: 5px 15px;
  border-radius: 15px;
  margin-right: 10px;
}
.nine-gaming-games-selection .category-filter-link img {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.nine-gaming-games-selection .category-filter-link:hover,
.category-filter .active {
  background: linear-gradient(to right, #6b24a5 0%, #84a5e2 100%);
  cursor: pointer;
  color: #fff;
}
.nine-gaming-games-selection .category-search-container {
  margin-left: auto;
}
.nine-gaming-games-selection .category-search {
  background-color: #000;
  border: 0;
  color: #fff;
  margin-left: 5px;
  padding: 5px 10px;
}
.nine-gaming-games {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.nine-gaming-games a {
  width: calc((100% - 20px * 4) / 4);
  padding-top: calc(((100% - 20px * 3) / 4) * 155 / 275);
  margin: 10px;
  position: relative;
  animation: animation-flip 1s ease-out;
}
.nine-gaming-games a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nine-gaming-games a:hover img {
  content: var(--image-src);
}
@keyframes animation-flip {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.load-more-input {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.load-more-input ~ label {
  background-color: #0c0c0d;
  border: 3px solid #6c89e6;
  color: #fff;
  border-radius: 30px;
  display: block;
  width: 50%;
  margin: 15px auto;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.load-more-input[data-active="false"] ~ label {
  display: none;
}
.load-more-input:not([data-active="false"]):not(:checked)
  ~ .nine-gaming-games
  a:nth-child(n + 9) {
  display: none;
}