/*
Theme Name: Madara - Child
Description:  Madara Child-Theme
Author:       Madara
Author URI:   http://demo.mangabooth.com/
Template: madara
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version: 1.0.2
*/
:root {
	--theme-color: #fb6f92;
	--text-color: #fff;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme-color); 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
body {
	background: #16151d;
	color: #b8b8b8;
}
a, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	color: #b8b8b8;
}
a:hover {
	color: var(--theme-color)!important;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }
}
body.page .c-page-content .content-area {
    margin-top: 18px;
}
.site-header .main-navigation.style-1 {
	background: #16151d;
}
.site-header .main-navigation .main-navigation_wrap {
    padding: 7px 0;
}
.site-header .c-sub-header-nav {
    background: linear-gradient(to right, #fec5c9 5%, #fb6f92);
}
.site-header .c-sub-header-nav .c-sub-nav_wrap .c-modal_item .c-user_item span {
    margin-right: 10px;
    color: var(--text-color);
}
.site-header .c-sub-header-nav .c-sub-nav_wrap {
    font-size: 0;
    padding: 3px 0px;
    position: relative;
}
.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list li a {
    font-weight: 500;
	font-size: 13px;
    color: var(--text-color);
    text-transform: capitalize;
    padding: 7px 10px;
    display: block;
	border: transparent;
}
.site-header .c-sub-header-nav.with-border {
    border-bottom: transparent;
}
.lz-nav-right {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lz-nav-right .c-modal_item {
    text-align: right;
    display: flex;
    gap: 10px;
}
#theloai {
	color: #333 !important;
	background-color: var(--theme-color);
}
.lz-nav-right .c-modal_item .btn-active-modal {
    background-color: var(--theme-color);
    color: #fff !important;
    font-weight: 500;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.site-header .main-navigation .search-navigation .menu-search .open-search-main-menu { 
	background-color: var(--theme-color);
    color: #fff !important;
}
.lz-avatar img {
    height: 35px;
    width: 35px;
	max-width: 35px;
    border-radius: 100%;
}
.lz-fb {
    background: rgba(0, 0, 0, .20);
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 3px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    font-size: 12px;
}
.site-header .main-navigation.style-1 .main-menu {
    width: 50%;
}
@media (min-width: 769px) {
    .site-header .main-navigation.style-1 .search-navigation {
        width: 25%;
    }
}
.site-header .main-navigation.style-1 .search-navigation .search-navigation__wrap {
    display: table;
    width: auto;
}
@media (max-width: 768px) {
    .lz-nav-right .c-modal_item {
        display: none;
    }
}
@media (max-width: 768px) {
    .lz-fb {
        display: none;
    }
}
@media (max-width: 500px) {
    .site-header .main-navigation.style-1 .search-navigation .search-navigation__wrap .main-menu-search {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .site-header .main-navigation.style-1 .search-navigation {
        width: 50%;
    }
}
/* Manga Archive */
.c-image-hover img {
    border-radius: 3px;
}
.font-title a {
	font-size: 15px;
	color: #fff;
}
body.page .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item {
    border-bottom: transparent;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
body.page .c-page-content .c-page .c-page__content .page-content-listing {
    margin: 20px 20px;
}
.col-md-3,.col-md-6  { 
	padding-left: 7px;
	padding-right: 7px;
}
@media (min-width: 1200px) {
    .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Manga Single */
.ts-breadcrumb {
    overflow: hidden;
    padding: 10px 15px;
    font-size: 13px;
}
@media only screen and (max-width: 800px) {
    .bixbox {
        border-radius: 0;
        margin-bottom: 5px;
    }
}
.ts-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-breadcrumb ol li {
    display: inline-block;
    margin: 0 4px;
}
.ts-breadcrumb ol li a { 
	color: #fff
}
.bixbox {
    background: #222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 18px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 800px) {
    .bixbox {
        border-radius: 0;
        margin-bottom: 5px;
    }
}
.bigcontent {
    position: relative;
    padding: 15px 20px 25px;
    z-index: 1;
    padding-left: 215px;
    min-height: 450px;
}
@media only screen and (max-width: 695px) {
    .bigcontent {
        padding: 15px;
    }
}
.bigcontent .thumbook {
    position: absolute;
    top: -20px;
    left: 16px;
    width: 180px;
}
@media only screen and (max-width: 695px) {
    .bigcontent .thumbook {
        position: relative;
        left: auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: -50px;
        margin-bottom: 20px;
        top: 0;
    }
}
.bigcontent.nobigcover .thumbook {
    top: auto;
}
@media only screen and (max-width: 695px) {
    .bigcontent.nobigcover .thumbook {
        margin-top: 10px;
    }
}
.bigcontent .thumb {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
}
@media only screen and (max-width: 695px) {
    .bigcontent .thumb {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 200px;
        width: auto;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        float: none;
    }
}
.bigcontent .thumb img {
    width: 100%;
}
@media only screen and (max-width: 695px) {
    .bigcontent .rt {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        overflow: hidden;
    }
}
.Đánh Dấu {
    text-align: center;
    background: var(--theme-color);
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
}
.bigcontent .rt .rating {
    text-align: center;
    padding: 2px 10px;
    background: #343434;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin-top: 6px;
}
.rating-prc .rtp {
    overflow: hidden;
    display: inline-block;
    float: left;
}
.rating-prc .rtp .rtb {
    position: relative;
    overflow: hidden;
    color: #ffc700;
    height: 15px;
    line-height: 1;
    width: 85px;
    font-size: 15px;
    margin: 0 auto;
}
.rating-prc .rtp .rtb:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "font awesome 5 free";
    position: absolute;
    top: 0;
    left: 0;
    color: #686868;
    height: 15px;
}
.rating-prc .rtp .rtb span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
}
.rating-prc .num {
    float: right;
    line-height: normal;
    font-size: 13px;
}
@media only screen and (max-width: 695px) {
    .tsinfo {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -3px;
    }
}
.imptdt {
    padding: 7px 10px;
    background: #343434;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin-top: 6px;
    font-size: 12px;
}
@media only screen and (max-width: 695px) {
    .imptdt {
        width: 50%;
        margin: 0 3px;
        margin-top: 6px;
		font-size: 10px;
    }
}
.imptdt i, .imptdt a {
    font-style: normal;
    float: right;
}
.bigcontent .infox {
    font-size: 14px;
}
@media only screen and (max-width: 695px) {
    .bigcontent .infox {
        overflow: hidden;
        padding-left: 0;
    }
}
.bigcontent .infox h1 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
}
@media only screen and (max-width: 695px) {
    .bigcontent .infox h1, .bigcontent .infox .alter {
        text-align: center;
        margin-bottom: 10px;
    }
}
.bigcontent .infox .wd-full {
    margin-bottom: 15px;
}
.bigcontent .infox .wd-full b, .bigcontent .infox .wd-full h2, .bigcontent .infox .flex-wrap .fmed b {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #d9d9d9;
    font-weight: 500;
}
.bigcontent .infox .wd-full p {
    margin: 0;
}
.bigcontent .infox .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
@media only screen and (max-width: 695px) {
    .bigcontent .infox .flex-wrap {
        margin: 0;
    }
}
.bigcontent .infox .flex-wrap .fmed {
    width: 50%;
}
@media only screen and (max-width: 695px) {
    .bigcontent .infox .flex-wrap .fmed {
        width: 100%;
        margin-bottom: 10px;
    }
}
.bigcontent .infox .wd-full b, .bigcontent .infox .wd-full h2, .bigcontent .infox .flex-wrap .fmed b {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #d9d9d9;
    font-weight: 500;
}
.bigcontent .infox .wd-full {
    margin-bottom: 15px;
}
.bigcontent .infox .wd-full .mgen {
    display: block;
    overflow: hidden;
}
.bigcontent .infox .wd-full .mgen a {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
    background: #343434;
    padding: 4px 12px;
    border-radius: 3px;
	color: #fff;
	    font-size: 12px;

}
.animefull .bottom {
    background: rgba(34, 58, 101, .02);
    padding: 12px 20px;
    font-size: .85em;
    border-top: 1px solid #312f40;
    text-transform: lowercase;
    font-weight: 300;
}
/* Sidebar */
@media (min-width: 728px) {
	.c-page-content .sidebar-col {
		width: 350px;
		padding-left: 18px;
	}
}
@media (max-width: 728px) {
	.c-page-content .sidebar-col {
		margin-left: 15px;
        margin-right: 15px;
	}
}
.widget.c-popular .popular-item-wrap {
    border-bottom: 1px solid #383838;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.c-popular.manga-widget,
.manga-genres-class-name {
    background: #222;
    padding: 0;
    border-radius: 3px;
}

.widget .widget__inner .widget-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #312f40;
    padding: 10px 15px;
    line-height: 14px;
    background: none;
    margin: 0;
}

.widget-heading:after {
    content: none;
}

.widget .widget__inner .widget-heading>* {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.widget-manga-slider.widget .widget__inner .widget-content {
    padding: 0;
}

.widget .widget__inner .widget-content {
    padding: 15px 10px;
}

.widget .widget__inner .widget-content .manga-tab .nav-tabs {
    background: #333;
    padding: 5px 5px;
    border-radius: 3px;
	border: transparent;
}

.widget .widget__inner .widget-content .manga-tab .nav-tabs .nav-link.active {
    display: block;
    background: var(--theme-color);
	border: transparent;
    border-radius: 3px;
    color: #fff;
}

.widget .widget__inner .widget-content .manga-tab .nav-tabs .nav-link.active {
    color: #fff !important;
	border: transparent;
}

.widget .widget__inner .widget-content .manga-tab .nav-tabs .nav-item {
    flex: auto;
}

.widget .widget__inner .widget-content .manga-tab .nav-tabs .nav-link {
    background: none;
    padding: 2px 20px;
    font-size: 12px;
    flex: auto;
    text-align: center;
	border: transparent;
}

.widget .widget__inner .widget-content .manga-tab .tab-content {
    margin-top: 15px;
}
.popular.tab-content .c-page__content .tab-content-wrap {
    padding: 0;
}

.popular.tab-content .c-page__content .tab-content-wrap .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.popular.tab-content .c-page__content .tab-content-wrap .col-6 .post-title h3 {
    font-size: 13px;
    font-weight: 500;
}

.widget.c-popular .popular-item-wrap {
    position: relative;
}

.ctr {
    color: #fff;
    border-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 1em;
    position: absolute;
    top: 30px;
    left: 5;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget.c-popular .style-1 .popular-item-wrap .popular-img {
    margin-left: 35px;
}

.widget.c-popular .popular-item-wrap .popular-content {
    font-size: 12px;
}

.widget.c-popular .popular-item-wrap .popular-content span.text {
    display: inline-block;
}

.widget.c-popular .popular-item-wrap .popular-content span.quality i {
    color: #ffd900;
}

.widget.c-popular .popular-item-wrap .popular-content span.quality .total_votes {
    margin-left: 5px;
}
.bxcl {
    overflow: hidden;
}
.releases {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #312f40;
    padding: 8px 15px;
}
.releases h1, .releases h2, .releases h3, #sidebar .section h4 {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
}
.lastend {
    overflow: hidden;
    position: relative;
    margin: 10px;
}
.lastend .inepcx {
    width: 50%;
    float: left;
    text-align: center;
}
.lastend .inepcx a {
    display: block;
    color: #fff;
    margin: 5px;
    padding: 15px;
    background: var(--theme-color);
    border-radius: 5px;
    line-height: normal;
}
.lastend .inepcx a span {
    display: block;
    font-size: 15px;
}
.lastend .inepcx a span.epcur {
    font-size: 20px;
    margin-top: 6px;
    font-weight: 700;
}
.search-chapter {
    overflow: hidden;
    position: relative;
    margin: 0 15px 15px;
}
#searchchapter {
    width: 100%;
    color: #ccc;
    font-family: inherit;
    padding: 7px 10px;
    background: #343434;
    border: 1px solid #464357;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#chapterlist {
    margin: 15px;
}
.bxcl ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-left: -5px;
    overflow: auto;
    max-height: 297px;
}
.bxcl .clstyle {
    margin-left: 0;
}
.bxcl ul li {
    float: left;
    width: 25%;
}
@media only screen and (max-width: 950px) {
    .bxcl ul li {
        width: 33.3333333%;
    }
}
@media only screen and (max-width: 570px) {
    ul.taxindex li, .bxcl ul li, .chapterbody .bs {
        width: 50%;
    }
}
.bxcl .clstyle li {
    float: none;
    width: auto;
}
.bxcl ul li .chbox {
    overflow: hidden;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 14px;
    margin: 0 5px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
}
.bxcl .clstyle li .chbox {
    margin-left: 0;
}
.bxcl ul li .eph-num {
    float: left;
}
.bxcl .clstyle li .eph-num {
    width: 85%;
}
.bxcl ul li .eph-num span {
    display: block;
}
.bxcl .clstyle li span.chapternum {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bxcl ul li .eph-num span.chapternum {
    font-weight: 400;
}
.bxcl ul li .eph-num span {
    display: block;
}
.bxcl ul li .eph-num span.chapterdate {
    font-size: 12px;
    color: #888;
}
.loader-inner > div {
    background-color: #eb3349;
    width: 10px;
    height: 10px;
  }
  .post-rating {
    margin-bottom: 5px;
    position: relative;
    transition: opacity ease-in 0.5s;
  }
  .post-rating .user-rating {
    position: relative;
    top: 0;
    display: none;
  }
  .post-rating .user-rating i.ion-ios-star,
  .post-rating .user-rating i.ion-ios-star.rating_current,
  .post-rating .user-rating i.ion-ios-star-half {
    color: #ffd900;
  }
  .post-rating i {
    font-size: 18px;
    margin: 0 1px;
    float: left;
  }
  .post-rating i.ion-ios-star,
  .post-rating i.ion-ios-star.rating_current,
  .post-rating i.ion-ios-star-half {
    color: #ffd900;
  }
  .post-rating i:hover {
    cursor: pointer;
  }
  .post-rating span {
    color: #b8b8b8;
    font-size: 14px;
    float: right;
    padding-top: 3px;
  }
  .post-rating:hover .user-rating.allow_vote {
    display: block;
  }
  .post-rating:hover .post-total-rating.allow_vote {
    display: none;
  }
  .add-bookmark {
    text-align: 'Đánh Dấu';
    background: var(--theme-color);
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
    width: 100%;
}
.add-'Đánh Dấu' .action_icon {
    margin-right: 5px;
}
.add-'đánh dấu' .action_icon a i {
    font-size: 13px;
    color: #fff;
}
.add-bookmark .action_icon a {
    font-size: 13px;
    color: #fff;
}
.add-bookmark .action_icon a:hover { 
    color: #fff!important;
}
/* Single Post */
.c-blog-post .entry-content .entry-content_wrap {
    line-height: 2.14285714;
    margin: 10px 15px;
    color: #b8b8b8;
	font-size: 14px;
}
/* Footer */
.site-footer {
    border-top: transparent;
        padding: 30px 0px 25px 0px;
    text-align: center;
}
.list-inline>li>a {
	color: #fff;
}
.go-to-top { 
	background-color: var(--theme-color);
    color: #fff;
}
body.archive .paging-navigation {
    margin-top: 20px;
    margin-bottom: 15px;
}
/* Setting Page */
.settings-page .nav-tabs-wrap ul.nav-tabs li a {
    background-color: #602a3e;
    color: #d9d9d9;
    font-weight: 500;
    padding: 10px 15px 8px;
    border: none;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
    border-radius: 10px;
}
.page-content-listing.item-simple .page-listing-item .page-item-detail {
    padding-bottom: 10px;
    border-bottom: transparent;
}
.settings-page .tabs-content-wrap .tab-group-item .tab-item {
    padding: 5px 0px;
    border-bottom: transparent;
}
.settings-page .tabs-content-wrap .tab-group-item.image_setting .tab-item, .settings-page .tabs-content-wrap .tab-group-item.other_setting .tab-item {
    padding-left: 0px;
    padding-right: 0px;
}
.settings-page .tabs-content-wrap .tab-group-item.image_setting .tab-item .settings-title h3, .settings-page .tabs-content-wrap .tab-group-item.other_setting .tab-item .settings-title h3 {
    margin-bottom: 15px;
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
}
.settings-page .c-page-content .c-page .c-page__content .page-content-listing {
    margin: 0px!important;
}
.settings-page .tabs-content-wrap .tab-group-item .tab-item .history-content {
    background: #333;
    border-radius: 5px;
}
.settings-page .tabs-content-wrap .tab-group-item .tab-item .history-content .item-infor .chapter span a {
    color: #b8b8ac;
    font-size: 12px;
}
/* Comment */
#manga-discussion {
    display: none;
}
#madara-comments {
	color:#555;
    padding: 15px;
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, select {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    outline: none;
    font-weight: normal;
    border: 1px solid #333;
    background-color: transparent;
    color: #b8b8b8;
}
input:not([type]):hover, input[type="color"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input[type="search"]:hover, textarea:hover, select:hover {
    background-color: transparent;
    border: 1px solid #333;
}
input:not([type]):focus, input[type="color"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus, input[type="search"]:focus, textarea:focus, select:focus { 
    background-color: transparent;
    border: 1px solid #333;
}
.comment-reply-title, .comments-title {
    color: #fff;
}
#madara-comments.comments-area ol.comment-list li.comment article.comment-body .block-right .comment-content, #madara-comments.comments-area ol.comment-list li.pingback article.comment-body .block-right .comment-content {
    color: #b8b8b8;
    line-height: 1.9;
    margin-bottom: 12px;
    background: #1e1e1e;
    padding: 10px;
    border-radius: 5px;
}
#madara-comments.comments-area ol.comment-list li.comment article.comment-body .block-left, #madara-comments.comments-area ol.comment-list li.pingback article.comment-body .block-left {
    width: 56px;
    height: 56px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

/*light mode */
.func-btn {
    font-size: 18px;
    color: #b53564;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 5px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1); 
}

.func-btn a {
    color: var(--theme-color);
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.func-btn:hover {
    color: var(--theme-color);
}

.go-to-top i {
    font-size: 18px;
    line-height: 2.2;
}
.go-to-top {
    cursor: pointer;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    z-index: 10;
    line-height: 1.4;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    right: 10px;
    right: -ms-calc(-594.5%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    visibility: hidden;
    opacity: 0;
}
#madara-comments.comments-area #respond.comment-respond .comment-form .form-submit #submit {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background-color: var(--theme-color);
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
body.reading-manga .entry-header .c-selectpicker select.selectpicker, body.reading-manga .c-select-bottom .c-selectpicker select.selectpicker {
    padding: 10px 30px 10px 16px;
    border: none;
    background-color: #333333;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.chapter-item .chapter {
    background-color: #333333!important; 
}
.chapter-item .chapter a { 
	color: #fff!important;
}
.item-thumb .manga-type {
    position: absolute;
    bottom: 3px;
    left: 3px;
    border-radius: 5px;
    background: var(--theme-color);
    padding: 1px 5px;
    color: #fff;
    font-size: 10px;
}
.page-content-listing {
	margin: 20px 20px;
}
.adult-content.censored .main-col .c-page__content {
    opacity: 100%;
}
.main-sidebar .widget {
	background: #222;
	padding-left: 0px;
    padding-right: 0px;
}