@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap";
@font-face {
    font-family: material icons round;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsround/v73/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format("woff2")
}

.display-block {
    display: block!important
}

.display-none {
    display: none
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.item-label {
    margin-top: 6px;
    text-align: center;
    color: var(--color-light-0);
    font-weight: 700;
    font-size: 12px;
}

.material-icons-round {
    font-family: material icons round;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #404040
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #55928c
}

.cursor-pointer {
    cursor: pointer
}

div#view-profile .avatar img {
    width: 120px;
    border-radius: 10px;
    padding: 2px;
    background: #000;
    border: 1px solid #8d8d8d
}

div#view-profile>div>div>div>span:first-child {
    margin-right: 5px
}

div#view-profile>div>div>div {
    margin: 7px;
    font-weight: 500
}

#view-profile .avatar .level {
    color: #fff;
    background: #000;
    box-shadow: 0 0 4px 2px
}

.modal,
#view-profile,
#middle-box-screen {
    display: none;
    border-radius: 10px;
    position: fixed;
    z-index: 9999;
    max-width: 500px;
    top: 25%;
    background: #212121;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 27px 1px rgb(193 193 193/75%);
    -moz-box-shadow: 1px 1px 27px 1px rgb(193 193 193/75%);
    box-shadow: 1px 1px 27px 1px rgb(193 193 193/75%)
}

.modal>div>div:first-child+a {
    font-size: 20px;
    padding: 5px 10px;
    top: 0;
    background: #b22222;
    box-sizing: border-box;
    display: inline-block
}

.modal>div:first-child>div:first-child {
    flex: 1
}

.modal>div:first-child {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-bottom: 10px
}

.noti-info {
    background: #6d6d6d;
    color: #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #000
}

.noti-error {
    background: #b73a3a;
    color: #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #000
}

.noti-warning {
    background: #d4a30f;
    color: #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #000
}

.noti-success {
    background: #297275;
    color: #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #000
}

.loading-cover:after {
    content: "Loading...";
    width: 100%;
    position: absolute;
    height: 100%;
    font-size: 25px;
    top: -10px;
    left: -10px;
    padding: 10px;
    display: flex;
    font-weight: 700;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center
}

.ah_loading {
    justify-content: center;
    flex: 1;
    display: flex
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .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)
    }
}

.select-option .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
    height: 40px
}

.select-option .option {
    padding: 0 30px 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: #333;
    border-top: #222 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap
}

.select-option .option:hover {
    background: #666
}

.select-option:focus .option {
    position: relative;
    pointer-events: all
}

.select-option input {
    opacity: 0;
    position: absolute;
    left: -99999px
}

.select-option input:checked+label {
    order: 1;
    z-index: 2;
    background: #666;
    border-top: none;
    position: relative
}

.select-option input:checked+label:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
    pointer-events: none;
    z-index: 3
}

.select-option input:checked+label:before {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    content: "";
    background: #666
}

.list-item-episode a:hover {
    opacity: .7
}

html {
    scroll-behavior: smooth
}

body {
    font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #ccc;
    line-height: normal;
    background-color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain
}

a {
    text-decoration: none;
    color: #cac9c9
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

input,
button {
    border: 0;
    border-radius: 0;
    margin: 0
}

#adcontent {
    width: 2px;
    height: 2px
}

button {
    background: #ccc
}

*:focus {
    outline: none
}

#ah_wrapper {
    width: 1050px;
    margin: 0 auto;
    background: #151d25;
    position: relative
}

.ah_content {
    padding: 10px
}

.flex_center {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.relative {
    position: relative
}

@keyframes goPage {
    from {
        bottom: 0%
    }
    to {
        bottom: 100%
    }
}

.ranking {
    display: flex;
    justify-content: space-between
}

.ranking>div {
    width: 49%;
    order: 1
}

.list_ranking .item:nth-child(1) a {
    color: #fce173;
    box-shadow: 0 0 5px 5px
}

.list_ranking .item:nth-child(2) a {
    color: #d8d8d8;
    box-shadow: 0 0 5px 5px
}

.list_ranking .item:nth-child(3) a {
    color: #ff861c;
    box-shadow: 0 0 5px 5px
}

.list_ranking .item a {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 15px;
    background: #000;
    font-family: arima madurai, cursive
}

.list_ranking .item a>div {
    padding: 0 5px
}

.list_ranking .item a>div img {
    width: 100%
}

.list_ranking .item a>div:nth-child(2) img {
    padding: 3px;
    box-sizing: border-box;
    background: #585858
}

.list_ranking .item a>div:nth-child(1) {
    width: 10%
}

.list_ranking .item a>div:nth-child(2) {
    width: 10%
}

.list_ranking .item a>div:nth-child(3) {
    width: 80%
}

.list_ranking .item a>div:nth-child(3)>div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list_ranking .item a>div:nth-child(3)>div:last-child {
    color: #adadad
}

.ranking>div>h2 {
    font-size: 17px;
    color: #cacaca;
    background: #000;
    padding: 10px;
    display: inline-block;
    border-top: 1px solid #ea6b6a;
    margin-bottom: 15px
}

.ranking_heading {
    text-align: center;
    color: #ff7272
}

.ranking_heading h1 {
    font-size: 19px
}

.ranking_heading a {
    font-size: 30px;
    color: #d1ff46
}

.result-of-search {
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    background: #000;
    padding: 5px
}

.result-of-search a {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 2px;
    border-bottom: 1px solid #3e3e3e
}

.result-of-search a div.row_one {
    width: 10%;
    display: inline-flex
}

.result-of-search a img {
    width: 100%;
    height: 50px
}

.result-of-search a>div.row_two {
    width: 90%;
    padding-left: 15px
}

.result-of-search a>div.row_two span {
    display: block;
    color: #fff
}

.result-of-search a>div.row_two span:last-child {
    opacity: .7
}

#navbar .live-search {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 9
}

div#navbar {
    position: relative;
    border-bottom: 1px solid #424242
}

#navbar .nav-items a {
    padding: 7px 10px;
    margin: 3px;
    font-size: 20px;
    display: inline-flex;
    background-color: #000;
    border: 1px solid #404040
}

div#navbar .logo img {
    width: 300px
}

#navbar .search-bar button {
    font-size: 25px;
    margin: 0!important;
    padding: 0 5px!important
}

#navbar form {
    /*border: 1px solid #404040;*/
    /*min-width: 250px;*/
    flex: .9;
    margin: 0
}

#navbar a.toggle-search {
    display: none
}


/* #navbar .search-bar input {
    width: 100%
} */

#navbar .nav-items a:hover {
    opacity: .7
}

#drop-down-menu {
    display: none
}

.dropdown-menu a:hover {
    background: #2d2d2d
}

.dropdown-option {
    margin-top: 10px;
    margin-left: -100%;
    border-left: 5px solid #3e3e3e;
    box-sizing: border-box
}

.dropdown-option>div:hover {
    cursor: pointer;
    background: #3e3e3e
}

.dropdown-option>div {
    display: flex;
    padding: 10px;
    width: 100%
}

.dropdown-menu,
.dropdown-option {
    position: absolute;
    top: 100%;
    z-index: 12;
    display: none;
    flex-wrap: wrap;
    transform: scale(.5);
    transition: transform .1s cubic-bezier(.1, 1, 1, 1)
}

#drop-down-2 .row-1 {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box
}

#drop-down-2 .row-1 .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

#drop-down-2 .row-1 .nickname {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

#drop-down-2 .row-1 .avatar img {
    width: inherit
}

#drop-down-2 {
    right: 0
}

#drop-down-1 {
    left: 0
}

#drop-down-2 a {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box
}

#drop-down-1 .tab-content a:hover {
    background: #3e3e3e
}

#MenuHeader .tab-content a:hover {
    background: #3e3e3e
}

#MenuHeader .tab-content a {
    width: 20%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #141414;
    font-size: 13px;
    background: #000
}

#drop-down-1 .tab-content a {
    width: 20%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #141414;
    font-size: 13px;
    background: #000
}

.movies-list .movie-item {
    width: 20%;
    margin-bottom: 5px;
    background: #000;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #404040
}

.movies-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.movies-list .movie-item .episode-latest {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    background-color: #383838;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    border: 3px double #5a5a5a;
    letter-spacing: 1px
}

.movies-list .movie-item .score {
    position: absolute;
    right: 10px;
    bottom: 37px;
    padding: 5px 10px;
    background-color: #903a3a;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px
}

.movie-item .intro {
    padding: 5px 0 2px
}

.movies-list .movie-item img {
    width: 100%;
    height: 235px;
    display: block
}

.movies-list .movie-item .row_one {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    color: #ccc;
    background: #000;
    font-size: 13px
}

.movies-list .movie-item .row_one span:last-child {
    color: #ff6060!important
}

.movies-list .movie-item .name-movie {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    padding: 3px 5px;
    text-align: center;
    color: #cc8d4c;
    font-weight: 700
}

.movies-list .movie-item:hover,
.owl-carousel .owl-item:hover {
    background: #000;
    opacity: .7
}

.movie-following {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    background-color: #bf914c;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    display: inline-flex
}

div#list-item-notification {
    max-height: 500px;
    overflow: auto
}

#drop-down-3 {
    right: 0;
    min-width: 200px
}

.badge {
    position: absolute;
    bottom: 61%;
    left: 48%;
    background: #d85050;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 10px;
    z-index: 2;
}

.notification.visited,
.notification.visited div,
.notification.visited span {
    color: #939393!important
}

.notification {
    color: #fff
}

.notification-comment .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%
}

.notification-comment .avatar img {
    width: 100%
}

.notification-comment:hover {
    cursor: pointer;
    background-color: #3e3e3e
}

.notification-comment {
    padding: 10px
}

.owl-item .episode_latest {
    position: absolute;
    top: 3px;
    border-radius: 10%;
    padding: 5px 10px;
    left: 3px;
    background: #883636;
    font-weight: 700
}

.owl-item>div {
    position: relative
}

.opacity {
    opacity: 0;
    display: flex;
    font-size: 5px
}

.owl-carousel.owl-drag .owl-item div .name {
    position: absolute;
    z-index: 100;
    background: rgb(58 58 58/80%);
    background: linear-gradient( 0deg, rgb(0 0 0/50%) 0%, rgb(25 25 25/50%) 28%, rgb(37 37 37/0%) 78%);
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px
}

.owl-carousel .owl-item img {
    height: 270px
}

#filter-movie {
    margin-bottom: 10px;
    border: 1px solid #4c4c4c;
    background: #1d1c1c
}

.trigger-buttons div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 10px 0;
    box-sizing: border-box;
    font-weight: 500
}

.condition-filter>div {
    display: none
}

.condition-filter,
#filter-submit {
    background: #1d1c1c
}

.condition-filter>div>div>div:hover {
    background: #3e3e3e;
    cursor: pointer
}

.condition-filter>div>div>div {
    background: #444;
    padding: 10px;
    margin: 2px;
    font-size: 13px
}

.condition-filter>div {
    padding: 5px;
    border-top: 2px solid #3a79af
}

.condition-filter>div:last-child {
    margin-bottom: 0
}

div#filtering div {
    background: #000;
    margin: 2px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #424242
}

div#filtering {
    margin-bottom: 10px
}

.bind_movie div:last-child {
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    overflow-x: auto;
    padding: 5px 0
}

.bind_movie a {
    background: #6b6a6a;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px
}

.bind_movie a.active {
    background: #27867d
}

.bind_movie a:hover {
    opacity: .7
}

.info-movie .button {
    display: flex;
    align-items: center
}

.info-movie .button .first a:hover {
    opacity: .5
}

.info-movie .button .first {
    flex: 1
}

.info-movie .button .first a {
    background: #b96060;
    padding: 14px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px
}

.info-movie .heading_movie {
    padding: 10px;
    background: #3a3a3a;
    font-size: 17px;
    text-align: center;
    border-top: 2px solid #000
}

.info-movie .button .first a:first-child {
    background: #45965e
}

.info-movie .rating {
    font-size: 30px;
    color: #ffe290
}

.modal>div:last-child {
    text-align: center;
    padding-bottom: 10px
}

.info-movie .rated-star {
    font-size: 30px
}

.info-movie .rated-star .active {
    color: #ffe290
}

.info-movie .rated-star span:hover {
    font-size: 50px
}

.info-movie .rated-star span {
    position: relative
}

.info-movie .rated-star span:hover:before {
    content: "" attr(rate);
    position: absolute;
    font-size: 13px;
    bottom: 100%;
    width: 100%;
    text-align: center
}

.info-movie .body {
    display: flex;
    justify-content: space-between
}

.info-movie .body .desc {
    flex: .7
}

.info-movie .head .last>div:last-child {
    margin-bottom: 0
}

.info-movie .head {
    display: flex;
    align-items: center;
    color: #fff;
    background: #191919;
    border-radius: 0!important
}

.info-movie .head .last {
    margin-left: 10px;
    width: 81%
}

.info-movie .head img {
    width: 100%;
    display: block
}

.info-movie .head .first {
    width: 19%;
    padding: 5px;
    background: #000
}

.info-movie .head .last>div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2f2f2f;
    border-top: 1px solid #000;
    padding: 5px
}

.info-movie .head .last>div:first-child {
    border-top: 0
}

.info-movie .head .last>div:last-child {
    border-bottom: 0
}

.info-movie .head .last>div>div {
    padding: 10px 5px;
    flex: .8
}

.info-movie .head .last>div>div:first-child {
    flex: .2;
    color: #a7a7a7;
    font-weight: 700
}

.info-movie .head .last>div>div:last-child {
    text-align: center;
    font-weight: 500;
    color: #a7a7a7
}

.info-movie .head .last>div.list_cate a {
    background: #313131;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    display: inline-flex;
    color: #ccc
}

.info-movie .head .last>div.list_cate>div+div {
    padding: 3px
}

.info-movie .desc {
    line-height: 1.2
}

.latest_episode_is_readed {
    padding-bottom: 5px;
    font-size: 12px;
    color: #e0e0e0;
    text-align: center
}

.flex-space-auto {
    justify-content: space-between;
    align-items: center
}

.ah-frame-bg .heading {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #2f2f2f;
    padding-bottom: 10px
}

.ah-frame-bg {
    background: #404040;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#ah_wrapper>.ah_footer {
    padding: 30px 5px;
    border-top: 1px solid #525151;
    text-align: center;
}

#ah_wrapper>.ah_footer .logo-footer img {
    width: 200px;
    position: relative;
}

.info-movie .list_episode {
    flex: .29
}

.info-movie .list_episode .list-item-episode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px
}

.info-movie .list_episode .list-item-episode a {
    background: #333232;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #4e4e4e;
    font-size: 13px;
    width: 25%;
    box-sizing: border-box
}

.info-movie .list_episode .list-item-episode a:visited {
    background: #0c0c0c
}

.watching-movie .list-item-episode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px
}

.watching-movie .list-item-episode a[active] {
    background-color: #ce6464
}

.watching-movie .list-item-episode a {
    background: #333232;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border: 1px solid #4e4e4e;
    font-size: 13px;
    width: 6%;
    box-sizing: border-box
}

.list-item-episode a.active {
    background-color: #ce6464!important
}

.list-item-episode a:visited {
    background-color: #000
}

.list-item-episode a:hover {
    background-color: #bb6464!important
}

.list-menu-account {
    display: flex;
    margin-bottom: 10px;
    font-weight: 500
}

.list-menu-account a {
    background: #1c1c1c;
    padding: 20px 10px;
    flex: 1;
    text-align: center
}

.list-menu-account a.active {
    background: #55918c
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0
}

.pagination>div {
    position: relative;
    display: flex
}

.pagination>div>div {
    color: #ccc;
    position: absolute;
    bottom: 100%;
    box-sizing: border-box;
    display: none;
    width: 100%;
    animation-duration: .2s;
    animation-name: goPage
}

.pagination>div>div form {
    display: flex;
    width: 100%
}

.pagination>div>div input {
    padding: 10px;
    flex: 1
}

.pagination>div>div button {
    padding: 0 10px;
    font-size: 20px
}

.pagination a {
    color: #f3dede;
    float: left;
    padding: 8px 16px;
    background-color: #585858;
    text-decoration: none
}

.pagination #PageGotoNum {
    bottom: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 0
}

.pagination a.active_page {
    background-color: #4caf50;
    color: #fff
}

.pagination a:hover:not(.active_page) {
    background-color: #4caf50!important
}

.tab-links {
    display: flex;
    /*border-top: 2px solid #9c3737*/
}

.tab-links a {
    background: #1c1c1c;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    flex: 1;
    font-weight: 500
}

.tab-content .item-tab-content {
    display: none
}

.tab-links a.active {
    background: #9c3737
}

.tab-lichchieu a.active {
    background: #9c3737
}

.tab-lichchieu {
    display: flex;
    /*border-top: 2px solid #9c3737*/
}

.tab-lichchieu a {
    background: #1c1c1c;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    flex: 1;
    font-weight: 500
}

.frame-recharge {
    display: flex;
    flex-direction: column
}

.frame-recharge div {
    flex: 1
}

.input-zero .label {
    font-weight: 700;
    background: #404040;
    padding: 2px;
    color: #ff9393
}

.input-zero {
    line-height: 22px;
    position: relative;
    font-size: 15px;
    margin-bottom: 5px
}

.input-zero input[disabled] {
    background-color: #000
}

.input-zero input:focus {
    background: #000;
    border: 1px solid #ff9393
}

.input-zero input {
    padding: 12px;
    border: 1px solid #4e4e4e;
    color: #fff;
    background-color: #505050;
    width: 100%;
    box-sizing: border-box;
    transition: background .2s linear, border .2s linear;
    border-radius: 5px
}

.NewInput {
    padding: 5px;
    border: 1px solid #4e4e4e;
    color: #fff;
    background-color: #505050;
    width: 100%;
    box-sizing: border-box;
    transition: background .2s linear, border .2s linear;
    border-radius: 5px
}

.ah-form form {
    width: 500px
}

.ah-form form>div input {
    line-height: 20px;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background: #000;
    opacity: .8;
    color: #e6dddd!important;
    box-sizing: border-box
}

.ah_member {
    display: flex;
    justify-content: space-between
}

.ah_member>div {
    flex: .496
}

.ah-form form>div label {
    display: block
}

.ah-form form>div input::placeholder {
    color: #ababab
}

.ah-form button[name=action_register] {
    background: #37869e;
    color: #fff
}

.ah-form form>div {
    margin: 10px 0
}

.ah-form form label {
    font-weight: 500;
    font-size: 15px
}

.ah-form div:last-child {
    text-align: center
}

div#user-profile .avatar img {
    width: 100px;
    border: 11px double #0c0c0c;
    border-radius: 5px
}

div#user-profile .right {
    flex: 1
}

.ah_follows .delete {
    position: absolute;
    z-index: 3;
    right: 0;
    background: #000;
    padding: 5px 10px;
    top: 0;
    color: #fff
}

.ah_follows .delete:hover {
    background: #ff9090
}

.light-off {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.watching-movie #video-player {
    z-index: 11;
    position: relative
}

.watching-movie #episode_error {
    display: none
}

.watching-movie #episode_error input {
    padding: 10px;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    background: #000;
    color: #d0cdcd;
    border: 1px solid #585858
}

.watching-movie .text_spinner {
    margin-top: 15px;
    font-size: 17px;
    color: #63c5a8;
    font-weight: 700
}

.watch-history .item a:hover {
    opacity: .5
}

.watch-history .item a {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    color: #ccc
}

.watch-history .item a img {
    width: 60px
}

.watch-history .item a>div:first-child {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    z-index: 1;
    border: 5px solid #737373
}

.watch-history .item a>div:last-child {
    flex: 1;
    background: #000;
    padding: 10px;
    position: relative;
    border: 1px solid #565656;
    border-radius: 0 5px 5px 0
}

.watch-history .item a>div:last-child:before {
    content: "";
    width: 25px;
    height: 100%;
    top: -1px;
    right: 100%;
    background: #000;
    position: absolute;
    z-index: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #565656
}

.watch-history {
    display: flex;
    flex-wrap: wrap
}

.watch-history .item {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box
}

.watch-history .item a div:last-child div:last-child {
    margin-top: 5px
}

.watch-history .item a div:last-child div:first-child {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px
}

.view-full-image {
    position: relative;
    display: inline-block;
    background: #000
}

.view-full-image img {
    opacity: .5
}

.view-full-image .button-view {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    background: rgba(0, 0, 0, .5);
    padding: 10px
}

#ah_toast {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 11
}

.toast_exit {
    z-index: 20
}

.toast-error {
    color: #bb6767
}

.toast-success {
    color: #58b1c5
}

.toast-warning {
    color: #cac157
}

.toast:hover {
    cursor: pointer
}

.toast {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background: #000;
    border-radius: 5px;
    color: #ccc
}

.toast_image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden
}

.toast_image img {
    width: 70px;
    min-height: 70px;
    background: #3e3e3e;
    padding: 2px
}

.toast_footer {
    margin-top: 3px;
    display: flex;
    justify-content: left
}

.toast_time {
    justify-content: right;
    font-size: 11px;
    color: #ccc;
    font-weight: 500
}

.toast_head {
    display: flex;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px;
    margin-bottom: 3px;
    justify-content: space-between
}

.toast_message {
    padding: 5px 0;
    font-weight: 700
}

.button-default {
    background-color: #6b6a6a;
    display: inline-flex;
    border-radius: 5px;
    margin: 0 2px;
    padding: 10px;
    border-bottom: 3px solid #292929;
    cursor: pointer
}

.button-default:hover {
    opacity: .7
}

.text-shortcut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px
}

.comment_fb {
    background: #fbfbfb
}

.ah_noti {
    background: #000;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex: 1;
    justify-content: center
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.color-gray {
    color: #a7a7a7
}

.color-cod-gray {
    color: #1d1c1c
}

.color-red {
    color: #b73a3a
}

.color-red-2 {
    color: #f98d8d
}

.color-blue {
    color: #3a79af
}

.color-green {
    color: #747924
}

.color-green-2 {
    color: #83bf64
}

.color-brown {
    color: #795548
}

.color-orange {
    color: #986a25
}

.color-lochinvar {
    color: #25867d
}

.color-yellow {
    color: #ffb970
}

.color-yellow-2 {
    color: #ccc964
}

.color-rihino {
    color: #2c435a
}

.bg-black {
    background-color: #000
}

.bg-cod-gray {
    background-color: #1d1c1c
}

.bg-gray-2 {
    background-color: #242525
}

.bg-red {
    background-color: #b73a3a
}

.bg-blue {
    background-color: #3a79af
}

.bg-green {
    background-color: #369e69
}

.bg-brown {
    background-color: #795548
}

.bg-orange {
    background-color: #986a25
}

.bg-lochinvar {
    background-color: #25867d
}

.bg-yellow {
    background-color: #ffb970
}

.bg-white {
    background-color: #fff
}

.padding-5-10 {
    padding: 5px 10px
}

.padding-5-15 {
    padding: 5px 15px
}

.padding-0-10 {
    padding: 0 10px
}

.padding-0-20 {
    padding: 0 20px
}

.padding-10-0 {
    padding: 10px 0
}

.padding-10-20 {
    padding: 10px 20px
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.w-100-percent {
    width: 100%
}

.w-50 {
    width: 50px
}

.h-38 {
    height: 38px
}

.w-20 {
    width: 20px
}

.w-100 {
    width: 100px
}

.border-radius-0 {
    border-radius: 0
}

.border-radius-5 {
    border-radius: 5px
}

.border-style-1 {
    margin-bottom: 10px;
    border-bottom: 1px dashed #2f2f2f;
    padding-bottom: 10px
}

.border-style-2 {
    margin-bottom: 10px;
    border-bottom: 1px dashed #f98d8d;
    padding-bottom: 10px
}

.border-default {
    border: 1px solid #2f2f2f
}

.margin-l-5 {
    margin-left: 5px
}

.margin-t-5 {
    margin-top: 5px
}

.margin-r-5 {
    margin-right: 5px
}

.margin-b-10 {
    margin-bottom: 10px
}

.margin-t-10 {
    margin-top: 10px
}

.margin-5 {
    margin: 5px
}

.margin-0-5 {
    margin: 0 5px
}

.margin-5-0 {
    margin: 5px 0
}

.margin-10 {
    margin: 10px
}

.margin-10-0 {
    margin: 10px 0
}

.margin-0-10 {
    margin: 0 10px
}

.flex-08 {
    flex: .8
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-1 {
    flex: 1
}

.flex-ver-right {
    justify-content: right
}

.flex-hozi-center {
    align-items: center
}

.flex-ver-center {
    justify-content: center
}

.flex-space-between {
    justify-content: space-between
}

.border-l-b-t:after {
    border: 25px solid transparent;
    border-left-color: #000;
    border-bottom-color: #000;
    content: "";
    position: absolute;
    left: 100%;
    top: 0
}

.height-50 {
    position: relative;
    height: 50px
}

.height-40 {
    position: relative;
    height: 40px
}

.border-r-b-t:before {
    border: 25px solid transparent;
    border-right-color: #000;
    border-bottom-color: #000;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.border-l-t:after {
    border: 20px solid transparent;
    border-left-color: #000;
    content: "";
    position: absolute;
    left: 100%;
    top: 0
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.level-user {
    background: #3c3838;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px 2px #ccc;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px
}

#refresh-comment span {
    display: inherit
}

.user-comment .right {
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box
}

.user-comment .left .avatar {
    width: 50px;
    position: relative;
    height: 50px;
    overflow: hidden;
    border: 3px solid #656565;
    border-radius: 10px
}

.user-comment .left .avatar img {
    width: 100%
}

.frame-reply-comments {
    border-left: 1px dashed #000;
    margin-left: 35px;
    padding-left: 10px
}

.user-comment .right .nickname+div {
    color: #f78383
}

.user-comment .right .nickname {
    font-weight: 700;
    color: #669698;
    margin-right: 5px
}

.user-comment .right .content+div {
    color: #7d7d7d
}

.user-comment .right .content+div a {
    color: #f9891b;
    font-weight: 700;
}

.user-comment .right .content {
    padding: 5px 0 8px;
    word-break: break-all;
    color: #afaaaa;
    font-size: 13px
}

.user-comment .user-reply-comment {
    margin: 5px 0 20px
}

.load-more-reply a {
    color: #ccc
}

.load-more-reply {
    padding: 10px 0
}

.user-banned {
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: .9
}

.bg-comment {
    padding: 10px;
    background: #171717;
    margin: 5px 0;
    border-radius: 10px
}

.comment-editor .content-of-comment {
    flex: 1;
    background: #000;
    color: #fff;
    padding: 10px;
    font: 400 14px roboto
}

.comment-editor .tool-bar {
    margin-top: 5px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-19 {
    font-size: 19px
}

.fs-21 {
    font-size: 21px
}

.fs-35 {
    font-size: 35px
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #2196f3
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    #ah_wrapper {
        width: 100%!important
    }
    .movies-list .movie-item {
        width: 20%!important
    }
    .movies-list .movie-item img {
        height: 180px!important
    }
    .owl-carousel .owl-item img {
        height: 230px
    }
}

@media only screen and (max-width:768px) {
    .watching-movie .list-item-episode a {
        width: 11%
    }
    .ah-carousel {
        display: none
    }
    .ah-form form {
        width: 100%
    }
    #drop-down-1 .tab-content a {
        width: 33.333%!important
    }
    #MenuHeader .tab-content a {
        width: 33.333%!important
    }
    .result-of-search a {
        width: 100%!important
    }
    .checkbox_form div {
        width: 33.33%!important
    }
    .watch-history {
        display: block!important
    }
    .watch-history .item {
        width: 100%!important
    }
    #ah_wrapper {
        width: 100%!important
    }
    div#navbar .logo {
        flex: 1
    }
    div#navbar .logo img {
        width: 250px!important
    }
    #navbar .search-bar {
        margin: 5px 0
    }
    #navbar a.toggle-search {
        display: inline-flex
    }
    .info-movie .body {
        display: block!important
    }
    .info-movie .head .last>div>div:first-child {
        display: none!important
    }
    .info-movie .body .list_episode>div+div {
        max-height: 200px!important
    }
    .info-movie .head .last>div>div {
        flex: 1!important
    }
    .info-movie .head .last>div>div {
        padding: 5px
    }
    .info-movie .head .last>div {
        padding: 2px!important
    }
    .info-movie .head .first {
        width: 30%!important
    }
    .info-movie .head .last {
        width: 70%!important;
        font-size: 12px
    }
}

@media only screen and (min-width:650px) and (max-width:768px) {
    .movies-list .movie-item {
        width: 25%
    }
    .movies-list .movie-item img {
        height: 180px
    }
}

@media only screen and (min-width:550px) and (max-width:650px) {
    .movies-list .movie-item {
        width: 33.33%
    }
    .movies-list .movie-item img {
        height: 180px
    }
}

@media only screen and (min-width:450px) and (max-width:550px) {
    .movies-list .movie-item {
        width: 33.33%
    }
    .movies-list .movie-item img {
        height: 160px
    }
}

@media only screen and (max-width:450px) {
    #ah_wrapper>.ah_footer img {
        width: 150px!important
    }
    div#navbar>div:first-child {
        flex-direction: column
    }
    .watching-movie .list-item-episode a {
        width: 20%
    }
    .movies-list .movie-item {
        width: 50%
    }
    .movies-list .movie-item img {
        height: 190px!important
    }
}

@media only screen and (max-width:350px) {
    .movies-list .movie-item img {
        height: 160px!important
    }
    div#view-profile .avatar img {
        width: 80px
    }
}

.section-title span {
    float: left;
    font-size: 17px;
    padding: 10px 0;
    color: #a5cbef;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700;
    /* border-bottom: 1px solid #da1b60!important; */
}

.section-title span::after {
    content: ''
}


/* .section-title span:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #ff2070);
    padding: 0.5px;
} */

.section-title span {
    position: relative
}

.section-title span.sortby {
    margin-left: 15px;
    background: none;
    -webkit-text-fill-color: unset;
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 5px;
    color: #a6bdd2;
}

.section-title span.sortby:before {
    background: none;
}

.section-title span.sortby a {
    color: #a7a7a7;
}

.section-title span.sortby a.active {
    color: #ff8a00;
}


/**
 * Tooltip Styles
 */


/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*Catfish Pc*/

.banner-balloon.catfish {
    height: 90px;
    left: 0;
    margin: auto;
    right: 0;
    width: 728px;
}

.banner-balloon,
.banner-balloon img {
    height: 250px;
    width: 300px;
}

.banner-balloon {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.banner-balloon.catfish img {
    height: 90px;
    width: 728px;
}

.banner-balloon,
.banner-balloon img {
    height: 250px;
    width: 300px;
}

.banner-balloon .banner-balloon-close {
    background: #ccc;
    border-radius: 100%;
    box-shadow: 0 0 5px #000;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
}

.banner-catfish {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    width: 320px;
    z-index: 9999;
}

.banner-catfish .banner-close {
    background: #0384b5;
    border: 1px solid #ccc;
    border-radius: 100%;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    left: auto;
    line-height: 28px;
    margin: auto;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
}

.banner-balloon .catfish .banner-1 {
    bottom: 90px
}

.banner-balloon .catfish .banner-2 {
    bottom: 180px
}

.banner-balloon .catfish .banner-3 {
    bottom: 360px
}

.banner-balloon .catfish .banner-3 {
    bottom: 720px
}

.view-info {
    position: absolute;
    top: 4%;
    font-size: 13px;
    font-weight: 700;
    color: #fdfcfc;
    left: 5%;
    border-radius: 5px;
    border-bottom: 2px solid #3e3e3e;
    padding: 2px 4px;
    background-color: #fa0303;
    align-items: center;
}

#popup-giua-man-hinh img {
    max-width: 350px;
    max-height: 350px;
    min-height: 350px;
    min-width: 350px;
    margin: 0 auto;
    background: #FFF
}

#popup-giua-man-hinh .headerContainer,
#popup-giua-man-hinh .bodyContainer,
#popup-giua-man-hinh .footerContainer {
    max-width: 350px;
    margin: 0 auto;
    background: #FFF
}

#popup-giua-man-hinh .padding {
    padding: 20px
}

#popup-giua-man-hinh .bodyContainer {
    min-height: 350px
}

#popup-giua-man-hinh .popUpBannerBox {
    position: fixed;
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    z-index: 999999;
    display: none
}

#popup-giua-man-hinh .popUpBannerInner {
    max-width: 350px;
    margin: 0 auto
}

#popup-giua-man-hinh .popUpBannerContent {
    position: fixed;
    top: 120px
}

#popup-giua-man-hinh .closeButton {
    font-size: 15px;
    position: absolute;
    visibility: visible;
    right: 0px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    border: .1px solid #FFF;
}

#popup-giua-man-hinh a.closeButton {
    float: right
}

.boxchat-images {
    height: 35px;
    width: 35px;
    border-radius: 150px;
    float: left;
    margin-right: 7px;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
}

.box_chat {
    border-radius: 3px;
    padding: 10px;
    position: relative;
    vertical-align: baseline;
}

.chat_div {
    height: 450px !important;
    overflow: auto;
    transition: .5s;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow-x: hidden;
}

.chat_div::-webkit-scrollbar {
    width: 8px;
}

.chat_div::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.chat_div::-webkit-scrollbar-thumb {
    background: #b6b6b6;
    border: thin solid #f2f2f2;
    border-radius: 10px;
}

.chat_div::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #f2f2f2;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 10px;
}

.comment-home {
    width: 100%;
    resize: none;
    height: 16px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #eda500b8;
    padding: 29px 10px;
}

.button-home-comment {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    border-radius: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid #151d25;
    background-color: #019500;
}

.button-home-comment:hover {
    background-color: #066406;
}

.footer-links {
    margin-bottom: 10px;
    text-align: center;
}

.footer-links ul {
    padding: 0;
}

.ulclear,
.ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    display: inline-block;
    margin: 5px 10px;
}

.ah_cate_footer {
    margin-bottom: 10px;
    text-align: center;
}

.ah_cate_footer a {
    display: inline-block;
    margin: 5px 5px;
    font-weight: bold;
}

.ah_key_seo {
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding: 1px 7px;
}

#top-up {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    padding: 4px;
    display: none;
    -webkit-transform: translateZ(0);
    transition: all .3s ease-out;
}

#top-up:hover {
    color: #333
}

.icon-home-comment {
    position: absolute;
    z-index: 9999;
    font-size: 26px;
    padding: 2px 5px;
    color: #b70909;
    cursor: pointer;
    background: none;
}

.Time-cmt-home {
    font-size: 12px;
    position: absolute;
    right: 5px;
    margin-top: 9px;
    font-weight: 700;
    color: #999 !important;
}


/* @media (max-width: 1099px) {
    .Time-cmt-home {
        position: inherit;
    }
} */

.p-comment-home {
    padding: 5px 5px;
    width: calc(100% - 70px);
}

.home-status {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #fb7a00, #00ffeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.btn-grad {
    font-size: 11px;
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px;
    font-weight: 600;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 20px #eee;
}

.btn-active {
    background: #9c3737;
    box-shadow: 0 0 20px #eee;
}

.box-chat-nickname {
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 1099px) {
    .box-chat-nickname {
        display: block;
    }
}

.image-rank-home {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    margin-right: 7px;
    border: 4px solid #68675f;
    margin-bottom: 5px;
}

.rank-level {
    color: #e3e3e1;
    font-weight: 700;
    background-color: #38270d82;
    padding: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: 14px;
    right: 13px;
}

.image-container-rank {
    position: relative;
    text-align: center;
}

.home-rank {
    margin-bottom: 10px;
}

.stt-rank {
    padding-right: 8px;
    position: relative;
    text-align: center;
}

.stt-rank img {
    max-width: 55px;
}

.level-icon-rank {
    position: absolute;
    top: -13px;
    left: -12px;
}

.rank-info {
    padding: 0px 5px;
}

.rank-text {
    font-weight: 700;
    display: block;
}

.top-rank {
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    color: #fff;
}

.boxchat-content {
    display: inline-block;
    max-width: 90%;
    padding: 10px;
    word-break: break-all;
    margin-left: 0;
    background-color: #333333;
    border-radius: 0px 15px 15px;
}

@media (max-width: 1099px) {
    .boxchat-content {
        max-width: 75%;
    }
}