/*CSS HANDLER */
@import "/css/transfer_money_client_download_nickname.css";
@import "/css/terms_conditions_services.css";

@media screen and (min-width: 992px) {
  #left_column {
    top: calc(var(--navbar-height) + var(--section-height) + 10px) !important;
  }
  #right_column {
    top: calc(var(--navbar-height) + var(--section-height) + 10px) !important;
  }
  #main_content {
    top: calc(var(--navbar-height) + var(--section-height) + 10px) !important;
    height: calc(
      100vh - var(--navbar-height) - var(--section-height) - 10px
    ) !important;
  }
}

body {
  background-image: url(../img/bodyBG/bg_hub-gradient.jpg);
  background-attachment: fixed;
  background-size: cover;
  min-height: 1000px;
  overflow: hidden;
}

div#thumbs_container_new .button {
  display: inline-block;
  float: right;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-weight: bold;
  display: none;
}

div#thumbs_container_new .games_thumbs li {
  background: transparent;
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100% !important;
  height: 100%;
  -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-image-source: linear-gradient(200deg, #ffffff, #000) !important;
  border: 1px solid;
  border-width: 1px;
  border-image-slice: 1;
  margin: 0 !important;
}

div#thumbs_container_new .games_thumbs li img {
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease, filter 0.2s ease;
}

div#thumbs_container_new .games_thumbs 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#thumbs_container_new li .button.for_logged {
  margin-top: 35px !important;
  opacity: 0;
  background: url(../img/PlayButton.png) center/contain no-repeat, transparent !important;
  position: absolute !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));
}

div#thumbs_container_new li .button.for_logged:hover,
div#thumbs_container_new li:hover::before {
  opacity: 1;
}

div#thumbs_container_new .games_thumbs li:hover span {
  display: inline !important;
  cursor: context-menu;
}

div#thumbs_container_new li .button.for_logged::after {
  content: none !important;
}

div#thumbs_container_new li:hover .button.for_logged {
  opacity: 1;
  color: transparent;
}

div#thumbs_container_new li a {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 auto !important;
}

input#amnTransfer {
  background: #e8f0fe !important;
  width: 95px;
  height: 26px;
  border: none;
  padding: 0;
  color: black !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  margin-top: 1px;
  border-radius: 7px 0px 0 7px;
  border: 1px solid white;
}

input#amnTransfer::placeholder {
  color: black;
}

.heart {
  opacity: 0;
}

.fav_game:hover .heart {
  opacity: 1;
}

p.heart {
  position: relative;
  z-index: 1;
}

p.heart:after {
  content: attr(tip);
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  width: auto;
  padding: 5px 10px;
  background: rgb(7, 7, 7);
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: 25px;
  display: none;
}

p.heart:before {
  z-index: 1000;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  border-right: 7px transparent solid;
  border-left: 7px transparent solid;
  display: none;
}

p.heart:hover {
  text-decoration: none;
  z-index: 1000;
  position: relative;
  color: #8325f7;
}

p.heart:hover:after {
  display: block;
}

p.heart:hover:before {
  display: block;
}

#amountCont {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  height: 26px;
  width: 100%;
  border-radius: 6px;
  position: relative;
}

#amountCont::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2;
  width: 266px;
  height: 26px;
}

#btnRefresh {
  background: transparent;
  width: 22px;
  height: 22px;
  border: none !important;
  border-radius: 3px;
  float: right;
  margin: 0;
  margin-right: 47%;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}

#btnRefresh::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2;
}

#btnRefresh::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background-image: url(../img/arrows/refresh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

#btnRefresh:hover::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

#btnTranfer {
  font-size: 11px !important;
  font-weight: bold;
  background: var(--textColor3);
  color: black;
}

#btnTranfer:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#btnTranfer:hover {
  background: var(--textColor3);
  color: black;
}

#category_tabs,
#navigationProvider {
  display: none;
}

#container {
  background-color: transparent !important;
  width: 100%;
  position: absolute;
}

#fav_games_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#fav_games_title,
#fav_games_container,
#game_category_nav_tab_mainMenu::-webkit-scrollbar {
  display: none;
}

#game_category_nav_tab {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  margin-top: 17px;
  display: none;
  justify-content: center;
  position: relative;
  background: transparent;
  width: 100%;
}

#game_category_nav_tab_mainMenu {
  display: flex;
  height: 40px;
  margin: 0;
  width: 80%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  flex-direction: row;
}

#game_category_nav_tab_mainMenu a {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid var(--border-main);
  border-radius: 8px;
  width: 173px;
  color: var(--bg_text);
  display: inline-flex;
  height: 100%;
  background: var(--table_row);
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0em;
  padding: 0;
  position: relative;
  text-transform: uppercase !important;
  padding-left: 15px;
}

#game_category_nav_tab_mainMenu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--textColor3);
  transition: width 0.3s ease-in-out;
}

#game_category_nav_tab_mainMenu a:hover::after {
  width: 100%;
}

#game_category_nav_tab_mainMenu li {
  cursor: pointer;
}

#imgMoney {
  float: right;
  margin-right: 14px;
  margin-top: -37px;
  width: 51px;

  display: none;
}

#left_column {
  width: 296px;
  overflow-y: hidden;
  display: block;
  padding: 0.1rem;
}

#lobbies_container {
  clear: both;
  text-align: center;
  width: 100%;
  height: calc(
    (
        100vh - var(--navbar-height) - var(--section-height) -
          var(--insSearchProovider)
      ) / 2
  );
  margin: 0;
  top: 0;
}

#lobbies_container > ul.lobbies_thumbs {
  display: flex;
  width: 100%;
  padding-left: 6px;
  table-layout: fixed;
  flex-flow: wrap;
  justify-content: center !important;
  height: 50vh;
  height: calc((100vh - 260px) / 2);
  overflow-y: auto;
}

#lobbies_container > ul.lobbies_thumbs > li {
  box-shadow: 0 0 30px var(--bg_color);
  z-index: 1;
  border-radius: 6px;
  display: table-cell;
  height: 45px;
  margin: 3px;
  position: relative;
  width: 44%;
  cursor: pointer;
  box-sizing: border-box;
}

#lobbies_container > ul.lobbies_thumbs > li.mtmgoldenrace,
#lobbies_container > ul.lobbies_thumbs > li.mtmvleague {
  display: none !important;
}

#lobbies_container > ul.lobbies_thumbs > li.active > a,
.theme1 #lobbies_container > ul.lobbies_thumbs > li.active > a {
  background: var(--table_row_2);
  border-color: var(--table_header_3);
}

#lobbies_container > ul.lobbies_thumbs > li > a {
  background: transparent;
  border-radius: 8px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  background-color: var(--table_row);
  position: absolute;
  background-size: 86% !important;
  height: 100%;
  width: 100%;
  margin-top: -2px;
  margin-left: -2px;
  border: 1px solid var(--border-main);
}

#lobbies_container > ul.lobbies_thumbs > li > a:hover {
  transform: scale(0.95);
}

#main_content {
  background: none;
  min-height: 708px;
  width: calc(100% - 296px - 296px);
  position: relative;
  top: calc(var(--navbar-height) + var(--section-height));
  height: calc(100vh - var(--navbar-height) - var(--section-height));
  overflow-y: auto;
  overflow-x: hidden;
}

#popUpBtn {
  cursor: pointer;
  color: white;
  margin: 10px 15% 0 15%;
  padding: 10px;
  border: 1px solid var(--border-main);
  border-radius: 6px;
  background: var(--table_row);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}

#popUpBtn:hover {
  color: black;
  background: var(--textColor3);
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#right_column {
  height: calc(100vh - var(--navbar-height) - var(--section-height)) !important;
  width: 296px;
  max-width: 296px;
  overflow-y: auto;
}

#right_column::-webkit-scrollbar-track,
#main_content::-webkit-scrollbar-track,
.lobbies_thumbs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--regola_gradiente3);
}

#right_column::-webkit-scrollbar,
#main_content::-webkit-scrollbar,
.lobbies_thumbs::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

#right_column::-webkit-scrollbar-thumb,
#main_content::-webkit-scrollbar-thumb,
.lobbies_thumbs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--table_header);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#searchInputDiv {
  display: flex;
  align-items: center;
}

#searchInput {
  color: var(--textColor3);
  position: relative;
  height: 34.4px;
  margin-right: 62px;
  padding: 10px;
  background: var(--table_row);
  font-size: 15px;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  z-index: 9;
  width: 173px;
}

#searchInput:focus,
#searchInput: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);
}

#searchInputDiv i {
  z-index: 100;
  position: absolute;
  color: gray;
  right: 70px;
  top: 12px;
}

#searchIcon {
  z-index: 0 !important;
}

#closeIcon {
  display: none;
}

.insRadeInputGroup i {
  z-index: 100 !important;
  position: absolute;
  color: gray;
  line-height: 10px;
  font-size: 16px;
  right: 20px;
  top: 23px;
}

#searchIconProv {
  z-index: 0 !important;
}

#closeIconProv {
  display: none;
  cursor: pointer;
}

.allGamesNav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#textAboveCatNav {
  color: var(--textColor);
  font-size: 20px;
  display: flex;
  font-weight: bold;
  height: 40px;
  align-items: center;
  margin-top: 5px;
  justify-content: center;
}

#section_upper_block {
  display: block;
  margin: 0 auto;
  background-size: cover;
  height: var(--miniSlider-height) !important;
  z-index: 0;
}

#section_upper_block::before {
  display: block;
  content: "";
  background: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 340px !important;
  mix-blend-mode: luminosity;
  opacity: 0.63;
}

#thumbs_container_new {
  width: 100%;
}

#thumbs_container_new .games_thumbs {
  width: 100%;
  padding-left: 57px;
  padding-right: 57px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

#thumbs_container_new .games_thumbs li {
  border-radius: 9px !important;
  border: none !important;
  width: 162px !important;
  margin: 5px !important;
}
#thumbs_container_new .heart {
  cursor: pointer;
  color: #d9d9d9;
  z-index: 1;
  position: absolute;
  font-size: 16px;
  margin: 10px;
  margin-bottom: -40px;
}

#thumbs_container_new .heart:hover {
  color: #88a920;
}

#toggle_btn {
  text-align: center;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#transfer_money {
  background: var(--table_row_2);
  backdrop-filter: blur(10px);
  margin: 0;
  padding: 0 !important;
  width: 90%;
  margin-right: 5%;
  height: 205px;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid var(--border-main);
}

#transfer_money .form_content fieldset label {
  font-size: 12px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

#transfer_money .form_content fieldset label[for="amnTransfer"] {
  margin-top: 3px !important;
}

#transfer_money::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2;
}

.activeCat {
  color: var(--textColor) !important;
}

.activeCat a {
  color: var(--textColor) !important;
}

.cat {
  position: absolute;
  display: none !important;
  position: relative;
  height: 30px;
  width: 2%;
}

.category h1 {
  padding-left: 105px;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center !important;
  color: #d9d9d9;
}

.hcasino {
  position: relative;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  justify-content: flex-start;
}

.hcasino span {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 48%,
    var(--livebetLightBg) 48%,
    var(--livebetLightBg) 52%,
    transparent 52%,
    transparent 100%
  );
  color: var(--bg_text);
  border-radius: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 5;
}

.hcasino::before,
.hcasino::after {
  content: "";
  position: absolute;
  width: calc(50% - 62px);
  height: 2px;
  background: linear-gradient(to right, #7070702e, lightgray);
  top: 48%;
}

.theme1 .hcasino::before,
.theme1 .hcasino::after {
  background: linear-gradient(to right, #6a6a6a2e, #8a8a8a);
}
.theme1 .hcasino::after {
  background: linear-gradient(to left, #6a6a6a2e, #8a8a8a);
}

.hcasino::before {
  left: 62px;
}

.hcasino::after {
  right: 62px;
  background: linear-gradient(to left, #7070702e, lightgray);
}

.countCat {
  position: absolute;
  display: flex;
  float: right !important;
  right: 10px;
  background: var(--NextEveCol2);
  border: 1px solid var(--border-main2);
  margin-left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  flex-direction: column;
  justify-content: center;
}

.theme1 .countCat {
  background: var(--border-main);
  border: 1px solid var(--border-main3);
}

.countCat::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.countCat span {
  display: flex;
  height: 100%;
  margin: 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.fav_game {
  border: 2px solid var(--table_row_2);
  text-align: center;
  -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;
  margin: 2px !important;
  width: 168px !important;
  height: 122px;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.fav_game img {
  display: inline-block;
  margin: 0;
  min-height: 115px !important;
  width: 100%;
  border-radius: 9px !important;
}

.fav_game span.title {
  display: none !important;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  background: linear-gradient(to top, black, transparent);
  position: relative;
}

.fav_title_1_cat {
  background-image: url(../img/play/allgame.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  color: #d8ec38;
  height: 28px;
  width: 30px;
  display: inline-block;
}

.fav_title_2_cat {
  color: #d9d9d9;
  cursor: context-menu;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.form_content {
  background: transparent;
  margin-bottom: 0;
}

.form_content button {
  margin: 0 !important;
  width: 95px;
  height: 26px;
  border-radius: 0px 6px 6px 0px;
  border: none;
  background: transparent;
  border-left: 1px solid #a5a8ae;
  color: #ffffff;
  margin-top: 1px !important;
  font-size: 12px;
}

.form_content button:active,
.form_content button:focus,
.form_content button:hover {
  border-left: 1px solid #a5a8ae;
  background: linear-gradient(95.02deg, #88a920 0.93%, #d8ec38 96.72%);
  color: #190a31;
}

.form_content fieldset label {
  margin: 0 !important;
}

.form_content fieldset label input[type="radio"] {
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  margin-right: 5px !important;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.form_content fieldset label input[type="radio"]:checked,
.form_content fieldset label input[type="radio"]:focus,
.form_content fieldset label input[type="radio"]:hover {
  background: var(--textColor3);
  border: 0;
}

.games_categories {
  width: 100%;
}

.games_categories div.category {
  width: 100%;
  display: grid;
}

.games_thumbs .fav_game span.title {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 30px;
  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: white;
}

.games_thumbs div.fav_game:hover {
  box-shadow: 0 0 30px var(--bg_color);
}

.games_thumbs li span {
  display: block !important;
}

.heart {
  background: #00000057;
  border-radius: 50%;
  width: 25px;
  height: 22px;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.lobbies_thumbs li a span.title {
  display: none;
}

.money_info {
  margin-top: 10px !important;
  padding-bottom: 7px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid var(--border-main);
}

.moneyAmount {
  display: flex !important;
  width: 100%;
  left: 5%;
  right: 5%;
  margin-top: 5px !important;
  flex-direction: row;
  justify-content: space-around;
}

.moneyAmount span {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff !important;
}

.moneyAmount span span {
  color: var(--textColor) !important;
}

.radio1::before,
.radio2::before {
  content: "";
  position: absolute;
  height: 11.2px;
  width: 11.2px;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(139.4deg, #ffffff 8.21%, transparent 95.38%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2;
}

.radio1:checked::before,
.radio1:focus::before,
.radio1:hover::before,
.radio2:checked::before,
.radio2:focus::before,
.radio2:hover::before {
  content: "";
  position: absolute;
  height: 11.2px;
  width: 11.2px;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(139.4deg, #d8ec38 8.21%, transparent 95.38%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2;
}

.verticalLine {
  display: none !important;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #d9d9d9 0%,
    rgba(217, 217, 217, 0) 100%
  );
  width: 1px;
  height: 35px;
  margin-top: -7px;
}

.scroll-btn {
  background-color: #333;
  background: none;
  color: var(--border-main6);
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-btn.left {
  margin-left: 24px;
}

.scroll-btn.right {
  margin-left: 0px;
}

.insRadeInputGroupTitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.insRadeInputGroup {
  margin-bottom: 15px;
  position: relative;
}

.insRadeInputGroup input {
  color: var(--textColor3);
  position: relative;
  background-image: none !important;
  height: 35px;
  margin: 10px 7px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--border-main) !important;
  border-radius: 5px;
  z-index: 9;
  width: 93%;
  float: left;
}

#filterInsRadeList:focus,
#filterInsRadeList: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 #23232329;
}

.MostPlayedGamesTitle {
  text-transform: uppercase;
  font-weight: bold;
}

#clearSearch {
  position: absolute;
  float: right;
  background: transparent;
  font-size: 20px;
  margin-top: 5px;
  margin-left: -40px !important;
  z-index: 10;
}

.nav-btn i {
  color: var(--border-main6);
}

#slider-container-Mobile {
  width: calc(100% - 124px);
  margin-left: 62px;
  margin-right: 0%;
}

.MostPlayedGamesTitle {
  margin-top: 10px;
  color: var(--textColor3) !important;
}
@media screen and (max-width: 991px) {
  #left_column.lobbies_container.visibleProvidersRade {
    display: block;
  }

  #section_upper_block {
    height: 0 !important;
    margin: 0;
  }
  #transfer_money .form_content fieldset label {
    font-size: 16px !important;
    margin-left: 0px !important;
  }
  #transfer_money {
    position: fixed !important;
    width: 100% !important;
    height: calc(100% - 56px - 65px) !important;
    top: 56px !important;
    right: 0 !important;
    background: var(--bg_color) !important;
    border: none !important;
    z-index: 9 !important;
  }
  .mobileSidebar#transfer_money::before {
    background: none !important;
  }
  .moneyAmount {
    width: 100% !important;
  }
  .moneyAmount span {
    font-size: 16px !important;
  }
  #btnRefresh {
    width: 30px !important;
    height: 30px !important;
    margin-right: 48% !important;
    margin-top: -24px !important;
  }
  #popUpBtn {
    margin-top: 10px;
    width: 38%;
    height: 26px;
    text-align: center;
    margin-left: 28%;
    margin-right: 28%;
    display: none !important;
  }
  #imgMoney {
    display: none;
  }
  .form_content.radio {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 0px !important;
  }
  #amountCont {
    flex-direction: row !important;
  }
  .form_content.radio fieldset label[for="toSport"] {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  #lobbies_container > ul.lobbies_thumbs > li {
    height: 15vw !important;
    margin: 5px !important;
  }
  .insRadeInputGroup i {
    line-height: 0px !important;
    right: 40px !important;
  }
  .insRadeInputGroup input {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    margin-left: 3% !important;
    width: 93% !important;
  }
  div#thumbs_container_new .games_thumbs li {
    margin-top: 0px !important;
  }
  #providerListed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: var(--textColor);
    font-weight: bold;
    font-size: 16px;
    height: 75px;
    width: 32%;
    top: 12px;
    bottom: 12px;
    position: relative;
    display: block;
    margin: auto;
  }
  #searchInputDiv i {
    right: 40px;
  }
  .fav_game span.title {
    display: block !important;
    margin-bottom: -2px;
  }
  #slider-container-Mobile {
    display: none !important;
  }
  #left_column {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    background: var(--bg_color);
    width: 100%;
    height: calc(100% - 63px) !important;
    overflow: hidden;
    z-index: 2;
  }
  #game_category_nav_tab {
    margin-bottom: 50px !important;
    margin-top: 19px;
  }
  #searchInput {
    float: left !important;
    width: 88% !important;
    margin-left: 6% !important;
    z-index: 1;
  }
  .scroll-btn.right {
    background: transparent;
    z-index: 1;
    margin-left: 0px !important;
    width: 7%;
    font-weight: bold;
    margin-top: 3px;
  }
  .scroll-btn.left {
    background: transparent;
    z-index: 1;
    width: 7%;
    font-weight: bold;
    margin-right: 19px;
    margin-left: 0px;
    margin-top: 3px;
  }
  #searchInputDiv {
    position: absolute;
    margin-top: 52px;
    width: 100%;
  }
  #game_category_nav_tab_mainMenu {
    height: 43px;
    width: 100% !important;
    padding-top: 5px;
    margin-left: -20px !important;
  }
  #game_category_nav_tab_mainMenu a {
    margin-left: 0px !important;
  }
  #section_lower_block {
    margin-top: 0px;
  }
  #lobbies_container.radeInsItems {
    height: calc(100vh - var(--navbar-height) - var(--section-height) - 129px);
  }
  .MostPlayedGamesTitle,
  #MostPlayedGames {
    display: none;
  }
  #main_content {
    width: 100%;
    position: relative;
    height: calc(100vh - var(--navbar-height) - var(--section-height) - 43px);
    top: 0;
  }
  #lobbies_container > ul.lobbies_thumbs {
    height: calc(100vh - var(--navbar-height) - var(--section-height) - 109px);
  }
  #thumbs_container_new .games_thumbs {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.games_categories {
    padding-bottom: var(--footer-height);
  }
  .games_thumbs {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .category h1 {
    padding-left: 0px;
  }
  .hcasino span {
    margin: auto;
    z-index: 1;
    background: var(--livebetLightBg);
  }
  p.heart {
    display: none;
  }
  #transferForm {
    margin-top: 70px;
  }
  #thumbs_container_new {
    padding-bottom: calc(var(--footer-height) + 10vh);
  }
  .lobbies_thumbs {
    padding-bottom: calc(var(--footer-height) + 10vh);
  }
  input#amnTransfer {
    margin-top: 2px;
  }
}

@media (orientation: portrait) {
  .games_thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hcasino span {
    margin: auto;
  }
  p.heart {
    display: none;
  }
}
