body {
    color: black;
    min-width: 1060px;
    background-color: #ffffff;
    font-family: Poppins,sans-serif!important;
}
a:hover {
    text-decoration: unset;
}
header.header.container-fluid {
    height: auto;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
}
img.avatar.avatar-96.photo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.comicSwip {
    overflow: hidden;
}
.wrap-comic .container {
    width: 100%;
    height: auto;
}
.header .container a {
    float: left;
}
a.logo {
    height: 40px;
    width: 40px;
    margin-top: 5px;
}
img.header-logo {
    height: 100%;
    width: auto;
}
ul.header-title {
    float: left;
    margin-top: 15px;
    padding-left: unset;
}
.header-title li {
    display: inline-block;
}
.header-title a {
    color: #000;
    font-size: 13px;
    margin-left: 15px;
}
.header-bar {
    float: right;
    display: inline-block;
    margin-bottom: unset;
    padding-left: unset !important;
}
.header-bar li {
    display: inline-block;
    margin-top: 4px;
}
.header-bar a {
    color: #000;
    font-size: 13px;
    margin-left: 15px;
}
#wpadminbar {
    display: none;
}
.bg-cover {
    height: 115px;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
}
.second-nav {
    background-color: #212121;
    padding: 15px;
    color: #fff;
}
.second-nav span {
    font-size: 15px;
    margin-right: 30px;
}
.quanly-id {
    background-image: url(/image/quanly_bg.png);
    color: #fff;
}
.quanly-id .comic span {
    color: #d5d5d5;
}
.header-bar .vip p {
    display: flex;
    align-items: center;
    padding: 3px 15px;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
    gap: 5px;
    background-color: #FFC107;
}
.header-bar .vip img {
    height: 12px;
}
.slider-wrap {
    width: 100%;
    height: 280px;
}
.img-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.swiper {
    border-radius: 5px;
}
.comicSwip .swiper-button-prev {
    top: 25%;
    left: 20%;
    padding: 35px 20px;
    border-radius: 4px;
    background-color: #000000ba;
}
.comicSwip .swiper-button-next {
    top: 25%;
    right: 20%;
    padding: 35px 20px;
    border-radius: 4px;
    background-color: #000000ba;
}
.comicSwip .swiper-slide {
  height: 300px;
  margin-top: 15px;
  display:flex;
  background: #eee;
  align-items: center;
  justify-content:center;
  transition:all 200ms linear;
  transform: scale(0.8);

  &.swiper-slide-active{
    margin-top: 0px;
    transform: scale(1.2);
    background: #161616;
    z-index: 99;
    border-right: solid 10px #000;
    border-left: solid 10px #000;
  }
}
.swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comic-slider {
    float: left;
    display: flex;
    width: 58%;
    margin-left: 5px;
    flex-wrap: wrap;
}
.comic-slider .comic {
    width: 50%;
    height: 180px;
    padding: 3px;
}
.comic-slider .comic:nth-child(3n) {
    width: 33%;
    height: 185px;
    padding: 3px;
}
.comic-slider .comic:nth-child(4n) {
    width: 33%;
    height: 185px;
    padding: 3px;
}
.comic-slider .comic:nth-child(5n) {
    width: 33%;
    height: 185px;
    padding: 3px;
}
.comic-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.list-comic {
    display: flex;
    flex-wrap: wrap;
}
.cen-content {
    display: flex;
    flex-wrap: wrap;
}
.cen-content .comic {
    width: 13%;
    height: 180px;
    margin: 5px;
}
.cover-comic {
    height: auto;
    position: relative;
    margin-bottom: 5px;
}
.cover-comic .cat-mini {
    top: 5;
    left: 0;
    display: flex;
    padding: 0px 5px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 5;
    align-items: center;
    gap: 3px;
}
.cat-mini .upload-stats {
    height: 20px;
    width: 20px;
}
.cat-mini .new-stats {
    background-color: #ff2f42;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 3px;
}
.cover-comic .views {
    bottom: 0;
    right: 0;
    padding: 0px 5px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 5;
}
.cover-comic .shadown {
    bottom: 0;
    width: 100%;
    height: 40px;
    left: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.65),transparent);
    position: absolute;
    z-index: 4;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.cover-comic .icon-views {
    height: auto;
    width: 10px;
    padding-bottom: 2px;
    margin-right: 4px;
}
.cover-comic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.comic .info {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.header-footer {
    background-color: #212121;
    color: #fff;
    height: auto;
    margin-top: 50px;
    width: 100%;
}
.header-bar .field {
    width: 200px;
    padding: 5px 15px;
    background-color: #e9e9e9;
    border-radius: 50px;
    float: left;
    border: unset;
    color: #000000;
}
.content-footer {
    width: 100%;
    display: flex;
    padding: 50px 0;
    text-align: center;
    justify-content: space-evenly;
}
.icon-website img {
    height: 68px;
    width: auto;
    border-radius: 10px;
    margin-right: 10px;
}
.footer-col {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    text-align: left;
    align-items: center;
}
.page-col {
    display: flex;
    width: 30%;
    justify-content: space-evenly;
}
.footer-col a {
    color: #a9a9a9;
    width: 50%;
    height: auto;
}
.page-col img {
    height: 64px;
    width: auto;
}
.page-col span {
    display: block;
    color: #a9a9a9;
    margin-top: 5px;
}
a.icon-website {
    color: #fff;
    font-size: 25px;
}
.under-footer {
    background-color: #373737;
    color: #a9a9a9;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.comic span {
    display: block;
    color: #424242;
    font-size: 11px;
}
.title-and-more {
    padding: 10px;
    display: flex;
}
.content-title {
    display: inline-block;
}
.see-more {
    float: right;
    display: inline-block;
    padding-right: 30px;
}
.bg-comic {
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    filter: blur(60px);
}
.info-wrap {
    position: relative;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #101010;
    width: 1200px;
    z-index: 1;
    top: 1px;
}
.info-wrap .cover {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    height: 225px;
    margin-right: 24px;
    overflow: hidden;
    position: relative;
    width: 360px;
    float: left;
}
.info-wrap .info {
    float: left;
    width: 700px;
    padding-left: 10px;
}
.info-wrap .title {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    overflow: hidden;
}
.subtitle {
    font-size: 13px;
    color: #000;
    margin-top: 5px;
}
.info-wrap img {
    width: 100%;
    height: auto;
}
.wrap-comic .container {
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
}
.wrap-comic {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 1200px;
    z-index: 1;
    top: 60px;
    padding: 25px;
}
@media only screen and (min-width: 1060px) {
  .hizZUi {
    margin: 0 auto !important;
  }
}
.wrap-chapter {
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flow-root;
    width: 1200px;
    z-index: 1;
    top: 60px;
    height: fit-content;
}
.wrap-chapter .left {
    width: 920px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    padding: 20px;
    display: block;
}
.wrap-chapter .right {
    float: right;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 270px;
    padding: 10px;
}
.left {
    width: 880px;
    float: left;
}
.right {
    float: left;
    width: 305px;
}
.wrap-chapter .container {
    padding-top: 20px;
    height: auto;
}
.list-chapter .title {
    font-size: 13px;
}
.box-content-manga {
    background-color: #ffffff;
    width: 214px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.ranking-post .info {
    color: #fff;
}
.ranking-post .info p {
    color: #fff;
    color: #dfdfdf;
}
.wrap-chapter .comic {
    width: 18.8%;
    height: auto;
    margin: 5px;
}
.wrap-chapter .content-title {
    font-size: 13px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
}
.right .author {
    height: auto;
    text-align: center;
    padding: 15px;
}
.author .avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.author .avatar-image {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.author .avatar-frame {
    height: 70px;
    width: 70px;
    position: absolute;
    pointer-events: none;
    margin-left: -69px;
    margin-top: -5px;
}
.author p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
}
.author span {
    color: #b8b8b8;
    font-size: 1.2rem;
    display: block;
    font-weight: 300;
}
button.follow-button {
    border: none;
    background-color: #5fedff;
    font-size: 12px;
    padding: 3px 35px;
    border-radius: 50px;
    color: #fff;
}
.list-chapter {
    min-height: 170px;
    height: auto;
    display: inline-block;
}
.wrap-chapter .box-content {
    display: contents;
}
.wrap-button button {
    border: none;
    padding: 8px 40px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 5px;
}
.wrap-button {
    margin-top: 20px;
}
.wrap-button .read {
    background-color: #68e8ff;
    color: #fff;
}
.wrap-button .bookmark {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #d4d4d4;
}
.wrap-button .readmobile {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #d4d4d4;
}
.status {
    margin-top: 5px;
}
.status a {
    color: #000;
    display: inline-block;
    margin-left: 5px;
}
.login-body {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
.bg-login {
    width: 50%;
    padding: 90px;
    float: left;
}
.form-login {
    width: 50%;
    float: left;
    padding: 100px;
}
.form-login input {
    border: 1px solid #2424241a;
    padding: 10px 10px 10px 10px;
    width: 100%;
}
.login-submit input {
    background-color: #54edfb;
    color: #fff;
    border-radius: 50px;
}
.login-remember {
    display: none;
}
.title-login {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
img.ava-user {
    border-radius: 50%;
    object-fit: cover;
    height: 40px;
}
.header .custom-avatar {
    float: left;
}
.header .avatar-image {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.header .ava-user {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #000;
}
.header .avatar-frame {
    border-radius: 50%;
    height: 44px;
    position: absolute;
    pointer-events: none;
    width: 44px;
    margin-top: -2px;
    margin-left: -44px;
}
*:target {
  display: block !important;
}
.wrap-read {
    background-color: #161616;
    height: auto;
    min-height: 1000px;
    width: 100%;
    text-align: center;
    top: 0;
    z-index: 99999;
    position: absolute;
    cursor: pointer;
}
.wrap-read .read {
    width: 850px;
    margin: 0 auto;
}
.wrap-read img {
    width: 100%;
    height: auto;
}
.nav-read-2 {
    background-color: #1a1a1ad9;
    display: flex;
    position: fixed;
    flex-wrap: nowrap;
    bottom: 0;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    height: 70px;
    min-height: 30px;
    overflow-x: hidden;
    width: 100%;
    z-index: 99999;
}
.column-read-nav {
    width: 100%;
    margin: 0 auto;
}
.column-read-nav .col-3 {
    width: 33%;
    float: left;
    height: 100%;
}
.nav-read-2 .next-chapter {
    background-color: #000;
    border-radius: 50px;
}
.next-chapter .read-button {
    width: 50%;
    float: left;
    font-size: 15px;
    padding: 15px;
}
.nav-read-1 {
    top: 0;
    position: fixed;
    height: auto;
    background-color: #1a1a1ad9;
    z-index: 9999;
    width: 100%;
}
.nav-read-2 .non {
    color: #626262;
}
.nav-read-2 .icon-nav {
    height: 35px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.read-button {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}
.next-chapter .read-button{
    margin-right: unset;
}
.wrap-read .name-comic {
    color: #fff;
    max-width: 258px;
    white-space: nowrap;
    overflow: hidden;
}
.wrap-read .name-chapter {
    color: #989898;
}
.comic-col-6 .comic {
    width: 15%;
    height: 225px;
    margin-bottom: 50px;
    margin-right: 15px;
}
.comic-col-5-left .comic {
    width: 18%;
    height: 200px;
    margin-bottom: 50px;
    margin-right: 15px;
}
.col-7-2-list .comic {
    width: 13%;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 10px;
}
.content-title {
    font-size: 17px;
}
.comic-sidebar-right .comic {
    width: 100%;
    height: auto;
    display: inline-flex;
    margin-bottom: 5px;
}
.comic-sidebar-right .rank {
    width: 7%;
    float: left;
    font-size: 15px;
}
.comic-sidebar-right .title {
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.comic-sidebar-right .chapter {
    width: 40%;
    float: right;
    text-align: right;
    color: #aeaeae;
}
.col-5-comic-cover .comic {
    width: 18.7%;
    height: 120px;
    margin-bottom: 50px;
    margin-right: 10px;
}
.option-title {
    display: inline-block;
}
.option-title span {
    font-size: 12px;
    margin-left: 25px;
}
span.daily.active {
    color: #1edbfe;
}
.bg-1 {
    background-image: url(/image/rank-bg-1.jpg);
}
.bg-2 {
    background-image: url(/image/rank-bg-2.jpg);
}
.bg-3 {
    background-image: url(/image/rank-bg-3.jpg);
}
.index-ranking {
    height: auto;
}
.comic-rank-list .comic {
    width: 32%;
    height: 180px;
    background-color: #0b0b0b63;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.comic-rank-list .cover-comic {
    width: 180px;
    float: left;
}
.comic-rank-list .info {
    padding: 10px;
    font-size: 15px;
}
.info .rank-num {
    background-color: #ffd807;
    width: 70px;
    padding: 0px 15px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
}
.ranking-post .option {
    font-size: 15px;
    margin-right: 10px;
}
.ranking-post .active {
    font-size: 20px;
    color: #fff;
}
.container {
    max-width: 1250px;
}
.title-search {
    width: 80%;
    margin: 0 auto;
}
.searchform {
    display: inline-block;
    margin-bottom: 5px;
}
.s {
    padding: 25px;
}
.search-submit {
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 20px;
    background-color: #24f0ff;
}
.field {
    width: 200px;
    padding: 5px 15px;
    background-color: #ffffff;
    border-radius: 50px;
    float: left;
    border: 1px solid #c8c8c8;
    color: #000000;
}
::-ms-input-placeholder {
  color: #fff;
}
.sidebar-single .comic {
    width: 100%;
    height: 120px;
    margin-bottom: 50px;
}
.relate-comic .comic {
    width: 18.8%;
    height: 230px;
    margin-bottom: 50px;
}
.nav-show {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: 1000;
    display: none;
    float: left;
    background-color: #fff0;
    width: auto;
    font-size: 14px;
    border: unset;
    box-shadow: unset;
}
.header .nav-user {
    height: auto;
    padding: 10px;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    background-color: #fff;
}
.nav-user .box {
    width: 33%;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 7px;
    text-align: center;
}
.nav-user .box img {
    width: 50%;
    display: block;
    padding-bottom: 5px;
    margin: 0 auto;
    height: auto;
}
.managerpc {
.wrap-me {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    top: 50%;
    padding-top: 65px;
    left: 50%;
    position: absolute;
    display: flex;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fff;
}
.sidebar-right {
    width: 80%;
    height: 100%;
    background-color: #fbfbfb;
    overflow: scroll;
}
.sidebar-left {
    width: 20%;
}
.row-nav {
    background-color: #ffffff;
    color: black;
    display: block;
    border-radius: 4px;
    padding: 7px 10px;
    height: 50px;
    margin: 5px;
    font-size: 15px;
    cursor: pointer;
}
.icon-navi {
    float: left;
    background-position: 50%;
    background-image: url(/image/ticket.png?v=1);
    background-repeat: no-repeat;
    background-size: 15px;
    height: 100%;
    width: 15px;
    margin-right: 4px;
}
.tit-nav {
    float: left;
    padding: 8px;
}
.arr-nav {
    float: right;
    background-position: 50%;
    background-image: url(/image/right-arrow.png?v=1);
    background-repeat: no-repeat;
    background-size: 15px;
    height: 100%;
    width: 15px;
    margin-right: 4px;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-30.thumb.grid-item {
    width: 100%;
    display: block;
}
.project .comic {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}
.project .cover-comic {
    width: 150px;
    float: left;
}
.project .info {
    margin: 10px;
    padding-left: 15px;
}
.sidebar-left .active-tab {
    background-color: #5bddff;
    color: #fff;
}
.wrap-option {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-option {
    font-size: 25px;
}
.sex-option {
    text-align: center;
    margin-top: 10px;
}
.male-option.action {
    background-color: #40e9ff;
    width: 45%;
    float: left;
    font-size: 20px;
    margin-right: 10px;
    padding: 30px 80px;
    color: #fff;
    border-radius: 4px;
}
.female-option.action {
    background-color: #ff7ec9;
    width: 45%;
    float: left;
    font-size: 20px;
    padding: 30px 80px;
    color: #fff;
    border-radius: 4px;
}
.ff-default .ff-el-form-control {
    background-color: #ffffff;
    border: 1px solid #8787875e !important;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 0px !important;
}
.ff-default .ff_btn_style {
    padding: 8px 0px !important;
}
.box-theloai .ff-el-input--content {
    display: inline-block;
}
.box-theloai .ff-el-form-check {
    width: 25%;
    display: inline-block;
}
.wrap-button {
    display: flex;
}
.button {
    width: 15%;
    margin: 0px 0px 0px 30px;
}
.wrap-button .active {
    border: solid 1px #fff;
    border-radius: 10px;
}
.button-banking {
    background-color: #549185;
    border-radius: 10px;
}
.button-banking img {
    position: relative;
    top: 50%;
    left: 50%;
    height: 40px;
    transform: translate(-50%, -50%);
}
.button-momo {

}
.button-momo img {
    width: 100%;
    border-radius: 10px;
}
.banking {
    display: none;
    width: 95%;
}
.momo {
    display: none;
    width: 95%;
}
.box-content .active {
    display: block;
}
.wrap-agency {
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
}
.wrap-agency .badged-agency img {
    width: 100%;
}
.wrap-agency .info-agency {
    margin-bottom: 20px;
    padding: 5px;
}
.wrap-agency .badged-agency {
    display: inline-block;
}
.wrap-agency .badged-agency img {
    height: 100px;
    border-radius: 15px;
}
.wrap-agency .name-agency span {
    display: block;
}
.wrap-agency .nhom {
    padding-bottom: 15px;
}
.wrap-agency .button-wrap {
    display: inline-block;
    float: right;
}
.wrap-agency .kick {
    border: none;
    background-color: #ff4747;
    color: #fff;
    border-radius: 2px;
    padding: 15px 15px;
    font-size: 1rem;
}
.wrap-agency .list-agency {
    display: flex;
    margin-bottom: 20px;
}
.wrap-agency .ava-agency {
    display: inline-block;
}
.wrap-agency .ava-agency img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.wrap-agency .title-agency {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0px 15px;
}
.wrap-agency .title-agency span {
    display: block;
    font-size: 1rem;
    color: #8d8d8d;
}
.wrap-agency .name-agency {
    display: inline-block;
    font-size: 1.4rem;
    width: 79%;
    margin: 0px 15px;
}
.wrap-agency .name-agency span {
    display: block;
    font-size: 1rem;
    color: #8d8d8d;
}
.wrap-agency .button {
    background-color: #303030;
    border: none;
    float: right;
    border-radius: 50px;
    font-size: 1rem;
    height: 26px;
    padding: 0px 15px;
    color: #fff;
    width: 74px;
    margin-top: 13px;
}
.wrap-agency .active{
    background-color: #262626;
    color: #5c5c5c;
}
.wrap-agency .avatar {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-agency .avatar-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-agency .avatar-frame {
    border-radius: 50%;
    height: 55px;
    position: absolute;
    pointer-events: none;
    width: 55px;
    margin-top: -3px;
    margin-left: -53px;
}
.wrap-agency .custom-avatar {
    display: inline-block;
}
.wrap-agency .info {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.5rem;
}
.wrap-agency .info span {
    display: block;
    font-size: 1rem;
    color: #9f9f9f;
}
.wrap-user-donate .user-donate {
    display: flex;
}
.wrap-user-donate .user-donate:nth-child(2n) {
    background-color: #f1f1f1;
}
.wrap-user-donate .user-donate .rank {
    width: auto;
    height: 5px;
    padding: 20px 15px;
}
.wrap-user-donate .user-donate .ava-user {
    width: auto;
    margin: 10px 10px;
}
.wrap-user-donate .avatar-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-user-donate .avatar-frame {
    border-radius: 50%;
    height: 60px;
    position: absolute;
    pointer-events: none;
    width: 60px;
    margin-top: -5px;
    margin-left: -54px;
}
.wrap-user-donate .user-donate .name-donate {
    width: 70%;
    padding: 20px 10px;
}
.wrap-user-donate .user-donate span {
    padding: 20px 5px;
}
.wrap-donate-item .ava-donate {
    padding: 15px;
}
.wrap-donate-item .inventory {
    background-color: #232323;
    border-radius: 5px;
}
.wrap-donate-item .user-donate {
    width: 100%;
    display: flex;
}
.wrap-donate-item .user-donate:nth-child(2n) {
    background-color: #f4f4f4;
}
.wrap-donate-item .avatar-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-donate-item .avatar {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-donate-item .avatar-frame {
    border-radius: 50%;
    height: 60px;
    position: absolute;
    pointer-events: none;
    width: 60px;
    margin-top: -5px;
    margin-left: -54px;
}
.wrap-donate-item .name-donate {
    width: 70%;
    padding: 15px 10px;
}
.wrap-donate-item .name-donate p{
    color: #949494;
    font-size: 1rem;
}
.wrap-donate-item .item-donate {
    width: 30%;
    padding: 15px 10px;
    text-align: center;
}
.wrap-donate-item .item-donate img {
    height: 30px;
    width: 30px;
}
.wrap-donate-item .item-donate span {
    display: block;
    font-size: 0.7rem;
}
.wrap-donate-item .status-donate {
    overflow-x: auto;
    overflow-y: hidden;
}
.wrap-donate-item .scroll-donate {
   width: auto;
   white-space:nowrap;
}
.wrap-donate-item .statics-donate {
    width: auto;
    min-width: 70px;
    display: inline-block;
    background-color: #1b1b1b;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 2px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.wrap-donate-item .statics-donate span {
    display: block;
    font-size: 1rem;
    color: #929292;
}
.wrap-unlock-chapter .user-donate {
    width: 100%;
    display: flex;
}
.wrap-unlock-chapter .user-donate:nth-child(2n) {
    background-color: #1b1b1b;
}
.wrap-unlock-chapter .ava-donate {
    padding: 15px;
}

.wrap-unlock-chapter .avatar-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wrap-unlock-chapter .avatar-frame {
    border-radius: 50%;
    height: 60px;
    position: absolute;
    pointer-events: none;
    width: 60px;
    margin-top: -5px;
    margin-left: -54px;
}
.wrap-unlock-chapter .name-donate {
    width: 70%;
    padding: 15px 10px;
}
.wrap-unlock-chapter .name-donate p{
    color: #949494;
    font-size: 1rem;
}
.wrap-unlock-chapter .item-donate {
    width: 30%;
    padding: 30px 10px;
    font-size: 2rem;
    text-align: center;
}
.wrap-unlock-chapter .item-donate img {
    height: 30px;
    width: 30px;
}
.wrap-unlock-chapter .item-donate span {
    font-size: 1.3rem;
    margin-left: 5px;
}
.wrap-unlock-chapter .status-donate {
    overflow-x: auto;
    overflow-y: hidden;
}
.wrap-unlock-chapter .scroll-donate {
   width: auto;
   white-space:nowrap;
}
.wrap-unlock-chapter .statics-donate {
    width: 50%;
    display: inline-block;
    background-color: #1b1b1b;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 2px;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
}
.wrap-unlock-chapter .statics-donate span {
    display: block;
    font-size: 1rem;
    color: #929292;
}
.wrap-unlock-chapter .name-donate span {
    display: block;
}
.wrap-unlock-chapter h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

}
.profile {
.hizZUi {
    max-width: 1300px !important;
}
.profile {
    padding-top: 50px;
}
.wrap-profile {
    width: 100%;
    height: auto;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}
.wrap-profile .info-profile-wrap {
    display: block;
    height: 200px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-profile .tab {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 60px;
}
.wrap-profile .info {
    padding: 20px;
    position: relative;
    padding-top: 120px;
}
.info-profile-wrap .custom-avatar {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}
.info-profile-wrap .avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.info-profile-wrap .avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.info-profile-wrap .avatar-frame {
    border-radius: 50%;
    height: 68px;
    position: absolute;
    pointer-events: none;
    width: 68px;
    margin-top: -1px;
    margin-left: -66px;
}
.info-profile-wrap .info-more {
    padding-top: 40px;
    float: left;
}
.info-profile-wrap .name {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
span.user-badged {
    background-color: #666666;
    font-size: 10px;
    border-radius: 50px;
    margin: 5px;
    padding: 1px 6px;
}
span.online-user {
    background-color: #01cf37;
    font-size: 10px;
    border-radius: 50px;
    margin: 5px;
    padding: 1px 6px;
}
.shadow {
    background: linear-gradient(0deg,rgb(0 0 0 / 49%),transparent);
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 5px;
    border-bottom-left-raidus: 5px;
    width: 100%;
}
.button {
    float: right;
    padding-top: 45px;
}
.stats-author {
    float: right;
    text-align: center;
}
.stats-author .count {
    display: inline-block;
    padding-left: 0px;
    padding-top: 10px;
    margin-right: 30px;
    font-size: 13px;
}
.stats-author .count span {
    display: block;
    font-size: 13px;
    color: #818181;
}
.tab-author {
    float: left;
}
.tab-zIj {
    height: 100%;
    padding: 20px;
    float: left;
}
.tab .active {
    background-color: #f1f1f1;
}
.tab-zIj img {
    height: 15px;
    width: 15px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.col-view-list .comic {
    width: 32%;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 10px;
}
.left {
    width: 920px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 4px;
    float: left;
    padding: 20px;
    padding-top: 0px;
    display: block;
}
.right {
    float: right;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 370px;
    padding: 10px;
}
.col-news-list .comic {
    width: 18.5%;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 10px;
}
.content-title span {
    background-color: #e5e5e5;
    font-size: 10px;
    padding: 5px 5px;
    border-radius: 4px;
}
.list-post {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #eee;
    min-height: 500px;
    margin-top: 10px;
    border-radius: 4px;
    padding: 0px 0px 10px 0px;
    display: flex;
}
.list-post .left-bar {
    width: 20%;
    height: 100%;
}
.list-post .right-content {
    height: auto;
    width: 80%;
    padding: 20px;
}
.left-bar .type {
    display: block;
    padding: 20px 10px;
}
.left-bar .active {
    background-color: #68e8ff;
    color: #fff;
    font-weight: bold;
}
.left-bar .type span {
    background-color: #e5e5e5;
    font-size: 10px;
    margin-right: 10px;
    float: right;
    padding: 5px 5px;
    border-radius: 4px;
}
.right-content .title-list {
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}
.col-author-list .comic {
    width: 15.5%;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 10px;
}
.empty-post {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}
.input-comment textarea {
    width: 100%;
    border: solid #f0f0f0;
    padding: 10px;
    margin: 10px 0px;
}
input.send-comment {
    float: right;
    border: unset;
    background-color: #60edff;
    padding: 10px 40px;
    color: #fff;
    border-radius: 4px;
}
.ava-comment img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
}
.ava-comment {
    width: 80px;
    height: 80px;
}
.row-comment {
    display: inline-flex;
    margin: 20px 0px 10px 0px;
}
.info-comment {
    width: 100%;
    margin-left: 15px;
}
.info-comment .comment {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    background-color: #ebebeb;
    word-break: break-word;
    border-radius: 7px;
    padding: 15px;
}
.list-comment {
    display: inline-grid;
    width: 100%;
    min-height: 150px;
}
.ava-comment .avatar-frame {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 20px;
}
.empty-comment {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}
.comment-wrap {
    margin-top: 40px;
}