html,
body {
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    position: relative;
    z-index: 99;
    scroll-behavior: smooth;
    background-color: var(--bg-color-1);
}


.back-to-top {
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

body::-webkit-scrollbar {
    display: none;
}

.text-synopsis::-webkit-scrollbar {
    width: 6px;
    background-color: var(--color-4);
}

.text-synopsis::-webkit-scrollbar-thumb {
    background-color: var(--primary)
}




#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

.heading {
    position: relative;
    width: fit-content;
    z-index: 11;
}

.heading::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 8px;
    background-color: var(--bg-color-6);
    z-index: -1;
}


.num a {
    counter-increment: mvp-trend;
}

.num a .number::after {
    content: counter(mvp-trend);
}

@media (max-width:768px) {
    .game-text::-webkit-scrollbar {
        width: 4px;
    }
}

.star i.full {
    color: #F6CC22;
}

.star i {
    color: #E4E4E4;
}

.star i.partial {
    background: linear-gradient(to right, #F6CC22 var(--percent, 0%), #E4E4E4 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.chapter-body p{
      padding: 8px 0;
}

.pt {
  max-width: 1200px
}

.pt h1 {
  font-size: 30px !important;
}

.pt h2,
.pt h3,
.pt h4,
.pt h3 {
  font-size: 16px;
  line-height: 22px;
}

.pt h1,
.pt h2,
.pt h3,
.pt h4,
.pt p,
.pt li {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 10px 0;
}

.pt img {
  width: 100%;
}

.pt a {
  word-break: break-all;
  color: #65a1ff;
}


.pt ul {
  list-style: disc;
  margin: 0 0 0 30px;
  padding: 0;
}


.pt table {
  margin-bottom: 10px
}

.pt table,
.pt th,
.pt td {
  border: 1px solid !important;
  border-collapse: collapse !important;
  border-style: double !important;
}

.pt th,
.pt td {
  padding: 8px;
  text-align: center;
}
