.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 5px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 1px;

}

.grid-item:hover {
  transform: scale(1.01) !important;
  filter: brightness(1.2);
}

.grid-item {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #00000021;
  border-radius: 10px;
  transition-delay: 0.1s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.span-4 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 3;
}

.span-3 {
  grid-column-end: span 1;
  grid-row-end: span 3;
}

.span-4 img {
  width: 100%;
  height: 180px
}

.span-2 img {
  width: 100%;
  height: 100%;
}

.span-3 img {
  width: 100%;
  height: 100%;
}

.imgslot {
  width: 100%;
  height: 140px;
  border-radius: 10px
}

.fas.fa-heart,
.far.fa-heart {
  color: #e6007e;
  font-size: 1.5rem;
  font-style: normal;
}

.favorite-btn {
  position: absolute;
  bottom: 0px;
  right: 10px;
  background: #000000;
  border-radius: 50px;
  padding: 3px;
  width: 28px;
  height: 25px;
  text-align: center;
}

.favorite-btn:hover .far.fa-heart {
  color: #ff5a7f;
}

@media screen and (min-width: 200px) and (max-width: 480px) and (orientation: portrait) {
  #playSlot {
    width: 100vh;
    height: 100vh;
    background: #090909 !important;
  }

  #loadinglaunch {
    display: block !important;
    color: white !important;
    margin-top: 25%;
    text-align: center;
  }

  #box-wallet {
    bottom: -255px;
    width: 50px !important;
    height: 494px !important;
    margin-left: 100px;
    position: absolute;
  }

  #wallet-box-total {
    display: none;
  }

  .logo-img {
    display: none !important;
  }
}

/* external css: flickity.css */
body {
  font-family: sans-serif;
}

.gallery {
  background: #EEE;
  overflow: hidden;
}

.gallery-cell {
  width: 5%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
}

ol.flickity-page-dots {
  display: none !important;
}

#menu-scroll {
  overflow-x: scroll;
  width: 80%;
  display: flex;
  overflow-y: hidden;
}

/*
    *  STYLE 4
    */

#menu-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

#menu-scroll::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

#menu-scroll::-webkit-scrollbar-thumb {
  background-color: #727272;
}

/*
    *  STYLE 4
    */

.fa-arrow-circle-right {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.fa-arrow-circle-left {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .searchInput-right.el-input {
    width: 350px;
    height: 35px;
  }
}

@media screen and (min-width: 200px) and (max-width: 480px) and (orientation: portrait) {
  #playSlot {
    width: 100vh;
    height: 100vh;
    background: #090909 !important;
  }

  #loadinglaunch {
    display: block !important;
    color: white !important;
    margin-top: 25%;
    text-align: center;
  }

  #box-wallet {
    bottom: -255px;
    width: 50px !important;
    height: 494px !important;
    margin-left: 100px;
    position: absolute;
  }

  #wallet-box-total {
    display: none;
  }

  .logo-img {
    display: none !important;
  }
}

/* external css: flickity.css */
body {
  font-family: sans-serif;
}

.gallery {
  background: #EEE;
  overflow: hidden;
}

.gallery-cell {
  width: 5%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
}

ol.flickity-page-dots {
  display: none !important;
}

#menu-scroll {
  width: 100%;
  display: flex;
}

/*
    *  STYLE 4
    */

#menu-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

#menu-scroll::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

#menu-scroll::-webkit-scrollbar-thumb {
  background-color: #727272;
}

/*
    *  STYLE 4
    */

.fa-arrow-circle-right {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.fa-arrow-circle-left {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: -webkit-fill-available !important;
  z-index: 9999 !important;
  margin: 0 !important;
}

#pSLots5 {
  z-index: 10000;
}

#pSLots5 .modal-dialog {
  max-width: 80% !important;
  margin: 1.75rem auto;
}

@media screen and (min-width:769px) {
  #pSLots5 .modal-dialog {
    max-width: 60% !important;
  }
}

@media screen and (max-width:768px) {
  #pSLots5 .modal-dialog {
    max-width: 80% !important;
  }
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.shine:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.05)
}

.shine:hover::before {
  translate: 150%;
  opacity: 1
}

.shine:not(:hover)::before {
  translate: -150%;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s
}

.shine:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: .4;
  pointer-events: none;
  translate: -120%;
  -webkit-transition: translate cubic-bezier(.16, 1, .3, 1) 2.5s;
  transition: translate cubic-bezier(.16, 1, .3, 1) 2.5s
}

.shine svg {
  position: absolute;
  top: 100%;
  /* Comienza fuera del contenedor, en la parte inferior */
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
  transition: all cubic-bezier(.16, 1, .3, 1) 1.0s;
  /* Transición para todas las propiedades */
}

.shine:hover svg {
  opacity: 1;
  z-index: 1;
  top: 40%;
  /* Se mueve al centro vertical */
  transform: translateY(-50%);
  /* Ajuste fino para centrado exacto */
  pointer-events: none;
}

.slots-play-title {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
}

.shine:hover .slots-play-title {
  opacity: 1;
  font-size: 80%;
  font-weight: 700;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.shine:hover .imgslot {
  opacity: 0.5 !important;
}

.software_icon {
  opacity: 0;
  position: absolute;
}

.shine:hover .software_icon {
  opacity: 1;
  top: auto;
  left: 10px;
  bottom: 10px;
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  border-radius: 2rem;
  z-index: 100;
}

#menu-scroll.container-fluid.provider-container {
  width: 80%;
  margin-left: 0px !important;
  display: flex;
}

.provider-title {
  border-right: 1px solid #ffffff1c;
}

.input-general {
  background: #ffffff1c;
}

.tags-all #next2 {
  cursor: pointer;

  top: 100px;
  left: 575px;
  height: 75px;
  width: 30px;
  color: #777777;
  background: #222222;
  text-align: center;
  user-select: none;
  display: flex;
  align-items: center;
  padding-left: 6px;
  border-left: 1px solid #343434;
}

.tags-all #prev2 {
  color: #777777;
  cursor: pointer;
  top: 100px;
  left: 275px;
  height: 75px;
  width: 30px;
  background: #222222;
  text-align: center;
  /* line-height: 25px; */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  display: flex;
  align-items: center;
  padding-left: 6px;
  border-right: 1px solid #343434;
}

#games .bg-darked {
  background: #2a2a2a !important;
  border: none;
  color: #ccc;
}

#games .btn-dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

#games .form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

#games .d-flex>* {
  flex: none !important;
}
.provider-container-scroll {
  scrollbar-width: thin;
  scrollbar-color: #040404 #f1f1f1;
}

@media screen and (max-width: 1280px) {

  #games .modal-dialog {
    max-width: 90% !important;
  }
}

@media screen and (min-width: 1281px) {

  #games .modal-dialog {
    max-width: 65% !important;
  }
}