/* Home-page content link with blinking gradient effect */
.page-content-a {
  background: linear-gradient(90deg, #f797eb, #f7f097, #a5d6ff, #f797eb);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  animation: gradient-blink 4s ease-in-out infinite;
  transition: background-position 0.5s ease, opacity 0.3s ease;
}

.page-content-a:hover {
  background-position: right center;
  opacity: 1;
}

/* Gradient animation */
@keyframes gradient-blink {
  0%, 100% {
    background-position: left center;
    opacity: 1;
  }
  50% {
    background-position: right center;
    opacity: 0.7;
  }
}



/*--------------- footer -------------------- */


#footer h6,
.navbar a,
footer {
  color: #ffffff
}

.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: #ffffffbf;
  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;
  margin-bottom: 20px
}

.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, #d9000000, #f30000d6, #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: #ffffffbf;
  font-size: 16px;
  font-weight: 500
}

footer {
  padding: 60px 0
}

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
}



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

.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: #101728;
  margin: 0 !important
}

.site-footer .all-info-main-row {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #d9000000, #f30000d6, #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: #ffffffbf;
  font-size: 16px;
  font-weight: 500
}

footer {
  padding: 60px 0
}

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
}


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



.left-categories li,
.master {
  float: left;
  position: relative
}

code,
pre {
  background-color: #f5f5f5
}

.ellipsis,
.navbar-nav .nav-link {
  white-space: nowrap;
  text-overflow: ellipsis
}

:root {
  --poppins: 'Poppins', sans-serif;
  --anim: all ease-out 0.3s;
  --solid: rgb(103, 88, 250);
  --linear: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
  --color1: #151436;
  --color2: rgb(38, 38, 83)
}

html {
  background: var(--color1)
}

body {
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, .71);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.5
}

h1,
h2 {
  font-weight: 600
}

pre {
  -webkit-overflow-scrolling: touch;
  color: #4a4a4a;
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal
}

h1 {
  font-size: 30px
}

h2 {
  font-size: 24px
}

h3,
ul.profile-menu h5 {
  font-size: 18px;
  font-weight: 600
}

code,
p {
  font-weight: 400
}

h4 {
  font-size: 18px
}

.comment-wrapper .name,
.highlight-text,
.jquery-comments ul.main li.comment time,
.post-list-card h3 a,
.user-dropdown .item a,
.wgt-list-game-vertical .wgt-list-category,
.wgt-list-game-vertical .wgt-list-title,
a.nav-link.right .b-login-right,
h1,
h2,
h3,
h4 {
  color: #fff
}

p {
  font-size: 14px;
  margin: 0
}

a {
  text-decoration: none
}

a:hover {
  color: #6758fa
}

img {
  max-width: 100%
}

@font-face {
  font-family: icomoon;
  src: url('/content/themes/arcade-one/fonts/icomoon.eot?uxapi1');
  src: url('/content/themes/arcade-one/fonts/icomoon.eot?uxapi1#iefix') format('embedded-opentype'), url('/content/themes/arcade-one/fonts/icomoon.ttf?uxapi1') format('truetype'), url('/content/themes/arcade-one/fonts/icomoon.woff?uxapi1') format('woff'), url('/content/themes/arcade-one/fonts/icomoon.svg?uxapi1#icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-fullscreen:before {
  content: "\e902"
}

.icon-new-tab:before {
  content: "\e903"
}

.icon-search:before {
  content: "\e904"
}

.icon-thumbs-down:before {
  content: "\e900"
}

.icon-thumbs-up:before {
  content: "\e901"
}

.icon-ellipsis:before {
  content: "\e905"
}

.icon-burger:before {
  content: "\e906"
}

.icon-caret-down:before {
  content: "\e907"
}

.icon-caret-up:before {
  content: "\e908"
}

.side-header .icon-burger,
.side-header .icon-ellipsis {
  font-size: 48px;
  color: #fff
}

.icon-search {
  font-size: 26px
}

.master {
  width: 100%
}

.left-sidebar {
  width: 300px;
  height: 100vh;
  background: #1C2439;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 0 40px 40px;
}

.left-categories {
  width: 100%;
  float: left;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  margin: 0;
  padding: 0
}

.left-categories li {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 15px
}

.left-categories li a {
  display: block;
  position: relative;
  padding: 18px 10px 10px 60px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  height: 60px;
  z-index: 2;
  transition: var(--anim);
  -moz-transition: var(--anim);
  -webkit-transition: var(--anim);
}



.left-categories li a::before {
  content: "";
  opacity: 0;
  background: var(--solid);
  background: var(--linear);
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: var(--anim);
  -moz-transition: var(--anim);
  -webkit-transition: var(--anim)
}

.left-categories li a:hover {
  /* color: #8c58fa;
  background: #8c58fa;
  background: linear-gradient(270deg, #8c58fa 0, #6758fa 100%); */
  color: #fff;
  border-radius: 10px;
}

.left-categories li a:hover {
  background: #4578FD;
  color: #fff;
  border-radius: 10px;
}

.g-icon,
.user-dropdown {
  transition: var(--anim)
}

.left-categories li .g-icon {
  left: 10px;
  top: 10px
}

.left-categories .category-item.active a {
  /* background: #8c58fa;
    background: linear-gradient(270deg, #8c58fa 0, #6758fa 100%); */
  background: #4578FD;
  color: #fff;
  border-radius: 10px;
}

.game-info .btn-circle i:before,
.site-logo img {
  display: block
}

.site-logo a {
  display: inline-block
}

.side-header .site-logo {
  margin-bottom: 28px !important;
}




.site-logo {
  margin-bottom: 76px;
  width: 212px
}

.g-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* background: #313169; */
  position: absolute;
  left: 0;
  -moz-transition: var(--anim);
  -webkit-transition: var(--anim)
}

.g-content {
  width: calc(100% - 300px);
  float: right;
  background: #000;
}

.g-content .user-page,
.g-content section,
.top-nav {
  width: 100%;
  padding: 40px
}

.comment-action-left,
.g-content section,
[dir=rtl] #toggler,
nav#mainNav,
section.section-header {
  float: left
}

.g-content section .container,
.g-content section .container-fluid,
.top-nav .container-fluid,
ul.widget-gamelist li .list-info {
  padding: 0
}

.container-section {
  max-width: 1320px
}

.user-page {
  background-color: unset
}

.user-page .section {
  background-color: #262653
}

.user-page .section-title {
  padding-left: 0
}

.form-label {
  color: #363636;
  margin-bottom: .5em;
  display: block;
  font-size: 1rem;
  font-weight: 700
}

input.form-control:active,
input.form-control:hover,
textarea.form-control:active,
textarea.form-control:hover {
  border-color: #3273dc;
  box-shadow: 0 0 0 .125em rgb(50 115 220 / 25%);
  background: #3f3f68;
  color: #acacb5
}

input.form-control,
textarea.form-control {
  background: #3f3f68;
  margin-bottom: 0 !important;
  border: none;
  color: #acacb5;
  border-radius: 4px;
  height: 2.5em
}

textarea.form-control {
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  padding: calc(.75em - 1px);
  resize: vertical
}

.form-check {
  display: inline-block;
  padding-left: 19px
}

.form-check-input[type=radio] {
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 5px;
  left: 0;
  margin-left: -17px
}

.form-control[type=file] {
  overflow: hidden;
  height: auto
}

.form-check+.form-check {
  margin-left: .5em
}

.form-group {
  margin-bottom: .75rem
}

.sub-section-title {
  font-size: 20px;
  font-weight: 500
}

.divider {
  margin-bottom: 20px
}

p.text-secondary {
  color: rgba(255, 255, 255, .71) !important
}

.profile-comment-item {
  border: 1px solid #444479
}

.dropdown-menu li,
.game-info,
.profile-menu .profile-header,
.user-dropdown .item {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header {
  height: 131px
}

.navbar-collapse {
  align-items: flex-start
}

.sidebar-right {
  position: fixed;
  top: 80px;
  left: 100%;
  max-height: calc(100vh - 80px);
  background: #262653;
  padding: 20px 0 40px 30px
}

#mobile-play,
.dropdown-submenu,
.row-list-1,
.search-bar,
.user-nav {
  position: relative
}

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

.search-bar {
  max-width: 33.3%;
  margin-right: auto;
  padding-right: 16px
}

.search-bar input.search {
  background: #262653;
  border-radius: 25px !important;
  border: none;
  height: 51px;
  color: #fff;
  padding: 10px 20px 10px 50px;
  box-sizing: border-box;
  max-width: 100%;
  width: 360px;
  font-size: 14px;
  margin: 0 !important
}

.search-bar .bi-search {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 17px;
  z-index: 6;
  font-size: 21px
}

.form-inline .input-group .form-control:focus {
  border: 1px solid #fff;
  outline: 0;
  box-shadow: none
}

li.nav-item {
  display: inline-block;
  font-size: 14px
}

.dropdown-toggle::after {
  margin-left: 8px;
  margin-right: 3px
}

li.nav-item:hover {
  background: var(--color2);
  border-radius: 30px
}

li.nav-item a.nav-link {
  border-radius: 50px;
  color: #fff
}

a.nav-link .btn-circle,
li.nav-item a {
  display: inline-block;
  padding: 13px 20px !important;
  color: #fff;
  font-size: 14px
}

.dropdown-menu {
  background: var(--color2);
  min-width: 200px
}

a.nav-link.dropdown-toggle.show {
  background: #262653;
  border-radius: 50px
}

.dropdown-menu li:last-child .dropdown-item {
  border: 0
}

.dropdown-menu .dropdown-item:hover {
  background: #313169;
  color: #fff
}

.dropdown-menu .dropdown-item {
  padding: 13px 25px
}

.user-dropdown {
  position: absolute;
  top: 60px;
  right: 0;
  width: 234px;
  background: #262653;
  z-index: 3;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  opacity: 0;
  -moz-transition: var(--anim);
  -webkit-transition: var(--anim);
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%)
}

.list-info,
.section-title,
.star-on {
  position: relative
}

.user-dropdown.show {
  opacity: 1
}

.user-dropdown::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #262653;
  position: absolute;
  top: 0;
  right: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 4px 0 0
}

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

.user-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.profile-menu .item a,
.profile-menu .profile-header {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 13px 20px;
  color: #fff
}

.user-dropdown .item a:hover,
table.scoreboard tbody,
table.scoreboard tbody td,
table.scoreboard tbody th {
  background: #1f1e42
}

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

.xp-label {
  color: #ff6f43
}

.logout-link {
  color: #ff3860 !important
}

.header-area.basic {
  background: var(--color2)
}

.header-area {
  border-radius: 20px;
  overflow: hidden
}

.header-bg {
  padding: 32px 52px
}

.masthead-title {
  color: #fff;
  margin-bottom: 10px
}

.masthead-description p {
  font-size: 20px
}

.header-content {
  width: 66.66667%;
  max-width: 100%
}

.ellipsis {
  overflow: hidden
}

.section-title {
  padding-left: 60px;
  padding-top: 6px;
  color: #fff;
  margin-bottom: 20px
}

.page-title {
  margin-top: 5px;
  margin-bottom: 20px
}

.page-content h1,
.page-content h2,
.page-content h3 {
  line-height: inherit
}

.article-ct h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500
}

code {
  color: #f14668;
  font-size: .875em;
  padding: .25em .5em
}

.section-title h2,
.section-title h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600
}

.section-title .g-icon {
  top: 0
}

.banner-ad-content {
  margin-bottom: 6.4px
}

.grid-1,
.grid-2,
.grid-3 {
  padding: 12px;
  margin: 0
}

.game-info .rating i,
.star-on {
  margin-right: 5px
}

.game-item {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  /* background: linear-gradient(135deg, #262653, #3b3b8f);
  background: linear-gradient(135deg, #ff9a8b, #ff6a88, #ff99ac);
  background: linear-gradient(135deg, #56ab2f, #a8e063);
  background: linear-gradient(135deg, #1e3c72, #2a5298); */
  /* background: linear-gradient(135deg, #1e3c72, #2a5298); */
  background-color: #1C2439;
  padding: 10px;
  height: 100%;
}

.list-info {
  padding: 20px 10px
}

.list-game.yml:after,
.list-info:after {
  content: "";
  display: block;
  clear: both
}

.list-thumbnail {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden
}

.list-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500
}

.list-rating {
  color: #9595d1;
  font-size: 14px;
  width: 100%;
  float: left
}

.star-on {
  color: #ffa73f;
  margin-bottom: -3px;
  width: 16px;
  display: inline-block;
  font-size: 13.5px;
  left: 1px;
  top: -1px
}

.list-b-play {
  width: 48px;
  height: 48px;
  /* background: var(--solid); */
  /* background: var(--linear); */
  /* background: linear-gradient(135deg, #ea2508, #e198d0); */
  background: #4578FD;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 11px;
  padding-left: 3px;
  position: absolute;
  right: 20px;
  top: -24px
}

.b-left,
.b-right {
  position: absolute;
  top: 20px
}

.grid-container {
  margin-top: 15px;
  margin-bottom: 15px
}

.list-1-wrapper {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 70px
}

.list-1-wrapper .game-item {
  display: inline-block;
  text-align: center;
  padding: 0;
  background: unset
}

.list-1 .list-thumbnail {
  max-width: 90px;
  margin-right: 15px
}

.list-1 .list-thumbnail img {
  border-radius: 50%
}

.row-list-1 .btn-circle {
  background: rgba(255, 255, 255, .4);
  padding: 10px 15px;
  color: #fff;
  border-radius: 40px
}

.b-right {
  right: 10px
}

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

.user-page .btn-capsule {
  min-width: auto
}

.btn-capsule {
  display: inline-block;
  padding: 13px 20px;
  min-width: 120px;
  color: #fff;  
  background: #4578FD; 
  text-align: center;
  font-size: 14px;
  border-radius: 20px;
  /* -moz-border-radius: 26px;
  -webkit-border-radius: 26px; */
  transition: var(--anim);
  -moz-transition: var(--anim);
  -webkit-transition: var(--anim);
}

.list-game.yml,
section.recomendation .game-item {
  border-radius: 15px
}

.login-body {
  background: #151436
}

.login-body .form-control::placeholder {
  color: rgba(149, 159, 168, .75)
}

.login-form .form-check {
  padding-left: 25px;
  display: block
}

.login-form,
.register-form,
table.scoreboard thead,
table.scoreboard thead th {
  background: #262653
}

.btn-capsule:hover {
  color: #fff;
  background: #8c58fa;
  background: linear-gradient(270deg, #8c58fa 0, #6758fa 100%)
}

.btn-share {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  margin-right: 15px
}

.btn-wide,
.grid-1 .list-thumbnail img,
.list-thumbnail .small-thumb img {
  width: 100%
}

.b-load-more {
  margin-top: 26px
}

.game-item .btn-capsule {
  height: 45px;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: -10px;
  margin-top: 25px
}

.row:last-child {
  margin-bottom: -12px
}

.row {
  margin-top: -8px
}

.grid-3 .list-thumbnail {
  max-width: 80px;
  margin-right: 20px;
  position: relative
}

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

.list-info.yml .list-title,
.widget-gamelist .list-title.ellipsis {
  font-size: 16px
}

.list-game.yml {
  width: 100%;
  float: none;
  padding: 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: relative
}

.list-game.yml .list-thumbnail.yml {
  width: 80px;
  float: left;
  position: relative
}

.list-game.yml .list-thumbnail.yml img {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px
}

.grid-3 .list-info {
  padding: 10px
}

.list-game.yml .list-info.yml {
  width: calc(100% - 80px);
  float: left;
  padding: 10px 60px 0 20px;
  position: static
}

.list-game.yml .list-info.yml .list-info-child.yml {
  width: 100%;
  float: left;
  font-size: 8px;
  font-weight: 500px
}

.game-info .single-title,
.list-game.yml .list-info.yml .list-info-child.yml .list-title,
.user-page input,
.user-page textarea {
  margin-bottom: 10px
}

.grid-3 .list-b-play,
.list-game.yml .list-info.yml .list-b-play {
  position: absolute;
  right: 15px;
  top: calc(50% - 24px)
}

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

.game-iframe {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7
}

.game-info {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px
}

.header-left,
.header-right {
  width: 50%;
  float: left
}

.single-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700
}

.game-info .meta-info {
  font-size: 15px;
  margin-bottom: 15px
}

.game-info .rating {
  margin-bottom: 10px;
  font-size: 14px;
  color: #9595d1
}

.game-info .rating i.star-off {
  margin-right: 5px;
  color: #5c5b73
}

.game-info .b-action a {
  margin-top: 10px
}

.game-info .b-action a.btn-capsule {
  padding: 8px 18px;
  background: #21212f;
  font-size: 1em
}

.game-info .btn-circle {
  width: 40px;
  height: 40px;
  float: left;
  background: #262653;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.header-right {
  text-align: right
}

.top-3,
.top-user,
p.copyright {
  text-align: center
}

.header-right .btn-capsule {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 8px 20px;
  background: #262653;
  height: 48px
}

.page-link,
.page-link.active,
.page-link:hover {
  padding-left: 15px;
  padding-right: 15px;
  border: none
}

.header-right .btn-capsule i {
  font-size: 20px;
  vertical-align: middle;
  padding: 0 5px
}

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

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

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

#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
}

.b-icon {
  margin-right: 8px
}

.game-details h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 200%
}

.game-details {
  clear: both
}

.post-list-card p,
.single-description {
  font-size: 14px;
  line-height: 200%
}

.single-instructions {
  line-height: 200%;
  font-size: 14px
}

.game-category-list,
.game-tag-list {
  display: flex;
  flex-wrap: wrap
}

.single-leaderboard {
  line-height: 200%
}

.scoreboard.table {
  background: unset;
  border-radius: 15px;
  overflow: hidden
}

table.scoreboard {
  margin: 20px 0;
  width: 100%;
  color: unset
}

table.scoreboard tbody tr {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

table.scoreboard thead th {
  border: none;
  color: #fff
}

.table td,
.table th {
  padding: .5em .75em;
  border: unset
}

.table {
  color: unset
}

.page-link,
.page-link:hover {
  color: #fff;
  background-color: #313169
}

.page-wrapper {
  margin-top: 40px;
  clear: left
}

.pagination {
  border-radius: 50%;
  margin-bottom: 0
}

.cat-item,
.tag-item {
  background-color: #262653;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
  margin-bottom: 8px
}

.game-details .comments-container h5 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  height: 40px
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(.75em - 1px);
  resize: vertical
}

.jquery-comments .textarea-wrapper .close {
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center
}

.textarea:active,
.textarea:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

/* section.footer,
section.section-copyright {
  border-top: 1px solid rgba(255, 255, 255, .1)
} */

.jquery-comments .highlight-background {
  background: #2793e6 !important
}

.single-comments {
  margin-bottom: 42px
}

.widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff
}

.sub-text,
.widget-gamelist .sub-text {
  font-size: 14px;
  color: rgba(255, 255, 255, .71);
  font-weight: 300
}

.sm-widget {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  background: #262653;
  padding: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px
}

ul.widget-gamelist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px
}

ul.widget-gamelist li {
  margin-bottom: 27px
}

ul.widget-gamelist li:last-child {
  margin: 0
}

ul.widget-gamelist li .list-thumbnail {
  width: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 15px
}



.footer-area {
  padding-top: 32px !important;
  padding-bottom: 21px !important
}

section.section-copyright {
  padding: 30px
}

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

.comments-container {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px;
  margin-top: 40px
}

#comment-form,
.tpl-user-comment {
  border-bottom: 1px solid var(--color2)
}

.comments-container .highlight-text {
  margin-bottom: 25px
}

.jquery-comments .textarea-wrapper .textarea {
  background: #262653;
  border-radius: 20px;
  border: none;
  color: rgba(255, 255, 255, .71)
}

.jquery-comments .textarea-wrapper::after,
.jquery-comments .textarea-wrapper::before {
  display: none
}

#comment-list>.comment {
  padding: 25px 0
}

#comment-list>.comment:last-child {
  padding-bottom: 10px
}

.jquery-comments .tag {
  background: #000;
  border: none;
  color: #fff
}

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

.comment-wrapper .content {
  margin-bottom: 1rem
}

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

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

.post-list-card,
.post-meta {
  margin-bottom: 30px
}

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

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

.text-italic,
.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 {
  background: #262653;
  padding: 10px;
  border-radius: 15px;
  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
}

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

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

.level-badge {
  float: left;
  margin-right: 10px
}

section.post-list .section-title.page-title {
  margin-bottom: 52px;
  margin-top: 12px
}

.post-list-card .mt-4 {
  margin-top: 1em !important
}

.post-list-card .pic img {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 100%;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px
}

.post-list-card {
  width: 100%;
  float: left;
  padding: 15px;
  background: #262653;
  border-radius: 20px
}

.post-list-card .pic {
  width: 25%;
  max-width: 380px;
  float: right
}

.post-list-card .text {
  width: 100%;
  float: left;
  max-width: 60%;
  padding: 10px 60px 10px 5px
}

.post-list-card .text h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  width: 100%;
  float: left;
  margin-bottom: 10px
}

.post-list-card .meta-info {
  font-size: 13px;
  width: 100%;
  float: left;
  margin-bottom: 20px
}

section.mid-ct.section-post {
  margin-top: 8px
}

.section-post .section-title {
  padding-top: 5px;
  float: left;
  width: 100%
}

section.section-search .section-title {
  padding-top: 5px;
  margin-bottom: 0
}

section.section-search .row {
  margin-top: 0;
  margin-left: -12px;
  margin-right: 12px;
  width: calc(100% + 24px)
}






/* category Main Section Wrapper */
.categories-content-section {
  padding: 20px;
  max-width: 1200px;
  box-sizing: border-box;
  text-align: left;
}

/* category Headings */
.categories-content-h1 {
  font-size: 36px;
  font-weight: 800;
  color: #f797eb;
  line-height: 1.4;
  margin-bottom: 16px;
}

.categories-content-h2 {
  font-size: 28px;
  font-weight: 700;
  color: #97c9f7;
  margin: 24px 0 12px;
  line-height: 1.4;
}

.categories-content-h3 {
  font-size: 22px;
  font-weight: 700;
  color: #f7f097;
  margin: 20px 0 10px;
  line-height: 1.4;
}

.categories-content-h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f7f097;
  margin: 16px 0 8px;
}

.categories-content-span {
  font-size: 16px;
  color: #bbb4b4;
  line-height: 1.6;
  margin-bottom: 12px;
  display: block;
}

/* category Strong/Bold text */
.categories-content-strong {
  font-weight: bold;
  color: #ffffff;
}

/* category Links */
.categories-content-anchor {
  color: #a5d6ff;
  text-decoration: underline;
}

/* category Email */
.categories-content-mail {
  color: #a5d6ff;
  text-decoration: underline;
}

/* category Lists */
.categories-content-ul,
.categories-content-li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-content-ul {
  margin-bottom: 16px;
}

.categories-content-li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #a9a9a9;
  font-size: 16px;
  line-height: 1.6;
}

.categories-content-li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f797eb;
}

/* catefories Div */
.categories-content-div {
  margin-top: 24px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .categories-content-h1 {
    font-size: 30px;
  }

  .categories-content-h2 {
    font-size: 24px;
  }

  .categories-content-h3 {
    font-size: 20px;
  }

  .categories-content-span,
  .categories-content-li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .categories-content-section {
    padding: 16px;
  }

  .categories-content-h1 {
    font-size: 26px;
  }

  .categories-content-h2 {
    font-size: 22px;
  }

  .categories-content-h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .categories-content-h1 {
    font-size: 22px;
  }

  .categories-content-h2 {
    font-size: 20px;
  }

  .categories-content-span,
  .categories-content-li {
    font-size: 14px;
  }
}





@media (max-width:1024px) {
  .post-list-card .pic img {
    display: block;
    margin: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px
  }

  section.section-search .section-title {
    padding-top: 2px;
    margin-bottom: 18px
  }

  .g-content section.sidebar-right {
    padding-top: 20px;
    padding-left: 30px !important;
    overflow-y: auto;
    padding-right: 30px !important;
    padding-bottom: 24px
  }

  li.nav-item a {
    width: 100%
  }

  .search-bar input.search {
    border: 1px solid rgba(255, 255, 255, .2)
  }

  .user-page .section-title {
    padding-top: 2px;
    margin-bottom: 38px
  }

  .user-page .col-md-4 .section,
  .user-page.edit-page .col-md-8 .section {
    margin-bottom: 52px
  }

  .section-title,
  .user-page.edit-page .col-md-4 .section {
    margin-bottom: 30px
  }

  .section-title h3,
  h4.widget-title {
    font-size: 18px
  }

  .section-title.page-title h3 {
    font-size: 24px
  }

  .section-title img {
    width: 32px;
    display: block;
    height: 32px
  }

  .section-title .g-icon {
    top: 0;
    width: 32px;
    height: 32px
  }

  .section-title {
    padding-top: 2px;
    padding-left: 48px
  }

  .list-b-play {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    top: -20px
  }

  .list-title {
    font-size: 16px
  }

  .grid-1,
  .grid-2,
  .grid-3 {
    margin-bottom: 20px
  }

  .b-load-more {
    margin-top: 14px
  }

  .list-game.yml .list-thumbnail.yml {
    width: 60px
  }

  .list-info.yml .list-title {
    font-size: 14px
  }

  .list-game.yml .list-info.yml {
    padding: 0 30px 0 15px
  }

  .row:last-child {
    margin-bottom: 0
  }

  .footer .col-md-4 {
    padding-bottom: 1.5rem
  }

  .footer .col-md-4:last-child {
    padding-bottom: 0
  }

  p.copyright .dsb-panel {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-top: 15px
  }

  .post-list-card .pic {
    width: 100%;
    max-width: none;
    margin-bottom: 20px
  }

  .post-list-card .text {
    padding: 0;
    width: 100%;
    max-width: none
  }

  section.post-list .section-title.page-title {
    margin-bottom: 38px;
    margin-top: 13px
  }

  .section-post .section-title {
    padding-top: 2px;
    float: left;
    width: 100%;
    margin-top: -3px
  }
}

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

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav {
    display: block;
    text-align: right;
    flex-grow: 1
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0
  }

  [dir=rtl] .navbar-expand-lg .navbar-nav {
    text-align: left
  }
}

.avatar-chooser .col-3 {
  margin-bottom: 18px
}

.category-description {
  background: #262653;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
  /* text-align: center; */
  margin-bottom: 42px;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 5%)
}

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

.pagination-wrapper {
  margin-top: 48px;
  margin-bottom: 8px
}

.page-link,
.page-link.disabled {
  background: 0 0;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .25rem !important;
  min-height: 2.5em;
  min-width: 2.5em;
  border-radius: 50px !important
}

.page-link.active {
  background: #313169
}

.section-title p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .71);
  padding-bottom: 12px
}

a.nav-link .btn-circle:hover {
  background-color: #262653;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px
}

a.nav-link.right .b-login-right:hover {
  color: #999
}

.color-red {
  background: rgba(238, 19, 39, .4) !important
}

#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%
}

.comment-form-wrapper {
  background: var(--color2);
  margin-bottom: 30px;
  border-radius: 12px
}

textarea.tpl-comment-input,
textarea.tpl-comment-input:focus,
textarea.tpl-comment-input:hover,
textarea.tpl-reply-input,
textarea.tpl-reply-input:focus {
  background: var(--color2);
  color: #8296a5
}

.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-reply-form,
.user-comment-wrapper {
  display: flex
}

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

img.tpl-user-comment-avatar {
  border-radius: 50%;
  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: #938fb5
}

.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: var(--color2);
  margin-bottom: 30px;
  border-radius: 12px
}

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

a.tpl-btn-hide-replies,
a.tpl-btn-show-replies,
a.tpl-comment-reply {
  color: #6d6b7d
}

.tpl-btn-send-reply,
.tpl-post-comment-btn {
  background-color: #4848ac;
  border: 0
}

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

.comment-require-login-wrapper .comment-alert {
  padding: 10px;
  background-color: var(--color2);
  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: 5px;
  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
}

.wgt-list-game-vertical .wgt-list-thumbnail img {
  padding-left: 8px;
  padding-right: 8px
}

.wgt-list-game-vertical .wgt-list-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

[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
}

@media (min-width:768px) {

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15ch
  }
}

@media (max-width:767px) {
  .header-content {
    width: 100%
  }

  .g-content section.mid-ct {
    padding-top: 33px !important
  }

  .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
  }

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    font-size: 15px
  }
}

[dir=rtl] .container,
[dir=rtl] .nav-categories,
[dir=rtl] .nav-categories .container,
[dir=rtl] .navbar,
[dir=rtl] .single-game,
[dir=rtl] .single-page {
  direction: rtl
}

[dir=rtl] .navbar-brand {
  margin-right: auto
}

[dir=rtl] #home-game-container,
[dir=rtl] .blog-list,
[dir=rtl] .bottom-container,
[dir=rtl] .footer,
[dir=rtl] .game-container-archive,
[dir=rtl] .game-container-search,
[dir=rtl] .game-container-tag,
[dir=rtl] .info-the-game,
[dir=rtl] .page-title,
[dir=rtl] .sidebar .widget-title,
[dir=rtl] .singlepage-post,
[dir=rtl] .tpl-comment-input,
[dir=rtl] .user-page {
  text-align: right;
  direction: rtl
}

[dir=rtl] .comment-date {
  text-align: left !important
}

[dir=rtl] .item-title i,
[dir=rtl] .single-icon i,
[dir=rtl] h4 i {
  margin-left: 9px
}

[dir=rtl] .comment-profile-avatar,
[dir=rtl] .search-bar {
  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: 0px
}

[dir=rtl] .nav-item .dropdown-menu {
  text-align: right
}

[dir=rtl] .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto
}

[dir=rtl] .b-icon {
  margin-right: 0;
  margin-left: 8px
}

[dir=rtl] ul.category-list-game {
  padding-right: 0
}

[dir=rtl] ul.category-list-game .cat-item {
  margin-right: 0
}

[dir=rtl] .b-left {
  left: 0
}

[dir=rtl] .list-1-wrapper {
  padding-left: 0;
  padding-right: 50px
}

[dir=rtl] .search-bar .bi-search {
  right: 20px;
  left: 0
}

[dir=rtl] input.search {
  padding: 10px 50px 10px 20px
}

[dir=rtl] .left-sidebar {
  padding-right: 40px;
  padding-left: 0;
  right: 0
}

[dir=rtl] .g-content {
  float: inline-end
}

[dir=rtl] .section-title .g-icon {
  position: relative;
  margin-left: 20px
}

[dir=rtl] p.copyright .dsb-panel {
  right: initial;
  left: 0
}

[dir=rtl] .wgt-list-game-vertical .wgt-list-content {
  direction: rtl;
  text-align: right;
  margin-right: 1.5rem;
  margin-left: 0
}

[dir=rtl] .header-left {
  text-align: left
}

[dir=rtl] .nav-item.dropdown .dropdown-menu {
  position: absolute;
  right: auto;
  left: 0
}

[dir=rtl] .dropdown-submenu .submenu.dropdown-menu {
  position: absolute;
  right: initial;
  left: 100%
}

@media only screen and (max-width:992px) {
  .header-left {
    width: 100%;
    margin-bottom: 20px
  }

  .header-right {
    width: 100%;
    text-align: left
  }

  .header-right .btn-capsule {
    margin-left: 0
  }

  .left-sidebar {
    width: 100vw;
    z-index: 9;
    left: -100vw;
    height: 80px
  }

  .left-categories {
    position: absolute;
    top: 80px;
    left: -100vw;
    max-height: calc(100vh - 80px);
    background: #262653;
    padding: 20px 0 40px 30px;
    transition: var(--anim);
    -moz-transition: var(--anim);
    -webkit-transition: var(--anim)
  }

  .left-categories.show {
    left: 100vw
  }

  .sidebar-right {
    position: fixed;
    z-index: 9;
    background: #262653;
    height: calc(100vh - 80px);
    left: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    transition: var(--anim);
    -moz-transition: var(--anim);
    -webkit-transition: var(--anim)
  }

  .sidebar-right.show {
    left: 0
  }

  .g-content {
    width: 100%;
    padding-top: 80px
  }

  .g-content section {
    padding-left: 25px !important;
    padding-right: 25px !important
  }

  .side-header {
    position: absolute;
    left: 100vw;
    top: 0;
    width: 100vw;
    height: 80px;
    background: #262653
  }

  .burger-left,
  .burger-right {
    width: 80px;
    text-align: center;
    padding-top: 18px;
    height: 80px
  }

  .burger-left {
    float: left
  }

  .burger-right,
  [dir=rtl] .side-header .burger-btn.burger-left,
  [dir=rtl] .side-header .site-logo {
    float: right
  }

  .site-logo {
    width: calc(100% - 160px);
    float: left;
    padding: 25px 30px;
    height: 80px;
    display: block
  }

  .site-logo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  #mainNav {
    display: none
  }

  .user-dropdown,
  .user-dropdown.show {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 20px 0;
    background: #313169
  }

  .user-dropdown::before {
    left: 35px
  }

  .user-avatar {
    margin-left: 10px
  }

  .search-bar {
    max-width: 100%;
    margin-bottom: 35px;
    padding-right: 0
  }

  .dropdown-menu.show {
    background: #313169;
    width: 100%;
    position: unset !important;
    inset: unset !important;
    transform: unset !important
  }

  .site-logo {
    margin-bottom: 0
  }

  [dir=rtl] .left-categories {
    left: 100%
  }

  .left-categories.show,
  [dir=rtl] .side-header {
    right: 0
  }

  [dir=rtl] .header-left {
    text-align: right
  }
}

.nav-item-child,
.nav-link-child {
  color: #2c3e50
}

.nav-item.dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: 0;
  margin-top: -9px;
  margin-left: -1px
}

.dropdown-submenu .submenu.dropdown-menu {
  position: absolute;
  right: 100%;
  left: auto
}

.page-content {
  line-height: 200%;
  line-height: inherit;
  background-color: #201e4e;
  border-radius: 40px;
  padding: 35px;
  margin: 0 auto
}

.page-content-section {
  padding: 30px;
  background: #111;
  color: #eee;
  font-family: Arial, sans-serif;
  line-height: 1.6
}

.page-content-h1 {
  color: #f7f097;
  font-size: 37px;
  font-weight: 800;
  line-height: 53px !important;
  padding: 10px 0
}

.page-content-h2 {
  color: #f7f097;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0
}

.page-content-h3 {
  color: #55b8ff;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0
}

.page-content-p {
  color: #eee;
  font-size: 16px;
  padding: 5px 0
}

.page-content-span {
  color: #f797eb;
  font-weight: 700
}

.page-content-a {
  color: #55b8ff;
  text-decoration: underline
}

.page-content-div,
.page-content-div ol,
.page-content-div ul {
  color: #ddd;
  padding-left: 20px;
  margin: 0
}

.page-content-div li {
  margin-bottom: 5px
}

@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
  }
}

.navbar-nav .nav-link {
  overflow: hidden
}

@media (max-width:432px) {
  ul.category-list-wrapper {
    padding: 0
  }
}

/*------------- Post view design -----------*/


/* Latest blog-page design */

/* Latest Post Banner */
.ltst-blg-banner {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
  height: 650px;
  width:100%;
}

.ltst-blg-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ltst-blg-banner:hover img {
  transform: scale(1.15);
}

.ltst-blg-banner .banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.8));
  /* Default background */
  color: #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.5s ease;
}

.ltst-blg-banner:hover .banner-overlay {
  background: linear-gradient(180deg, rgb(0 0 0 / 33%), rgb(8 7 7));
  transition: background 0.5s ease;
}

.ltst-blg-banner h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.ltst-blg-banner p {
  margin-bottom: 15px;
}

.ltst-blg-banner .btn-capsule {
 background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 30px;
  color: #ddd;
  text-decoration: none;
  transition: all 0.5s ease;
}

.ltst-blg-banner .btn-capsule:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Grid Containers */
.ltst-blg-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}


.ltst-blg-grid,
.ltst-blg-games {
  position: relative;
  background: #0000004d;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.5s ease, background 0.5s ease;
  cursor: pointer;
}

.ltst-blg-grid img,
.ltst-blg-games img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  /* max-width: 309px; */
  text-align: center;
}



.ltst-blg-grid::after,
.ltst-blg-games::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000004d;
  transition: background 0.5s ease;
  z-index: -1;
}

.ltst-blg-grid:hover::after,
.ltst-blg-games:hover::after {
  background: #000000c8;
}

.ltst-blg-grid-btn-title {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.ltst-blg-grid-imgwrapp img {
  border-radius: 0px 0px 10px 10px;

}


.ltst-blg-grid h4,
.ltst-blg-games h4 {
  font-size: 15px;
  margin: 15px 0;
  position: relative;
  z-index: 2;
  color: #fffcf2;
}

.ltst-blg-grid .btn-capsule,
.ltst-blg-games .btn-capsule {
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  z-index: 2;
    background: rgba(255, 255, 255, 0.1);
}

/* Overlay Fix for Games */
.ltst-blg-games .game-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 15px;
  color: #ddd;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.ltst-blg-grid:hover,
.ltst-blg-games:hover {
  transform: translateY(-5px);
}

/* Style for Related Post title */
h3.section-title.related-post {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;

}

h3.section-title.related-post::before,
h3.section-title.related-post::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 39%;
  height: 1px;
  background-color: #ae8f27;
  transform: translateY(-50%);
}

h3.section-title.related-post::before {
  left: 0;
  margin-left: 20px;
  /* Space before the line on the left side */
}

h3.section-title.related-post::after {
  right: 0;
  margin-right: 20px;
  /* Space before the line on the right side */
}

.related-post-sectn {
  padding: 50px 0;

}

.ltst-blg-section {
  margin-bottom: 30px;
}

/* Single Post Page */


.container.single-post-page-container {
  padding: 20px;
  /*background: linear-gradient(186deg, #300440, #290a3b);*/
  border-radius: 5px;

}

/* Main Content Styling */
.single-post-page-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
}

.single-post-page-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 2px dotted;
  max-height: 555px;
  object-fit: cover;
}



.single-post-page-meta .post-date {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-style: italic;
}

/* Post Content */
.single-post-page-content,.game-container {
  font-size: 16px;
  line-height: 1.8;

}

.single-post-page-content h2,.game-container h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
}
.single-description h2,.single-instructions h2{
  color: #fff;
}

.single-post-page-content h3, .game-container h3, .single-instructions h3 {
    color: #a5d6ff;
    font-size: 23px;
    font-weight: 600;
}

.single-post-page-game-container h4,.single-post-page-game-container h3{
  color:#a5d6ff;
  margin-top: 10px !important;
}
.single-post-page-content p, .game-container p {
  margin-bottom: 15px;
  color: #b0b0b0;
}

.single-post-page-content .content-list ,.single-instructions ul{
  list-style-type: none;
  padding-left: 20px;
  margin-top: 15px;
}
.single-instructions ul{
  padding-left: 0;
  margin-top: 0;
}
.single-post-page-content .content-list li,.single-instructions ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.single-post-page-content .content-list li:before,.single-instructions ul li:before {
  content: "•";
  /* Bullet Icon */
  position: absolute;
  left: 0;
  color: #007bff;
  font-size: 20px;
  line-height: 1;
}

/* Sidebar Styling */
.col-md-3 {
  padding-left: 15px;
  margin-top: 20px;
}



/* Responsive Design */
@media (max-width: 768px) {
  .single-post-page-container {
    padding: 15px;
  }

  .single-post-page-title {
    font-size: 24px;
  }

  .col-md-3 {
    margin-top: 10px;
  }
}


/* Responsive Design latest blog */
@media (max-width: 1024px) {
  .ltst-blg-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  h3.section-title.related-post::before,
  h3.section-title.related-post::after {
    width: 40%;
  }

  .ltst-blg-section {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .ltst-blg-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  h3.section-title.related-post {
    font-size: 20px;
  }

  .ltst-blg-section {
    margin-bottom: 15px;
  }

  h3.section-title.related-post::before,
  h3.section-title.related-post::after {
    width: 45%;
  }
.pages-menu-part.company-main-menu-part {
    justify-content: flex-start;
}
}

.single-post-page-content p, .game-container p {
    margin-bottom: 15px;
    color: #b0b0b0;
}
.single-post-page-game-container h4, .single-post-page-game-container h3 {
    color: #a5d6ff;
    margin-top: 10px !important;
}
.single-post-page-game-container h4, .single-post-page-game-container h3 {
    color: #a5d6ff;
    margin-top: 10px !important;
}
.single-post-page-game-container h4, .single-post-page-game-container h3 {
    color: #a5d6ff;
    margin-top: 10px !important;
}
.single-post-page-content h2, .game-container h2 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
}
/*-------- End---------*/