#comments_area,
#list_comment a {
  color: var(--primary-title) !important;
}

#board-and-header {
  margin: 0 auto !important;
}

#rating {
  font-family: inherit;
  color: inherit;
}

#rating .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}

#rating .rating-element {
  display: inline-block;
  color: inherit;
  margin: 0;
  line-height: 24px;
}

#default-demo {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.rate-info {
  line-height: 24px;
  letter-spacing: -0.5px;
  font-size: 18px;
}

.rate-info>span {
  display: none;
}

#averagerate {
  display: block;
}

.home__heading {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

body {
  margin: 0;
}

button,
select {
  text-transform: none;
}

.LandingCategory_pagination__Nt8AE {
  margin: 1rem 0;
}

.home__heading:hover a {
  color: #FF9F1B;
}

.home__heading a {
  color: var(--primary-title);
}

.d-flex {
  display: flex;
}

.rating-element {
  margin-left: 0.5rem;
}

.jc {
  justify-content: center;
}

.al {
  align-items: center;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home__container--games {
  margin-bottom: 2rem;
}

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

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

input,
button {
  border: 0;
}

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

.content-box {
  color: var(--primary-title);
}

.comments-wrap *,
.rate-info * {
  color: var(--primary-title);
}

.home__container--games>div {
  grid-row: unset !important;
  grid-column: unset !important;
}

.Menu_itemContainer__gpEeP {
  /* height: 100%; */
}

.GameCardDescription_container__6A3TY .GameCardDescription_description__LG0dg .GameCardDescription_descriptionContainer__phWVV .GameCardDescription_descriptionDetail__HDRuy .GameCardDescription_category__LTdNv {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 500px) {
  .Header_container__B7_rr {
    column-gap: 5px;
    padding: 23px 10px;
  }

  .Logo_logo__H5Fps {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Logo_logo__H5Fps>img {
    height: 30px;
  }

}

.iframe-default {
  /* min-height: 568px !important; */
}

.SingleGame_gameList__bIsPu .GameCard_container__UNh_d.GamesChunk_gameCard__m_sJC:last-child {
  display: block;
}

.modal {
  position: absolute;
  min-width: 100px;
  max-width: 100%;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.modal__request {
  padding: 40px 48px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.modal__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #605d61;
  margin-bottom: 15px;
}

.modal__input {
  padding: 16px 14px;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  line-height: 22px;
  font-size: 16px;
  outline: 1px solid transparent;
  color: #1b181e;
  font-weight: 500;
  background: #f5f4f7;
  font-family: Proxima Soft, sans-serif;
  box-shadow: 0 0 0 3px transparent;
  transition: box-shadow 0.3s linear, border 0.15s linear;
  height: 56px;
  max-height: 56px;
}

.modal__input:hover {
  box-shadow: 0 0 0 3px #8b56f0;
}

.modal__input:focus {
  box-shadow: 0 0 0 3px #8b56f0;
}

.modal__field {
  margin-bottom: 36px;
  position: relative;
}

.modal__error-validate {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #f55d66;
}

.modal__form {
  width: 384px;
  max-width: 100%;
}

.modal__close {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.color__modal--open p {
  color: #f24335 !important;
}

.color__modal--open:hover {
  background-color: #f24335;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal__submit {
  margin-top: 35px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gradient-blue);
  background: var(--gradient-yellow);
  padding: 10px 14px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  border-radius: 8px;
  position: relative;
}

.modal__submit:disabled {
  opacity: 0.4;
}

html[data-theme="dark"] .modal__request {
  background-color: var(--gray);
}

html[data-theme="dark"] .modal__close path {
  fill: #fff;
}

html[data-theme="dark"] .modal__input {
  background-color: var(--light-gray);
  color: var(--primary-title);
}

html[data-theme="dark"] .SingleGame_descriptionBlock__n_gYf {
  color: var(--primary-title);
}

.content--title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.content--sub-title {
  /* font-size: 28px; */
  /* font-weight: 600; */
}

.hidden {
  display: none;
}

.swiper {
  overflow: visible;
  position: relative;
}



.Description_textDescription__sQZF_ * {
  margin: revert;
  font-weight: revert;
}

.Description_textDescription__sQZF_ a {
  color: var(--purple);
  font-weight: 400;
  transition: all .15s ease-in-out;
  background-clip: text;
  background-image: linear-gradient(142deg, #fbce30, #fb6d30);
  -webkit-background-clip: text;
}

.Description_textDescription__sQZF_ a:hover {
  color: rgba(0, 0, 0, 0);
}

.Description_textDescription__sQZF_ ul,
.Description_textDescription__sQZF_ li,
.Description_textDescription__sQZF_ ol {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 6px;
}

.Description_textDescription__sQZF_ img {
  max-width: 100%;
  height: auto;
}

/* Modal Mask (background overlay) */
.modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal Container */
.modal__favorite {
  /* animation: fadeIn 0.3s ease-in-out; */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  /* box-shadow: none; */
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 19;
  position: fixed;
  right: 10px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 0 auto;
  outline: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  width: 400px;
  height: calc(100% - 86px);
  top: calc(74px + 8px);
  border-left: 0px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  background-color: var(--white);
}

/* Modal Header */
.modal_header {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  /* background-color: #f9f9f9; */
  min-height: 60px;
}

.modal__title {
  width: 100%;
  padding: 0 8px;
  text-align: center;
  font-weight: 700;
}

/* Close Icon */
.modal--icon {
  cursor: pointer;
  font-size: 14px;
  color: #888;
  transition: color 0.2s ease;
}

.modal--icon:hover {
  color: #000;
}

/* Modal Content */
.modal_content {
  padding: 20px 8px;
}

/* Tabs List */
.tab_list {
  margin: 16px 8px 8px;
  border-bottom: 2px solid #eee;
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}

/* Tab Item */
.tab_item {
  cursor: pointer;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: 600;
  min-width: 90px;
  padding: 12px 16px;
  overflow: hidden;
  white-space: normal;
  text-align: center;
}

.tab_item:hover {
  color: #000;
}

.tab_item.selected {
  color: #000;
  border-bottom: 2px solid #007bff;
}

.tab_item_mobile {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: 600;
}

.tab_item_mobile:hover {
  color: #000;
}

.tab_item_mobile.selected {
  color: #000;
  border-bottom: 2px solid #007bff;
}

.Drawer_drawerContainer__BS2GL {
  overflow: hidden auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

.Drawer_drawerContainer__BS2GL::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--black-100)
}

.Drawer_drawerContainer__BS2GL::-webkit-scrollbar-thumb {
  background: var(--white-50);
  border-radius: 30px
}

.Drawer_drawerContainer__BS2GL::-webkit-scrollbar-corner {
  background: var(--black-100)
}

/* Tab Content */
.tab_content {
  min-height: 100px;
  /* content-specific styles go here */
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgb(170, 173, 190) transparent;
}

.favorite--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 36, 51, .5);
  z-index: 18;
  display: none;
  transition: all 0.25s;
}

/* Fade In Animation */
@keyframes fadeIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.game_thumb--modal {
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 16/9;
  display: block;
}

.div-game_item--modal {
  position: relative;
}

.game_item--modal {
  display: block;
  height: auto;
  width: fit-content;
}

.game_item--modal:hover .GameCardHover_container__kFrjn {
  opacity: 1;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.favorite-btn.active svg path {
  fill: var(--purple);
}

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

.modal--icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  background-color: var(--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.modal--icon path {
  fill: #fff;
}

.modal--icon:hover {
  background-color: red;
}

.game_title--modal {
  position: absolute;
  padding: 10px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: 100%;
  bottom: 0;
  font-weight: 600;
  z-index: 2;
  font-size: 15px;
}

.game_item--modal::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.1%, transparent), color-stop(59.09%, rgba(0, 0, 0, 0.13)), color-stop(60.1%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85)));
  background: -o-linear-gradient(top, transparent 40.1%, rgba(0, 0, 0, 0.13) 59.09%, rgba(0, 0, 0, 0.15) 60.1%, rgba(0, 0, 0, 0.85));
  background: linear-gradient(180deg, transparent 40.1%, rgba(0, 0, 0, 0.13) 59.09%, rgba(0, 0, 0, 0.15) 60.1%, rgba(0, 0, 0, 0.85));
  z-index: 1;
  opacity: 0;
}

.game_item--modal:hover .game_title--modal {
  opacity: 1;
}

.game_item--modal:hover::after {
  opacity: 1;
}

.notfound__modal {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  justify-content: center;
}

.notfound__modal>img {
  width: 100%;
  height: auto;
}

.load_more--wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  align-items: center;
}

.load_more--modal {
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--purple);
  color: var(--white);
}

.load_more--modal:hover {
  opacity: 0.7;
}

.loading__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 2rem 0;
  color: var(--purple);
}

.favorite__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--light-gray);
}

.favorite__button:hover path {
  fill: #FA4A35;
}

.close__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

.close__modal:hover {
  color: var(--purple);
  cursor: pointer;
}

.close__modal:hover path {
  fill: var(--purple);
}

html[data-theme="dark"] .modal__favorite {
  background-color: #000;
  border-color: var(--gray);
}

html[data-theme="dark"] .modal_header {
  color: var(--white);
  border-color: var(--gray);
}

html[data-theme="dark"] .tab_list {
  border-color: var(--gray);
}

html[data-theme="dark"] .tab_item:hover {
  color: var(--white);
}


html[data-theme="dark"] .tab_item.selected {
  color: var(--white);
}

html[data-theme="dark"] .close__modal {
  color: var(--white)
}

html[data-theme="dark"] .favorite--overlay {
  background-color: rgb(45 45 45 / 75%)
}

#favoriteModalMobile {
  left: -40px;
}


.favorite__mobile {
  display: none;
}



.Footer_container__1Z6fg {
  margin-top: 4rem;
}

.Modal_modal__Kv5pC {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(27, 24, 30, .478);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99993;
  scroll-behavior: unset;
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .3s ease, opacity .3s ease;
  visibility: hidden;
  /* pointer-events: none; */
}

.Modal_modal__Kv5pC.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width:500px) {
  .modal__favorite {
    top: calc(80px + 8px);
    height: calc(100% - (88px + 8px));
  }
}

@media (min-width:1024px) {
  .modal__favorite {
    top: calc(74px + 8px);
    height: calc(100% - (82px + 8px));
  }
}


@media (max-width: 500px) {
  .favorite__mobile {
    display: flex;
  }

  .favorite__desktop {
    display: none;
  }

  .modal__favorite {
    width: 100%;
    max-width: 400px;
    top: 0;
    height: 100%;
    z-index: 22;
    right: 0;
    border-radius: 0;
  }

  .favorite--overlay {
    z-index: 21;
  }

  .modal--icon {
    top: 1rem;
    right: 1rem;
  }

  .SingleGame_descriptionBlock__n_gYf {
    padding: 24px 12px;
  }
}