body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #222326;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  color: #fff;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0 !important;
}

.container-fluid {
  position: relative;
  width: 100%;
  max-width: 1838px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-top {
  padding: 10px 0;
  max-height: 61px;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 700;
}

.logo img {
  height: 42px;
  width: 100%;
}

.right-navbar {
  gap: 15px;
}

input, select, textarea, button {
  background-color: transparent !important;
  outline: none !important;
}

.form {
  height: 38px;
  width: 237px;
  position: relative;
}

.txt-search {
  padding: 5px 10px;
  padding-left: 45px;
  background-color: #35373B !important;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  border: 2px solid #ffff;
}

.txt-search::placeholder {
  color: white;
}

.txt-submit {
  width: 42px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.my-games {
  border-radius: 30px;
  transition: 250ms;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito, "Nunito Fallback";
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  color: rgb(239, 240, 247);
  width: 40px;
  height: 40px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.1) !important;
}

#iconMenu {
  margin-right: 0;
  display: none;
}

@media (max-width: 1260px) {
  #iconMenu {
    display: flex;
  }
}

.suggest-top {
  width: 40px;
  height: 40px;
  transition: all .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggest-top img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

/* menu */

.navbar-list {
  white-space: nowrap;
  box-shadow: 0 3px 0 0 #141414, 0 15px 20px 0 rgb(4 3 61 / 30%);
  background-color: #000;
  margin-bottom: 30px;
}

.menu li {
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  white-space: nowrap;
  line-height: 30px;
  font-size: 14px;
  transition: .3s all;
  text-transform: capitalize;
}

.menu li:hover {
  box-shadow: inset 0 -8px 0 -5px #f8cb00;
}

.ic-menu {
  display: flex;
  max-height: 24px;
  margin-right: 5px;
  transition: .3s all;
}

.a-top-menu:hover .ic-menu {
  transform: scale(1.2);
}

@media (max-width: 1260px) {
  .navbar-list {
    display: none;
  }
}

.fixed-menu-mobile {
  position: fixed;
  top: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 300px;
  right: -300px;
  box-shadow: 0 6px 12px 0 #000000, inset 0 4px 10px 0 rgb(0 0 0 / 23%);
  background-color: #27282a;
  z-index: 1199;
  transition: right 0.5s ease-in-out;
  overflow: hidden auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(139 139 139) transparent;
  scrollbar-gutter: stable;
}

.fixed-menu-mobile.show {
  right: 0;
}

.nav-close {
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.txt-button {
  border-radius: 30px;
  transition: 250ms;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito, "Nunito Fallback";
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px;
  background: transparent;
  color: rgb(239, 240, 247);
  height: 48px;
  width: 48px;
}

.txt-button svg {
  display: inline-block;
  fill: currentcolor;
  height: 22px;
  width: 22px;
}

#search-mobile .form {
  width: 100%;
  margin: 0;
}

#search-mobile {
  display: none;
}

@media (max-width: 576px) {
  #search-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  #search-desktop {
    display: none;
  }
}

.nav-mobile-menu {
  margin: 5px 0;
  border-bottom: 1px solid;
  border-color: #343434;
}

.a-nav-mobile-menu {
  text-transform: capitalize;
  font-family: 'Fredoka One', cursive;
  min-height: 40px;
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 14px;
}

.a-nav-mobile-menu:hover {
  color: #f8cb00;
}

.txt-button:hover {
  color: rgb(135, 138, 158);
}

/* favorites */

.overlayer {
  position: fixed !important;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: 1198 !important;
  transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.mygames {
  width: 100%;
  max-width: 400px;
  background: #27282a;
  scrollbar-color: rgb(139 139 139) transparent;
  height: calc(100% - 16px);
  top: 8px;
  border-left: 0px;
  margin-right: 8px;
  border-radius: 8px;
  color: rgb(249, 250, 255);
  display: flex;
  flex-direction: column;
  z-index: 1200;
  position: fixed;
  right: 0px;
  display: none;
  box-shadow: 0 6px 12px 0 #000000, inset 0 4px 10px 0 rgb(0 0 0 / 23%);
}

@media (max-width: 540px) {
  .mygames {
    top: 0;
    margin-right: 0;
  }
}

.mygames.active, .overlayer.active {
  display: block;
}

.mygames-header {
  width: 100%;
  height: 60px;
  min-height: 60px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
}

.close-favorites-btn, .w-48 {
  min-width: 48px;
}

.mygames-title {
  font-size: 18px;
  width: 100%;
  padding: 0 8px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  line-height: 31px;
  font-weight: 600;
}

.mygames-tab-list {
  overflow: hidden;
  min-height: 48px;
  display: flex;
  height: 40px;
  justify-content: space-around;
  padding: 0px 24px;
  border-bottom: 1px solid rgb(47, 49, 72);
  width: 100%;
}

.mygames-tab-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px 0px 8px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  line-height: 1.25;
  letter-spacing: 0.02857em;
  max-width: 360px;
  min-width: 90px;
  position: relative;
  min-height: 48px;
  padding: 12px 16px;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  color: rgb(102, 106, 127);
  flex: 1 1 0%;
  border-bottom: 4px solid transparent;
}

.mygames-tab-button.active {
  color: rgb(249, 250, 255);
  border-color: #f8cb00;
}

.mygames-list {
  overflow: hidden auto;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: rgb(139 139 139) transparent;
  padding-top: 8px;
  scrollbar-gutter: stable;
  height: calc(100% - 108px);
}

.tab-layout {
  width: 100%;
}

.mygames-container {
  width: 100%;
  padding: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgb(139 139 139) transparent;
}

.mygames-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.grid-game {
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
  /*aspect-ratio: 1/1;*/
}

.game-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  border-radius: 10px;
}

.wrap-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 400ms ease-in-out;
}

.game-title {
  overflow: hidden;
  margin: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .878) 0, #0000 65%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 16px 5px 8px;
  box-sizing: border-box;
  text-transform: capitalize;
  font-size: 14px;
  z-index: 4;
}

.game-link:hover .game-title {
  opacity: 1;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.game-title .text-overflow {
  -webkit-line-clamp: 2;
}

.game-link:hover img {
  scale: 1.1;
}

.mygames-remove {
  position: absolute;
  display: flex;
  top: -6px;
  right: -3px;
  z-index: 11;
  background-color: #e70d5c;
  border-radius: 20px;
  padding: 4px;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #0c0d14;
}

.hidden {
  display: none;
}

/* main */

main {
  min-height: 75vh;
}

:root {
  --row-one: 1;
  --row-two: 2;
  --row-mini: 2;
  --col-mini: 3;
}

@media (min-width: 180.95px) {
  :root {
    --col: 2;
  }
}

@media (min-width: 297.95px) {
  :root {
    --col: 2;
  }
}

@media (min-width: 400.95px) {
  :root {
    --col: 3;
  }
}

@media (min-width: 605.95px) {
  :root {
    --col: 4;
  }
}

@media (min-width: 759.95px) {
  :root {
    --col: 5;
  }
}

@media (min-width: 913.95px) {
  :root {
    --col: 6;
  }
}

@media (min-width: 1067.95px) {
  :root {
    --col: 7;
  }
}

@media (min-width: 1221.95px) {
  :root {
    --col: 8;
  }
}

@media (min-width: 1375.95px) {
  :root {
    --col: 9;
  }
}

@media (min-width: 1529.95px) {
  :root {
    --col: 10;
  }
}

@media (min-width: 1683.95px) {
  :root {
    --col: 11;
  }
}

@media (min-width: 1837.95px) {
  :root {
    --col: 12;
  }
}

.header-section {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.header-section-title {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  font-family: Fredoka One, verdana, sans-serif;
}

.header-section-link {
  color: #FCCC00;
  padding: 2px;
  font-weight: bold;
  margin-left: 1rem;
}

.header-section-link:hover {
  text-decoration: underline;
}

.grid-clayover {
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 10px;
  grid-auto-rows: 1fr;
  padding: 4px;
  margin: -4px;
}

.game-section.r-one .grid-clayover {
  aspect-ratio: var(--col) / var(--row-one);
  grid-template-rows: repeat(1, 1fr);
  overflow: hidden;
}

.GameThumbLabel {
  border-radius: 6px;
  box-shadow: 4px 4px 20px 0 #00000080;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  opacity: 1;
  transition: opacity .2s linear;
  font-size: 12px;
  font-weight: 800;
  top: -4px;
  right: -4px;
  -webkit-user-select: none;
  user-select: none;
}

.GameThumbLabel_New {
  background: linear-gradient(90deg, #28c7df, #5082ff);
}

.GameThumbLabel_Trending {
  background: linear-gradient(90deg, #ffc352, #faff9c);
  color: #36390d;
}

.GameThumbLabel_Updated {
  background: linear-gradient(90deg, #c93dd1, #8a4fff);
}

.GameThumb_gradientVignette {
  background: linear-gradient(0deg, rgba(0, 0, 0, .878) 0, #0000 50%);
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

.game-link:hover .GameThumbLabel {
  /*opacity: 0;*/
}

.grid-game:hover .GameThumb_gradientVignette {
  /*opacity: 1;*/
  /*visibility: visible;*/
}

.game-section.r-two .grid-clayover {
  aspect-ratio: var(--col) / var(--row-two);
  grid-template-rows: repeat(2, 1fr);
}

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

/* row cate */

.grid-clayover-category {
  margin-top: 35px;
  /*grid-template-columns: repeat(8, 1fr);*/
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
}

.span-2x1 {
  /*grid-column-end: span 2;*/
}

.grid-clayover-category .grid-game {
  padding-bottom: 0;
  aspect-ratio: unset;
}

.grid-category, .game-link-category, .wrap-image-category, .category-flex {
  width: 100%;
  height: 100%;
  display: block;
}

.category-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #35373B;
  min-height: 144px;
  transition: all .3s;
}

.category-flex {
  height: 108px;
  min-height: 108px;
  box-sizing: border-box;
  border: 3px solid #fff;
}

.category-text {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: Fredoka One, verdana, sans-serif;
  font-size: 14px;
  -webkit-line-clamp: 2;
}

.about-section {
  background-color: #35373B;
  padding: 30px 30px;
  border-radius: 10px;
  margin-top: 35px;
}

.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5, .about-content h6 {
  margin: revert !important;
  /*text-transform: capitalize;*/
  font-size: revert;
  font-weight: revert;
}

.about-section a {
  color: #FCCC00;
}

footer {
  padding: 1rem 0;
  background-color: #000;
  margin-top: 2.5rem;
}

.link {
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

/* gameplay */

.play-layout .grid-game {
  aspect-ratio: auto;
}

@media (max-width: 992px) {
  .play-layout {
    /*grid-template-columns: 1fr;*/
    margin-top: 30px;
  }
}

@media (max-width: 1300px) {
  .play-layout {
    /*grid-template-columns: 1fr;*/
  }
}

.game-player {
  background-color: #dedede;
  color: white;
  border-radius: 10px;
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0.75rem;
}

.wiget-title {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #343434;
  margin-bottom: 15px;
}

.wiget-title > img {
  margin-right: 10px;
  width: 26px;
}

.wiget-title h3, .wiget-title h2 {
  font-weight: 700;
  font-size: 26px;
  font-size: 1.3rem;
  color: #fff;
}

.grid-clayover-mini > .grid-game {
  /*display: none;*/
}

.grid-clayover-mini > .grid-game.is-visible {
  /*display: block;*/
}

/* aaa */

/* row */

.playRow {
  position: relative;
  display: block;
}

.Wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  grid-gap: 15px;
  grid-auto-rows: 97px;
  grid-auto-flow: dense;
}

.Wrapper > .grid-game {
  /*aspect-ratio: 1 / 1;*/
  /*top: 0;*/
  /*bottom: 0;*/
}

@media screen and (max-width: 1520px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    grid-auto-rows: 90px;
  }
}

@media screen and (max-width: 1120px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    grid-auto-rows: 78px;
  }
}

@media screen and (max-width: 894px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    grid-auto-rows: 72px;
  }
}

@media screen and (max-width: 850px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(67px, 1fr));
    grid-auto-rows: 67px;
  }
}

@media screen and (max-width: 768px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(102px, 1fr));
    grid-auto-rows: 102px;
  }
}

@media screen and (max-width: 731px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: 120px;
  }
}

@media screen and (max-width: 680px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-auto-rows: 120px;
  }
}

@media screen and (max-width: 605px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: 100px;
  }
}

@media screen and (max-width: 540px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    grid-auto-rows: 95px;
  }
}

@media screen and (max-width: 469px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(93px, 1fr));
    grid-auto-rows: 93px;
  }
}

@media screen and (max-width: 370px) {
  .Wrapper {
    grid-template-columns: repeat(auto-fill, minmax(77px, 1fr));
    grid-auto-rows: 90px;
  }
}

@media (max-width: 1200px) {
  .Wrapper .grid-game {
    padding-bottom: initial;
  }
}

.Wrapper .ColDetailsIframe {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #44c8fd;
  padding-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 768px) {
  .Wrapper .ColDetailsIframe {
    border-radius: 15px;
  }
}

.Wrapper .ColDetailsIframe.Col-Iframe {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 4;
  /*aspect-ratio: 16/9;*/
}

@media only screen and (max-width: 1919px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 4;
    grid-column-end: 14;
  }
}

@media only screen and (min-width: 1920px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 8;
    grid-column-start: 4;
    grid-column-end: 14;
  }
}

@media screen and (max-width: 1824px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 4;
    grid-column-end: 14;
  }
}

@media screen and (max-width: 1730px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 13;
  }
}

@media screen and (max-width: 1620px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 12;
  }
}

@media screen and (max-width: 1440px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 12;
  }
}

@media screen and (max-width: 1330px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 11;
  }
}

@media screen and (max-width: 1200px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 10;
    /*aspect-ratio: 16/9;*/
  }
}

@media screen and (max-width: 844px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 10;
  }
}

@media screen and (max-width: 768px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 724px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 6;
  }
}

@media screen and (max-width: 591px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 576px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 460px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media only screen and (max-width: 1440px) {
  .Wrapper .ColDetailsIframe > iframe {
    width: 100%;
    height: calc(100% - 50px);
  }
}

@media (max-width: 1200px) {
  .Wrapper .ColDetailsIframe.Col-Iframe {
    grid-column: 1 / -1;
  }
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.Wrapper .ColDetailsIframe .iframeInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 4;
  padding: 5px 10px;
  color: #fff;
  box-shadow: 0 6px 12px 0 #000000, inset 0 4px 10px 0 rgb(0 0 0 / 23%);
  background-color: #35373B;
  border-radius: 0;
  box-sizing: border-box;
}

.iframeInfo h1 {
  font-size: 24px;
  white-space: nowrap;
  font-weight: 600;
}

#append-rate {
  margin-left: 1rem;
  margin-right: auto;
}

#rating .text-center {
  display: flex;
  width: fit-content;
  overflow: hidden;
}

#rating .rating-element {
  display: flex;
  color: inherit;
}

#default-demo {
  width: fit-content !important;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

#default-demo img {
  width: 18px;
}

#countrate, .rating-num {
  display: none;
  visibility: hidden;
}

#averagerate.rating-num {
  display: block;
  visibility: visible;
}

.header-game-extend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.header-game-extend > span {
  padding: 10px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  cursor: pointer;
  /*margin-left: 5px;*/
  border-radius: 5px;
  background-color: #141414;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-game-extend > span > a {
  display: flex;
  align-items: center;
}

.header-game-extend > span#likegame {
  width: auto;
}

#like-number {
  margin-left: 0.25rem;
  font-weight: bold;
  line-height: 1;
  color: #FCCC00;
}

.header-game-extend a.active svg {
  fill: #FCCC00;
}

.bread-crumb-item {
  display: flex;
  text-transform: capitalize;
  color: #fff;
}

.bread-after:before {
  content: "»";
  margin: 0 5px;
  color: #ddd;
}

.detail-content ul, .ul-game-suggestion {
  padding-left: 40px;
  list-style: disc;
  margin-bottom: 1rem;
}

.detail-content ul li, .ul-game-suggestion li {
  list-style: disc;
}

.tag {
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px 16px;
  display: inline-block;
  text-transform: lowercase;
}

.tag:hover {
  text-decoration: underline;
}

.about-section.detail-content {
  box-shadow: 0 6px 12px 0 #000000, inset 0 4px 10px 0 rgb(0 0 0 / 23%);
}

/* contact */

.card {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 50px;
  border-radius: 24px;
  color: white;
  background: transparent;
  display: block;
  border: none;
}

.card span {
  float: left;
  text-align: left !important;
  margin-bottom: 5px;
}

.card input[type=text], .card input[type=email], .card select, .card textarea {
  border: 1px solid #333 !important;
  font-family: Montserrat;
  font-size: 16px;
  height: 30px;
  font-weight: 700;
  background-color: #fff !important;
  margin-bottom: 15px;
  border-radius: 0;
}

.card textarea {
  height: 200px;
  width: 100%;
  border-radius: 0;
}

.btn.base-button {
  height: 40px;
  background-color: #f8cb00 !important;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
  border: none;
  padding: 22px 50px;
  border-top: 0;
  border-bottom: 0;
  text-transform: uppercase;
  border-radius: 0;
  text-shadow: 1px 2px 3px rgba(3,3,3,0.1);
  width: 100%;
}

.btn.base-button:hover {
  background: #c5a40d !important;
}

@media (max-width: 575px) {
  .iframeInfo h1, .iframeInfo .game-full-rate {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-game-extend {
    justify-content: center;
    width: 100%;
  }
}

