html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow-x: hidden;
}

html {
  overflow: hidden;
}

body {
  background-color: #202124 !important;
  top: 0px !important;
}

p {
  font-size: 18px;
}

.wp-site-blocks {
  padding-top: 0px !important;
}

.wp-block-post-title {
  display: none;
}

.box {
  font-size: 18px;
  font-weight: bold;
  width: fit-content;
  height: 25px;
  padding: 0px 5px;
  border: 1px solid #ccc;
  display: inline-flex;
  text-align: center;
  line-height: 30px;
  justify-content: center;
  align-items: center;
}

.container,
.sidebar {
  position: relative;
}

.underline {
  margin-block-start: -0.01em !important;
}

#featured-works,
#noticeHeader,
#latestHeader,
#popularHeader,
#donateHeader {
  font-size: 24px;
  font-weight: bold;
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: inline-flex;
  line-height: 30px;
}

#hot-list,
#notice,
#latest-post,
#popular-works,
#donate,
.contact-us {
  padding-top: 0.5em;
  margin-block-start: 0.7em !important;
  background-color: #303134;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.3);
}

.wp-block-navigation__responsive-container {
  background-color: #202124 !important;
  position: sticky;
  top: 0;
  padding: 10px;
  z-index: 100;
}

p,
h1,
h2,
h3,
div,
span,
.wpforms-field-label,
.wpforms-field-sublabel {
  color: #bdc1c6 !important;
}

p a {
  color: #8ab4f8 !important;
}

ul {
  padding-left: 1em;
  padding-right: 1em;
}

ul b {
  margin-left: -1em;
  margin-right: -1em;
}

ul li a {
  color: #bdc1c6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul li a:hover {
  text-decoration: underline !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

a:active,
a:focus {
  color: #7d95f3 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

a:visited {
  color: #c58af9;
}

.MsoNoSpacing.navigate {
  background-color: #303134;
  padding: 1em 0em 1em 0em;
}

.MsoNoSpacing.navigate a {
  color: #bdc1c6 !important;
}

.MsoNoSpacing.navigate a:active {
  color: #7d95f3 !important;
}

.MsoNoSpacing.navigate a:hover {
  text-decoration: underline !important;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  display: none;
}

@media (max-width: 767px) {
  .slideshow-container {
    display: block;
  }
}

.slideshow-container .mySlides .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 280px;
  height: 150px;
}

.slideshow-container .mySlides .slide-content h3.text {
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slideshow-container .mySlides .slide-content div.text {
  width: 200px !important;
  color: white !important;
  width: inherit;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: sans-serif;
}

.slideshow-container .mySlides {
  margin: 0 auto;
  width: fit-content;
}

/* Next &amp; previous buttons */
.prev-banner,
.next-banner {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next-banner {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-banner:hover,
.next-banner:hover,
#prevBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev-banner,
  .next-banner,
  #prevBtn,
  .text {
    font-size: 11px
  }
}

/* dekstopbanner */
#numberContainer {
  display: flex;
  overflow: hidden;
  min-width: none;
  max-width: 1260px;
  position: relative;
  margin: auto;
}

#numberContainer>a.mySlides-desktop {
  flex: 0 0 300px;
  height: 150px;
  margin: 0 10px;
  box-sizing: border-box;
  transform: translateX(-170px);
}

#numberContainer>a.mySlides-desktop:h {
  flex: 0 0 300px;
  height: 150px;
  margin: 0 10px;
  box-sizing: border-box;
  transform: translateX(-170px);
}

@media (max-width: 1260px) {
  #numberContainer>a.mySlides-desktop {
    transform: translateX(-170px);
  }
}

#numberContainer .mySlides-desktop .slide-content {
  position: absolute;
  z-index: 1;
  width: 280px;
  height: 150px;
  padding-left: 1em;
}

@media (max-width: 767px) {
  #numberContainer {
    display: none;
  }
}

#numberContainer .mySlides-desktop .slide-content h3.text {
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#numberContainer .mySlides-desktop .slide-content div.text {
  width: 200px !important;
  color: white !important;
  width: inherit;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: sans-serif;
}

#prevBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  left: 25%;
  background: black;
  padding: 10px;
}

#nextBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: 25%;
  background: black;
  padding: 10px;
}

.hot-listItemContainer,
.noticeItemContainer,
.latest-postItemContainer,
.popular-worksItemContainer {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2em;
}

.latest-postItemSub,
.hot-listItemSub,
.popular-worksItemSub {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.latest-postItemSub span,
.hot-listItemSub span,
.popular-worksItemSub span {
  display: inline-block;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
  font-family: Arial, sans-serif;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .latest-postCategories, .latest-postTotalGenre {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .latest-postDate {
    min-width: 25% !important;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.latest-postCategories, .latest-postTotalGenre {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-postDate {
  min-width: 10%;
  max-width: 12%;
  background-color: #6ac9a3;
  text-align: center;
  display: inline-block;
}

.noticeItemDate {
  display: inline-block;
  padding: 5px 0px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px !important;
}

.latest-postCategories,
.latest-postTotalGenre {
  background-color: #29abe0;
}

.hot-listTotalReader,
.popular-worksTotalReader {
  background-color: #606064;
}

.donateItemContainer {
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2em;
}

.hot-listItemContainer:hover,
.noticeItemContainer:hover,
.latest-postItemContainer:hover,
.popular-worksItemContainer:hover {
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #1f2124 !important;
  margin-bottom: 0.2em;
}

.hot-listItemContainer:active,
.noticeItemContainer:active,
.latest-postItemContainer:active,
.popular-worksItemContainer:active {
  background-color: #2d2f33 !important;
}

.hot-listItemNumber,
.noticeItemNumber,
.latest-postItemNumber,
.popular-worksItemNumber {
  vertical-align: top;
}

.hot-listItemTitle,
.noticeItemDate,
.latest-postItemTitle,
.popular-worksItemTitle {
  margin-left: 0.5em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-listItemNumber,
.hot-listItemTitle,
.noticeItemNumber,
.noticeItemDate,
.latest-postItemNumber,
.latest-postItemTitle,
.popular-worksItemNumber,
.popular-worksItemTitle {
  display: -webkit-inline-box;
}

.hot-listItemSub,
.latest-postItemSub,
.popular-worksItemSub {
  font-size: 12px;
}

.noticeItemDate {
  font-size: 12px;
}

.noticeItemTitle {
  margin-left: 1.6em;
}

.latest-postItemContainer1,
.hot-listItemContainer1,
.latest-postItemContainer1,
.popular-worksItemContainer1 {
  display: inline-flex;
  margin-bottom: 5px;
}

.moreButtonContainer {
  text-align: right;
}

.circle {
  width: 1.2em;
  height: 1.2em;
  background-color: rgba(32, 33, 36, 0.5);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}

.top-navigation {
  display: flex;
  align-items: stretch;
  position: relative;
  background-color: #29abe0;
}

.top-navigation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: gray;
}

.logo {
  max-height: 32px;
  padding: 10px;
}

#logo-navigation {
  max-height: 36px;
}

@media (max-width: 768px) {
  .top-navigation {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #303134;
    padding: 10px;
  }

  .top-navigation.hidden::after {
    display: none;
  }

  .logo {
    display: none;
  }

  .search input[type="submit"] {
    display: none;
  }
}

.logo a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.aria-button {
  position: relative;
  display: none;
  padding: 0.2em 0.5em;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .aria-button {
    display: inline-block;
  }
}

.menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  background-color: #303134;
  border: 1px solid white;
  width: 99%;
  left: 0;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

li.page_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}

li.page_item:active {
  background-color: #2f748f;
}

/* Removing the border on desktop */
@media (min-width: 768px) {
  li.page_item {
    border-bottom: none;
    width: 120px;
    text-align: center;
  }
}

.menu ul li a:visited {
  color: #fff !important;
}

.menu.active {
  opacity: 1;
  height: auto;
}

.menu.active ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu.active ul li {
  display: block;
}

.menu.active ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff !important;
}

.menu-desktop ul {
  display: inline-flex;
  list-style: none;
  /* Removes the default marker */
  padding: 0;
  /* Removes the default padding */
  margin: 0;
  /* Removes the default margin */
  height: 100%;
  align-items: center;
}

/* 
.menu-desktop .page_item:hover {
  background-color: #2287af;
  height: 100%;
  align-items: center;
} */

.menu-desktop ul li {
  padding: 0;
  /* Removes the default padding */
  margin: 0;
  /* Removes the default margin */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-desktop ul li:hover {
  background-color: #2287af;
}

.menu-desktop ul li a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .menu-desktop {
    display: none;
  }

  .navbar-itemDesktop {
    margin-left: unset;
    flex-grow: 1;
  }
}

.search-form {
  display: flex;
  flex-grow: 1;
  margin-left: 0.5em;
  padding: 10px;
}

.search-form label {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.search-field {
  padding-left: 1em;
  border-radius: 10px;
}

.search-submit {
  display: none
}

@media (max-width: 767px) {
  .search-submit {
    display: none;
  }

  .search-field {
    flex-grow: 1;
  }

  .search-form {
    padding: 0px;
  }
}

.stroke-icon {
  color: white !important;
}

.button-search-container {
  display: flex;
  justify-content: flex-end;
}

.navbar-itemDesktop {
  margin-left: auto;
  display: inline-flex;
}

.last-center {
  text-align-last: center;
}

.wp-block-post-title {
  font-size: 10px;
}

.title-content {
  text-align: center;
  font-size: 36px;
}

.content .title-content {
  text-align: center;
  font-size: 36px;
  text-align-last: center;
}

/*Footer*/

footer.wp-block-template-part {
  display: none;
}

.custom-footer {
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-color: #1e86a5;
  /* Set the background color */
}

.footer-padding {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-footer .footer-padding ul {
  list-style: none;
  /* Remove the marker from list items */
}

.column ul li a,
.column img[alt] {
  color: #ffffff !important;
  /* Set the font color */
  text-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
  font-weight: lighter;
}

.custom-footer .footer-padding .column {
  flex-basis: 30%;
}

.column {
  margin-bottom: 2em;
}

.column-logo {
  order: 1;
  /* Set the order of the logo column */
}

.column-links {
  order: 2;
  /* Set the order of the links column */
}

.column-contact {
  order: 3;
  /* Set the order of the List Novel column on mobile */
}

.column-list-novel {
  order: 4;
  /* Set the order of the List Novel column */
}

.powered-by-wordpress {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
  font-weight: lighter;
  margin-bottom: 2em;
}

#footer-logo {
  min-width: 200px;
  max-width: 250px;
}

@media only screen and (max-width: 768px) {
  .custom-footer .footer-padding {
    flex-wrap: wrap;
  }

  .custom-footer {
    padding: 0px;
  }

  .custom-footer .footer-padding .column {
    flex-basis: 100%;
  }

  .column-logo {
    order: 1;
    /* Set the order of the logo column on mobile */
    max-height: 48px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid white;
    background-color: #29abe0;
  }


  #footer-logo {
    max-height: 48px;
  }

  .powered-by-wordpress {
    order: 4;
    position: initial;
    margin: 0px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    border-top: 1px solid white;
    background-color: #29abe0;
  }
}

/*Contact Form*/

.contact-us {
  max-width: 400px;
  margin: 0 auto;
  padding: 1em
}

.contact-us h2 {
  text-align: center;
}

.contact-us .form-group {
  margin-bottom: 20px;
}

.contact-us label {
  display: block;
  font-weight: bold;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact-us input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-us .alert {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
}

.contact-us .alert-success {
  background-color: #D4EDDA;
  color: #155724;
}

.contact-us .alert-danger {
  background-color: #F8D7DA;
  color: #721C24;
}

.contact-us .disclaimer {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

/* Button to the top */
.button-top {
  position: fixed;
  bottom: 20px;
  /* Adjust the bottom position as desired */
  right: 20px;
  /* Adjust the right position as desired */
  z-index: 9999;
  /* Ensure the button appears on top of other elements */
  background-color: #303134;
  /* Set the background color of the button */
  color: #ffffff !important;
  /* Set the text color of the button */
  padding: 10px 20px;
  /* Adjust the padding as desired */
  border-radius: 5px;
  /* Adjust the border radius as desired */
}

.button-top:hover {
  background-color: #19759c;
  /* Set the background color of the button on hover */
}

.placeToRight {
  margin-right: auto;
}

.placeToLeft {
  margin-left: auto;
}

#header,
#footer,
#page hr {
  display: none;
}

.pagination {
  text-align: center;
}

@media (max-width: 768px) {
  .pagination {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
  }
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.2em;
  margin: 0 0.2em;
  text-decoration: none;
}

.pagination-link {
  padding: 0.2em;
  margin: 0 0.2em;
  border: 1px solid #ccc;
  text-decoration: none;
}

/* Form error report */
#formContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  /* Adjust the width as needed */
  max-width: 400px;
  /* Set a maximum width for larger screens */
  background-color: #303134;
  padding: 20px;
  z-index: 9999;
  display: none;
  border: 1px solid #ccc;
}

#closeFormButton {
  /* Style the close button as needed */
  border: none;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 10px;
}

#closeFormButton:hover {
  color: #ff0000;
}

#closeFormButton:active {
  color: #00ff00;
}

/* Media queries for responsive styles */
@media screen and (max-width: 768px) {
  #formContainer {
    min-width: 50%;
    max-width: 80%;
    /* Adjust the width for tablets */
  }

  .buttonContainer {
    margin-right: 1em;
  }

  .buttonContainer2 {
    margin-left: 1em;
  }
}

@media screen and (max-width: 480px) {
  #formContainer {
    min-width: 50%;
    width: 85%;
    /* Adjust the width for mobile devices */
  }
}

.buttonContainer {
  max-width: 650px;
  margin: 0 auto;
  text-align: right;
  /* Align the content to the right */
}

.buttonContainer2 {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  /* Align the content to the right */
}

#showFormLink {
  background-color: #29abe0;
  /* Set the background color */
  color: #fff !important;
  /* Set the font color */
  padding: 10px 20px;
  /* Add padding */
  text-decoration: none;
  /* Remove underline */
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  /* Add box shadow */
  border-radius: 4px;
}

#disqus_thread {
  max-width: 650px;
  margin: auto;
  padding: 1em;
}

ins.adsbygoogle {
  text-align: center;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/*Content*/

.novel-paragraph {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  font-family: sans-serif !important;
  text-align: left;
  line-height: 1.6;
  direction: ltr;
  font-weight: normal;
}

.highlight {
    font-weight: bold;
    border-radius: 3px; /* Rounded corners */
    cursor: pointer; /* Indicate a clickable element */
}

/* Tooltip styling */
.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
}

.content {}