/*
Theme Name: Manga-A1
Theme URI: a
Author: DaicomThemes - Wellington Henrique
Author URI: https://wellcode.vercel.app/
Description: Tema de manga desenvolvido para testes.
Version: 0.5  
*/
html {
    scroll-behavior: smooth;
}

body {
    background: var(--background);
    color: #dce3ec;
    font-size: 16px;
    font-family: var(--fonts-01);
    overflow-x: hidden;
}

.container_header_s {
    background: #5e4f7ca8;
    position: relative;
    height: 155px;
    width: 100%;
}

.container_header {
    background: #5e4f7ca8;
    position: relative;
}

.container_header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(./assets/images/pattren-top.png) 0 0 repeat-x;
    -webkit-animation: backgroundX 300s linear both infinite;
    animation: backgroundX 300s linear both infinite;
    mix-blend-mode: soft-light;
    z-index: 0;
}

.container_header::after {
    content: '';
    background: var(--background);
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 0;
    position: absolute;
}

.content_h {}

.menu-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(./assets/images/pattren-top.png) top center repeat-x;
    mix-blend-mode: soft-light;
}

.menu-header .logo_h {
    background: url('https://exhentai.net.br/wp-content/uploads/2024/09/logoexhentai5.png') no-repeat center;
    background-size: contain;
    height: 90px;
    width: 250px;
}

.menu-header .search_h {
    display: inline-block;
    position: relative;
    width: 320px;
}

.menu_open {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 17px;
    margin-right: 15px
}
.switcher-popup.glink.nturl.notranslate {
    display: flex;
    align-items: center;
}
a.glink img {

    margin-right: 10px !important;
}
.menu_open span {
    position: absolute;
    top: 0;
    display: block
}

.menu_open span,
.menu_open span:before,
.menu_open span:after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #1b1b1b;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu_open span:before,
.menu_open span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px
}

.menu_open span:after {
    top: 9px
}

.menu_open.open span {
    background-color: transparent
}

.menu_open.open span:before {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    -ms-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px)
}

.menu_open.open span:after {
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px)
}

.menu-header .search_h input {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    border-radius: 60px;
    padding-left: 40px;
    height: 2.5rem;
    width: 270px;
    font-size: 14px;
}

.menu-header .search_h .search-btn {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: transparent;
    color: #fff;
    width: 30px;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    text-align: right;
}

.menu-header .icon_box {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    position: relative;
    color: #FFF;
}

.menu-header .user_img {
    width: 38px;
    height: 38px;
}


.menu-header .user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.nav_header {
    border-top: 1px solid #fff;
}

.menu_n {
    padding: 25px 15px;
}

.menu_n li {
    display: inline-block;
    margin: auto;
}

.menu_n a {
    color: #FFF;
    margin-right: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	font-size: 14px;
}

.menu_n a::after {

    content: '';
    width: 0;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu_n a:hover::after {

    width: 70%;
}

.menu_user_icon {
    display: none;
}

.icon_h {
    height: 90px;
    transition: all .3s;
}

.user_ic {

    transition: all .3s;
}

.user_w {
    position: relative;
    cursor: pointer;
}

.icon_h:hover .user_ic {
    background: var(--secundary-color);
}

.icon_h:hover .menu_user_icon {

    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    border-radius: 5px;
    min-width: 180px;
    width: 100%;
    z-index: 155;
}
.selo_type {
    position: absolute;
    top: 15px;
    background: var(--hover-color);
    padding: 2px 10px;
    border-radius: 0 5px 5px 0;
    color: #000;
    font-size: 11px;
}
.menu_user_icon::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

.menu_user_icon .menu_user_l {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid var(--light-gray-color);
    width: 100%;
    transition: all .3s;
}

.menu_user_icon .menu_user_l a {
    color: var(--dark-color);
    transition: all .3s;
}

.menu_user_icon .menu_user_l a:hover {
    color: var(--primary-color);
}

.menu_user_icon .menu_user_l:last-child {
    border-bottom: none;
}

.featured-media {
    position: relative;
    z-index: 5;
}

.featured-media .vertical-title {

    color: #FFF;
    line-height: 20px;
    font-size: 15px;
    position: absolute;
    top: 0;
    padding: 5px 5px;
    border: 2px solid #fff;
    border-top: 0 none;
    text-transform: uppercase;
    border-bottom: 0 none;
    word-wrap: break-word;
    font-weight: 300;
    width: 30px;
    text-align: center;
    left: -35px;
}

.itemE {
    width: calc(50% / 3 - 10px);
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.itemE .thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.itemE .thumb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 100%;
    background: linear-gradient(transparent, rgba(31, 36, 44, 0.705));
    z-index: 1;
}

.itemE .thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.itemE .info {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 12;
}

.itemE .info h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.itemE .info h3::before {
    content: "";
    border-bottom: 2px solid #fff;
    width: 80%;
    position: absolute;
    bottom: 0;
}


.itemE .info span {
    padding-top: 5px;
    text-transform: uppercase;
    color: #cedae9;
    font-size: 14px;
    margin-top: 5px;
}

.itemE .info .footer_i {
    padding-top: 5px;
    text-transform: uppercase;
    color: #cedae9;
    font-size: 16px;
}

.swiper_ca {
    transition: all .5s;
}

.swiper_ca .swiper-button-prev {
    left: 35px;
    right: auto;
    top: -190px;
    color: #fff;
    transition: all .5s;
}

.swiper_ca .swiper-button-next {
    left: auto;
    right: 35px;
    color: #fff;
    top: -190px;
    transition: all .5s;
}

.swiper_ca .swiper-button-next:hover,
.swiper_ca .swiper-button-prev:hover {
    color: var(--hover-color);
}

.titleD {
    position: relative;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.titleD h1,
.titleD span {
    font-size: 20px;
    font-weight: 500;
    margin: auto 0;
    color: #fff;
}

.titleD:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 25px;
    height: 20px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}



.itemP {
    width: calc(100% / 6 - 15px);
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    border-radius: 5px;
}


.itemP:hover .thumb img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.itemP .thumb {
    width: 100%;
    height: 300px;
    transition: all 0.3s;
}

.itemP .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}


.itemP .info {
    position: absolute;
    bottom: 4px;
    left: 10px;
    z-index: 12;
}

.itemP,
.info h3 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 3px;
    text-transform: uppercase;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.itemP .info h3::before {

    content: "";
    border-bottom: 2px solid #fff;
    width: 80%;
    position: absolute;
    bottom: 0;
}

.itemP .info span {
    padding-top: 3px;
    text-transform: uppercase;
    color: #cedae9;
    font-size: .7rem;
    margin-top: 3px;
}

.itemP .thumb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 100%;
    background: linear-gradient(transparent, rgba(31, 36, 44, 0.911));
    z-index: 1;
}


.subs_div {
    padding: 20px;
    background: #5e4f7ca8;
    color: #FFF;
    position: relative;
    margin-bottom: 35px;
    z-index: -1;
}

@media screen and (min-width: 1600px) {
    .subs_div::before {
        background-size: 100% auto;
    }
}

.subs_div::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(./assets/images/pattren-2.png) 0 0 repeat-x;
    mix-blend-mode: soft-light;
    z-index: 0;
}

.subs_div h2 {
    font-size: 1.585rem;
    border-bottom: 2px solid #FFF;
    line-height: 1.3;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.row_sbs {
    display: flex;
    align-items: center;
}

.content_box {
    padding-right: 45px;
    width: 100%;
}

.content_box p {
    width: 200px;
	font-size: 12px;
	color: var(--hover-color);
}

.cta-column {
    width: 100%;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;
}

.cta-column i {
    font-size: 30px;
}

.cta-column .step {
    width: 35px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-weight: 500;
    margin-right: 15px;
    display: grid;
}

.cta-column .step .s_cs {
    border-top: 2px solid #FFF;
    padding-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.cta-column .cons {

    padding-left: 5px;
}

.cta-column .cons h3 {
    font-size: 1.585rem;
    line-height: 1.3;
    width: calc(100% - 35px);
    color: inherit;
}

.cta-column .cons span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    width: 225px;
    color: var(--hover-color);
}
  .item_b {
    position: relative;
    width: calc(100% / 4 - 15px);
    padding: 15px;
    border: 1px solid var(--gray-color);
    min-height: 100%;
    margin-right: 15px;
    border-radius: 5px;
	margin-bottom: 15px;
}
  .item_b .thumb {
    margin-bottom: 15px;
    width: 100%;
    height: 180px;
}
  .item_b .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
  .item_b h3 {
    font-size: 1rem;
    color: #dfe0f3;
    line-height: 1.4;
    margin-bottom: 5px;
    max-height: 45px;
    overflow: hidden;
	text-align: center;
}
  .item_b p {
    font-size: 15px;
    line-height: 22px;
    color: var(--light-gray-color);
    margin-bottom: 0;
    max-height: 66px;
    overflow: hidden;
	display: none;
}

.jap_n {
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 700;
    color: #294536;
}

.gerens {
    /* margin-bottom: 15px; */
    margin-top: -2px;
    margin-left: 10px;
}

.gerens a {
    font-size: 14px;
    font-weight: 600;
    background: var(--gray-color);
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all .3s;
}

.gerens a:hover {
    background: var(--hover-color);
    color: var(--dark-color);
}

.box_media {
    display: flex;
}

.head_title {
    text-align: left;
    margin-bottom: 5%;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 1em;
    font-size: 1.4em;
    font-weight: 600;
}

.box_media .left_b {
    width: 75%;
    background-color: var(--dark-color);
    padding: 15px;
    border-radius: 5px;
}

.box_media .right_b {
    width: 25%;
}

.default_blog {
    margin-bottom: 30px;
    border: 1px solid var(--gray-color);
    padding: 20px;
    border-radius: 5px;
}

.default_blog .thumb {
    width: 300px;
    height: 200px;
}

.default_blog .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.default_blog .info {
    width: calc(100% - 350px);
    padding-left: 20px;
}

.default_blog .info h3 {
    font-size: 1.188rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
    max-height: 3.4rem;
    overflow: hidden;
    color: #47795e;

}

.default_blog .info p {
    font-size: 15px;
    line-height: 24px;
    max-height: 192px;
    overflow: hidden;
    color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.default_blog .blogs_bt {
    background: #294536;

}

.default_blog .blog_info {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 5px;
    font-weight: 600;
    background: var(--gray-color);
    color: var(--light-gray-color);
    border-radius: 80px;
	display: inline-flex;
}

.default_blog .blog_info span {
    margin: 0 15px;
}

.default_blog .blog_info i {
    margin-right: 10px;
    font-size: 17px;
}

.default_forum {
    padding: 20px;
    border: 1px solid var(--gray-color);
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.default_forum .thumb {
    width: 60px;
    margin-bottom: 15px;
}

.default_forum .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.default_forum .info {
    width: calc(100% - 60px);
    padding-left: 15px;
    margin-bottom: 15px;
}

.default_forum .info h3 {
    color: #fff;
}

.default_forum .info p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.default_forum .footer_info {
    background: var(--gray-color);
    font-size: 14px;
    color: #a3a3a3;
    line-height: 36px;
    border-radius: 80px;
    padding: 0 25px;
    width: 100%;
}

.default_forum .footer_info span {
    margin-right: 15px;

}

.default_forum .footer_info span i {
    font-size: 18px;
    margin-right: 8px;
}


.default_forum .footer_info .nt {
    color: var(--primary-color);
    margin-left: 5px;
}




.box_media .footer_info {
    background: var(--gray-color);
    font-size: 14px;
    color: #a3a3a3;
    line-height: 36px;
    border-radius: 80px;
    padding: 0 25px;
    width: 100%;
}

.box_media .footer_info span {
    margin-right: 15px;

}

.box_media .footer_info span i {
    font-size: 18px;
    margin-right: 8px;
}


.box_media .footer_info .nt {
    color: #47795e;
    margin-left: 5px;
}

.content_contact {

    padding: 25px;
    border: 1px solid var(--gray-color);
}

.profile_content {
    display: flex;
}

.profile_content .left_p {
    width: 25%;
}

.profile_content .right_p {
    width: 100%;
}

.profile_content .box_header_profile {
    border: 1px solid var(--gray-color);
    padding: 20px;
    border-radius: 5px;
    background: var(--dark-color);
}

.profile_content .box_header_profile .image_profile {
    margin-right: 25px;
    width: 155px;
    height: 105px;
    overflow: hidden;
    position: relative;
}


.profile_content .box_header_profile .image_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.widget-block {
    margin-bottom: 30px;
    background-color: var(--dark-color);
    padding: 20px;
    width: 100%;
	border-radius: 0 0 5px 5px;
}

.widget-block .widget-title {
    font-size: 1rem;
    line-height: 48px;
    margin: -20px;
    margin-bottom: 20px;
    color: #FFF;
    background: #294536;
    padding: 0 20px;
}

.widget-block ul {
    margin: -20px;
    font-size: 15px;
    line-height: 40px;
}

.widget-block ul li:not(:last-child) {
    border-bottom: 1px solid #333;
}

.widget-block ul li {
    padding: 0 20px;
}

.widget-block ul li a {
    color: inherit;
}

.widget-block ul li span i {
    font-size: 16px;
    margin-right: 10px;
}

.widget-block ul li span a {
    margin-left: 5px;
}

html :where(img[class*=wp-image-]) {
    height: 100%;
    width: auto;
    text-align: center;
    max-width: 100%;
}

.flags {
    margin-right: 10px;
    width: 19px;
}

.flags img {
    width: 100%;
    height: 100%;
}

/* Sirius Modal v1 */
.modal_v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 30px;
    overflow-y: auto;
    z-index: 1550;
}

.modal_v1_container {
    max-width: 400px;
    width: 100%;
    background: var(--dark-color);
    border-radius: 6px;
}

.modal_v1_header {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .03);
    position: relative;
    font-weight: 600;
}

.modal_v1_header i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 25px;
    transition: 0.3s;
}

.modal_v1_header i:hover {}

.modal_v1_body {
    margin-top: 15px;

}

.modal_v1_body .cropper-container {
    max-width: 100%;
}

.modal_v1_input_item {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .02);
}

.modal_v1_input_item.lastchild {
    border: none;
}

.modal_v1_input_item .modal_inpute_title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
}

.modal_v1_input_item .modal_inpute_title i {
    font-size: 25px;
    margin-right: 5px;
    height: 22px;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.modal_v1_input_item textarea {
    resize: none;
    width: 100%;
    height: 80px;
    border: none;
    background: rgba(255, 255, 255, .05);
    border-radius: 4px;
    padding: 10px;
    color: #fff;
}

.modal_v1_note {
    padding: 0 20px 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, .3);
}

.modal_v1_footer {
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, .03);
}

.modal_v1_btn_action {
    min-height: 30px;
    background: transparent;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--hover-color);
}

.modal_v1_btn_action i {
    animation: linear .5s rotateLoader infinite;
}

.modal_v1_btn_action:hover {
    color: var(--background);
}

/********************************************
* Download
*********************************************/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    margin: 8% auto;
    height: 100%;
    outline: 0;
  }
  
  .modal.on {
    display: block;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
  }
  
  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--dark-color);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
  }
  
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem; 
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }
  
  .modal-title {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }
  
  .ads-code {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    background: #562a2a05;
  }
  
  #downloadsb {
    text-align: center;
    font-weight: bolder;
  }
  
  .subtext {
    text-align: center;
    margin: 1em 0 0;
    font-weight: bolder;
  }
  
  #downloadkj {
    display: flex;
  }
  
  .download a {
    color: #fff;
  }
  
  .btn.download {
    width: 150px;
    padding: 0 15px;
    background: var(--hover-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 1em auto;
}
  
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .modal-footer>:not(:last-child) {
    margin-right: .25rem;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
@media only screen and (max-width: 1280px) {
    .container_c  
  {
        width: 90%;
    }
}
  button.close {
    padding: 0;
    background-color:transparent;
    color: #F71717;
    border: 0;
    -webkit-appearance: none;
  }
  
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  
  .blur {
    position: relative;
    z-index: 2;
    filter: blur(5px)
  }
  
  .black {
    background-color: rgba(0, 0, 0, 0.69);
    opacity: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: .2s;
    visibility: hidden;
    z-index: 20;
  }
  
  .black.on {
    visibility: visible;
    opacity: .9
  }
  
  @media only screen and (min-width: 1270px) {
    .modal {
      max-width: 600px;
    }
  }

.profile_content .box_header_profile .info_header_profile {

    width: 100%;
}

.profile_content .box_header_profile .info_header_profile h3 {
    font-size: 25px;
    font-weight: 800;
    color: #47795e;
}

.profile_content .box_header_profile .info_header_profile .box_prof {
    background: #294536;
    padding: 8px 25px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    float: right;
}

.profile_content .box_header_profile .info_header_profile .name_prof {

    text-align: left;
    font-size: 14px;
    margin-bottom: 25px;
}

.profile_content .box_infomation_profile {
    border: 1px solid var(--gray-color);
}

.profile_content .box_infomation_profile .info_p {

    padding: 25px 25px;
    width: 100%;
    border-bottom: 1px solid var(--dark-color);
}

.profile_content .box_infomation_profile .info_p span {
    color: var(--hover-color);
    font-weight: 600;
    font-size: 15px;
}

.profile_content .box_list {

    padding-top: 5%;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--gray-color);
}

.profile_content .box_list .list_nav {
    padding: 15px 35px;
    position: relative;
}

.profile_content .box_list .list_nav a {

    margin-right: 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.profile_content .box_list .list_nav a.active {
    color: #47795e;
    border-bottom: 4px solid #47795e;
    padding: 10px 0;
    margin-bottom: 25px;
}

.container_list {
    display: none;
}

.container_list.active {
    display: block;
}

.profile_content .container_list {

    padding: 15px 35px;
}

.profile_content .container_list .head_p_title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.manga_content {
    display: flex;
}

.manga_content .left_m {
    width: 340px;
    padding-right: 3%;
}

.manga_content .right_m {
    width: calc(100% - 340px);
}

.manga_content .anime_cover {
    height: 430px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 25%);
}

.manga_content .anime_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.manga_content .right_content .stats_box {
    display: block;
    width: 55%;
}
.sinopse_manga {
    margin-top: 35px;
    margin-bottom: 22px;
}
.manga_content .right_content {
    margin-top: 15px;
    position: static;
    margin-bottom: 3%;
}
.info_f span i {
    font-size: 15px;
    margin-right: 5px; 
}
.manga_content .right_content h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.manga_content .right_content .stats_box span {
    color: #0ab66e
}

.manga_content .right_content .status_box_manga {
    position: absolute;
    top: 0;
    background: var(--hover-color);
    right: 0;
    padding: 15px 0 15px 20px;
    border-radius: 150px 0 0 150px;
}

.manga_content .right_content .status_box_manga::before {
    content: '';
    display: block;
    width: 100vw;
    top: 0;
    height: 100%;
    position: absolute;
    right: -100vw;
    background: var(--hover-color);
}

.manga_content .right_content .status_box_manga .type_box {
    margin-right: 35px;
}

.manga_content .right_content .status_box_manga .type_box h3 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--background);
    text-align: center;
}

.manga_content .right_content .status_box_manga .type_box span {
    display: block;
    font-size: 1.125rem;
    margin-top: -10px;
    text-align: center;
    color: var(--background);
	text-transform: uppercase;
}

.manga_content .box_infomation_manga .info_p:last-child {
    border: none;
}

.manga_container {
    position: relative;
}

.manga_container .sepaline {
    position: absolute;
    height:260px;
    border-bottom: 1px solid var(--gray-color);
    width: 100%;
}

.manga_content .sinopse_manga p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.9px;
    font-weight: 300;
}

.manga_content .box_infomation_manga {
    background: var(--dark-color);
    border-radius: 6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 25%);

}

.manga_content .list_account {
    padding: 25px 0;
    margin-bottom: 15px;
}

.manga_content .list_account i {
    font-size: 23px;
    margin-right: 5px;
    font-weight: 400;
}

.manga_content .list_account .fav {

    background: #F71717;
    border-radius: 5px;
    margin-right: 10px;
}

.manga_content .list_account .read_l {
    background: #294536;
    border-radius: 5px;
    margin-right: 10px;

}

.manga_content .list_account .read {
    background: #24E071;
    border-radius: 5px;
    margin-right: 10px;

}

.manga_content .box_infomation_manga .info_p {
    padding: 9px 25px;
    width: 100%;
    border-bottom: 1px solid var(--gray-color);
    display: inline-flex;
}

.manga_content .box_infomation_manga .info_p h5 {
    color: var(--light-gray-color);
    font-weight: 400;
    font-size: 14px;
}

.manga_content .box_infomation_manga .info_p span {
    color: var(--hover-color);
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600;
}

.manga_content .tag {
    margin-bottom: 20px;
}

.manga_content .tag h3 {
    font-size: 18px;
    margin: 40px 0 20px 0;
}

.manga_content .tag .tag-btn {
    padding: 6px 15px;
    border: 1px solid var(--gray-color);
    color: var(--light-gray-color);
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s;
}
.gt_white_content {
    background-color: var(--dark-color) !important;
}
.gt_white_content a {
     border-bottom: 0 !important;
}
.gt_white_content a.selected {
    background-color: var(--gray-color) !important;
    width: 100%;
    padding: 5px;
}
.manga_content .tag .tag-btn:hover {

    border: 1px solid var(--hover-color);
    color: var(--light-gray-color);
}

.chapters_l {
    margin: 25px 0;
}

.chapter_content {
    position: relative;
    padding: 15px;
    background: var(--dark-color);
    border-radius: 5px;
    transition: all 0.3s;
    margin-bottom: 25px;
}

.chapter_content:hover {
    background: var(--gray-color);

}

.name_chapter {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.name_chapter span {
    margin: 0 5px;
}

.sub_title {
    font-size: 14px;
    margin-top: 5px;
}

.thumb_chapter {
    width: 150px;
}

.thumb_chapter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_ch {
    display: block;
}

.page_controls {
    max-width: 570px;
    margin: auto;
    margin-top: 15px;
}

.page_controls span {
    background-color: var(--gray-color);
}

.page_controls .bt {
    padding: 10px 40px;
}

.page_controls .bt:first-child {
    border-radius: 50px 0 0 50px;
}

.page_controls .bt:last-child {
    border-radius: 0 50px 50px 0;
}

.page_controls .btn_prev {
    background: var(--primary-color);
}

.page_controls .btn_next {

    background: var(--primary-color);
}

.content_manga {
    margin-top: 55px;
    display: flex;
}

.content_manga .left_manga {

    width: 25%;
}

.content_manga .right_manga {

    width: 75%;
    padding-left: 35px;
}

.manga-read-btns {
    width: 100%;
}

.media-share {
    margin-bottom: 15px;
}

.manga-read-btns>li {
    width: 25%;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
}

.media-share>li a::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 45px;
    line-height: inherit;
    background: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 5px 0 0 5px;
}

.reader_list { 
    width: 90%;
}
 

span.icon_btn {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 23px;
}

.dark-btn {
    background-color: var(--dark-color);
}

.purple-btn {
    background-color: #294536;
}

.reader-navigation {
    font-size: 15px;
    line-height: 52px;
    color: #FFF;
    background-color: #294536;
    padding: 0 5px;
    border-radius: 5px;
}

.reader-navigation a {
    color: inherit;
    padding: 0 15px;
}

.reader_list img {
    height: auto;
    max-width: 100%;
}

.filters-section {
    padding-top: 30px;
    border-bottom: 1px solid var(--dark-color);
    margin-bottom: 15px;
}

/********************************************
* Comentarios
*********************************************/
.header-title {
    padding: 10px 20px;
    border-bottom: 1px solid #1b1b1b;
    margin: 5px 0 10px;
    font-size: 11px;
    background-color: var(--gray-color);
    border-radius: 15px;
}

.post-comments li {
    padding: 15px 0;
    border-top: 1px solid var(--gray-color);
}

.comment-avatar {
    margin: 0 15px 0 0;
    float: left;
    height: 45px;
    max-height: 55px;
    width: 45px;
    max-width: 60px;
}

.comment-header {
    display: table;
}

.comment-header .author {
    font-weight: bold;
    font-size: 16px;
    color: #47795e;
    margin: auto 15px auto 0;
}

.comment-time {
    font-weight: bold;
    font-size: 13px;
    margin: auto 15px auto 0;
}

.comment-reply-link {
    padding: 10px;
    background: var(--dark-color);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 25px;
    text-transform: uppercase;
}

.textoComentario p {}

.textoComentario {
	margin-top: 18px;
    border-top: 1pxsolidvar(--dark-color);
    padding-top: 5px;
    font-size: 13px;
    margin-left: 30px;
}

.comentariosBox {}

.comment-reply-title {
    font-weight: bold;
    margin: 0 0 1em 0;
}

.comment-reply-title a {
    color: #fff;
}

#cancel-comment-reply-link {
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-form-comment textarea {
    background: var(--gray-color);
    color: #8c8c8c;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    padding: 10px;
    resize: vertical;
}

.scontent {
    border: 1px solid var(--dark-color);
    padding: 15px;
}

.post-comments li ul.children {
    margin: 1em 5em;
}

.grid-container {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin: 1em 0;
}

.grid-container.fix-grid {
    margin: 1em 0;
    padding: 0;
}

.grid-container .form-label {
    font-weight: bold;
    color: var(--hover);
    margin: 0 0 1em 0;
}

.grid-container .form-description {
    display: none;
}

.grid-container input {
    background: var(--gray-color);
    color: #8c8c8c;
    width: 100%;
    border-radius: 15px;
    padding: 15px 15px;
    resize: vertical;
}

.form-submit input[type=submit] {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    background: var(--hover-color);
    color: rgb(19, 26, 36);
    border-radius: .35em;
}

img.avatar.avatar-60.photo {
    border-radius: 50%;
}

.commentsp {
    background: var(--primary-color);
    margin: 3em 0 1.5em;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 19px;
}

/* Button */
.btn {
    display: inline-block;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.green {
    background: var(--hover);
    color: var(--branco);
}

.btn.green:hover {
    background: #03c758;
}

/* PaginaÃ§Ã£o */
.content-pagination {
    margin: 1em 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.content-pagination li {
    position: relative;
    background: rgba(0,0,0,.3);
    padding: 5px 15px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    transition: all .3s;
}

.content-pagination li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    transition: all .3s;
}

.content-pagination li.active,
.content-pagination li:hover {
    color: var(--background);
    background: var(--hover-color);
}

.arrow-icon {
    width: 7px;
    fill: #fff;
}

.arrow-icon.left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* PaginaÃ§Ã£o */
.pagination {
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
    margin: 25px 0;
}

.pagination li {
    position: relative;
    background: var(--dark-color);
    padding: 9px 15px;
    color: var(--light-gray-color);
    transition: all 0.3s ease;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.pagination li a {
    width: 100%;
    height: 100%;
    color: var(--light-gray-color);
}

.pagination li.active,
.pagination li:hover {
    background: var(--primary-color);
    transition: all 0.3s ease;
    color: var(--light-gray-color);
}

.filters-section .sorting-by,
.filters-section .alphabet-sorting {
    font-size: 14px;
    line-height: 1.063rem;
    color: #7a7a7b;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.filters-section .sorting-by li:not(:last-child),
.filters-section .alphabet-sorting li:not(:last-child) {
    border-right: 1px solid #c7c7c7;
}

.filters-section .sorting-by li,
.filters-section .alphabet-sorting li {
    padding: 0 15px;
    margin-bottom: 5px;
}

.filters-section .alphabet-sorting.alphabet-sorting li {
    padding: 0;
    border: 0;
}

.filters-section .alphabet-sorting.alphabet-sorting li a {
    padding: 0 5px;
}

.content_forum {
    display: flex;
}

.content_forum .left_fo {
    width: 75%;
}

.content_forum .right_fo {
    width: 25%;
    padding-left: 25px;
}

.topic-details {
    background-color: var(--dark-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.topic-details .auther-side {
    padding: 20px 25px;
    background-color: var(--gray-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topic-details .auther-side .avatar {
    width: 100px;
}

.topic-details .auther-side .avatar img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.topic-details .auther-side .name {
    padding-left: 10px;
    text-align: center;
}

.topic-details .auther-side .name h3 {
    font-size: 22px;
    color: var(--primary-color);
}

.topic-details .auther-side .name span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: var(--light-gray-color);
}

.topic-details .auther-side .box_prof {

    background: var(--secundary-color);
    padding: 2px 15px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px
}

.topic-details .auther-side .auther-info {
    max-width: 300px;
    font-size: 14px;
    line-height: 25px;
}

.topic-details .auther-side .auther-info span {
    color: var(--primary-color);
}

.topic-details .auther-side .auther-info span a {
    color: var(--primary-color);
}

.content-box {
    width: 100%;
}

.topic-details .content-box .title {
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid rgba(65, 75, 90, 0.507);
    color: #fff;
}

.topic-details .content-box span {
    float: right;
    line-height: inherit;
    font-size: 13px;
    color: var(--hover-color);
}

.topic-details .content-box span i {
    margin-right: 5px;
    font-size: 18px;
}

.box_terms {

    position: relative;
    width: 100%;
    background: var(--dark-color);
    padding: 15px;
    margin: 15px;
    border-radius: 5px;
}

.name_term {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
}

.posts_term {
    font-size: 14px;
    font-weight: 600;
    color: var(--hover-color);
    background: var(--gray-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.topic-details .content-box p {
    margin: 25px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
}

.media-share {
    margin-bottom: 15px;
    position: relative;
}

.media-share>li {
    color: #FFF;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 5px;
    position: relative;
}

.media-share>li a {
    color: inherit;
    display: block;
    line-height: inherit;
	margin-right: 10px;
}

.media-share>li a::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 46px;
    line-height: inherit;
    background: rgba(0, 0, 0, 0.05);
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}

.twitter-bg {
    background-color: #1da1f2;
}

.discord-bg {
    background-color: #7983F5;
}

.media-share span.icon_btn_so {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 30px;
}

.button_create_t {
    position: relative;
    padding: 5px 15px;
    background: var(--dark-color);
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s;
}

.topic_modal {
    display: none;
}

.topic_modal.active {
    display: block;
}

.button_create_t:hover {
    background: var(--hover-color);
    color: var(--background);
}

.content_topic {
    background: var(--dark-color);
    padding: 25px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.input_topic textarea {
    background: var(--gray-color);
    padding: 10px 15px;
    border-radius: 5px;
    color: #ccc;
}

.input_topic input {
    background: var(--gray-color);
    padding: 10px 15px;
    border-radius: 5px;
    color: #ccc;
    margin-bottom: 15px;
}

.content_topic button {
    padding: 10px 25px;
    background: var(--primary-color);
    margin: 25px 0 5px 0;
    color: #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}

.content_topic button:hover {
    background: var(--secundary-color);
}


.topic-details.topic-replay .auther-side {
    width: 200px;
    align-content: flex-start;
    border-bottom: 0 none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.topic-details.topic-replay .auther-side .avatar {
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.topic-details.topic-replay .auther-side .auther-name .username {
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
}

.topic-details.topic-replay .auther-side .auther-name h3 {
    font-size: 1rem;
}

.topic-replay {
    border-radius: 5px;
}

.topic-details.topic-replay span {
    font-size: 15px;
}

.user_change_profile_photo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: normal;
    color: var(--text);
    transition: 0.3s;
    opacity: 0;
}

.user_change_profile_photo label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.user_change_profile_photo input {
    display: none;
}

.image_profile:hover .user_change_profile_photo {
    opacity: 1;
}


.content_topic select {
    padding: 10px 15px;
    background: var(--gray-color);
    margin-bottom: 25px;
    color: aliceblue;
    border-radius: 5px;
}

.footer {
    background: #5e4f7ca8 url(./assets/images/pattren-top.png) repeat-x top center;
    background-blend-mode: soft-light;
    color: #FFF;
    padding-top: 50px;
    margin-top: 120px;
}

.footer .col_s {
    width: 22%;
}

.footer h3 {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    color: inherit;
}

.footer h3::before {
    content: '';
    width: 65px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    right: 0;
}

.footer h3::after {
    content: '';
    position: absolute;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 25px;
    height: 27px;
    top: 0;
    left: 0;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.main-footer .navigation_ul {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.navigation_ul {
    position: relative;
    z-index: 99;
    padding-top: 5px;
}

.navigation_ul ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation_ul>ul>li {
    font-size: 11px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 0 6px;
}

.navigation_ul>ul>li {
    word-spacing: normal;
    position: relative;
}

.Title {
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.ins {
    display: flex;
    margin-bottom: 15px;
}

.image_thumb {
    height: 70px;
}

.image_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_f {
    width: calc(100% - 70px);
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px
}

.info_f h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.info_f span {
    color: var(--hover-color);
    font-size: 12px;
    margin-top: 5px;
}

.copys {
    background: #1b1b1b;
    color: #FFF;
    padding: 10px 0;
}

.copys p {
    font-size: 13px;
}

.copys .logo_f {
    background: url(./assets/images/das.png) no-repeat;
    background-size: contain;
    /* max-height: 93px; */
    height: 55px;
    width: 175px;
}


/* Breadcrumb */
.breadcrumbList {
    padding: 25px 0 0 0; 
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.breadcrumbList span {
    font-size: 14px;
    color: var(--light-gray-color);
}

.breadcrumbList span:before {
    content: "›";
    margin: 0 5px;
}

.breadcrumbList span:first-child:before {
    content: "";
    margin: 0;
}

.breadcrumbList span.active {
    color: var(--hover-color);
}

.listEP li a:hover,
.breadcrumbList span a:hover,
.breadcrumbList span a:hover span,
.breadcrumbList span a:hover span h1 {
    color: var(--hover-color);
}

.breadcrumbList span span {
    display: inline-table;
}

.breadcrumbList span a {
    color: var(--hover);
}

.breadcrumbList span h1 {
    font-size: 14px;
    color: var(--branco);
    display: initial;
}


/* Media Queries */
/* 1024 */
@media (max-width: 1024px) {
    .menu-header .search_h {
        display: none;
    }

    .menu-header .logo_h {
        max-width: 185px;
    }

    .menu-header {
        height: 80px;
    }

    .menu-header .icon_box {
        width: 38px;
        height: 38px;
        font-size: 1.4rem;
        line-height: 37px;
    }

    .nav_header {
        display: none;
    }

    .nav_header.open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        z-index: 997;
        background: #fff;
        align-items: unset;
        display: block
    }

    .menu_n a {
        color: #000;
    }

    .nav_header a {
        margin-bottom: 10px;
    }

    .menu_n {
        margin-left: 0 !important;
        margin: 40px 0;
        display: none;
        text-align: center;
    }

    .menu_n li {
        display: block;
        margin: 35px 0;
    }

    .menu_open {
        display: block;
        z-index: 1555;
        color: #222;
    }

    .open .menu_n.open {
        display: block;
    }

    .menu_open span,
    .menu_open span::before,
    .menu_open span::after {
        background-color: #fff
    }

    .menu_open.open span::before,
    .menu_open.open span::after {
        background-color: var(--primary-color);
    }

    .rows {
        display: block;
    }

    .footer .col_s {
        width: 100%;
        margin-bottom: 55px;
    }
}

@media (max-width: 640px) {
    .subs_div {
        padding: 25px 0;
    }

    .subs_div .cta-column {
        margin-bottom: 10%;
    }

    .copys .logo_f {
        display: flex;
        justify-content: center;
        width: 355px;
        background-position: center;
        align-items: center;
    }

    .copys p {
        display: none;
    }

    .titleD span {
        font-size: 20px;
    }

    .btn {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .profile_content .box_list .list_nav a {

        text-align: center;
        display: inline-block;
        margin-bottom: 25px;
        width: 100%;
    }
}
.comment-form-author, .comment-form-email, .comment-form-url {
    display: none;
}
/* 768 */
@media (max-width: 768px) {
    .filters-section {
        padding-top: 80px;
    }
    .breadcrumbList {
        padding-top: 20%;
    }
    .container_header_s {
        height: 120px;
    }
    .content_manga {
        display: block;
    }
    .idiona {
        position: absolute;
        bottom: -60px;
        left: 75px;
        margin: 8px;
    }
    .manga_content .right_content .stats_box {
        width: 100%;
    }
    .featured-media .vertical-title {
        display: none;
    }
    .manga_content,
    .profile_content,
    .content_forum,
    .profile_content {
        display: block;
    }

    .profile_content .left_p,
    .profile_content .right_p,
    .content_manga .left_manga,
    .content_forum .left_fo,
    .content_forum .right_fo,
    .manga_content .left_m,
    .box_media .right_b,
    .box_media .left_b,
    .manga_content .right_m,
    .box_media .left_b,
    .right_b {
        width: 100%;
    }

    .media-share {
        display: block !important;
    }

    .manga-read-btns>li {
        width: 100%;
    }

    .container_manga_render .title_container {
     
    width: 100%;
    padding-top: 5%;
    text-align: center;
    font-size: 25px;
    }

    .page_controls .bt {
        padding: 9px;
        margin-top: 75px;
    }

    html :where(img[class*=wp-image-]) {
        height: auto;
        width: 370px;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .box_media .footer_info {
        display: block;
        padding: 10px;
        border-radius: 10px;
    }

    .manga_container {
        padding-top: 5%;
    }

    .head_title {
        text-align: center;
        padding: 30px 15px;

    }

    .topic-details .auther-side {
        display: block !important;
    }

    .topic-details .auther-side .name {
        padding-left: 30px;
        display: initial;
        text-align: center;
    }

    .content_forum .right_fo,
    .box_media .right_b,
    .content_manga .right_manga {
        width: 100%;
        padding-left: 0 !important;
		padding: 20px;
    }

    figcaption#caption-attachment-2325 {
        width: 30%;
    }

    .content_manga {
        margin-top: 55px;
    }

    .manga_content .right_content {
        display: block;
    }

    .manga_content .right_content .status_box_manga {

        width: 100%;
        border-radius: 5px;
        margin-top: 35px;
        margin-bottom: 10px;
        position: relative;
        justify-content: center;
    }

    .manga_content .right_content .status_box_manga::before {
        display: none;
    }

    .box_media {
        display: block;
    }

    .default_blog .info {
        width: 100%;
        padding-left: 0 !important;
    }

    .default_blog {
        width: 100%;
    }

    .default_blog .ins {
        display: block;
    }

    .default_blog .thumb {
        width: 100%;
        margin-bottom: 25px;
    }

    .itemE {
        width: calc(100% / 1) !important;  
    }

    .featured-media {
        position: relative;
        z-index: 5;
        padding: 0;
        margin-top: 15% !important;
    }

    .itemP {
        width: calc(100% / 1) !important;
        margin-right: 0;
        margin-bottom: 55px;
    }
 .item_b {
        width: calc(100% / 1) !important;
        margin: 15px 0;
    }

    .row_sbs {
        display: block;
    }

    .navigation_ul {
        display: flex !important;
    }
}
.anno2 {
    background: #2e3346;
    padding: 0.75rem 1.25rem;
    position: relative;
    z-index: 99;
    color: #dbdbdb;
    font-size: 14px!important;
    border-radius: 6px;
    width: 150px;
}
.conteudo_membro {
    color: #fff;
    background: var(--dark-color);
    font-size: 14px;
    position: relative;
    display: inline-block;
    float: left;
    width: 70%;
}
.nome_membro {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 20px;
}
.conteudo_membro .hr_accent {
    background: #294536;
    height: 1px;
    margin-bottom: 5px;
}
.hr_accent {
    position: relative;
    display: block;
    width: 100%;
    margin: 5px auto;
    margin-top: 10px;
    padding: 0;
    height: 8px;
    background-color: #d40f71;
    border: none;
    -moz-border: none;
    -webkit-border: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
.sobre_membro {
    padding-left: 25px;
    padding-right: 20px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
.projetos_membro {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 15px;
}
.frase_membro {
    position: relative;
    display: block;
    margin-top: 15px;
    border-left-color: #fff;
    font-style: italic;
    font-size: 22px;
    line-height: 24px;
	padding: 15px;
}
.frase_membro > .quote {
    font-size: 42px;
    position: relative;
    top: 10px;
    left: 6px;
    line-height: 18px;
}
.imagem_info_container {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
}
.projetos_membro h3 {
    font-size: 26px;
    font-weight: bold;
}
.projetos_membro_bundle_container {
    position: relative;
    display: block;
    widows: 100%;
    margin: 5px auto;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.clearfix {
    clear: both;
}
.btn_default_no_decoration {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
}
.membro_container {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px;
}
.projetos_membro_bundle_container {
    position: relative;
    display: block;
    margin: 5px auto;
}
.projetos_membro_bundle:hover {
	color: #fff;
	background: var(--dark-color);
}
.projetos_membro_bundle {
    position: relative;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background: var(--hover-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 1px;
    text-decoration: none;
	border-radius: 6px;
}
h2 small {
	font-size: 18px;
}
.imagem_info_container_right {
    float: right;
}

@media screen and (max-width: 420px) {
	.imagem_info_container, .conteudo_membro {
    display: block;
    width: 100%;
    }
}
.imagem_info_container > img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 420px) {
.nome_membro {
    font-size: 28px;
	text-align: center;
   }
}
@media screen and (max-width: 780px) {
.content_container, .main_container {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
.imagem_info_container .btn_default_no_decoration {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
.frase_membro {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
.sobre_membro, .container_mm_kun {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
.imagem_info_container .btn_default_no_decoration {
    font-size: 14px;
  }
}
.color-icon {
    color: #ed2553;
}
.cod {
 border-bottom: 1px solid var(--dark-color);
 margin-top: 10%;
}
.thanks {
    margin-top: 20px;
    text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 420px) {
.two, .titleD, .flex, .flex_space_between {
	display: inline;
	}
}
.right_b {
  margin-left: 10px;
}
/* Estilo para dispositivos móveis */
@media only screen and (max-width: 600px) {
    .reader_list {
        width: 100%; /* Ou qualquer largura que você deseje */
    }
}
/********************************************
* 404
*********************************************/
.Title-404 {
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center;
    padding: 9rem 0;
}
.Title-404>strong {
    display: block;
    font-size: 8rem;
    line-height: 1;
}
.Title-404>span {
    font-size: 1rem;
    opacity: .5;
    font-weight: 400;
    display: block;
}
.Title-404>button {
    width: 200px;
    padding: 15px;
    margin: 1em 0 0;
    border-radius: 5px;
    background: var(--f);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.Title-404>button a {
    color: #fff;
}
.box_media_pg .left_b_pg {
    width: 75%;
    padding: 15px;
    border-radius: 5px;
}
.box_media_pg {
    display: flex;
}
.ads {
	text-align: center;
	padding: 10px;
}
.parceiros {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.parceiros .titspace {
    margin: 0;
    padding: 6px 15px;
}
.titspace {
    text-align: justify;
    margin: 30px 30px 0;
    border-left: 5px solid var(--hover-color);
    padding-left: 10px;
}
.esq {
    float: left;
}
.parceiros a {
    padding: 0 10px 0 0;
}
.itemP, .info h1 {
    position: relative;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 3px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.itemP .info h1:before {
    content: "";
    border-bottom: 2px solid #fff;
    width: 80%;
    position: absolute;
    bottom: 0;
}
iframe[src*="youtube"] {
  width:840px;
  height:410px;
}
.footer-top {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
}
.footer-logo {
    display: block;
    float: left;
    margin: 0 40px 0 0;
}
.footer-logo img {
    width: auto;
    height: 40px;
    margin-bottom: 15px;
}
.footer-joingroup {
    float: left;
}
.footer-joingroup .vision-group {
    display: inline-block;
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}
.footer-joingroup .vision-group .zrg-title {
    padding-left: 5px;
}

.vision-group .zrg-title {
    float: left;
    margin-right: 20px;
}
.vision-group .zrg-title .top {
    display: block;
    font-weight: 400;
    opacity: 0.5;
	margin-bottom: 4px;
}
.vision-group .zrg-title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.vision-group .zrg-list {
    float: left;
}
.vision-group .zrg-list .item {
    float: left;
    margin-right: 10px;
}
.vision-group .zrg-list .item .zr-social-button.dc-btn {
    background: #6f85d5;
    color: #fff;
}
.vision-group .zrg-list .item .zr-social-button {
    display: inline-block;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
.vision-group .zrg-list .item i {
    font-size: 22px;
    line-height: 20px;
    vertical-align: text-bottom;
}
.vision-group .zrg-list .item .zr-social-button.tl-btn {
    background: #08c;
    color: #fff;
}
.rodape-copy {
    font-size: 12px;
    color: #d9d9d9;
    opacity: 0.5;
}
.bt-info {
	background-color: #72a8e2;
}
.kk-star-ratings .kksr-legend {
	  font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.logo-nome{
	color: #72a8e2;
}
.topo-logo button {
	background-color: #72a8e2;
}
.publish {
	text-align: center;
	margin: 10px;
	padding: 10px;
}
.slog {
	  text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #72a8e2;
}
.info_p2 {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid var(--gray-color);
    display: inline-flex;
}
.info_p2 h5 {
    color: var(--light-gray-color);
    font-weight: 400;
    font-size: 14px;
}
.anime-cover {
 opacity: 0.5;
}
.selo_yaoi {
    background-color: #cf43a3;
}
.fa {
    font-size: 14px;
    margin-right: 6px;
    font-size: 12px;
    padding-top: 4px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.publicidade {
	margin: 1.6em 0 1em;
    padding: 0;
    width: 100%;
    justify-content: center;
    display: flex;
}
.parterns a{
	margin: 0 2px 0;
}
/* Configurações específicas para dispositivos móveis */
@media only screen and (max-width: 768px) {
    .itemP .thumb {
        width: 100%; /* Para dispositivos com largura de tela menor ou igual a 768px, cada thumbnail ocupará metade da largura */
		height: auto;
    }
}