body {
  margin: 0;
  font-family: nunito, lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background: url(../images/background-3.png) #0c0d14 repeat
}

*,
::before,
::after {
  box-sizing: border-box
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #a48eff;
  text-decoration: underline
}

#mainNav {
  padding: 0;
  transition: padding-top .3s, padding-bottom .3s;
  font-weight: 700;
  background-color: rgba(33, 34, 51, .9);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.nav-link:hover {
  background-color: #a48eff;
  border-radius: 20px
}

.text-uppercase {
  text-transform: uppercase !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem
}

#mainNav .navbar-brand {
  font-size: 1.75em;
  transition: font-size .3s
}

#mainNav .navbar-brand {
  color: #fff
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  padding: 8px 16px
}

.text-white {
  color: #fff !important
}

.bg-primary {
  background-color: #373952 !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

.copyright {
  background-color: #1a1b28
}

.text-center {
  text-align: center !important
}

.footer {
  margin-bottom: 55px;
  background-color: #1f2030;
  color: #1a252f
}

.footer .list-content .list-title {
  color: #fff
}

img.small-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wgt-list-thumbnail {
  padding-bottom: 100%;
  position: relative;
}

img.small-thumb:hover {
  border-style: solid;
  border-color: rgb(104 66 255);
  border-width: 2px
}

.list-content {
  padding: 1px
}

.list-game {
  margin-bottom: 20px;
  box-shadow: 0 0 2.5px 0 rgba(50, 50, 50, .5);
  border-radius: 7px;
  padding: 0;
  background: #373952
}

.list-title:hover {
  color: #a48eff;
  text-decoration: underline
}

.list-title {
  overflow: hidden;
  margin: .35714em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center
}

.game-container {
  margin: 30px 0
}

.list-category {
  position: absolute;
  bottom: 5px
}

.single-title {
  margin-top: 20px;
  padding-bottom: 10px;
  font-weight: 700
}

h1.single-title {
  font-size: 1.6rem
}

.single-info-container {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: 20px
}

.single-icon {
  background-color: #373952;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 10px
}

.social-share {
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px
}

.social-icon {
  width: 38px;
  height: 38px
}

.single-icon a {
  color: #fff
}

.sidebar {
  display: block
}

.sidebar .list-tile {
  padding-left: 3px;
  padding-right: 3px
}

.sidebar .list-game {
  margin-bottom: 8px
}

.page-title {
  font-weight: 700;
  margin-top: 20px
}

h1.singlepage-title {
  font-size: 1.75rem
}

.singlepage-title {
  padding-bottom: 10px;
  font-weight: 700
}

.page-content,
.game-content {
  margin-bottom: 30px
}

.site-logo {
  padding: 5px
}

.nav-categories {
  padding: 5px;
  white-space: nowrap;
  background-color: #0c0d1400
}

h3.item-title {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff
}

.item-title i,
.single-icon i,
h4 i {
  margin-right: 9px
}

.item-grid {
  padding-right: 4px;
  padding-left: 4px
}

ul.list-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.list-categories li {
  float: left;
  display: block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #2a2a31;
  margin: 8px;
  color: #fff;
  background-color: #0c0d14
}

.list-categories li:hover {
  background-color: #6842ff;
  color: #fff;
  border: 1px solid #6842ff
}

nav.greedy {
  position: relative;
  display: flex;
  align-items: center
}

nav.greedy button {
  padding: 6px 16px;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #292a32;
  margin: 0;
  color: #fff;
  background: #1f2030
}

nav.greedy button.hidden {
  transition: none;
  border-right: .5rem solid #b6b6b6;
  width: 0;
  padding: 0;
  overflow: hidden;
  display: none
}

nav.greedy button::after {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #6842ff;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -8px)
}

ul.links {
  display: flex;
  flex: 1;
  overflow: hidden
}

ul.links li {
  flex: none
}

ul.hidden-links {
  position: absolute;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 1;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  padding-left: 0;
  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, .1)
}

ul.hidden-links li {
  padding-right: 2rem
}

ul.hidden-links a {
  color: #2c3e50
}

ul.hidden-links.hidden {
  display: none
}

ul.hidden-links li {
  padding: 1rem;
  min-width: 220px
}

ul.hidden-links li:hover {
  background-color: #eee
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

.cat-link {
  padding: 8px 16px;
  background-color: #373952;
  color: #fff;
  margin-right: 10px;
  margin-top: 8px;
  border-radius: 15px
}

h4.widget-title {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: 20px;
  font-size: 1.3rem
}

.sidebar .row {
  margin-right: 0;
  margin-left: 0
}

.sidebar .widget {
  margin-bottom: 20px
}

.bottom-container {
  margin: 30px 0
}

.banner-ads {
  text-align: center;
  margin: 10px 0
}

img {
  max-width: 100%;
  border-radius: 7px
}

.content-wrapper {
  margin-top: 30px
}

.pagination-wrapper {
  margin-bottom: 30px
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 550px;
  background-color: #271567
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.nav-item {
  margin: 0 5px
}

.search-bar {
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden
}

.btn-search {
  border-radius: 0
}

@media(min-width:992px) {
  .navbar-nav {
    margin-top: 0;
  }
}

@media(max-width:992px) {
  #navb {
    margin: 15px 0;
  }

  .nav-item {
    margin: 0 10px
  }

  a.nav-link {
    padding-left: 10px !important
  }
}

.stats-vote {
  text-align: right;
  margin-top: 20px
}

.stats-vote i {
  font-size: 25px;
  padding: 6px
}

.stats-vote i:hover {
  color: #6842ff;
  cursor: pointer
}

.header-left {
  display: inline-block
}

.header-right {
  display: inline-block;
  float: right;
  flex-shrink: 0
}

.vote-status {
  font-size: 18px;
  font-weight: 700
}

.post-item {
  margin-bottom: 3rem !important
}

.post-media {
  display: flex;
  align-items: flex-start
}

.blog-list .post-thumb {
  width: 120px;
  height: 120px;
  margin: 10px
}

.post-thumb {
  display: flex;
  margin-right: 1rem
}

.post-thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%
}

.post-title {
  margin-bottom: .25rem;
  font-weight: 700;
  font-size: 1.5rem
}

.post-title a {
  color: #2c3e50
}

.post-meta .date {
  color: #8f8f8f;
  font-size: .8125rem
}

.post-meta {
  color: #8f8f8f
}

.blog-list {
  margin-top: 30px
}

@media(max-width:576px) {
  .blog-list .post-thumb {
    display: none
  }
}

.dropdown-menu {
  position: absolute;
  background: #fff;
  background-clip: border-box;
  right: 0;
  top: 100%;
  z-index: 2;
  text-align: left;
  list-style: none;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  padding-left: 0;
  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, .1);
  margin-top: 10px
}

.dropdown-icon {
  margin-left: 10px
}

.nav-item {
  position: relative
}

.nav-item-child {
  padding: .6rem 1rem;
  color: #2c3e50
}

.nav-link-child {
  color: #2c3e50
}

.nav-item-child:hover {
  background-color: #cddbe8
}

.category-description {
  background-color: #f4f4f4;
  padding: 10px 15px
}

.txt-top-publicity {
  color: #bbb;
  height: 20px;
  text-align: center;
  padding: 10px 0 4px;
  margin: 0
}

.googleAds-container {
  display: block;
  background: #0c0d14;
  width: 100%;
  /* height: 286.083px; */
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center
}

.Advertisement {
  font: 400 14px Arial, sans-serif;
  text-align: center;
  opacity: .7;
  height: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 20px
}

.game-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px
}

.tag-item {
  padding: 4px 14px;
  background: #373952;
  color: #fff;
  margin-right: 8px;
  margin-top: 8px;
  border-radius: 8px
}

.load-more-games-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px
}

.comment-user-avatar {
  position: absolute;
  width: 50px;
  height: 50px
}

.comment-user-avatar img {
  border-radius: 50%
}

.comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.comment-avatar img {
  border-radius: 50%
}

.comment-input {
  margin-left: 65px
}

.comment-btn-post {
  text-align: right
}

.comment-p {
  margin-top: 23px
}

.comment-p .comment-date {
  float: right;
  color: #666;
  font-size: .8em
}

.comment-username {
  font-weight: 700
}

.comment-details {
  margin-left: 65px
}

.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;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.comment-profile-avatar {
  margin-right: 20px
}

.comment-profile-avatar img {
  border-radius: 50%;
  float: left;
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px
}

.comment-form-wrapper {
  background: #1f2030;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, .1);
  border: 1px solid #1f2030;
  border-radius: 12px;
  padding: 15px;
  width: 100%
}

.comment-form-wrapper textarea {
  padding: 0;
  border: 0
}

.post-comment-btn-wrapper {
  float: right;
  margin-top: 15px
}

textarea#comment-input {
  height: 100px
}

.user-comment-wrapper {
  display: flex
}

.tpl-user-comment {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px
}

.tpl-comment-children .tpl-user-comment:last-child {
  border-bottom: none
}

img.tpl-user-comment-avatar {
  border-radius: 50%;
  float: left;
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px;
  margin-right: 20px
}

.tpl-comment-children img.tpl-user-comment-avatar {
  max-width: 40px;
  max-height: 40px
}

.tpl-comment-author {
  font-weight: 700
}

.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
}

.comment-action-right {
  float: right
}

.comment-action-left {
  float: left
}

.tpl-comment-children {
  display: block;
  margin-left: 70px
}

.tpl-reply-form {
  display: flex
}

.comment-reply-wrapper {
  margin-left: 70px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, .1);
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 15px;
  width: 100%
}

.comment-reply-wrapper textarea {
  padding: 0;
  border: 0
}

.reply-action-buttons {
  float: right;
  margin-top: 15px
}

.tpl-btn-cancel-reply {
  color: #797979
}

#tpl-btn-load-more-comments {
  color: #797979
}

.comment-require-login-wrapper {
  display: flex;
  margin-bottom: 40px
}

.comment-require-login-wrapper .comment-alert {
  padding: 10px;
  background-color: #373952;
  text-align: center;
  width: 100%;
  border-radius: 8px
}

.wgt-list-game {
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, .25);
  border-radius: 5px
}

.wgt-list-game-grid .wgt-list-game {
  padding: 0;
  margin: 5px
}

.wgt-list-game-vertical {
  margin-bottom: 8px;
  width: 100%;
  position: relative;
  padding: 0
}

.wgt-list-game-vertical .wgt-list-game {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff
}

.wgt-list-game-vertical .wgt-list-thumbnail img {
  max-width: 100px;
  padding-left: 8px;
  padding-right: 8px
}

.wgt-list-game-vertical .wgt-list-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.wgt-list-game-vertical .wgt-list-title {
  margin-bottom: 8px
}

[dir=ltr] .wgt-list-game-vertical .wgt-list-category,
[dir=ltr] .wgt-list-game-vertical .wgt-list-title {
  padding-right: 8px
}

[dir=rtl] .wgt-list-game-vertical .wgt-list-category,
[dir=rtl] .wgt-list-game-vertical .wgt-list-title {
  padding-left: 8px
}

.wgt-list-game-vertical .wgt-list-title {
  font-weight: 700;
  margin-bottom: 5px
}

.wgt-list-game-vertical .wgt-list-category,
.wgt-list-game-vertical .wgt-list-title {
  color: #555
}

@media(min-width:768px) {

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15ch
  }
}

@media(max-width:767px) {

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    font-size: 15px
  }
}

.navbar-nav .nav-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

[dir=rtl] .wgt-list-game-vertical .wgt-list-content {
  direction: rtl;
  text-align: right
}

[dir=rtl] .navbar,
[dir=rtl] .container {
  direction: rtl
}

[dir=rtl] #toggler {
  float: left
}

[dir=rtl] .navbar-brand {
  margin-right: auto
}

[dir=rtl] .nav-categories,
[dir=rtl] .nav-categories .container {
  direction: rtl
}

[dir=rtl] #home-game-container,
[dir=rtl] .bottom-container,
[dir=rtl] .sidebar .widget-title,
[dir=rtl] .info-the-game,
[dir=rtl] .tpl-comment-input,
[dir=rtl] .user-page,
[dir=rtl] .footer,
[dir=rtl] .singlepage-post,
[dir=rtl] .page-title,
[dir=rtl] .blog-list,
[dir=rtl] .game-container-archive,
[dir=rtl] .game-container-search,
[dir=rtl] .game-container-tag {
  text-align: right;
  direction: rtl
}

[dir=rtl] .comment-date {
  text-align: left !important
}

[dir=rtl] .single-game,
[dir=rtl] .single-page {
  direction: rtl
}

[dir=rtl] .item-title i,
[dir=rtl] .single-icon i,
[dir=rtl] h4 i {
  margin-left: 9px
}

[dir=rtl] .comment-profile-avatar {
  margin-left: 20px
}

[dir=rtl] .nav-categories .hidden-links {
  left: 0;
  right: unset
}

[dir=rtl] .dropdown-toggle::after {
  margin-left: 0;
  margin-right: .255em
}

[dir=rtl] nav.greedy button::after {
  margin-left: calc(-1rem - 10px);
  margin-right: 1rem
}

[dir=rtl] ul.hidden-links {
  text-align: right;
  padding-inline-start: 0
}

[dir=rtl] .nav-item .dropdown-menu {
  text-align: right
}

[dir=rtl] .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto
}

.nav-item.dropdown .dropdown-menu {
  position: absolute
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -9px;
  margin-left: -1px;
  right: auto
}

.dropdown-submenu-left .dropdown-menu {
  right: 100%;
  left: auto
}

@media(max-width:768px) {
  .navbar-brand {
    max-width: 60%;
    margin-right: 0
  }

  .user-avatar {
    margin-left: 0
  }

  .nav-item.dropdown .dropdown-menu {
    position: unset
  }

  .dropdown-submenu .dropdown-menu {
    position: unset;
    margin-top: 12px;
    margin-left: 0
  }
}

.dropdown-menu[data-bs-popper] {
  left: unset !important
}

@media(min-width:577px) {
  .single-info-container .header {
    display: flex;
    gap: 30px;
    justify-content: space-between
  }
}

[dir=rtl] .single-info-container .header {
  direction: rtl
}