/*
Theme Name: Vcomycs
Description: Giao diện của Vcomycs.
Version: 2.1.2
License: GNU General Public License
License URI: license.txt
Tags: comic, manga
*/

.chromeframe {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #f2dede;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fff url(images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    color: #7b8084;
    font-size: 14px;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    outline: 0;
    transition: all 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

a {
    color: var(--theme-color);
    transition: all 0.2s ease;
}

a:hover {
    color: var(--link-color);
}

a:hover .img-thumbnail,
a:focus .img-thumbnail {
    opacity: 0.75;
}

.font-size-larger {
    font-size: larger;
}

.container {
    width: 98%;
    max-width: 1320px;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

.ribbon {
    height: 10px;
    background-color: #8a2f5c;
    background-image: linear-gradient(
        left,
        #172327,
        #19372c,
        #327344,
        #437e4c,
        #869956,
        #b08f42,
        #b46839,
        #a43941,
        #9c2c52,
        #bb426b,
        #8a2f5c,
        #6d416d,
        #413264,
        #29416e,
        #5690a5,
        #2e849d,
        #276686,
        #23436e,
        #142a06
    );
}

.navbar-inverse {
    background: var(--blur-3-color);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border: none;
}

.header-container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.container .navbar-header {
    float: none;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}

.index-navbar-shadow {
    z-index: 999;
}

h1.logo {
    background: var(--logo-img) left center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 145px;
    line-height: 52px;
    margin: 0;
    position: absolute;
    top: 7px;
    left: calc(100% / 2 - 72.5px);
}

#wpadminbar {
    z-index: 999;
}

.navbar-hidden {
    width: 385px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 15%);
    padding: 60px 25px 15px;
    z-index: 99999;
}

@media (max-width: 480px) {
    .navbar-hidden {
        width: 100%;
    }
}

.navbar-x-btn {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    color: var(--blur-3-color);
    background: var(--blur-0-1-color);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.navbar-x-btn:hover {
    color: #fff;
    background: var(--blur-0-2-color);
}

.navbar-hidden-right .navbar-x-btn {
    right: auto;
    left: 25px;
}

.nav > li {
    display: block;
}

.navbar-logo-white {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.navbar-logo-white img {
    width: 145px;
}

.navbar-nav {
    margin: 0;
    float: none;
}

.navbar-nav li a {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 5px;
    border-radius: 10px;
}

.navbar-inverse .navbar-nav li a {
    color: var(--blur-1-color);
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #fff;
    background: var(--blur-0-1-color);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav li a {
    text-shadow: none;
}

.navbar-inverse .navbar-nav li a span:not(.label) {
    margin-right: 10px;
    width: 25px;
    display: inline-block;
}

.navbar-inverse .navbar-nav .active a:not(.noti-a),
.navbar-inverse .navbar-nav .current-menu-item a:not(.noti-a) {
    color: #fff;
    box-shadow: none;
    background: var(--blur-0-2-color);
}

@media (min-width: 768px) {
    .navbar-inverse
        .navbar-nav
        .active
        a
        span:not(.glyphicon):not(.badge):not(.noti-a),
    .navbar-inverse
        .navbar-nav
        .current-menu-item
        a
        span:not(.glyphicon):not(.badge):not(.noti-a) {
        display: inline-block;
    }
}

.navbar-inverse .navbar-nav .active a:not(.noti-a):focus,
.navbar-inverse .navbar-nav .active a:not(.noti-a):hover,
.navbar-inverse .navbar-nav .current-menu-item a:not(.noti-a):focus,
.navbar-inverse .navbar-nav .current-menu-item a:not(.noti-a):hover {
    color: #fff;
}

.navbar-collapse.in {
    overflow-y: initial;
}

.search-wrapper {
    background: #fff;
    border-radius: 0;
    position: relative;
    width: 100%;
}

.search-wrapper .search-txt {
    background: 0 0;
    border: none;
    padding: 6px 32px 6px 10px;
    width: 100%;
    min-width: 320px;
}

@media (max-width: 370px) {
    .search-wrapper .search-txt {
        width: calc(100vw - 60px);
        min-width: unset;
    }
}

.search-wrapper .search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: 0 0;
    padding-top: 1px;
    padding-bottom: 0;
}

.search-icon {
    font-size: 13px;
    padding: 4px 6px 3px;
    z-index: 999;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-icon:hover,
.search-icon:focus {
    color: var(--theme-color);
}

.search-result {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 100%;
    z-index: 999;
    border: none;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.15);
}

.search-result ul.most-views li.focus-ing a {
    color: var(--link-color);
}

.search-result a:hover,
.search-result a:focus {
    text-decoration: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 10px;
}
.lds-ellipsis span {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9dbdd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis span:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis span:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis span:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis span:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.search-container {
    display: inline-block;
    margin-top: 11px;
}

.navbar-form {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0 !important;
}

.search-form {
    display: inline-block;
    padding: 0 !important;
    margin-top: 20px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    display: block;
    margin-left: 15px;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    transition: all 0.3s ease;
    background-color: #8596a7;
}

.navbar-nav > li {
    float: none;
}

.navbar-toggle span {
    display: inline-block;
}

.navbar-nav .sub-menu {
    list-style: none;
    padding-left: 0;
    margin-left: 15px;
}

.navbar-nav .sub-menu li a {
    display: block;
}

.footer-container {
    margin-top: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.footer-menu {
    background: var(--blur-3-color);
    padding: 25px 0 10px;
}

.tags a,
a.tags-link {
    border-radius: 6px;
    padding: 6px;
    line-height: 35px;
    background: var(--theme-color);
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.tags a:hover,
a.tags-link:hover,
.tags a.curr-page {
    background: var(--blur-1-color);
    text-decoration: none;
}

.tags a.owl-tag {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
}

.tags a.owl-tag:hover,
.tags a.owl-tag:focus {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.blue {
    color: var(--theme-color);
}

.org {
    color: #f7b42c;
}

.margin-top-15px {
    margin-top: 15px;
}

.note {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #9da2a8;
    line-height: 1.6em;
    margin-bottom: 25px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    position: relative;
    border-radius: 20px;
}

.copyright {
    padding: 15px 0;
    font-size: 13.5px;
    letter-spacing: -0.7px;
    background: #fff;
}

#ocm-carousel {
    background: var(--theme-color);
}

.owl-carousel {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.owl-carousel.owl-loaded {
    height: auto;
    max-height: none;
    overflow-y: visible;
}

.owl-carousel,
.sidebar .widget,
.shadow-box {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.comic-item-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.comic-item-box .comic-title-link {
    padding: 0 15px 15px 15px;
}

.comic-item-box .comic-title {
    text-overflow: initial;
    cursor: pointer;
    text-transform: capitalize;
}

.owl-carousel .item {
    margin: 10px;
    text-align: center;
}

.owl-carousel .item a:hover {
    text-decoration: none;
}

.carousel-inner {
    width: 60%;
    margin: 0 auto;
}

.carousel-side img {
    height: 92%;
    width: auto;
    max-width: none;
    position: absolute;
    z-index: 0;
    top: 4%;
    border-radius: 10px;
}

.carousel-side .carousel-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.6) 120%
    );
}

.carousel-side .carousel-mask.carousel-mask-left {
    background: linear-gradient(
        -90deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.6) 120%
    );
}

.carousel-side-1,
.carousel-side-2 {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 20%;
    z-index: 0;
}

.carousel-side-1 {
    left: 0;
}

.carousel-side-1 img {
    right: 4%;
}

.carousel-side-2 {
    right: 0;
}

.carousel-side-2 img {
    left: 4%;
}

.carousel-control {
    z-index: 9;
}

@media (max-width: 1365px) {
    .carousel-inner {
        width: 100%;
    }

    .carousel-side {
        display: none;
    }
}

.top-hot .item h3,
.top-hot .item p {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
}

.owl-carousel .item h3 {
    margin-top: 13px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.top-hot {
    background: var(--blur-3-color);
    border-radius: 6px;
    border: 1px solid #e5eaee;
    margin-bottom: 15px;
}

.org-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    background: #fdf0d5;
    border-left: 5px solid #fce4b3;
    color: #f7b42c;
    font-weight: 700;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blue-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: var(--theme-color);
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.blue-title small {
    font-size: 14px;
    color: var(--blur-2-color);
}

.blue-title a {
    color: var(--blur-2-color);
}

.blue-title a:hover,
.blue-title a:focus {
    color: #fff;
}

.red-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    background: #fedddf;
    border-left: 5px solid #fec2c5;
    color: #fc575e;
    font-weight: 700;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.green-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    background: #eef6dc;
    border-left: 5px solid #e0efc0;
    color: #7fc400;
    font-weight: 700;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seablue-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    background: #daf1ff;
    border-left: 5px solid #bce6ff;
    color: var(--theme-color);
    font-weight: 700;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.red-views-title {
    font-size: 16px;
    padding: 10px;
    background: #fedddf;
    border-left: 5px solid #fec2c5;
    color: #fc575e;
    overflow: hidden;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.facebook-widget {
    background: var(--blur-3-color);
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e5eaee;
}

.comic-item,
.comic-list,
.widget {
    margin-bottom: 30px;
}

.sidebar .widget .scroll-panel {
    max-height: 535px;
    overflow-y: auto;
}

.sidebar .widget .scroll-panel::-webkit-scrollbar {
    width: 0;
}

.comic-title {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5em;
}

.comic-chapter {
    padding: 3px 7px;
    background: var(--blur-3-color);
    border-radius: 6px;
    white-space: nowrap;
    display: inline-block;
}

.comic-chapter:hover {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    color: #fff;
    text-decoration: none;
}

.uptime {
    padding-left: 5px;
}

.most-views {
    margin: 0;
    padding: 0;
    list-style: none;
}

.most-views li {
    margin-bottom: 7px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--blur-3-color);
}

.most-views li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.super-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.small-title {
    color: #9da2a8;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.margin-bottom-7px {
    margin-bottom: 7px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.modal-body {
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 20px;
    border: none;
    background-clip: border-box;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 98%;
        max-width: 1290px;
    }
}

.footer-links {
    margin-bottom: 15px;
}

.pagination {
    margin-top: 0;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #7fc400;
    border-color: #7fc400;
}

.pagination li a,
.pagination li span,
.pager li a {
    border-radius: 0;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 12px;
}

.pager li.next a {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
}

.pager li.previous a {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--blur-1-color),
        var(--theme-color)
    );
}

.pager li.next a span,
.pager li.previous a span {
    display: inline-block;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pager li a:focus,
.pager li a:hover {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.pager li.disabled a {
    background: var(--blur-3-color);
    color: #8596a7;
    pointer-events: none;
}

.pager li.disabled:hover a {
    box-shadow: none;
    background: var(--blur-3-color);
    color: #8596a7;
}

.pager-note {
    line-height: 40px;
}

.pager {
    font-size: 13px;
    margin: 15px 0 25px 0 !important;
}

.fb-like-box,
.fb-like-box * {
    width: 100% !important;
}

#go-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--blur-1-color),
        var(--theme-color)
    );
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 15px;
    bottom: 65px;
    cursor: pointer;
    z-index: 99999;
    background-size: 300% 100%;
}

#go-to-top:hover {
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.info {
    font-size: 14px;
}

.info-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize;
}

.red {
    color: #fc575e;
}

.green {
    color: #7fc400;
}

.pink {
    color: #f27490;
}

.comic-info,
.comic-intro {
    margin-bottom: 15px;
}

.comic-intro .comic-intro-text,
.comic-intro #team-info {
    line-height: 1.7;
}

.comic-intro .comic-chapter {
    margin-bottom: 4px;
}

.intro-container blockquote {
    margin-bottom: 15px !important;
}

.keywords {
    font-size: 14px;
}

.block-10px {
    height: 10px;
}

.table-wrapper {
    margin-top: 15px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-wrapper thead {
    background: var(--blur-3-color);
}

.table-wrapper table a {
    display: block;
}

.table-wrapper table a.comic-chapter {
    display: initial;
}

.table-wrapper .media-body {
    width: auto;
    vertical-align: middle;
}

.table-scroll {
    max-height: 500px;
    overflow-y: scroll;
    position: relative;
}

.btn-snazzy {
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    min-width: 135px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .select-chapter .btn-snazzy {
        min-width: initial;
        padding: 10px;
    }
}

.btn-snazzy span {
    display: inline-block;
}

.btn-snazzy.light-blue {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-snazzy.light-blue-right {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--blur-1-color),
        var(--theme-color)
    );
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-snazzy.light-blue:hover,
.btn-snazzy.light-blue-right:hover,
.btn-snazzy.light-blue:focus,
.btn-snazzy.light-blue-right:focus {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.btn-snazzy.light-green {
    background-color: #74c400;
}

.btn-snazzy.light-green:hover {
    background: #93c130;
    color: #fff;
}

.chap-selecter {
    height: 300px;
    overflow: auto;
    position: absolute;
    width: 100%;
    border-radius: 0;
}

.single-select-group {
    width: auto;
    min-width: 50%;
}

.select-button {
    border: 0;
    background: #555353;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
    text-align: left;
    position: relative;
}

.down-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px;
    font-size: 16px;
}

.like-share-top,
.select-chapter {
    margin-bottom: 10px;
}

.view-chapter {
    padding: 30px 15px;
    position: relative;
    z-index: 0;
}

.view-chapter img {
    display: block;
    margin: 0 auto;
    width: 900px;
    pointer-events: none;
    user-select: none;
}

.view-chapter br {
    display: none;
}

.like-share-bottom {
    margin-top: 15px;
}

.block-15px {
    height: 15px;
}

.single-title {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.date-desc {
    margin-bottom: 15px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 20px;
}

nav.sub-nav {
    padding-top: 15px;
    padding-bottom: 13px;
    background: #fff;
}

nav.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.sub-nav ul li {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 600;
}

.slider-container {
    margin-top: -20px;
}

.home .google-auto-placed {
    margin-bottom: 35px;
}

.index-list {
    padding-top: 15px;
    position: relative;
    z-index: 998;
    box-shadow: 0 -60px 50px -75px #000;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-indicators {
    bottom: -10px;
}

@media (min-width: 1367px) {
    .index-list {
        margin-top: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .index-list {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .index-list {
        margin-top: 0;
        box-shadow: none;
    }
}

.carousel-indicators li {
    width: 11px;
    height: 3px;
    border: 0;
    border-radius: 3px;
    background-color: var(--blur-3-color);
}

.carousel-indicators .active {
    width: 11px;
    height: 3px;
    margin: 1px;
    background-color: var(--theme-color);
}

@media (max-width: 480px) {
    .carousel-indicators li, .carousel-indicators .active {
        width: 9px;
    }
}

#___plusone_0,
#___plusone_1 {
    vertical-align: top !important;
}

.tags {
    font-size: 14px;
}

.pnf-404 {
    font-size: 20px;
    font-weight: 700;
}

.p404-wrapper {
    margin-bottom: 50px;
}

.title-404 {
    font-size: 150px;
    font-weight: 700;
}

.back-404 {
    font-size: 14px;
}

.owl-icon-404 {
    display: inline;
    height: 165px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

@media (max-width: 360px) {
    .owl-icon-404 {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.go-back-btn,
.go-to-list-btn {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    border: none;
    margin: 4px 3px;
    color: #fff;
    padding: 15px 30px;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 20px;
}

.btn-404 {
    margin: 15px 0;
}

.go-back-btn {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
}

.go-to-list-btn {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--blur-1-color),
        var(--theme-color)
    );
}

.go-back-btn:hover,
.go-to-list-btn:hover {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.comic-list-page {
    font-size: 14px;
    margin-bottom: 0;
}

.comic-list-page .archive-tags a {
    font-size: 14px !important;
}

.alphabet-title {
    font-size: 36px;
}

.table-wrapper img.img-circle {
    vertical-align: middle;
    padding: 3px;
    margin-right: 5px;
    background: var(--blur-3-color);
    transition: all 0.2s ease;
}

.comic-list-table .img-col {
    width: 100px;
    height: 100px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.table-wrapper a:hover img.img-circle {
    background: var(--theme-color);
}

.bs-callout {
    margin: 15px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}

.bs-callout-danger {
    background-color: var(--blur-3-color);
    border-color: var(--blur-1-color);
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.chapter-table a:visited {
    color: #ccc;
}

.red {
    background: #de4a41;
}

.comic-item {
    position: relative;
    min-height: 100px;
    overflow-x: initial !important;
}

.a3-manga {
    display: block;
    position: absolute;
    right: 18px;
    top: 3px;
    width: 45px;
    height: 45px;
    background: rgba(247, 180, 44, 0.9);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
}

.comic-list-table {
    margin-top: 15px;
}

.ballon {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 300px;
    height: 250px;
    z-index: 999999;
    background: #000;
}

.ballon-content {
    position: relative;
    width: 100%;
}

.x-button {
    position: absolute;
    right: 0px !important;
    top: -27px !important;
    background: #7fc400;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.x-button:hover {
    background: #8aac42;
}

.show-ballon {
    background: #7fc400;
    color: #fff;
    padding: 5px 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 999998;
}

.show-ballon:hover {
    background: #8aac42;
}

.show-for-mobile,
#if {
    display: none !important;
}

.comic-img {
    width: 100%;
}

.comic-img img {
    width: 100%;
}

.comic-title-link {
    margin-top: 15px;
}

.float-left-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.float-right-banner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
}

.force-center div {
    margin: 0 auto;
}

.balloon-left {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 300px;
    height: 250px;
    z-index: 999999;
    background: #000;
}

.balloon-left-content {
    position: relative;
    width: 100%;
}

.x-left-button {
    position: absolute;
    left: 0px !important;
    top: -27px !important;
    background: #7fc400;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.x-left-button:hover {
    background: #8aac42;
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .hide-for-mobile {
        display: none !important;
    }
    .show-for-mobile {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #fb-fanbox,
    #google-badge {
        display: none;
    }
    .comic-item {
        width: 50% !important;
        float: left;
    }
    .responsive-row:after {
        clear: none !important;
    }
    .single-select-group {
        min-width: 100%;
    }
    .hide-for-mobile {
        display: none !important;
    }
    .show-for-mobile {
        display: block !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .copyright-txt {
        text-align: center;
    }
    .contact-email {
        display: block;
        float: none !important;
        text-align: center;
    }
    #fb-fanbox,
    #google-badge {
        display: none;
    }
    .navbar-inverse .navbar-nav .active a {
        border-radius: 0;
    }
    .single-select-group {
        min-width: 100%;
    }
    .hide-for-mobile,
    .hide-mobile-only {
        display: none !important;
    }
    .show-for-mobile {
        display: block !important;
    }
}

.red:hover {
    background: #e25e56;
}

.search-wrapper:hover,
.search-wrapper:focus {
}

.d-inline {
    display: inline;
}

.single-video {
    max-width: 640px;
    margin: 0 auto 15px;
    position: relative;
}

.video-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
    font-size: 11px;
}

@media (max-width: 480px) {
    .single-shadow-box, .view-chapter {
        padding: 15px 0;
    }
}

.fixed-left {
    width: 210px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

.more-b {
    overflow-x: hidden;
}

.flower {
    width: 500px;
    position: absolute;
    z-index: 99999999999999999;
    left: -120px;
    transform: rotate(55deg);
    top: 105px;
    pointer-events: none;
}

.force-right div {
    float: right;
}

.arrow-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    margin-top: -20px;
}

.arrow-box a {
    margin-right: 10px;
}

.owl-footer {
    width: 60px;
    position: absolute;
    bottom: -40px;
    left: 25px;
    pointer-events: none;
}

.owl-img-2 {
    right: 25px;
    left: auto;
    bottom: -35px;
}

.img-thumbnail {
    border-radius: 20px;
    padding: 0;
    border: none !important;
    background-color: var(--blur-3-color);
}

a .img-thumbnail:hover {
    background-color: var(--theme-color);
}

.breadcrumb {
    background: var(--blur-3-color);
    border-radius: 20px;
}

.breadcrumb > li {
    text-transform: capitalize;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: none;
    border: none;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: var(--theme-color);
}

.navbar-form {
    padding: 0 10px 10px 0;
}

.team-icon {
    height: 18px;
    display: none;
}

.table-wrapper td {
    vertical-align: middle !important;
    padding: 9px !important;
}

@media (max-width: 768px) {
    .table-wrapper:not(.chapter-table) td {
        padding: 5px 0 !important;
    }
}

.single-update-btn {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    padding: 10px 25px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: fixed;
    top: 170px;
    left: -79px;
    outline: none;
    border: none;
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    z-index: 999;
}

.single-update-btn:hover,
.single-update-btn:focus {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#follow-btn {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    padding: 10px 25px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    margin-bottom: 15px;
}

#follow-btn:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-followed {
    background: var(--blur-3-color) !important;
    color: #8596a7 !important;
}

.btn-followed:hover {
    background: var(--blur-2-color) !important;
}

.hide-long-text {
    max-height: 125px;
    margin-bottom: 15px;
    overflow-y: hidden;
    position: relative;
}

.hide-long-text-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #fff 100%
    );
    width: 100%;
    height: 80px;
    z-index: 1;
    text-align: center;
}

.hide-long-text-shadow a#view-long-text {
    position: absolute;
    left: calc(100% / 2 - 56px);
    bottom: -3px;
}

.sub-static {
    position: static;
    display: block;
    margin: 0 auto;
    transform: rotate(0deg);
}

span.text-line {
    display: block;
    margin: 10px 0;
}

textarea,
input,
.form-control {
    border: 1px solid var(--blur-2-color);
    padding: 5px 10px;
    border-radius: 0;
}

textarea:focus,
input:focus,
.form-control:focus {
    border-color: var(--theme-color) !important;
    box-shadow: none;
}

.has-error .form-control:focus {
    box-shadow: none;
}

textarea {
    width: 100%;
}

.comment-list,
.children {
    list-style: none;
}

.comment-list {
    margin-left: 0;
    padding-left: 0;
}

ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid var(--blur-3-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}

.comment-wrap .comment-img img.avatar {
    background: var(--blur-3-color);
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.comment-author {
    text-align: left;
}

.comment-content {
    margin-bottom: 15px;
    display: inline-block;
    min-width: 10%;
    max-width: calc(100% - 90px);
    width: 100%;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-content p:nth-child(2) {
    margin-top: 10px;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    background: var(--blur-3-color);
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 6px;
    z-index: 1;
}

.comment-author,
.comment-author a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    white-space: nowrap;
}

.comment-date {
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 15px;
}

.depth-3 .comment-wrap {
    padding-left: 30px;
}

.depth-4 .comment-wrap {
    padding-left: 45px;
}

.depth-5 .comment-wrap {
    padding-left: 60px;
}

.depth-6 .comment-wrap {
    padding-left: 75px;
}

.depth-7 .comment-wrap {
    padding-left: 90px;
}

.depth-8 .comment-wrap {
    padding-left: 105px;
}

.depth-9 .comment-wrap {
    padding-left: 120px;
}

.depth-10 .comment-wrap {
    padding-left: 135px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
    display: block;
    width: 100%;
}

#commentform #comment {
    resize: none;
    height: 75px;
}

#commentform #comment::-webkit-scrollbar {
    width: 3px;
}

.table-scroll::-webkit-scrollbar {
    width: 5px;
}

#commentform #comment::-webkit-scrollbar-thumb,
.table-scroll::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    outline: 0;
}

#commentform input[type="submit"],
.v-btn,
.user-registration-Button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border: none;
    border-radius: 12px;
}

#commentform input[type="submit"]:hover,
.v-btn:hover,
.user-registration-Button:hover {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .comment-body {
        float: left;
        width: calc(100% - 90px);
        padding: 10px 15px 15px;
        background: var(--blur-3-color);
        border-radius: 12px;
    }

    .comment-body.vip-body {
        background: url(images/cmt-bg-4.jpg) bottom right no-repeat;
        background-size: cover;
    }

    .comment-body.vip-body .cmt-content,
    .comment-body.vip-body .comment-reply {
        background: transparent;
        border-color: transparent;
    }

    .comment-body.vip-body .cmt-content::before {
        border-width: 0;
    }

    .comment-reply {
        padding: 0;
        top: 15px;
        right: 15px;
    }

    .comment-content {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .comment-wrap .keywords-scroller-container:after {
        background-image: unset !important;
    }
}

@media (max-width:  767px) {
    .comment-wrap .comment-img img.avatar {
        width: 50px;
        height: 50px;
    }

    .comment-img .lvl-badge {
        padding: 3px !important;
        width: 19px !important;
        height: 19px !important;
        font-size: 11.5px !important;
        line-height: 13px !important;
    }

    .comment-img .vip-badge {
        font-size: 8px !important;
        line-height: 14px !important;
    }

    .comment-wrap .comment-img {
        margin-right: 10px;
    }

    .comment-content {
        width: 100%;
        max-width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .comment-reply {
        position: static;
        padding: 0;
        background: none;
    }

    .comment-reply:before {
        content: ' · ';
    }

    .view-all-cmts {
        margin-top: 15px;
    }

    .comment-body.vip-body .cmt-content {
        background: url(images/cmt-bg-4.jpg) bottom right no-repeat;
        background-size: cover;
        border-color: transparent;
    }

    .comment-body.vip-body .cmt-content::before {
        border-bottom-color: #f4f1ea;
    }
}

.v-inline-btn {
    margin: 0;
    padding: 3px 7px;
    letter-spacing: 1px;
    font-size: smaller;
}

.v-btn.disabled, .btn-snazzy.disabled {
    background: var(--blur-3-color);
    pointer-events: none;
}

.close-ads-btn.disabled {
    background: var(--blur-3-color) !important;
    pointer-events: none;
    text-decoration: none;
}

.v-big-btn {
    padding: 15px 30px;
    font-size: larger;
    border-radius: 12px;
}

.v-small-btn {
    padding: 10px 20px;
    font-size: smaller;
}

.title-line {
    border-top: 1px dotted var(--blur-3-color);
    display: block;
    max-width: 30%;
    margin: 0 auto 35px;
    clear: both;
}

#wp-comment-cookies-consent {
    vertical-align: top;
    margin-right: 5px;
}

.comments-pagination {
    margin-bottom: 30px;
}

.nav-links .page-numbers {
    padding: 0 5px;
}

.nav-links .prev {
    padding-left: 0;
}

.nav-links .next {
    padding-right: 0;
}

.socials-share {
    display: block;
    text-align: center;
}

.socials-share a {
    padding: 4px 30px;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    letter-spacing: 1px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 2px;
    border-radius: 12px;
}

.bg-facebook {
    background: #3a5899;
}

.bg-facebook:hover,
.bg-facebook:focus {
    background: #1d418d;
    color: #fff !important;
}

.bg-twitter {
    background: #00acee;
}

.bg-twitter:hover,
.bg-twitter:focus {
    background: #0b93c7;
    color: #fff !important;
}

.bg-pinterest {
    background: #cb1e26;
    cursor: pointer;
}

.bg-pinterest:hover,
.bg-pinterest:focus {
    background: #ae0e15;
    color: #fff !important;
}

.bg-email {
    background: #dd5348;
}

.bg-email:hover,
.bg-email:focus {
    background: #ce3f34;
    color: #fff !important;
}

#recentcomments {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    text-align: left;
}

#recentcomments li.recentcomments {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--blur-3-color);
}

#recentcomments li.recentcomments:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.list-left-img {
    vertical-align: middle;
    margin-right: 10px;
    background: var(--blur-3-color);
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
}

p.super-title {
    padding-top: 5px;
}

td.visited-check a:visited {
    color: #ccc;
}

a.star {
    font-size: 22px;
    color: var(--blur-3-color);
    cursor: pointer;
    margin-right: 2px;
    line-height: 1;
}

a.star.vote-hover {
    color: var(--blur-2-color);
}

a.star:active {
    color: var(--blur-1-color);
}

a.star.vote-active {
    color: var(--theme-color);
}

.noti-badge {
    background: #d9534f;
    font-size: 12px;
    padding: 3px 5px;
}

.navbar-toggle {
    position: relative;
}

.toggle-badge {
    background: #d9534f;
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    top: -12px;
    right: -8px;
}

.blue-row {
    background: #f6fcff !important;
    border-radius: 12px;
}

.noti-container {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 15px;
    min-width: 320px;
    max-width: 360px;
    z-index: 999999999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.noti-container:after {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.mobile-noti-container {
    right: -5px;
    top: 35px;
    max-width: 320px;
}

.noti-icon {
    color: #8596a7;
    position: relative;
}

@media (max-width: 320px) {
    .mobile-noti-container {
        right: 0;
        min-width: 290px;
        max-width: 290px;
    }

    h1.logo {
        width: 110px;
        left: calc(100% / 2 - 55px);
    }
}

.mobile-noti-container:after {
    right: 14%;
}

.noti-container a {
    color: var(--link-color) !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.noti-container ul {
    margin-bottom: 15px;
}

.noti-container a:hover,
.noti-container a:focus {
    color: var(--theme-color) !important;
}

.noti-container .small-title a {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.noti-view-all {
    display: block;
    padding-top: 15px !important;
    text-align: center;
    border-top: 1px solid var(--blur-3-color);
    font-size: 14px !important;
    font-weight: 700 !important;
}

.noti-mobile {
    margin-top: 17px;
    margin-right: 0;
    position: relative;
    display: inline-block;
}

.noti-mobile .noti-icon {
    font-size: 16px;
}

.navbar-toggle-right {
    display: inline-block;
    margin-left: 7px !important;
}

.m-r-1 {
    margin-right: 10px;
}

.login-icon {
    margin-top: 15px !important;
}

.login-tooltip {
    position: absolute;
    padding: 5px 8px;
    white-space: nowrap;
    background: #fff;
    z-index: 999;
    top: 30px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.login-tooltip:after {
    bottom: 100%;
    right: 47%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

@media (max-width: 767px) {
    .login-tooltip {
        right: -10px;
    }

    .login-tooltip:after {
        right: 19%;
    }
}

.post-credit {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.post-credit-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.post-credit .post-credit-content {
    font-size: 28px;
    color: #fff;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
        1px 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.post-credit .post-credit-content p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-credit .post-credit-content a {
    color: #fff;
    text-decoration: underline;
}

.post-credit .post-credit-content a:hover,
.post-credit .post-credit-content a:focus {
    color: var(--theme-color);
}

.post-credit .post-credit-content .credit-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .post-credit {
        padding: 15px;
    }

    .post-credit .post-credit-content {
        font-size: 18px;
        line-height: 1.2;
    }

    .post-credit .post-credit-content .credit-title {
        font-size: 22px;
    }
}

/* Additional */

.view-rep-cmt {
    margin-bottom: 30px;
    margin-top: -20px;
    cursor: pointer;
    display: block;
}

.footer-tools-bar {
    background: var(--blur-3-color);
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 45px;
    height: 45px;
    z-index: 998;
}

.auto-scroll-container {
    font-size: 18px;
    transition: all 0.2s ease;
    height: 45px;
}

.auto-scroll-container:hover,
.auto-scroll-container:focus {
    opacity: 1;
}

.auto-scroll-container span {
    cursor: pointer;
    transition: all 0.2s ease;
}

.auto-scroll-container span.m-r-7 {
    margin-right: 7px;
}

.auto-scroll-container span:hover,
.auto-scroll-container span.active {
    color: var(--theme-color);
}

.divide-bar {
    border-left: 1px solid #ccc;
    margin-inline: 10px;
}

.auto-scroll-container .timer {
    display: inline-block;
    width: 25px;
    text-align: center;
}

#view-chapter.light-off {
    background: #121212;
}

.comment-level {
    font-size: 11px;
    color: var(--theme-color);
}

.comment-level i.level-text {
    font-style: normal;
    border: 2px dashed var(--theme-color);
    padding: 2px 5px;
}

.comment-level i.level-text-admin {
    border-color: #7fc400;
    color: #7fc400;
}

.follow-container i.follow-number {
    font-style: normal;
}

.comment-img .lvl-badge {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    padding: 5px 3px;
    border-radius: 50%;
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    box-shadow: 0 10px 6px -6px #333;
    width: 22px;
    height: 22px;
    line-height: 12px;
    text-align: center;
}

.comment-img .badge-smaller {
    font-size: 10px !important;
}

.depth-2 .comment-img .lvl-badge {
    left: 15px;
}

.depth-3 .comment-img .lvl-badge {
    left: 30px;
}

/* .ad-author {
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
} */

.comment-img .vip-badge {
    font-size: 10px;
    background: #e100ff;
    background: linear-gradient(
        145deg,
        var(--theme-color),
        var(--blur-1-color),
        #e100ff,
        #7f00ff
    );
    background-size: 800% 800%;
    animation: background-gradient 7s ease infinite;
    letter-spacing: -0.5px;
}

@keyframes background-gradient {
    0% {
        background-position: 20% 0%;
    }
    50% {
        background-position: 80% 100%;
    }
    100% {
        background-position: 20% 0%;
    }
}

.comment-img .lvl2-badge {
    background: #ba8b02;
    background: linear-gradient(to right, #181818, #ba8b02);
}

.comment-img .lvl3-badge {
    background: #f0f2f0;
    background: linear-gradient(to right, #000c40, #f0f2f0);
}

.comment-img .lvl4-badge {
    background: #403b4a;
    background: linear-gradient(to right, #e7e9bb, #403b4a);
}

.comment-img .lvl5-badge {
    background: #ffe000;
    background: linear-gradient(to right, #799f0c, #ffe000);
}

.comment-img .lvl6-badge {
    background: #00c9ff;
    background: linear-gradient(to right, #92fe9d, #00c9ff);
}

.comment-img .lvl7-badge {
    background: #ff4e50;
    background: linear-gradient(to right, #f9d423, #ff4e50);
}

.comment-img .lvl8-badge {
    background: #cb2d3e;
    background: linear-gradient(to right, #ef473a, #cb2d3e);
}

.comment-img .lvl9-badge {
    background: #11998e;
    background: linear-gradient(to right, #38ef7d, #11998e);
}

.comment-img .lvl10-badge {
    background: #c9d6ff;
    background: linear-gradient(to right, #e2e2e2, #c9d6ff);
}

.comment-img .lvl11-badge {
    background: #000000;
    background: linear-gradient(to right, #434343, #000000);
}

.comment-img .lvl12-badge {
    background: #333333;
    background: linear-gradient(to right, #dd1818, #333333);
}

.comment-img .lvl13-badge {
    background: #4e54c8;
    background: linear-gradient(to right, #8f94fb, #4e54c8);
}

.comment-img .lvl14-badge {
    background: #355c7d;
    background: linear-gradient(to right, #c06c84, #6c5b7b, #355c7d);
}

.comment-img .lvl15-badge {
    background: #bc4e9c;
    background: linear-gradient(to right, #f80759, #bc4e9c);
}

.comment-img .lvl16-badge {
    background: #40e0d0;
    background: linear-gradient(to right, #ff0080, #ff8c00, #40e0d0);
}

.comment-img .lvl17-badge {
    background: #108dc7;
    background: linear-gradient(to right, #ef8e38, #108dc7);
}

.comment-img .lvl18-badge {
    background: #fffbd5;
    background: linear-gradient(to right, #b20a2c, #fffbd5);
}

.comment-img .lvl19-badge {
    background: #03001e;
    background: linear-gradient(to right, #fdeff9, #ec38bc, #7303c0, #03001e);
}

.comment-img .lvl20-badge {
    background: #a770ef;
    background: linear-gradient(to right, #fdb99b, #cf8bf3, #a770ef);
}

.comment-img .lvl21-badge {
    background: #ee9ca7;
    background: linear-gradient(to right, #ffdde1, #ee9ca7);
}

.comment-img .lvl22-badge {
    background: #70e1f5;
    background: linear-gradient(to right, #ffd194, #70e1f5);
}

.comment-img .lvl23-badge {
    background: #00c3ff;
    background: linear-gradient(to right, #ffff1c, #00c3ff);
}

.comment-img .lvl24-badge {
    background: #59c173;
    background: linear-gradient(to right, #5d26c1, #a17fe0, #59c173);
}

.comment-img .lvl25-badge {
    background: #360033;
    background: linear-gradient(to right, #0b8793, #360033);
}

.comment-img .lvl26-badge {
    background: #cc95c0;
    background: linear-gradient(to right, #7aa1d2, #dbd4b4, #cc95c0);
}

.comment-img .lvl27-badge {
    background: #f7ff00;
    background: linear-gradient(to right, #db36a4, #f7ff00);
}

.comment-img .lvl28-badge {
    background: #215f00;
    background: linear-gradient(to right, #e4e4d9, #215f00);
}

.comment-img .lvl29-badge {
    background: #948e99;
    background: linear-gradient(to right, #2e1437, #948e99);
}

.comment-img .lvl30-badge {
    background: #f0c27b;
    background: linear-gradient(to right, #4b1248, #f0c27b);
}

.comment-img .lvl31-badge {
    background: #000428;
    background: linear-gradient(to right, #004e92, #000428);
}

.comment-img .lvl32-badge {
    background: #74ebd5;
    background: linear-gradient(to right, #acb6e5, #74ebd5);
}

.comment-img .lvl33-badge {
    background: #8e2de2;
    background: linear-gradient(to right, #4a00e0, #8e2de2);
}

.comment-img .lvl34-badge {
    background: #833ab4;
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}

.comment-img .lvl35-badge {
    background: #c6ffdd;
    background: linear-gradient(to right, #f7797d, #fbd786, #c6ffdd);
}

.comment-img .lvl36-badge {
    background: #2193b0;
    background: linear-gradient(to right, #6dd5ed, #2193b0);
}

.comment-img .lvl37-badge {
    background: #b92b27;
    background: linear-gradient(to right, #1565c0, #b92b27);
}

.comment-img .lvl38-badge {
    background: #c31432;
    background: linear-gradient(to right, #240b36, #c31432);
}

.comment-img .lvl39-badge {
    background: #ff416c;
    background: linear-gradient(to right, #ff4b2b, #ff416c);
}

.comment-img .lvl40-badge {
    background: #9796f0;
    background: linear-gradient(to right, #fbc7d4, #9796f0);
}

.comment-img .lvl41-badge {
    background: #d3959b;
    background: linear-gradient(to right, #bfe6ba, #d3959b);
}

.comment-img .lvl42-badge {
    background: #ffa17f;
    background: linear-gradient(to right, #00223e, #ffa17f);
}

.comment-img .lvl43-badge {
    background: #200122;
    background: linear-gradient(to right, #6f0000, #200122);
}

.comment-img .lvl44-badge {
    background: #8e0e00;
    background: linear-gradient(to right, #1f1c18, #8e0e00);
}

.comment-img .lvl45-badge {
    background: #870000;
    background: linear-gradient(to right, #190a05, #870000);
}

.comment-img .lvl46-badge {
    background: #aa076b;
    background: linear-gradient(to right, #61045f, #aa076b);
}

.comment-img .lvl47-badge {
    background: #f09819;
    background: linear-gradient(to right, #edde5d, #f09819);
}

.comment-img .lvl48-badge {
    background: #e55d87;
    background: linear-gradient(to right, #5fc3e4, #e55d87);
}

.comment-img .lvl49-badge {
    background: #003973;
    background: linear-gradient(to right, #e5e5be, #003973);
}

.comment-img .lvl50-badge {
    background: #3ca55c;
    background: linear-gradient(to right, #b5ac49, #3ca55c);
}

.comment-img .lvl51-badge {
    background: #348f50;
    background: linear-gradient(to right, #56b4d3, #348f50);
}

.comment-img .lvl52-badge {
    background: #02aab0;
    background: linear-gradient(to right, #00cdac, #02aab0);
}

.comment-img .lvl53-badge {
    background: #ede574;
    background: linear-gradient(to right, #e1f5c4, #ede574);
}

.comment-img .lvl54-badge {
    background: #d31027;
    background: linear-gradient(to right, #ea384d, #d31027);
}

.comment-img .lvl55-badge {
    background: #16a085;
    background: linear-gradient(to right, #f4d03f, #16a085);
}

.comment-img .lvl56-badge {
    background: #603813;
    background: linear-gradient(to right, #b29f94, #603813);
}

.comment-img .lvl57-badge {
    background: #ff6e7f;
    background: linear-gradient(to right, #bfe9ff, #ff6e7f);
}

.comment-img .lvl58-badge {
    background: #77a1d3;
    background: linear-gradient(to right, #e684ae, #79cbca, #77a1d3);
}

.comment-img .lvl59-badge {
    background: #314755;
    background: linear-gradient(to right, #26a0da, #314755);
}

.comment-img .lvl60-badge {
    background: #2b5876;
    background: linear-gradient(to right, #4e4376, #2b5876);
}

.comment-img .lvl61-badge {
    background: #e65c00;
    background: linear-gradient(to right, #f9d423, #e65c00);
}

.comment-img .lvl62-badge {
    background: #cc2b5e;
    background: linear-gradient(to right, #753a88, #cc2b5e);
}

.comment-img .lvl63-badge {
    background: #ec008c;
    background: linear-gradient(to right, #fc6767, #ec008c);
}

.comment-img .lvl64-badge {
    background: #1488cc;
    background: linear-gradient(to right, #2b32b2, #1488cc);
}

.comment-img .lvl65-badge {
    background: #00467f;
    background: linear-gradient(to right, #a5cc82, #00467f);
}

.comment-img .lvl66-badge {
    background: #076585;
    background: linear-gradient(to right, #fff, #076585);
}

.comment-img .lvl67-badge {
    background: #bbd2c5;
    background: linear-gradient(to right, #536976, #bbd2c5);
}

.comment-img .lvl68-badge {
    background: #b79891;
    background: linear-gradient(to right, #94716b, #b79891);
}

.comment-img .lvl69-badge {
    background: #00416a;
    background: linear-gradient(to right, #e4e5e6, #00416a);
}

.comment-img .lvl70-badge {
    background: #5433ff;
    background: linear-gradient(to right, #a5fecb, #20bdff, #5433ff);
}

.comment-img .lvl71-badge {
    background: #4b35a2;
    background: linear-gradient(to right, #83acdb, #9172b5, #685ec9, #4b35a2);
}

.comment-img .lvl72-badge {
    background: #355c32;
    background: linear-gradient(to right, #f3ebb5, #afd5ac, #669953, #34733a, #355c32);
}

.comment-img .lvl73-badge {
    background: #260448;
    background: linear-gradient(to right, #cd6923, #b55535, #b07341, #c78c51, #4d1c99, #260448);
}

.icobutton {
    font-size: 70px;
    position: relative;
    margin: 0 0 0 -50px;
    padding: 50px 55px 35px 50px;
    color: #c0c1c3;
    border: 0;
    width: 300px;
    background: none;
    overflow: hidden;
}

.icobutton.active {
    color: #f35186;
}

.like-number {
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 700;
    margin-top: -20px;
    position: absolute;
    top: 95px;
    left: 200px;
    background: var(--blur-3-color);
    border-radius: 6px;
}

.like-number:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 245, 247, 0);
    border-right-color: var(--blur-3-color);
    border-width: 7px;
    margin-top: -7px;
}

.icobutton:hover,
.icobutton:focus {
    outline: none;
}

.comments-title span {
    cursor: pointer;
}

.single-keywords {
    margin-top: -20px;
    margin-bottom: 0;
}

.form-submit {
    margin-bottom: 25px;
}

select#curr-page {
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

span.visited-chapter {
    font-size: 13px;
    color: #aaa;
}

.hot-label {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 15px;
    background: #d9534f;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 0 50%;
    line-height: 1.45;
}

.a18-label {
    left: auto;
    right: 15px;
    border-radius: 50% 0;
}

.move-right {
    left: 26px;
    padding-left: 27px;
    z-index: 0;
    padding-right: 6px;
    border-radius: 0 40%;
}

.super-hot-label {
    background: linear-gradient(
        149deg,
        #d9534f,
        #ff9400,
        #ffd800,
        #ffd800,
        #ff9400,
        #d9534f
    );
    background-size: 1200% 1200%;
    animation: hot-animation 7s ease infinite;
}

@keyframes hot-animation {
    0% {
        background-position: 15% 0%;
    }
    50% {
        background-position: 86% 100%;
    }
    100% {
        background-position: 15% 0%;
    }
}

.new-label {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 15px;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 0 50%;
    line-height: 1.45;
}

.remove-visited {
    cursor: pointer;
    color: var(--link-color);
    transition: all 0.2s ease;
    top: -25px;
}

.remove-visited:hover,
.remove-visited:focus {
    color: var(--theme-color);
}

.like-count {
    font-size: 36px;
    line-height: 36px;
}

.like-count .glyphicon {
    color: #f35186;
}

.chapter-table .tags a:visited {
    color: #fff;
}

img.vip-thumbnail,
.comment-wrap .comment-img img.vip-thumbnail {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
}

img.vip-thumbnail:hover,
.comment-wrap .comment-img img.vip-thumbnail:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-avatar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -9px;
}

.user-avatar {
    width: 65px !important;
    cursor: pointer;
    position: relative;
    border-radius: 50% !important;
}

.sidebar-user-avatar {
    border-radius: 50%;
}

.navbar-user-avatar {
    width: 32px !important;
    height: 32px;
    margin-right: 0;
    padding: 2px;
    border-radius: 50% !important;
}

.user-info-container {
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    padding: 15px;
    min-width: 320px;
    max-width: 320px;
    z-index: 99999999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.user-info-container:after {
    bottom: 100%;
    right: 2%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.tab-pane .most-views {
    max-height: 390px;
    overflow-y: scroll;
}

.comic-list-page .tab-pane .most-views {
    overflow-y: initial;
}

.tab-pane .most-views.max-height-none {
    max-height: none;
}

.max-height-300 {
    max-height: 300px !important;
}

.most-views::-webkit-scrollbar {
    width: 0;
}

.noti-container .most-views {
    max-height: 475px;
    overflow-y: scroll;
}

.nav-tabs, hr {
    border-color: var(--blur-3-color);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid var(--blur-3-color);
    border-bottom-color: transparent;
}

.sticker-panel .nav-tabs>li.active>a,
.sticker-panel .nav-tabs>li.active>a:focus,
.sticker-panel .nav-tabs>li.active>a:hover {
    background: var(--blur-3-color);
}

.nav-tabs>li>a:hover {
    border-color: var(--blur-3-color);
}

.sticker-panel .nav > li {
    display: inline-block;
}

.sticker-panel .nav-tabs>li {
    float: none;
}

.sticker-panel .nav>li>a {
    display: inline-block;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--blur-3-color);
}

.comment-content img.sticker {
    display: flex;
    width: auto;
    max-height: 100px;
}

.nav-tabs li a {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .tab-pane .most-views {
        max-height: 315px;
        overflow-y: scroll;
    }
}

@media (max-width: 320px) {
    .user-info-container {
        right: 0;
        min-width: 290px;
        max-width: 290px;
    }

    .nav-tabs li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .divide-bar {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.user-info-container h4 {
    margin-top: 0;
}

.user-info-container ul.nav-tabs {
    margin-top: 15px;
}

.user-info-container .tab-pane {
    padding-top: 10px;
}

.user-info-container blockquote {
    font-size: 14px;
    margin-bottom: 10px;
}
.recent-comments li {
    border-bottom: none;
    margin-bottom: 0;
}

.cmt-content {
    margin-top: 15px;
    padding: 10px;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--blur-3-color);
    background: var(--blur-3-color);
    overflow-wrap: break-word;
}

.cmt-content::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.3em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: var(--blur-3-color);
}

.user-info-container .cmt-content {
    margin-bottom: 0;
}

.user-info-container .noti-view-all {
    border-top: none;
    padding-top: 0 !important;
}

.index-comment-level {
    font-size: 11px;
    color: var(--theme-color);
}

.navbar-fixed-top {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.navbar-fixed-top .header-container {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-fixed-top h1.logo {
    width: 125px;
    background-size: contain;
    top: 0;
    left: calc(100% / 2 - 62.5px);
}

.navbar-fixed-top .search-form {
    margin-top: 10px;
}

body.navbar-curr-fixed {
    padding-top: 88px;
}

.ui-autocomplete {
    z-index: 9999;
}

.cmt-reply {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ocm-alert {
    background-color: var(--blur-3-color);
    border: none;
    border-left: 3px solid var(--theme-color);
    border-radius: 0;
    color: #7b8084;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

body.darkest-night .modal-backdrop.in {
    opacity: 0.98;
}

.sort-cmt {
    font-size: 14px;
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--theme-color);
}

.sort-cmt:hover {
    color: var(--theme-color);
}

.reverse-list {
    display: flex;
    flex-direction: column-reverse;
}

.gradient-text {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-search .form-control {
    border-radius: 0;
    box-shadow: none;
}

.list-search .form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}

.p-l-0 {
    padding-left: 0;
}

/* Emoji */

.owl-emoji {
    display: flex;
    background-image: url(images/owl-emoji.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

.owl-emoji-smile {
    width: 130px;
    height: 90px;
    margin-left: 30px;
    background-position: 0 0;
}

.owl-emoji-stun {
    width: 130px;
    height: 90px;
    margin-left: 30px;
    background-position: 0 -93px;
}

.owl-emoji-cry {
    width: 130px;
    height: 90px;
    margin-left: 30px;
    background-position: 0 -186px;
}

.owl-emoji-cute {
    width: 130px;
    height: 98px;
    margin-left: 30px;
    background-position: 0 -278px;
}

.owl-emoji-down {
    width: 130px;
    height: 98px;
    margin-left: 30px;
    background-position: 0 -378px;
}

.owl-emoji-angry {
    width: 130px;
    height: 94px;
    margin-left: 30px;
    background-position: 0 -477px;
}

.owl-emoji-ple {
    width: 130px;
    height: 98px;
    margin-left: 30px;
    background-position: 0 -573px;
}

.owl-emoji-ok {
    width: 130px;
    height: 110px;
    margin-left: 30px;
    margin-right: 30px;
    background-position: 0 -675px;
}

.owl-emoji-up {
    width: 130px;
    height: 92px;
    margin-left: 30px;
    margin-right: 20px;
    background-position: 0 -791px;
}

.small-owl-emoji {
    display: flex;
    background-image: url(images/owl-emoji-small.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

.small-owl-emoji-smile {
    width: 90px;
    height: 63px;
    background-position: 0 0;
}

.small-owl-emoji-stun {
    width: 90px;
    height: 63px;
    background-position: 0 -65px;
}

.small-owl-emoji-cry {
    width: 90px;
    height: 63px;
    background-position: 0 -129px;
}

.small-owl-emoji-cute {
    width: 90px;
    height: 68px;
    background-position: 0 -193px;
}

.small-owl-emoji-down {
    width: 90px;
    height: 68px;
    background-position: 0 -262px;
}

.small-owl-emoji-angry {
    width: 90px;
    height: 65px;
    background-position: 0 -330px;
}

.small-owl-emoji-ple {
    width: 90px;
    height: 68px;
    background-position: 0 -395px;
}

.small-owl-emoji-ok {
    width: 90px;
    height: 75px;
    margin-right: 20px;
    background-position: 0 -468px;
}

.small-owl-emoji-up {
    width: 90px;
    height: 63px;
    background-position: 0 -548px;
}

.owl-emoji-btn,
.gif-button,
.meme-button {
    margin-top: 10px;
    font-size: larger;
    cursor: pointer;
    transition: all 0.2s ease;
}

.owl-emoji-btn:hover,
.gif-button:hover,
.meme-button:hover,
.emoji-panel-btn:hover {
    color: var(--theme-color);
}

.sticker-panel {
    margin-top: 10px;
    position: relative;
}

.owl-emoji-panel {
    padding: 15px;
    border: 1px solid var(--blur-3-color);
    border-top: none;
    position: relative;
}

.sticker-panel .right-arrow {
    position: absolute;
    right: 15px;
    bottom: 3px;
    font-size: small;
    color: var(--theme-color);
    animation: run-lr 1s ease infinite;
}

@-webkit-keyframes run-lr {
    0% { right: 3px; }
    50% { right: 15px; }
    100% { right: 3px; }
}

.owl-emoji-panel img {
    height: 100px;
    max-height: 100px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 15px;
}

.owl-emoji-panel:after,
.owl-emoji-panel:before {
    bottom: 100%;
    left: 159px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.owl-emoji-panel:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.owl-emoji-panel:before {
    border-color: rgba(244, 245, 247, 0);
    border-bottom-color: var(--blur-3-color);
    border-width: 8px;
    margin-left: -8px;
}

.owl-emoji-panel .small-owl-emoji,
.owl-emoji-panel .np-emoji,
.owl-emoji-panel .a3-emoji {
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 15px;
}

.np-emoji {
    display: flex;
    background-image: url(images/np-emoji.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

.np-emoji-1 {
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.np-emoji-2 {
    width: 100px;
    height: 100px;
    background-position: 0 -100px;
}

.np-emoji-3 {
    width: 100px;
    height: 100px;
    background-position: 0 -200px;
}

.np-emoji-4 {
    width: 100px;
    height: 100px;
    background-position: 0 -300px;
}

.np-emoji-5 {
    width: 100px;
    height: 100px;
    background-position: 0 -400px;
}

.np-emoji-6 {
    width: 100px;
    height: 100px;
    background-position: 0 -500px;
}

.np-emoji-7 {
    width: 100px;
    height: 100px;
    background-position: 0 -600px;
}

.np-emoji-8 {
    width: 100px;
    height: 100px;
    background-position: 0 -700px;
}

.np-emoji-9 {
    width: 100px;
    height: 100px;
    background-position: 0 -800px;
}

.np-emoji-10 {
    width: 100px;
    height: 100px;
    background-position: 0 -900px;
}

.np-emoji-11 {
    width: 100px;
    height: 100px;
    background-position: 0 -1000px;
}

.np-emoji-12 {
    width: 100px;
    height: 100px;
    background-position: 0 -1100px;
}

.np-emoji-13 {
    width: 100px;
    height: 100px;
    background-position: 0 -1200px;
}

.np-emoji-14 {
    width: 100px;
    height: 100px;
    background-position: 0 -1300px;
}

.np-emoji-15 {
    width: 100px;
    height: 100px;
    background-position: 0 -1400px;
}

.np-emoji-16 {
    width: 100px;
    height: 100px;
    background-position: 0 -1500px;
}

.a3-emoji {
    display: flex;
    background-image: url(images/a3-emoji.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.a3-emoji-1 {
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.a3-emoji-2 {
    width: 100px;
    height: 100px;
    background-position: 0 -100px;
}

.a3-emoji-3 {
    width: 100px;
    height: 100px;
    background-position: 0 -200px;
}

.a3-emoji-4 {
    width: 100px;
    height: 100px;
    background-position: 0 -300px;
}

.a3-emoji-5 {
    width: 100px;
    height: 100px;
    background-position: 0 -400px;
}

.a3-emoji-6 {
    width: 100px;
    height: 100px;
    background-position: 0 -500px;
}

.a3-emoji-7 {
    width: 100px;
    height: 100px;
    background-position: 0 -600px;
}

.a3-emoji-8 {
    width: 100px;
    height: 100px;
    background-position: 0 -700px;
}

.a3-emoji-9 {
    width: 100px;
    height: 100px;
    background-position: 0 -800px;
}

.a3-emoji-10 {
    width: 100px;
    height: 100px;
    background-position: 0 -900px;
}

.a3-emoji-11 {
    width: 100px;
    height: 100px;
    background-position: 0 -1000px;
}

.a3-emoji-12 {
    width: 100px;
    height: 100px;
    background-position: 0 -1100px;
}

.a3-emoji-13 {
    width: 100px;
    height: 100px;
    background-position: 0 -1200px;
}

.owl-emoji-panel .small-owl-emoji:hover,
.owl-emoji-panel .np-emoji:hover,
.owl-emoji-panel .a3-emoji:hover,
.owl-emoji-panel img:hover {
    opacity: 0.8;
}

.position-relative {
    position: relative;
}

.hot-index {
    position: absolute;
    width: 50px;
    text-align: center;
    right: 1px;
    top: 5px;
    font-size: 26px;
    color: var(--blur-2-color);
    font-style: italic;
    pointer-events: none;
    z-index: -1;
}

.hot-index-1,
.hot-index-2,
.hot-index-3 {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.hot-index-1 {
    background-image: url(images/hot-1.png);
}

.hot-index-2 {
    background-image: url(images/hot-2.png);
}

.hot-index-3 {
    background-image: url(images/hot-3.png);
}

.view-auth {
    margin-bottom: 35px;
}

.view-auth h3 {
    font-size: 48px;
    text-transform: uppercase;
}

.view-auth .glyphicon {
    font-size: 36px;
}

.view-auth .single-update-btn {
    font-size: x-large;
}

.comic-s-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: -1px;
    color: #aaa;
}

.cat-score {
    margin-bottom: 5px;
}

.comic-list-page p.cat-score {
    margin-bottom: 0;
}

.team-thumb {
    width: 70px;
    height: 70px;
}

.comment-auto-item {
    margin-bottom: -15px;
    margin-top: 10px;
    overflow-x: auto !important;
}

.comment-auto-item .comic-img img {
    position: absolute;
    vertical-align: top;
}

.comment-auto-item .comic-img {
    position: relative;
    width: 85px;
}

.comment-auto-item .comic-title-link {
    position: relative;
    margin-left: 95px;
    top: 0;
    margin-top: 0;
}

.comment-auto-item .comic-title-link .comic-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.comment-auto-item .comic-title-link .cat-score {
    margin-top: 0 !important;
    margin-bottom: 5px;
}

.backup-btn-container {
    padding-top: 3px;
    font-size: 22px;
}

#backup-btn {
    transition: all 0.2s ease;
    cursor: pointer;
}

#backup-btn:hover {
    color: var(--theme-color);
}

#backup-btn.text-success:hover {
    color: #3c763d;
}

#backup-btn.text-danger:hover {
    color: #a94442;
}

.margin-top-5px {
    margin-top: 5px;
}

.meme-list, .gif-list {
    column-count: 2;
    column-gap: 10px;
}

.search-gif-result,
.meme-img {
    cursor: pointer;
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 15px;
    break-inside: avoid;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.search-gif-result:hover,
.meme-img:hover {
    opacity: .8;
}

.gif-container,
.meme-cmt {
    width: 100%;
    max-width: 325px;
    display: flex;
    border-radius: 12px;
}

#gif-search-btn {
    pointer-events: all;
    cursor: pointer;
}

#gif-search-btn:hover,
#gif-search-btn:focus {
    color: var(--theme-color);
}

.margin-left-3px {
    margin-left: 3px;
}

.comment-img .vip-thumbnail {
    padding: 3px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.sticky-footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    position: relative;
}
.sticky-footer-content img {
    cursor: pointer;
}
.sticky-x-button {
    position: absolute;
    left: 0 !important;
    top: -15px !important;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 4px 10px;
}
.sticky-pc-footer-content {
    width: 728px;
}
.padding-bottom-15px {
    padding-bottom: 15px;
}
.fba-check {
    display: none !important;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-5 {
    margin-left: 5px;
}
.label-gradient {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
}
input::placeholder,
textarea::placeholder {
    color: #bbb;
}
.flower-footer {
    width: 75px;
    position: absolute;
    bottom: -40px;
    right: 25px;
    pointer-events: none;
}
.log-in-btn {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    color: #8596a7;
    display: inline-block;
    margin-top: 0;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    top: -1px;
}
.log-in-btn:hover {
    color: var(--theme-color);
}
.group-container {
    border: 1px solid var(--blur-3-color);
}
.group-cover {
    position: relative;
}
.group-cover-img {
    width: 100%;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
.group-avt-img {
    width: 100px;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: -75px;
}
@media (max-width: 991px) {
    .group-avt-img {
        width: 115px;
        margin-top: -100px;
    }
}
.group-desc {
    padding-top: 15px;
    padding-bottom: 15px;
}
.group-desc h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.group-desc h4 {
    font-size: 14px;
    color: var(--theme-color);
    margin-top: 0;
}
.group-footer a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
}
.group-footer a:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.comment-img .lt-vip-badge {
    background: #e100ff;
    background: linear-gradient(
        145deg,
        #ff512f,
        #dd2476,
        #ff512f,
        #dd2476,
        #ff512f,
        #dd2476,
        #ff512f,
        #dd2476
    );
    background-size: 800% 800%;
    animation: background-gradient 7s ease infinite;
}
.ocm-mobile-top img {
    width: 100%;
    max-width: 320px;
}

.grayscale-img {
    filter: grayscale(1);
    opacity: 0.3;
}

.comic-list-page ul:not(.recent-comments) .list-left-img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.comic-list-page .most-views {
    margin-top: 15px;
}

.comic-list-page .most-views li {
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: none;
}

.follow-list-page .most-views li {
    margin-bottom: 15px;
}

.comic-list-page .small-title {
    font-size: 14px;
}

.comic-list-page p.super-title {
    padding-top: 7px;
}

.tags .badge {
    background: #8596a7;
    padding: 6px 10px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 20px;
}

.tags .badge:hover,
.small-title .badge:hover,
.tags .badge:focus,
.small-title .badge:focus {
    background: var(--theme-color);
    outline: none;
}

.small-title .badge {
    background: #8596a7;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 20px;
}

.small-title .badge.disabled {
    pointer-events: none;
}

.comic-list-page ul:not(.recent-comments) .cmt-content {
    margin-top: 15px;
    padding: 15px;
}

.comic-list-page ul:not(.recent-comments) .cmt-content::before {
    left: 30px;
}

.cmt-content .comic-chapter {
    background: #8596a7;
    color: #fff;
    margin-bottom: 4px;
}

.cmt-content .comic-chapter:hover {
    background: var(--theme-color);
}

.comic-list-page #visited-table p.super-title {
    padding-top: 15px;
    padding-right: 25px;
}

.comment-img .avt-container {
    position: relative;
}

.comment-img .floral {
    width: 90px;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: -10px;
}

.comment-img .floral-img {
    background: none !important;
    max-width: 110%;
}

@media (max-width:  767px) {
    .comment-img .floral {
        width: 60px;
        bottom: -10px;
        left: -5px;
    }

    .comment-img .floral .floral-img {
        width: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1095px) {
    .hidden-dm {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-dm {
        display: none;
    }
}

@media (min-width: 1096px) {
    .visible-dm {
        display: none;
    }
}

.follow-visited {
    pointer-events: none;
    color: #7b8084;
}

.uptime-line {
    margin-top: 1px;
}

.blue-row img.list-left-img {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
}

.comic-list-page .blue-row p.super-title {
    padding-top: 10px;
}

#follow-table .blue-row .comic-chapter:not(.follow-visited) {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color),
        var(--blur-1-color),
        var(--theme-color)
    );
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    color: #fff;
}

#follow-table .blue-row .comic-chapter:not(.follow-visited):hover,
#follow-table .blue-row .comic-chapter:not(.follow-visited):focus {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.loading-container {
    padding-top: 5px;
    background: none !important;
}

.cmt-content blockquote {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 0 0 10px;
    border-color: var(--blur-2-color);
}

.single-list-comic .cmt-content {
    line-height: 1.7;
}

.single-list-comic .cmt-content blockquote {
    text-align: justify;
}

.single-list-comic p.super-title {
    padding-right: 45px;
}

.removed-cat {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}

#top-like-list .removed-cat {
    font-size: 16px !important;
}

.removed-cat p {
    pointer-events: none;
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: var(--theme-color);
    border-left-color: var(--theme-color);
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.close-ads-btn {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.suggest-keywords a {
    line-height: 25px;
    margin-bottom: 5px;
}

.ath-pro {
    position: relative;
    margin-bottom: 15px;
}

.ath-pro .ath-x-button {
    position: absolute;
    right: 0 !important;
    top: -15px !important;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 4px 10px;
}

.ath-tut img {
    width: 100%;
}

.inread-video {
    max-width: 640px;
    margin: 0 auto;
}

.title-larger,
.title-larger h3 {
    font-size: large !important;
}

.fixed-alert {
    width: 275px;
    position: fixed;
    z-index: 999999999;
    bottom: 60px;
    left: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.alert-left-icon {
    font-size: 36px;
    line-height: 1;
    display: table-cell;
}

.alert-right-content {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.pyro > .before,
.pyro > .after {
    position: absolute;
    width: 15px;
    height: 15px;
    pointer-events: none;
    z-index: 99999999;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84,
        190px 16.33333px #002bff, -113px -308.66667px #ff009d,
        -109px -287.66667px #ffb300, -50px -313.66667px #ff006e,
        226px -31.66667px #ff4000, 180px -351.66667px #ff00d0,
        -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00,
        -69px -27.66667px #ff0400, -111px -339.66667px #6200ff,
        155px -237.66667px #00ddff, -152px -380.66667px #00ffd0,
        -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00,
        -88px 10.33333px #0d00ff, 112px -309.66667px #005eff,
        69px -415.66667px #ff00a6, 168px -100.66667px #ff004c,
        -244px 24.33333px #ff6600, 97px -325.66667px #ff0066,
        -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff,
        140px -196.66667px #9000ff, 125px -175.66667px #00bbff,
        118px -381.66667px #ff002f, 144px -111.66667px #ffae00,
        36px -78.66667px #f600ff, -63px -196.66667px #c800ff,
        -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff,
        -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2,
        91px -278.66667px #000dff, -22px -191.66667px #9dff00,
        139px -392.66667px #a6ff00, 56px -2.66667px #0099ff,
        -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb,
        -238px -346.66667px #00ff73, 62px -363.66667px #0088ff,
        244px -170.66667px #0062ff, 224px -142.66667px #b300ff,
        141px -208.66667px #9000ff, 211px -285.66667px #ff6600,
        181px -128.66667px #1e00ff, 90px -123.66667px #c800ff,
        189px 70.33333px #00ffc8, -18px -383.66667px #00ff33,
        100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards,
        1s gravity ease-in infinite backwards,
        5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards,
        1s gravity ease-in infinite backwards,
        5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards,
        1s gravity ease-in infinite backwards,
        5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards,
        1s gravity ease-in infinite backwards,
        5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards,
        1s gravity ease-in infinite backwards,
        5s position linear infinite backwards;
}

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
            0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}
@-webkit-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-moz-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-o-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@-ms-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}
@keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.comic-carousel-item {
    position: relative;
}

.comic-carousel-item h3 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    background: var(--blur-1-color);
    background: linear-gradient(
        to top,
        var(--theme-color),
        var(--theme-opacity-color)
    );
    text-shadow: -1px -1px 2px var(--theme-color), 2px 2px 3px var(--theme-color);
    font-weight: 400;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    width: 100%;
    line-height: 1;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
    padding: 45px 10px 6px;
}

.comic-carousel-item p {
    position: absolute;
    margin-left: 15px;
    bottom: 0;
    background: #fff;
    padding: 3px 15px;
    transition: all 0.3s ease;
    display: block;
    z-index: 3;
}

.owl-nav {
    text-align: center;
    margin-top: 10px;
}

.owl-nav button span {
    font-size: 32px;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.owl-nav button:hover span {
    color: var(--theme-color);
}

.m-t-b-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.m-t-b-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-m-30 {
    margin-top: -30px;
}

.underline-magic {
    background-image: linear-gradient(
        120deg,
        var(--blur-2-color) 0,
        var(--blur-2-color) 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 0.4em;
    background-position: 0 100%;
}

.comic-list-page.color-black a:not(.socials-share a),
.underline {
    text-decoration: underline;
}

.comic-list-page.color-black p,
.comic-list-page.color-black ul,
.comic-list-page.color-black ol,
.comic-list-page.page-content p,
.comic-list-page.page-content ul,
.comic-list-page.page-content ol {
    margin-bottom: 30px;
    line-height: 1.65;
}

.comic-list-page.color-black h1,
.comic-list-page.color-black h2,
.comic-list-page.color-black h3,
.comic-list-page.color-black h4,
.comic-list-page.color-black h5,
.comic-list-page.color-black h6,
.comic-list-page.page-content h1,
.comic-list-page.page-content h2,
.comic-list-page.page-content h3,
.comic-list-page.page-content h4,
.comic-list-page.page-content h5,
.comic-list-page.page-content h6 {
    margin-bottom: 30px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        margin-left: 0;
    }

    .noti-mobile {
        margin-right: 0;
    }
}

.m-r-15 {
    margin-right: 15px;
}

.ur-frontend-form {
    padding: 0;
    border: none;
}

.ur-frontend-form .ur-button-container {
    padding: 0;
}

.user-registration-error {
    border-top: none;
    border-left: 3px solid #ff4149;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.user-registration-error ul,
.user-registration-info ul,
.user-registration-message ul,
.user-registration-error li {
    display: inline-block;
}

.user-registration-img-container img {
    margin-bottom: 15px !important;
}

#loginform .login-username label,
#loginform .login-password label {
    display: block;
}

#loginform .login-username #user_login,
#loginform .login-password #user_pass {
    display: block;
    width: 100%;
    height: 34px;
}

.password-form-container {
    max-width: 650px;
    margin: 0 auto 30px;
    background: var(--blur-3-color);
    padding: 30px 15px;
    border-radius: 7px;
}

#loginform .login-remember #rememberme {
    margin-right: 3px;
}

#loginform .login-submit #wp-submit {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--blur-1-color);
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--blur-1-color)
    );
    margin-bottom: 15px;
    color: #fff;
    border: none;
    border-radius: 12px;
}

#loginform .login-submit #wp-submit:hover,
#loginform .login-submit #wp-submit:focus {
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
    color: #fff;
}

#user-registration,
#user-registration.horizontal {
    box-shadow: none !important;
}

#user-registration .user-registration-message {
    border-top: none;
    border-left: 3px solid #8fae1b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px !important;
    text-align: left;
}

.ur-frontend-form {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#logout-btn {
    font-size: small;
}

#user-registration p.user-registration-register {
    margin-top: 60px;
    text-align: center;
}

.coin-icon {
    width: 25px;
    margin-right: 3px;
}

.tags-scroller,
.breadcrumb-scroller,
.keywords-scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    cursor: grab;
}

.breadcrumb-scroller-container,
.keywords-scroller-container {
    position: relative;
}

.breadcrumb-scroller {
    padding-bottom: 8px;
    padding-right: 15px;
}

.keywords-scroller {
    padding-right: 5px;
}

.breadcrumb-scroller-container:after {
    content: " ";
    width: 5%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        var(--blur-3-color) 95%
    );
    border-radius: 0 20px 20px 0;
}

.keywords-scroller-container:after {
    content: " ";
    width: 3%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        #fff 95%
    );
}

.comic-list .comic-item .keywords-scroller-container:after {
    height: 45px;
}

.tags-scroller::-webkit-scrollbar {
    height: 3px;
}
.tags-scroller::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    outline: 0;
}
.tags-scroller::-webkit-scrollbar-track {
    background-color: #fff;
}

.breadcrumb-scroller::-webkit-scrollbar,
.keywords-scroller::-webkit-scrollbar {
    height: 0;
}

::selection {
    color: #fff;
    background: var(--theme-color);
}

#user-registration .user-registration-MyAccount-navigation,
#user-registration.horizontal .user-registration-MyAccount-navigation {
    border-bottom: 1px solid var(--blur-3-color);
}

#user-registration
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link.is-active
    a,
#user-registration.horizontal
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link.is-active
    a {
    background-color: var(--blur-3-color);
}

.profile-pic-upload {
    width: 100%;
}

.profile-pic-remove {
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: none;
}

.top-cmters .comment-img>img {
    margin-right: 10px !important;
}

.top-cmters .super-title {
    padding-right: 45px;
}

.top-cmters .hot-index,
.comic-list-page .hot-index {
    z-index: 1;
}

#cancel-comment-reply-link {
    margin-left: 5px;
}

.color-black {
    color: #222;
}

.event-register-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.progress {
    border-radius: 10px;
    height: 16px;
    background-color: var(--blur-2-color);
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.progress span.pro-lvl {
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    position: absolute;
    right: 0;
}

.progress-bar {
    background-color: var(--theme-color);
    line-height: 16px;
}

#view-chapter img {
    background: url(images/loading.gif) center center no-repeat;
    background-size: 100px;
}

.p-b-0 {
    padding-bottom: 0;
}

@media screen and (max-width: 480px) {
    #user-registration .user-registration-MyAccount-content,
    .ur-frontend-form.login,
    .ur-frontend-form .ur-form-row .ur-form-grid {
        padding-left: 0;
        padding-right: 0;
    }

    #user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    font-family: inherit !important;
    text-transform: capitalize;
}

.comment-form-comment {
    position: relative;
}

.emoji-panel-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    transition: all 0.2s ease;
}

.emoji-panel {
    width: 300px;
    height: 350px;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 99px;
}

.emoji-panel:after {
    top: -16px;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

@media (min-width:  768px) {
    .emoji-panel {
        right: 50px;
        bottom: -63px;
        top: auto;
    }

    .emoji-panel:after {
        top: auto;
        bottom: 80px;
        right: -16px;
        border-bottom-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
    }
}

.emoji-panel .nav-tabs li a {
    font-size: 16px;
    padding: 6px;
    user-select: none;
}

.emoji-tab {
    padding-top: 5px;
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.emoji-tab span {
    width: 53px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    line-height: 2;
    user-select: none;
    transition: all 0.2s ease;
}

.emoji-tab span:hover,
.emoji-tab span:focus {
    background: var(--blur-3-color);
}

.emoji-tab::-webkit-scrollbar {
    width: 3px;
}

.emoji-tab::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    outline: 0;
}

#noti-modal .modal-body {
    padding: 15px;
}

#noti-modal .v-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.store-title {
    margin-bottom: 30px;
}

.store-title h3 {
    position: relative;
    text-align: center;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: var(--theme-color);
}
.store-title h3 span {
    display: block;
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: .6em;
    font-weight: 400;
    color: #999;
    letter-spacing: -0.005em;
    word-spacing: 1px;
    letter-spacing: none;
}
.store-title h3:after, .store-title h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px; 
    margin: auto;
    background-color: var(--blur-3-color);
}
.store-title h3:before { 
    background-color: var(--theme-color);
    left: 45px;
    width: 90px;
}

.sticker-item {
    margin-bottom: 60px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.sticker-limited {
    background: url(images/limited-bg.jpg) center center no-repeat;
    background-size: cover;
}

.sticker-item .owl-emoji-panel {
    border-top: 1px solid var(--blur-3-color);
    height: 100px;
}

.sticker-item h4 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 21px;
}

.sticker-price-number {
    font-size: 36px;
    line-height: 1;
    color: var(--theme-color);
}

.sticker-price-number del {
    font-size: 16px;
    color: var(--blur-2-color);
}

.get-this-sticker, .get-this-badge, .get-this-effect, .get-this-medal {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
}

.noti-badge, .error-badge {
    z-index: 999;
}

.green-background {
    background: #5cb85c !important;
}

.sticker-item .owl-emoji-panel img {
    height: 65px;
}

.sticker-item .keywords-scroller-container:after {
    width: 20%;
    height: 98px;
    right: 1px;
    top: 1px;
}

.badge-demo {
    height: 150px;
}

.badge-demo .avt-container {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.badge-demo .avt-container .floral {
    margin-top: -25px;
    height: 50px;
}

.badge-demo .avt-container .floral img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
}

.badge-demo {
    padding: 15px;
    border: 1px solid var(--blur-3-color);
}

.medal-demo .lvl-badge {
    width: 35px !important;
    height: 35px !important;
    line-height: 25px !important;
}

.custom-lvl-badge {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    text-indent: -9999px;
    width: 25px !important;
    height: 25px !important;
    box-shadow: none !important;
}

.user-registration-profile-header header .floral,
.user-registration-profile-header header .effect-item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-registration-profile-header header .effect-item {
    border-radius: 0;
}

.user-registration-profile-header header .floral img {
    width: auto;
    max-height: 40px;
}

.user-registration-profile-header header .floral:hover,
.user-registration-profile-header header .effect-item:hover {
    opacity: .6;
}

.user-registration-profile-header header .floral.selected {
    background: var(--blur-3-color);
}

.user-registration-profile-header header .floral.selected:hover {
    opacity: 1;
}

.user-registration-profile-header header .effect-item.selected {
    border-bottom: 5px solid var(--theme-color);
}

.floral-remove span,
.effect-remove span {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
}

.comment-img .circle-floral {
    bottom: -1px !important;
}

.comment-img .circle-floral .floral-img {
    width: 75px !important;
}

@media (max-width:  767px) {
    .comment-img .circle-floral .floral-img {
        width: 55px !important;
    }
}

.badge-demo .circle-floral img {
    margin-top: -70px !important;
}

.circle-floral-container img.img-circle {
    margin-top: 15px;
    margin-bottom: -15px;
}

.user-registration-img-container .circle-floral img {
    width: 108%;
    max-width: none;
}

.user-registration-img-container .circle-floral {
    margin-top: -120px;
    margin-left: -6%;
}

.sold-text {
    font-size: 14px;
    line-height: 1.5;
}

#reply-title, .news-title {
    margin-top: 0;
}

#reply-title {
    font-size: 20px;
}

.news-title {
    font-size: 28px;
}

.post-block {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--blur-3-color);
}

.post-block:last-child {
    border-bottom: none;
}

.post-desc .post-title {
    margin-top: 0;
    font-size: 22px;
}

.post-img, .post-footer {
    margin-bottom: 15px;
}

.news-categories ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.news-categories ul li {
    margin-bottom: 10px;
}

.roll-up-calendar {
    padding: 15px;
}

.main-timeline{ /* font-family: 'Poppins', sans-serif; */ }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(60% + 30px);
    padding: 0 80px 0 0;
    float: left; 
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.main-timeline .timeline:last-child {
    margin-bottom: 0;
}
.main-timeline .timeline-content{
    color: #666;
    background: #fff;
    min-height: 100px;
    padding: 20px 20px 20px 70px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 30px;
    display: block;
    z-index: 0;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
    content: '';
    background: linear-gradient(#0290C2,#006BA4);
    width: 50%;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #006BA4;
    font-size: 35px;
    line-height: 35px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 18px;
}
.main-timeline .timeline-today .timeline-icon {
    color: #7fc400;
}
.main-timeline .timeline-step{
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline .timeline-step span{
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.main-timeline .timeline-today .timeline-step {
    font-size: 23px;
    line-height: 1;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.main-timeline .title:after{
    content: '';
    background-color: #006BA4;
    height: 3px;
    width: 100px;
    margin: 10px auto;
    display: block;
    clear: both;
}
.main-timeline .description{
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 18px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    padding: 0 0 0 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 70px 20px 25px; }
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 17px;
}
.main-timeline .timeline:nth-child(even) .timeline-step{
    right: auto;
    left: 16px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{ background: linear-gradient(#8521b7,#4151A9); }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ color: #4151A9; }
.main-timeline .timeline:nth-child(4n+2) .title:after{ background: #4151A9; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{ background: linear-gradient(#C364CF,#7F47A0); }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ color: #7F47A0; }
.main-timeline .timeline:nth-child(4n+3) .title:after{ background: #7F47A0; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{ background: linear-gradient(#FF449D,#F957D9); }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ color: #F957D9; }
.main-timeline .timeline:nth-child(4n+4) .title:after{ background: #F957D9; }
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: calc(75% + 60px);
        padding-right: 70px;
    }

    .main-timeline .timeline:nth-child(even) {
        padding-left: 70px;
    }

    .main-timeline .timeline-today .timeline-step {
        font-size: 19px;
    }

    .main-timeline .timeline-step span {
        font-size: 17px;
    }
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.sale {
  background: #d9534f;
  border-radius: 3px 0 0 3px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  padding: 0 13px 0 16px;
  position: relative;
  text-decoration: none;
  margin-left: 5px;
}

.sale::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 6px;
  position: absolute;
  width: 6px;
  top: 6px;
}

.sale::after {
  background: #fff;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #d9534f;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.sale.limited {
    background: var(--theme-color);
}

.sale.limited::after {
    border-left: 10px solid var(--theme-color);
}

.author-container .intro-text-container .media-left {
    padding-right: 15px;
}
.author-container .intro-text-container .media-left .media-object {
    width: 92px;
    border-radius: 50%;
}
.author-container .intro-text-container .media-heading {
    display: block;
    height: auto;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: -5px;
}
.intro-text-container .media-body {
    vertical-align: middle;
}

.ur-form-row .flatpickr-input, .ur-form-row .input-text {
    padding-left: 10px !important;
}

.m-r-0 {
    margin-right: 0;
}

@media (max-width:  767px) {
    .author-container .intro-text-container .media-left .media-object {
        width: 70px;
    }
}

.disabled-all {
    position: relative;
    pointer-events: none;
}

.disabled-all:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75);
}

.not-overflow{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.next-prev-link a {
    text-decoration: none !important;
}

.next-prev-link a:hover,
.next-prev-link a:focus {
    text-decoration: underline !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    line-height: 1.65;
}

.table>thead>tr>th {
    line-height: 1.85;
    border-bottom: 2px solid var(--theme-color);
}

.text-demo-container {
    padding: 15px;
    border: 1px solid var(--blur-3-color);
    height: 150px;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: -10px;
    text-transform: uppercase;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[readonly], .ur-frontend-form .ur-form-row .ur-form-grid select[readonly], .ur-frontend-form .ur-form-row .ur-form-grid textarea[readonly] {
    background: rgb(182 187 207 / 15%);
}

.ur-form-container .button, .ur-form-container button, .user-registration .button, .user-registration button {
    box-shadow: none;
}

.single-chapter-list {
    border: 0;
    border-bottom: 1px solid var(--theme-color);
    max-width: 100px;
    height: 25px;
}

.single-chapter-list::-webkit-scrollbar {
    width: 3px;
}

.single-chapter-list::-webkit-scrollbar-track {
    background: #fff;
}

.single-chapter-list::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.cursor-pointer {
    cursor: pointer;
}

.level-demo .text-demo-container .level-text {
    font-size: 26px;
}

.level-demo .text-demo-container span i {
    padding: 5px 10px;
}

.vip-item {
    padding: 50px 30px;
    color: #fff;
    background: url(images/gold-bg.jpg) center no-repeat !important;
    background-size: cover !important;
}

.vip-item .vip-item-desc h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .vip-item .vip-item-desc h4 {
        font-size: 20px;
    }
}

.vip-item .vip-item-desc .vip-item-desc-beta {
    font-size: 12px;
    text-transform: uppercase;
}

.vip-item .vip-item-desc p {
    font-size: 16px;
    margin-bottom: 20px;
}

.vip-item .vip-item-desc .get-vip {
    background: #fff;
    color: #e3ae2e;
}

.vip-item .vip-item-desc .get-vip.disabled {
    opacity: .65;
}

.vip-item .vip-item-img {
    padding-top: 10px;
}

.cmt-demo .comment-wrap {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-vip-bg {
    background: url(images/cmt-bg-4.jpg) bottom right no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 4px;
}

.navbar-vip-avt img.vip-thumbnail {
    background: #ffe259;
    background: linear-gradient( to right, #ffa751, #ffe259, #ffe259, #ffa751 );
    background-size: 300% 100%;
}

.navbar-vip-avt img.vip-thumbnail:hover {
    background-position: 100% 0;
}