@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=B612:ital,wght@0,400;0,700;1,700&family=Playfair+Display:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --bg-color-2: #ffffff;
  --bg-color-root: 255, 255, 255;
  --bg-color: #f8f9fa;
  --dark-mode: #2f4758;
  --chapter-info-border: 0, 0, 0;
  --chapter-color: #222020;
  --chap-info-color: #F6FAFF;
  --chapter-shadow: 88, 88, 88;
  --primary-color: #28282d;
  --border-color: #7E8188;
  --chapter-date-number: 144, 202, 249;
  --button-color: #409AF9;
  --status-color: #727272;
  --views-color: #ECFCD6;
  --primary-font: 'B612', sans-serif;
  --nato-sans: 'Noto Sans JP', sans-serif;
  --blog-title: 'Playfair Display', serif;
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-todo-list-checkmark-size: 16px;
}

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--bg-color);
  font-family: open sans,sans-serif;
  color: var(--primary-color);
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}

body.dark {
  --bg-color-2: #1e2931;
  --bg-color-root: 30, 41, 49;
  --bg-color: #181e23;
  --dark-mode: #edf4f6;
  --primary-color: #f2f2f2;
  --chapter-info-border: 195, 195, 195;
  --chapter-shadow: 196, 196, 196;
  --status-color: #a0a2a2;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}

body.dark .header .navigation .nav-end .search input {
  color: #8eb0e9;
}

body.dark .header .navigation .nav-end .search svg {
  stroke: #007aff;
}

body.dark .content .right-side .weekly-mangas .wk-tittle span {
  color: #0c0c0c;
}

body.dark .content .right-side .most-read-mangas .series:hover .series-try .views {
  color: #0c0c0c;
}

body.dark .right-side .sticky .announcement {
  border: 1px solid rgba(195, 195, 195, 0.1);
}

body.dark .right-side .sticky .announcement .title {
  border-bottom-color: rgba(195, 195, 195, 0.2);
}

body.dark .right-side .sticky .announcement-content .no-announcements {
  color: #a0a2a2;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: 0 auto;
  width: 1270px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9000;
  width: 100%;
  display: block;
  -webkit-transition: top 250ms linear;
  transition: top 250ms linear;
  background: var(--bg-color-2);
}

.header .navigation .nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.header .navigation .nav .logo {
  margin-right: 20px;
}

.header .navigation .nav .nav-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navigation .nav .nav-main .nav-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .navigation .nav .nav-main .nav-start li .items {
  margin-right: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(var(--primary-color), 0.6);
  -webkit-transition: font-weight,150ms;
  transition: font-weight,150ms;
}

.header .navigation .nav .nav-main .nav-start li .items:hover {
  text-shadow: 0 0 2px var(--primary-color);
}

.header .navigation .nav .nav-main .nav-start li .join-us {
  padding: 12px 14px;
  background: -webkit-gradient(linear, left top, right top, from(#00D2FC), to(#009EFA));
  background: linear-gradient(to right, #00D2FC, #009EFA);
  border-radius: 40px;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: -webkit-box-shadow 100ms linear;
  transition: -webkit-box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  color: #fff;
}

.header .navigation .nav .nav-main .nav-start li .join-us:hover {
  -webkit-transition: -webkit-box-shadow 100ms linear;
  transition: -webkit-box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  -webkit-box-shadow: 0 0 5px 1px #00d2fc;
          box-shadow: 0 0 5px 1px #00d2fc;
}

.header .navigation .nav .nav-main .nav-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navigation .nav .nav-main .nav-end .dark-mode {
  margin-right: 10px;
  width: 56px;
  height: 30px;
  background: var(--bg-color);
  border: 1px solid rgba(var(--chapter-info-border), 0.1);
  border-radius: 15px;
}

.header .navigation .nav .nav-main .nav-end .dark-mode label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header .navigation .nav .nav-main .nav-end .dark-mode label input {
  display: none;
}

.header .navigation .nav .nav-main .nav-end .dark-mode label input:checked + .ball {
  left: 27px;
  -webkit-transition: left 150ms linear;
  transition: left 150ms linear;
}

.header .navigation .nav .nav-main .nav-end .dark-mode label .ball {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background: var(--dark-mode);
  -webkit-transition: left 150ms linear;
  transition: left 150ms linear;
}

.header .navigation .nav .nav-main .nav-end .search {
  position: relative;
  margin-right: 10px;
}

.header .navigation .nav .nav-main .nav-end .search input {
  width: 230px;
  height: 36px;
  padding: 0 10px 0 40px;
  border: 1px solid rgba(0, 210, 252, 0.4);
  border-radius: 46px;
  background: 0 0;
  color: var(--primary-color);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.header .navigation .nav .nav-main .nav-end .search input:hover {
  border: 1px solid rgba(0, 210, 252, 0.8);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.header .navigation .nav .nav-main .nav-end .search input:focus {
  border: 2px solid rgba(0, 210, 252, 0.8);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.header .navigation .nav .nav-main .nav-end .search input:focus + svg {
  stroke: #017991;
}

.header .navigation .nav .nav-main .nav-end .search input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.header .navigation .nav .nav-main .nav-end .search input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.header .navigation .nav .nav-main .nav-end .search input::-ms-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.header .navigation .nav .nav-main .nav-end .search input::placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.header .navigation .nav .nav-main .nav-end .search svg {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #222020;
}

.header .navigation .nav .nav-main .nav-end .social-media a {
  margin-right: 5px;
}

.header .navigation .nav .nav-main .nav-end .social-media a:last-child {
  margin-right: 0;
}

.header .navigation .nav .navbar-toggler {
  display: none;
  background: 0 0;
  border: 1px solid transparent;
  -webkit-transition: border-radius 100ms linear, -webkit-box-shadow 100ms linear;
  transition: border-radius 100ms linear, -webkit-box-shadow 100ms linear;
  transition: border-radius 100ms linear, box-shadow 100ms linear;
  transition: border-radius 100ms linear, box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  padding: 5px 10px;
}

.header .navigation .nav .navbar-toggler svg {
  fill: var(--primary-color);
}

.header .navigation .nav .navbar-toggler:hover {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 1px rgba(var(--chapter-shadow), 0.5);
          box-shadow: 0 0 3px 1px rgba(var(--chapter-shadow), 0.5);
  -webkit-transition: border 100ms linear, border-radius 100ms linear;
  transition: border 100ms linear, border-radius 100ms linear;
}

.header.hide {
  top: -60px;
}

.warning {
  z-index: 9001;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.warning.hide {
  display: none;
  overflow: auto;
}

.warning .component-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.warning .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.warning .component h1 {
  color: #0c0c0c;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 15px;
}

.warning .component .text {
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.warning .component .text-2 {
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #ff1825;
  margin-bottom: 15px;
}

.warning .component .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.warning .component .button a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  border-radius: 10px;
  width: 100px;
  height: 40px;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.warning .component .button a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.warning .component .button-yes {
  cursor: pointer;
  background: #ff1825;
  color: #fff;
}

.warning .component .button-no {
  background: #0379d4;
  color: #0c0c0c;
}

.content {
  padding-top: 75px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: auto;
}

.content .main {
  width: 75%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.content .main .mostly-mangas {
  width: 100%;
  height: 435px;
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--bg-color-2);
  position: relative;
}

.content .main .mostly-mangas .swiper-container {
  width: 100%;
  height: 100%;
}

.content .main .mostly-mangas .swiper-container .swiper-slide {
  width: 100% !important;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(12, 12, 12, 0.65);
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content {
  max-width: 600px;
  height: 100%;
  position: absolute;
  z-index: 15;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .title {
  color: #fff;
  font-family: var(--nato-sans);
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 30px;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .summary {
  margin-bottom: 40px;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .summary p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .summary p strong {
  font-weight: 700;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .button {
  text-align: center;
  width: 120px;
  padding: 8px 0;
  font-family: var(--nato-sans);
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #0d85b3;
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
}

.content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .button:hover {
  -webkit-transition: -webkit-box-shadow 100ms;
  transition: -webkit-box-shadow 100ms;
  transition: box-shadow 100ms;
  transition: box-shadow 100ms, -webkit-box-shadow 100ms;
  -webkit-box-shadow: 0 0 3px 1px #0d85b3;
          box-shadow: 0 0 3px 1px #0d85b3;
}

.content .main .mostly-mangas .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .main .mostly-mangas .swiper-container .swiper-pagination {
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.content .main #latest-chapters {
  width: 100%;
  background: var(--bg-color-2);
  border-radius: 20px;
  padding: 15px 15px 40px;
}

.content .main #latest-chapters .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}

.content .main #latest-chapters .title svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-color);
  margin-right: 5px;
  margin-bottom: 7px;
}

.content .main #latest-chapters .title h2 {
  font-family: var(--blog-title);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}

.content .main #latest-chapters .chapters {
  display: -ms-grid;
  display: grid;
  place-items: center;
      grid-template-areas: ". ." ". .";
}

.content .main #latest-chapters .chapters .chap {
  padding-right: 25px;
  margin-bottom: 15px;
  border-right: 1px solid var(--border-color);
}

.content .main #latest-chapters .chapters .chap:not(:nth-child(2n-1)) {
  border-right: none;
  padding-right: 0;
}

.content .main #latest-chapters .chapters .chap:not(:nth-last-child(n-2)) {
  margin-bottom: 0;
}

.content .main #latest-chapters .chapters .chap:not(:nth-last-child(n-2)) .chap-content {
  border-bottom: none;
}

.content .main #latest-chapters .chapters .chap .chap-content {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main #latest-chapters .chapters .chap .chap-content .img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 20px;
  border: 1px solid rgba(var(--chapter-info-border), 0.3);
  margin-right: 10px;
  overflow: hidden;
}

.content .main #latest-chapters .chapters .chap .chap-content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title {
  cursor: pointer;
  max-width: 220px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title a {
  font-family: var(--primary-font);
  font-size: 18px;
  letter-spacing: -.5px;
  font-weight: 700;
  font-style: italic;
  color: var(--primary-color);
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title a:hover {
  text-decoration: underline;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 36px;
  padding: 2px;
  background: var(--bg-color);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  overflow: hidden;
  border: 1px solid rgba(var(--chapter-info-border), 0.1);
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-transition: -webkit-transform 200ms linear, -webkit-box-shadow 100ms linear;
  transition: -webkit-transform 200ms linear, -webkit-box-shadow 100ms linear;
  transition: transform 200ms linear, box-shadow 100ms linear;
  transition: transform 200ms linear, box-shadow 100ms linear, -webkit-transform 200ms linear, -webkit-box-shadow 100ms linear;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0 5px 2px rgba(var(--chapter-shadow), 0.2);
          box-shadow: 0 0 5px 2px rgba(var(--chapter-shadow), 0.2);
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info:last-child {
  margin-bottom: 0;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info .chap-date {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 0 7px 7px 0;
  color: var(--primary-color);
  font-size: 13px;
  letter-spacing: -.5px;
  width: 40px;
  height: 28px;
  margin: 1px;
  background: rgba(var(--chapter-date-number), 0.5);
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info-content .chap-number {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 7px 0 0 7px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.5px;
  width: 40px;
  height: 28px;
  margin: 1px 3px 1px 1px;
  background: rgba(var(--chapter-date-number), 0.5);
}

.content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info-content .chap-info-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.5px;
  color: var(--primary-color);
}

.content .main .posts-latest {
  width: 100%;
  background: var(--bg-color-2);
  border-radius: 10px;
  padding: 30px;
}

.content .main .posts-latest .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--border-color);
}

.content .main .posts-latest .title svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-color);
  margin-right: 5px;
  margin-bottom: 5px;
}

.content .main .posts-latest .title h2 {
  text-align: left;
  font-family: var(--blog-title);
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -1px;
  margin-bottom: 7px;
}

.content .main .posts-latest .post {
  padding: 10px 0;
  border-bottom: 1px solid rgba(var(--chapter-info-border), 0.5);
}

.content .main .posts-latest .post.post-single {
  border-bottom: 1px solid transparent !important;
}

.content .main .posts-latest .post.post-single .post-content-title .blog-title {
  font-size: 32px;
}

.content .main .posts-latest .post.post-single .post-content-title .by-who {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(var(--chapter-info-border), 0.2);
}

.content .main .posts-latest .post-content {
  border-bottom: 1px solid rgba(var(--chapter-info-border), 0.2);
}

.content .main .posts-latest .post-content:last-of-type {
  border-bottom: none;
}

.content .main .posts-latest .post-content .ps-content {
  position: relative;
  height: 100%;
}

.content .main .posts-latest .post-content .ps-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content .main .posts-latest .post-content .ps-content p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}

.content .main .posts-latest .post-content .ps-content p strong {
  font-weight: 700;
}

.content .main .posts-latest .post-content .ps-content ul {
  margin: 0 20px 20px;
  list-style-type: disc;
  font-size: 15px;
  line-height: 21px;
}

.content .main .posts-latest .post-content .ps-content ul li {
  margin: 5px;
}

.content .main .posts-latest .post-content .ps-content ol {
  margin: 0 20px 20px;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 21px;
}

.content .main .posts-latest .post-content .ps-content ol li {
  margin: 5px;
}

.content .main .posts-latest .post-content .ps-content a {
  color: #007aff;
  text-decoration: underline;
  font-size: 16px;
}

.content .main .posts-latest .post-content .ps-content .marker-yellow {
  padding: 3px 5px;
  margin: 3px;
  background-color: var(--ck-highlight-marker-yellow);
}

.content .main .posts-latest .post-content .ps-content .marker-green {
  padding: 3px 5px;
  margin: 3px;
  background-color: var(--ck-highlight-marker-green);
}

.content .main .posts-latest .post-content .ps-content .marker-pink {
  padding: 3px 5px;
  margin: 3px;
  background-color: var(--ck-highlight-marker-pink);
}

.content .main .posts-latest .post-content .ps-content .marker-blue {
  padding: 3px 5px;
  margin: 3px;
  background-color: var(--ck-highlight-marker-blue);
}

.content .main .posts-latest .post-content .ps-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

.content .main .posts-latest .post-content .ps-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

.content .main .posts-latest .post-content .ps-content .text-tiny {
  font-size: .7em;
}

.content .main .posts-latest .post-content .ps-content .text-small {
  font-size: .85em;
}

.content .main .posts-latest .post-content .ps-content .text-big {
  font-size: 1.4em;
}

.content .main .posts-latest .post-content .ps-content .text-huge {
  font-size: 1.8em;
}

.content .main .posts-latest .post-content .ps-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

.content .main .posts-latest .post-content .ps-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

.content .main .posts-latest .post-content .ps-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.content .main .posts-latest .post-content .ps-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

.content .main .posts-latest .post-content .ps-content pre {
  padding: 1em;
  color: #353535;
  background: rgba(199, 199, 199, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

.content .main .posts-latest .post-content .ps-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

.content .main .posts-latest .post-content .ps-content .raw-html-embed {
  margin: 1em auto;
  min-width: 15em;
  font-style: normal;
}

.content .main .posts-latest .post-content .ps-content hr {
  margin: 15px 0;
  height: 4px;
  background: #dedede;
  border: 0;
}

.content .main .posts-latest .post-content .ps-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}

.content .main .posts-latest .post-content .ps-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}

.content .main .posts-latest .post-content .ps-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}

.content .main .posts-latest .post-content .ps-content .image.image_resized {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content .main .posts-latest .post-content .ps-content .image.image_resized img {
  width: 100%;
}

.content .main .posts-latest .post-content .ps-content .image.image_resized > figcaption {
  display: block;
}

.content .main .posts-latest .post-content .ps-content span[lang] {
  font-style: italic;
}

.content .main .posts-latest .post-content .ps-content code {
  background-color: rgba(199, 199, 199, 0.3);
  padding: .15em;
  border-radius: 2px;
}

.content .main .posts-latest .post-content .ps-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  font-style: italic;
  border-left: solid 5px #89a6fa;
}

.content .main .posts-latest .post-content .ps-content .table {
  margin: 1em auto;
  display: table;
}

.content .main .posts-latest .post-content .ps-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b3b3b3;
}

.content .main .posts-latest .post-content .ps-content .table table td {
  min-width: 2em;
  padding: .4em;
  border: 1px solid #bfbfbf;
}

.content .main .posts-latest .post-content .ps-content .table table th {
  min-width: 2em;
  padding: .4em;
  border: 1px solid #bfbfbf;
  font-weight: 700;
  background: #000;
}

.content .main .posts-latest .post-content .ps-content .table th {
  text-align: right;
  text-align: left;
}

.content .main .posts-latest .post-content .ps-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main .posts-latest .post-content .ps-content .page-break::after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed #c4c4c4;
  width: 100%;
}

.content .main .posts-latest .post-content .ps-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: .3em .6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  font-size: .75em;
  font-weight: 700;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content .main .posts-latest .post-content .ps-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}

.content .main .posts-latest .post-content .ps-content .todo-list {
  list-style: none;
}

.content .main .posts-latest .post-content .ps-content .todo-list li {
  margin-bottom: 5px;
}

.content .main .posts-latest .post-content .ps-content .todo-list li .todo-list {
  margin-top: 5px;
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label > input {
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 2px;
  -webkit-transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc(var(--ck-todo-list-checkmark-size)/3);
  top: calc(var(--ck-todo-list-checkmark-size)/5.3);
  width: calc(var(--ck-todo-list-checkmark-size)/5.3);
  height: calc(var(--ck-todo-list-checkmark-size)/2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label > input[checked]::before {
  background: #26ab33;
  border-color: #26ab33;
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label > input[checked]::after {
  border-color: #fff;
}

.content .main .posts-latest .post-content .ps-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

.content .main .posts-latest .post-content .ps-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

.content .main .posts-latest .post-content .ps-content.post-content-main {
  position: relative;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}

.content .main .posts-latest .post-content .ps-content.post-content-main::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bg-color-root), 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(var(--bg-color-root), 0.9), transparent);
}

.content .main .posts-latest .post-content .button {
  margin-top: auto;
  margin-bottom: 30px;
}

.content .main .posts-latest .post-content .button a {
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(13, 133, 179, 0.1);
  border: 1px solid #0d85b3;
  border-radius: 5px;
  color: #0d85b3;
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
}

.content .main .posts-latest .post-content .button a:hover {
  -webkit-transition: -webkit-box-shadow 100ms;
  transition: -webkit-box-shadow 100ms;
  transition: box-shadow 100ms;
  transition: box-shadow 100ms, -webkit-box-shadow 100ms;
  -webkit-box-shadow: 0 0 3px 1px #0d85b3;
          box-shadow: 0 0 3px 1px #0d85b3;
}

.content .main .posts-latest .post-content-title {
  margin: 10px 0 20px;
}

.content .main .posts-latest .post-content-title .blog-title {
  font-size: 28px;
  font-family: var(--blog-title);
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1;
}

.content .main .posts-latest .post-content-title .by-who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: var(--status-color);
}

.content .main .posts-latest .post-content-title .by-who p strong {
  font-weight: 700;
}

.content .main .posts-latest .pagination {
  margin-top: 30px;
}

.content .main .posts-latest .pagination a {
  margin-right: 10px;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(13, 133, 179, 0.1);
  border: 1px solid #0d85b3;
  border-radius: 5px;
  color: #0d85b3;
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
}

.content .main .posts-latest .pagination a:hover {
  -webkit-transition: -webkit-box-shadow 100ms;
  transition: -webkit-box-shadow 100ms;
  transition: box-shadow 100ms;
  transition: box-shadow 100ms, -webkit-box-shadow 100ms;
  -webkit-box-shadow: 0 0 3px 1px #0d85b3;
          box-shadow: 0 0 3px 1px #0d85b3;
}

.content .main .posts-latest .pagination a.disabled {
  cursor: not-allowed;
  color: #7e8188;
  border: 1px solid #7e8188;
  background: 0 0;
}

.content .main .posts-latest .pagination a.disabled:hover {
  -webkit-box-shadow: 0 0 3px 1px transparent;
          box-shadow: 0 0 3px 1px transparent;
}

.content .main .series {
  width: 100%;
  background: var(--bg-color-2);
  border-radius: 10px;
  padding: 30px;
}

.content .main .series .title {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main .series .title svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  fill: var(--primary-color);
}

.content .main .series .title h2 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--blog-title);
  margin-bottom: 5px;
}

.content .main .series .s-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--primary-color);
}

.content .main .series .s-content .series-list {
  width: 250px;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  margin: 15px;
  position: relative;
}

.content .main .series .s-content .series-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .main .series .s-content .series-list .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(rgba(18, 17, 18, 0.8)), color-stop(rgba(29, 28, 29, 0.7)), color-stop(rgba(39, 39, 40, 0.6)), color-stop(rgba(50, 50, 52, 0.5)), color-stop(rgba(68, 69, 71, 0.4)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(18, 17, 18, 0.8), rgba(29, 28, 29, 0.7), rgba(39, 39, 40, 0.6), rgba(50, 50, 52, 0.5), rgba(68, 69, 71, 0.4), transparent);
}

.content .main .series .s-content .series-list .hover-image:hover {
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.content .main .series .s-content .series-list .hover-image:hover h2 {
  margin-top: 200px;
  -webkit-transition: margin-top 200ms linear;
  transition: margin-top 200ms linear;
}

.content .main .series .s-content .series-list .hover-image:hover div {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 200ms linear,visibility 200ms linear;
  transition: opacity 200ms linear,visibility 200ms linear;
}

.content .main .series .s-content .series-list .hover-image h2 {
  color: #fff;
  font-family: var(--nato-sans);
  font-weight: 900;
  font-size: 22px;
  margin-top: 260px;
  margin-bottom: 10px;
  -webkit-transition: margin-top 200ms linear;
  transition: margin-top 200ms linear;
  text-align: center;
}

.content .main .series .s-content .series-list .hover-image svg {
  fill: #fff;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content .main .series .s-content .series-list .hover-image div {
  opacity: 0;
  visibility: hidden;
  -transition: opacity 200ms linear, visibility 200ms linear;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .main .series .s-content .series-list .hover-image div .button {
  text-align: center;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  color: #0d85b3;
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
}

.content .main .series .s-content .series-list .hover-image div .button:hover {
  -webkit-transition: -webkit-box-shadow 100ms;
  transition: -webkit-box-shadow 100ms;
  transition: box-shadow 100ms;
  transition: box-shadow 100ms, -webkit-box-shadow 100ms;
  -webkit-box-shadow: 0 0 3px 1px #0d85b3;
          box-shadow: 0 0 3px 1px #0d85b3;
}

.content .main .series-information {
  width: 100%;
  padding: 20px;
  background: var(--bg-color-2);
  border-radius: 10px;
}

.content .main .series-information .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.content .main .series-information .information .series-image {
  width: 35%;
  height: 450px;
  border-radius: 20px;
  border: 1px solid rgba(249, 248, 113, 0.5);
  padding: 5px;
  overflow: hidden;
  position: relative;
}

.content .main .series-information .information .series-image .hover-image {
  margin: 5px;
  padding: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(18, 17, 18, 0.6)), color-stop(rgba(29, 28, 29, 0.5)), color-stop(rgba(39, 39, 40, 0.4)), color-stop(rgba(50, 50, 52, 0.3)), color-stop(rgba(68, 69, 71, 0.2)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(18, 17, 18, 0.6), rgba(29, 28, 29, 0.5), rgba(39, 39, 40, 0.4), rgba(50, 50, 52, 0.3), rgba(68, 69, 71, 0.2), transparent);
}

.content .main .series-information .information .series-image .hover-image p {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 20px;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  font-style: italic;
  font-family: var(--nato-sans);
  font-weight: 700;
}

.content .main .series-information .information .series-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .main .series-information .information .detail {
  width: 65%;
  padding: 10px;
}

.content .main .series-information .information .detail .title {
  padding: 15px 20px;
  border-left: 4px solid rgba(249, 248, 113, 0.5);
  border-radius: 10px;
  margin-bottom: 30px;
  background: rgba(249, 248, 113, 0.2);
}

.content .main .series-information .information .detail .title h2 {
  font-size: 35px;
  font-family: var(--nato-sans);
  font-weight: 900;
}

.content .main .series-information .information .detail .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

.content .main .series-information .information .detail .about div {
  margin-right: 10px;
  margin-bottom: 20px;
}

.content .main .series-information .information .detail .about div span {
  font-size: 16px;
  color: #007aff;
}

.content .main .series-information .information .detail .about div span:last-child {
  padding: 5px 7px;
  background: #007aff;
  color: #fff;
  border-radius: 5px;
}

.content .main .series-information .information .detail .summary h3 {
  font-size: 25px;
  text-align: center;
  font-family: var(--blog-title);
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.content .main .series-information .information .detail .summary p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 21px;
}

.content .main .series-information .chapters .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}

.content .main .series-information .chapters .title svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-color);
  margin-right: 5px;
  margin-bottom: 7px;
}

.content .main .series-information .chapters .title h2 {
  font-family: var(--blog-title);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}

.content .main .series-information .chapters .chap-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .main .series-information .chapters .chap-section .chap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  border-left: 4px solid rgba(249, 248, 113, 0.5);
  margin: 10px;
}

.content .main .series-information .chapters .chap-section .chap .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.content .main .series-information .chapters .chap-section .chap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .main .series-information .chapters .chap-section .chap .chap-link {
  width: 300px;
}

.content .main .series-information .chapters .chap-section .chap .chap-link .link {
  margin-bottom: 15px;
}

.content .main .series-information .chapters .chap-section .chap .chap-link .link a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.content .main .series-information .chapters .chap-section .chap .chap-link .link a:hover {
  background: rgba(0, 122, 255, 0.2);
}

.content .main .series-information .chapters .chap-section .chap .chap-link .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}

.content .main .series-information .chapters .chap-section .chap .chap-link .detail span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--status-color);
}

.content .main .series-information .chapters .chap-section .chap .chap-link .detail span svg {
  fill: var(--primary-color);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.content .main .series-information .chapters .chap-section p {
  padding: 50px 20px;
  font-family: var(--nato-sans);
  font-weight: 900;
  color: #f61e4d;
}

.content .main .sss {
  width: 100%;
  padding: 20px;
  background: var(--bg-color-2);
  border-radius: 10px;
}

.content .main .sss .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--border-color);
}

.content .main .sss .title svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-color);
  margin-right: 5px;
  margin-bottom: 5px;
}

.content .main .sss .title h2 {
  text-align: left;
  font-family: var(--blog-title);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 7px;
}

.content .main .sss-main {
  margin: 15px 0;
}

.content .main .sss-main .sss-content-title {
  padding: 15px 0;
}

.content .main .sss-main .sss-content-title h2 {
  font-size: 22px;
  font-family: var(--nato-sans);
  font-weight: 900;
  letter-spacing: -.75px;
  padding-bottom: 15px;
}

.content .main .sss-main .sss-content-title div p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.content .main .sss-main .sss-content-title div p strong {
  font-weight: 700;
}

.right-side {
  width: 25%;
  padding-left: 10px;
  border-left: 1px solid var(--border-color);
}

.right-side .sticky {
  width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.right-side .sticky .most-read-mangas {
  width: 100%;
  max-width: 300px;
  background: var(--bg-color-2);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.right-side .sticky .most-read-mangas .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
  background: -webkit-gradient(linear, right bottom, left top, from(#90CAF9), color-stop(#8EB0E9), to(#9394D4));
  background: linear-gradient(to left top, #90CAF9, #8EB0E9, #9394D4);
  overflow: hidden;
}

.right-side .sticky .most-read-mangas .title .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.right-side .sticky .most-read-mangas .title span {
  position: absolute;
  z-index: 2;
  color: #0c0c0c;
  letter-spacing: -.7px;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.right-side .sticky .most-read-mangas .series {
  cursor: pointer;
  height: 60px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.right-side .sticky .most-read-mangas .series:hover {
  background-color: rgba(144, 202, 249, 0.2);
}

.right-side .sticky .most-read-mangas .series:hover .series-try .views {
  background: -webkit-gradient(linear, left bottom, right top, from(#90CAF9), color-stop(#8EB0E9), to(#9394D4));
  background: linear-gradient(to right top, #90CAF9, #8EB0E9, #9394D4);
  color: #fff;
}

.right-side .sticky .most-read-mangas .series-try {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-color);
}

.right-side .sticky .most-read-mangas .series-try .series-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-side .sticky .most-read-mangas .series-try .series-content .image {
  width: 54px;
  height: 50px;
  border-radius: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.right-side .sticky .most-read-mangas .series-try .series-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-side .sticky .most-read-mangas .series-try .series-content .status h2 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: -.4px;
}

.right-side .sticky .most-read-mangas .series-try .series-content .status span {
  font-size: 12px;
  font-weight: 500;
  color: var(--status-color);
  margin-bottom: 4px;
}

.right-side .sticky .most-read-mangas .series-try .views {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  width: 50px;
  height: 40px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(144, 202, 249, 0.3)), color-stop(rgba(142, 176, 233, 0.3)), to(rgba(147, 148, 212, 0.3)));
  background: linear-gradient(to right top, rgba(144, 202, 249, 0.3), rgba(142, 176, 233, 0.3), rgba(147, 148, 212, 0.3));
  -webkit-transition: background-color 200ms ease, color 100ms ease-in;
  transition: background-color 200ms ease, color 100ms ease-in;
}

.right-side .sticky .most-read-mangas .read-more {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  padding: 12px 0;
  background: -webkit-gradient(linear, right bottom, left top, from(#90CAF9), color-stop(#8EB0E9), to(#9394D4));
  background: linear-gradient(to left top, #90CAF9, #8EB0E9, #9394D4);
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
}

.right-side .sticky .most-read-mangas .read-more:hover .bg {
  opacity: .05;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .most-read-mangas .read-more:hover a {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .most-read-mangas .read-more .bg {
  width: 100%;
  height: 40px;
  background: #fff;
  opacity: .2;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .most-read-mangas .read-more a {
  position: absolute;
  z-index: 2;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .latest-post {
  width: 100%;
  max-width: 300px;
  background: var(--bg-color-2);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.right-side .sticky .latest-post .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 40px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background: -webkit-gradient(linear, right bottom, left top, from(#FF5379), color-stop(#FF994E), to(#FF994E));
  background: linear-gradient(to left top, #FF5379, #FF994E, #FF994E);
}

.right-side .sticky .latest-post .title .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
}

.right-side .sticky .latest-post .title span {
  position: absolute;
  z-index: 2;
  color: #0c0c0c;
  letter-spacing: -.7px;
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.right-side .sticky .latest-post .read-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  overflow: hidden;
  background: -webkit-gradient(linear, right bottom, left top, from(#FF5379), color-stop(#FF994E), to(#FF994E));
  background: linear-gradient(to left top, #FF5379, #FF994E, #FF994E);
}

.right-side .sticky .latest-post .read-more:hover .bg {
  opacity: .35;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .latest-post .read-more:hover a {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .latest-post .read-more .bg {
  width: 100%;
  height: 40px;
  background: #fff;
  opacity: .45;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .latest-post .read-more a {
  position: absolute;
  z-index: 5;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .latest-post-content-bg:hover {
  background: rgba(255, 153, 78, 0.15);
}

.right-side .sticky .latest-post-content-bg:last-of-type .posts {
  border-bottom: none;
}

.right-side .sticky .latest-post-content-bg .posts {
  padding: 10px 0;
  margin: 0 10px;
  width: auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--border-color);
}

.right-side .sticky .latest-post-content-bg .posts div {
  font-size: 15px;
  color: var(--primary-color);
}

.right-side .sticky .latest-post-content-bg .posts div:first-child {
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--primary-font);
  font-size: 16px;
}

.right-side .sticky .latest-post-content-bg .posts div:last-child {
  color: var(--status-color);
}

.right-side .sticky .latest-post-content-bg .posts div:last-child span {
  font-size: 13px;
}

.right-side .sticky .chapter-latest {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  background: var(--bg-color-2);
  border-radius: 15px;
  overflow: hidden;
}

.right-side .sticky .chapter-latest .read-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, right top, from(#002e73), color-stop(#313f95), color-stop(#5850b7), color-stop(#8161d9), to(#ac71f9));
  background: linear-gradient(to right top, #002e73, #313f95, #5850b7, #8161d9, #ac71f9);
}

.right-side .sticky .chapter-latest .read-more:hover .bg {
  opacity: .35;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .chapter-latest .read-more:hover a {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .chapter-latest .read-more .bg {
  width: 100%;
  height: 40px;
  background: #fff;
  opacity: .45;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.right-side .sticky .chapter-latest .read-more a {
  position: absolute;
  z-index: 5;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.right-side .sticky .chapter-latest-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 40px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, right top, from(#002e73), color-stop(#313f95), color-stop(#5850b7), color-stop(#8161d9), to(#ac71f9));
  background: linear-gradient(to right top, #002e73, #313f95, #5850b7, #8161d9, #ac71f9);
}

.right-side .sticky .chapter-latest-title .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.right-side .sticky .chapter-latest-title h2 {
  position: absolute;
  z-index: 2;
  color: #0c0c0c;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 700;
}

.right-side .sticky .chapter-latest-content-bg:hover {
  background-color: rgba(172, 113, 249, 0.1);
}

.right-side .sticky .chapter-latest-content-bg:last-of-type .chapters {
  border-bottom: none;
}

.right-side .sticky .chapter-latest-content-bg .chapters {
  padding: 10px 0;
  margin: 0 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--border-color);
}

.right-side .sticky .chapter-latest-content-bg .chapters div {
  font-size: 15px;
  color: var(--primary-color);
}

.right-side .sticky .chapter-latest-content-bg .chapters div:first-child {
  font-weight: 700;
  margin-bottom: 10px;
}

.right-side .sticky .chapter-latest-content-bg .chapters div:last-child {
  color: var(--status-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-side .sticky .chapter-latest-content-bg .chapters div:last-child span {
  font-size: 14px;
}

.right-side .sticky .announcement {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  background: var(--bg-color-2);
  border-radius: 10px;
  padding: 15px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.right-side .sticky .announcement .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(var(--border-color), 0.3);
}

.right-side .sticky .announcement .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.right-side .sticky .announcement .title span svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-color);
}

.right-side .sticky .announcement .title h2 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--blog-title);
  font-style: italic;
  text-decoration: underline;
  color: var(--primary-color);
}

.right-side .sticky .announcement-content {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 5px;
}

.right-side .sticky .announcement-content::-webkit-scrollbar {
  width: 4px;
}

.right-side .sticky .announcement-content::-webkit-scrollbar-track {
  background: rgba(var(--border-color), 0.1);
  border-radius: 2px;
}

.right-side .sticky .announcement-content::-webkit-scrollbar-thumb {
  background: rgba(var(--border-color), 0.3);
  border-radius: 2px;
}

.right-side .sticky .announcement-content::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--border-color), 0.5);
}

.right-side .sticky .announcement-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: var(--primary-color);
  word-wrap: break-word;
  hyphens: auto;
}

.right-side .sticky .announcement-content p:last-child {
  margin-bottom: 0;
}

.right-side .sticky .announcement-content p strong {
  font-weight: 700;
  color: var(--primary-color);
}

.right-side .sticky .announcement-content a {
  color: #007aff;
  text-decoration: underline;
  word-break: break-all;
  font-size: 13px;
}

.right-side .sticky .announcement-content a:hover {
  color: #0056cc;
  text-decoration: none;
}

.right-side .sticky .announcement-content .no-announcements {
  color: #666;
  font-style: italic;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.right-side .sticky .announcement-content .announcement-text {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 12px;
  line-height: 1.6;
  color: var(--primary-color);
  word-wrap: break-word;
  hyphens: auto;
  font-size: 14px;
}

.right-side .sticky .announcement-content .announcement-text:last-child {
  margin-bottom: 0;
}

.right-side .sticky iframe {
  width: 100%;
  max-width: 300px;
  height: 350px;
}

.footer {
  margin-top: auto;
  background: var(--bg-color-2);
}

.footer .end-of-page {
  height: 60px;
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .end-of-page .company {
  font-family: var(--primary-font);
  color: var(--status-color);
  font-weight: 700;
  margin-right: 45px;
}

.footer .end-of-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .end-of-page ul li {
  margin-right: 20px;
}

.footer .end-of-page ul li:last-child {
  margin-right: 0;
}

.footer .end-of-page ul li a {
  font-size: 20px;
  color: var(--primary-color);
}

.menu-modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-modal .nav-main {
  width: 40%;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 5px;
  overflow: auto;
}

.menu-modal .nav-main::-webkit-scrollbar {
  display: none;
}

.menu-modal .nav-main .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.menu-modal .nav-main .close-modal img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.menu-modal .nav-main .close-modal:hover {
  background-color: #f59999;
}

.menu-modal .nav-main .close-modal:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.menu-modal .nav-main .nav-start {
  margin-bottom: 20px;
}

.menu-modal .nav-main .nav-start li {
  margin-bottom: 5px;
  padding: 7px 20px;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 5px;
}

.menu-modal .nav-main .nav-start li:hover {
  border: 1px solid #0d85b3;
  background: rgba(13, 133, 179, 0.2);
}

.menu-modal .nav-main .nav-start li a {
  color: #fff;
  font-family: var(--nato-sans);
  font-size: 18px;
}

.menu-modal .nav-main .nav-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.menu-modal .nav-main .nav-end .dark-mode-modal {
  width: 56px;
  height: 30px;
  background: var(--bg-color);
  border: 1px solid rgba(var(--chapter-info-border), 0.1);
  border-radius: 15px;
}

.menu-modal .nav-main .nav-end .dark-mode-modal label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3000;
}

.menu-modal .nav-main .nav-end .dark-mode-modal label input {
  display: none;
}

.menu-modal .nav-main .nav-end .dark-mode-modal label input:checked + .ball {
  left: 27px;
  -webkit-transition: left 150ms linear;
  transition: left 150ms linear;
}

.menu-modal .nav-main .nav-end .dark-mode-modal label .ball {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background: var(--dark-mode);
  -webkit-transition: left 150ms linear;
  transition: left 150ms linear;
}

.menu-modal .nav-main .nav-end .search {
  position: relative;
  margin-bottom: 20px;
}

.menu-modal .nav-main .nav-end .search input {
  width: 230px;
  height: 36px;
  padding: 0 10px 0 40px;
  border: 2px solid rgba(0, 210, 252, 0.8);
  border-radius: 46px;
  background: 0 0;
  color: var(--primary-color);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.menu-modal .nav-main .nav-end .search input:hover {
  border: 3px solid rgba(0, 210, 252, 0.8);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.menu-modal .nav-main .nav-end .search input:focus {
  border: 3px solid rgba(0, 210, 252, 0.8);
  -webkit-transition: border 100ms linear;
  transition: border 100ms linear;
}

.menu-modal .nav-main .nav-end .search input:focus + svg {
  stroke: #017991;
}

.menu-modal .nav-main .nav-end .search input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.menu-modal .nav-main .nav-end .search input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.menu-modal .nav-main .nav-end .search input::-ms-input-placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.menu-modal .nav-main .nav-end .search input::placeholder {
  font-size: 16px;
  color: var(--status-color);
  opacity: .6;
  font-weight: 400;
}

.menu-modal .nav-main .nav-end .search svg {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #fff;
}

.menu-modal .nav-main .nav-end .social-media {
  margin-bottom: 20px;
}

.menu-modal .nav-main .nav-end .social-media a {
  margin-right: 20px;
}

.menu-modal .nav-main .nav-end .social-media a:last-child {
  margin-right: 0;
}

.menu-modal .nav-main .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 0;
  border-left: none;
}

.menu-modal .nav-main .right-side .sticky {
  min-width: 300px;
  position: inherit;
}

.menu-modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.comment-area {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid var(--border-color);
  background: var(--bg-color-2);
}

.comment-area #disqus_thread a {
  border-top-style: none;
  border-top-width: 0;
  color: #009efa !important;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 1140px;
  }
  .content .main {
    width: 73% !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .img {
    max-width: 120px;
    max-height: 120px;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title {
    font-size: 14px;
    margin-bottom: 5px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title a {
    font-size: 15px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info {
    max-width: 245px !important;
    height: 34px !important;
    margin-bottom: 4px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info .chap-date {
    height: 26px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info-content .chap-number {
    font-size: 15px !important;
    height: 26px !important;
    margin-right: 4px !important;
  }
  .content .main .series .s-content .series-list {
    width: 220px !important;
    height: 320px !important;
  }
  .content .main .series .s-content .series-list .hover-image h2 {
    font-size: 18px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    width: 80px !important;
    height: 80px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link {
    width: 250px !important;
  }
  .right-side {
    width: 27% !important;
  }
}

@media screen and (max-width: 1140px) {
  .container {
    width: 960px;
  }
  .header .navigation .nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header .navigation .nav .nav-main {
    display: none !important;
  }
  .header .navigation .nav .navbar-toggler {
    display: block !important;
  }
  .content .main {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .img {
    max-width: 150px;
    max-height: 150px;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title {
    margin-bottom: 3px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-title a {
    font-size: 16px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info {
    max-width: 260px !important;
    height: 38px !important;
    margin-bottom: 2px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info .chap-date {
    height: 28px !important;
    font-size: 14px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .chap-nav .chap-info-content .chap-number {
    font-size: 16px !important;
    height: 28px !important;
    margin-right: 4px !important;
  }
  .content .main .series .s-content .series-list {
    width: 250px !important;
    height: 350px !important;
  }
  .content .main .series-information .chapters .chap-section {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    width: 100px !important;
    height: 100px !important;
  }
  .right-side {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .container {
    width: 720px;
  }
  .content .main #latest-chapters .chapters {
        grid-template-areas: "." ".";
  }
  .content .main #latest-chapters .chapters .chap {
    border-right: none !important;
    padding-right: 0 !important;
  }
  .content .main .series-information .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .main .series-information .information .series-image {
    width: 100% !important;
  }
  .content .main .series-information .information .detail {
    width: 100% !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    width: 80px !important;
    height: 80px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link {
    width: 200px !important;
  }
}

@media screen and (max-width: 720px) {
  .container {
    width: 540px;
  }
  .content .main .series .s-content .series-list {
    width: 230px !important;
    height: 330px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    width: 100px !important;
    height: 100px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link {
    width: 300px !important;
  }
  .footer .end-of-page ul {
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  .container {
    width: 100%;
  }
  .header .navigation {
    margin: 0 10px !important;
  }
  .content .main {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .content .main .mostly-mangas .swiper-container .swiper-slide .bg .content .title {
    font-size: 40px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .img {
    max-width: 120px !important;
    max-height: 120px !important;
    margin-right: 5px !important;
  }
  .content .main .series-information {
    padding: 10px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    width: 80px !important;
    height: 80px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link {
    width: 240px !important;
  }
  .content .main .sss {
    padding: 10px !important;
  }
  
  /* Duyuru bölümü tablet responsive */
  .right-side .sticky .announcement {
    padding: 12px 10px !important;
  }
  .right-side .sticky .announcement .title h2 {
    font-size: 17px !important;
  }
  .right-side .sticky .announcement-content {
    max-height: 350px !important;
  }
  .right-side .sticky .announcement-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 400px) {
  .warning .component {
    width: 300px !important;
    height: 300px !important;
    padding: 30px !important;
    border-radius: 30px !important;
  }
  .warning .component svg {
    width: 80px !important;
    height: 80px !important;
  }
  .warning .component h1 {
    font-size: 18px !important;
    margin-bottom: 7px !important;
  }
  .warning .component .text {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .warning .component .text-2 {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 10px !important;
  }
  .warning .component .button a {
    font-size: 16px !important;
  }
  .content .main #latest-chapters {
    padding: 7px 7px 30px !important;
  }
  .content .main #latest-chapters .chapters .chap .chap-content .img {
    max-width: 100px !important;
    max-height: 100px !important;
    margin-right: 5px !important;
  }
  .content .main .series-information {
    padding: 5px !important;
  }
  .content .main .series-information .information .series-image {
    width: 100% !important;
    max-height: 300px !important;
  }
  .content .main .series-information .information .detail {
    width: 100% !important;
  }
  .content .main .series-information .information .detail .title h2 {
    font-size: 25px !important;
  }
  .content .main .series-information .information .detail .about div span {
    font-size: 14px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .image {
    margin-right: 5px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link {
    width: 200px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link .link a {
    font-size: 15px !important;
  }
  .content .main .series-information .chapters .chap-section .chap .chap-link .link .detail span {
    font-size: 12px !important;
  }
  .content .main .sss {
    padding: 5px !important;
  }
  
  /* Duyuru bölümü mobil responsive */
  .right-side .sticky .announcement {
    padding: 10px 8px !important;
  }
  .right-side .sticky .announcement .title h2 {
    font-size: 16px !important;
  }
  .right-side .sticky .announcement .title span svg {
    width: 20px !important;
    height: 20px !important;
  }
  .right-side .sticky .announcement-content {
    max-height: 300px !important;
  }
  .right-side .sticky .announcement-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }
  .right-side .sticky .announcement-content a {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 320px) {
  .content .main #latest-chapters .chapters .chap .chap-content .img {
    display: none !important;
  }
}

@media print {
  .content .main .posts-latest .post-content .ps-content .page-break {
    padding: 0;
  }
  .content .main .posts-latest .post-content .ps-content .page-break::after {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .content .main .series .title h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 580px) {
  .content .main .series .s-content .series-list {
    width: 250px !important;
    height: 350px !important;
  }
}
/*# sourceMappingURL=main.css.map */