/* ads container */
.ads.ads-700 {
  width: 100%;
  max-width: 950px;
  border: 1px dotted #bbbbbb63;
  position: relative;
  margin: 50px auto;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

/* "Ad" Label */
.ads.ads-700 span {
  position: absolute;
  top: 8px;
  right: 16px;
  color: #ffffff52;
  font-size: 12px;
  background-color: #b1a0a04f;
  padding: 2px 5px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .ads.ads-700 {
    padding: 8px 10px;
    min-height: 80px;
  }

  .ads.ads-700 span {
    font-size: 12px;
    top: 6px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .ads.ads-700 {
    padding: 6px 8px;
    min-height: 60px;
  }

  .ads.ads-700 span {
    font-size: 11px;
    top: 5px;
    right: 8px;
  }
}


/* ----------------------- */


#footer h6,
.top-nav {
  margin-bottom: 20px;
  color: #000000
}

#footer h6,
.navbar a,
.top-nav,
footer {
  color: #000000
}


.ellipsis,
.grid-layout-1 .game-card__details {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.comment-action-left,
.grid-layout-2 .first-item .game-card__rating,
.single-game__header-left {
  float: left
}

body {
  font-family: Inter, sans-serif;
  color: #e0e0ff;
  background: #200a01
}

.grid-layout-2 .game-card {
  border-radius: 30px !important;
  border: 0px !important;
  padding: 5px !important;
}

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

a:link,
a:visited {
  text-decoration: none
}

.top-nav {
  background-color: #fdbebc;
}

.navbar-nav>.nav-item {
  margin: 10px
}

.search-bar i,
.single-game__category-list .category-item a,
.single-game__tag-list .tag-item a {
  color: #868686
}

.search-bar {
  margin-left: 15px
}

.search-bar input.search {
  border-radius: 20px !important;
  border: 0;
  padding-left: 33px;
  max-width: 240px
}

.search-bar i {
  position: absolute;
  top: 6px;
  left: 10px
}

.navbar .btn-login {
  font-size: 38px;
  margin-left: 16px
}

.dropdown-menu {
  background: #323164;
  border: 0
}

.category-column {
  width: 43%;
  display: flex;
  flex-direction: column
}

.pages-menu-part.company-main-menu-part {
  justify-content: flex-end
}

li.pages-menu {
  list-style: none
}

.site-footer .pages-menu-name .pages-menu a {
  color: #000000;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: Poppins, sans-serif
}

.company-main-menu-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#footer h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px
}

.footer-content {
  max-width: 700px;
  margin-bottom: 12px
}

.footer-first-part {
  display: flex;
  flex-wrap: wrap
}

section.footer {
  font-size: 14px;
  clear: both;
  padding: 0;
  overflow: hidden;
  background: #070627;
  margin: 0 !important
}

.site-footer .all-info-main-row {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #ffffff00, #878787d6, #ffffff00);
  border-image-slice: 1;
  margin-top: 30px
}

/* .site-footer .copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  row-gap: 30px
} */

.footer-logo .site-logo,
.single-page__header,
.single-post__header {
  margin-bottom: 25px
}

.footer-content p,
.footer-head-address p {
  color: #1f1919;
  font-size: 16px;
  font-weight: 800;

}

footer {
  padding: 40px 0 10px;
  background-color: #fdbebc;
}

section.section-copyright {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 30px
}

p.copyright .dsb-panel {
  position: absolute;
  top: 0;
  right: 0
}

p.copyright {
  margin-bottom: 0;
  text-align: center;
  position: relative
}

.nav-item-child {
  padding: 10px 15px
}

.nav-item-child:hover {
  background-color: #55538e
}

.dropdown-submenu .dropdown-menu {
  right: auto;
  left: 100%;
  margin-top: -42px
}

.container {
  max-width: 1500px
}

.single-page__content,
.single-post__content,
section {
  margin-bottom: 40px
}

.section-title {
  color: #f6fb19;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px
}

.section-title i {
  color: #6a58d2;
  margin-right: 10px
}

.grid-layout-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 14px;
  grid-auto-rows: minmax(140px, auto);
  grid-auto-flow: dense
}

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

.span-3,
.span-4 {
  grid-column-end: span 3
}

.span-3 {
  grid-row-end: span 3
}

.span-4 {
  grid-row-end: span 1
}

.grid-layout-1 .game-card__details {
  margin: .35714em .35714em -55px;
  color: #fff;
  position: relative;
  bottom: 65px;
  opacity: 0
}

.game-card__thumbnail {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  margin: 0
}

.game-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.comment-profile-avatar img,
img.tpl-user-comment-avatar {
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px
}

h3.game-card__title {
  font-size: unset;
  margin: unset;
  line-height: unset;
  font-weight: 700
}

.game-card__rating>i,
.rating>i {
  color: #eaaa08
}

.game-card__rating {
  font-size: 15px
}

@media(hover:hover) and (pointer:fine) {
  .game-card:hover .game-card__thumbnail {
    background-color: #fff
  }

  .grid-layout-1 .game-card:hover .game-card__details {
    opacity: 1;
    transition: .5s
  }

  .game-card:hover .game-card__thumbnail img {
    opacity: .5;
    transform: scale(1.2);
    transition: .5s
  }
}

.category-list-global,
.grid-layout-2,
.grid-layout-2.row>*,
.grid-layout-3,
.wgt-list-game-grid {
  padding: 0 6px
}

.grid-layout-2 .game-card,
.grid-layout-3 .game-card {
  border-radius: 16px;
  border: 1px solid #d1baba36;
  padding: 12px;
  height: 100%
}

.grid-layout-2 .item-grid {
  margin-bottom: 12px
}

.grid-layout-2 .game-card__details {
  margin-top: 10px;
  color: #fff
}

.grid-layout-2 .game-card__title,
.grid-layout-3 .game-card__title {
  color: #fff
}

.grid-layout-2 .game-card__rating,
.grid-layout-3 .game-card__rating {
  margin-top: 6px;
  color: #fff
}

.grid-layout-2 .first-item .game-card__details {
  margin-top: 0
}

.grid-layout-2 .first-item .game-card__title {
  margin-bottom: 10px
}

.grid-layout-2 .first-item .game-card__bottom {
  position: absolute;
  bottom: 0;
  width: 100%
}

.grid-layout-2 .game-card__btn-play {
  background-color: #fa6558;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  float: right;
  margin-right: 25px
}

.grid-layout-3 .game-card__link,
.tpl-reply-form,
.user-comment-wrapper {
  display: flex
}

.grid-layout-3 .game-card__thumbnail {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 13px;
  padding-top: unset
}

.grid-layout-3 .game-card__category {
  margin-top: 6px
}

.category-list-global .category-item:hover,
.grid-layout-2 .game-card:hover,
.grid-layout-3 .game-card:hover {
  box-shadow: 0 8px 8px -4px #10182808;
  box-shadow: 0 20px 24px -4px #10182814;
  transition: .5s
}

.category-list-global .row>*,
.grid-layout-3.row>* {
  padding: 0 8px;
  margin-bottom: 16px
}

.b-load-more-wrapper {
  text-align: center;
  margin-top: 30px
}

.btn-load-more {
  background-color: #f9f5ff;
  border: 1px solid #7158fa;
  border-radius: 30px;
  padding: 10px 20px;
  color: #7158fa
}

.text-muted {
  color: #ffffff !important;
}

.category-list-global .category-item {
  display: flex;
  border: 1px solid #d1baba36;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff
}

.category-item__details {
  padding: 9px
}

#content-leaderboard table,
.category-item__thumbnail {
  margin: 0
}

.category-item__amount.ellipsis.text-muted {
  color: #161616 !important;
}

.category-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #ff0000
}

.category-list-global .category-item:hover {
  transform: scale(1.1);
  transition: .5s
}

@media screen and (max-width:768px) {
  .grid-layout-2 .first-item .game-card__bottom {
    position: unset;
    margin-top: 10px
  }

  .top-user {
    width: 80px;
    margin: 10px
  }

  .leaderboard-cell.username {
    min-width: unset
  }

  .leaderboard-cell.user-xp {
    margin-top: 12px;
    position: absolute;
    right: 0
  }

  .leaderboard-cell.rank {
    display: none
  }
}

@media screen and (max-width:992px) {
  .dropdown-submenu .dropdown-menu {
    margin-top: unset
  }
}

.game-content {
  overflow: hidden;
  border-radius: 18px
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px
}

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

.play-count>i {
  color: #2f9cfd
}

.content-wrapper {
  margin-top: 25px
}

.single-title {
  font-weight: 700;
  font-size: 35px
}

.single-game__header {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.single-game__header .btn {
  margin-bottom: 8px
}

.comment-action-right,
.leaderboard-cell.rank,
.single-game__header-right {
  float: right
}

.single-game__actions .dropdown-menu {
  background-color: #fff;
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 3px 0 #1018281A
}

.single-game__subheading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px
}

.single-game__category-list,
.single-game__tag-list {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.comment-form-wrapper,
.comment-reply-wrapper {
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, .1);
  padding: 15px
}

.single-game__category-list .category-item,
.single-game__tag-list .tag-item {
  background-color: #ededed;
  padding: 8px 16px;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
  white-space: nowrap
}

.single-game__category-list .category-item:hover,
.single-game__tag-list .tag-item:hover {
  background-color: #d7d7d7
}

#content-leaderboard {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 3px 0 #1018281A
}

.btn-capsule>i {
  margin-right: 9px
}

.btn-capsule {
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
}

i.bi {
  color: #fff;
}

.btn-arrow,
.btn-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.btn-capsule:hover,
.btn-circle:hover {
  background-color: #6a58d2;
  color: #fff
}

.btn-circle.dropdown-toggle::after {
  display: none
}

.image-404 {
  margin: 5rem 1rem
}

.splash .btn-play {
  border-radius: 60px;
  height: 45px;
  font-weight: 500;
  color: #7158fa;
  background: #fff
}

.splash .btn-play::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #7158fa;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px
}

.chevron-left::before,
.chevron-right::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid
}

.chevron-right::before {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff
}

.chevron-left::before {
  border-width: 5px 5px 5px 0;
  border-color: transparent #fff transparent transparent
}

#comment-form,
.tpl-user-comment,
.widget-game-list .widget-title {
  border-bottom: 1px solid #e2e2e2
}

.comment-user-avatar {
  position: absolute;
  width: 50px;
  height: 50px
}

.comment-avatar img,
.comment-user-avatar img {
  border-radius: 50%
}

.comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.comment-details,
.comment-input {
  margin-left: 65px
}

.comment-btn-post {
  text-align: right
}

#mobile-play-btn,
.footer-copyright,
.top-3,
.top-user {
  text-align: center
}

.comment-p {
  margin-top: 23px
}

.comment-p .comment-date {
  float: right;
  color: #666;
  font-size: .8em
}

.single-post-list__title a,
.wgt-list-game-vertical .wgt-list-game__title {
  color: #fff;
  font-weight: 700
}

.comment-username,
.tpl-comment-author {
  font-weight: 700
}

.comment-text {
  white-space: pre-line
}

.color-red {
  color: #bb4d4d
}

i.disabled {
  opacity: .5;
  pointer-events: none
}

#tpl-comment-section {
  margin-top: 30px;
  margin-bottom: 20px
}

#comment-form {
  display: flex;
  margin-bottom: 30px
}

.comment-profile-avatar {
  margin-right: 20px
}

.comment-profile-avatar img {
  border-radius: 50%;
  float: left
}

.comment-form-wrapper {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d1baba36;
  border-radius: 12px;
  width: 100%
}

.comment-form-wrapper textarea,
.comment-reply-wrapper textarea {
  padding: 0;
  border: 0
}

.post-comment-btn-wrapper,
.reply-action-buttons {
  float: right;
  margin-top: 15px
}

textarea#comment-input {
  height: 100px
}

.tpl-user-comment {
  margin-bottom: 30px
}

.tpl-comment-children .tpl-user-comment:last-child {
  border-bottom: none
}

img.tpl-user-comment-avatar {
  border-radius: 50%;
  float: left;
  margin-right: 20px
}

.tpl-comment-children img.tpl-user-comment-avatar {
  max-width: 40px;
  max-height: 40px
}

.tpl-user-comment .comment-content {
  margin-bottom: 20px;
  width: 100%
}

.tpl-comment-timestamp {
  margin-top: 3px;
  font-size: 15px;
  color: #797979
}

.tpl-comment-text {
  margin-top: 13px;
  white-space: unset
}

.comment-actions {
  margin-top: 15px
}

.tpl-comment-children {
  display: block;
  margin-left: 70px
}

.comment-reply-wrapper {
  margin-left: 70px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d1baba36;
  border-radius: 12px;
  width: 100%
}

#tpl-btn-load-more-comments,
.tpl-btn-cancel-reply {
  color: #797979
}

#mobile-play-btn,
.top-number {
  color: #fff;
  transform: translate(-50%, -50%)
}

.comment-require-login-wrapper {
  display: flex;
  margin-bottom: 40px
}

.comment-require-login-wrapper .comment-alert {
  padding: 10px;
  background-color: #ededed;
  text-align: center;
  width: 100%;
  border-radius: 8px
}

.top-3 {
  margin-bottom: 40px;
  margin-top: 40px
}

.top-user {
  display: inline-block;
  margin: 15px;
  position: relative;
  white-space: nowrap
}

.level-badge,
.single-category__icon {
  margin-right: 10px
}

.top-avatar img {
  border-radius: 50%;
  display: block
}

.top-number {
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 20%
}

.top-username {
  font-weight: 700;
  margin-top: 30px
}

.single-post__meta,
.top-xp {
  font-style: italic
}

.rank-1 .top-avatar img {
  width: 120px
}

.top-number img {
  margin-bottom: 7px
}

.leaderboard-table {
  clear: both;
  display: block;
  width: 100%
}

.leaderboard-row {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #d1baba36;
  margin-top: 15px;
  white-space: nowrap;
  position: relative
}

.leaderboard-cell {
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block
}

.leaderboard-user-avatar img {
  width: 50px;
  border-radius: 50%;
  display: block
}

.leaderboard-cell.username {
  font-weight: 700;
  min-width: 160px
}

.level-badge {
  float: left
}

.sidebar .widget {
  margin-bottom: 16px
}

.wgt-list-game-vertical .wgt-list-game__item,
.widget-title {
  margin-bottom: 14px
}

.widget-title {
  font-weight: 700;
  font-size: 20px
}

.widget-game-list {
  padding: 16px;
  border: 1px solid #d1baba36;
  border-radius: 12px
}

.widget-game-list .widget-title {
  padding-bottom: 12px
}

.wgt-list-game-grid .wgt-list-game__item {
  padding: 5px
}

.wgt-list-game__thumbnail {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden
}

.wgt-list-game__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.wgt-list-game-vertical .wgt-list-game__meta {
  padding-left: 0
}

.single-category__header,
.single-post-list__header,
.single-search__header,
.single-tag__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px
}

.single-category__header .section-title {
  margin: 6px 0
}

.single-category__meta,
.single-post-list__meta,
.single-search__meta,
.single-tag__meta {
  background-color: #ededed;
  margin-left: auto;
  padding: 8px 16px;
  border-radius: 8px;
  color: #868686
}

.single-category .category-description {
  background-color: #ededed;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 30px
}

.single-post-list__header .section-title,
.single-search__header .section-title,
.single-tag__header .section-title {
  margin-bottom: 0
}

.single-post-list__card {
  border: 1px solid #d1baba36;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 18px
}

.single-post-list__card:hover {
  box-shadow: 0 20px 24px -4px #10182814
}

.single-post-list__details {
  overflow: hidden
}

.single-post-list__title a {
  font-size: 18px
}

.single-post-list__thumbnail {
  margin: 0 0 6px
}

.single-post-list__thumbnail img {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 100%;
  border-radius: 12px
}

.single-post-list__date {
  font-size: 14px;
  font-style: italic
}

.single-post-list__bottom {
  margin-top: 12px
}

.pagination-wrapper {
  margin-top: 20px
}

.pagination .page-item .page-link {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  color: #475467;
  margin: 6px;
  padding: 8px 14px
}

.pagination .page-item .page-link:hover {
  background-color: #f1f3f4
}

.pagination .page-item.disabled .page-link {
  background-color: #e8ecee;
  color: #182230
}

.footer a,
.footer-copyright a,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #eee
}

.footer-widget {
  padding: 50px 0
}

footer .widget-wrapper {
  margin-bottom: 20px
}

footer .line-separator {
  border-top: 1px solid #4d4c67
}

.footer-copyright {
  background-color: #151436
}

#mobile-play,
.footer-copyright .container {
  position: relative
}

.dsb-panel {
  position: absolute;
  right: 0
}

.mobile-thumb-play {
  background: #fff;
  overflow: hidden
}

.mobile-thumb-play img {
  width: 100%;
  opacity: .7
}

#mobile-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 75px
}

#mobile-back-button {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 101;
  top: 100px;
  left: 0;
  width: 56px;
  height: 46px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0 16px 32px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  cursor: pointer
}

#mobile-back-button i {
  color: #94a2a2;
  font-size: 30px;
  margin-left: 14px
}

#mobile-play .label-play-game {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: -10px
}