/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.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: flex-end;
  align-items: center;
  padding-right: 10px;
}
.announcement-container [data-icon="news"] {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: center no-repeat;
  background-size: contain;
  background-image: var(--image-src);
  margin-right: 10px;
}
.announcement-container > [data-section="announcements"] {
  flex-basis: 70%;
  background-color: #090710;
  border-radius: 20px;
  padding: 5px 25px;
  overflow: hidden;
}
.banner,
.banner .slick-slide img.banner-img {
  aspect-ratio: 1920/613;
}
.banner-carousel.slick-initialized {
  height: auto;
  display: block;
}
.banner .carousel-indicators li button {
  display: none;
}
.banner .slick-slide img.banner-img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.banner-group-vertical .carousel-indicators {
  bottom: 50%;
  transform: translateY(50%);
  right: 25px;
  left: unset;
  width: 20px;
}
.banner-group-vertical .carousel-indicators li {
  display: block;
  margin-bottom: 2px;
}
.home-progressive-jackpot {
  background-image: linear-gradient(#080700, #151515, #080700);
  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(#4f3300, rgba(32, 10, 24, 0));
}
.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 #f7a103;
}
.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(#f7a103, #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 #4d4305;
  line-height: 40px;
  padding-bottom: 10px;
}
.home-progressive-jackpot .jackpot-currency {
  color: #f7a103;
  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: 87px;
}
.home-outer-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-inner-container {
  background-color: rgba(22, 18, 40, 0.83);
  padding: 30px;
  border-radius: 30px;
}
.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.banner-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;
}
.nav-btn {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--banner-nav-button-bg);
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.nav-btn.main-prev {
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn.main-next {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn img {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1);
}
.vertical-wrapper {
  position: relative;
  width: 100%;
}
.vertical-wrapper .nav-btn.sub-up {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.vertical-wrapper .nav-btn.sub-down {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.rotate-left {
  transform: rotate(180deg);
}
.rotate-up {
  transform: rotate(-90deg);
}
.rotate-down {
  transform: rotate(90deg);
}
.download-apk-container {
  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;
}
.download-apk-container .popup-modal .modal-body h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
}
.download-apk-container .popup-modal .modal-body ol {
  list-style: decimal;
  padding-left: 5px;
}
.download-apk {
  display: flex;
  align-items: center;
  font-family: Arial;
  color: #fff;
  background: var(--image-src);
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 10px;
}
.download-apk > div {
  opacity: 0;
  transition: all 1s ease;
}
.download-apk > div:nth-child(1) {
  flex-basis: 50%;
  align-self: flex-end;
  transform: translateX(-100%);
  padding: 30px 0 30px 50px;
}
.download-apk > div:nth-child(2) {
  flex-basis: 50%;
  align-self: flex-end;
  transform: translateX(100%);
}
.download-apk .h2 {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.download-apk .h2 > span {
  display: block;
  color: #f58e00;
}
.download-apk .h3 {
  font-weight: 100;
  font-size: 15px;
  margin: 0;
}
.download-apk-info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.download-apk-info .download-apk-section {
  flex-basis: 50%;
}
.download-apk-section {
  display: flex;
  font-weight: 600;
  font-size: 16px;
}
.download-apk-section > * {
  margin: 0 10px 10px 0;
}
.download-apk-section i {
  color: #f69c00;
  font-style: normal;
}
.download-apk-qr-code img {
  max-width: 94px;
}
.download-apk-detail {
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container {
  margin-top: 30px;
  padding: 0;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  > div:nth-child(1) {
  padding: 15px 0 15px 50px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h2 {
  font-size: 27px;
  line-height: 27px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk
  .h3 {
  font-size: 14px;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk-info {
  margin: 10px 0;
}
.standard-container-with-sidebar
  .standard-form-content
  .download-apk-container
  .download-apk-detail {
  font-size: 10px;
}
.download-popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
/* Carousel navigation arrows styling */
.banner-carousel .slick-prev,
.banner-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFA500;
    border-radius: 50%;
    color: #FFA500;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.banner-carousel .slick-prev {
    left: 20px;
}

.banner-carousel .slick-next {
    right: 20px;
}

.banner-carousel .slick-prev:hover,
.banner-carousel .slick-next:hover {
    background: #FFA500;
    color: #14373d;
    transform: translateY(-50%) scale(1.1);
}

/* Carousel dots/indicators styling */
.banner-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banner-carousel .slick-dots li {
    list-style: none;
}

.banner-carousel .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFA500;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-carousel .slick-dots .slick-active button {
    background: #FFA500;
    transform: scale(1.2);
}

/* Carousel slide animation */
.banner-carousel .slick-track {
    transition: transform 0.5s ease-in-out;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .banner-carousel .slick-prev {
        left: 10px;
    }
    
    .banner-carousel .slick-next {
        right: 10px;
    }
    
    .banner-carousel .slick-prev,
    .banner-carousel .slick-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    
    .banner-carousel .slick-dots button {
        width: 8px;
        height: 8px;
    }
}