.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.c-breadcrumb-wrapper, .profile-manga{
	background-image: url('/image/bg-search.jpg')
}

.hidden {
    display: none;
}

.textlink-home {
    display: flex;
    gap: 8px;
    flex-flow: wrap;
}

.textlink-home a{
    color: #c1c1c1;
}

@media screen and (max-width: 769px) {
    #container-897aaf5e9a9341f55bc6047ff75cce26 .container-897aaf5e9a9341f55bc6047ff75cce26__bn-container {
        flex: 1 1 50% !important;
    }
}

.page-item.active .page-link.custom {
    color: var(--theme-color);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.page-item.info {
    padding: 0px 16px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    font-weight: 500;
}

.page-link.custom {
    color: #888888;
    border: none;
    font-weight: 500;
}

.page-link.function {
    background-color: #f5f5f5;
}

.paging-navigation.custom {
    margin-top: 50px;
}
/* ---- Start Ads Section */
.ads-contain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
    position: relative;
}
.ads-contain.list-page,
.ads-contain.info-page {
    width: 100%;
    flex-direction: row;
}
.ads-contain.list-page .banner-owner,
.ads-contain.info-page .banner-owner {
    width: 50%;
    max-width: 50% !important;
    display: block;
}
.ads-contain.list-page .banner-owner img,
.ads-contain.info-page .banner-owner img {
    display: block;
    max-width: 100% !important;
    margin: auto;
}
.ads-contain.info-page {
    width: 1000px;
    margin: auto;
}
.ads-contain.column {
    flex-direction: column;
    align-items: center;
}
.ads-contain.sidebar-fixed {
    position: absolute;
    flex-direction: column;
}
.ads-contain.sidebar-fixed.left {
    top: 0;
    left: 0;
}
.ads-contain.sidebar-fixed.right {
    top: 0;
    right: 0;
}
.ads-contain.sidebar-fixed img {
    max-width: calc(50vw - 500px);
}
.ads-contain .banner-cus {
    width: 300px;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    margin: 0;
}
.ads-contain .banner-cus.column {
    width: 720px;
    height: auto;
    max-width: 720px;
}
.ads-contain .banner-cus.mobile,
.ads-contain .banner-owner.mobile {
    display: none;
}

.show-sps {
    margin-top: 35px;
    position: relative;
}

.fly-ads-chapter-page::after,
.show-sps::after {
    content: var(--ads-text-sps);
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    background-color: #f7f7f7;
}

.fly-ads-chapter-page::after,
.show-sps.chapter::after {
    color: #f5f5f5;
    background-color: #141414;
}

.show-sps.mobile::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .ads-contain {
        flex-direction: column;
        align-items: center;
    }
    .ads-contain.list-page,
    .ads-contain.info-page {
        flex-direction: column;
    }
    .ads-contain.list-page .banner-owner,
    .ads-contain.info-page .banner-owner {
        width: 100%;
        max-width: 100% !important;
    }
    .ads-contain.info-page {
        width: 100%;
    }
    .ads-contain .banner-cus.column {
        width: auto;
        max-width: 100% !important;
    }
    .ads-contain .banner-cus.desktop,
    .ads-contain .banner-owner.desktop {
        display: none;
    }
    .ads-contain .banner-cus.mobile,
    .ads-contain .banner-owner.mobile {
        display: block;
    }
    .ads-contain .banner-cus,
    .ads-contain .banner-owner {
        max-width: 100% !important;
    }
    .ads-contain .banner-cus img,
    .ads-contain .banner-owner img {
        display: block;
        max-width: 100% !important;
    }
    .show-sps.mobile::after {
        display: flex;
    }
}

.ads-contain-v2 {
    max-width: 100%;
    margin: 0 4px 4px 4px;
}
.ads-contain-v2.chapter-layout {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.ads-contain-v2.desktop {
    display: block;
}
.ads-contain-v2.mobile {
    display: none;
}
.ads-contain-v2.show-title-sps {
    margin-top: 35px;
    position: relative;
}
.ads-contain-v2.show-title-sps::after {
    content: var(--ads-text-sps);
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    background-color: #f7f7f7;
}
.ads-contain-v2.show-title-sps.chapter-layout::after {
    color: #f5f5f5;
    background-color: #141414;
}
.ads-contain-v2 .banner-v2 {
    max-width: 100%;
}
.ads-contain-v2 .banner-v2 img {
    display: block;
    max-width: 100% !important;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .ads-contain-v2.mobile {
        display: block;
    }
    .ads-contain-v2.mobile .banner-v2 {
        display: block;
    }
    .ads-contain-v2.desktop {
        display: none;
    }
    .ads-contain-v2.desktop .banner-v2 {
        display: none;
    }
}
/* ---- End Ads Section */
