/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 20px;
}

.section-heading {
  margin-bottom: 5px;
}

.section-heading-gl {
  margin-bottom: 15px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.section-heading h9 {
  margin: 5px 0px 0px 10px;
  /*color: #ee626b;*/
  color: #1e1e1e;
  font-size: 23px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: justify;
  letter-spacing: -1.0px;
  transition: all .3s;
}

.trending .item .down-content h7 {
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  color: #2c3e50;
}

.item:hover .down-content h7 {
  color: #0071f8;
}

.game-list-row {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.game-list-col {
  padding-left: calc(var(--bs-gutter-x) * .1);
  padding-right: calc(var(--bs-gutter-x) * .1);
}

.main-button a {
  display: inline-block;
  background-color: #ee626b;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #0071f8;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #0071f8;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #0071f8;
  border-radius: 50%;
}



/*
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #0071f8 !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.background-header .logo img {
  max-width: 110px;
}

.header-area {
  position: absolute;
  background-color: transparent;
  /*top: 10px;*/
  left: 0;
  right: 0;
  z-index: 3000;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo{
  margin-top: 18px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-top: 10px;
  justify-content: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  /*padding-right: 0px;*/
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 45px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

/*.header-area .main-nav .nav li:last-child a {*/
/*  background-color: #ee626b;*/
/*  text-transform: uppercase;*/
/*  font-weight: 500;*/
/*}*/

/*.header-area .main-nav .nav li:last-child:hover a {*/
/*  background-color: #ee626b;*/
/*}*/

/*.header-area .main-nav .nav li:hover a {*/
.header-area .main-nav .nav li:hover > a {
  background-color: rgba(255, 255, 255, 0.10);
}

.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
}

.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 15px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000000;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #000000;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #000000;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #000000;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: -30px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  /*.header-area .nav li:last-child a {*/
  /*  background-color: transparent !important;*/
  /*  font-weight: 300 !important;*/
  /*  text-transform: capitalize !important;*/
  /*}*/
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    /*overflow: hidden;*/
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 62px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 62px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/web/banner-bg.webp);
  border-radius: 0px 0px 0px 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  border-bottom: 3px solid #84c4db;
  /*border: 4px solid #3498db;*/
}

.main-banner .caption h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  font-size: 48px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.main-banner .caption h2:after {
  position: absolute;
  background-image: url(../images/web/caption-dec.webp);
  width: 202px;
  height: 12px;
  content: '';
  left: 125px;
  bottom: 0;
}

.main-banner .caption p {
  color: #fff;
  margin-bottom: 70px;
}

.main-banner .caption form {
  position: relative;
  max-width: 450px;
}

.main-banner .caption form input {
  max-width: 450px;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.main-banner .caption form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.main-banner .caption form button:hover {
  background-color: #0071f8;
}

.main-banner .right-image {
  position: relative;
}

.main-banner .right-image img {
  border-radius: 25px;
}

.main-banner .right-image span.price {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 25px;
  background-color: #008af8;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 4px 15px;
}

.main-banner .right-image span.offer {
  position: absolute;
  left: -25px;
  bottom: -25px;
  border-radius: 50%;
  background-color: #ee626b;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}



/*
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.features {
  margin-top: -80px;
}

.features .item {
  padding: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}

.features .item h4 {
  font-size: 17px;
  margin-top: 25px;
  text-transform: uppercase;
}

.features .item .image {
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: #0071f8;
  border-radius: 50%;
  transition: all .3s;
}

.features .item:hover .image {
  background-color: #ee626b;
}



/*
---------------------------------------------
Trending Style
--------------------------------------------- 
*/

.trending .main-button {
  margin-top: 32px;
  text-align: right;
}

.trending .item  {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  /*border-radius: 25px;*/
  border-radius: 5px;
  margin-bottom: calc(var(--bs-gutter-x) * .2);
  /*margin-bottom: 15px;*/
  /*margin: 0px 10px 30px 10px;*/
}

.trending .item .thumb {
  position: relative;
  /*border-radius: 25px;*/
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 130%;
}

.trending .item .icon {
  position: absolute;
  bottom: 45px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 10;
}

.trending .item .icon-left {
  position: absolute;
  bottom: 45px;
  left: 5px;
  width: 32px;
  height: 32px;
  z-index: 10;
}

.trending .item .dos {
  padding-top: 70%;
}

.trending .item .windows {
  padding-top: 70%;
}

.trending .item .home {
  padding-top: 60%;
}

.trending .item .arcade {
  padding-top: 70%;
}

/*.trending .item .arcade img {*/
/*    height: 100% !important;*/
/*}*/

.trending .item .flash {
  padding-top: 70%;
}

.trending .item .fc {
  padding-top: 70%;
}

.trending .item .sfc {
  padding-top: 70%;
}

.trending .item .md {
  padding-top: 70%;
}

.trending .item .ps {
  padding-top: 70%;
}

.trending .item .ss {
  padding-top: 70%;
}

.trending .item .n64 {
  padding-top: 70%;
}

.trending .item .gba {
  padding-top: 70%;
}

.trending .item .nds {
  padding-top: 70%;
}

.trending .item .j2me {
  padding-top: 100%;
}

.trending .item .netplay {
  padding-top: 70%;
}

.trending .item .portable {
  padding-top: 70%;
}

.trending .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* 可以是cover, contain, fill等，根据需要选择 */
  position: absolute;
  top: 0;
  left: 0;
}

.trending .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #008af8;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending .item .down-content {
  max-height:60px;
  padding: 5px;
  text-align: center;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}

.trending .item .netplay-down-content {
  max-height:150px!important;
  -webkit-line-clamp: 5!important;
}

.trending .item .netplay-down-content div h4 span,
.trending .item .netplay-down-content div h5 span,
.trending .item .netplay-down-content div h6 span,
.trending .item .netplay-down-content div h7 span{
  padding: 0px 0px 0px 0px;
}

.item:hover .netplay-down-content h7 {
  color: #2c3e50!important;
}

.trending .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
  margin-top: 5px;
  margin-bottom: 5px;
}

.trending .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending .item:hover .down-content h4 {
  color: #0071f8;
}

.trending .item:hover .down-content a {
  background-color: #0071f8;
}

.trending .item .no-game{
  height:212px
}

.trending .item .no-game h4 {
  padding: 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
  margin-top: 100px
}

/* 
---------------------------------------------
Most Played Style
--------------------------------------------- 
*/

.most-played {
  background-color: #f7f7f7;
  padding: 100px 0px;
  border-radius: 150px;
}

.most-played .main-button {
  margin-top: 32px;
  text-align: right;
}

.most-played .item  {
  background-color: #fff;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.most-played .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.most-played .item .down-content {
  padding: 20px 15px 40px 15px;
}

.most-played .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.most-played .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.most-played .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  transition: all .3s;
}

.most-played .item:hover .down-content h4 {
  color: #0071f8;
}

.most-played .item:hover .down-content a {
  background-color: #0071f8;
}


/* 
---------------------------------------------
Categories Style
--------------------------------------------- 
*/

.categories .main-button {
  margin-top: 30px;
}

.categories .item  {
  background-color: #0071f8;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.categories .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.categories .item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 22px;
  margin-bottom: 0px;
}

/* 
---------------------------------------------
CTA Style
--------------------------------------------- 
*/

.cta {
  position: relative;
}

.cta::after {
  background-image: url(../html/assets/images/cta-bg.jpg);
  max-width: 550px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border-radius: 25px;
  left: 50%;
  transform: translateX(-275px);
  top: 0;
  z-index: -1;
}

.cta .shop {
  margin-top: 80px;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px;
}

.cta .shop .section-heading {
  margin-right: 30px;
  margin-bottom: 50px;
}

.cta .shop p {
  font-weight: 600;
  font-size: 16px;
}

.cta .shop .main-button {
  margin-top: 50px;
}

.cta .subscribe {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px 60px;
}

.cta .subscribe .section-heading {
  margin-bottom: 50px;
}

.cta .subscribe form {
  position: relative;
  max-width: 100%;
}

.cta .subscribe form input {
  max-width: 100%;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.cta .subscribe form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.cta .subscribe form button:hover {
  background-color: #0071f8;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  margin-top: 50px;
  background-color: #0071f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/web/footer-bg.webp);
  min-height: 50px;
  border-radius: 0px 0px 0px 0px;
}

footer p {
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/web/page-heading-bg.webp);
  border-radius: 0px 0px 150px 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 100px 0px;
  text-align: center;
}

.page-heading span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.page-heading span a {
  color: #fff;
}

.page-heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}


/* 
---------------------------------------------
Shop Page Style
--------------------------------------------- 
*/

.trending ul.trending-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.trending ul.trending-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.trending ul.trending-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1e1e1e;
  background-color: #eee;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all .3s;
}

.trending ul.trending-filter li a.is_active {
  background-color: #ee626b;
  color: #fff;
}

.trending ul.trending-filter li a.is_active:hover {
  color: #fff;
}

.trending ul.trending-filter li a:hover {
  color: #ee626b;
}

.trending-box .item  {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}

.trending-box .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.trending-box .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending-box .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #008af8;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending-box .item .down-content {
  padding: 25px;
}

.trending-box .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending-box .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.trending-box .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending-box .item:hover .down-content h4 {
  color: #0071f8;
}

.trending-box .item:hover .down-content a {
  background-color: #0071f8;
}

.trending ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.trending ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.trending ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.trending ul.pagination li a:hover,
.trending ul.pagination li a.is_active {
  background-color: #0071f8;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-product .sep {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 80px 0px;
}

.single-product .left-image {
  margin-right: 80px;
}

.single-product .left-image img {
  border-radius: 25px;
}

.single-product h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.single-product span.price {
  font-size: 27px;
  font-weight: 700;
  color: #0071f8;
}

.single-product span.price em {
  font-style: normal;
  color: #c8c8c8;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 5px;
}

.single-product p {
  margin-top: 50px;
  margin-bottom: 60px;
}

.single-product form input {
  width: 80px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.single-product form {
  display: inline;
}

.single-product form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.single-product form button i {
  margin-right: 5px;
}

.single-product form button:hover {
  background-color: #0071f8;
}

.single-product ul {
  margin-top: 60px;
}

.single-product ul li {
  display: block;
  margin: 20px 0px;
  font-size: 14px;
  color: #0071f8;
}

.single-product ul li:last-child {
  margin-bottom: 0px;
}

.single-product ul li span {
  width: 120px;
  display: inline-block;
  color: #aaa;
}

.tabs-content {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 60px;
  transition: all 0.3s;
}

.tabs-content .nav-link {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 0px;
}

.tabs-content ul.nav-tabs {
  border-bottom: none;
}

.tabs-content ul.nav-tabs li {
  border-right: 1px solid #d7d7d7;
  margin-right: 30px;
  padding-right: 30px;
}

.tabs-content ul.nav-tabs li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.tabs-content .nav-tabs .nav-link.active {
  color: #0071f8;
}

.tabs-content .tab-content {
  margin-top: 30px;
}

.related-games .main-button {
  text-align: right;
  margin-top: 32px;
}


/* 
---------------------------------------------
Contact PAge Style
--------------------------------------------- 
*/

.contact-page .left-text {
  background-color: #fafafa;
  /*background-color: #f7f7f7;*/
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-page .left-text .section-heading {
  margin-bottom: 50px;
}

.contact-page .left-text p {
  margin-bottom: 20px;
}

.contact-page .left-text ul li {
  display: block;
  font-size: 16px;
  color: #aaaaaa;
  /*font-size: 300px;*/
  margin-bottom: 15px;
}

.contact-page .left-text ul li:last-child {
  margin-bottom: 0px;
}

.contact-page .left-text ul li span {
  display: block;
  font-size: 14px;
  /*font-weight: 600;*/
  color: #4a4a4a;
  margin-bottom: 5px;
}

.contact-page .right-content {
  margin-left: 50px;
}

.contact-page .right-content #map {
  margin-bottom: 60px;
}

.contact-page .right-content form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-page .right-content form textarea {
  width: 100%;
  height: 130px;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-page .right-content form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.contact-page .right-content form button:hover {
  background-color: #0071f8;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0;
  }
  .main-banner .right-image span.offer {
    left: 20px;
    bottom: 20px;
  }
  .cta .subscribe form button {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo img {
    max-width: 240px;
    margin-top: 10px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav ul.nav {
    margin-top: 10px;
  }
  .background-header .main-nav ul.nav {
    margin-top: 20px;
  }
  .main-banner .caption {
    margin-bottom: 45px;
    text-align: center;
  }
  .main-banner .caption form,
  .main-banner .caption form input {
    max-width: 100%;
  }
  .features .item {
    margin-bottom: 30px;
  }
  .trending .main-button,
  .cta::after,
  .most-played .main-button,
  .related-games .main-button {
    display: none;
  }
  .most-played .section-heading {
    text-align: center;
  }
  .cta .shop {
    padding: 30px;
    margin-bottom: 30px;
  }
  .cta .subscribe {
    padding: 30px;
  }
  .cta .shop .section-heading {
    margin-right: 0px;
  }
  .trending ul.trending-filter li a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .trending ul.trending-filter li {
    margin: 5px 2px;
  }
  .single-product .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .tabs-content .nav-link {
    font-size: 16px;
  }
  .tabs-content ul.nav-tabs li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .page-heading {
    padding: 140px 0px 100px 0px;
  }
  .contact-page .right-content {
    margin-left: 0px;
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {

}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.search-input{
  float:right;
  position: relative;
}

.search-input form input {
  max-width: 550px;
  width: 100%;
  height: 35px;
  /*outline: black;*/
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #8e8e8e;;
  padding: 0px 10px;
  font-size: 14px;
  color: #25197a;
}

.search-input form button {
  margin-right: 10px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  /*background-color: #ee626b;*/
  background-color: #0071f8;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

/*.logo h2 {*/
/*  width:300px;*/
/*  font-size: 30px;*/
/*  color: #fff;*/
/*  margin-top: 10px;*/
/*  !*position: relative;*!*/
/*  !*padding-bottom: 5px;*!*/
/*}*/

.section-heading .play-game-title {
  /*margin: 5px 0px 0px 0px;*/
  padding: 6px 0px 0px 0px;
  /*color: #ee626b;*/
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
  text-align: justify;
  letter-spacing: 2px;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_ad{
  margin-top: 20px;
}

.ad_hx_container{
  margin-top: 50px;
  margin-bottom: 20px
}

/* 二级菜单 */
.header-area .main-nav .nav li {
  position: relative;
}

/* 下拉菜单样式 */
.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1f83f8; /* 与一级菜单背景色相同 */
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 4px; /* 圆角 */
  min-width: 120px; /* 设置最小宽度 */
  max-width: 200px; /* 设置最小宽度 */
  box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 大屏幕下的阴影效果 */
}

.sub-nav li {
  padding-top: 2px;
  display: block;
  border-bottom: 1px solid #e9ecef; /* 分隔线 */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-nav li:last-child {
  /*width:95%;*/
  border-bottom: none;
}

.sub-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-nav a:hover {
  background-color: rgba(255, 255, 255, 0.10);
  color: #fff;
}

/* 显示下拉菜单 */
.nav li:hover .sub-nav {
  display: block;
}

.nav li.has-subnav::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  pointer-events: none;
}

.header-area .main-nav .logo img{
  height: 70%;
  width: 70%;
  margin-top: 5px
}

@media (max-width: 767px) {
  .sub-nav {
    /*top:100%;*/
    background-color: #fff;
    max-width: none;
    width: 100%;
    /*left: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
    box-shadow: none;
  }

  .nav li:hover .sub-nav {
    display: none;
  }

  .sub-nav li{
    background-color: #e2e2b9;
  }

  .nav li.has-subnav::after {
    border-top: 5px solid black;
  }

  .nav li.has-subnav.active::after {
    border-top: none;
    border-bottom: 5px solid black;
  }

  .header-area .main-nav .logo img{
    margin-top: 10px
  }
}

.support_vip_text{
  text-decoration: underline !important;
  text-decoration-color: #0a73f8 !important;
}

/* 固定在右上角的安装提示层 */
.pwa-install-banner {
  position: absolute;
  top: 65px;
  right: 5px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  border: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .pwa-install-banner {
    width: 100%;
    right: 0px!important;
  }
}

.pwa-install-button {
  min-width: 60px;
  background: #4CAF50;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.pwa-close-button {
  background: transparent;
  border: none;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
}

.pwa-install-button:hover {
  background: #45a049;
}

.pwa-close-button:hover {
  color: #333;
}

.netplay-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
  backdrop-filter: none;
}

.netplay-modal-overlay.show {
  visibility: visible;
  opacity: 1;
}

.netplay-password-modal {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 320px;
  padding: 24px;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.netplay-modal-overlay.show .netplay-password-modal {
  transform: translateY(0);
}

.netplay-modal-title {
  /*color: #1a73e8;*/
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.netplay-input-group {
  margin-bottom: 20px;
}

.input-group-input-label {
  display: block;
  color: #5f6368;
  font-size: 14px;
  margin-bottom: 8px;
}

.netplay-password-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 14px;
  transition: border 0.3s;
}

.netplay-password-input:focus {
  border-color: #1a73e8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

.netplay-button-group {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.netplay-modal-btn {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.netplay-cancel-btn {
  background-color: white;
  color: #5f6368;
  border: 1px solid #dadce0;
}

.netplay-cancel-btn:hover {
  background-color: #f8f9fa;
}

.netplay-confirm-btn {
  background-color: #1a73e8;
  color: white;
  border: none;
}

.netplay-confirm-btn:hover {
  background-color: #1765cc;
}

.netplay-error{
  height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color:red;
}

.create-room-section {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.create-room-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.create-room-btn {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 15px;
  padding: 10px 5px 10px 5px;
  border: none;
  background: #1e88e5;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.create-room-btn:hover {
  background: #1976d2;;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2); /* Slightly stronger shadow */
  color: white;
}

.elegant-back-btn {
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(26, 115, 232, 0.05);
}

.elegant-back-btn:hover {
  color: #1d4ed8;
  background-color: rgba(26, 115, 232, 0.1);
}

/* 修正箭头居中问题 */
.icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* 确保SVG完全居中 */
.icon-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.elegant-back-btn:hover .icon-arrow {
  transform: translateX(-4px);
}

/* 文字对齐优化 */
.btn-text {
  position: relative;
  top: 1px; /* 微调文字垂直对齐 */
}

.btn-text::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.7;
}

.elegant-back-btn:hover .btn-text::after {
  width: 100%;
}

.elegant-back-btn:active {
  transform: scale(0.98);
}

.netplay-name-input {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  margin:  -10px 0px 20px 0px;
  /*padding:*/
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  max-width: 300px;
}

.netplay-name-input-label {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  white-space: nowrap;
}

.netplay-name-input-field {
  flex-grow: 1;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  max-width: 200px;
}

.netplay-name-input-field:focus {
  border-color: #1a73e8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

.play-page-bottom{
  margin-bottom: 100px;
}

/* post */
@media (max-width: 991px) {
  .post-container {
    width:90%;
    /*margin: 20px auto!important;*/
  }
}

@media (min-width: 991px) {
  .post_v2 {
    margin-left:20px;
  }
}

.post-container {
  margin: 30px auto 0px auto;
  padding: 20px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.post-form-group {
  margin-bottom: 20px;
  position: relative;
}
.post-textarea {
  width: 100%;
  padding: 10px 100px 10px 10px;
  border: 1px solid #dfdada;
  border-radius: 5px;
  font-size: 14px;
  min-height: 70px;
  resize: vertical;
}
.post-textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.post-btn {
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.post-btn-primary {
  background: #3498db;
  color: white;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.post-btn-primary:hover {
  background-color: #2980b9;
}
.post-item {
  background: white;
  padding: 15px 20px 5px 20px;
  border-left: 1px solid #dfdada;
  border-right: 1px solid #dfdada;
  border-bottom: 1px dashed #dfdada;
  /*margin-bottom: 1px;*/
  /*border-radius: 5px;*/
}

.post-item:only-child{
  border-radius: 5px 5px 5px 5px;
  border-top: 1px solid #dfdada;
  border-bottom: 1px solid #dfdada!important;
}

.post-item:first-child:not(:only-child){
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #dfdada;
}

.post-item:last-child:not(:only-child){
  border-radius: 0px 0px 5px 5px;
  border-bottom: 1px solid #dfdada;
}

.post-content {
  line-height: 1.6;
  margin-bottom: 5px;
}
.post-meta {
  color: #7f8c8d;
  font-size: 0.9em;
  text-align: right;
}
.post-reply-link {
  color: #3498db;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
}
.post-reply-link:hover {
  text-decoration: underline;
}
.post-replies {
  padding-left: 20px;
  margin-top: 5px;
  border-left: 3px solid #dfdada;
}
.post-replies .post-reply:only-child {
  margin-top: 15px;
  border-top: 1px solid #dfdada;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #dfdada!important;
}
.post-replies .post-reply:first-child:not(:only-child) {
  margin-top: 15px;
  border-top: 1px solid #dfdada;
  border-radius: 5px 5px 0px 0px;
}
.post-replies .post-reply:last-child:not(:only-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdada;
  border-radius: 0px 0px 5px 5px;
}
.post-reply {
  background: #fafafa;
  padding: 15px 20px 5px 20px;
  border-left: 1px solid #dfdada;
  border-right: 1px solid #dfdada;
  border-bottom: 1px dashed #dfdada;
  /*border-left: 3px solid #e9ecef;*/
  /*margin-bottom: 1px;*/
  /*border-radius: 5px;*/
}
.post-reply-content {
  line-height: 1.6;
  margin-bottom: 5px;
}
.post-reply-meta {
  color: #7f8c8d;
  font-size: 0.9em;
  text-align: right;
}
.post-reply-form {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
  border-top: 1px dashed #dfdada;
}
.post-reply-form.active {
  display: block;
}
.post-reply-textarea {
  padding-right: 90px;
}

.alert-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-200px);
  padding: 15px 25px;
  background: #ff4757;
  color: white;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  z-index: 10000;
  opacity: 0;
  transition: all 0.4s ease-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  min-width: 280px;
}

.alert-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}