/*CSS HANDLER */
/*CSS HANDLER */
.gameListAll-Title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--textColor3);
    font-weight: bold;
    text-transform: uppercase;
}

.gameListAll-Container {
  width: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.gameListAll-Container input#searchInputgameListAll:focus,
.gameListAll-Container input#searchInputgameListAll:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--textColor);
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px var(--table_row);
}

.gameListAll-Container input#searchInputgameListAll {
  color: var(--textColor);
  position: relative;
  background-image: none !important;
  height: 35px;
  margin: 10px 7px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  width: 95%;
  float: left;
}

#gameListAll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--regola_gradiente3);
}

#gameListAll::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

#gameListAll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--table_header);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#gameListAll .gameListAllbtn {
  background: transparent;
  border-radius: 8px;
  margin: auto;
  padding: 15px;
  display: block;
  background-color: var(--table_row);
  border: 1px solid var(--border-main);
  cursor: pointer;
}

#gameListAll-Container .gameListAll {
  width: 90.5%;
  position: absolute;
  top: 61.5%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  transition: all 0.3s ease;
  border: none;
}

#gameListAll.active-dropdown {
  border: 1px solid var(--border-main);
  border-top: none;
  min-height: 50px;
 max-height: calc((100vh - 300px) / 2) !important;
  height: auto;
  padding-bottom: 1rem;
  opacity: 1;
  border-radius: 0 0 5px 5px;
  width: 94%;
}

.gameListAll li {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  border: 2px solid var(--table_row_2);
  margin: auto !important;
  margin-top: 5px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 9px !important;
  width: 90% !important;
  height: 150px;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

div#gameListAll li:hover span {
  display: inline !important;
  cursor: context-menu;
}

.gameListAll li span {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 25px;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 26%,
    rgba(0, 0, 0, 0.65) 74%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-top: 3px;
  left: 0%;
  color: var(--textColor);
  display: none;
}

div#gameListAll li img {
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease, filter 0.2s ease;
}

div#gameListAll li:hover img {
  transform: scale(1.2);
  filter: blur(0.85px);
  filter: brightness(70%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 0 !important;
}

div#gameListAll li .button.for_logged {
  margin-top: 55px !important;
  opacity: 0;
  background: url(../img/PlayButton.png) center/contain no-repeat, transparent !important;
  border: 0px solid white !important;
  display: block !important;
  height: 40px !important;
  width: 40px !important;
  filter: drop-shadow(2px 2px 5px rgba(1, 1, 1, 1));
  position: absolute;
}

div#gameListAll li:hover .button.for_logged {
  opacity: 1;
  color: transparent;
}

div#gameListAll li a {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 auto !important;
}

div#gameListAll .button {
  display: inline-block;
  float: right;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-weight: bold;
  display: none;
}

#gameListAll-Container .inputSearch {
  position: relative;
  width: 100%;
}

#gameListAll-Container i {
  position: absolute;
  color: gray;
  font-size: 16px;
  right: 20px;
  top: 18px;
}

#searchIcon {
  z-index: 0 !important;
}

#closeIcon {
  display: none;
}

/* Mobile */
.gameListAll-HeaderMobile {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .gameListAllMobile-Container {
    display: none !important;
  }
}

.gameListAllMobile-Container {
  width: 100%;
  margin: auto;
  padding: 5px;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.gameListAllMobile-Container input#searchInputgameListAll:focus,
.gameListAllMobile-Container input#searchInputgameListAll:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--textColor);
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px var(--table_row);
}

.gameListAllMobile-Container input#searchInputgameListAllMobile {
  color: var(--textColor);
  position: relative;
  background-image: none !important;
  height: 35px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--border-main) !important;
  border-radius: 5px;
  width: 100%;
  float: left;
}

#gameListAllMobile::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--regola_gradiente3);
}

#gameListAllMobile::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

#gameListAllMobile::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--table_header);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#gameListAllMobile .gameListAllbtn {
  background: transparent;
  border-radius: 8px;
  margin: auto;
  padding: 15px;
  display: block;
  background-color: var(--table_row);
  border: 1px solid var(--border-main);
  cursor: pointer;
}

#gameListAllMobile-Container .gameListAllMobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 0.5rem;
  padding: 0 1rem;
  width: 100%;
  position: absolute;
  top: 15%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 67.7dvh;
  padding-bottom: 5rem;
  opacity: 1;
  align-content: start;
  align-items: start;
}

.ios #gameListAllMobile-Container .gameListAllMobile {
  padding-bottom: 65px;
  height: 70dvh;
}

.gameListAllMobile li {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  border: 2px solid var(--table_row_2);
  margin: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 9px !important;
  width: 100% !important;
  height: 150px;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.gameListAllMobile li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  padding: 5px;
  text-align: center;
  color: var(--textColor);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 26%,
    rgba(0, 0, 0, 0.65) 74%,
    rgba(0, 0, 0, 0) 100%
  );
  white-space: normal;
  word-break: break-word; 
  box-sizing: border-box; 
}

div#gameListAllMobile li img {
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease, filter 0.2s ease;
}

div#gameListAllMobile li .button.for_logged {
  margin-top: 50px !important;
  opacity: 0;
  border: 0px solid white !important;
  display: block !important;
  height: 40px !important;
  width: 40px !important;
  filter: drop-shadow(2px 2px 5px rgba(1, 1, 1, 1));
  position: absolute;
}

div#gameListAllMobile li .button.for_logged {
  opacity: 1;
  color: transparent;
}

div#gameListAllMobile li a {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 auto !important;
}

div#gameListAllMobile .button {
  display: inline-block;
  float: right;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-weight: bold;
}

#gameListAllMobile-Container .inputSearchMobile {
  position: relative;
  width: 60%;
  display: flex;
  justify-content: start;
  align-items: center;
}

#gameListAllMobile-Container i {
  position: absolute;
  color: gray;
  font-size: 16px;
  right: 10px;
  top: 15px;
}

#searchIconMobile {
  z-index: 0 !important;
}

#closeIconМоbile {
  display: none;
}

@media screen and (max-width: 300px) {
  #gameListAllMobile-Container .gameListAllMobile {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 481px) {
  #gameListAllMobile-Container .gameListAllMobile {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 731px) {
  #gameListAllMobile-Container .gameListAllMobile {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .no-content-message {
    height: auto !important;
  }

  .gameListAll-Title {
    width: 60%;
  }
  #gameListAll.active-dropdown {
    display: none;
  }
}

@media screen and (min-height: 945px) {
  #gameListAll.active-dropdown {
    max-height: calc((100vh - 305px) / 2) !important;
  }
  #gameListAll-Container .gameListAll {
    top: 60.5% !important;
  }
}

.no-content-message {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.wrapper2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#gameListMobProviders {
  width: 35%;
  position: relative;
  float: right;
  top: 0px;
  height: 45px;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  background: var(--table_row);
}