/*@font-face {*/
/*font-family: Arial;*/
/*src: url(../fonts/arialmt.ttf);*/
/*}*/
*{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
a, a:hover{
    text-decoration: none;
}
a:hover{
    color: #3a4752;
}
h2{
    font-weight: normal
}
ul,li{
    padding:0;
    margin:0;
}
ul{
    list-style: none;
}
p{
    margin:0;
}
button, a {
    outline: none !important;
}
.hidden{
    display: none;
}
.text-color-main{
    color: #1ba085;
}
.text-color-description {
    color: #121212;
}
.text-date {
    color: #888888;
}
.text-title{
    font-size: 18px;
}
.hr{
    background-color: #f2f2f2;
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.hr1{
    background-color: #f2f2f2;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.hr7{
    height: 7px;
    margin-bottom: 0px;
}
#page{
    background-color: #eeeeee;
    margin-bottom: 70px;
}
.row .three-image{
    ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}
.row .three-image img{
    width: 100%;
    border-radius: 10px;
}
.banner-deal-hot{
    padding: 20px 32px;
}
.d-flex {
    display: flex;
}
.w-auto {
    width: auto !important;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
/* button slide */
.swiper-button-next{
    right: 0;
    width: 30px;
    height: 60px;
    background: url(../images/icon/btn-next-white.png) no-repeat;
}
.swiper-button-prev{
    left: 0;
    width: 30px;
    height: 60px;
    background: url(../images/icon/btn-prev-white.png) no-repeat;
}
.swiper-button-next:hover{
    background: url(../images/icon/next-hover.png) no-repeat;
}
.swiper-button-prev:hover{
    background: url(../images/icon/prev-hover.png) no-repeat;
}
.home-slider{
    background-color: #FFFFFF;
}
.home-slider .swiper-pagination{
    bottom: 4px;
}
.home-slider .slider-item img{
    width: 100%;
}
.swiper-pagination-bullet-active{
    background: #ee0033 !important;
}
.new-in-week .swiper-slide .product-image img,
.hot-comic .swiper-slide .product-image img
{
    width: 167px;
    height: 103px;
}
/* box head */
.box-grid{
    padding: 0 10px;
}
.box-grid .box-header{
    padding-left: 5px;
}
.box-slide {
    padding: 0 0 0 15px;
}
.relative {
    position: relative;
}
.box-head {
    margin-bottom: 5px;
    padding: 15px 0px 5px;
}
.box-header {
    margin-left: 0;
    display: inline-block;
}
.box-header a {
    font-size: 18px;
    color: #231f20;
    font-weight: 500;
}
.see-all {
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.see-all a {
    color:#ee0033;
    font-size: 14px;
    padding-right: 15px;
}
.card-title {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 36px;
    line-height: 18px;
}
.card-body{
    padding: 0px;
}
.card-title a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    height: 36px;
    line-height: 18px;
}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
    width: 100%;
    word-break: keep-all;
    font-size: 15px;
}
.ellipsis-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    word-break: keep-all;
    height: 28px;
}
.view-love{
    display: inline-flex;
    color:#7b7879;
    font-size: 12px;
}

.view-love .view{
    padding-right: 30px;
}
.view-love img{
    margin-right: 8px;
    width: 17px;
    height: 17px;
    vertical-align: -4px;
}
.product-image{
    position: relative;
    background: url("../images/manwa/product-demo.jpg");
    background-clip: content-box;
}
.product-image a img{
    border-radius: 3px;
}
.chapter{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70px;
    height: 30px;
    text-align: right;
    line-height: 40px;
    background-image: url("../images/manwa/chapter.png");
    background-size: 70px;
}
.grid-item .chapter{
    margin-right: 5px;
}
.chapter span{
    padding-right: 5px;
    color:#FFFFFF;
    font-size: 12px;
}
.grid-container{
    clear: both;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.grid-container .grid-item{
    width: 50%;
    margin: 0px 0px 0px 0px;
    float: left;
}
.grid-container .grid-item .product-image{
    padding: 0px 5px 0px;
    text-align: center;
    background-clip: content-box;
}
.grid-item .product-image img{
    width: 100%;
}
.grid-item .card-body{
    padding: 0 5px 10px 5px;
}
.box-grid .show-more{
    width: 172px;
    height: 40px;
    border-radius: 20px;
    background-color: #f3f4f4;
    text-transform: uppercase;
    border: none;
    color: #7b7879;
    margin-top: 20px;
}
.box-grid{
    padding-bottom: 20px;
}
.buy-vip{
    text-align: center;
    padding: 15px 0;
    background-color: #f3f4f4;
}
.buy-vip .box-header h3{
    color:#ee0033;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.18px;
}
.buy-vip .box-header h3::after{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color:#ff8500;
    bottom: -2px;
}
.buy-vip .box-header p{
    color: #808285;
    padding: 0 15px;
    font-size: 12px;
}
.buy-vip .each-package{
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 8px;
}
.buy-vip .each-package:after{
    content: '';
    width: 100%;
    height: 12px;
    background-image: url(../images/manwa/shadow.png);
    background-size: 100%;
    position: absolute;
    bottom: -12px;
    left: 0px;
}
#bodyNotifyRenew span{
    color:#ee0033;
    font-weight: bold;
}
.each-package .name-package{
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    margin: 0px 15px;
    border-bottom: 1px solid #f3f4f4;
}
.each-package .syntax-code{
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    margin: 0px 15px;
    border-bottom: 1px solid #f3f4f4;
    color: #231f20;
}
.each-package .syntax-code span{
    font-size: 20px;
    font-weight: bolder;
}
.each-package .price-package{
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    color: #231f20;
}
#phone-us{
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 0%;
    z-index: 6;
    font-size: 11px;
    background-image: linear-gradient(to top, #ee0033, #ba1236);
    border-radius: 20px;
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
}
#phone-us.active{
    width: calc(100% - 30px);
}
#phone-us div{
    height: 41px;
    padding: 6px 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 15px;
    width: 100%;
    word-break: keep-all;
}
#phone-us img{
    position: absolute;
    top: 0px;
    right: -3px;
}
.install-app{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 6;
    background-image: linear-gradient(to top, #ee0033, #ba1236);
}
.install-app div{
    display: inline-block;
    vertical-align: middle;
}
.install-app img{
    width: 50px;
    height: 50px;
}
.install-app .install-content{
    width: calc(100% - 128px);
    color:#ffffff;
    padding: 6px 0px 12px 10px;
}
.install-content h4{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}
.install-content span{
    font-size: 11px;
}
.click-to-install{
    width: 63px;
    height: 30px;
    font-weight: bold;
    font-size: 11px;
    white-space: pre;
    text-transform: uppercase;
    color: #ee0033;
    border-radius: 3px;
    border: none;
    -webkit-animation: changeBackground .8s infinite;
    animation: changeBackground .8s infinite;
}
/* end box head */
header{
    position: relative;
    z-index: 60;
    background-image: linear-gradient(to right, #ee0033, #ba1236);
}
#header.header-home{
    height: 100px;
}
.header-top,.search-box,.top-search-form{
    width: 100%;
    height: 50px;
}
.header-left, .header-right{
    width: 60%;
    display: inline-block;
    line-height: 50px;
}
.header-right{
    float: right;
    text-align: right;
    width: 40%;
}
.logo-header img{
    width: 110px;
    height: 20px;
}
.menu-button img,.back-button img, .back-to-search img{
    width: 10px;
    height: 16px;
}
a.menu-button{
    font-size: 14px;
    color: #fff;
}
.center-menu-down .list-category{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 28;
    width: 100%;
    transition: all 300ms;
    opacity: 1;
}

.center-menu-down .list-category ul li.noopen{
    transform: translate(0px, 50px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
}
.center-menu-down .list-category ul li.open{
    transform: translate(0px, 0px);
    height: 43px;
    line-height: 43px;
    opacity: 1;
    visibility: visible;
}
.center-menu-down .list-category ul li{
    font-size: 18px;
    color:#121212;
    border-bottom: 1px solid #e7e7e7;
    transition: 0.3s all;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    padding: 0 20px;
    background-color: #ffffff;
}
.center-menu-down .list-category ul li a{
    color:#121212;
}
.center-menu-down .list-category ul li a:hover,
.center-menu-down .list-category ul li a:focus{
    color:#ff6500;
}
.center-menu-down .page-header,
.center-menu-down .category-header{
    font-size: 24px;
    color:#ffffff;
    line-height: 24px;
    position: relative;
}
.center-menu-down .category-header::after{
    right: -20px;
    border-color: #ffffff;
    border-width: 5px 4px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    border-style: solid;
    top: 13px;
}
.center-menu-down .search-button{
    float: left;
    margin-top: 2px;
}
.top-search-form .form-group,
.top-search-form .form-group input{
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
    height: 30px;
    background-color: #f3f4f4;
    color: #231f20;
    padding-left: 20px;
    border: none;
    padding-right: 15px;
    font-size: 14px;

}
.top-search-form button, .top-search-form button:focus {
    width: 37px;
    height: 34px;
    text-align: center;
    background: url(../images/manwa/search-icon.png) 16px 4px no-repeat;
    background-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: -43px;
}
.search-key{
    font-size: 18px;
    color: #231f20;
    background: #ffffff;
    padding: 15px 5% 1px;
    font-weight: bold;
}
.search-key span{
    color:#ee0033;
}
footer{
    border-top: 2px solid #df191d;
}
.filter-menu{
    width: 320px;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: transform .15s ease;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
    transform: translate3d(320px,0,0);
    -webkit-transform: translate3d(320px,0,0);
}
.mobile-menu{
    width: 280px;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: transform .15s ease;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
    transform: translate3d(-320px,0,0);
    -webkit-transform: translate3d(-320px,0,0);
}
.show-mobile-menu .mobile-menu,
.show-filter-menu .filter-menu{
    transform: none;
    -webkit-transform: none;
}
.header-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 30;
}
.filter-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 61;
}
#header.fixed-menu {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 31;
    -webkit-animation: mySticky 1.2s;
    -moz-animation: mySticky 1.2s;
    animation: mySticky 1.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    height: 50px;
}
#header {
    transition: margin-top 300ms ease-in-out;
    padding: 0 15px;
}
.search-header img{
    width: 24px;
    height: 24px;
}
.header-search .search-box{
    width: calc(100% - 65px);
    display: inline-block;
    transform: translateY(3px);
}
.header-search button.close-search{
    width: 60px;
    background: transparent;
    border: none;
    text-align: right;
    color: #FFFFFF;
    vertical-align: -webkit-baseline-middle;
}
.title-category{
    width: 80%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #FFFFFF;
}
.grid-category{
    padding-top: 15px;
}
.load-more img{
    width: 30px;
    height: 30px;
}
.search-block .filter-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.search-block {
    padding: 20px;
}
.tags a {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    margin-right: 3px;
    font-size: 15px;
    text-decoration: none;
}
.search-block .tags .tag-name {
    margin-bottom: 12px;
    border-radius: 17px;
    background-color: #e8e9e9;
    color: #808285;
}
.remove-search{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 10px;
    display: none;
}
.remove-search.active{
    display: block;
}
.tags .tag-name {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    border: 1px solid #e2e2e2;
    background-color: #f6f7fb;
    border-radius: 3px;
    padding: 3px 12px;
    font-size: 12px;
    color: #999999;
    transition: all 300ms ease-in-out;
    display: inline-block;
    margin-bottom: 5px;
}
.search-block .tags .tag-name:hover, .search-block .tags .tag-name:focus {
    background-color: #ee0033;
    color: #ffffff;
    border: 1px solid #ee0033;
}
.tags .tag-name:hover, .tags .tag-name.selected-tag {
    background-color: #ee0033;
    color: #ffffff;
    border: 1px solid #ee0033;
}
#grid-comic-search .no-item{
    padding: 20% 10%;
    text-align: center;
    color: #666666;
}
#ui-id-1 .ui-menu-item-wrapper {
    padding: 4px 15px !important;
}

.ui-menu-item-wrapper em {
    font-weight: bold;
    font-style: normal;
}

.ui-menu-item .s-category {
    color: #0066cc;
}

#ui-id-1 {
    border-radius: 0px;
    top: 50px !important;
    padding: 5px 0px !important;
    left: 0px !important;
    position: fixed;
}

#ui-id-1.ui-widget-content {
    width: 100% !important;
    border: none !important;
    background: #ffffff !important;
    height: 100% !important;
    padding: 0px !important
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 100%;
}

.ui-autocomplete {
    z-index: 59 !important;
}

#ui-id-1.ui-menu .ui-menu-item {
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #e8e9e9;
}
.ui-menu-item-wrapper b{
    color:#ee0033 !important;
}

#ui-id-1.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
    background-color: #eeeeee !important;
    border: none !important;
    color: #121212;
}
#notifyModal .modal-header{
    padding-top: 45px;
}
.notifymodal .modal-content{
    border-radius: 10px;
}
.notifymodal .modal-header::before{
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 70px;
    background-image: url("../images/manwa/logo-popup.png");
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.end-popup{
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #808285;
}

.notifymodal a{
    color:#ee0033;
}
#notifyModal .modal-body{
    padding-left: 0px;
    padding-right: 0px;
}
#notifyModal .modal-body div{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.notifymodal .modal-body div:last-child{
    margin-bottom: 0px;
}

/*end cart.css */
@-webkit-keyframes mySticky {
    from {
        margin-top: -300px;
    }
    to {
        margin-top: 0;
    }
}

@-moz-keyframes mySticky {
    from {
        margin-top: -300px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes mySticky {
    from {
        margin-top: -300px;
    }
    to {
        margin-top: 0;
    }
}
@-webkit-keyframes changeBackground {
    0%,100% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #ffff00;
    }
}

@-moz-keyframes changeBackground {
    0%,100% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #ffff00;
    }
}

@keyframes changeBackground {
    0%,100% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #ffff00;
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@media (max-width: 991px) {
    .modal-dialog {
        margin: 25% auto;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {

}
@media (max-width: 736px) {

}
@media (max-width: 667px) {
}
@media (max-width: 600px) {
}
@media (max-width: 568px) {
    .modal-dialog {
        margin: 35% 15px;
    }
}
@media (max-width: 480px) {
}

@media (max-width: 430px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}

@media (max-width: 360px) {
    .new-in-week .swiper-slide .product-image img, .hot-comic .swiper-slide .product-image img {
        width: 159px;
        height: 103px;
    }
}
@media (max-width: 320px) {
    .new-in-week .swiper-slide .product-image img, .hot-comic .swiper-slide .product-image img {
        width: 135px;
        height: 90px;
    }
}
.loading-more {
    display: none;
}
/*phase 2 */
#pass-status, #remove-phone,#renew-pass-status,#new-pass-status{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
}
#pass-status.hide-password,#new-pass-status.hide-password,#renew-pass-status.hide-password{
    background: url("../images/manwa/eye_close.png");
    width: 30px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}
#pass-status.show-password,#new-pass-status.show-password,#renew-pass-status.show-password{
    background: url("../images/manwa/eye_open.png");
    width: 30px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}
.your-phone,.your-password{
    position: relative;
    margin: 0px 15px;
}
.image_logo{
    text-align: center;
    padding: 20px;
}
.your-phone .form-control,.your-password .form-control{
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 34px;
    height: 50px;
    border-color: #e8e9e9;
    font-size: 14px;
    color: #231f20;
}
.your-phone .form-control:focus,.your-password .form-control:focus{
    border-color: #e8e9e9;
}
::-webkit-input-placeholder { /* Edge */
    color: #d1d3d4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d1d3d4;
}

::placeholder {
    color: #d1d3d4;
}
.password_icon{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/manwa/icon_password.png");
    background-size: 24px;
}
.phone_icon{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/manwa/login_phone.png");
    background-size: 24px;
}
.otp_icon{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/manwa/otp.png");
    background-size: 24px;
}
.remove-user.active{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/manwa/remove_account.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}
.button-login{
    max-width: 290px;
    width: calc(100% - 30px);
    margin: 0px 15px 20px;
    background-image: linear-gradient(to right, #e8e9e9, #d1d3d4);
    border: none;
    height: 40px;
    text-transform: uppercase;
    color:#808285;
    border-radius: 20px;
}
.button-login.active{
    background-image: linear-gradient(to right, #ee0033, #ba1236);
    color:#FFFFFF;
}
.register-forgetpass{
    position: relative;
}
.register-forgetpass a{
    color: #ee0033;
}
.register-forgetpass .register{
    position: absolute;
    left: 15px;
}
.register-forgetpass .forget-password{
    position: absolute;
    right: 15px;
}
.feedback-form{
    padding: 0px 15px;
}
.feedback-form .form-control{
    border-radius: 20px;
    background-color: #f3f4f4;
    color: #231f20;
    border: none;
    margin-bottom: 10px;
}
.feedback-form input.form-control{
    height: 40px;
}
.feedback-form textarea.form-control{
    border-radius: 15px;
    height: 70px;
}
.feedback-form .button-login{
    width: 100%;
    margin: 0px 0px 20px;
}
.header.header-reader{
    opacity: 0.9;
    background-image: none;
    background-color: #231f20;
}
.muc-luc-cat{
    transition: all 300ms ease-in-out;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: inline-flex;
    opacity: 0.9;
    background-image: none;
    background-color: #231f20;
    color: #FFFFFF;
}
.player-reader{
    transition: all 300ms ease-in-out;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 50px;
    display: inline-flex;
    opacity: 0.9;
    background-image: none;
    background-color: #231f20;
    color: #FFFFFF;
}
.player-reader .back img{
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.player-reader div{
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.player-reader div a.back{
    float: left;
    padding-left: 15px;
}
.player-reader div a.next{
    float: right;
    padding-right: 15px;
}
.player-reader img{
    width: 24px;
    height: 24px;
}
.muc-luc-cat.hide,.player-reader.hide{
    display: none;
}
.muc-luc-cat>div{
    width: 50%;
    text-align: center;
    line-height: 25px;
}
.muc-luc-cat>div img{
    width: 24px;
    height: 24px;
}
.close-des img{
    width: 24px;
    height: 24px;
    float: right;
}
.description-content, .list-chapter{
    width: 100%;
    position: fixed;
    bottom: -100%;
    background-color: rgba(35,31,32,.9);
    color: #FFFFFF;
    height: 51vh;
    font-size: 13px;
    text-align: justify;
    padding: 10px 15px;
}
.description-content .content-desc{
    overflow: scroll;
    height: calc(50vh - 40px);
    padding-top: 10px;
}
.list-chapter .list-group{
    overflow: scroll;
    height: calc(50vh - 100px);
    padding-top: 10px;
}
.description-content.show,.list-chapter.show{
    bottom: 0px;
}
.description-content .title-des, .title-list-chap{
    font-size: 16px;
}
.split-list ul{
    float: left;
    width: calc(50% - 5px);
}
.split-list ul.sub-list:nth-child(2){
    float: right;
}
.split-list li{
    position: relative;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #cecdce;
    border-radius: 16.5px;
    color:#FFFFFF;
    margin-bottom: 10px;
}
.split-list li a{
    color:#FFFFFF;
}
.split-list li.active{
    background-image: linear-gradient(to right, #ee0033, #ba1236);
    border: none;
}
.split-list li .label-chap{
    float: right;
    font-size: 10px;
    border-radius: 6.5px;
    padding: 1px 4px;
}
.split-list li .label-free{
    color: #ee0033;
    background-color: #FFFFFF;
}
.split-list li .label-vip{
    color: #FFFFFF;
    background-color: #ff6500;
    line-height: 11.5px;
    padding: 2px 5px 1px;

}
.download-app{
    padding: 10px;
    display: inline-flex;
    border: 1px solid #cecdce;
    border-radius: 17px;
}
.download-app div{
    float: left;
    width: calc(100% - 45px);
}
.download-app img{
    margin-left: 20px;
    width: 24px;
    height: 24px;
}
.header-reader.fixed-menu.header-sticky-hide{
    transform: translateY(-100%);
}
.muc-luc-cat.hide-player{
    transform: translateY(100%);
}
.player-reader.hide-player{
    transform: translateY(200%);
}
#header {
    transition: all 300ms ease-in-out;
    padding: 0 15px;
}
.label-new::before{
    content: "NEW";
    position: absolute;
    top: -6px;
    left: 11px;
    width: 32px;
    height: 13px;
    font-size: 10px;
    line-height: 13px;
    color: #ee0033;
    background-color: #FFFFFF;
    border-radius: 6.5px;
    border: none;
    text-align: center;
}
.user-login{
    background-image: url("../images/manwa/bg-menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
    color:#FFFFFF;
    text-align: center;
}
.user-login.wait-rechage{
    background-image: url("../images/manwa/bg-rechange.png");
    height: 216px;
}
.user-login .day-rechage{
    font-size: 16px;
}
.mobile-menu .menu img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: -10px;
}
.mobile-menu .menu img.second-image{
    width: 6px;
    height: 11px;
    vertical-align: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu .menu a{
    font-size: 16px;
    line-height: 40px;
    color: #231f20;
}
.user-phone{
    margin-bottom: 15px;
}
.user-phone .phone_number{
    font-size: 24px;
    line-height: 62px;
    border-bottom: 1px dashed #ffffff;
    margin: 0px 66px;
    padding-bottom: 15px;
    color: #FFFFFF !important;
}
.user-login .login-text{
    font-size: 16px;
    margin-bottom: 5px;
}
.login-text img{
    width: 27px;
    height: 14px;
    vertical-align: middle;
}
.mobile-menu .menu{
    margin-top: 15px;
    padding: 0px 15px;
}
.mobile-menu .menu div{
    height: 40px;
    position: relative;
    margin-bottom: 5px;
}
.login-text.need-rechage img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.rechage-button{
    width: 143px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #ee0033;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    margin-top: 10px;
}
.player-reader a.disable{
    position: relative;
}
.player-reader a.disable::after{
    position: absolute;
    content:"";
    width: 50px;
    height: 50px;
    background-color: rgba(35,31,32,.9);
    top: 0px;
    left: 0px;
}

.box-ranking-content .item-rank{
    display: inline-flex;
    margin-bottom: 15px;
}
.box-ranking-content .item-rank .product-image{
    width: 100px;
    height: 67px;
}
#grid-ranking-content.box-ranking-content .item-rank .product-image{
    width: 128px;
    height: 85px;
}
#grid-ranking-content.box-ranking-content .item-rank .card-body{
    width: calc(100% - 128px);
}
.box-ranking-content .item-rank .product-image a{
    display: block;
}
.box-ranking-content .item-rank .product-image img{
    max-width: 100%;
}
.box-ranking-content .item-rank .card-body{
    width: calc(100% - 100px);
    padding-left: 15px;
}
.box-ranking-content .item-rank .card-body .card-title{
    margin-top: 4px;
}
.box-ranking-content .item-rank.item-1 .product-image:before{
    position: absolute;
    content: '1';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color:#ffffff;
    padding-left: 3px;
    text-align: left;
    width: 17px;
    height: 25px;
    top: -4px;
    left: 5px;
    background: url("../images/manwa/top-1.png") no-repeat;
    background-size: 17px;
}
.box-ranking-content .item-rank.item-2 .product-image:before{
    position: absolute;
    content: '2';
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color:#ffffff;
    padding-left: 3px;
    text-align: left;
    width: 17px;
    height: 25px;
    top: -4px;
    left: 5px;
    background: url("../images/manwa/top-2.png") no-repeat;
    background-size: 17px;
}
.box-ranking-content .item-rank.item-3 .product-image:before{
    position: absolute;
    content: '3';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color:#ffffff;
    padding-left: 3px;
    text-align: left;
    width: 17px;
    height: 25px;
    top: -4px;
    left: 5px;
    background: url("../images/manwa/top-3.png") no-repeat;
    background-size: 17px;
}
.item-rank .product-image .rank-number{
    position: absolute;
    width: 18px;
    height: 20px;
    background: url("../images/manwa/rank-4.png") no-repeat;
    background-size: 18px;
    top: 0px;
    left: 0px;
    text-align: center;
    color:#ffffff;
}
.item-rank .product-image .rank-number.ranking-1{
    background: url("../images/manwa/rank-1.png") no-repeat;
    background-size: 18px;
}
.item-rank .product-image .rank-number.ranking-2{
    background: url("../images/manwa/rank-2.png") no-repeat;
    background-size: 18px;
}
.item-rank .product-image .rank-number.ranking-3{
    background: url("../images/manwa/rank-3.png") no-repeat;
    background-size: 18px;
}
.nav-tabs.nav-tabs-rank{
    width: calc(100% - 63px);
    position: relative;
    border-bottom: none;
}
.nav-tabs-date{
    width: 63px;
    border: none;
    background: #fff;
    outline: none;
    color:#ee0033;
    -webkit-appearance: none;
    position: relative;
}
.manwa-box-header{
    position: relative;
}
.manwa-box-header:after{
    position: absolute;
    content: '';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color:#ffffff;
    padding-left: 3px;
    text-align: left;
    width: 7px;
    height: 4px;
    top: 16px;
    right: 4px;
    background: url("../images/manwa/selected.png") no-repeat;
    background-size: 7px;
}
.nav-tabs-date .nav-item{
    color:#000 !important;
}
.nav-tabs.nav-tabs-rank .nav-link{
    border: none;
    font-size: 16px;
    color:#808285;
}
.nav-tabs.nav-tabs-rank .nav-link.active{
    color:#ee0033;
}
.nav-tabs.nav-tabs-rank .nav-item{
    position: relative;
}
.nav-tabs.nav-tabs-rank .nav-item:first-child .nav-link{
    padding-left: 0px;
}
.nav-tabs.nav-tabs-rank .nav-item:nth-child(2):before{
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #808285;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.fix-font div{
    font-size: 10px;
    line-height: 19px;
}
#privacyModal .title-pricavy{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color:#171a1d;
    position: relative;
    padding: 20px 0px;
}
#privacyModal .privacy_content{
    overflow: scroll;
    height: 236px;
}
#privacyModal .privacy_content ol{
    padding-inline-start: 20px;
}
#privacyModal .modal-footer button{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    opacity: 1;
    height: 30px;
    border-radius: 15px;
    background-image: linear-gradient(to right, #e03, #ba1236);
    font-weight: normal;
}
#privacyModal .title-pricavy::before{
    width: 40px;
    height: 2px;
    content: '';
    background-image: linear-gradient(to right, #ba1236, #e03);
    position: absolute;
    top: 44px;
    transform: translateX(-50%);
    left: 50%;
}
.btn-head-search {
    position: absolute;
    left: 0;
    top: 2px;
}
.btn-head-search, .btn-head-search:focus {
    margin: 0 !important;
}
.mgr-5 {
    margin-right: 5px;
}
.mr-15 {
    margin-right: 15px;
}
.gr-inphead-search {
    width: calc(100% - 51px) !important;
}
.wr-menu-cates {
    padding-top: 20px;
}
.wr-menu-cates .img-cate img {
    width: 50px;
    height: auto;
}
.wr-menu-cates .title-cate {
    color: #231f20;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}
.pl-15 {
    padding-left: 15px;
}
.text-center {
    text-align: center;
}
.login-form .guide-text {
    margin: 0 0 12px;
    text-align: center;
    color: #231f20;
}
.login-form .login-response-message {
    margin: 0 15px 15px;
}
.login-form .login-response-message .error-message {
    color: #ee0033;
}
.login-form .input-with-message {
    margin-bottom: 10px;
}
.login-form .guide-otp {
    margin: 0 15px 15px;
    justify-content: space-between;
    color: #231f20;
    align-items: center;
}
.login-form .btn-resend-otp {
    display: inline-block;
    border-radius: 15px;
    background: rgba(238, 0, 51, 0.1);
    color: #ee0033;
    padding: 8px 10px;
    line-height: 1;
}
.login-form .btn-resend-otp.disable {
    background: rgba(128, 130, 133, 0.1);
    color: #808285;
}
.inline-block {
    display: inline-block;
}
.ml-10 {
    margin-left: 10px;
}
.mr-30 {
    margin-right: 30px;
}
.px-15 {
    padding: 0 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.content-center {
    justify-content: center;
}
.box-description.short .collapse-full-content {
    display: none;
}
.box-description.short .collapse-short-content {
    display: block;
}
.flex-end {
    justify-content: flex-end;
}
.my-15 {
    margin: 15px 0;
}
.text-main-bold {
    color: #231f20;
}
.mt-10 {
    margin-top: 10px;
}

.slide-comic-thumbs {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.slide-comic-thumbs .img-thumb-summary {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.page-summary {
    background: #fff;
    padding-top: 15px;
}
.page-summary .pagination-comic-thumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 74px;
    height: 30px;
    left: unset;
    background-image: url("../images/manwa/chapter.png");
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-size: 100%;
    color: #fff;
    background-position: center;
    font-size: 12px;
    padding: 5px;
    line-height: 1;
}
.page-summary .summary-title {
    font-size: 18px;
    color: #231f20;
    line-height: 1.3;
    font-weight: 500;
    margin: 15px 0;
}

.page-summary .s-extra-info {
    color: #7b7879;
    font-size: 12px;
}
.page-summary .btn-share {
    border-radius: 12px;
    background-color: rgba(128, 130, 133, 0.1);
    padding: 4px 8px 4px 9px;
    color: #7b7879;
}
.nav-tabs-summary {
    border-bottom: 1px solid #f1f3f4;
}
.nav-tabs-summary .snav-item {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #808285;
    width: 50%;
    cursor: pointer;
}
.nav-tabs-summary .snav-item.active {
    color: #ee0033;
    border-bottom: 1px solid #ee0033;
    margin-bottom: -1px;
}
.body-summary {
    margin-top: 20px;
}
.page-summary .label-info {
    color: #808285;
}
.page-summary .name-author {
    display: inline-block;
    margin-right: 5px;
    color: #231f20;
}
.page-summary .box-read-action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: url("../images/manwa/bong3x.png");
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-summary .box-read-action  .btn-toread {
    width: 100%;
    margin: 5px 0;
    max-width: unset;
}
.page-summary .ls-chapters li {
    border-bottom: 1px solid #f6f8f9;
}
.page-summary .ls-chapters li:last-child {
    border-bottom: none;
}
.page-summary .ls-chapters .chapter-item {
    padding: 10px 0;
}
.page-summary .love-comic {
    color: #7b7879;
}
.page-summary .love-comic.active {
    color: #ee0033;
}
.page-summary .thumb-chap {
    height: 60px;
    object-fit: cover;
}
.md-bg-transparent {
    background: transparent;
}
/*sprint 3 wap*/
.container-ratio-11 {
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.box-ratio-11 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.banner-head-login {
    background-image: url("/themes/mobile/images/manwa/bg-login.png");
    background-size: contain;
}
.title-head-login {
    height: 50px;
    text-align: center;
    position: relative;
    line-height: 50px;
}
.close-page-login {
    position: absolute;
    right: 13px;
    top: 0;
}
.txt-head-login {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.container-login {
    position: relative;
    margin-top: -110px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px;
}
.input-info-login{
    border-width: 1px;
    border-radius: 20px;
    margin-bottom: 16px;
    padding-right: 40px;
    padding-left: 50px;
    height: 40px;
    border-color: #E8E9E9 !important;
    font-size: 14px;
    color: #231f20;
}
.remove-info-login.active {
    width: 24px !important;
    height: 24px !important;
    right: 16px !important;
    background-image: url("/themes/mobile/images/icons/remove-bold.png");
    background-size: 24px !important;
}
.icon-info-login{
    left: 16px;
}
.pass-auth > .hide-password, .pass-auth > .show-password {
    width: 24px !important;
    height: 24px !important;
    right: 16px !important;
    background-position: center !important;
}
.handle-login {
    max-width: 100% !important;
    width: 100% !important;
    margin: 8px 0 24px;
}
.lim-line {
    margin-top: 40px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
}
.text-line {
    padding: 0 10px;
    color: #808285;
}
.line-beauty {
    height: 2px;
    width: 48px;
    border-radius: 1px;
    flex-shrink: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, #808080 0%, rgba(128, 128, 128, 0.30) 51.56%, rgba(128, 128, 128, 0.00) 100%);
}
.line-beauty-left {
    transform: rotate(180deg);
}
.login-social {
    height: 44px;
    width: 44px;
    display: inline-block;
}
.box-list-social {
    display: flex;
    justify-content: center;
    grid-template-columns: auto auto;
    width: 180px;
    column-gap: 24px;
}
.login-social > img {
    width: 100%;
    height: 100%;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.restrict-condition {
    margin-top: 48px;
    font-size: 14px;
    color: #231F20;
    text-align: center;
}
.title-notify {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #231F20;
    line-height: 21px;
}
.modal-mw-notify .title-notify {
    padding: 16px 24px 24px;
}
.modal-mw-notify .modal-content {
    border-radius: 18px;
    padding-bottom: 30px;
}
.modal-mw-notify .modal-body {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
}
.iknow-btn {
    border-radius: 18px;
    background: linear-gradient(90deg, #E03 0%, #BA1236 100%);
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border: none;
    line-height: 16px;
}
.loading-fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 2050;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}
.uil-ring-css {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}
.mobile-menu .box-user-login {
    background-image: url("../images/manwa/bg-left-menu.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding: 24px 24px 48px;
}
.mb-24px {
    margin-bottom: 24px;
}
.btlogin-leftmenu {
    border-radius: 18px;
    background: #fff;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    color: #EE0033;
    display: inline-block;
    line-height: 16px;
}
.menu.menu-left-v2{
    margin-top: -24px;
    padding: 24px 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #fff;
}
.menu-left-v2.menu > div {
    height: unset !important;
    margin-bottom: 16px;
}
.menu-left-v2.menu img.second-image {
    right: 4px !important;
}
.menu-left-v2.menu a {
    line-height: 32px;
}
.title-user {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.mb-16px {
    margin-bottom: 16px;
}
.buy-vipv2 {
    border-radius: 18px;
    background: linear-gradient(98deg, #FDE87C 13.69%, #F6C136 113.65%);
    color: #A07400;
    padding: 10px 16px;
    line-height: 16px;
    text-transform: uppercase;
    width: unset !important;
    height: unset !important;
    margin-top: 0 !important;
}
.box-vip-user {
    width: 62px;
    height: 78px;
    position: relative;
}
.vip-icon-box {
    position: absolute;
    bottom: 0;
    left: 0;
}
.vip-avatar {
    position: absolute;
    bottom: 1px;
    left: 1px;
    border-radius: 100%;
}
.rechange-vipv2 {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(90deg, #E03 0%, #BA1236 100%);
    color: rgba(255, 255, 255, 1);
    padding: 10px 16px;
    line-height: 16px;
    text-transform: uppercase;
    width: unset !important;
    height: unset !important;
    margin-top: 0 !important;
}
.mt-m24px {
    margin-top: -24px;
}
.badge-mobile-pending {
    border-radius: 18px;
    background: rgba(238, 0, 51, 0.10);
    padding: 4px 6px;
    width: 93px;
    color: rgba(238, 0, 51, 1);
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.info-verify-mb {
    display: flex;
    width: 93px;
    align-items: center;
}
.mb-menu-v2 {
    width: 300px;
}
.text-line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-w-full {
    max-width: 100%;
}
.inline-block {
    display: inline-block;
}
.modal-suggest-verify-mobile .modal-dialog {
    width: 312px !important;
    margin: 20% auto !important;
}
.modal-suggest-verify-mobile .modal-content {
    background-image: url("../images/manwa/bg-verify-mobile.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    background-color: transparent;
    border: none;
    padding-top: 93px;
    width: 312px;
}
.modal-suggest-verify-mobile .inner-content {
    background: #fff;
    padding: 10px 24px 30px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    width: 312px;
}
.mr-10px {
    margin-right: 10px;
}
.mb-30px {
    margin-bottom: 30px;
}
.line-gradient-primary {
    background: linear-gradient(90deg, #E03 0%, #BA1236 100%);
    border: none;
    outline: none;
}
.line-gradient-primary:disabled {
    background: linear-gradient(270deg, #D1D3D4 0%, #E8E9E9 100%);
    color: rgba(128, 130, 133, 1) !important;
}
.rounded-18px {
    border-radius: 18px;
}
.bg-pink-primary {
    background: rgba(238, 0, 51, 0.1);
    border: none;
    outline: none;
}
.bg-disable-primary {
    background: linear-gradient(270deg, #D1D3D4 0%, #E8E9E9 100%);
}
.uppercase {
    text-transform: uppercase;
}
.text-pink-primary {
    color: rgba(238, 0, 51, 1);
}
.text-white {
    color: #fff;
}
.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.modal-verify-mobile .modal-content {
    border: none;
    border-radius: 8px;
    padding: 24px 24px 30px;
}
.mb-14px {
    margin-bottom: 14px;
}
.leading-20px {
    line-height: 20px;
}
.leading-24px {
    line-height: 24px;
}
.group-input-icon {
    display: flex;
    position: relative;
}
.icon-preinput {
    position: absolute;
    top: 8px;
    left: 16px;
}
.icon-subinput {
    position: absolute;
    top: 8px;
    right: 16px;
}
.input-primaryv2 {
    border-radius: 20px;
    border: 1px solid #E8E9E9;
    padding: 8px 40px 8px 50px;
    outline: none;
    width: 100%;
    line-height: 24px;
    caret-color: rgba(238, 0, 51, 1);
}
.size-icon-normal {
    width: 24px;
    height: 24px;
}
.rounded-20px {
    border-radius: 20px;
}
.text-gray-icon {
    color: rgba(128, 130, 133, 1);
}
.w-full {
    width: 100%;
}
.outline-none {
    outline: none;
    border: none;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    color: #fff;
    position: fixed;
    z-index: 3000;
    left: 0;
    right: 0;
    bottom: 30px;
    display: none;
    justify-content: center;
    padding: 0 16px;
}
#message-snackbar {
    margin: 0 auto;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(36px);
    font-size: 15px;
    padding: 12px;
    text-align: center;
    display: inline-block;
}

#snackbar.show {
    display: flex;
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/*end The snackbar*/

.text-primary-color {
    color: #ED1B35;
}
.dignum-otp {
    border-radius: 20px;
    border: 1px solid #E8E9E9;
    width: 30px;
    height: 44px;
    outline: none;
    color: #231F20;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-right: 6px;
    caret-color: rgba(238, 0, 51, 1);
}
.prgradient-has-dis:disabled {
    background: linear-gradient(90deg, #E03 0%, #BA1236 100%);
    color: rgba(255, 255, 255, 0.5) !important;
}
.modal-notify-title .modal-content {
    padding: 24px 24px 30px;
    border-radius: 9px;
}
.modal-notify-title .modal-body {
    padding: 14px 24px 24px;
}
.back-popup {
    position: absolute;
    top: 22px;
    left: 8px;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-full {
    border-radius: 100%;
}
.mb-6px {
    margin-bottom: 6px;
}

.protectPersonalData .modal-content {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 8px;
}
.protectPersonalData .title-pop-pri {
    padding: 16px 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.protectPersonalData .modal-body {
    padding: 0 12px;
}
.protectPersonalData .info-regulation {
    background: #F8F8F8;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px;
    height: 328px;
    color: rgba(35, 31, 32, 1);
}
.protectPersonalData .box-choose {
    padding-top: 16px;
}
.protectPersonalData .title-box-choose {
    margin-bottom: 10px;
}
.protectPersonalData .rule-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 12px;
    color: #231F20;
    margin-bottom: 6px;
}
.protectPersonalData .rule-item.rule-required {
    background: rgba(238, 0, 51, 0.06);
}
.ml-12px {
    margin-left: 12px;
}
.protectPersonalData .checkbox-rule {
    position: relative;
}
.inp-checkbox {
    width: 24px;
    height: 24px;
    opacity: 0;
    position: absolute;
    z-index: 10;
}
.protectPersonalData .checkbox-rule:after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("../images/icons/uncheckbox.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.protectPersonalData .checkbox-rule.active:after {
    background-image: url("../images/icons/checkbox.png");
}
.protectPersonalData .error-message {
    color: rgba(238, 0, 51, 1);
    margin-bottom: 6px;
    font-size: 12px;
    display: none;
}
.protectPersonalData .wrap-rule-item.error .rule-item {
    border: 1px solid rgba(238, 0, 51, 1);
}
.protectPersonalData .wrap-rule-item.error .error-message {
    display: block;
}
.protectPersonalData .modal-footer {
    border: none;
    padding: 16px 12px;
}
.text-12px {
    font-size: 12px;
}
.flash-toast .modal-dialog {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 16px;
}
.flash-toast .modal-dialog .modal-header {
    display: none;
}
.flash-toast .modal-dialog .modal-content {
    background: transparent;
    border: none;
}
.flash-toast .modal-dialog .modal-body {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(36px);
    padding: 12px 16px;
    color: #fff;
    font-size: 15px;
}
/*end sprint 3 wap*/
.pc{
    max-width: 600px;
    margin:0 auto;
}
.delete-account-name{
    margin-top: 8px;
    text-align: center;
    color: #231F20;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.note-delete{
    padding-left: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
