* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  font-family: "Montserrat";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html,
body {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.body {
  overflow: hidden;
}

body {
  background-color: #1a0e0e;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  letter-spacing: 0px;
  overflow-x: hidden;
  scrollbar-color: #f2a333 transparent;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.4392156863);
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(#fdf474, #f2a333);
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f0efef;
}
body.game_body .root {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.shop .root {
  scrollbar-color: #f2a333 transparent;
  scrollbar-width: thin;
}
.shop .root::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.4392156863);
}
.shop .root::-webkit-scrollbar-thumb {
  background: linear-gradient(#fdf474, #f2a333);
  border-radius: 10px;
}
.shop .root::-webkit-scrollbar-thumb:hover {
  background: #f0efef;
}

div#root {
  overflow: visible;
}

h1 {
  padding: 20px;
  margin: 0;
  font-weight: bolder;
  font-size: 22px;
}

:not(:root):-webkit-full-screen::backdrop {
  background: transparent;
}

:not(:root):fullscreen::backdrop {
  background: transparent;
}

@media (max-width: 800px) {
  body {
    scrollbar-width: 0px;
  }
  body::-webkit-scrollbar {
    width: 0px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 18px;
  }
}
.red {
  background-color: #d13030;
}

.green {
  background-color: #00b000;
}

.blue {
  background-color: #306ed1;
}

.orange {
  background-color: #e87512;
}

.pink {
  background-color: #c530d1;
}

.purple {
  background-color: #6e30d1;
}

.gold {
  color: #f9d30c;
}

.silver {
  color: #aaaaaa;
}

.bronse {
  color: #dd8b1c;
}

.gold_text {
  font-weight: 800;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}

header {
  width: 100%;
  height: 50px;
  position: sticky;
  top: 114px;
  z-index: 11;
  padding-bottom: 3px;
  background-color: #1a0e0e;
}

.games {
  display: flex;
  justify-content: flex-end;
  height: auto;
}

.header {
  display: flex;
  flex-direction: column;
}

.menu {
  display: flex;
  padding: 0px 10px;
}
.menu.menu2 {
  padding: 30px 10px;
}
.menu h2,
.menu h4,
.menu h6 {
  margin: 5px 15px;
  font-weight: 400;
}

.search_games {
  width: 350px;
  border-radius: 10px;
  background-color: #361c1c;
  margin: 0px 5px;
  position: sticky;
  top: 114px;
  z-index: 15;
  margin-bottom: -59px;
}
.search_games .form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}
.search_games .form input {
  width: 100%;
  padding: 5px;
  height: 40px;
  padding-right: 165px;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  outline: none;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.search_games .form .btn {
  width: 60px;
  padding: 10px;
  margin-left: -50px;
  background: transparent;
}
.search_games .form .btn.blue {
  background: transparent;
}
.search_games .form .btn.blue.active {
  background: transparent;
}
.search_games .form .btn.blue.active:hover {
  box-shadow: none;
}
.search_games .form .btn.blue.active:active {
  transform: scale(1);
}
.search_games .form .btn .fa {
  color: gray;
}

.search_games_place {
  width: 360px;
  margin: 0px 5px;
}

.filter_games {
  display: flex;
  align-items: stretch;
  width: calc(100vw - 720px);
  border-radius: 20px;
  margin: 0px 10px;
  color: #fff;
  background-color: #361c1c;
}
.filter_games .btn {
  width: 50px;
  margin: 0;
  padding: 29px 0px;
  border-radius: 0;
  background: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
}
.filter_games .btn:first-of-type {
  border-radius: 20px 0px 0px 20px;
}
.filter_games .btn:last-of-type {
  border-radius: 0px 20px 20px 0px;
}
.filter_games .btn .icon {
  background-color: transparent;
  color: #cfb219;
  margin: 0;
}
.filter_games .checkbox_box {
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
  overflow-y: hidden;
  text-overflow: initial;
  margin-bottom: -8px;
  scrollbar-width: none;
}
.filter_games .checkbox_box::-webkit-scrollbar {
  display: none;
}
.filter_games .cont {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  color: gray;
}
.filter_games .cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter_games .checkmark {
  position: absolute;
  top: 1px;
  left: 10px;
  height: 16px;
  width: 16px;
  border: 1px solid gray;
}
.filter_games .cont:hover input ~ .checkmark {
  background-color: #ccc;
}
.filter_games .cont input:checked ~ .checkmark {
  background-color: white;
}
.filter_games .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter_games .cont input:checked ~ .checkmark:after {
  display: block;
}
.filter_games .cont .checkmark:after {
  left: 3px;
  top: -1px;
  width: 4px;
  height: 11px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.live_news {
  display: flex;
  align-items: center;
  width: 375px;
  margin: 0px;
  border-radius: 10px;
  background-color: #361c1c;
  color: #fff;
}
.live_news_container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 8px;
  background-color: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
  overflow-y: hidden;
}
.live_news_container .btn {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 50px;
  border: 0;
  margin: 0px;
  padding: 0px;
  background: linear-gradient(rgb(71, 0, 0) 0%, rgb(255, 0, 0) 100%);
  font-size: 14px;
  overflow: visible;
}
.live_news_container .btn:before {
  content: "";
  position: absolute;
  transform: scaleX(0.6) rotate(45deg);
  height: 38px;
  width: 38px;
  right: -14px;
  top: 5px;
  border-radius: 5px;
  z-index: -1;
  background-image: linear-gradient(-45deg, rgb(255, 0, 0), rgb(71, 0, 0));
}
.live_news_container .news {
  overflow-x: scroll;
  text-overflow: initial;
  margin: 0px 13px;
  scrollbar-width: none;
}
.live_news_container .news::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1544px) and (min-width: 1280px) {
  header {
    top: 75px;
  }
  .search_games {
    top: 75px;
  }
}
@media only screen and (max-width: 1437px) and (min-width: 1280px) {
  header .live_news {
    width: 322px;
  }
}
@media only screen and (max-width: 1437px) and (min-width: 1280px) {
  .search_games {
    width: 310px;
  }
  header .search_games_place {
    width: 310px;
  }
  header .filter_games {
    width: calc(100vw - 620px);
  }
}
@media (max-width: 1330px) {
  .filter_games {
    width: 100%;
  }
  .filter_games .btn {
    width: 50px;
  }
}
@media (max-width: 1279px) {
  header {
    position: relative;
    top: -530px;
    left: 0;
    background-color: transparent;
  }
  header.see_more {
    top: 560px;
  }
  .games {
    display: none;
  }
  .search_games {
    position: fixed;
    top: 39px;
    z-index: 15;
    width: auto;
    background-color: transparent;
  }
  .search_games .form {
    justify-content: flex-start;
  }
  .search_games .form input {
    outline: none;
    box-sizing: content-box;
    background: #ededed url("img/search.png") no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    transition: all 0.5s;
    width: 15px;
    height: 24px;
    color: transparent;
    cursor: pointer;
  }
  .search_games .form input:hover {
    background-color: #fff;
  }
  .search_games .form input:focus {
    width: 240px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  }
  .search_games .form input:focus::-moz-placeholder {
    padding-left: 0px;
  }
  .search_games .form input:focus::placeholder {
    padding-left: 0px;
  }
  .search_games .form input::-moz-placeholder {
    padding-left: 20px;
  }
  .search_games .form input::placeholder {
    padding-left: 20px;
  }
  .search_games .form .btn {
    display: none;
  }
  .shop .search_games {
    left: 10px;
  }
  .search_games_place {
    display: none;
  }
  .live_news {
    display: none;
  }
}
@media (max-width: 430px) {
  header {
    top: -502px;
  }
  header .filter_games {
    margin: 0px 5px;
  }
  header .filter_games .btn {
    padding: 5px;
  }
  header .filter_games .cont {
    font-size: 14px;
  }
}
.container {
  width: calc(100vw - 740px);
  margin: 5px auto;
  padding: 10px;
  padding-bottom: 100px;
  border-radius: 20px;
  background-color: #361c1c;
  color: #fff;
}
.container#games_container div#new {
  padding-top: 180px;
  margin-top: -180px;
}
.container#games_container div.two_rows_games {
  padding-top: 180px;
  margin-top: -180px;
}
/* .container#games_container div h1#pt-gaming,
.container#games_container div h1#pg-games,
.container#games_container div h1#crash {
  padding-top: 180px;
  margin-top: -180px;
} */
.container#games_container
  .two_rows_games
  .tournament_cards_container
  .btn.btn_with_gold_gradient {
  z-index: 1;
}
.container .tournament_cards_container:first-child > div {
  margin: 0px;
}
.container.container_middle {
  position: relative;
  width: calc(100vw - 720px);
  height: 424px;
  padding: 0px;
  overflow: hidden;
}
.container.container_middle .register_game {
  margin: 0;
  height: 420px;
}
.container.container_middle .repeating_radial_gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: repeating-radial-gradient(
    #26343b,
    #124a65 11%,
    #0d81b8 12%
  );
}
.container.container_middle .repeating_radial_gradient .games_shop_image {
  height: 130px;
  width: 250px;
  overflow: hidden;
}
.container.container_middle .repeating_radial_gradient .games_shop_image img {
  height: 100%;
  width: 100%;
}
.container.container_middle .repeating_radial_gradient .games_shop_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 65px;
  border-radius: 5px;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  border: 2px solid #00324a;
  border-top: 1px solid #00324a;
  border-bottom: 1px solid #00324a;
  border-radius: 5px;
  background-color: #1fb5ee;
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header
  .gold_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border: 1px solid #0087c6;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #00496c, #0087c6);
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header
  .gold_header
  span {
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px -6px 6px #00324a);
  font-weight: bolder;
  font-size: 29px;
}
.container.container_middle .repeating_radial_gradient .games_shop_description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  line-height: 0.9;
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_description
  .buy_activate {
  font-weight: bolder;
  text-shadow: 0.2px 0 #f2a031, -0.2px 0 #f2a031, 0 0.2px #f2a031,
    0 -0.2px #f2a031, 0.2px 0.2px #f2a031, -0.2px -0.2px #f2a031,
    0.2px -0.2px #f2a031, -0.2px 0.2px #f2a031;
  font-size: 18px;
  overflow: hidden;
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_description
  .freespins_bonus {
  white-space: pre-line;
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px -9px 6px #00324a);
  overflow: hidden;
}
.container.container_middle
  .repeating_radial_gradient
  .games_shop_description
  .right_away {
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 0.5px 0 #f2a031, -0.5px 0 #f2a031, 0 0.5px #f2a031,
    0 -0.5px #f2a031, 0.5px 0.5px #f2a031, -0.5px -0.5px #f2a031,
    0.5px -0.5px #f2a031, -0.5px 0.5px #f2a031;
  overflow: hidden;
}

.container .container_small.favourites,
.container .container_small.my_tournaments {
  display: none;
}
.container > .container_small {
  display: none;
}

.container .container.container_middle {
  width: 100%;
}
.container.see_more_container .container.container_middle {
  margin-bottom: 60px;
}

.container_games {
  background-color: #363636;
  padding: 20px 10px;
}

.full_container {
  display: flex;
  color: #fff;
  font-weight: bold;
}
.full_container .filter_games {
  display: none;
}

.shop .full_container .container_small.most_played,
.shop .full_container .container_small.winners_of_the_day {
  overflow: hidden;
}
.shop .full_container .container_small .videos .video_winners {
  width: 300px;
  padding-bottom: 16px;
}
.shop
  .full_container
  .container_small
  .videos
  .video_winners
  .video
  .player_icon {
  width: 50px;
  height: 50px;
}
.shop .full_container .container_small .videos .details .game_description {
  font-size: 10px;
  line-height: 12px;
  color: #808080;
}
.shop .full_container .container_middle_with_gradient {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
.shop .full_container .container_middle_with_gradient .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shop
  .full_container
  .container_middle_with_gradient
  .background_left_right_images {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shop .full_container .filter_games {
  height: 58px;
  overflow-y: hidden;
}
.shop .full_container .filter_games .btn {
  display: none;
}
.shop .full_container .filter_games .checkbox_box {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.shop .full_container .filter_games .checkbox_box .cont {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 80%;
  padding: 0 10px;
}
.shop .full_container .filter_games .checkbox_box .cont .checkmark {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
.shop .full_container .filter_games .checkbox_box .cont .checkmark::after {
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
  border: none;
  transform: none;
}
.shop
  .full_container
  .filter_games
  .checkbox_box
  .cont
  input:checked
  ~ .checkmark:after {
  display: flex;
  content: attr(data);
  color: black;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(
    266.34deg,
    #ffba00 7.54%,
    #ffaa00 37.91%,
    #ff8a00 96.62%
  );
  border-radius: 8px;
}

@media (max-width: 1545px) {
  #games_container div#new {
    padding-top: 135px;
    margin-top: -135px;
  }
  #games_container div.two_rows_games {
    padding-top: 135px;
    margin-top: -135px;
  }
  #games_container div h1#pt-gaming,
  #games_container div h1#pg-games,
  #games_container div h1#crash {
    padding-top: 135px;
    margin-top: -135px;
  }
}
@media (max-width: 1437px) {
  .container {
    width: calc(100vw - 640px);
  }
  .container.container_middle {
    width: calc(100vw - 620px);
  }
  .shop .full_container .container_middle_with_gradient {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .full_container {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: -63px;
    padding: 10px;
  }
  .full_container .container_small {
    width: 100%;
    height: auto;
  }
  .full_container .container_small .videos {
    display: -webkit-box;
    flex-wrap: nowrap;
    padding: 20px 10px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-y: hidden;
    text-overflow: initial;
    scrollbar-width: none;
  }
  .full_container .container_small .videos::-webkit-scrollbar {
    display: none;
  }
  .full_container .container_small .videos .video_winners {
    width: -moz-fit-content;
    width: fit-content;
  }
  .full_container .container_small .videos .video_winners .video video {
    width: 100px;
    height: 100px;
  }
  .full_container .container_small:first-child {
    order: 4;
  }
  .full_container .container_small:last-child {
    order: 3;
  }
  .full_container .filter_games {
    display: flex;
    order: 2;
    font-weight: normal;
    margin: 0px auto;
    position: relative;
  }
  .full_container .container {
    width: 100%;
    order: 1;
  }
  .shop .full_container {
    margin-top: 80px;
  }
  .container_small.winners_of_the_day .videos,
  .container_small.most_played .videos {
    display: -webkit-box;
    flex-wrap: nowrap;
    padding: 20px 10px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-y: hidden;
    text-overflow: initial;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .container_small.winners_of_the_day .videos::-webkit-scrollbar,
  .container_small.most_played .videos::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
  .container_small.winners_of_the_day .videos .video_winners,
  .container_small.most_played .videos .video_winners {
    width: -moz-fit-content;
    width: fit-content;
  }
  .container_small.winners_of_the_day .videos .video_winners .video video,
  .container_small.most_played .videos .video_winners .video video {
    width: 100px;
    height: 100px;
  }
  .container_small.winners_of_the_day
    .videos
    .video_winners
    .video
    .ribbon_container,
  .container_small.most_played .videos .video_winners .video .ribbon_container {
    top: 10px;
  }
  .container_small .videos .poster {
    width: 85px;
  }
  .container_small.winners_of_the_day .videos,
  .container_small.most_played .videos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .container_small.winners_of_the_day .videos .video_winners,
  .container_small.most_played .videos .video_winners {
    overflow: visible;
  }
  .container_small.winners_of_the_day .videos .video_container,
  .container_small.most_played .videos .video_container {
    overflow: visible;
  }
  .container .container_small.favourites,
  .container .container_small.my_tournaments {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .container_small.favourites .title,
  .container .container_small.my_tournaments .title {
    width: 100%;
  }
  .container .container_small.favourites .gold_star,
  .container .container_small.my_tournaments .gold_star {
    color: #ffe600;
  }
  .container .container_small.favourites .videos,
  .container .container_small.my_tournaments .videos {
    padding-top: 10px;
  }
  .container
    .container_small.favourites
    .videos
    .video_winners
    .poster
    .ribbon_container,
  .container
    .container_small.my_tournaments
    .videos
    .video_winners
    .poster
    .ribbon_container {
    right: 10px;
  }
  .container .container_small.favourites .videos .video_winners .poster img,
  .container
    .container_small.my_tournaments
    .videos
    .video_winners
    .poster
    img {
    border-radius: 10px;
  }
  .container .container_small.my_tournaments .poster {
    width: 114px;
    height: 79px;
    overflow: hidden;
  }
  .container .container_small.my_tournaments .poster img {
    width: 72px;
    height: 72px;
  }
  .container > .container_small {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1008px) {
  .shop .search_games {
    top: 49px;
  }
}
@media (max-width: 890px) {
  .shop .info_window.register_game .register_game_container .win {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -4.89%,
      #1f1f1f 50%,
      rgba(255, 255, 255, 0) 103.03%
    );
    overflow: hidden;
  }

  .shop .full_container {
    margin-top: 48px;
  }
  .shop .container.container_middle {
    top: -10px;
  }
  .shop .search_games {
    top: 69px;
  }
  .shop .search_games .form input {
    position: relative;
    border-radius: 50px;
    background: #361c1c url("img/goldSearch.png") no-repeat 9px center;
    border: 2px solid #deba53;
    color: #fff;
  }
  .shop .container_small:last-child {
    order: 4;
  }
  .shop .container_small.most_played .videos {
    padding-top: 0;
  }
  .shop .container_small.most_played .videos .video_container {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .container .container_small.my_tournaments .videos .video_winners .poster {
    width: 100px;
    overflow: visible;
  }
  .container
    .container_small.my_tournaments
    .videos
    .video_winners
    .poster
    .ribbon_container {
    right: -6px;
  }
  .shop
    .full_container
    .container_middle_with_gradient
    .background_left_right_images {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 35px;
  }
}
@media (max-width: 600px) {
  .shop .full_container .filter_games {
    height: 36px;
  }
  .shop .search_games {
    left: 10px;
    width: 100%;
  }
  .shop .search_games .form {
    width: 92%;
  }
  .shop .search_games .form input:focus {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .container .container_small.favourites .videos .video_winners .poster {
    width: 100px;
    overflow: visible;
  }
  .container
    .container_small.favourites
    .videos
    .video_winners
    .poster
    .ribbon_container {
    right: -6px;
  }
}
@media (max-width: 500px) {
  .full_container .container.container_middle {
    height: 370px;
  }
}
@media (max-width: 430px) {
  .full_container .container_small .videos .video_winners {
    width: 300px;
  }
  .full_container .container_small .videos .video_winners .video {
    padding: 0;
  }
  .full_container .container_small .videos .video_winners .video video {
    width: 80px;
  }
  .full_container .container_small .videos .video_winners .jackpot_box {
    width: 130px;
    height: 38px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_header {
    width: 225px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header {
    width: 220px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header
    .gold_header {
    width: 210px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header
    .gold_header
    span {
    font-size: 25px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_description
    .buy_activate {
    font-size: 14px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_description
    .freespins_bonus {
    font-size: 18px;
  }
  .full_container
    .container.container_middle
    .repeating_radial_gradient
    .games_shop_description
    .right_away {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .shop .container_small.winners_of_the_day .videos .video_winners {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop .search_games .form {
    width: 90%;
  }
  .shop .search_games .form input {
    border: 2px;
  }
}
.badges {
  display: flex;
  margin: 0px 17px;
}

.ribbon {
  display: flex;
  padding: 3px 8px;
  margin: 0px 8px;
  border-radius: 8px 1px 1px 8px;
  overflow: visible;
  position: relative;
}
.ribbon span {
  font-size: 10px;
}

@media (max-width: 1279px) {
  .shop .ribbon_container {
    right: -14px;
  }
  .shop .ribbon_container .ribbon {
    padding: 4px 8px;
    border-radius: 4px 0px 0px 4px;
  }
}
@media (max-width: 400px) {
  .ribbon span {
    font-size: 8px;
  }
}
.tablets {
  display: flex;
  margin: 5px 20px;
  font-size: 12px;
}
.tablets.smaller {
  font-size: 10px;
}

.tablet {
  padding: 3px 8px;
  border-radius: 6px;
  background-color: #592222;
  margin: 5px;
}
.tablet.red {
  background-color: #d13030;
}
.tablet.green {
  background-color: #00b000;
}
.tablet.blue {
  background-color: #306ed1;
}
.tablet.orange {
  background-color: #e87512;
}
.tablet.pink {
  background-color: #c530d1;
}
.tablet.purple {
  background-color: #6e30d1;
}
.tablet.gold {
  color: #f9d30c;
}
.tablet.silver {
  color: #aaaaaa;
}
.tablet.bronse {
  color: #dd8b1c;
}
.tablet.transparent {
  color: #8c8c8c;
}

.icons {
  display: flex;
  justify-content: space-between;
  margin: 10px 25px 10px 15px;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 34px;
  line-height: 34px;
  fill: currentColor !important;
  background-color: #3c3544;
  border-radius: 50%;
  margin: 10px;
}
.icon.coin {
  float: right;
}
.icon.purple {
  color: #6e30d1;
}
.icon.star {
  color: transparent;
  stroke: #797979;
}
.icon.star.favourite {
  color: #ffb100;
  stroke: none;
}
.icon.gold_star {
  color: #ffe600;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.svg_graphic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  fill: currentColor;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin: 10px 15px;
}

.buttons_left,
.buttons_right {
  display: flex;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin: 10px;
  padding: 10px 60px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s;
  overflow: hidden;
  cursor: pointer;
}
.btn.blue.active {
  background: linear-gradient(
    #273577 0%,
    #273577 50%,
    #132571 52%,
    #045abd 100%
  );
  border-radius: 16px;
}
.btn.blue.active:hover {
  box-shadow: 0 0 10px white;
}
.btn.blue.active:active {
  transform: scale(0.9);
}
.btn.blue.description_btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 12px;
  width: 204px;
  height: 28px;
  background: #283678;
  border: 1px solid #1b75d4;
  border-radius: 34px;
  box-sizing: border-box;
}
.btn a {
  text-decoration: none;
  color: white;
}
.btn.btn_with_gold_gradient {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 210px;
  height: 56px;
  background: linear-gradient(
    266.34deg,
    #ffba00 7.54%,
    #ffaa00 37.91%,
    #ff8a00 96.62%
  );
  color: #000;
  padding: 0;
  margin: 10px 0 0 0;
}

.btn.load_more_games {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 210px;
  height: 75px;
  background: transparent;
  color: #ff8a00;
  padding: 0;
  margin: 10px 0 0 0;
}

.loadMoreGamesArrow {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #ff880036;
  border-radius: 9999px;
}
.loadMoreGamesArrow > img {
  width: 20px;
  height: 20px;
}

.btn.button_gold_gradient {
  background: linear-gradient(
    266.34deg,
    #ffba00 7.54%,
    #ffaa00 37.91%,
    #ff8a00 96.62%
  );
  color: #000;
}
.btn.button_gold_gradient a {
  color: #000;
  font-weight: bold;
}

.btn_orange {
  background-color: #db6b3d;
}

.btn_blue {
  background-color: #018688;
}

.gray {
  background-color: #8c857b;
}

.btn_black {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  background: #252525;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 78px;
  color: #7a7a7a;
  font-weight: 800;
  font-size: 16px;
}

.btn_with_gold_text {
  width: 126px;
  height: 44px;
  border-radius: 78px;
}
.btn_with_gold_text .gold_text {
  position: absolute;
  font-size: 16px;
}

.btn_activate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  height: 29px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.btn_activate svg {
  width: 16px;
  height: 16px;
  background: transparent;
}
.btn_activate span.title {
  width: 61px;
  height: 17px;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
}
.btn_activate.gold_gradient {
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  border-top: 1px solid rgba(255, 230, 0, 0.8);
  box-shadow: 0px 2px 0px #853c17;
}
.btn_activate.gold_gradient span.title {
  color: #853c17;
}
.btn_activate.blue_gradient {
  background: linear-gradient(
    180deg,
    #2e3e87 0%,
    #212d6a 46.3%,
    #161f67 49.8%,
    #006ad5 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.btn_activate.blue_gradient svg {
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn_activate.green_gradient {
  background: linear-gradient(
    180deg,
    #2f872e 0%,
    #226a21 46.3%,
    #176716 49.8%,
    #04d500 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.btn_activate.play_btn {
  width: 75px;
  padding: 6px 16px;
}

@media (max-width: 890px) {
  .shop .btn.blue.description_btn {
    display: none;
  }
  .shop .btn.btn_with_gold_gradient {
    border: 4px solid transparent;
    background: linear-gradient(
          266.34deg,
          #ffba00 7.54%,
          #ffaa00 37.91%,
          #ff8a00 96.62%
        )
        padding-box,
      linear-gradient(
          91.15deg,
          #f2a031 6.89%,
          #f2a031 29.52%,
          #f8ca53 40.31%,
          #fce468 48.99%,
          #fdee70 54.12%,
          #fcea6d 60.83%,
          #fbdd62 67.91%,
          #f8c952 74.88%,
          #f6bd48 88.11%,
          #f5b743 101.25%
        )
        border-box;
    border-radius: 8px;
    text-transform: uppercase;
  }
}
@media (max-width: 800px) {
  .btn.btn_with_gold_gradient {
    cursor: default;
  }
}
@media (max-width: 600px) {
  .shop .btn.btn_with_gold_gradient {
    height: 40px;
  }
}
.cards {
  display: -webkit-box;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 20px 0px;
  scrollbar-width: none;
}
.cards.two_rows .two_rows_cards {
  display: flex;
  white-space: nowrap;
}
.cards.two_rows .two_rows_cards .card {
  width: 300px;
  margin: 20px;
}

.two_rows {
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.two_rows#recomended .two_rows_scroll {
  overflow: hidden;
}
.two_rows#recomended .two_rows_scroll .card {
  width: 22%;
}
.two_rows#recomended .slide_steps {
  display: none;
}
.two_rows_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  height: 750px;
  white-space: nowrap;
  scrollbar-width: none;
}
.two_rows_scroll::-webkit-scrollbar {
  display: none;
}
.two_rows_scroll .card {
  display: inline-block;
  height: 330px;
  margin: 20px;
}

.two_rows h1 {
  width: 100%;
  text-align: start;
  font-weight: bold;
  font-size: 24px;
  /* margin: 10px; */
  padding: 10px 5px;
}

.shop .two_rows {
  padding: 0 4px 16px;
}
.shop .two_rows .title {
  display: flex;
  align-items: center;
}
.shop .two_rows .title img {
  margin: 10px;
}
.shop .two_rows_scroll .card {
  margin: 5px 20px 20px 0px;
}
.shop .card_info .title {
  padding: 0px;
}
.shop .card.shop_card .card_image {
  height: 49%;
}
.shop .card .win div {
  display: flex;
}
.shop .card .win .games_shop {
  padding: 6px 8px;
  border-radius: 6px;
}
.shop .card .win .games_shop .shop_icon {
  width: 16px;
  height: 16px;
}
.shop .card .win .games_shop .title {
  font-size: 12px;
}

.slide_steps {
  display: flex;
  justify-content: center;
  width: 100%;
}
.slide_steps .step {
  margin: 2px;
  width: 32px;
  height: 8px;
  border-radius: 10px;
  background-color: #361c1c;
  z-index: 1;
}
.slide_steps .step.active {
  background-color: #d9d9d9;
}

.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 250px;
  padding: 5px;
  padding-bottom: 50px;
  margin-right: 10px;
  border-radius: 10px;
  color: white;
  background-color: #592222;
  overflow: visible;
}
.card:last-child {
  margin-right: 0px;
}
.card_info {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
.card_info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card_info .title p {
  width: 100%;
  margin: 0;
  font-size: 15px;
  text-align: justify;
  color: white;
}
.card_info .title .icon {
  width: 20px;
  height: 16px;
  background-color: transparent;
}
.card_info .title .icon.star {
  color: transparent;
  stroke: #797979;
}
.card_info .title .icon.star:hover {
  color: #ffb100;
  stroke: none;
}
.card_info .title .icon.star.favourite {
  color: #ffb100;
  stroke: none;
}
.card_info .title .icon.gold_star {
  color: #ffe600;
}
.card_info .tablets {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.card_info .tablets .tablet {
  margin: 2px 5px 2px 0px;
  background-color: #592222;
}
.card_info .tablets .tablet.transparent {
  padding: 3px;
  color: #8c8c8c;
  background-color: #2e2d2d;
  font-size: 12px;
}
.card_info .tablets .tablet.nofill {
  background-color: transparent;
  border: 1px solid #797979;
}
.card .jackpot {
  width: 100%;
}
.card .win {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
}
.card .win a {
  text-decoration: none;
  z-index: 1;
}
.card .win .monney {
  padding: 0px 5px;
  font-weight: bolder;
  font-size: 20px;
}
.card .win .icon {
  margin: 0px;
  color: #d13030;

  background: #361c1c;
}
.card .win .icon.gold {
  color: #f9d30c;
}
.card .win .icon.crown {
  color: #f9d30c;
  padding: 6px;
}
.card .win .money_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 33px;
  background: transparent;
  border: 1px solid #535252;
  border-radius: 87px;
  overflow: hidden;
}
.card .win .money_box span {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
}
.card .win .cancel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 29px;
  background: transparent;
  border: 1px solid #535252;
  border-radius: 78px;
  overflow: hidden;
  cursor: pointer;
}
.card .win .cancel_btn span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.card .jackpot_box {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, 0);
}
.card .card_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 65%; */
}
.card .card_image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card .card_image span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  height: 100%;
}
.card .card_image_overlay {
  display: none;
}
.card:hover .ribbon_container .ribbon {
  background-color: rgba(0, 0, 0, 0.5764705882);
}
.card:hover .card_image_overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5764705882);
  overflow: hidden;
}
.card:hover .card_image_overlay .title {
  text-align: center;
  overflow: hidden;
}
.card:hover .card_image_overlay .title .jackpot_title {
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.card:hover .card_image_overlay .jackpot_prize {
  font-size: 30px;
  font-weight: bolder;
  margin-top: -10px;
}
.card:hover .card_image_overlay .btn {
  margin: 10px auto 0;
}

.carousel .tournament_header .title .crown {
  height: 18px;
}
.carousel .cards {
  display: -webkit-box;
}

.shop .carousel {
  padding: 30px 0px;
}
.shop .carousel .tournament_header .title {
  display: flex;
  align-items: center;
}
.shop .carousel .cards .container_small {
  margin: 10px;
}

.ribbon_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 25px;
  right: -6px;
  font-weight: bold;
  z-index: 3;
}
.ribbon_container .ribbon {
  margin-bottom: 5px;
  text-align: center;
}

.cards::-webkit-scrollbar {
  display: none;
}

.wrapper {
  background: #efefef;
  box-shadow: 1px 1px 10px #999;
  margin: auto;
  text-align: center;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px !important;
  width: 100%;
  padding-top: 5px;
}

.scrolls {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  white-space: nowrap;
  scrollbar-width: none;
}
.scrolls::-webkit-scrollbar {
  display: none;
}

.scrolls div {
  padding: 20px;
  box-shadow: 1px 1px 10px #999;
  margin: 2px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

@media only screen and (max-width: 1830px) and (min-width: 1281px) {
  .two_rows#recomended .two_rows_scroll .card {
    width: 22%;
  }
}
@media only screen and (max-width: 1630px) and (min-width: 1281px) {
  .two_rows#recomended .two_rows_scroll .card {
    height: 300px;
  }
  .two_rows#recomended .two_rows_scroll .card .card_image {
    height: 57%;
  }
  .two_rows_scroll .card {
    height: 325px;
  }
  .card {
    width: 28%;
    height: 325px;
    margin: 10px;
  }
  .card_info .tablets .tablet {
    margin: 1px 2px 2px 0px;
    padding: 2px 8px;
  }
  .card .card_image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 1281px) {
  .two_rows#recomended .two_rows_scroll .card {
    height: 280px;
  }
  .two_rows#recomended .two_rows_scroll .card .card_image {
    height: 55%;
  }
  .two_rows#recomended
    .two_rows_scroll
    .card:hover
    .card_image_overlay
    .jackpot_prize {
    font-size: 20px;
  }
  .two_rows#recomended .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 125px;
    height: 34px;
    margin: 8px auto 0;
  }
  .two_rows_scroll .card.with_button .jackpot_box {
    font-size: 24px;
    padding: 10px 20px;
  }
  .two_rows_scroll .card:hover .card_image_overlay .jackpot_prize {
    font-size: 30px;
  }
  .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 150px;
    height: 34px;
    margin: 8px auto 0;
  }
}
@media only screen and (max-width: 1530px) and (min-width: 1281px) {
  .two_rows#recomended .two_rows_scroll .card {
    height: 280px;
  }
  .two_rows_scroll .card {
    height: 310px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1281px) {
  .two_rows_scroll .card.with_button .jackpot_box {
    font-size: 22px;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1281px) {
  .two_rows#recomended .two_rows_scroll .card {
    width: 22%;
    height: 260px;
  }
  .two_rows#recomended .two_rows_scroll .card .card_image {
    height: 55%;
  }
  .two_rows#recomended
    .two_rows_scroll
    .card:hover
    .card_image_overlay
    .jackpot_prize {
    font-size: 17px;
  }
  .two_rows#recomended .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 115px;
  }
  .two_rows_scroll .card:hover .card_image_overlay .jackpot_prize {
    font-size: 26px;
  }
  .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 140px;
    height: 30px;
    margin: 6px auto 0;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1281px) {
  .two_rows_scroll .card {
    height: 300px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1281px) {
  .two_rows_scroll .card.with_button .jackpot_box {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1130px) and (min-width: 800px) {
  .two_rows#recomended .two_rows_scroll .card {
    width: 22%;
  }
}
@media only screen and (max-width: 830px) and (min-width: 500px) {
  .two_rows#recomended .slide_steps {
    display: flex;
  }
  .two_rows#recomended .two_rows_scroll {
    overflow-x: scroll;
  }
  .two_rows#recomended .two_rows_scroll .card {
    width: 200px;
  }
  .two_rows#recomended
    .two_rows_scroll
    .card:hover
    .card_image_overlay
    .jackpot_prize {
    font-size: 28px;
  }
  .two_rows#recomended .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 150px;
  }
}
@media (max-width: 580px) {
  .two_rows_scroll .card.with_button {
    /* height: 45%; */
    width: 48%;
    margin: 5px 5px 20px 5px;
  }
  .two_rows_scroll .card.with_button .card_image img {
    width: 100%;
    height: auto;
  }
  .two_rows_scroll .card:hover .card_image_overlay .jackpot_prize {
    font-size: 28px;
  }
  .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 150px;
    height: 36px;
  }
  .two_rows .slide_steps {
    margin-top: -30px;
  }
  .card:hover .card_image_overlay .jackpot_prize {
    font-size: 28px;
  }
  .card:hover .card_image_overlay .btn {
    width: 150px;
    height: 36px;
  }
  .card.gold_border {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 530px) {
  .card {
    width: 48%;
  }
  .card .card_image {
    display: flex;
    width: 100%;
  }
  .two_rows#recomended .two_rows_scroll .card {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .two_rows_scroll {
    height: 640px;
  }
  .two_rows_scroll .card.with_button {
    /* height: 45%; */
    width: 48%;
    margin: 5px 5px 25px 5px;
  }
  .two_rows_scroll .card.with_button .card_image img {
    width: 100%;
    height: auto;
  }
  .two_rows#recomended .slide_steps {
    display: flex;
  }
  .two_rows#recomended .two_rows_scroll {
    overflow-x: scroll;
  }
  .two_rows#recomended .two_rows_scroll .card {
    width: 48%;
  }
  .two_rows .slide_steps {
    margin-top: 0px;
  }
  .card_info .title p {
    font-size: 12px;
  }
  .card_info .tablets .tablet {
    padding: 1px 6px;
  }
  .slide_steps {
    margin-top: 10px;
  }
  .win {
    bottom: -8px;
  }
}
@media (max-width: 450px) {
  .card .jackpot_box {
    padding: 8px 16px;
    font-size: 20px;
  }
}
@media (max-width: 438px) {
  .shop
    .two_rows.recomended
    .two_rows_scroll
    .card
    .card_info
    .tablets
    .tablet {
    font-size: 11px;
    padding: 1px 4px;
  }
  .shop .win div .gold,
  .shop .win div .icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 430px) {
  .card:hover .card_image_overlay .jackpot_prize {
    font-size: 25px;
  }
  .card:hover .card_image_overlay .btn {
    width: 140px;
    height: 32px;
  }
}
@media (max-width: 400px) {
  .two_rows h1 {
    font-size: 22px;
  }
  .two_rows_scroll {
    height: 580px;
  }
  .two_rows_scroll .card.with_button {
    margin: 3px 3px 20px 3px;
  }
  .card_info .title p {
    font-size: 10px;
  }
  .tablets .tablet {
    padding: 1px 4px;
    font-size: 8px;
  }
}
@media (max-width: 380px) {
  .card:hover .card_image_overlay .jackpot_prize {
    font-size: 22px;
  }
  .card:hover .card_image_overlay .btn {
    width: 130px;
    height: 30px;
    margin-top: 4px;
  }
}
@media (max-width: 370px) {
  .two_rows_scroll {
    height: 500px;
  }
  .two_rows .slide_steps .step {
    width: 25px;
    height: 6px;
  }
  .card_info .title .icon {
    width: 14px;
    height: 14px;
    margin: 5px;
  }
  .win .icon {
    width: 28px;
    height: 28px;
  }
  .shop .win .btn_activate svg {
    width: 16px;
    height: 16px;
  }
  .shop
    .two_rows.recomended
    .two_rows_scroll
    .card
    .card_info
    .tablets
    .tablet {
    font-size: 9px;
    padding: 3px;
  }
  .shop .two_rows.recomended .two_rows_scroll .card .win div .gold {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 355px) {
  .card .jackpot_box {
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .card:hover .card_image_overlay .jackpot_prize {
    font-size: 20px;
  }
  .card:hover .card_image_overlay .btn {
    width: 110px;
    height: 28px;
    margin-top: 3px;
  }
}
@media (max-width: 320px) {
  .shop
    .two_rows.recomended
    .two_rows_scroll
    .card
    .card_info
    .tablets
    .tablet {
    font-size: 8px;
  }
}
.icon_lines {
  display: flex;
  overflow: visible;
}
.icon_lines .container_small {
  display: flex;
  align-items: center;
  height: auto;
  margin: 30px 0px;
  border-radius: 0;
  background: #361c1c;
  overflow: visible;
}
.icon_lines .container_small.shop_container_small {
  padding-top: 5px;
  padding-bottom: 5px;
}
.icon_lines .container_small .shop_box {
  display: flex;
  align-items: center;
  height: 48px;
}
.icon_lines .container_small .shop_box img#info_icon {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-left: 3px;
}
.icon_lines .container_small:first-child {
  overflow: hidden;
}
.icon_lines .container_small .login {
  display: flex;
  align-items: center;
  width: 100%;
}
.icon_lines .container_small .loged_in {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.icon_lines .container_small .loged_in .player {
  display: flex;
  display: none;
  align-items: center;
  width: auto;
}
.icon_lines .container_small .loged_in .player .dropdown {
  overflow: hidden;
}
.icon_lines .container_small .loged_in .player .dropdown .dropdown_content {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #171717;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.icon_lines .container_small .loged_in .player .dropdown .dropdown_content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.icon_lines .container_small .loged_in .player .dropdown .dropdown_content a i {
  padding-right: 8px;
}
.icon_lines
  .container_small
  .loged_in
  .player
  .dropdown
  .dropdown_content
  a:hover {
  background-color: rgba(255, 255, 255, 0.0784313725);
}
.icon_lines
  .container_small
  .loged_in
  .player
  .dropdown
  .dropdown_content
  a
  .icon {
  width: 28px;
  height: 17px;
  border-radius: 0px;
  margin: 0px;
  padding-right: 8px;
}
.icon_lines
  .container_small
  .loged_in
  .player
  .dropdown
  .dropdown_content.show {
  display: block;
}
.icon_lines .container_small .loged_in .player .user_info {
  display: flex;
  align-items: center;
}
.icon_lines .container_small .loged_in .player .icon {
  width: 20px;
  height: 20px;
}
.icon_lines .container_small .loged_in .player .icon.log_in_avatar {
  width: 50px;
  height: 40px;
  margin-right: 0;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: inset -999px 0 0 #361c1c;
}
.icon_lines .container_small .loged_in .player .avatar {
  display: flex;
  align-items: center;
  width: auto;
}
.icon_lines .container_small .loged_in .player .avatar .border {
  display: flex;
  align-content: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border-radius: 50%;
  border: 2px solid #f9d30c;
}
.icon_lines .container_small .loged_in .player .avatar img {
  padding: 0;
  width: 40px;
  height: 40px;
}
.icon_lines .container_small .loged_in .player .avatar .name {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 5px;
}
.icon_lines .container_small .loged_in .player .notification {
  display: none;
  overflow: hidden;
}
.icon_lines .container_small .loged_in .player .notification .fa-bell {
  overflow: hidden;
}
.icon_lines .container_small .loged_in .player .notification_num {
  overflow: hidden;
}
.icon_lines .container_small .loged_in .wallet {
  display: flex;
  align-items: center;
  width: auto;
}
.icon_lines .container_small .loged_in .wallet img {
  width: 30px;
  height: 25px;
  padding-left: 3px;
}
.icon_lines .container_small .loged_in .wallet svg {
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
}
.icon_lines .container_small .loged_in .wallet span {
  padding-left: 0px;
  font-size: 20px;
  font-weight: bold;
}
.icon_lines .container_small:last-child {
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.icon_lines .container_small img {
  width: 35%;
  padding-left: 20px;
}
.icon_lines .container_small .logo {
  width: 50%;
  margin-bottom: -20px;
}
.icon_lines .container_small .btn {
  width: 110px;
  margin: 0;
  padding: 0px 60px;
  border: 1px solid white;
  background-color: transparent;
}
.icon_lines .container_small .icon {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.icon_lines .container_small.active .btn {
  box-shadow: 0 0 10px #d4d2d2;
}
.icon_lines .line {
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 720px);
  margin: 30px 0px;
  padding: 0px 0px 10px 0px;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
.icon_lines .line .line_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  color: #797979;
  cursor: pointer;
}
.icon_lines .line .line_icon.pt_gaming {
  background: linear-gradient(99.22deg, #353d67 23.26%, #0057ff 85%);
}
.icon_lines .line .line_icon.pt_gaming:hover {
  background: linear-gradient(99.22deg, #353d67 23.26%, #0057ff 100%);
  transition: 0.3s;
}
.icon_lines .line .line_icon.pocket_games {
  background: linear-gradient(99.22deg, #353d67 23.26%, #ff005c 85%);
}
.icon_lines .line .line_icon.pocket_games:hover {
  background: linear-gradient(99.22deg, #353d67 23.26%, #ff005c 100%);
  transition: 0.3s;
}
.icon_lines .line .line_icon.crash_games {
  background-image: url("img/rockets.png"),
    linear-gradient(99.22deg, rgb(53, 61, 103) 23.26%, rgb(255, 230, 0) 85%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon_lines .line .line_icon.crash_games:hover {
  background-image: url("img/rockets.png"),
    linear-gradient(99.22deg, rgb(53, 61, 103) 23.26%, rgb(255, 230, 0) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.icon_lines .line .line_icon:active {
  transform: scale(0.9);
}
.icon_lines .line .line_icon:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.icon_lines .line .line_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  scroll-behavior: smooth;
}
.icon_lines .line .line_icon .icon {
  background-color: transparent;
  margin: 10px 0px 10px 8px;
}
.icon_lines .line .line_icon .icon.home {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.table {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.casino {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.slot {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.arcade {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.tournament {
  color: #306ed1;
  border-radius: 0;
}
.icon_lines .line .line_icon .icon.asSVG {
  width: auto;
  height: 30px;
  margin-right: 10px;
  border-radius: unset;
}
.icon_lines .line .line_icon .title {
  white-space: normal;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.icon_lines .shop_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.icon_lines .shop_line .wallet {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_lines .shop_line .wallet span {
  padding-left: 6px;
  font-size: 20px;
  color: white;
  font-weight: 800;
}
.icon_lines.double_bar {
  display: none;
}
.icon_lines.bar {
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: #1a0e0e;
}
.icon_lines.bar .line {
  padding: 5px 30px;
  background: #361c1c;
}
.icon_lines.bar .line_icon {
  flex-direction: row;
  justify-content: center;
}
.icon_lines.bar .line_icon.active {
  border-radius: 8px;
  background: linear-gradient(
    266.34deg,
    #ffba00 7.54%,
    #ffaa00 37.91%,
    #ff8a00 96.62%
  );
}
.icon_lines.bar .line_icon.active:hover {
  background: linear-gradient(#2e2c2c 0%, #ff8a00 100%);
  box-shadow: 0px 0px 2px 3px #6e3e3e;
}
.icon_lines.bar .line_icon.active .title {
  color: #000;
}
.icon_lines.bar .line_icon.active a .title {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.home {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.table {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.casino {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.slot {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.arcade {
  color: #000;
}
.icon_lines.bar .line_icon.active .icon.tournament {
  color: #000;
}
.icon_lines.bar .container_small .logo.desktop {
  display: block;
}
.icon_lines.bar .container_small .logo.mobile {
  display: none;
}
.icon_lines.game_icon_lines .container_small,
.icon_lines.game_icon_lines .line {
  margin: 0px;
}

.shop .icon_lines .container_small .shop_box {
  width: 100%;
  padding-left: 20px;
}
.shop .icon_lines .container_small .shop_box a {
  height: 100%;
  text-decoration: none;
}

@media only screen and (max-width: 1737px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .title {
    font-size: 12px;
  }
  .icon_lines.bar .line_icon .icon {
    height: 25px;
    width: 25px;
  }
  .icon_lines.bar .line_icon a {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1615px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .icon {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 1544px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .title {
    font-size: 12px;
  }
  .icon_lines.bar .line {
    padding: 5px 10px;
  }
  .icon_lines.bar .line,
  .icon_lines.bar .container_small {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1280px) {
  .icon_lines .container_small .loged_in .player .avatar img {
    width: 40px;
    height: 40px;
  }
  .icon_lines .container_small .loged_in .player .avatar .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1437px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .title {
    font-size: 11px;
  }
  .icon_lines.bar .line {
    width: calc(100vw - 610px);
    padding: 5px 10px;
  }
  .icon_lines .container_small .login .icon {
    width: 30px;
    height: 30px;
  }
  .icon_lines .container_small .login .btn {
    padding: 0px 30px;
  }
  .icon_lines .container_small .loged_in .wallet span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1337px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1297px) and (min-width: 1280px) {
  .icon_lines.bar .line_icon .title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1500px) {
  .icon_lines .line .line_icon .icon.asSVG {
    height: 22px;
  }
}
@media (max-width: 1279px) {
  .icon_lines.bar {
    position: fixed;
    width: 100%;
    height: 85px;
    background-color: #361c1c;
  }
  .icon_lines.bar .container_small {
    width: 100%;
    background-color: transparent;
    margin: 0;
  }
  .icon_lines.bar .container_small img {
    width: 15%;
  }
  .icon_lines.bar .container_small .logo {
    position: relative;
    top: -25px;
    width: 160px;
  }
  .icon_lines.bar .container_small .login {
    position: absolute;
    bottom: 8px;
    right: 30px;
    width: auto;
  }
  .icon_lines.bar .container_small .loged_in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    padding: 0px 10px;
  }
  .icon_lines.bar .container_small .loged_in .player {
    justify-content: flex-end;
    order: 2;
  }
  .icon_lines.bar .container_small .loged_in .player .fas {
    margin-right: 5px;
    font-size: 22px;
  }
  .icon_lines.bar .container_small .loged_in .player .notification {
    display: block;
    position: relative;
  }
  .icon_lines.bar .container_small .loged_in .player .notification_num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    padding: 4px;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    background-color: red;
  }
  .icon_lines.bar
    .container_small
    .loged_in
    .player
    .dropdown
    .dropdown_content {
    top: 80px;
    right: 10px;
  }
  .icon_lines.bar .container_small .loged_in .wallet {
    order: 1;
    justify-content: flex-end;
  }
  .icon_lines.bar .container_small .btn {
    padding: 0px 70px;
  }
  .icon_lines.bar .line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #361c1c;
    box-shadow: 0 -12px 12px rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
  .icon_lines .line .line_icon {
    width: 16%;
  }
  .icon_lines .line .line_icon .icon.asSVG {
    margin-right: 10px;
  }
  .icon_lines.double_bar {
    display: flex;
  }
  .wheel_body .icon_lines.bar {
    position: relative;
    height: 74px;
  }
  .wheel_body .icon_lines.bar .container_small .btn {
    height: 34px;
    padding: 0 60px;
  }
  .wheel_body .icon_lines.bar .container_small .logo {
    top: 0;
  }
  .wheel_body .icon_lines .container_small .icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .shop .icon_lines.bar .container_small .shop_box {
    position: relative;
    top: -22px;
    height: 30px;
  }
  .shop .icon_lines.bar .line .line_icon {
    font-size: 14px;
  }
  .shop .icon_lines.bar .line .line_icon .title {
    padding: 8px 0px 0px;
  }
}
@media (max-width: 1128px) {
  .icon_lines.bar .line .line_icon {
    font-size: 14px;
  }
}
@media only screen and (max-height: 768px) and (min-width: 1024px) {
  .icon_lines.bar .container_small .btn {
    height: 32px;
  }
  .icon_lines.bar .container_small .icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1008px) {
  .icon_lines.bar {
    height: 42px;
  }
  .icon_lines.bar .line .line_icon {
    display: flex;
    flex-direction: column;
    width: 16%;
  }
  .icon_lines.bar .line .line_icon .title {
    font-size: 12px;
    padding-top: 0;
  }
  .icon_lines.bar .line .line_icon a {
    display: block;
    text-align: center;
    cursor: default;
  }
  .icon_lines.bar .line .line_icon .icon {
    margin: 5px 0px 0px 0px;
    border-radius: 0;
    padding: 0;
  }
  .icon_lines.bar .container_small {
    display: flex;
    align-items: center;
  }
  .icon_lines.bar .container_small .logo {
    position: relative;
    top: -5px;
    width: 130px;
  }
  .icon_lines.bar .container_small .icon {
    width: 30px;
    height: 30px;
  }
  .icon_lines.bar .container_small .login {
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 30px;
    order: 2;
    bottom: auto;
  }
  .icon_lines.bar .container_small .login .btn {
    width: 130px;
    height: 30px;
    padding: 0px;
  }
  .icon_lines.bar .container_small .loged_in {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-right: 50px;
    order: 1;
  }
  .icon_lines.bar .container_small .loged_in .wallet {
    justify-content: flex-start;
  }
  .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 18px;
  }
  .icon_lines.bar .container_small .loged_in .player {
    margin-left: 10px;
  }
  .icon_lines.bar .container_small .loged_in .player i {
    font-size: 19px;
  }
  .icon_lines.bar .container_small .loged_in .player .notification_num {
    width: 13px;
    height: 13px;
    font-size: 9px;
  }
  .icon_lines.bar .container_small .loged_in .player .icon {
    width: 14px;
    height: 14px;
    margin-right: 3px;
  }
  .icon_lines.bar .container_small .loged_in .player .avatar .border {
    width: 22px;
    height: 22px;
    border: 1px solid #f9d30c;
    overflow: hidden;
  }
  .icon_lines.bar .container_small .loged_in .player .avatar img {
    width: 30px;
    height: 30px;
    height: auto;
  }
  .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 12px;
  }
  .icon_lines.bar
    .container_small
    .loged_in
    .player
    .dropdown
    .dropdown_content {
    top: 40px;
  }
  .icon_lines.bar .container_small:last-child {
    padding: 0;
  }
  .shop .icon_lines.bar .line .line_icon .title {
    padding-top: 0;
  }
  .shop .icon_lines.bar .container_small .shop_box {
    position: relative;
    top: 0px;
    height: 42px;
  }
  .shop .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 15px;
  }
  .shop .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 15px;
  }
}
@media (max-width: 720px) {
  .icon_lines.bar .line {
    padding-left: 0;
    padding-right: 0;
  }
  .icon_lines.bar .line .line_icon {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .icon_lines.bar .line .line_icon .title {
    font-size: 10px;
  }
  .shop .icon_lines.bar .line .line_icon .title {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .icon_lines.bar .container_small .logo.desktop {
    display: none;
  }
  .icon_lines.bar .container_small .logo.mobile {
    display: block;
    position: relative;
    width: 50px;
    top: -10px;
  }
}
@media (max-width: 570px) {
  .icon_lines.bar .line .line_icon {
    flex-direction: column-reverse;
  }
  .icon_lines.bar .line .line_icon .icon {
    width: 20px;
    height: 20px;
  }
  .icon_lines.bar .line .line_icon a {
    display: flex;
    flex-direction: column-reverse;
  }
  .icon_lines.bar .line .line_icon .title {
    font-size: 10px;
  }
  .shop .icon_lines.bar .line .line_icon {
    flex-direction: column-reverse;
  }
  .shop .icon_lines.bar .line .line_icon .icon {
    width: 20px;
    height: 20px;
  }
  .shop .icon_lines.bar .line .line_icon a {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 540px) {
  .shop .icon_lines.bar .container_small .shop_box {
    height: 30px;
  }
  .shop .icon_lines.bar .container_small .shop_box .games_shop .title {
    display: none;
  }
}
@media (max-width: 520px) {
  .icon_lines.bar .container_small .logo.desktop {
    display: none;
  }
  .icon_lines.bar .container_small .logo.mobile {
    display: block;
    position: relative;
    width: 60px;
    top: -10px;
  }
  .icon_lines.bar .container_small .loged_in .wallet img {
    width: 36px;
  }
  .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 16px;
  }
  .icon_lines.bar .container_small .icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
  .icon_lines.bar .container_small .login .btn {
    width: 80px;
    height: 25px;
    font-size: 12px;
    border-radius: 8px;
  }
  .icon_lines.double_bar .shop_games_container {
    margin-right: 15px;
  }
  .shop .icon_lines.bar .container_small .shop_box {
    top: 0px;
  }
  .shop .icon_lines.bar .container_small .shop_box #info_icon {
    display: none;
  }
}
@media (max-width: 500px) {
  .icon_lines.bar .line .line_icon .icon {
    width: 20px;
    height: 20px;
  }
  .icon_lines.bar .line .line_icon .title {
    max-width: 40px;
    font-size: 9px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .wallet span {
    font-size: 15px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .full_screen {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 428px) {
  .icon_lines.bar .container_small .loged_in {
    padding-right: 10px;
  }
  .icon_lines .container_small .loged_in .player .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .icon_lines .container_small .loged_in .player .avatar .name {
    font-size: 15px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .wallet span {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .icon_lines .line .line_icon .icon.asSVG {
    height: 22px;
    width: 100%;
  }
  .wheel_body .icon_lines.bar .container_small .loged_in .wallet {
    padding-top: 6px;
  }
  .wheel_body .icon_lines.bar .container_small .loged_in .wallet img {
    width: 25px;
  }
  .wheel_body .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 15px;
  }
  .wheel_body .icon_lines.bar .container_small .btn {
    height: 26px;
    padding: 0px 45px;
  }
  .wheel_body .icon_lines.bar .container_small .login .icon {
    width: 25px;
    height: 25px;
  }
  .wheel_body .icon_lines.bar .container_small .logo {
    width: 130px;
  }
  .shop .icon_lines.bar .container_small {
    width: 300px;
  }
  .shop .icon_lines.bar .container_small .shop_box {
    padding-left: 5px;
  }
  .shop .icon_lines.bar .container_small .loged_in .wallet img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
  .shop .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 12px;
  }
  .shop .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 12px;
  }
  .shop .icon_lines.bar .loged_in {
    padding-left: 0;
  }
}
@media (max-width: 359px) {
  .icon_lines.bar .container_small .logo.mobile {
    width: 45px;
  }
  .icon_lines.bar .container_small .login {
    right: 10px;
    margin-left: 12px;
  }
  .icon_lines.bar .container_small .loged_in .player .avatar {
    width: 100px;
  }
  .icon_lines.bar .container_small .loged_in .player .fas {
    margin-right: 2px;
    font-size: 19px;
  }
  .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 12px;
  }
  .icon_lines.bar .container_small .loged_in .player .notification {
    position: relative;
  }
  .icon_lines.bar .container_small .loged_in .player .notification_num {
    width: 13px;
    height: 13px;
    font-size: 9px;
  }
  .icon_lines.bar .container_small .loged_in .wallet img {
    width: 28px;
  }
  .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 15px;
  }
  .icon_lines.bar .container_small img {
    padding-left: 10px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .wallet img {
    width: 17px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .wallet span {
    font-size: 13px;
  }
  .icon_lines.double_bar .container_small.shop_games_container .full_screen {
    width: 19px;
    height: 19px;
  }
  .shop .icon_lines.bar .container_small .shop_box {
    padding-left: 5px;
  }
  .shop .icon_lines.bar .container_small .shop_box .games_shop {
    height: 85%;
    padding: 6px 6px;
  }
}
@media (max-width: 340px) {
  .shop .icon_lines.bar .container_small .shop_box {
    padding-left: 5px;
  }
  .shop .icon_lines.bar .container_small .shop_box .games_shop {
    padding: 3px 3px;
  }
}
@media (max-width: 330px) {
  .icon_lines.bar .container_small .logo.mobile {
    width: 40px;
  }
  .icon_lines.bar .container_small .loged_in .player .fas {
    font-size: 18px;
  }
  .icon_lines.bar .container_small .loged_in .player .name {
    font-size: 12px;
  }
  .icon_lines.bar .container_small .loged_in .player .notification {
    position: relative;
  }
  .icon_lines.bar .container_small .loged_in .player .notification i {
    font-size: 16px;
  }
  .icon_lines.bar .container_small .loged_in .player .notification_num {
    width: 11px;
    height: 11px;
    font-size: 8px;
  }
  .icon_lines.bar .container_small .loged_in .wallet img {
    width: 26px;
  }
  .icon_lines.bar .container_small .loged_in .wallet span {
    font-size: 15px;
  }
  .icon_lines.bar .container_small img {
    padding-left: 10px;
  }
}
.tournaments > p {
  font-size: 23px;
  font-weight: bold;
  padding: 20px 10px;
}
.tournaments .tournament {
  display: flex;
  flex-direction: column;
  margin: 1px 0px;
  font-size: 14px;
  font-weight: bold;
}
.tournaments .tournament .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 10px;
  background-color: #361c1c;
}
.tournaments .tournament .row .title {
  width: 180px;
  white-space: normal;
}
.tournaments .tournament .row .tournament_icon {
  border: 1px solid #6e30d1;
  border-radius: 50%;
}
.tournaments .tournament .row .icon {
  background-color: transparent;
}
.tournaments .tournament .row .icon.purple {
  color: #6e30d1;
  width: 25px;
}
.tournaments .tournament .row .icon.info {
  color: #e87512;
}
.tournaments .tournament .row .icon.info.active {
  color: #797979;
}
.tournaments .tournament .row .game_icon img {
  width: 170px;
}
.tournaments .tournament .row .icon_btn {
  cursor: pointer;
}
.tournaments .tournament .row .icon_btn .icon {
  margin: 8px;
}
.tournaments .tournament:first-child {
  border-radius: 20px 20px 0px 0px;
}
.tournaments .tournament:last-child {
  border-radius: 0px 0px 20px 20px;
}
.tournaments .tournament .end_time .ends_time .colon {
  margin-top: 7px;
}
.tournaments
  .tournament
  .info_window
  .info_window_container
  .info_box
  .info_box_container {
  background-color: #361c1c;
}
.tournaments
  .tournament
  .info_window
  .info_window_container
  .info_box
  .info_box_container
  .btn {
  background: linear-gradient(
    266.34deg,
    #ffba00 7.54%,
    #ffaa00 37.91%,
    #ff8a00 96.62%
  );
  color: #000;
  font-weight: bold;
}

.end_time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.end_time .ends_in {
  text-align: center;
  padding: 5px;
}
.end_time .ends_in .num {
  font-size: 18px;
  width: 25px;
  text-overflow: initial;
}
.end_time .ends_in .time {
  font-size: 10px;
  color: #797979;
}
.end_time .ends_time {
  display: flex;
}
.end_time .colon {
  margin-bottom: 14px;
}

.shop .tournaments .tournament .row .end_time .ends_time .colon {
  padding-top: 0;
  width: 4px;
}

@media (max-width: 750px) {
  .tournaments .tournament .row .title {
    display: none;
  }
  .end_time {
    flex-direction: column;
  }
}
@media (max-width: 470px) {
  .tournaments .tournament .row .icon_btn .icon {
    margin: 2px;
  }
  .shop
    .tournaments
    .tournament
    .info_window
    .info_window_container
    .info_box
    .info_box_container
    .title {
    padding: 0;
  }
}
@media (max-width: 435px) {
  .tournaments .tournament .row .game_icon {
    width: 37%;
  }
  .tournaments .tournament .row .game_icon img {
    width: 100%;
  }
  .tournaments .tournament .row .end_time {
    width: 38%;
    margin: 0px 5px;
  }
  .tournaments .tournament .row .icon_btn {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .tournaments .tournament .row .end_time {
    font-size: 12px;
  }
  .tournaments .tournament .row .end_time .ends_in {
    padding-bottom: 0px;
  }
  .tournaments .tournament .row .end_time .ends_in .num {
    font-size: 14px;
    width: 20px;
  }
  .tournaments .tournament .row .end_time .ends_in .time {
    font-size: 9px;
  }
  .tournaments .tournament .row .icon_btn .icon {
    width: 30px;
    height: 30px;
  }
  .shop
    .tournaments
    .tournament
    .info_window
    .info_window_container
    .info_box
    .info_box_container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 337px) {
  .tournaments .tournament .row .end_time {
    font-size: 11px;
  }
  .tournaments .tournament .row .end_time .ends_in {
    padding-bottom: 0px;
  }
  .tournaments .tournament .row .end_time .ends_in .num {
    font-size: 12px;
    width: 16px;
  }
  .tournaments .tournament .row .end_time .ends_in .time {
    font-size: 8px;
  }
  .tournaments .tournament .row .icon_btn .icon {
    width: 28px;
    height: 28px;
    margin: 1px;
  }
}
.info_window {
  display: none;
  position: relative;
  height: 500px;
  background-image: url("img/sky_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.info_window .clouds {
  position: absolute;
  bottom: -5px;
  will-change: transform;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee 70s linear infinite;
}
.info_window .clouds img:nth-child(2) {
  margin-left: -5px;
}
.info_window.champion_coins {
  background-image: url("img/champion_coins_bg.png");
}
.info_window.champion_coins .register_game_container .description .end_time {
  color: #fff !important;
}
.info_window.champion_coins
  .register_game_container
  .description
  .end_time
  .time {
  color: #fff !important;
}
.info_window.champion_coins
  .register_game_container
  .description
  .end_time
  .ends_in {
  background-color: rgba(0, 0, 0, 0.445);
}
.info_window.xuan_pu {
  background-image: url("img/xuan_pu_lian_huan_2.png");
}
.info_window.super_lion {
  background-image: url("img/super_lion_2.png");
}
.info_window .gods_img {
  position: absolute;
  left: 0;
  bottom: -4px;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  overflow: hidden;
}
.info_window .gods_img .shine {
  position: absolute;
  right: 27px;
  top: 5px;
  animation: blinkingBall 4000ms infinite linear;
}
.info_window .gods_img .munja {
  position: absolute;
  left: 0;
  bottom: -48px;
  animation: lightning 3000ms infinite linear;
  z-index: -1;
}
.info_window_container {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.info_window_container .game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  white-space: normal;
  overflow: unset;
}
.info_window_container .game .title_img img {
  width: 192px;
  height: 98px;
}
.info_window_container .game .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  white-space: normal;
  padding-bottom: 35px;
}
.info_window_container .game .title p {
  white-space: normal;
  text-align: center;
}
.info_window.register_game {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* margin: 70px 0px; */
  border-radius: 20px;
}
.info_window.register_game .gods_img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.info_window.register_game .register_game_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0px 50px;
}
.info_window.register_game .register_game_container .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_window.register_game .register_game_container .description p {
  font-size: 18px;
  font-weight: bold;
}
.info_window.register_game .register_game_container .description .end_time {
  flex-direction: column;
  color: #273577;
}
.info_window.register_game
  .register_game_container
  .description
  .end_time
  .colon {
  margin-bottom: 0px;
  margin-top: 7px;
}
.info_window.register_game
  .register_game_container
  .description
  .end_time
  .time {
  color: rgba(39, 52, 119, 0.7725490196);
}

.active .info_window {
  display: flex;
}

.shop .info_window .gods_img .announcement {
  position: absolute;
  left: 10%;
  bottom: 90px;
  width: 80%;
  height: 90px;
  filter: drop-shadow(0px 4.8726px 7.46117px #00105c);
  overflow: hidden;
}
.shop .info_window .gods_img .announcement .rectangle {
  position: relative;
  left: 10%;
  box-sizing: border-box;
  width: 80%;
  height: 90%;
  background: linear-gradient(
    180deg,
    #2e3e87 0%,
    #212d6a 46.3%,
    #161f67 49.8%,
    #006ad5 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 5px 7px #00105c;
  border-radius: 8px;
  white-space: pre-line;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 18px;
}
.shop .info_window .gods_img .announcement .rectangle span {
  position: relative;
  top: -7px;
  font-size: 10px;
}
.shop .info_window .gods_img .announcement .group {
  position: relative;
  bottom: 55px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 74px;
  z-index: -1;
}
.shop .info_window .gods_img .announcement .group .rectangle1,
.shop .info_window .gods_img .announcement .group .rectangle2 {
  position: relative;
  width: 25%;
}
.shop .info_window .gods_img .announcement .group .rectangle1:before,
.shop .info_window .gods_img .announcement .group .rectangle1:after {
  position: absolute;
  left: 0;
  top: 0;
  right: -45px;
  height: 70px;
  content: "";
  transform-origin: top left;
  transform: skewX(45deg);
  background: linear-gradient(
    180deg,
    #2e3e87 0%,
    #212d6a 46.3%,
    #161f67 49.8%,
    #006ad5 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px px 7px #00105c;
  border-radius: 4px;
  z-index: -1;
}
.shop .info_window .gods_img .announcement .group .rectangle1:after {
  transform-origin: bottom left;
  transform: skewX(-45deg);
  top: auto;
  bottom: 0;
}
.shop .info_window .gods_img .announcement .group .rectangle2:before,
.shop .info_window .gods_img .announcement .group .rectangle2:after {
  position: absolute;
  right: 0;
  top: 0;
  left: -45px;
  height: 70px;
  content: "";
  transform-origin: top right;
  transform: skewX(-45deg);
  background: linear-gradient(
    180deg,
    #2e3e87 0%,
    #212d6a 46.3%,
    #161f67 49.8%,
    #006ad5 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px px 7px #00105c;
  border-radius: 4px;
  z-index: -1;
}
.shop .info_window .gods_img .announcement .group .rectangle2:after {
  transform-origin: bottom right;
  transform: skewX(45deg);
  top: auto;
  bottom: 0;
}
.shop .info_window .register_game_container .title_image img {
  padding: 10px 0 0 0;
  width: 350px;
  filter: drop-shadow(0px 5px 7px #00105c);
}
.shop .info_window .register_game_container .win .description {
  background: linear-gradient(
      180deg,
      #fef777 20.41%,
      #fdef70 31.58%,
      #f2b041 45.38%,
      #fef777 54.36%,
      #fada5f 58.2%,
      #f5b945 63.81%,
      #f2a031 78.57%
    ),
    linear-gradient(180deg, #ffbc00 17.86%, #fdee74 47.32%, #f49c2b 75%);
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 2px #00105c);
}
.shop .info_window .register_game_container .win .prize {
  background: linear-gradient(
      180deg,
      #fef777 20.41%,
      #fdef70 31.58%,
      #f2b041 45.38%,
      #fef777 54.36%,
      #fada5f 58.2%,
      #f5b945 63.81%,
      #f2a031 78.57%
    ),
    linear-gradient(180deg, #ffbc00 17.86%, #fdee74 47.32%, #f49c2b 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  letter-spacing: -2px;
  font-size: 50px;
}
.shop .info_window .register_game_container .description .end_time .ends_in {
  width: 80px;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #1b75d4;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.shop .info_window .register_game_container .description .end_time .time {
  color: #fff;
}
.shop .info_window .register_game_container .description .end_time .colon {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  color: #fff;
}
.shop .info_window .register_game_container .description .ends_time {
  width: 180px;
}

@keyframes blinkingBall {
  0% {
    transform: rotate(0deg) scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) scale(0.5);
    opacity: 0.5;
  }
}
@keyframes lightning {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(2359px);
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1551px) {
  .shop .info_window .register_game_container {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 1550px) and (min-width: 1281px) {
  .register_game_container .end_time .ends_in .num {
    background-color: rgba(255, 255, 255, 0.4117647059);
  }
  .info_window.register_game {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .shop .info_window.register_game .register_game_container {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .shop .info_window.register_game .register_game_container .btn,
  .shop .info_window.register_game .register_game_container .end_time {
    margin: 0;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .end_time
    .ends_in
    .num {
    background: transparent;
  }
  .shop .info_window.register_game .gods_img {
    top: 100px;
    width: 100%;
    text-align: center;
  }
  .shop .info_window.register_game .gods_img .gods {
    width: auto;
  }
  .shop .info_window.register_game .gods_img .announcement {
    bottom: 6px;
  }
}
@media only screen and (max-width: 1437px) {
  .info_window .clouds {
    animation: marquee 60s linear infinite;
  }
}
@media (max-width: 1300px) {
  .info_window .gods_img .gods {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .info_window .clouds {
    animation: marquee 50s linear infinite;
  }
}
@media (max-width: 910px) {
  .info_window {
    height: auto;
  }
  .info_window .gods_img {
    top: 0;
  }
  .info_window_container {
    flex-direction: column;
  }
}
@media (max-width: 890px) {
  .shop .info_window.register_game .register_game_container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .shop .info_window.register_game .register_game_container .btn,
  .shop .info_window.register_game .register_game_container .end_time {
    padding: 0;
    margin: 0;
  }
  .shop .info_window.register_game .register_game_container .btn .ends_in,
  .shop .info_window.register_game .register_game_container .end_time .ends_in {
    font-weight: 100;
  }
  .shop .info_window.register_game .register_game_container .time_and_button {
    position: absolute;
    bottom: 0;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 50%;
    padding-bottom: 15px;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time {
    left: 77px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: rgba(60, 60, 60, 0.5) url("img/clock.png") no-repeat 9px center;
    -webkit-backdrop-filter: blur(11.5px);
    backdrop-filter: blur(11.5px);
    border-radius: 66px;
    overflow: hidden;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time
    .ends_in {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .time {
    display: flex;
    align-items: center;
    font-size: inherit;
    text-transform: lowercase;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .num {
    width: auto;
    font-size: 15px;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time
    .colon {
    display: none;
  }
  .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time
    .ends_time
    .ends_in {
    justify-content: center;
    font-weight: bold;
  }
  .shop .info_window.register_game .register_game_container .win {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -4.89%,
      #1f1f1f 50%,
      rgba(255, 255, 255, 0) 103.03%
    );
    overflow: hidden;
  }
  .shop .info_window.register_game .register_game_container .win .description,
  .shop .info_window.register_game .register_game_container .win .prize {
    height: -moz-fit-content;
    height: fit-content;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    background: linear-gradient(180deg, #f7a27e 0%, #fcee74 50%, #eead3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .shop .info_window.register_game .gods_img {
    top: 100px;
    width: 100%;
    text-align: center;
  }
  .shop .info_window.register_game .gods_img img {
    width: auto;
  }
  .shop .info_window.register_game .gods_img .announcement {
    bottom: 6px;
    top: 175px;
  }
}
@media (max-width: 850px) {
  .info_window.register_game {
    height: 600px;
  }
  .info_window.register_game .gods_img {
    top: auto;
    width: 100%;
    text-align: center;
  }
  .info_window.register_game .gods_img img {
    width: 460px;
  }
  .info_window.register_game .gods_img .shine {
    right: 23%;
    top: 0px;
    width: 100px !important;
  }
  .info_window.register_game .gods_img .munja {
    left: 22%;
    width: 300px !important;
  }
  .info_window.register_game .register_game_container {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 810px) {
  .info_window.register_game .gods_img .shine {
    right: 22%;
  }
  .info_window.register_game .gods_img .munja {
    left: 20%;
  }
}
@media (max-width: 760px) {
  .info_window.register_game .gods_img .shine {
    right: 20%;
  }
  .info_window.register_game .gods_img .munja {
    left: 18%;
  }
}
@media (max-width: 720px) {
  .info_window.register_game .gods_img .shine {
    right: 19%;
    top: -2px;
  }
  .info_window.register_game .gods_img .munja {
    left: 17%;
  }
}
@media (max-width: 700px) {
  .info_window.register_game .gods_img .shine {
    right: 17%;
  }
  .info_window.register_game .gods_img .munja {
    left: 15%;
  }
}
@media (max-width: 650px) {
  .info_window.register_game .gods_img .shine {
    right: 15%;
  }
  .info_window.register_game .gods_img .munja {
    left: 13%;
  }
}
@media (max-width: 610px) {
  .info_window.register_game .gods_img .shine {
    right: 13%;
  }
  .info_window.register_game .gods_img .munja {
    left: 10%;
  }
}
@media (max-width: 570px) {
  .info_window.register_game .gods_img .shine {
    right: 10%;
  }
  .info_window.register_game .gods_img .munja {
    left: 7%;
  }
}
@media (max-width: 540px) {
  .info_window.register_game .gods_img .shine {
    right: 7%;
  }
  .info_window.register_game .gods_img .munja {
    left: 4%;
  }
  .shop .info_window.register_game .gods_img img {
    width: 460px;
  }
}
@media (max-width: 510px) {
  .info_window.register_game .gods_img img {
    width: 430px;
  }
  .info_window.register_game .register_game_container .title_img img {
    width: 100%;
  }
  .info_window.register_game .register_game_container .win img {
    width: 85%;
  }
  .info_window.register_game .register_game_container .description p {
    font-size: 16px;
  }
  .info_window.register_game .register_game_container .description .end_time {
    padding-bottom: 0px;
  }
  .shop .info_window.register_game {
    height: 100%;
  }
  .shop .info_window.register_game .gods_img {
    top: 120px;
  }
  .shop .info_window.register_game .gods_img .announcement {
    top: 160px;
  }
  .shop .info_window.register_game .gods_img img {
    width: 430px;
  }
}
@media (max-width: 500px) {
  .info_window.register_game .register_game_container .title_image img {
    width: 100%;
  }
  .info_window.register_game .register_game_container .win {
    display: flex;
    justify-content: center;
  }
  .info_window.register_game .register_game_container .win img {
    width: 80%;
  }
  .shop .info_window.register_game .register_game_container .win .description {
    overflow: hidden;
  }
  .shop .info_window.register_game .gods_img .announcement {
    top: 110px;
  }
  .shop .info_window.register_game .gods_img .announcement .rectangle {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .info_window.register_game .gods_img .shine {
    right: 5%;
    top: -5px;
  }
  .info_window.register_game .gods_img .munja {
    left: 1%;
  }
}
@media (max-width: 460px) {
  .info_window.register_game .gods_img .shine {
    right: 3%;
  }
  .info_window.register_game .gods_img .munja {
    left: -2%;
  }
}
@media (max-width: 440px) {
  .info_window.register_game .gods_img .shine {
    right: 0%;
  }
  .info_window.register_game .gods_img .munja {
    left: -5%;
  }
  .shop .info_window.register_game .gods_img img {
    width: 400px;
  }
}
@media (max-width: 430px) {
  .info_window.register_game .gods_img .shine {
    right: -4%;
  }
  .info_window.register_game .gods_img .munja {
    left: -5%;
  }
}
@media (max-width: 415px) {
  .info_window.register_game .gods_img .shine {
    right: -9%;
  }
  .info_window.register_game .gods_img .munja {
    left: -5%;
  }
}
@media (max-width: 400px) {
  .info_window.register_game {
    height: 550px;
  }
  .info_window.register_game .gods_img img {
    width: 100%;
  }
  .info_window.register_game .gods_img .shine {
    right: 0%;
    top: -10px;
  }
  .info_window.register_game .gods_img .munja {
    left: -10%;
  }
  .shop .info_window.register_game .gods_img img {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .info_window.register_game {
    height: 520px;
  }
  .info_window.register_game .gods_img img {
    width: 100%;
  }
  .info_window.register_game .gods_img .shine {
    right: -1%;
    top: -8px;
  }
  .info_window.register_game .gods_img .munja {
    left: -12%;
  }
}
@media (max-width: 350px) {
  .info_window.register_game {
    height: 500px;
  }
  .info_window.register_game .gods_img .shine {
    top: -18px;
  }
  .info_window.register_game .gods_img .munja {
    left: -16%;
  }
}
@media (max-width: 330px) {
  .info_window.register_game {
    height: 470px;
  }
  .info_window.register_game .gods_img .shine {
    right: 0%;
    top: -10;
  }
  .info_window.register_game .gods_img .munja {
    left: -21%;
  }
}
.info_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.info_box_container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 240px;
  height: 400px;
  padding: 10px;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(64, 64, 64, 0.9450980392);
}
.info_box_container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #797979;
  font-size: 16px;
  font-weight: bold;
}
.info_box_container .title p {
  padding: 5px;
}
.info_box_container .title p span {
  padding-left: 2px;
  color: #e87512;
  font-weight: 400;
}
.info_box_container .title .user_num {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.info_box_container .content {
  padding: 5px;
  font-size: 12px;
  scrollbar-color: #f2a333 transparent;
  scrollbar-width: thin;
}
.info_box_container .content .row {
  padding: 5px 0px;
  background-color: transparent;
}
.info_box_container .content .row p {
  display: flex;
  align-items: center;
}
.info_box_container .content .row p .icon {
  margin-right: 10px;
}
.info_box_container .content .row p span {
  width: 25px;
}
.info_box_container .content::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.info_box_container .content::-webkit-scrollbar-thumb {
  background: linear-gradient(#fdf474, #f2a333);
  border-radius: 10px;
}
.info_box_container .content::-webkit-scrollbar-thumb:hover {
  background: #f0efef;
}
.info_box_container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  bottom: 15px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  border: 1px solid #e87512;
  overflow: hidden;
  color: #e87512;
  font-weight: 400;
}
.info_box_container .icon {
  width: 15px;
  height: 15px;
  margin: 0px;
  background-color: transparent;
}

@media only screen and (max-width: 1780px) and (min-width: 1280px) {
  .info_box_container {
    width: 210px;
    height: 350px;
  }
  .info_box_container .content {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .info_window {
    height: 570px;
  }
  .info_box {
    flex-wrap: wrap;
  }
  .info_box_container {
    width: 50%;
    height: 195px;
    border-radius: 0px;
  }
  .info_box_container:nth-child(3) {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1475px) and (min-width: 1280px) {
  .end_time {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1290px) and (min-width: 1280px) {
  .end_time .ends_in .num {
    font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .info_box_container {
    width: 200px;
  }
  .info_box_container .content {
    font-size: 11px;
  }
}
@media (max-width: 910px) {
  .info_box_container {
    width: 100%;
  }
  .info_box_container .content {
    font-size: 11px;
  }
}
@media (max-width: 630px) {
  .info_box {
    flex-wrap: wrap;
  }
  .info_box_container {
    width: 50%;
    height: 200px;
    border-radius: 0px;
  }
  .info_box_container:nth-child(3) {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
}
@media (max-width: 400px) {
  .info_box_container:first-child {
    width: 54%;
  }
  .info_box_container:nth-child(2) {
    width: 46%;
  }
  .info_box_container .title {
    font-size: 14px;
  }
}
@media (max-width: 354px) {
  .info_box_container .content {
    font-size: 9px;
  }
  .info_box_container .title {
    font-size: 12px;
  }
}
@media (max-width: 332px) {
  .info_box_container .title p {
    padding: 3px 0px;
  }
}
.ongoing_tournaments {
  padding: 50px 0px;
}
.ongoing_tournaments_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.ongoing_tournaments_title h1 {
  padding: 15px;
}
.ongoing_tournaments_tournament {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.ongoing_tournaments_tournament .end_time {
  flex-direction: column;
}
.ongoing_tournaments_tournament .end_time .colon {
  margin-top: 6px;
}

.carousel_title {
  display: flex;
  justify-content: space-between;
}
.carousel_buttons {
  display: flex;
  justify-content: flex-end;
}
.carousel_buttons .btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  color: #797979;
}
.carousel_buttons .btn .icon {
  background-color: transparent;
  margin: 0;
}

.tournament_header {
  display: flex;
  justify-content: space-between;
}

.arrow_btn {
  width: auto;
  padding: 0px;
}

.carousel_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1630px) and (min-width: 1281px) {
  .carousel .cards .card {
    width: 250px;
  }
  .carousel .cards .card .card_image img {
    width: auto;
  }
}
@media only screen and (max-width: 1570px) and (min-width: 1281px) {
  .carousel .cards .card {
    width: 230px;
  }
  .carousel .cards .card .card_image img {
    width: 220px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1281px) {
  .carousel .cards .card {
    width: 210px;
  }
  .carousel .cards .card .card_image img {
    width: 205px;
  }
}
@media (max-width: 1343px) {
  .tournament_header h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1340px) and (min-width: 1281px) {
  .carousel .cards .card {
    width: 200px;
  }
  .carousel .cards .card .card_image img {
    width: 195px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1281px) {
  .carousel .cards .card {
    width: 190px;
  }
  .carousel .cards .card .card_image img {
    width: 185px;
  }
}
@media (max-width: 550px) {
  .ongoing_tournaments_tournament {
    width: 48%;
    margin: 0px 5px;
  }
  .ongoing_tournaments_tournament .card {
    width: 100%;
  }
  .ongoing_tournaments_tournament .card_image {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 525px) {
  .carousel_buttons .btn {
    margin: 5px;
  }
}
@media (max-width: 510px) {
  .ongoing_tournaments {
    padding: 30px 0px 0px 0px;
  }
  .ongoing_tournaments_title div img {
    width: 100%;
  }
}
@media (max-width: 505px) {
  .carousel_buttons .btn {
    display: none;
  }
}
@media (max-width: 450px) {
  .ongoing_tournaments_title h1 {
    padding: 8px;
    font-size: 20px;
  }
}
@media (max-width: 415px) {
  .tournament_header h1 {
    font-size: 16px;
  }
  .tournament_card .background {
    width: 340px;
    height: 480px;
  }
}
@media (max-width: 400px) {
  .ongoing_tournaments {
    padding: 0px;
  }
  .ongoing_tournaments_tournament .end_time .ends_in {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .ongoing_tournaments_tournament .end_time .ends_time .ends_in .num {
    font-size: 15px;
  }
  .ongoing_tournaments_tournament .end_time .ends_time .ends_in .time {
    font-size: 8px;
  }
  .ongoing_tournaments_tournament .btn {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .tournament_card .background {
    width: 310px;
    height: 450px;
  }
}
@media (max-width: 375px) {
  .tournament_header h1 {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 355px) {
  .tournament_header h1 {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .tournament_card .background {
    width: 280px;
  }
}
.statistic {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px 0px;
}
.statisticData {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;

  width: 50%;
}

.statisticData .bigWins,
.statisticData .totalPayout,
.statisticData .playersOnline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: flex;
}

.statisticDataSection .cash {
  font-weight: 700;
  font-size: 22px;
}

.statisticDataSection .title {
  font-weight: 500;
  font-size: 14px;
}

.bigWinIcon,
.totalPayoutIcon,
.playersOnlineIcon {
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 4px;
  background: #592222;
}

.leftTrapStatistics {
  width: 27%;
}
.middleTrapStatistics {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border: 6px solid rgb(0, 255, 213);
}
@media only screen and (max-width: 1900px) {
  .middleTrapStatistics {
    border: 6px solid red !important;
  }
}

.middleTrapStatistics > img {
  width: 100%;
}

.rightTrapStatistics {
  width: 27%;
}

.statistic .prizes {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 0px 10px;
  padding: 5px 13px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
}
.statistic .prizes.yellow {
  margin: 0px 10px 0px 0px;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: inset -999px 0 0 #361c1c;
}
.statistic .prizes.green {
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: inset -999px 0 0 #361c1c;
}
.statistic .prizes.blue {
  margin: 0px 0px 0px 10px;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: inset -999px 0 0 #361c1c;
}
.statistic .prizes .icon {
  margin: 5px;
  padding: 15px;
  min-width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
  border-radius: 12px;
  color: #f4c23e;
}
.statistic .prizes .icon.stack {
  padding: 0px;
}
.statistic .prizes .prize_content {
  padding-left: 10px;
  font-weight: bold;
}
.statistic .prizes .prize_content .num {
  font-size: 15px;
}
.statistic .prizes .prize_content .text {
  color: #8c857b;
  font-size: 12px;
}

@media (max-width: 1469px) {
  .statistic .prizes .prize_content .num {
    font-size: 20px;
  }
  .statistic .prizes .prize_content .text {
    font-size: 10px;
  }
}
@media (max-width: 1399px) {
  .statistic .prizes .prize_content {
    padding-left: 0px;
  }
  .statistic .prizes .icon {
    width: 35px;
  }
}
@media (max-width: 1355px) {
  .statistic .prizes .prize_content .num {
    font-size: 16px;
  }
  .statistic .prizes .prize_content .text {
    font-size: 8px;
  }
  .statistic .prizes .icon {
    width: 34px;
  }
}
@media (max-width: 550px) {
  .statistic {
    flex-direction: column;
  }
  .statistic .prizes {
    margin: 15px 0px;
  }
  .statistic .prizes.yellow,
  .statistic .prizes.blue {
    margin: 0;
  }
  .statistic .prizes .prize_content .num {
    font-size: 22px;
  }
  .statistic .prizes .prize_content .text {
    font-size: 12px;
  }
  .statistic .prizes .icon {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.age_of_gods_jackpots {
  display: flex;
  flex-direction: column;
  padding: 100px 0px;
  margin: 0px auto;
}
.age_of_gods_jackpots .title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 70px;
}
.age_of_gods_jackpots .jackpots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0px;
}

.game_jackpot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.game_jackpot .main_img {
  display: flex;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 0px 85px 85px 85px;
}
.game_jackpot .main_img .main {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 218px;
  height: 162px;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}
.game_jackpot .main_img .coin {
  position: relative;
  z-index: 2;
}
.game_jackpot .main_img .title_img {
  position: absolute;
  z-index: 3;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
}
.game_jackpot .jackpot {
  position: relative;
  text-align: center;
  padding: 20px 5px 5px 5px;
}
.game_jackpot .jackpot img {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.game_jackpot .jackpot .jackpot_box {
  border: 1px solid #fff257;
  background: linear-gradient(#fdf474, #f2a333);
  color: #853c17;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 0px #853c17;
}
.game_jackpot .jackpot .jackpot_box.blue_box {
  background: linear-gradient(
    #273577 0%,
    #273577 50%,
    #132571 52%,
    #045abd 100%
  );
  box-shadow: none;
  border: none;
  color: white;
}
.game_jackpot:nth-child(2) .main_img .title_img {
  bottom: 21px;
}
.game_jackpot:nth-child(3) .main_img .title_img {
  bottom: 6px;
}
.game_jackpot .btn {
  margin-top: 30px;
  width: 120px;
}

.age_of_gods_title_jackpot {
  display: flex;
  flex-direction: column;
  padding: 100px 0px;
  margin: 0px auto;
}
.age_of_gods_title_jackpot .title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.age_of_gods_title_jackpot .content {
  display: flex;
  justify-content: space-between;
}

.jackpot_container {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 0px 45px 85px 45px;
  margin: 0px 10px;
}
.jackpot_container .title_image {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
}
.jackpot_container .title_image img {
  width: 315px;
}
.jackpot_container .title_image .coins {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jackpot_container_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 166px;
  margin-top: 100px;
  padding-top: 20px;
}
.jackpot_container_box .background_img {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.jackpot_container_box .jackpot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 10px 10px;
}

.jackpot_box {
  border: 1px solid #fff257;
  background: linear-gradient(#fdf474, #f2a333);
  color: #853c17;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 0px #853c17;
}

.test {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1800px) and (min-width: 1280px) {
  .age_of_gods_jackpots {
    padding: 0;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1280px) {
  .game_jackpot .main_img .main,
  .game_jackpot .main_img .coin {
    width: 200px;
  }
  .game_jackpot .main_img .title_img {
    width: 260px;
    bottom: 13px;
  }
  .game_jackpot:nth-child(2) .main_img .title_img {
    bottom: 33px;
  }
  .game_jackpot:nth-child(3) .main_img .title_img {
    bottom: 15px;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1280px) {
  .game_jackpot .main_img .main {
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px;
  }
  .game_jackpot .main_img .coin {
    width: 170px;
  }
  .game_jackpot .main_img .title_img {
    width: 220px;
  }
  .game_jackpot .jackpot img {
    width: 150px;
  }
  .game_jackpot .jackpot .jackpot_box {
    padding: 8px 20px;
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .age_of_gods_jackpots {
    padding: 0px;
  }
  .age_of_gods_jackpots .jackpots {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .age_of_gods_jackpots .jackpots::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
  .age_of_gods_jackpots .jackpots .game_jackpot {
    overflow: visible;
    width: 290px;
  }
}
.win_big {
  padding: 0px;
}
.win_big_container {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.win_big_container_content {
  display: -webkit-box;
  justify-content: space-between;
  width: 990px;
  margin: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.win_big_container_content .jackpot_container {
  padding-bottom: 0px;
}
.win_big_container_content .game_jackpot_container {
  padding: 0;
  width: 32%;
}
.win_big_container_content .game_jackpot_container .img {
  width: 100%;
  height: 120px;
}
.win_big_container_content .game_jackpot_container .img .coins {
  display: none;
}
.win_big_container_content .game_jackpot_container .img .title_img {
  width: 100%;
  height: auto;
}
.win_big_container_content .game_jackpot_container .play_btn {
  display: none;
}
.win_big_container_content .game_jackpot_container:hover .img .coins {
  display: block;
  z-index: 9;
}
.win_big_container_content .game_jackpot_container:hover .play_btn {
  display: block;
}
.win_big_container_content .container_small {
  background-color: transparent;
}
.win_big_container_content .container_small.game_jackpot_container {
  padding: 0px;
  height: 280px;
  width: 325px;
}
.win_big_container .arrow_btn {
  width: 50px;
  margin-top: 130px;
  background-color: #1e1d14;
  cursor: pointer;
}
.win_big_container .arrow_btn .icon {
  margin: 0;
  background-color: transparent;
  color: #797979;
}
.win_big_container .arrow_btn.active .icon,
.win_big_container .arrow_btn:hover .icon {
  color: white;
}

.win_big_container_content::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1680px) and (min-width: 1281px) {
  .win_big_container_content .container_small.game_jackpot_container {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .win_big .ongoing_tournaments_title .prize {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .win_big .ongoing_tournaments_title .prize {
    font-size: 22px;
  }
  .win_big_container .container_small.game_jackpot_container {
    width: 94%;
    height: auto;
  }
}
@media (max-width: 360px) {
  .win_big_container
    .container_small.game_jackpot_container
    .jackpot
    .jackpot_box {
    width: 90%;
    font-size: 18px;
  }
  .win_big_container_content {
    margin: 0px 10px;
  }
  .win_big_container_content .game_jackpot_container .img {
    height: 100px;
  }
  .win_big_container .arrow_btn {
    width: 100px;
    margin: 80px 0px 0px 0px;
  }
}
.tournament_cards_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop .tournament_cards_container {
  flex-direction: column;
  padding: 0px 4px 16px;
}
.shop .tournament_cards_container .tournament_title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0px 8px 32px;
}
.shop .tournament_cards_container .tournament_title img {
  margin: 10px;
}
.shop .tournament_cards_container .tournament_cards_with_button {
  margin-top: 0;
}
.shop .tournament_cards_container .tournament_cards_with_button .shop_card {
  height: 405px;
}
.shop
  .tournament_cards_container
  .tournament_cards_with_button
  .shop_card
  .explanation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.shop
  .tournament_cards_container
  .tournament_cards_with_button
  .shop_card
  .explanation
  p {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  white-space: normal;
}
.shop
  .tournament_cards_container
  .tournament_cards_with_button
  .shop_card
  .explanation.dark_gray {
  background: transparent;
}
.shop
  .tournament_cards_container
  .tournament_cards_with_button
  .shop_card
  .explanation.dark_gray
  p {
  text-align: center;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}

.shop2 .tournament_cards_container .tournament_cards_with_button .shop_card {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 40px;
}

.tournament_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 20px 0px;
}
.tournament_cards .card {
  height: 340px;
  margin: 16px;
  float: left;
  z-index: 1;
}
.tournament_cards.tournament_cards_with_button {
  margin: 80px 0px;
}
.tournament_cards_container > div {
  margin: 0px;
}

.cards .container_small {
  width: 355px;
  margin: 5px 10px 0px 0px;
}

.tournament_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 10px;
  border-radius: 10px;
  overflow: visible;
  float: left;
}
.tournament_card:nth-child(3n + 1) {
  clear: left;
}
.tournament_card .background {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.tournament_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
  width: 355px;
  height: 504px;
  padding: 60px 20px 20px;
  border-radius: 10px;
  background: linear-gradient(transparent 0%, black 70%, black 100%);
}
.tournament_card_content.tik {
  padding: 20px;
}
.tournament_card_content .start {
  width: 100%;
  overflow: hidden;
}
.tournament_card_content .start p {
  text-align: center;
}
.tournament_card_content .start .btn {
  margin: 10px auto 20px;
}
.tournament_card_content .title_image {
  overflow: hidden;
  text-align: center;
}
.tournament_card_content .title_image img {
  width: auto;
  height: 100%;
}

.shop .tournament_card .clouds_background {
  background: linear-gradient(180deg, rgba(12, 16, 89, 0) 60%, #000328 56.17%);
}
.shop .tournament_card .clouds_background .title_image img {
  height: 45px;
  filter: drop-shadow(0px 5px 7px #00105c);
}
.shop .tournament_card .clouds_background .title_image .description {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 2px 0px #162069, 0px 4.8726px 7.46117px #00105c;
}
.shop .tournament_card .clouds_background .prize_pool .description {
  background: linear-gradient(
      180deg,
      #fef777 20.41%,
      #fdef70 31.58%,
      #f2b041 45.38%,
      #fef777 54.36%,
      #fada5f 58.2%,
      #f5b945 63.81%,
      #f2a031 78.57%
    ),
    linear-gradient(180deg, #ffbc00 17.86%, #fdee74 47.32%, #f49c2b 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  filter: drop-shadow(0px 2px #00105c);
}
.shop .tournament_card .clouds_background .prize_pool .prize {
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  background: linear-gradient(
      180deg,
      #fef777 20.41%,
      #fdef70 31.58%,
      #f2b041 45.38%,
      #fef777 54.36%,
      #fada5f 58.2%,
      #f5b945 63.81%,
      #f2a031 78.57%
    ),
    linear-gradient(180deg, #ffbc00 17.86%, #fdee74 47.32%, #f49c2b 75%);
  text-shadow: 0px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.prize_pool {
  text-align: center;
  padding: 10px 0px 60px;
  overflow: hidden;
}
.prize_pool .description {
  padding: 5px;
  font-weight: bold;
  white-space: break-spaces;
}

.prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(#f3ab3a, #fdef70, #fdf576, #f3a938, #fdf576);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 5px #853c17);
  color: #fff;
  position: relative;
  white-space: normal;
  overflow: hidden;
}

.count_row {
  display: flex;
  justify-content: space-evenly;
}
.count_row .countdown {
  padding: 10px 0px;
}
.count_row .countdown p {
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
}
.count_row .countdown .countdown_circle {
  position: relative;
  margin: auto;
  margin-top: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  overflow: hidden;
}
.count_row .countdown .countdown_circle .countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
}
.count_row .countdown .countdown_circle svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.count_row .countdown .countdown_circle svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 10s linear infinite forwards;
}

.shop .start .countdown-number {
  overflow: hidden;
}
.shop .start p {
  font-weight: 700;
  font-size: 13px;
  overflow: hidden;
}
.shop .count_row {
  justify-content: center;
}
.shop .count_row .countdown .countdown_circle {
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: 1px solid gold;
  border-radius: 50%;
}
.shop .count_row .countdown .countdown_circle .countdown-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 20px;
}
.shop .count_row .countdown .countdown_circle p {
  padding: 0;
  font-size: 8px;
}
.shop .colon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  padding-top: 10px;
}

.countdowncircle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdowncircle .base-timer {
  position: relative;
  height: 40px;
  width: 40px;
  overflow: hidden;
  /* Removes SVG styling that would hide the time label */
  /* The SVG path that displays the timer's progress */
}
.countdowncircle .base-timer .base-timer__svg {
  width: 40px;
  height: 40px;
}
.countdowncircle .base-timer .base-timer__circle {
  fill: none;
  stroke: none;
}
.countdowncircle .base-timer .base-timer__path-elapsed {
  stroke-width: 2px;
  stroke: transparent;
}
.countdowncircle .base-timer .base-timer__path-remaining {
  stroke-width: 2px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  color: white;
  stroke: currentColor;
}
.countdowncircle .base-timer .base-timer__label {
  position: absolute;
  /* Size should match the parent container */
  width: 40px;
  height: 40px;
  /* Keep the label aligned to the top */
  top: 0;
  /* Create a flexible box that centers content vertically and horizontally */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Sort of an arbitrary number; adjust to your liking */
  font-size: 12px;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
@media only screen and (max-width: 1890px) {
  .bigWinIcon,
  .totalPayoutIcon,
  .playersOnlineIcon {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 4px;
    background: #592222;
  }
  .statisticDataSection .cash {
    font-weight: 700;
    font-size: 18px;
  }

  .statisticDataSection .title {
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 1887px) {
  .tournament_cards .card:nth-child(4n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 1630px) and (min-width: 1281px) {
  .tournament_cards {
    width: 100%;
    color: #1b2025;
  }
  .tournament_cards .card {
    height: 325px;
  }
}
@media only screen and (max-width: 1530px) and (min-width: 1281px) {
  .tournament_cards .card {
    height: 310px;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1281px) {
  .tournament_cards .card {
    height: 300px;
  }
}
@media (max-width: 1324px) {
  .tournament_cards .card {
    margin: 5px;
  }
}
@media (max-width: 560px) {
  .shop .tournament_cards_container .tournament_cards_with_button .card {
    width: 47%;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card
    .card_image {
    height: 60%;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.gold_border {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.gold_border
    .card_image {
    height: 60%;
  }
}
@media (max-width: 540px) {
  .tournament_cards.tournament_cards_with_button {
    margin: 50px 0px;
  }
  .tournament_cards .card {
    width: 48%;
    height: 330px;
  }
  .tournament_cards .card .card_image img {
    width: 100%;
  }
  .shop .tournament_cards_container .tournament_cards_with_button .card {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 520px) {
  .tournament_cards .card {
    width: 46%;
    height: 330px;
  }
  .shop .tournament_cards_container .tournament_cards_with_button .card {
    height: -moz-fit-content;
    height: fit-content;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.shop_card {
    width: 65%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 500px) {
  .tournament_cards .card {
    height: 300px;
  }
  .shop .tournament_cards_container .tournament_cards_with_button .card {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 430px) {
  .tournament_cards .card {
    height: 300px;
  }
  .shop .tournament_cards_container .tournament_cards_with_button .card {
    height: -moz-fit-content;
    height: fit-content;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.gold_border {
    width: 70%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.shop_card {
    width: 80%;
  }
}
@media (max-width: 415px) {
  .cards .container_small {
    width: 340px;
    height: 480px;
  }
  .cards .container_small .prize_pool {
    padding: 10px 0px 30px;
  }
  .tournament_card_content {
    width: 340px;
    height: 480px;
  }
}
@media (max-width: 400px) {
  .tournament_cards .card {
    height: 250px;
  }
}
@media (max-width: 380px) {
  .cards .container_small {
    width: 310px;
    height: 450px;
  }
  .cards .container_small .prize_pool {
    padding: 10px 0px 20px;
  }
  .tournament_card_content {
    width: 310px;
    height: 450px;
  }
}
@media (max-width: 360px) {
  .tournament_cards .card {
    height: 230px;
  }
}
@media (max-width: 350px) {
  .cards .container_small {
    width: 310px;
  }
  .tournament_card_content {
    width: 310px;
  }
}
@media (max-width: 320px) {
  .shop
    .tournament_cards_container
    .tournament_cards_with_button
    .card.shop_card {
    width: 85%;
  }
}
.tournament_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding: 80px 10px;
}
.tournament_list > p {
  font-size: 23px;
  padding: 20px 10px;
}
.tournament_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #2b2b2b;
  background-color: #361c1c;
}
.tournament_list_item.head {
  background-color: transparent;
  color: #797979;
  font-size: 12px;
  font-weight: bolder;
}
.tournament_list_item .date {
  width: 90px;
}
.tournament_list_item .name {
  width: 208px;
  line-height: 20px;
}
.tournament_list_item .name .title {
  white-space: initial;
  font-size: 16px;
}
.tournament_list_item .name .badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  margin: 2px 0px;
  border-radius: 20px;
  font-size: 12px;
  background-color: #6e30d1;
}
.tournament_list_item .prize_container {
  display: flex;
  justify-content: space-between;
  width: 43%;
}
.tournament_list_item .prize_container .with_title {
  text-align: left;
}
.tournament_list_item .prize_container .with_title .title {
  display: none;
}
.tournament_list_item .win,
.tournament_list_item .players {
  width: 105px;
}
.tournament_list_item .end_time {
  width: 160px;
}
.tournament_list_item .end_time .ends_time .colon {
  margin-bottom: 0px;
  margin-top: 6px;
}
.tournament_list_item .button {
  width: 170px;
}

@media only screen and (max-width: 1650px) and (min-width: 1281px) {
  .tournament_list_item .prize_container {
    width: 39%;
  }
  .tournament_list_item .win,
  .tournament_list_item .players {
    width: 90px;
  }
  .tournament_list_item .btn {
    width: 140px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1281px) {
  .tournament_list_item {
    font-size: 14px;
  }
  .tournament_list_item .name .title {
    font-size: 14px;
  }
  .tournament_list_item .end_time .ends_in .num {
    font-size: 14px;
    width: 20px;
  }
}
@media only screen and (max-width: 1550px) and (min-width: 1281px) {
  .tournament_list_item.head {
    font-size: 10px;
  }
  .tournament_list_item .prize_container {
    width: 42%;
  }
  .tournament_list_item .win,
  .tournament_list_item .players {
    width: 78px;
  }
  .tournament_list_item .btn {
    width: 140px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1281px) {
  .tournament_list_item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .tournament_list_item.head {
    display: none;
  }
  .tournament_list_item .win,
  .tournament_list_item .players {
    width: 120px;
  }
  .tournament_list_item .date {
    color: #797979;
  }
  .tournament_list_item .name {
    width: auto;
    padding: 10px 0px;
  }
  .tournament_list_item .prize_container {
    width: 100%;
  }
  .tournament_list_item .prize_container .with_title .title {
    display: block;
    color: #797979;
    font-size: 14px;
    font-weight: bolder;
  }
  .tournament_list_item .btn {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 1279px) {
  .shop .tournament_list_item .title {
    padding: 0;
  }
  .shop .tournament_list_item .prize_container .with_title .end_time {
    width: 100%;
  }
  .shop
    .tournament_list_item
    .prize_container
    .with_title
    .end_time
    .ends_time {
    width: 100%;
  }
  .shop
    .tournament_list_item
    .prize_container
    .with_title
    .end_time
    .ends_time
    .ends_in {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .tournament_list_item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .tournament_list_item.head {
    display: none;
  }
  .tournament_list_item .date {
    color: #797979;
  }
  .tournament_list_item .name {
    width: auto;
    padding: 10px 0px;
  }
  .tournament_list_item .prize_container {
    width: 100%;
  }
  .tournament_list_item .prize_container .with_title .title {
    display: block;
    color: #797979;
    font-size: 14px;
    font-weight: bolder;
  }
  .tournament_list_item .btn {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .tournament_list_item .prize_container .end_time .ends_in {
    text-align: left;
  }
  .tournament_list_item .prize_container .end_time .ends_in .num {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .tournament_list {
    padding: 40px 10px;
  }
  .tournament_list p {
    font-size: 20px;
  }
  .tournament_list_item .prize_container .with_title .title {
    font-size: 12px;
  }
  .tournament_list_item .win,
  .tournament_list_item .players {
    width: 90px;
  }
}
@media (max-width: 382px) {
  .tournament_list_item {
    font-size: 14px;
  }
  .tournament_list_item .prize_container .with_title .title {
    font-size: 10px;
  }
  .tournament_list_item .win,
  .tournament_list_item .players {
    width: 80px;
  }
  .tournament_list_item .end_time .ends_in .num {
    font-size: 14px;
    width: 20px;
  }
}
@media (max-width: 330px) {
  .tournament_list_item {
    padding-left: 10px;
  }
}
.container_small {
  position: relative;
  color: #fff;
  width: 355px;
  height: 424px;
  margin: 5px;
  border-radius: 20px;
  background-color: #361c1c;
}
.container_small.my_tournaments .title .icon {
  padding: 0px;
}
.container_small .title {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #592222;
}
.container_small .title p {
  padding-left: 10px;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
  font-weight: bold;
}
.container_small .title .icon,
.container_small .title .title_image {
  padding: 5px;
}
.container_small .videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.container_small .videos.favourite_video .poster .play_btn {
  display: none;
}
.container_small .videos .video_container {
  margin: 22px 5px;
  width: 46%;
}
.container_small .videos .video_container .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  font-size: 14px;
}
.container_small .videos .video_container .description .icon {
  width: 20px;
  height: 16px;
}
.container_small .videos .video_container .description .icon.star {
  color: transparent;
  stroke: #797979;
}
.container_small .videos .video_container .description .icon.star:hover {
  color: #ffb100;
  stroke: none;
}
.container_small .videos .video_container .description .icon.star.favourite {
  color: #ffb100;
  stroke: none;
}
.container_small .videos .video_container .video video {
  width: 152px;
  height: 111px;
}
.container_small .videos .video_container .video .play_btn {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}
.container_small .videos .video_container .video .play_btn:hover {
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.container_small .videos .video {
  position: relative;
  padding-right: 5px;
}
.container_small .videos .video img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.container_small .videos .video .ribbon_container {
  position: absolute;
}
.container_small .videos .poster {
  position: relative;
  padding: 10px 5px 0px 10px;
  width: 112px;
  overflow: visible;
}
.container_small .videos .poster .play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.container_small .videos .poster .ribbon_container {
  position: absolute;
  top: 5px;
  left: 0px;
}
.container_small .videos .poster .ribbon_container .icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  background-color: #6e30d1;
}
.container_small .videos .poster_details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container_small .videos .poster_details .details_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-left: 10px;
}
.container_small .videos .poster_details .details_title .title {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  background: #361c1c;
}
.container_small .videos .poster_details .details_title .icon {
  width: 20px;
  height: 20px;
}
.container_small .videos .poster_details .details_title .icon.star {
  color: transparent;
  stroke: #797979;
}
.container_small .videos .poster_details .details_title .icon.star:hover {
  color: #ffb100;
  stroke: none;
}
.container_small .videos .poster_details .details_title .icon.star.favourite {
  color: #ffb100;
  stroke: none;
}
.container_small .videos .poster_details .details_title .play_favourite_game {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.container_small .videos .poster_details .tablets {
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0px 0px 0px 10px;
}
.container_small .videos .poster_details .tablets .tablet {
  margin: 2px;
}
.container_small .videos .poster_details .tablets .tablet.transparent {
  background-color: #404040;
  font-size: 12px;
}
.container_small .videos .video_winners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
}
.container_small .videos .video_winners .video {
  padding: 8px 0px 0px 8px;
  overflow: visible;
}
.container_small .videos .video_winners .video img {
  width: 40px;
}
.container_small .videos .video_winners .video .ribbon_container {
  top: 5px;
  left: 0;
  right: -6px;
}
.container_small .videos .video_winners .video .ribbon_container .icon {
  width: 24px;
  height: 24px;
  padding: 3px;
  background-color: #6e30d1;
}
.container_small .videos .video_winners .video video {
  width: 72px;
  height: 72px;
}
.container_small .videos .video_winners .video .play_btn {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}
.container_small .videos .video_winners .video .play_btn:hover {
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.container_small .videos .video_winners .details {
  width: 100px;
  padding-left: 5px;
}
.container_small .videos .video_winners .details .player {
  font-size: 14px;
}
.container_small .videos .video_winners .details p,
.container_small .videos .video_winners .details .time {
  font-size: 12px;
}
.container_small .videos .video_winners .details p {
  color: #aaaaaa;
  white-space: initial;
}
.container_small .videos .video_winners .details .time {
  color: #fdf474;
}
.container_small .videos .video_winners .jackpot_box {
  width: 144px;
  height: 44px;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.container_small .videos .video_winners.video_winners_play .play_btn {
  margin: 0;
}
.container_small .videos .video_winners.video_winners_play .poster_details {
  font-weight: bold;
}
.container_small
  .videos
  .video_winners.video_winners_play
  .poster_details
  .details_title {
  justify-content: flex-start;
  align-items: center;
}
.container_small
  .videos
  .video_winners.video_winners_play
  .poster_details
  .details_title
  .title {
  background: rgba(0, 0, 0, 0.1333333333);
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
}
.container_small
  .videos
  .video_winners.video_winners_play
  .poster_details
  .details_title
  .icon {
  width: 30px;
  height: 30px;
}
.container_small .videos .video_winners.video_winners_play .poster_details p {
  font-size: 11px;
  color: gray;
}
.container_small .videos .video_winners.video_winners_play .poster_details > p {
  margin: 0;
  margin-left: 35px;
}
.container_small .videos .video_winners.video_winners_play .clock {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.container_small .videos .video_winners.video_winners_play .clock .icon {
  width: 15px;
}
.container_small .videos .video_winners.video_winners_play .clock p {
  font-size: 14px;
  color: #fdf374;
  margin-left: 5px;
}
.container_small .videos .video_winners.video_winners_play:hover .play_btn {
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.container_small .videos .video_winners .poster .play_btn {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}
.container_small .videos .video_winners .poster .play_btn:hover {
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.container_small .icon {
  background-color: transparent;
  color: #ffb100;
  margin: 0;
}
.container_small .btn {
  margin: 20px auto;
}
.container_small .game_jackpot .main_img {
  padding: 0px 50px 75px 60px;
}
.container_small .game_jackpot .main_img .title_img {
  bottom: 20px;
}
.container_small .game_jackpot .jackpot {
  padding-top: 25px;
}

.shop .games_shop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 8px;
  overflow: hidden;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  border-radius: 16px;
}
.shop .games_shop .icon.shop_icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.shop .games_shop .title {
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #161f2c;
  background: none;
}
.shop .favourite_games_container .videos {
  padding: 32px;
}
.shop .favourite_games_container .videos .video_winners {
  padding: 16px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.shop .favourite_games_container .videos .video_winners.without_border {
  border: none;
}
.shop
  .favourite_games_container
  .videos
  .video_winners
  .poster_details
  .details_title
  .title {
  padding: 0;
  white-space: pre-wrap;
}
.shop .winners_of_the_day .videos .video_winners {
  padding: 0px;
}

.side_container.left {
  position: relative;
}
.side_container.left .left {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 0.5058823529);
  z-index: 11;
  border-radius: 20px;
}
.side_container.left .container_small.favourites {
  position: fixed;
  top: 175px;
  z-index: 300;
}
.side_container .container_small {
  height: auto;
}

@media (max-width: 1437px) {
  .container_small {
    width: 300px;
  }
  .container_small .game_jackpot .main_img {
    padding: 0px 50px 75px 30px;
  }
  .container_small .videos .video_winners .jackpot_box {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1437px) and (min-width: 1280px) {
  .container_small .videos .video_container .video {
    width: 140px;
  }
  .container_small .videos .video_container .video video {
    width: 135px;
  }
  .container_small .videos .video_container .description {
    font-size: 12px;
  }
  .container_small .videos .video_container .description .icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1279px) {
  .container_small {
    margin: 5px 0px 0px 0px;
  }
  .container_small.winners_of_the_day .videos .video_winners .video video {
    width: 80px;
    height: 80px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details {
    width: auto;
    max-width: 85px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details .player {
    font-size: 12px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details p {
    line-height: 1;
    overflow: hidden;
  }
  .container_small.winners_of_the_day .videos .video_winners .jackpot_box {
    width: 100px;
    margin-left: 0;
    font-size: 15px;
  }
  .container_small .videos .video_winners .video video {
    width: 100px;
    height: 100px;
  }
  .container_small .videos .video_winners .details {
    width: 120px;
  }
  .container_small .videos .video_winners .jackpot_box {
    margin: 0;
    margin-left: auto;
  }
  .container_small .videos .video_container {
    margin: 20px;
    width: auto;
  }
  .container_small .videos .video_container .video video {
    width: 100%;
    height: 100%;
    width: 240px;
    height: 176px;
    border-radius: 10px;
  }
  .container_small.game_jackpot_container .game_jackpot {
    margin: 0 auto;
  }
  .shop .title {
    padding: 8px 0px 8px 32px;
  }
  .shop .winners_of_the_day .videos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1180px) {
  .container_small.most_played .videos {
    justify-content: space-evenly;
  }
  .container_small.most_played .videos .video_container .video video {
    width: 176px;
  }
  .container_small.most_played .videos .video_container .description {
    width: 176px;
  }
  .container_small.most_played .videos .video_container .description .star {
    margin-left: 5px;
  }
  .container_small.winners_of_the_day .videos {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .container_small.winners_of_the_day .videos .video_winners {
    width: 40%;
  }
  .container_small.winners_of_the_day .videos .video_winners .video video {
    width: 100px;
    height: 100px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details {
    width: 120px;
    max-width: 120px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details .player {
    font-size: 12px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details p {
    line-height: 1;
    overflow: hidden;
  }
  .container_small.winners_of_the_day .videos .video_winners .jackpot_box {
    width: 144px;
    font-size: 18px;
  }
  .shop .full_container .container_small .videos .video_winners {
    width: 40%;
  }
}
@media (max-width: 920px) {
  .container_small.most_played .videos .video_container {
    margin-left: 0;
    margin-right: 0;
  }
  .container_small.most_played .videos .video_container .video video {
    width: 140px;
    height: 140px;
  }
  .container_small.most_played .videos .video_container .description {
    width: 140px;
    font-size: 12px;
  }
  .container_small.winners_of_the_day .videos {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .container_small.winners_of_the_day .videos .video_winners {
    width: 50%;
    justify-content: left;
    padding: 0;
  }
  .container_small.winners_of_the_day .videos .video_winners .video video {
    width: 80px;
    height: 80px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details {
    width: auto;
    max-width: 85px;
  }
  .container_small.winners_of_the_day .videos .video_winners .jackpot_box {
    width: 144px;
    margin-left: 5px;
    font-size: 15px;
  }
  .shop .full_container .container_small .videos .video_winners {
    width: 50%;
    justify-content: left;
  }
}
@media (max-width: 800px) {
  .container_small .videos .video_winners .video .ribbon_container {
    top: 10px;
  }
}
@media (max-width: 700px) {
  .favourite_games_container .videos.favourite_video .poster .play_btn {
    display: block;
  }
  .favourite_games_container
    .videos.favourite_video
    .poster_details
    .details_title
    .play_favourite_game
    .btn_black {
    display: none;
  }
}
@media (max-width: 600px) {
  .container_small.most_played .videos {
    flex-wrap: wrap;
  }
  .container_small.most_played .videos .video_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .container_small.most_played .videos .video_container .video video {
    width: 160px;
    height: 150px;
  }
  .container_small.most_played .videos .video_container .description {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .container_small.winners_of_the_day .videos .video_winners .video video {
    width: 70px;
    height: 70px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details {
    width: auto;
    max-width: 65px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container_small.winners_of_the_day .videos .video_winners .jackpot_box {
    width: 95px;
    font-size: 12px;
  }
}
@media (max-width: 475px) {
  .container_small.winners_of_the_day .videos {
    padding: 0 10px;
  }
  .container_small.winners_of_the_day .videos .video_winners {
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 0;
  }
  .container_small.winners_of_the_day .videos .video_winners .video video {
    width: 80px;
    height: 80px;
  }
  .container_small.winners_of_the_day .videos .video_winners .details {
    width: 120px;
    max-width: 120px;
  }
  .container_small.winners_of_the_day .videos .video_winners .jackpot_box {
    width: 100px;
    font-size: 15px;
  }
  .shop .full_container .container_small .videos .video_winners {
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .shop .container_small.shop_games_container .shop_box .games_shop .title {
    font-size: 12px;
  }
}
@media (max-width: 405px) {
  .container_small .videos .video_winners .video video {
    width: 80px;
    height: 100px;
  }
  .container_small .videos .video_winners .details {
    width: 120px;
  }
  .container_small.most_played .videos .video_container .video video {
    width: 130px;
    height: 120px;
  }
  .container_small.most_played .videos .video_container .description {
    width: 130px;
  }
}
@media (max-width: 360px) {
  .container_small .videos .video_winners {
    padding: 0px 8px 0px 0px;
  }
  .shop .container_small.shop_games_container .shop_box .games_shop {
    padding: 4px;
  }
  .shop .container_small.shop_games_container .shop_box .games_shop .title {
    font-size: 10px;
  }
  .shop .container_small.shop_games_container .shop_box .games_shop .shop_icon {
    width: 15px;
    height: 15px;
  }
  .shop .container_small.shop_games_container .shop_box img#info_icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 350px) {
  .container_small .videos .video_winners {
    padding-left: 0;
  }
  .container_small .videos .video_winners .poster_details .details_title {
    font-size: 14px;
  }
}
@media (max-width: 336px) {
  .container_small .videos .video_winners .jackpot_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    padding: 5px;
    font-size: 16px;
  }
}
.main_container {
  display: flex;
}
.main_container .side_container {
  display: flex;
  flex-direction: column;
  width: 360px;
  border-radius: 20px;
}
.main_container .side_container:first-child {
  align-items: flex-start;
}
.main_container .side_container:last-child {
  align-items: flex-end;
}

.container_small.game_jackpot_container {
  padding: 40px 10px;
}
.container_small.game_jackpot_container.leaderboard {
  display: none;
}
.container_small.game_jackpot_container:hover .play_btn {
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.container_small.game_jackpot_container .info_box_container .user_num .icon {
  padding: 0;
}
.container_small.game_jackpot_container .info_box_container:nth-child(3) {
  padding-bottom: 0px;
}
.container_small.favourites .fixed_title {
  width: 355px;
  z-index: 12;
  border-radius: 20px 20px 0px 0px;
}
.container_small .img {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
}
.container_small .img .coins {
  position: relative;
  z-index: 1;
  width: 315px;
  height: 120px;
  margin: 0 auto;
  animation: scaleCoin 2s ease-in-out infinite;
}
.container_small .img .title_img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.container_small .img .title_img.monkey {
  height: 110px;
  width: auto;
}
.container_small .img .title_img.ruler {
  width: 100%;
  height: auto;
}
.container_small .img .title_img.auto {
  height: auto;
  top: 55px;
}
.container_small .img .title_img.champion_coins {
  height: auto;
  top: 70px;
}
.container_small .img .title_img_title {
  position: relative;
  top: -6px;
  z-index: 3;
}
.container_small .img .title_img_tournament {
  width: 70%;
  margin: 0 auto;
}
.container_small .play_btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  margin: -10px auto 10px;
  border-radius: 50%;
  cursor: pointer;
}
.container_small .jackpot {
  text-align: center;
  padding: 0px 0px 10px;
}
.container_small .jackpot img {
  margin-bottom: -10px;
}
.container_small .jackpot_box {
  width: 210px;
  margin: 0 auto;
}
.container_small .btn {
  width: auto;
  padding: 10px 20px;
}
.container_small .tournament_card {
  width: 100%;
  margin: 0;
  color: #fff;
}
.container_small .info_box_container {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.container_small .info_box_container .title {
  overflow: hidden;
  background-color: transparent;
}
.container_small .info_box_container .title .user_num span {
  color: #f9d30c;
}
.container_small .info_box_container .content .row {
  display: flex;
  justify-content: space-between;
}
.container_small .info_box_container .content .row.title_row {
  color: #f9d30c;
  border-bottom: 1px solid #797979;
}
.container_small .info_box_container .content .row p:first-of-type {
  width: 10%;
}
.container_small .info_box_container .content .row p:nth-of-type(2) {
  width: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.container_small .info_box_container .content .row p:nth-of-type(3) {
  width: 20%;
}
.container_small .info_box_container .content .row p:last-of-type {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
.container_small .info_box_container .btn {
  position: relative;
  margin: 30px auto 0px;
  border: none;
  color: white;
}
.container_small .info_box_container .btn.button_gold_gradient {
  color: #000;
  font-weight: bold;
}

@keyframes scaleCoin {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1437px) and (min-width: 1280px) {
  .container_small.favourites .fixed_title {
    width: 300px;
  }
  .main_container .side_container {
    width: 310px;
  }
}
@media (max-width: 1279px) {
  .main_container {
    position: relative;
    top: 50px;
  }
  .main_container .side_container {
    display: none;
  }
  .main_container .container {
    width: 100%;
    background: transparent;
  }
  .main_container .container.see_more_container {
    margin-top: 60px;
  }
  .container_small.game_jackpot_container.leaderboard {
    width: 100%;
    height: auto;
    display: block;
  }
  .container_small.game_jackpot_container.leaderboard .img {
    width: 320px;
  }
  .container_small.game_jackpot_container .img {
    width: 320px;
  }
  .container_small.game_jackpot_container .img .title_img {
    width: auto;
  }
  .container_small .tournament_card {
    float: none;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 500px) {
  .container_small.game_jackpot_container .img .title_img {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .container .container_small.game_jackpot_container.leaderboard .img {
    width: 270px;
  }
  .container .container_small.game_jackpot_container.leaderboard .img .coins {
    width: 270px;
  }
  .container_small.game_jackpot_container .img {
    width: 300px;
  }
  .container_small.game_jackpot_container .img .coins {
    width: 300px;
  }
}
@media (max-width: 330px) {
  .container_small.game_jackpot_container .img {
    width: 280px;
  }
  .container_small.game_jackpot_container .img .coins {
    width: 280px;
  }
}
@media (max-height: 1279px) {
  .container_small .info_box_container {
    height: 360px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .title_img {
    width: 250px;
    height: auto;
    top: 55px;
  }
  .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .coins {
    width: 310px;
    height: 100px;
  }
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
      315deg,
      transparent 0%,
      transparent 10%,
      rgba(255, 255, 255, 0.0156862745) 11%,
      rgba(255, 255, 255, 0.0901960784) 17%,
      rgba(255, 255, 255, 0.1568627451) 20%,
      transparent 20%,
      rgba(255, 255, 255, 0.0156862745) 31%,
      rgba(255, 255, 255, 0.0901960784) 37%,
      rgba(255, 255, 255, 0.1568627451) 40%,
      transparent 40%,
      rgba(255, 255, 255, 0.0156862745) 61%,
      rgba(255, 255, 255, 0.0901960784) 67%,
      rgba(255, 255, 255, 0.1568627451) 70%,
      transparent 70%,
      transparent
    ),
    url(" img/background_full.jpg");
}
.banner .banner_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  animation: pulse linear 3s infinite;
  background-image: url(img/background_coins.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.banner .banner_content_container {
  padding: 10px;
}
.banner .banner_content_container .text_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 20px;
}
.banner .banner_content_container .text_container .text {
  position: relative;
  color: #fff;
  font-size: 40px;
  padding: 5px;
  font-weight: 600;
  opacity: 0;
  text-shadow: -2px 4px #b05409;
  color: #eda421;
  overflow: hidden;
}
.banner .banner_content_container .text_container .text span {
  position: absolute;
  top: 0;
  font-size: 8px;
}
.banner .banner_content_container .text_container .text img {
  position: absolute;
  z-index: 2;
}
.banner .banner_content_container .text_container .text img:first-child {
  top: 2px;
  left: 1px;
}
.banner .banner_content_container .text_container .text img:nth-child(2) {
  bottom: -3px;
  right: -12px;
}
.banner .banner_content_container .text_container .num_image {
  display: flex;
  justify-content: center;
  transform: scale(0);
}
.banner .banner_content_container .text_container .num_image img {
  position: relative;
  height: 60px;
  padding: 0px 30px;
}
.banner .banner_content_container .text_container .scale5 {
  animation: scale 0.5s forwards;
  animation-delay: 4s;
}
.banner .banner_content_container .text_container .scale6 {
  animation: scale 0.5s forwards;
  animation-delay: 5s;
}
.banner .banner_content_container .text_container .scale7 {
  animation: scale 0.5s forwards;
  animation-delay: 6s;
}
.banner .banner_content_container .text_container .scale8 {
  animation: scale 0.5s forwards;
  animation-delay: 7s;
}
.banner .banner_content_container .images_container {
  display: flex;
  overflow: hidden;
}
.banner .banner_content_container .images_container > div {
  display: flex;
  overflow: hidden;
}
.banner .banner_content_container .images_container .full_image {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
}
.banner .banner_content_container .images_container .full_image .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  overflow: unset;
  width: 94%;
  height: 55%;
  margin: 20px;
  padding: 6px;
  z-index: 3;
  background: linear-gradient(
      to right bottom,
      #fcd55b 0%,
      #faea8a 50%,
      #feae3d 100%
    ),
    linear-gradient(gold, gold);
  -webkit-box-reflect: below 5px
    linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2));
}
.banner .banner_content_container .images_container .full_image .image.image1 {
  animation-name: wiggle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.banner .banner_content_container .images_container .full_image .image.image2 {
  animation-name: wiggle;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
.banner .banner_content_container .images_container .full_image .image.image3 {
  animation-name: wiggle;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.banner .banner_content_container .images_container .full_image .image.image4 {
  animation-name: wiggle;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
.banner
  .banner_content_container
  .images_container
  .full_image
  .image
  .sparkle {
  position: absolute;
}
.banner
  .banner_content_container
  .images_container
  .full_image
  .image
  .sparkle_top {
  top: -50px;
  right: -75px;
  width: 90%;
  height: auto;
  z-index: 2;
  animation: blinkTop 5s linear infinite;
}
.banner
  .banner_content_container
  .images_container
  .full_image
  .image
  .sparkle_bottom {
  bottom: -53px;
  left: -65px;
  width: 100%;
  animation: blinkBotto 3s linear infinite 1s;
}
.banner .banner_content_container .images_container .scale1 {
  animation: scale 0.5s forwards;
}
.banner .banner_content_container .images_container .scale2 {
  animation: scale 0.5s forwards;
  animation-delay: 1s;
}
.banner .banner_content_container .images_container .scale3 {
  animation: scale 0.5s forwards;
  animation-delay: 2s;
}
.banner .banner_content_container .images_container .scale4 {
  animation: scale 0.5s forwards;
  animation-delay: 3s;
}
.banner .banner_content_container .poster {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.banner .banner_content_container .poster img {
  width: 100%;
  height: 100%;
}
.banner .banner_content_container .poster .play_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .banner_content_container .poster .play_btn img {
  width: 80px;
  height: 80px;
}
.banner .banner_content_container .poster:hover .play_btn img {
  border-radius: 50%;
  background-color: rgba(213, 206, 102, 0.7607843137);
  box-shadow: 0px 0px 15px 5px #d5ce66;
}
.banner .banner_content_container .fire {
  position: relative;
  z-index: 0;
  width: 660px;
  height: 400px;
  filter: url(#wavy) blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_content_container img {
  position: absolute;
  z-index: 1;
}
.banner .banner_content_container .fire:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  box-shadow: 0 0 50px #6a8dec, inset 0 0 50px #6a8dec;
  animation: animate 5s linear infinite;
}
.banner .banner_content_container .fire:after {
  content: "";
  position: absolute;
  top: 82px;
  left: 0px;
  right: 0px;
  bottom: 98px;
  box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
  animation: animate 5s linear infinite;
}
.banner_coins {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.poster_overlay {
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 48%,
    rgba(255, 255, 255, 0.4862745098) 50%,
    transparent 53%,
    rgba(255, 255, 255, 0.4862745098) 54%,
    transparent 55%,
    transparent 100%
  );
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: 4s all;
}
.poster_overlay.buffalo {
  animation: glow 3s linear 1.5s;
}
.poster_overlay.dragon {
  animation: glow 3s linear 1.9s;
}
.poster_overlay.tiger {
  animation: glow 3s linear 2.3s;
}
.poster_overlay.epic {
  animation: glow 3s linear 2.7s;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 50px #6a8dec, inset 0 0 50px #6a8dec;
  }
  20% {
    box-shadow: 0 0 60px #6a8dec, inset 0 0 60px #6a8dec;
  }
  40% {
    box-shadow: 0 0 40px #6a8dec, inset 0 0 40px #6a8dec;
  }
  60% {
    box-shadow: 0 0 50px #6a8dec, inset 0 0 50px #6a8dec;
  }
  80% {
    box-shadow: 0 0 40px #6a8dec, inset 0 0 40px #6a8dec;
  }
  100% {
    box-shadow: 0 0 50px #6a8dec, inset 0 0 50px #6a8dec;
  }
}
@keyframes wiggle {
  0% {
    transform: translate(1px, 1px);
  }
  10% {
    transform: translate(-1px, -2px);
  }
  20% {
    transform: translate(-3px, 0px);
  }
  30% {
    transform: translate(3px, 2px);
  }
  40% {
    transform: translate(1px, -1px);
  }
  50% {
    transform: translate(-1px, 2px);
  }
  60% {
    transform: translate(-3px, 1px);
  }
  70% {
    transform: translate(3px, 1px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
  90% {
    transform: translate(1px, 2px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes glow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes blinkTop {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
@media (max-width: 1780px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -48px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -43px;
  }
}
@media (max-width: 1780px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    left: -58px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    right: -45px;
  }
}
@media (max-width: 1700px) and (min-width: 1280px),
  screen and (max-width: 950px) {
  .banner .banner_content_container .images_container {
    flex-direction: column;
  }
  .banner .banner_content_container .images_container > div {
    justify-content: space-around;
    margin: -60px 0px;
    overflow: hidden;
  }
  .banner .banner_content_container .images_container .full_image {
    width: 300px;
    height: 400px;
    overflow: hidden;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -60px;
    left: -60px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -57px;
  }
}
@media (max-width: 1650px) and (min-width: 1280px) {
  .banner .banner_content_container .text_container .text {
    font-size: 35px;
  }
  .banner .banner_content_container .text_container .text img:first-child {
    top: -5px;
  }
}
@media (max-width: 1550px) and (min-width: 1280px) {
  .banner .banner_content_container .text_container .text {
    font-size: 30px;
    text-shadow: -2px 3px #b05409;
  }
}
@media (max-width: 1450px) and (min-width: 1280px) {
  .banner .banner_content_container .text_container .text {
    font-size: 27px;
  }
}
@media (max-width: 1350px) and (min-width: 1280px) {
  .banner .banner_content_container .text_container .text img:first-child {
    top: -9px;
  }
}
@media (max-width: 920px) {
  .banner .banner_content_container .text_container .text {
    font-size: 35px;
  }
}
@media (max-width: 810px) {
  .banner .banner_content_container .text_container .text {
    font-size: 30px;
  }
  .banner .banner_content_container .text_container .text img:first-child {
    top: -6px;
  }
}
@media (max-width: 700px) {
  .banner .banner_content_container .text_container {
    margin-top: 0px;
  }
  .banner .banner_content_container .text_container .text {
    font-size: 25px;
  }
  .banner .banner_content_container .text_container .text img:first-child {
    top: -10px;
  }
}
@media (max-width: 600px) {
  .banner .banner_content_container .text_container {
    flex-wrap: wrap;
  }
  .banner .banner_content_container .text_container .text {
    font-size: 20px;
  }
  .banner .banner_content_container .text_container .text img:first-child {
    top: -10px;
  }
}
@media (max-width: 550px) {
  .banner .banner_content_container .images_container > div {
    margin: -50px 0px;
  }
  .banner .banner_content_container .images_container .full_image {
    width: 50%;
    height: 300px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -50px;
    left: -60px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -50px;
  }
}
@media (max-width: 500px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -45px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -45px;
  }
}
@media (max-width: 450px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -40px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -40px;
  }
}
@media (max-width: 450px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -35px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -35px;
  }
  .banner .banner_content_container .poster .play_btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 380px) {
  .banner .banner_content_container .images_container > div {
    margin: -30px 0px;
  }
  .banner .banner_content_container .images_container .full_image {
    height: 250px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -33px;
    left: -35px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -33px;
    right: -35px;
  }
}
@media (max-width: 350px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -30px;
    left: -30px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -30px;
    right: -30px;
  }
}
@media (max-width: 330px) {
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_bottom {
    bottom: -25px;
  }
  .banner
    .banner_content_container
    .images_container
    .full_image
    .image
    .sparkle_top {
    top: -25px;
  }
}
.activity_feed_container {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.activity_feed_container.game_activity_feed_container .activity_feed {
  display: flex;
  justify-content: space-between;
  margin: 20px;
  overflow-x: auto;
  margin-left: 0px;
  margin-top: 0px;
  scrollbar-width: none;
  animation: marqueeInfinite 10s linear infinite;
}
.activity_feed_container.game_activity_feed_container .activity_feed .box {
  margin: 10px;
  width: 325px;
  overflow: visible;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden {
  background: linear-gradient(to right, #f3de39, #fdf9ab, #f3de39);
  padding: 0px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden
  .crown {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100%;
  padding: 10px;
  border-right: 2px dotted #ccad00;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden
  .crown
  .icon {
  margin: 0;
  background-color: transparent;
  color: #f3de39;
  stroke: #ccad00;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden
  .info {
  padding: 0;
  color: #f3de39;
  text-shadow: 2px 0 0 #947e01, -2px 0 0 #947e01, 0 2px 0 #ccad00,
    0 -2px 0 #ccad00, 1px 1px #ccad00, -1px -1px 0 #ccad00, 1px -1px 0 #ccad00,
    -1px 1px 0 #ccad00;
  text-align: center;
  letter-spacing: 1.5px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden
  .info
  .ticket {
  font-size: 20px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box.golden
  .info
  .ticket_text {
  font-size: 15px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box
  .avatar {
  width: 110px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed
  .box
  .info {
  width: 540px;
}
.activity_feed_container.game_activity_feed_container
  .activity_feed::-webkit-scrollbar {
  display: none;
}
.activity_feed_container .title {
  font-size: 23px;
  font-weight: bold;
  padding: 20px 25px;
}
.activity_feed_container .activity_feed {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}
.activity_feed_container .activity_feed .box {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 10px;
  border-radius: 10px;
  background-color: #464444;
}
.activity_feed_container .activity_feed .box .avatar {
  display: flex;
  width: 66px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #f9d30c;
  overflow: hidden;
}
.activity_feed_container .activity_feed .box .avatar img {
  width: 56px;
  height: 56px;
}
.activity_feed_container .activity_feed .box .info {
  width: 100%;
  padding-left: 10px;
}
.activity_feed_container .activity_feed .box .info .time {
  color: #797979;
  font-weight: bolder;
}
.activity_feed_container .activity_feed .box .info .text {
  white-space: normal;
  color: #fff;
}
.activity_feed_container .activity_feed .box .info .text span {
  font-weight: bolder;
}

@keyframes marqueeInfinite {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1281px) {
  .activity_feed_container .activity_feed {
    margin: 0px 10px;
  }
  .activity_feed_container .activity_feed .box {
    width: 32%;
  }
}
@media only screen and (max-width: 1650px) and (min-width: 1281px) {
  .activity_feed_container .activity_feed .box .info {
    font-size: 13px;
  }
}
@media (max-width: 1500px) {
  .activity_feed_container .activity_feed {
    overflow-x: auto;
    margin-left: 0px;
    margin-top: 0px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .activity_feed_container .activity_feed::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
  .activity_feed_container .activity_feed .box {
    width: 325px;
    margin: 10px;
    overflow: visible;
  }
  .activity_feed_container .activity_feed .box .avatar {
    width: 110px;
  }
  .activity_feed_container .activity_feed .box .info {
    width: 540px;
  }
  .activity_feed_container .activity_feed .box:first-child,
  .activity_feed_container .activity_feed .box:last-child {
    margin: 10px 0px;
  }
}
@media (max-width: 1008px) {
  .activity_feed_container.game_activity_feed_container .activity_feed {
    padding: 0px 10px;
  }
  .activity_feed_container.game_activity_feed_container .activity_feed .box {
    width: 300px;
    height: 46px;
    font-size: 10px;
    margin: 5px;
  }
  .activity_feed_container.game_activity_feed_container
    .activity_feed
    .box:first-child,
  .activity_feed_container.game_activity_feed_container
    .activity_feed
    .box:last-child {
    margin: 5px 0px;
  }
  .activity_feed_container.game_activity_feed_container
    .activity_feed
    .box
    .avatar {
    width: 75px;
    height: auto;
  }
  .activity_feed_container.game_activity_feed_container
    .activity_feed
    .box
    .avatar
    img {
    width: 30px;
    height: 30px;
  }
}
@media (max-height: 805px) {
  .activity_feed_container .activity_feed {
    margin-bottom: 10px;
  }
  .activity_feed_container .activity_feed .box {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  .activity_feed_container {
    display: none;
  }
}
.tournament.leaderbords_container .title {
  font-size: 23px;
  font-weight: bold;
  padding: 40px 0px 20px 10px;
}
.tournament.leaderbords_container .leaderboard .info_window {
  display: flex;
  height: 176px;
  background-position: bottom;
  margin: 4px 0px;
  border-radius: 10px;
}
.tournament.leaderbords_container .leaderboard .info_window .title_img {
  position: absolute;
  right: 40px;
}
.tournament.leaderbords_container .leaderboard .info_window_container {
  padding: 0px 30px;
}
.tournament.leaderbords_container .leaderboard .info_window_container .game {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .game_info {
  font-weight: bold;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .game_info
  .title {
  align-items: flex-start;
  width: 100%;
  font-size: 32px;
  color: #fdf474;
  padding: 0px;
  width: auto;
  text-align: start;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .game_info
  .info,
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .game_info
  pre {
  font-size: 32px;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .game_info
  .date {
  font-size: 24px;
  color: #f9d30c;
  padding-top: 10px;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .roll_in_out {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .roll_in_out
  .roll {
  font-size: 16px;
  font-weight: bold;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .roll_in_out
  .btn {
  margin: 10px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.tournament.leaderbords_container
  .leaderboard
  .info_window_container
  .game
  .roll_in_out
  .btn
  .icon {
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.tournament.leaderbords_container .leaderboard .leaderboard_board {
  position: relative;
  padding-top: 360px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row {
  display: flex;
  align-items: center;
  margin: 2px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background-color: #361c1c;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  > div {
  width: 100%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .avatar {
  width: 45px;
  height: 42px;
  margin-right: 20px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .avatar
  img {
  width: 100%;
  height: 100%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .pos {
  width: 15%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .pos
  .icon {
  display: none;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .pos
  .pos_num {
  font-size: 16px;
  font-weight: bold;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .pos
  .pos_num
  span {
  display: none;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .player {
  width: 30%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .achievements {
  display: flex;
  width: 60%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .achievements
  .spins {
  width: 30%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .achievements
  .points {
  width: 40%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .achievements
  .win {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 30%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container
  .row
  .achievements
  > div
  span:first-child {
  display: none;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:first-child
  .row {
  position: relative;
  background-color: transparent;
  padding-bottom: 0px;
  font-size: 12px;
  color: #797979;
  font-weight: bold;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:first-child
  .row
  .avatar {
  border: none;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2),
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3),
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4) {
  position: absolute;
  padding-top: 50px;
  width: 30%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row {
  flex-direction: column;
  height: 232px;
  padding-top: 50px;
  border-radius: 15px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  > div,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  > div,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  > div {
  width: 100%;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .avatar,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .avatar,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .avatar {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border-width: 4px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .pos,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .pos,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .pos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .pos
  .icon,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .pos
  .icon,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .pos
  .icon {
  display: block;
  background-color: transparent;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .pos
  .pos_num,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .pos
  .pos_num,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .pos
  .pos_num {
  display: flex;
  font-size: 29px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .pos
  .pos_num
  span,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .pos
  .pos_num
  span,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .pos
  .pos_num
  span {
  display: block;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .player,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .player,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .player {
  text-align: center;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .achievements,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .achievements,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .achievements {
  padding-top: 36px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .achievements
  > div,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .achievements
  > div,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .achievements
  > div {
  display: flex;
  flex-direction: column;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .achievements
  > div
  span,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .achievements
  > div
  span,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .achievements
  > div
  span {
  display: block;
  text-align: center;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .achievements
  > div
  span:first-child,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .achievements
  > div
  span:first-child,
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .achievements
  > div
  span:first-child {
  color: #797979;
  font-size: 12px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2) {
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .pos {
  color: #f9d30c;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(2)
  .row
  .avatar {
  border-color: #f9d30c;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3) {
  top: 60px;
  left: 10px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .pos {
  color: #aaaaaa;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(3)
  .row
  .avatar {
  border-color: #aaaaaa;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4) {
  top: 60px;
  right: 10px;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .pos {
  color: #ff9a52;
}
.tournament.leaderbords_container
  .leaderboard
  .leaderboard_board
  .row_container:nth-child(4)
  .row
  .avatar {
  border-color: #ff9a52;
}
.tournament.leaderbords_container .leaderboard .leaderboard_board .btn {
  float: right;
}
.tournament.leaderbords_container .leaderboard.see_all .leaderboard_board .btn {
  display: none;
}

@media only screen and (max-width: 1550px) and (min-width: 1281px) {
  .tournament.leaderbords_container .leaderboard .leaderboard_board {
    padding-top: 895px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(2) {
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(2)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(3) {
    top: 305px;
    left: 0;
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(3)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(4) {
    top: 600px;
    right: 0;
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(4)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .avatar {
    display: none;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1281px) {
  .tournament.leaderbords_container .leaderboard .info_window_container {
    padding: 0;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .title,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    pre,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .info {
    font-size: 28px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .date {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .tournament.leaderbords_container .leaderboard .leaderboard_board {
    padding-top: 895px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(2) {
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(2)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(3) {
    top: 305px;
    left: 0;
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(3)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(4) {
    top: 600px;
    right: 0;
    width: 100%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:nth-child(4)
    .row
    .avatar {
    display: block;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .avatar {
    display: none;
  }
}
@media (max-width: 730px) {
  .tournament.leaderbords_container .leaderboard .info_window_container {
    overflow: hidden;
    padding: 0px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .info,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .title,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    pre {
    font-size: 28px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    pre {
    padding-top: 10px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .date {
    padding-top: 0px;
    font-size: 22px;
  }
  .tournament.leaderbords_container .leaderboard .info_window .title_img {
    display: flex;
  }
  .tournament.leaderbords_container .leaderboard .info_window .title_img img {
    width: 59%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .tournament.leaderbords_container .leaderboard .info_window_container {
    overflow: hidden;
    padding: 0px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .info,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .title,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    pre {
    font-size: 25px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .date {
    font-size: 20px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row {
    font-size: 14px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:first-child
    .row {
    font-size: 10px;
  }
}
@media (max-width: 550px) {
  .tournament.leaderbords_container .leaderboard .info_window_container {
    overflow: hidden;
    padding: 0px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .info,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .title,
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    pre {
    font-size: 20px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .date {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .tournament.leaderbords_container .leaderboard .info_window .title_img img {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .pos {
    width: 10%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .player {
    width: 35%;
  }
}
@media (max-width: 470px) {
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .game_info
    .info {
    white-space: break-spaces;
  }
  .tournament.leaderbords_container
    .leaderboard
    .info_window_container
    .game
    .roll_in_out {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .tournament.leaderbords_container .leaderboard .info_window .title_img img {
    width: 75%;
  }
}
@media (max-width: 440px) {
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .pos {
    width: 10%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .player {
    width: 45%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .achievements {
    width: 50%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .achievements
    .spins {
    width: 23%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .achievements
    .points {
    width: 44%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .achievements
    .win {
    width: 33%;
  }
}
@media (max-width: 400px) {
  .tournament.leaderbords_container .leaderboard .info_window .title_img img {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row {
    font-size: 12px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .pos
    .pos_num {
    font-size: 12px;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container
    .row
    .achievements
    .spins {
    width: 25%;
  }
  .tournament.leaderbords_container
    .leaderboard
    .leaderboard_board
    .row_container:first-child
    .row {
    font-size: 9px;
  }
}
.game_container {
  display: flex;
  width: 100vw;
  height: calc(100% - 52px);
  padding: 40px 0px;
  padding: 10px 0px 0px;
}
.game_container.modifikator {
  height: calc(100% - 117px);
  padding: 0px;
}

@media only screen and (max-width: 1544px) {
  .icon_lines.game_icon_lines .line,
  .icon_lines.game_icon_lines .container_small {
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .wheel_body .game_container {
    height: calc(100% - 110px - 25px);
    padding: 5px 0px 0px;
  }
  .wheel_body .game_container .central_container {
    width: calc(100vw - 310px);
  }
  .wheel_body .game_container .toolbar {
    display: none;
  }
  .wheel_body .activity_feed_container {
    display: none;
  }
  .game_container {
    padding: 109px 0px 0px;
  }
}
@media only screen and (max-width: 1008px) {
  .game_container {
    padding: 80px 0px 0px;
  }
}
@media only screen and (max-height: 990px) {
  .game_container {
    padding: 10px 0px 0px;
  }
  .activity_feed_container.game_activity_feed_container .activity_feed {
    margin: 0;
  }
}
@media only screen and (max-height: 990px) and (max-width: 1279px) {
  .game_container {
    padding: 110px 0px 0px;
  }
}
@media only screen and (max-height: 990px) and (max-width: 1008px) {
  .game_container {
    padding: 78px 0px 0px;
  }
}
@media only screen and (max-height: 965px) {
  .game_container .container_small .img {
    align-items: center;
  }
  .game_container .container_small .img .title_img_title {
    top: -7px;
    width: 208px;
    height: auto;
  }
  .game_container .container_small .img .title_img_tournament {
    width: 60%;
  }
}
@media only screen and (max-height: 805px) and (max-width: 1279px) {
  .game_container {
    padding: 105px 0px 0px;
  }
}
@media only screen and (max-height: 805px) and (max-width: 1008px) {
  .game_container {
    padding: 97px 0px 0px;
    padding: 80px 0px 0px;
  }
}
@media only screen and (max-height: 768px) and (min-height: 730px) and (min-width: 1024px) and (max-width: 1279px) {
  .game_container {
    padding: 80px 0px 0px;
  }
}
@media only screen and (max-width: 1008px) and (orientation: landscape) {
  .game_container {
    padding: 50px 0px 0px;
  }
  .game_container .container_small .img {
    height: 160px;
    float: right;
    top: 30px;
  }
  .game_container .container_small .img .title_img_tournament {
    width: 55%;
  }
  .game_container .container_small .img .title_img_title {
    top: 7px;
    width: 208px;
    height: auto;
  }
  .game_container .container_small .end_time {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .game_body .game_container .central_container {
    height: calc(var(--vh, 1vh) * 100 - 56px - 50px);
  }
}
@media (max-width: 450px) {
  .game_body .game_container .central_container {
    height: calc(var(--vh, 1vh) * 100 - 56px - 78px);
  }
}
@media only screen and (max-height: 354px) and (orientation: landscape) {
  .game_container .container_small .img {
    top: 10px;
  }
}
.toolbar {
  float: right;
}
.toolbar .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  background-color: rgba(0, 0, 0, 0.1921568627);
  border: 1px solid #3a3a3a;
  cursor: pointer;
}
.toolbar .icon_box:hover,
.toolbar .icon_box.active,
.toolbar .icon_box:active {
  background-color: rgba(0, 0, 0, 0.3803921569);
}
.toolbar .icon_box .icon {
  border-radius: 0;
  background-color: transparent;
}
.toolbar .icon_box.burger {
  display: none;
}
.toolbar .fa-expand,
.toolbar .fa-compress {
  color: #f9d30c;
  font-size: 35px;
}

@media (max-width: 1437px) {
  .toolbar .icon_box {
    width: 78px;
    height: 78px;
  }
}
@media (max-width: 1008px) {
  .toolbar {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.1921568627);
    top: 50px;
    top: 42px;
    width: 100%;
  }
  .toolbar .icon_box {
    width: 50px;
    height: 45px;
    height: 35px;
    overflow: hidden;
    background-color: transparent;
    border: none;
  }
  .toolbar .icon_box:nth-child(2) {
    margin-left: auto;
  }
  .toolbar .icon_box.desktop {
    display: none;
  }
  .toolbar .icon_box .icon {
    width: 20px;
    width: 18px;
  }
  .toolbar .icon_box.burger {
    display: flex;
  }
  .toolbar i,
  .toolbar .fa-expand,
  .toolbar .fa-compress,
  .toolbar .fa {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1008px) and (orientation: landscape) {
  .toolbar {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    padding-left: 140px;
    z-index: 22;
    background: transparent;
  }
  .toolbar .icon_box {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .toolbar .icon_box .icon {
    width: 15px;
  }
  .toolbar i,
  .toolbar .fa,
  .toolbar .fas,
  .toolbar .fa-expand,
  .toolbar .fa-compress {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .toolbar {
    padding-left: 60px;
  }
}
.left_side_container {
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.left_side_container .container_small {
  height: 100%;
  border-radius: 0px;
  background-color: transparent;
}
.left_side_container .container_small .frame_jackpots {
  height: calc(100% - 10px);
  margin: -40px -10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.left_side_container .container_small .frame_jackpots::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.left_side_container .container_small .frame_jackpots .game_jackpot_container {
  margin-bottom: 10px;
  padding: 30px 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.left_side_container
  .container_small
  .info_box_container
  .title
  .user_num
  .icon {
  color: #f9d30c;
}
.left_side_container .container_small .info_box_container .content .row {
  margin: 5px 0px;
  padding: 6px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3803921569);
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row.title_row {
  background-color: transparent;
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(2) {
  border: 1px solid #f9d30c;
  background: linear-gradient(
    to right,
    #333020,
    #61561c,
    #333020,
    #61561c,
    #333020
  );
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(2)
  .icon {
  color: #f9d30c;
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(3) {
  border: 1px solid #aaaaaa;
  background: linear-gradient(
    to right,
    #323232,
    #4a4a4a,
    #323232,
    #4a4a4a,
    #323232
  );
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(3)
  .icon {
  color: #aaaaaa;
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(4) {
  border: 1px solid #ff9a52;
  background: linear-gradient(
    to right,
    #312a21,
    #574020,
    #312a21,
    #574020,
    #312a21
  );
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row:nth-child(4)
  .icon {
  color: #ff9a52;
}
.left_side_container
  .container_small
  .info_box_container
  .content
  .row.your_place {
  border: 1px solid #757575;
  background: linear-gradient(
    to right,
    #3c3c3c,
    #636363,
    #3c3c3c,
    #636363,
    #3c3c3c
  );
}
.left_side_container .container_small .end_time {
  color: #f9d30c;
}
.left_side_container .container_small .end_time .colon {
  margin-top: 6px;
}
.left_side_container .container_small .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.left_side_container .container_small .navigation .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid #3a3a3a;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}
.left_side_container .container_small .navigation .item:hover,
.left_side_container .container_small .navigation .item:active,
.left_side_container .container_small .navigation .item.active {
  background-color: rgba(0, 0, 0, 0.3803921569);
}
.left_side_container .container_small .navigation .item .notification_num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 1px 3px;
  border-radius: 4px;
  font-size: 10px;
  background-color: red;
}
.left_side_container .container_small .navigation .item p {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.left_side_container .container_small .navigation .item .icon {
  border-radius: 0;
  color: #f9d30c;
}
.left_side_container .container_small .navigation .item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modifikator .left_side_container,
.modifikator .toolbar {
  width: 130px;
}
.modifikator .left_side_container .container_small {
  width: 90px;
}
.modifikator .left_side_container .container_small .navigation {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.modifikator .central_container.four_games {
  width: auto;
  height: auto;
}
.modifikator .central_container.four_games .game {
  height: 50%;
}
.modifikator .central_container.four_games .game .add_new_game .dropdown {
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1475px) {
  .left_side_container .container_small .end_time {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1437px) {
  .left_side_container .container_small .navigation .item {
    width: 78px;
    height: 78px;
  }
}
@media only screen and (max-width: 1279px) {
  .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img {
    width: auto;
  }
  .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .title_img {
    width: 100%;
  }
}
@media only screen and (max-width: 1008px) {
  .game_body .left_side_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 0;
    height: calc(100% - 50px - 160px);
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.8392156863);
  }
  .game_body .left_side_container .container_small {
    width: 100%;
  }
  .game_body .left_side_container .container_small .navigation {
    width: 100%;
  }
  .game_body .left_side_container .container_small .navigation .item {
    width: 100%;
    height: 70px;
  }
  .game_body
    .left_side_container
    .container_small
    .info_box_container
    .content
    .row {
    margin: 3px 0px;
    padding: 3px 6px;
  }
  .game_body .left_side_container .container_small.game_jackpot_container {
    padding: 10px;
  }
  .game_body .game_container .central_container {
    width: 100%;
  }
  .game_body.open_leaderboard .left_side_container {
    display: block;
    width: 100%;
  }
  .left_side_container .container_small .info_box_container {
    height: calc(100% - 260px - 70px);
  }
}
@media only screen and (max-height: 965px) {
  .left_side_container .container_small .navigation .item {
    height: 75px;
  }
  .left_side_container .container_small .info_box_container {
    height: calc(100% - 75px - 50px - 180px);
    height: calc(100% - 40px - 50px - 180px);
  }
  .left_side_container .container_small .info_box_container .content {
    scrollbar-color: #f2a333 transparent;
    scrollbar-width: thin;
  }
  .left_side_container
    .container_small
    .info_box_container
    .content::-webkit-scrollbar {
    width: 4px;
    background: transparent;
  }
  .left_side_container
    .container_small
    .info_box_container
    .content::-webkit-scrollbar-thumb {
    background: linear-gradient(#fdf474, #f2a333);
    border-radius: 20px;
  }
  .left_side_container
    .container_small
    .info_box_container
    .content::-webkit-scrollbar-thumb:hover {
    background: #f0efef;
  }
  .left_side_container .container_small .info_box_container .title {
    overflow: hidden;
  }
}
@media only screen and (max-height: 805px) {
  .left_side_container .container_small .navigation .item {
    height: 60px;
  }
  .left_side_container .container_small .info_box_container .content .row {
    padding: 3px 5px;
  }
}
@media only screen and (max-height: 720px) {
  .game_body .left_side_container .container_small .navigation .item {
    height: 55px;
  }
  .game_body .left_side_container .container_small .navigation .item p {
    margin-top: 2px;
    font-size: 9px;
  }
  .game_body
    .left_side_container
    .container_small
    .end_time
    .ends_time
    .ends_in
    .num {
    font-size: 15px;
  }
  .game_body
    .left_side_container
    .container_small
    .end_time
    .ends_time
    .ends_in
    .time {
    font-size: 8px;
  }
  .game_body .left_side_container .container_small .info_box_container {
    height: calc(100% - 40px - 50px - 180px);
    height: calc(100% - 50px - 190px);
  }
}
@media only screen and (max-width: 900px) {
  .wheel_body .left_side_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 0;
    height: calc(100% - 50px - 80px);
    margin-top: 75px;
    background-color: rgba(0, 0, 0, 0.8392156863);
  }
  .wheel_body .left_side_container .container_small {
    width: 100%;
  }
  .wheel_body .left_side_container .container_small .navigation {
    width: 100%;
  }
  .wheel_body .left_side_container .container_small .navigation .item {
    width: 100%;
    height: 70px;
  }
  .wheel_body
    .left_side_container
    .container_small
    .info_box_container
    .content
    .row {
    margin: 3px 0px;
    padding: 3px 6px;
  }
  .wheel_body .left_side_container .container_small.game_jackpot_container {
    padding: 10px;
  }
  .wheel_body.open_leaderboard .left_side_container {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 330px) {
  .wheel_body.open_leaderboard
    .left_side_container
    .container_small.game_jackpot_container
    .img,
  .game_body.open_leaderboard
    .left_side_container
    .container_small.game_jackpot_container
    .img {
    width: 300px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  .game_body.open_leaderboard .left_side_container {
    height: calc(var(--vh, 1vh) * 100 - 100px);
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1008px) and (orientation: landscape) {
  .game_body
    .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .title_img {
    width: 300px;
  }
  .game_body
    .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .jackpot {
    margin-top: -10px;
  }
  .game_body
    .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .jackpot
    img {
    width: 120px;
    margin-bottom: -12px;
  }
  .game_body
    .left_side_container
    .container_small
    .frame_jackpots
    .game_jackpot_container
    .img
    .jackpot
    .jackpot_box {
    width: 180px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1008px) and (orientation: landscape) {
  .game_body .left_side_container .container_small .info_box_container {
    height: calc(var(--vh, 1vh) * 100 - 200px);
    margin-top: -15px;
    width: 50%;
  }
}
.central_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: calc(100vw - 370px - 92px);
  margin-top: 6px;
}
.central_container .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.central_container img {
  height: 100%;
}
.central_container.four_games {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.central_container.four_games .game {
  position: relative;
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3803921569);
  overflow: hidden;
}
.central_container.four_games .game i {
  display: none;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 30px;
  height: 30px;
  padding: 4px;
  font-size: 18px;
  color: #f2dc31;
  background: rgba(0, 0, 0, 0.3803921569);
  z-index: 1000;
}
.central_container.four_games .game img {
  width: 100%;
  height: auto;
}
.central_container.four_games .game:hover,
.central_container.four_games .game:active,
.central_container.four_games .game.active {
  border: 5px solid #f2dc31;
}
.central_container.four_games .game .add_new_game {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.central_container.four_games .game .add_new_game .search {
  position: relative;
  bottom: -50px;
  z-index: 10;
  width: 50px;
  height: 48px;
  border: 0;
  border-radius: 10px;
  padding: 0 0 0 20px;
  outline: none;
  box-sizing: border-box;
  transition: width 0.6s ease, bottom 0.6s ease;
  cursor: pointer;
  opacity: 0;
}
.central_container.four_games .game .add_new_game .search:focus,
.central_container.four_games .game .add_new_game .search.active {
  bottom: 120px;
  z-index: 0;
  width: 460px;
  width: 85%;
  opacity: 1;
  cursor: auto;
}
.central_container.four_games .game .add_new_game .add {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bolder;
  overflow: hidden;
  cursor: pointer;
  background-color: #8b8b8b;
  transition: bottom 0.6s ease, right 0.6s ease, background-color 0.6s ease,
    width 0.6s ease, height 0.6s ease;
}
.central_container.four_games .game .add_new_game .add i {
  background-color: transparent;
  display: block;
  top: auto;
  right: auto;
}
.central_container.four_games .game .add_new_game .add i.fa-search,
.central_container.four_games .game .add_new_game .add i.fa-close {
  top: -5px;
  right: 15px;
  cursor: pointer;
}
.central_container.four_games .game .add_new_game .add p {
  display: none;
  padding-top: 0px;
  color: #fff;
}
.central_container.four_games .game .add_new_game .search:focus + .add,
.central_container.four_games .game .add_new_game .search:active + .add,
.central_container.four_games .game .add_new_game .search.active + .add {
  bottom: 152px;
  right: -173px;
  right: -35%;
  width: 114px;
  height: 24px;
  border-radius: 10px;
  background-color: transparent;
  cursor: default;
  overflow: hidden;
}
.central_container.four_games .game .add_new_game .search:focus + .add p,
.central_container.four_games .game .add_new_game .search:active + .add p,
.central_container.four_games .game .add_new_game .search.active + .add p {
  display: block;
}
.central_container.four_games .game .add_new_game .search:focus + .add p i,
.central_container.four_games .game .add_new_game .search:active + .add p i,
.central_container.four_games .game .add_new_game .search.active + .add p i {
  display: block;
  color: gray;
}
.central_container.four_games .game .add_new_game .search:focus + .add i,
.central_container.four_games .game .add_new_game .search:active + .add i,
.central_container.four_games .game .add_new_game .search.active + .add i {
  top: -4px;
  display: none;
}
.central_container.four_games .game .add_new_game .search:focus + .add + p,
.central_container.four_games .game .add_new_game .search:active + .add + p,
.central_container.four_games .game .add_new_game .search.active + .add + p {
  opacity: 0;
}
.central_container.four_games .game .add_new_game p {
  padding-top: 10px;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: bold;
  font-family: Montserrat;
}
.central_container.four_games .game .add_new_game .dropdown {
  position: absolute;
  z-index: -3;
  left: 130px;
  min-height: 0px;
  background: rgba(0, 0, 0, 0.1921568627);
  opacity: 0;
  scrollbar-color: #f2a333 transparent;
  scrollbar-width: thin;
}
.central_container.four_games .game .add_new_game .dropdown::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.central_container.four_games
  .game
  .add_new_game
  .dropdown::-webkit-scrollbar-thumb {
  background: linear-gradient(#fdf474, #f2a333);
  border-radius: 10px;
}
.central_container.four_games
  .game
  .add_new_game
  .dropdown::-webkit-scrollbar-thumb:hover {
  background: #f0efef;
}
.central_container.four_games .game .add_new_game .dropdown .container_small {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
}
.central_container.four_games
  .game
  .add_new_game
  .dropdown
  .container_small
  .videos
  .video_winners:hover {
  background: #361c1c;
}
.central_container.four_games
  .game
  .add_new_game
  .dropdown
  .container_small
  .videos
  .video_winners
  .poster_details
  .details_title
  .title {
  background-color: transparent;
}
.central_container.four_games
  .game
  .add_new_game
  .search:focus
  + .add
  + p
  + .dropdown,
.central_container.four_games
  .game
  .add_new_game
  .search.active
  + .add
  + p
  + .dropdown {
  width: 460px;
  width: 85%;
  max-height: 240px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 1;
}
.central_container.four_games .game.active i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.central_container.single_game .game {
  width: 100%;
  height: 100%;
}
.central_container.single_game .game .add_new_game .add i.fa-close,
.central_container.single_game .game .add_new_game .add i.fa-search {
  right: -10px;
}
.central_container.single_game .game .add_new_game .search.active + .add {
  right: -40%;
}
.central_container.single_game
  .game
  .add_new_game
  .search.active
  + .add
  + p
  + .dropdown {
  max-height: 400px;
  top: 35%;
}

.game_container .central_container {
  margin-top: 0px;
  margin-left: 1px;
}
.game_container .open_leaderboard {
  display: none;
}

.central_container.four_games .game .add_new_game .add i.fa-close,
.central_container.four_games .game .add_new_game .add i.fa-search {
  right: 30px;
}

@media only screen and (max-width: 1620px) {
  .central_container.four_games .game .add_new_game .search:focus + .add i,
  .central_container.four_games .game .add_new_game .search:active + .add i,
  .central_container.four_games .game .add_new_game .search.active + .add i {
    right: 25px;
  }
  .central_container.single_game .game .add_new_game .search.active + .add {
    right: -38%;
  }
  .central_container.single_game .game .add_new_game .add i.fa-close,
  .central_container.single_game .game .add_new_game .add i.fa-search {
    right: -20px;
  }
}
@media only screen and (max-width: 1450px) {
  .central_container.four_games .game .add_new_game .search {
    height: 42px;
  }
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    width: 370px;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search:active + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    right: -140px;
    bottom: 150px;
    width: 90px;
    height: 16px;
  }
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    width: 370px;
    max-height: 242px;
  }
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 15px;
  }
  .central_container.single_game .game .add_new_game .search.active,
  .central_container.single_game .game .add_new_game .search:active,
  .central_container.single_game .game .add_new_game .search:focus {
    width: 85%;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    width: 85%;
  }
  .central_container.single_game .game .add_new_game .search.active + .add {
    right: -38%;
  }
  .central_container.single_game .game .add_new_game .add i.fa-close,
  .central_container.single_game .game .add_new_game .add i.fa-search {
    right: -20px;
  }
}
@media only screen and (max-width: 1437px) {
  .central_container {
    width: calc(100vw - 310px - 92px);
  }
}
@media only screen and (max-width: 1210px) {
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    width: 90%;
  }
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    width: 90%;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search:active + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    right: -120px;
  }
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 0px;
  }
  .central_container.single_game .game .add_new_game .search.active + .add {
    right: -38%;
  }
  .central_container.single_game .game .add_new_game .add i.fa-close,
  .central_container.single_game .game .add_new_game .add i.fa-search {
    right: -20px;
  }
}
@media only screen and (max-width: 1180px) {
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 10px;
  }
}
@media only screen and (max-width: 1120px) {
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 20px;
  }
}
@media only screen and (max-width: 1070px) {
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .central_container.four_games .game .add_new_game .add i.fa-close,
  .central_container.four_games .game .add_new_game .add i.fa-search {
    right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .game_container .open_leaderboard {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5764705882);
    border: 1px solid #c67a07;
    border-radius: 50%;
    z-index: 3;
    overflow: hidden;
  }
  .game_container .open_leaderboard .icon {
    margin: 10px;
    border-radius: 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 400px) {
  .game_container .open_leaderboard .icon {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-height: 570px) {
  .game_container .open_leaderboard {
    right: 5px;
    top: 5px;
  }
}
@media only screen and (max-height: 1050px) {
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    z-index: 1;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    z-index: 2;
  }
}
@media only screen and (max-height: 970px) {
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    bottom: 85px;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search:active + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    bottom: 118px;
  }
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 165px;
  }
  .central_container.single_game .game .add_new_game .search:focus,
  .central_container.single_game .game .add_new_game .search.active {
    bottom: 85px;
  }
  .central_container.single_game .game .add_new_game .search:focus + .add,
  .central_container.single_game .game .add_new_game .search:active + .add,
  .central_container.single_game .game .add_new_game .search.active + .add {
    bottom: 118px;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 50%;
    top: 39%;
  }
}
@media only screen and (max-width: 1450px) and (max-height: 970px) {
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    bottom: 115px;
  }
}
@media only screen and (max-height: 930px) {
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 264px;
    max-height: 174px;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 50%;
  }
}
@media only screen and (max-height: 970px) and (max-width: 1444px) {
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    bottom: 91px;
  }
  .central_container.single_game .game .add_new_game .search:focus + .add,
  .central_container.single_game .game .add_new_game .search.active + .add {
    bottom: 120px;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 38%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 970px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 930px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-height: 900px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 38%;
  }
}
@media only screen and (max-height: 860px) {
  .central_container.four_games .container_small .videos .video_winners {
    padding: 0;
  }
  .central_container.four_games
    .container_small
    .videos
    .poster_details
    .details_title {
    font-size: 14px;
  }
  .central_container.four_games
    .container_small
    .videos
    .poster_details
    .details_title
    .icon {
    width: 16px;
    height: 16px;
  }
  .central_container.four_games
    .container_small
    .videos
    .poster_details
    .tablets {
    font-size: 10px;
    margin: 0px 0px 0px 5px;
  }
}
@media only screen and (max-height: 840px) {
  .central_container.four_games .game .add_new_game .search {
    height: 35px;
  }
  .central_container.four_games .game .add_new_game .search.active,
  .central_container.four_games .game .add_new_game .search:active,
  .central_container.four_games .game .add_new_game .search:focus {
    bottom: 70px;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search:active + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    height: 35px;
    bottom: 104px;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add i,
  .central_container.four_games .game .add_new_game .search:active + .add i,
  .central_container.four_games .game .add_new_game .search.active + .add i {
    top: 3px;
  }
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 172px;
  }
  .central_container.four_games .game .add_new_game .add i.fa-search,
  .central_container.four_games .game .add_new_game .add i.fa-close {
    top: 0;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 50%;
    top: 38%;
  }
}
@media only screen and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media screen and (min-height: 800px) and (min-width: 900px) {
  .wheel_body .central_container .bg_img {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .wheel_body .game_container .central_container {
    width: 100%;
  }
  .wheel_body .game_container .central_container .bg_img {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 900px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 780px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 29%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 25%;
    max-height: 65%;
  }
}
@media only screen and (max-height: 805px) {
  .game_container .icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
  }
  .game_container .info_box_container .icon {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-height: 780px) {
  .central_container.four_games .game .add_new_game .search:focus,
  .central_container.four_games .game .add_new_game .search.active {
    bottom: 60px;
  }
  .central_container.four_games .game .add_new_game .search:focus + .add,
  .central_container.four_games .game .add_new_game .search.active + .add {
    bottom: 95px;
  }
  .central_container.four_games
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.four_games
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 151px;
  }
  .central_container.four_games .game .add_new_game .add i.fa-search,
  .central_container.four_games .game .add_new_game .add i.fa-close {
    top: 2px;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search:focus
    + .add
    + p
    + .dropdown,
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    max-height: 50%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  .central_container.four_games .game {
    width: 100%;
    height: 100%;
  }
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 40%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 930px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 900px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 780px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 685px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 600px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 29%;
  }
}
@media only screen and (max-width: 1080px) and (max-height: 540px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 24%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 930px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 900px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 38%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 840px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 930px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 900px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 38%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 840px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 930px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 900px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 860px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 38%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 860px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 785px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 900px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 860px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 840px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 785px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 860px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 840px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 36%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 780px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 39%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 840px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 780px) and (max-height: 780px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (max-width: 780px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 780px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 780px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 685px) and (max-height: 685px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 34%;
  }
}
@media only screen and (max-width: 685px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 35%;
  }
}
@media only screen and (max-width: 685px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 685px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 600px) and (max-height: 600px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 600px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 33%;
  }
}
@media only screen and (max-width: 600px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 540px) and (max-height: 540px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 26%;
  }
}
@media only screen and (max-width: 540px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 500px) and (max-height: 500px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 22%;
  }
}
@media only screen and (max-height: 499px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 19%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 499px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 31%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 450px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 28%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 415px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 26%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 390px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 24%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 360px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 20%;
  }
}
@media only screen and (max-width: 1008px) and (max-height: 320px) and (orientation: landscape) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 22%;
  }
}
@media only screen and (min-height: 1180px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 37%;
  }
}
@media only screen and (min-height: 1368px) {
  .central_container.single_game
    .game
    .add_new_game
    .search.active
    + .add
    + p
    + .dropdown {
    top: 40%;
  }
}
.wheel_body .central_container {
  background-image: url("img/game_fake.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.wheel_border {
  background-color: rgba(0, 0, 0, 0.1921568627);
  width: 100%;
  height: 100%;
}

.pin {
  position: absolute;
  top: 90px;
  left: 46%;
  width: 0;
  height: 0;
  transform: rotate(63deg);
  border-left: 24px solid transparent;
  border-right: 110px solid transparent;
  border-bottom: 58px solid #f9d55c;
  z-index: 2;
}

.pin2 {
  position: absolute;
  top: 90px;
  left: 46.7%;
  width: 0;
  height: 0;
  transform: rotate(-62deg);
  border-left: 110px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 58px solid #daa830;
  z-index: 2;
}

.blue_border {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 650px;
  width: 1030px;
  height: 1030px;
  padding: 0;
  margin: auto;
  border-radius: 50%;
  background-color: transparent;
  list-style: none;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 20px solid #1b1464;
}

.wheel {
  position: absolute;
  top: 560px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 150px;
  width: 1000px;
  height: 1000px;
  padding: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #1b1464;
  list-style: none;
  overflow: hidden;
}
.wheel.spin_wheel {
  animation: spin 12000ms forwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

li {
  position: absolute;
  left: 29%;
  top: 0%;
  display: inline-block;
  border-bottom: none;
  transform-origin: bottom center;
  will-change: transform;
  transform: rotate(calc(45deg * var(--nth-child)));
}
li .slice {
  position: relative;
  bottom: 20px;
  border-left: 207.106781px solid transparent;
  border-right: 207.106781px solid transparent;
  border-top: 500px solid green;
  display: inline-block;
  border-bottom: none;
  transform-origin: bottom center;
}
li:first-child .slice {
  border-top-color: #e04c4c;
}
li:first-child .slice.brighten {
  border-top-color: #e08181;
}
li:nth-child(2) .slice {
  border-top-color: #e2a44d;
}
li:nth-child(2) .slice.brighten {
  border-top-color: #e0b577;
}
li:nth-child(3) .slice {
  border-top-color: #c1d84d;
}
li:nth-child(3) .slice.brighten {
  border-top-color: #c8d681;
}
li:nth-child(4) .slice {
  border-top-color: #70d64d;
}
li:nth-child(4) .slice.brighten {
  border-top-color: #9fd88c;
}
li:nth-child(5) .slice {
  border-top-color: #4dd47a;
}
li:nth-child(5) .slice.brighten {
  border-top-color: #7bd699;
}
li:nth-child(6) .slice {
  border-top-color: #4bd0c5;
}
li:nth-child(6) .slice.brighten {
  border-top-color: #7fccc6;
}
li:nth-child(7) .slice {
  border-top-color: #4d98e2;
}
li:nth-child(7) .slice.brighten {
  border-top-color: #80b4e9;
}
li:nth-child(8) .slice {
  border-top-color: #594de0;
}
li:nth-child(8) .slice.brighten {
  border-top-color: #837ae4;
}
li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-top: 20px;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: 900;
  color: aliceblue;
  text-shadow: 1px 0 10px black;
}
li .text span {
  font-size: 40px;
  text-align: center;
}

@media only screen and (max-width: 1599px) {
  .wheel {
    width: 880px;
    height: 880px;
    top: 120px;
  }
  li .slice {
    border-left: 182.25396728px solid transparent;
    border-right: 182.25396728px solid transparent;
    border-top: 440px solid green;
  }
  li .text {
    top: 0px;
  }
  .blue_border {
    width: 920px;
    height: 920px;
    top: 560px;
  }
  .pin,
  .pin2 {
    top: 58px;
  }
  .pin {
    left: 44%;
  }
  .pin2 {
    left: 44.8%;
  }
}
@media only screen and (max-width: 1500px) {
  .pin {
    left: 43.8%;
  }
}
@media only screen and (max-width: 1480px) {
  .wheel {
    width: 680px;
    height: 680px;
    top: 450px;
    top: 109px;
  }
  li .slice {
    border-left: 140.83261108px solid transparent;
    border-right: 140.83261108px solid transparent;
    border-top: 340px solid green;
  }
  li .text {
    font-size: 50px;
  }
  li .text span {
    font-size: 30px;
  }
  .blue_border {
    width: 720px;
    height: 720px;
    top: 450px;
  }
  .pin,
  .pin2 {
    top: 40px;
  }
}
@media only screen and (max-width: 1360px) {
  .pin {
    left: 43.7%;
  }
}
@media only screen and (max-width: 1130px) {
  .wheel {
    width: 580px;
    height: 580px;
    top: 450px;
    top: 125px;
  }
  li .slice {
    border-left: 120.12193298px solid transparent;
    border-right: 120.12193298px solid transparent;
    border-top: 290px solid green;
  }
  li .text {
    font-size: 42px;
  }
  li .text span {
    font-size: 25px;
  }
  .blue_border {
    width: 620px;
    height: 620px;
    top: 415px;
  }
  .pin,
  .pin2 {
    top: 40px;
  }
}
@media only screen and (max-width: 1020px) {
  .wheel {
    width: 510px;
    height: 510px;
    top: 87px;
  }
  li .slice {
    border-left: 105.62445831px solid transparent;
    border-right: 105.62445831px solid transparent;
    border-top: 255px solid green;
    bottom: 10px;
  }
  li .text {
    font-size: 35px;
  }
  li .text span {
    font-size: 20px;
  }
  .blue_border {
    border: 10px solid #1b1464;
    width: 530px;
    height: 530px;
    top: 342px;
  }
  .pin,
  .pin2 {
    top: 30px;
  }
  .pin {
    border-left: 20px solid transparent;
    border-right: 85px solid transparent;
    border-bottom: 45px solid #f9d55c;
  }
  .pin2 {
    border-left: 85px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 45px solid #daa830;
  }
  .wheel_body .container_small .img .title_img_title {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .wheel {
    width: 316px;
    height: 316px;
    top: 47px;
  }
  li .slice {
    border-left: 65.445742796px solid transparent;
    border-right: 65.445742796px solid transparent;
    border-top: 158px solid green;
    bottom: 5px;
  }
  li .text {
    font-size: 22px;
    top: -8px;
  }
  li .text span {
    font-size: 12px;
  }
  .blue_border {
    width: 330px;
    height: 330px;
    top: 205px;
  }
  .pin {
    border-left: 15px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 30px solid #f9d55c;
    left: 45%;
  }
  .pin2 {
    border-left: 60px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #daa830;
    left: 45.7%;
  }
  .pin,
  .pin2 {
    top: 18px;
  }
}
@media only screen and (max-width: 630px) {
  .pin {
    left: 43%;
  }
  .pin2 {
    left: 43.7%;
  }
}
@media only screen and (max-width: 500px) {
  .pin {
    left: 42%;
  }
  .pin2 {
    left: 42.7%;
  }
}
@media only screen and (max-width: 410px) {
  .pin {
    left: 41%;
  }
  .pin2 {
    left: 41.7%;
  }
}
@media only screen and (max-width: 400px) {
  .wheel {
    width: 284px;
    height: 284px;
    top: 63px;
  }
  li .slice {
    border-left: 58.818325804px solid transparent;
    border-right: 58.818325804px solid transparent;
    border-top: 142px solid green;
    bottom: 2px;
  }
  li .text {
    font-size: 21px;
    top: -8px;
  }
  li .text span {
    font-size: 12px;
  }
  .blue_border {
    width: 296px;
    height: 296px;
    top: 205px;
  }
  .pin2 {
    border-left: 40px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #daa830;
    left: 42.7%;
  }
  .pin {
    border-left: 10px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #f9d55c;
    left: 42%;
  }
  .pin,
  .pin2 {
    top: 42px;
  }
}
@media only screen and (max-height: 673px) {
  .pin2 {
    border-left: 43px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #daa830;
    left: 46.5%;
  }
  .pin {
    border-left: 12px solid transparent;
    border-right: 43px solid transparent;
    border-bottom: 22px solid #f9d55c;
    left: 46%;
  }
  .pin,
  .pin2 {
    top: 22px;
  }
}
@media only screen and (max-height: 624px) and (max-width: 900px) {
  .wheel {
    top: 32px;
  }
  .blue_border {
    top: 190px;
  }
  .pin,
  .pin2 {
    top: 12px;
  }
}
@media only screen and (max-height: 570px) and (max-width: 900px) {
  .wheel {
    top: 28px;
  }
  .blue_border {
    top: 170px;
  }
}
@media only screen and (max-height: 624px) and (max-width: 400px) {
  .wheel {
    top: 28px;
  }
  .blue_border {
    top: 170px;
  }
  .pin2 {
    left: 42.6%;
  }
  .pin {
    left: 42%;
  }
  .pin,
  .pin2 {
    top: 10px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(476deg);
  }
}
li:nth-of-type(1) {
  --nth-child: 0;
}

li:nth-of-type(2) {
  --nth-child: 1;
}

li:nth-of-type(3) {
  --nth-child: 2;
}

li:nth-of-type(4) {
  --nth-child: 3;
}

li:nth-of-type(5) {
  --nth-child: 4;
}

li:nth-of-type(6) {
  --nth-child: 5;
}

li:nth-of-type(7) {
  --nth-child: 6;
}

li:nth-of-type(8) {
  --nth-child: 7;
}

li:nth-of-type(9) {
  --nth-child: 8;
}

li:nth-of-type(10) {
  --nth-child: 9;
}

li:nth-of-type(11) {
  --nth-child: 10;
}

li:nth-of-type(12) {
  --nth-child: 11;
}

li:nth-of-type(13) {
  --nth-child: 12;
}

li:nth-of-type(14) {
  --nth-child: 13;
}

li:nth-of-type(15) {
  --nth-child: 14;
}

li:nth-of-type(16) {
  --nth-child: 15;
}

li:nth-of-type(17) {
  --nth-child: 16;
}

li:nth-of-type(18) {
  --nth-child: 17;
}

li:nth-of-type(19) {
  --nth-child: 18;
}

li:nth-of-type(20) {
  --nth-child: 19;
}

li:nth-of-type(21) {
  --nth-child: 20;
}

li:nth-of-type(22) {
  --nth-child: 21;
}

li:nth-of-type(23) {
  --nth-child: 22;
}

li:nth-of-type(24) {
  --nth-child: 23;
}

li:nth-of-type(25) {
  --nth-child: 24;
}

li:nth-of-type(26) {
  --nth-child: 25;
}

li:nth-of-type(27) {
  --nth-child: 26;
}

li:nth-of-type(28) {
  --nth-child: 27;
}

li:nth-of-type(29) {
  --nth-child: 28;
}

li:nth-of-type(30) {
  --nth-child: 29;
}

.gold_border {
  position: relative;
}

.gold_border::before {
  /* height: 90%; */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-mask: radial-gradient(
        102.19% 105.38% at 101.09% -2.94%,
        #f2a031 0%,
        #fef777 51.04%,
        #f2a031 100%
      )
      content-box,
    radial-gradient(
      102.19% 105.38% at 101.09% -2.94%,
      #f2a031 0%,
      #fef777 51.04%,
      #f2a031 100%
    );
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.border_with_lights {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 650px;
  width: 1130px;
  height: 1130px;
  padding: 0;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(217deg, #f7e870, rgba(255, 0, 0, 0) 70.71%),
    linear-gradient(127deg, #c67a07, rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, #f3a637, rgba(0, 0, 255, 0) 70.71%);
  list-style: none;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.border_with_lights .light {
  position: absolute;
  left: 43.5%;
  top: -2.5%;
  display: inline-block;
  border-bottom: none;
  transform-origin: bottom center;
  will-change: transform;
  transform: rotate(calc(12deg * var(--nth-child)));
}
.border_with_lights .light span {
  position: relative;
  bottom: 20px;
  border-left: 59.383892775px solid transparent;
  border-right: 59.383892775px solid transparent;
  border-top: 565px solid transparent;
  display: inline-block;
  border-bottom: none;
  transform-origin: bottom center;
  overflow: visible;
}
.border_with_lights .light span div {
  position: relative;
  top: -505px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 17px 9px #fff;
}

@media only screen and (max-width: 1599px) {
  .border_with_lights {
    width: 1000px;
    height: 1000px;
    top: 560px;
  }
  .border_with_lights .light span {
    border-left: 52.5521175px solid transparent;
    border-right: 52.5521175px solid transparent;
    border-top: 500px solid transparent;
  }
  .border_with_lights .light span div {
    top: -445px;
  }
}
@media only screen and (max-width: 1480px) {
  .border_with_lights {
    width: 800px;
    height: 800px;
    top: 450px;
  }
  .border_with_lights .light {
    left: 43%;
    top: -3.5%;
  }
  .border_with_lights .light span {
    border-left: 42.041694px solid transparent;
    border-right: 42.041694px solid transparent;
    border-top: 400px solid transparent;
  }
  .border_with_lights .light span div {
    top: -343px;
  }
}
@media only screen and (max-width: 1130px) {
  .border_with_lights {
    width: 700px;
    height: 700px;
    top: 415px;
  }
  .border_with_lights .light {
    left: 43%;
    top: -4%;
  }
  .border_with_lights .light span {
    border-left: 36.78648225px solid transparent;
    border-right: 36.78648225px solid transparent;
    border-top: 350px solid transparent;
  }
  .border_with_lights .light span div {
    top: -295px;
  }
}
@media only screen and (max-width: 1020px) {
  .border_with_lights {
    width: 600px;
    height: 600px;
    top: 342px;
  }
  .border_with_lights .light {
    left: 42.6%;
    top: -4%;
  }
  .border_with_lights .light span {
    border-left: 31.5312705px solid transparent;
    border-right: 31.5312705px solid transparent;
    border-top: 300px solid transparent;
  }
  .border_with_lights .light span div {
    top: -248px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .border_with_lights {
    width: 360px;
    height: 360px;
    top: 205px;
  }
  .border_with_lights .light {
    left: 43.2%;
    top: -4.2%;
  }
  .border_with_lights .light span {
    border-left: 18.9187623px solid transparent;
    border-right: 18.9187623px solid transparent;
    border-top: 180px solid transparent;
  }
  .border_with_lights .light span div {
    top: -143.5px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 14px 6px #fff;
  }
}
@media only screen and (max-width: 400px) {
  .border_with_lights {
    width: 320px;
    height: 320px;
    top: 205px;
  }
  .border_with_lights .light {
    left: 42.2%;
    top: -10.2%;
  }
  .border_with_lights .light span div {
    top: -125.5px;
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-height: 624px) and (max-width: 900px) {
  .border_with_lights {
    top: 190px;
  }
  .border_with_lights .light {
    left: 43.2%;
    top: -3.8%;
  }
  .border_with_lights .light span div {
    top: -144px;
  }
}
@media only screen and (max-height: 570px) and (max-width: 900px) {
  .border_with_lights {
    top: 170px;
  }
}
@media only screen and (max-height: 624px) and (max-width: 400px) {
  .border_with_lights {
    top: 170px;
  }
  .border_with_lights .light {
    left: 42.5%;
    top: -10.3%;
  }
  .border_with_lights .light span div {
    top: -125px;
  }
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid #1b1464;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #f4af3d, #fdf474, #f4af3d);
}

.spin_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 650px;
  bottom: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(217deg, #f7e870, #c67a07),
    linear-gradient(127deg, #c67a07, #f3a637),
    linear-gradient(336deg, #f3a637, #f7e870);
}
.spin_circle_inside {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #696499, #1b1464);
  overflow: hidden;
}
.spin_circle_inside span {
  color: white;
  font-weight: 900;
  font-size: 32px;
}
.spin_circle_inside .arrow_top {
  position: absolute;
  width: 230px;
  height: 190px;
  transform: translate(-30px, -3px) rotate(5deg);
  border: 25px solid #f7e870;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  overflow: visible;
}
.spin_circle_inside .arrow_top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 77%;
  height: 0;
  width: 0;
  border-left: 30px solid #f7e870;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transform: rotate(225deg);
}
.spin_circle_inside .arrow_bottom {
  position: absolute;
  transform: translate(30px, 3px) rotate(5deg);
  width: 230px;
  height: 190px;
  border: 25px solid #f7e870;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  overflow: visible;
}
.spin_circle_inside .arrow_bottom:before {
  content: "";
  position: absolute;
  right: 139px;
  bottom: -24px;
  height: 0;
  width: 0;
  border-right: 30px solid #f7e870;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transform: rotate(225deg);
}

@media only screen and (max-width: 1599px) {
  .spin_circle {
    top: 560px;
  }
}
@media only screen and (max-width: 1480px) {
  .spin_circle {
    top: 450px;
  }
}
@media only screen and (max-width: 1130px) {
  .spin_circle {
    top: 410px;
    width: 200px;
    height: 200px;
  }
  .spin_circle_inside {
    width: 180px;
    height: 180px;
  }
  .spin_circle_inside .arrow_top {
    width: 205px;
    height: 175px;
    border: 20px solid #f7e870;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  .spin_circle_inside .arrow_top::before {
    top: -17px;
    left: 78%;
    border-left: 27px solid #f7e870;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
  }
  .spin_circle_inside .arrow_bottom {
    width: 205px;
    height: 175px;
    border: 20px solid #f7e870;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
  .spin_circle_inside .arrow_bottom::before {
    right: 129px;
    bottom: -20px;
    border-right: 27px solid #f7e870;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
  }
}
@media only screen and (max-width: 1020px) {
  .spin_circle {
    top: 352px;
    width: 180px;
    height: 180px;
  }
  .spin_circle_inside {
    width: 160px;
    height: 160px;
  }
  .spin_circle_inside .arrow_top {
    width: 190px;
    height: 160px;
    border: 15px solid #f7e870;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  .spin_circle_inside .arrow_top::before {
    top: -8px;
    left: 80%;
    border-left: 20px solid #f7e870;
    border-top: 20px solid transparent;
    border-bottom: 18px solid transparent;
  }
  .spin_circle_inside .arrow_bottom {
    width: 190px;
    height: 160px;
    border: 15px solid #f7e870;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
  .spin_circle_inside .arrow_bottom::before {
    right: 130px;
    bottom: -7px;
    border-right: 20px solid #f7e870;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .spin_circle_inside .spin {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .spin_circle {
    top: 502px;
    width: 90px;
    height: 90px;
    left: 50.6%;
  }
  .spin_circle_inside {
    width: 80px;
    height: 80px;
  }
  .spin_circle_inside .arrow_top {
    width: 125px;
    height: 85px;
    border: 8px solid #f7e870;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  .spin_circle_inside .arrow_top::before {
    top: -2px;
    left: 84%;
    border-left: 10px solid #f7e870;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .spin_circle_inside .arrow_bottom {
    width: 125px;
    height: 85px;
    border: 8px solid #f7e870;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
  .spin_circle_inside .arrow_bottom::before {
    right: 92px;
    bottom: -2px;
    border-right: 10px solid #f7e870;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .spin_circle_inside span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .spin_circle {
    top: 502px;
    width: 90px;
    height: 90px;
    left: 50.6%;
  }
}
@media only screen and (max-width: 380px) {
  .spin_circle {
    left: 51.2%;
  }
}
@media only screen and (max-height: 800px) and (max-width: 900px) {
  .spin_circle {
    top: auto;
    bottom: 3%;
    left: 50.8%;
    width: 94px;
    height: 94px;
  }
  .spin_circle_inside {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (max-height: 760px) and (max-width: 900px) {
  .spin_circle {
    bottom: 2%;
  }
}
@media only screen and (max-height: 700px) and (max-width: 900px) {
  .spin_circle {
    bottom: 1%;
  }
}
@media only screen and (max-height: 677px) and (max-width: 900px) {
  .spin_circle {
    bottom: -1%;
  }
}
@media only screen and (max-height: 665px) and (max-width: 900px) {
  .spin_circle {
    bottom: -5%;
  }
}
@media only screen and (max-height: 648px) and (max-width: 900px) {
  .spin_circle {
    bottom: -7%;
  }
}
@media only screen and (max-height: 635px) and (max-width: 900px) {
  .spin_circle {
    bottom: -8%;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-height: 624px) and (max-width: 900px) {
  .spin_circle {
    bottom: -8%;
  }
}
@media only screen and (max-height: 570px) and (max-width: 900px) {
  .spin_circle {
    bottom: -10%;
  }
}
.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: #361c1c;
}
.loading h2 {
  padding: 10px;
  color: white;
}

.loader {
  text-align: center;
  padding: 11px;
}

.loading_dots {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading_dots i {
  font-size: 70px;
}

.loading_dots div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: loading_dots 1.2s linear infinite;
}

.loading_dots div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.loading_dots div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.loading_dots div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.loading_dots div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.loading_dots div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.loading_dots div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.loading_dots div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.loading_dots div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.loading_dots div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.loading_dots div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.loading_dots div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.loading_dots div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

.loading .loading_image {
  display: inline-block;
  position: relative;
  width: 215px;
  height: 154px;
}

.loading .loading_image img {
  position: absolute;
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
  opacity: 0.5;
}

.image_overlay {
  position: absolute;
  top: 0;
  width: 215px;
  height: 154px;
  border-radius: 50%;
  background-image: url("img/pt-gaming-icon.png");
  background-size: cover;
  --s: 0%;
  --mask: conic-gradient(#000 var(--s), transparent var(--s) 360%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  animation: loading 3s forwards infinite;
}

@keyframes loading {
  10% {
    --s: 10%;
  }
  15% {
    --s: 15%;
  }
  20% {
    --s: 20%;
  }
  25% {
    --s: 25%;
  }
  30% {
    --s: 30%;
  }
  35% {
    --s: 35%;
  }
  40% {
    --s: 40%;
  }
  45% {
    --s: 45%;
  }
  50% {
    --s: 50%;
  }
  55% {
    --s: 55%;
  }
  60% {
    --s: 60%;
  }
  65% {
    --s: 65%;
  }
  70% {
    --s: 70%;
  }
  75% {
    --s: 75%;
  }
  80% {
    --s: 80%;
  }
  85% {
    --s: 85%;
  }
  90% {
    --s: 90%;
  }
  95% {
    --s: 95%;
  }
  100% {
    --s: none;
  }
}
@keyframes loading_dots {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 25;
}
.overlay .modal_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90%;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  background: #0d131c;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  z-index: 30;
}
.overlay .modal_container .close_modal_icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  background: transparent;
}
.overlay .modal_container .close_modal_icon .close_modal {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0deg)
    brightness(119%) contrast(119%);
}
.overlay .modal_container .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  border-radius: 78px;
  border: 1px solid #535252;
  background: #361c1c;
}
.overlay .modal_container .btn.blue_gradient {
  background: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.overlay .modal_container .btn.green_gradient {
  background: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.overlay .modal_container .btn.green_gradient .icon,
.overlay .modal_container .btn.green_gradient span {
  color: #f4c23e;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}
.overlay .modal_container .title {
  padding: 16px;
  font-weight: 800;
  font-size: 31px;
  line-height: 38px;
  text-align: center;
  white-space: normal;
}
.overlay .modal_container .title.thank_you {
  padding: 0;
}
.overlay .modal_container .activate_spins {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0px 8px;
  gap: 16px;
}
.overlay .modal_container .activate_spins p {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  white-space: normal;
}
.overlay .modal_container .activate_spins .btn p {
  font-size: 24px;
  font-weight: 800;
}
.overlay .modal_container .activate_spins .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  width: 256px;
  height: -moz-fit-content;
  height: fit-content;
}
.overlay .modal_container .activate_spins .card .card_image {
  width: 240px;
  height: 160px;
}
.overlay .modal_container .activate_spins .card .explanation p {
  font-size: 12px;
  letter-spacing: -0.02em;
}
.overlay .modal_container .middle_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay .modal_container .middle_container .paragraph {
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}
.overlay .modal_container .middle_container .title {
  padding: 0px;
}
.overlay .modal_container .middle_container .activate_spins {
  padding: 10px;
  gap: 0px;
}
.overlay .modal_container .middle_container .activate_spins.row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .left_side_container {
  width: 40%;
  background: #434343;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .left_side_container
  .card_image {
  width: 100%;
  height: 100%;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 24px;
  width: 50%;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .card_info
  .title
  p {
  text-align: left;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .explanation
  .gold_text {
  padding: 8px;
  text-align: left;
  font-size: 12px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .price_spin {
  justify-content: space-between;
  width: 100%;
  margin-bottom: -15px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .price_spin
  h1 {
  padding: 0;
  font-size: 12px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .price_spin
  .btn {
  width: 100%;
  margin: 10px 0px;
  padding: 8px 33px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .price_spin
  .btn
  p {
  font-size: 16px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .auto_play {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  width: 100%;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .auto_play
  .on_off {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
  width: 45px;
  height: 26px;
  background-color: #1b1b1b;
  border: 1px solid #535252;
  border-radius: 62px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .auto_play
  .on_off
  .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(0deg, #373737, #373737),
    linear-gradient(
      180deg,
      #2e3e87 0%,
      #212d6a 46.3%,
      #161f67 49.8%,
      #006ad5 100%
    );
}
.overlay
  .modal_container
  .middle_container
  .activate_spins.row
  .right_side_container
  .auto_play
  p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #888888;
}
.overlay .modal_container .middle_container .activate_spins .btn p {
  font-size: 24px;
  font-weight: 800;
}
.overlay .modal_container .middle_container .activate_spins .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  width: 256px;
  height: -moz-fit-content;
  height: fit-content;
}
.overlay .modal_container .middle_container .activate_spins .card .card_image {
  width: 240px;
  height: 160px;
}
.overlay
  .modal_container
  .middle_container
  .activate_spins
  .card
  .explanation
  p {
  font-size: 12px;
  letter-spacing: -0.02em;
}
.overlay .modal_container .bet_per_spin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-weight: 800px;
}
.overlay .modal_container .bet_per_spin h1 {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.overlay .modal_container .bet_per_spin .prize_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  width: 80%;
  height: 55px;
  background-color: #361c1c;
  border: 1px solid #535252;
  border-radius: 87px;
  overflow: hidden;
}
.overlay .modal_container .bet_per_spin .prize_container span {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}
.overlay .modal_container .bet_per_spin .prize_container .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  height: 52px;
  width: 52px;
  margin: -2px;
  border-radius: 50%;
}
.overlay .modal_container .bet_per_spin .prize_container .btn span {
  font-weight: 800;
  font-size: 20px;
}
.overlay .modal_container .price_spin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.overlay .modal_container .price_spin .small_price_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.overlay .modal_container .price_spin .small_price_container h1 {
  padding: 0px 12px;
  font-weight: 800;
  font-size: 14px;
}
.overlay .modal_container .price_spin .small_price_container .btn p {
  font-size: 22px;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}
.overlay .modal_container p {
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: normal;
}
.overlay .modal_container .buttons {
  width: 100%;
  padding: 0px 8px;
  margin: 0;
}
.overlay .modal_container .buttons .cancel_btn {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #361c1c;
}
.overlay .modal_container .buttons .cancel_btn span {
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #853c17);
}
.overlay .modal_container .buttons svg {
  width: 12px;
  height: 12px;
  background: transparent;
}
.overlay .modal_container .buttons .icon {
  margin-left: 0;
}

@media (max-width: 1225px) {
  .overlay .modal_container {
    width: 70%;
  }
}
@media (max-width: 795px) {
  .overlay .modal_container {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container {
    gap: 5px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .card_info {
    padding-bottom: 0px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .explanation
    .gold_text {
    line-height: 1;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .overlay .modal_container {
    width: 100%;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .explanation
    .gold_text {
    font-size: 10px;
    line-height: 1;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin {
    flex-direction: column;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin
    .small_price_container
    .btn {
    height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 8px;
    margin: 4px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .auto_play
    p {
    font-size: 12px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .auto_play
    .on_off {
    height: 22px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .auto_play
    .on_off
    .circle {
    height: 16px;
    width: 16px;
  }
  .overlay .modal_container.thank_you_modal .buttons {
    margin: 0px 15px;
  }
  .overlay .modal_container.thank_you_modal .buttons .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 7px;
  }
  .overlay .modal_container.thank_you_modal .buttons .btn.green_gradient {
    padding-left: 4px;
  }
  .overlay .modal_container.thank_you_modal .buttons .btn span {
    font-size: 10px;
    white-space: pre-wrap;
    text-align: center;
  }
  .overlay .modal_container.thank_you_modal .buttons .btn .icon {
    margin: 4px;
  }
}
@media (max-width: 480px) {
  .overlay .modal_container {
    width: 100%;
  }
  .overlay .modal_container .middle_container .price_spin {
    width: 100%;
  }
  .overlay
    .modal_container
    .middle_container
    .price_spin
    .small_price_container
    h1 {
    font-size: 12px;
  }
  .overlay
    .modal_container
    .middle_container
    .price_spin
    .small_price_container
    .btn {
    padding: 4px 8px;
  }
  .overlay
    .modal_container
    .middle_container
    .price_spin
    .small_price_container
    .btn
    p {
    font-size: 12px;
  }
  .overlay .modal_container .middle_container .buttons .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .overlay .modal_container .middle_container .buttons .btn span {
    font-size: 12px;
    white-space: pre-wrap;
    text-align: center;
  }
  .overlay .modal_container .middle_container .buttons .btn .icon {
    margin: 4px;
  }
  .overlay .modal_container .buttons .btn {
    padding: 8px 10px;
  }
}
@media (max-width: 425px) {
  .overlay .modal_container .title {
    padding: 0;
    font-size: 25px;
  }
  .overlay .modal_container .activate_spins p {
    line-height: 1;
    font-size: 12px;
  }
  .overlay .modal_container .activate_spins .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4px 8px;
  }
  .overlay .modal_container .activate_spins .btn p {
    font-size: 14px;
  }
  .overlay .modal_container .bet_per_spin h1 {
    font-size: 14px;
  }
  .overlay .modal_container .bet_per_spin .prize_container {
    height: 45px;
  }
  .overlay .modal_container .bet_per_spin .prize_container .btn {
    width: 42px;
    height: 42px;
  }
  .overlay .modal_container .bet_per_spin .prize_container span {
    font-size: 18px;
  }
  .overlay .modal_container p {
    font-size: 12px;
  }
  .overlay .modal_container .buttons {
    justify-content: space-around;
  }
  .overlay .modal_container .buttons .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 7px;
  }
  .overlay .modal_container .buttons .btn.green_gradient {
    padding-left: 4px;
  }
  .overlay .modal_container .buttons .btn span {
    font-size: 10px;
    white-space: pre-wrap;
    text-align: center;
  }
  .overlay .modal_container .buttons .btn .icon {
    margin: 4px;
  }
  .overlay .modal_container .middle_container .activate_spins.row {
    flex-direction: column;
    align-items: center;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container {
    width: 80%;
    gap: 15px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin {
    flex-direction: row;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin
    .small_price_container
    h1 {
    font-size: 10px;
  }
  .overlay
    .modal_container
    .middle_container
    .activate_spins.row
    .right_side_container
    .price_spin
    .small_price_container
    .btn
    p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .overlay .modal_container {
    max-height: 100%;
  }
}
.bubble_container {
  display: none;
  position: fixed;
  z-index: 40;
  bottom: 5px;
  right: 30px;
  -webkit-tap-highlight-color: transparent;
}
.bubble_container .bubble {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  border: 2px solid #d1902e;
  color: #853c17;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.bubble_container .bubble i {
  font-size: 25px;
}
.bubble_container.active {
  opacity: 1;
}

@media (max-width: 1279px) {
  .bubble_container {
    bottom: 60px;
  }
}
.prev,
.next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(251, 3, 3, 0.5);
  border: 1px solid #1b75d4;
  border: none;
  z-index: 10;
}
.prev .arrow,
.next .arrow {
  position: relative;
  background: linear-gradient(
    91.15deg,
    #f2a031 6.89%,
    #f2a031 29.52%,
    #f8ca53 40.31%,
    #fce468 48.99%,
    #fdee70 54.12%,
    #fcea6d 60.83%,
    #fbdd62 67.91%,
    #f8c952 74.88%,
    #f6bd48 88.11%,
    #f5b743 101.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.prev .arrow.first_arrow,
.next .arrow.first_arrow {
  animation: arrowFirstBlink 10s forwards infinite;
}
.prev .arrow.last_arrow,
.next .arrow.last_arrow {
  animation: arrowFirstBlink 10s forwards infinite;
  animation-delay: 100ms;
}

.next {
  right: 3px;
}
.next .arrow.first_arrow {
  right: 4px;
}
.next .arrow.last_arrow {
  left: 6px;
}

.prev {
  left: 3px;
}
.prev .arrow.first_arrow {
  left: 4px;
}
.prev .arrow.last_arrow {
  right: 6px;
}

.next:hover,
.prev:hover {
  background: linear-gradient(90deg, #6c0205 0%, #d00010 100%);
}
.next:hover .arrow,
.prev:hover .arrow {
  animation: none;
}

@keyframes arrowFirstBlink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .prev,
  .next {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .next .arrow.first_arrow {
    right: 0px;
  }
  .next .arrow.last_arrow {
    left: 3px;
  }
  .prev .arrow.first_arrow {
    left: 0px;
  }
  .prev .arrow.last_arrow {
    right: 3px;
  }
}

/* MOBILE */
.container.container_middle_mobile {
  position: relative;
  width: calc(100vw - 720px);
  height: 175px;
  padding: 0px;
  overflow: hidden;
}
.container.container_middle_mobile .register_game_mobile {
  margin: 0;
  height: 420px;
}
.container.container_middle_mobile .repeating_radial_gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: repeating-radial-gradient(
    #26343b,
    #124a65 11%,
    #0d81b8 12%
  );
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_image {
  height: 130px;
  width: 250px;
  overflow: hidden;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_image
  img {
  height: 100%;
  width: 100%;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 65px;
  border-radius: 5px;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  border: 2px solid #00324a;
  border-top: 1px solid #00324a;
  border-bottom: 1px solid #00324a;
  border-radius: 5px;
  background-color: #1fb5ee;
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header
  .gold_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border: 1px solid #0087c6;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #00496c, #0087c6);
  -webkit-clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
  clip-path: polygon(
    0% 13%,
    3% 0%,
    97% 0%,
    100% 13%,
    100% 90%,
    96% 100%,
    4% 100%,
    0 88%
  );
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_header
  .blue_games_shop_header
  .gold_header
  span {
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px -6px 6px #00324a);
  font-weight: bolder;
  font-size: 29px;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  line-height: 0.9;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_description
  .buy_activate {
  font-weight: bolder;
  text-shadow: 0.2px 0 #f2a031, -0.2px 0 #f2a031, 0 0.2px #f2a031,
    0 -0.2px #f2a031, 0.2px 0.2px #f2a031, -0.2px -0.2px #f2a031,
    0.2px -0.2px #f2a031, -0.2px 0.2px #f2a031;
  font-size: 18px;
  overflow: hidden;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_description
  .freespins_bonus {
  white-space: pre-line;
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
  background: radial-gradient(
    102.19% 105.38% at 101.09% -2.94%,
    #f2a031 0%,
    #fef777 51.04%,
    #f2a031 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px -9px 6px #00324a);
  overflow: hidden;
}
.container.container_middle_mobile
  .repeating_radial_gradient
  .games_shop_description
  .right_away {
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 0.5px 0 #f2a031, -0.5px 0 #f2a031, 0 0.5px #f2a031,
    0 -0.5px #f2a031, 0.5px 0.5px #f2a031, -0.5px -0.5px #f2a031,
    0.5px -0.5px #f2a031, -0.5px 0.5px #f2a031;
  overflow: hidden;
}

.container .container.container_middle_mobile {
  width: 100%;
}
.container.see_more_container .container.container_middle_mobile {
  margin-bottom: 60px;
}

@media (max-width: 1437px) {
  .container.container_middle_mobile {
    width: 100%;
  }
}

@media (max-width: 890px) {
  .shop .container.container_middle_mobile {
    top: -10px;
  }
}

@media (max-width: 500px) {
  .full_container .container.container_middle_mobile {
    height: 175px;
  }
}

@media (max-width: 430px) {
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_header {
    width: 225px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header {
    width: 220px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header
    .gold_header {
    width: 210px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_header
    .blue_games_shop_header
    .gold_header
    span {
    font-size: 25px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_description
    .buy_activate {
    font-size: 14px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_description
    .freespins_bonus {
    font-size: 18px;
  }
  .full_container
    .container.container_middle_mobile
    .repeating_radial_gradient
    .games_shop_description
    .right_away {
    font-size: 35px;
  }
}
.info_window_mobile.register_game_mobile .gods_img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.info_window_mobile.register_game_mobile .register_game_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0px 50px;
}
.info_window_mobile.register_game_mobile .register_game_container .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_window_mobile.register_game_mobile
  .register_game_container
  .description
  p {
  font-size: 18px;
  font-weight: bold;
}
.info_window_mobile.register_game_mobile.register_game_container
  .description
  .end_time {
  flex-direction: column;
  color: #273577;
}
/* .info_window_mobile.register_game_mobile
  .register_game_container
  .description
  .end_time
  .colon {
  margin-bottom: 0px;
  margin-top: 7px;
} */
.info_window_mobile.register_game_mobile
  .register_game_container
  .description
  .end_time
  .time {
  color: white;
}

.info_window_mobile.register_game_mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* margin: 70px 0px; */
  border-radius: 20px;
}
@media only screen and (max-width: 1550px) and (min-width: 1281px) {
  .info_window_mobile.register_game_mobile {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .shop .info_window_mobile.register_game_mobile .register_game_container {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .shop .info_window_mobile.register_game_mobile .register_game_container .btn,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .end_time {
    margin: 0;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .end_time
    .ends_in
    .num {
    background: transparent;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img {
    top: 100px;
    width: 100%;
    text-align: center;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img .gods {
    width: auto;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img .announcement {
    bottom: 6px;
  }
}

@media (max-width: 890px) {
  .shop .info_window_mobile.register_game_mobile .register_game_container {
    position: relative;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 5px;
  }
  .shop .info_window_mobile.register_game_mobile .register_game_container .btn,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .end_time {
    padding: 0;
    margin: 0;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .btn
    .ends_in,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .end_time
    .ends_in {
    font-weight: 100;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button {
    position: absolute;
    bottom: 0;
    /* flex-direction: column-reverse; */
    justify-content: space-between;
    height: 60%;
    padding-bottom: 15px;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time {
    left: 77px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    font-size: 20px;

    background: rgba(60, 60, 60, 0.5) url("img/clock.png") no-repeat 9px center;
    -webkit-backdrop-filter: blur(11.5px);
    backdrop-filter: blur(11.5px);
    border-radius: 66px;
    overflow: hidden;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .time {
    color: white;
    display: flex;
    align-items: center;
    font-size: inherit;
    text-transform: lowercase;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .num {
    width: auto;
    font-size: 15px;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .colon {
    display: none;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_time
    .ends_in {
    justify-content: center;
    font-weight: bold;
  }
  .shop .info_window_mobile.register_game_mobile .register_game_container .win {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -4.89%,
      #1f1f1f 50%,
      rgba(255, 255, 255, 0) 103.03%
    );
    overflow: hidden;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .win
    .description,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .win
    .prize {
    height: -moz-fit-content;
    height: fit-content;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    background: linear-gradient(180deg, #f7a27e 0%, #fcee74 50%, #eead3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img {
    top: 100px;
    width: 100%;
    text-align: center;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img img {
    width: auto;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img .announcement {
    bottom: 6px;
    top: 175px;
  }
}

@media (max-width: 810px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 22%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 20%;
  }
}
@media (max-width: 760px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 20%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 18%;
  }
}
@media (max-width: 720px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 19%;
    top: -2px;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 17%;
  }
}
@media (max-width: 700px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 17%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 15%;
  }
}
@media (max-width: 650px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 15%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 13%;
  }
}
@media (max-width: 610px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 13%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 10%;
  }
}
@media (max-width: 570px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 10%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 7%;
  }
}
@media (max-width: 540px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 7%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 4%;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img img {
    width: 460px;
  }
}
@media (max-width: 510px) {
  .info_window_mobile.register_game_mobile .gods_img img {
    width: 430px;
  }
  .info_window_mobile.register_game_mobile
    .register_game_container
    .title_img
    img {
    width: 100%;
  }
  .info_window_mobile.register_game_mobile .register_game_container .win img {
    width: 85%;
  }
  .info_window_mobile.register_game_mobile
    .register_game_container
    .description
    p {
    font-size: 16px;
  }
  .info_window_mobile.register_game_mobile
    .register_game_container
    .description
    .end_time {
    padding-bottom: 0px;
  }
  .shop .info_window_mobile.register_game_mobile {
    height: 100%;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img {
    top: 120px;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img .announcement {
    top: 160px;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img img {
    width: 430px;
  }
}
@media (max-width: 500px) {
  .info_window_mobile.register_game_mobile
    .register_game_container
    .title_image
    img {
    width: 100%;
  }
  .info_window_mobile.register_game_mobile .register_game_container .win {
    display: flex;
    justify-content: center;
  }
  .info_window_mobile.register_game_mobile .register_game_container .win img {
    width: 80%;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .win
    .description {
    overflow: hidden;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img .announcement {
    top: 110px;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .gods_img
    .announcement
    .rectangle {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 5%;
    top: -5px;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 1%;
  }
}
@media (max-width: 460px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 3%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -2%;
  }
}
@media (max-width: 440px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 0%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -5%;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img img {
    width: 400px;
  }
}
@media (max-width: 430px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: -4%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -5%;
  }
}
@media (max-width: 415px) {
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: -9%;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -5%;
  }
}
@media (max-width: 400px) {
  .info_window_mobile.register_game_mobile {
    height: 550px;
  }
  .info_window_mobile.register_game_mobile .gods_img img {
    width: 100%;
  }
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 0%;
    top: -10px;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -10%;
  }
  .shop .info_window_mobile.register_game_mobile .gods_img img {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .info_window_mobile.register_game_mobile {
    height: 520px;
  }
  .info_window_mobile.register_game_mobile .gods_img img {
    width: 100%;
  }
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: -1%;
    top: -8px;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -12%;
  }
}
@media (max-width: 350px) {
  .info_window_mobile.register_game_mobile {
    height: 500px;
  }
  .info_window_mobile.register_game_mobile .gods_img .shine {
    top: -18px;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -16%;
  }
}
@media (max-width: 330px) {
  .info_window_mobile.register_game_mobile {
    height: 470px;
  }
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 0%;
    top: -10;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: -21%;
  }
}

@media (max-width: 850px) {
  .info_window_mobile.register_game_mobile {
    height: 600px;
  }
  .info_window_mobile.register_game_mobile .gods_img {
    top: auto;
    width: 100%;
    text-align: center;
  }
  .info_window_mobile.register_game_mobile .gods_img img {
    width: 460px;
  }
  .info_window_mobile.register_game_mobile .gods_img .shine {
    right: 23%;
    top: 0px;
    width: 100px !important;
  }
  .info_window_mobile.register_game_mobile .gods_img .munja {
    left: 22%;
    width: 300px !important;
  }
  .info_window_mobile.register_game_mobile .register_game_container {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 890px) {
  .shop .info_window_mobile.register_game_mobile .register_game_container .win {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -4.89%,
      #1f1f1f 50%,
      rgba(255, 255, 255, 0) 103.03%
    );
    overflow: hidden;
  }
}

@media screen and (max-width: 890px) {
  .container.container_middle_mobile .register_game_mobile {
    margin: 0;
    height: 175px;
  }

  .prize_pool_new {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    margin-left: 30px;

    margin-top: 5px;

    overflow: hidden;
  }

  .prize_pool_new .container_prize .container_prize_right {
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
  }

  .prize_pool_new .container_prize .container_prize_right svg {
    width: 24px;
    height: 24px;
  }

  .prize_pool_new .container_prize .container_prize_left {
    overflow: hidden;
  }

  .prize_pool_new .container_prize {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    border-radius: 16px 0;
    background: radial-gradient(
      102.19% 105.38% at 101.09% -2.94%,
      #f2a031 0%,
      #fef777 51.04%,
      #f2a031 100%
    );
    overflow: hidden;

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    width: 150px;

    height: 49px;
    padding: 8px 16px;

    font-size: 12px;

    color: #642506;
  }

  .prize_pool_new .container_prize .prize_pool_title {
    font-size: 12px;
    height: 14px;

    overflow: hidden;
  }

  .prize_pool_new .container_prize .prize_pool_prize {
    font-size: 20px;
    height: 20px;

    overflow: hidden;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button {
    width: 100%;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time {
    left: 77px;
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 33px;
    padding: 8px 12px;
    gap: 4px;
    background: rgba(60, 60, 60, 0.5) url("img/clock.png") no-repeat 9px center;
    /* -webkit-backdrop-filter: blur(11.5px);
    backdrop-filter: blur(11.5px); */
    border-radius: 66px;
    overflow: hidden;
  }

  .container.container_middle_mobile .register_game_mobile {
    justify-content: space-between;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in,
  .shop .info_window_mobile .register_game_container .description .ends_time,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .num {
    font-size: 11px;
  }

  .shop
    .info_window.register_game_mobile
    .register_game_container
    .time_and_button {
    position: absolute;
    bottom: 0;
    /* flex-direction: column-reverse; */
    justify-content: space-between;
    height: 60%;
    padding-bottom: 8px;
  }

  .register_game_container {
    width: 60%;
  }

  .shop .info_window_mobile .register_game_container .title_image img {
    width: 100%;
  }

  .right_side_slider {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right_side_slider img {
    /* margin: 0 auto; */

    max-width: 175px;
    max-height: 175px;
    /* width: 100%;
    height: 100%; */
  }

  .shop .info_window_mobile .register_game_container .description .ends_time {
    gap: 2px;
  }
  /* .shop
    .info_window_mobile
    .register_game_container
    .description
    .end_time
    .colon {
    padding-bottom: 0;
  } */
}

@media screen and (min-width: 890px) and (max-width: 1024px) {
  .shop .info_window_mobile .register_game_container .description .ends_time {
    gap: 2px;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in,
  .shop .info_window_mobile .register_game_container .description .ends_time,
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .num {
    font-size: 14px;
  }

  .btn.blue.description_btn {
    display: none !important;
  }

  /* .shop
    .info_window_mobile
    .register_game_container
    .description
    .end_time
    .colon {
    padding-bottom: 0;
  } */

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .prize_pool_new {
    margin-left: 100px;
  }

  /* .shop
    .info_window.register_game
    .register_game_container
    .time_and_button
    .end_time {
    width: 55% !important;
  } */

  .container.container_middle_mobile .register_game_mobile {
    height: 175px;
  }
  .prize_pool_new .container_prize .container_prize_right svg {
    width: 24px;
    height: 24px;
  }

  .right_side_slider img {
    /* margin: 0 auto; */

    max-width: 175px;
    max-height: 175px;
    /* width: 100%;
    height: 100%; */
  }

  .info_window_mobile.register_game_mobile .register_game_container {
    width: 50%;
    height: 100%;
    justify-content: space-evenly;
  }

  .info_window_mobile.register_game_mobile {
    justify-content: space-between;
  }

  .shop .info_window_mobile .register_game_container .title_image img {
    width: auto;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 33px;
    padding: 8px 12px;
    gap: 8px;
    background: rgba(60, 60, 60, 0.5) url(img/clock.png) no-repeat 9px center;
    border-radius: 66px;
    overflow: hidden;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .num {
    width: auto;
    font-size: 12px;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time
    .ends_in
    .time {
    color: white;
    display: flex;
    align-items: center;
    font-size: inherit;
    text-transform: lowercase;
  }

  .right_side_slider {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .end_time .ends_time {
    display: flex;
    align-items: center;
  }

  .prize_pool_new {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    margin-left: 30px;

    margin-top: 5px;

    overflow: hidden;
  }

  .prize_pool_new .container_prize .container_prize_right {
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
  }

  .prize_pool_new .container_prize .container_prize_right svg {
    width: 24px;
    height: 24px;
  }

  .prize_pool_new .container_prize .container_prize_left {
    overflow: hidden;
  }

  .prize_pool_new .container_prize {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    border-radius: 16px 0;
    background: radial-gradient(
      102.19% 105.38% at 101.09% -2.94%,
      #f2a031 0%,
      #fef777 51.04%,
      #f2a031 100%
    );
    overflow: hidden;

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    width: 150px;

    height: 49px;
    padding: 8px 16px;

    font-size: 12px;

    color: #642506;
  }

  .prize_pool_new .container_prize .prize_pool_title {
    font-size: 12px;
    height: 14px;

    overflow: hidden;
  }

  .prize_pool_new .container_prize .prize_pool_prize {
    font-size: 20px;
    height: 20px;

    overflow: hidden;
  }
}

@media screen and (max-width: 390px) {
  .shop .info_window_mobile.register_game_mobile .register_game_container {
    width: 60%;
  }
  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button {
    height: 60%;
  }

  .shop
    .info_window_mobile.register_game_mobile
    .register_game_container
    .time_and_button
    .end_time {
    width: 95%;
  }

  .right_side_slider {
    width: 40%;
  }

  .shop .info_window_mobile .register_game_container .description .ends_time {
    gap: 2px;
  }
}

.card_info .tablets.mobile {
  display: flex;
}

.game_shop_ribbon {
  display: none;
}
.filter_games {
  align-items: center;
}

.game_shop_btn {
  display: none;
}

/* MOBILE END */

@media screen and (max-width: 1024px) {
  .card {
    padding-bottom: 0;
  }

  .tournament_cards .card,
  .two_rows_scroll .card {
    height: auto;
  }
  .two_rows_scroll .card:hover .card_image_overlay .btn {
    width: 100%;
  }

  .card_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0 10px;
  }

  .two_rows_scroll .card:hover .card_image_overlay .jackpot_prize {
    font-size: 24px;
  }

  .shop .card_info .title {
    padding: 0 5px;
  }

  .card_info .title p {
    font-size: 14px;
    font-weight: 700;
  }

  .card_info {
    padding-bottom: 0;
    padding: 5px 0;
  }

  .card {
    padding: 0;
  }
  .card .card_image img {
    border-radius: 10px 10px 0 0;
  }

  .game_shop_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 36px;

    /* width: 30%;
    height: 100%; */
  }

  .game_shop_ribbon {
    display: block;
    position: relative;
    width: 60px;
    z-index: 2;
    right: -5px;
    margin-bottom: 5px;
  }

  .game_shop_ribbon_icon {
    display: flex;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    background: radial-gradient(
          102.19% 105.38% at 101.09% -2.94%,
          #f2a031 0%,
          #fef777 51.04%,
          #f2a031 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      linear-gradient(0deg, rgba(255, 230, 0, 0.8), rgba(255, 230, 0, 0.8));
  }

  .ribbon_container {
    top: 10px;
  }

  .game_shop_ribbon_icon svg {
    width: 20px;
    height: 20px;
  }

  /* .two_rows_scroll {
    height: 390px;
  } */

  .card:hover .card_image_overlay .btn {
    margin: 0;
    width: 100%;
  }
  .btn {
    margin: 0;
    padding: 0;
  }

  .icon {
    margin: 3px 1px;
  }
  .card_info .title p {
    width: 80%;
  }

  .shop .title {
    padding: 0;
  }
  .card_info .tablets.mobile {
    display: none;
  }
  .win.mobile {
    display: none;
  }
  .card_info .title .icon.star {
    position: relative;
    z-index: 10;
  }
}

.button_red_gradient {
  background: linear-gradient(0deg, #8d0307 0%, #d00010 100%);
  color: white;
}

.game_shop_icon {
  width: 24px;
  height: 24px;
}

.two_rows_scroll .card.with_button .card_image img {
  padding: 1px;
}

.game_shop_btn {
  border-radius: 10px;
  border: none;
  background: radial-gradient(
        102.19% 105.38% at 101.09% -2.94%,
        #f2a031 0%,
        #fef777 51.04%,
        #f2a031 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(0deg, rgba(255, 230, 0, 0.8), rgba(255, 230, 0, 0.8));
}

.icon.podium {
  margin: 0;
  color: white;
  width: fit-content !important;
}

.toolbar .icon_box.burger {
  width: 50% !important;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 0 12px;
}

.toolbar .icon_box.burger .leaderboard_label {
  color: white;
  width: fit-content;
  text-overflow: unset;
  white-space: unset;
}
/* .game_shop_btn {
  display: none;
} */

/* .container.container_middle_mobile .register_game_mobile {
  height: 420px;
} */

/*# sourceMappingURL=style.css.map */
