@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
html {
    position: relative;
}
body {
    /*background: #201f31;*/
    background: #202125;
    font-family: Montserrat, Arial;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
}
a {
    color: #fff;
    text-decoration: none !important;
    outline: 0;
    -moz-outline: none;
}
a:hover {
    color: #ff5700;
}
.btn,
button {
    font-weight: 400;
    font-size: 16px;
}
.btn-sm {
    font-size: 14px;
}
.btn-lg {
    font-size: 18px;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 500;
}
.btn-radius {
    border-radius: 30px;
}
.btn-focus,
.btn-primary,
.btn-tab.active {
    background: #ff5700 !important;
    color: white;
    border-color: #ff5700 !important;
    box-shadow: none !important;
}
.btn-focus:hover,
.btn-primary:hover,
.btn-tab.active:hover {
    background: #ff5700 !important;
    border-color: #ff5700 !important;
}
.btn-secondary,
.btn-tab {
    background: #4a4b51 !important;
    border-color: #4a4b51 !important;
    color: #fff;
}
.btn-secondary:hover,
.btn-tab:hover {
    background: #6e6f74 !important;
    border-color: #6e6f74 !important;
}
.btn-blank {
    background: 0 0;
    color: #aaa;
}
.btn-blank:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.btn-tab {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-light {
    background: #fff;
    border-color: #fff;
    color: #111 !important;
}
.btn-trans {
    background: 0 0 !important;
    color: #fff !important;
}
.btn-clear {
    padding: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 0.5;
}
.btn-clear:hover {
    opacity: 0.8;
}
.sbtn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 13px;
    border-radius: 0.3rem;
}
.sbtn {
    padding: 0.6rem 1rem;
    font-size: 14px;
    border-radius: 0.4rem;
}
.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin: 3px 6px;
}
.h2-heading {
    font-size: 2em !important;
    margin-bottom: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.center-block.pending-block .username {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.chatbox_-room .item .ic_text .name,
.chatbox_-room .item.item-user strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.live__-wrap .item .live-info .owner .uc-info strong,
.ls___-detail .live-owner .user-created .uc-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.iframe16x9 {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.iframe16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.film-poster-ahref i,
.film-poster-ahref:after,
.film-poster-ahref:before {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.film-poster-img,
.preform.preform-dark .form-control,
.trending-list {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#header.header-home,
#sidebar_menu,
.block-rating .button-rate,
.film-poster-ahref:after,
.flw-item,
.live-thumbnail-img,
.lv-list .item,
.profile-avatar,
.rep-in .btn i {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}
.toggle-onoff {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}
.toggle-onoff > span {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}
.block_area,
.film-poster {
    position: relative;
}
.nav-item {
    position: relative;
}
.nav-item > a {
    position: relative;
}
.search-content input.search-input {
    position: relative;
}
.film-poster {
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 10px;
}
.film-poster .film-poster-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-cover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.highlight-text {
    color: #ff5700;
}
.mat-icon {
    display: inline-flex;
    vertical-align: bottom;
}
.zrc-icon {
    width: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: #777;
    box-shadow: 0 0 3px 3px #aaa inset;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
}
.zrc-icon:before {
    content: "Z";
    font-style: normal;
}
.container {
    max-width: 1800px;
    width: 100%;
}
#wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
}
#header {
    background: #2a2c31;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    padding: 0;
}
#header .container {
    position: relative;
    padding-left: 15px;
}
#header #logo {
    display: block;
    height: 40px;
    margin: 15px 25px 15px 50px;
    float: left;
}
#header #logo img {
    height: 100%;
    width: auto;
}
#header #logo span {
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}
#mobile_menu {
    padding: 0;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    z-index: 4;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 6px;
    background: 0 0;
    border-radius: 3px;
}
#mobile_menu.active i {
    color: #ff5700;
}
#mobile_search.active i {
    color: #ff5700;
}
#mobile_menu i {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
}
#mobile_search {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 20px 5px;
    text-align: center;
    display: none;
    cursor: pointer;
}
#mobile_search i {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}
#header_menu {
    height: 65px;
    margin: 0;
    float: left;
}
#header_menu .container {
    position: relative;
}
#header_menu ul.header_menu-list {
    list-style: none;
    padding: 0;
    display: block;
}
#header_menu ul.header_menu-list .nav-item {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
#header_menu ul.header_menu-list .nav-item > a {
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#header_menu ul.header_menu-list .nav-item:hover > a {
    color: #ff5700;
}
#header_menu ul.header_menu-list .nav-item.active > a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #ff5700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#header_menu .header_menu-sub {
    position: absolute;
    top: 65px;
    left: 0;
    width: 700px;
    background: #333;
    z-index: 102;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#header_menu .header_menu-sub ul.sub-menu {
    padding: 10px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    margin-left: -1%;
    margin-right: -1%;
}
#header_menu .header_menu-sub ul.sub-menu li {
    width: 23%;
    float: left;
    margin: 0 1%;
}
#header_menu .header_menu-sub ul.sub-menu li a {
    height: 30px;
    color: #ccc;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    font-size: 15px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header_menu .header_menu-sub ul.sub-menu li:hover a {
    background: #ff5700;
    color: #111 !important;
}
.header-group {
    float: left;
    height: 40px;
    margin: 15px 0;
    margin-left: 30px;
    text-align: left;
}
.zoro-group {
    position: relative;
}
.zoro-group .zrg-title {
    float: left;
    margin-right: 20px;
}
.zoro-group .zrg-title .top {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.5;
    width: 30px;
    line-height: 1;
    padding: 6px 0;
}
.zoro-group .zrg-title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
    display: none;
}
.zoro-group .zrg-list {
    float: left;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.zoro-group .zrg-list .item {
    margin-right: 5px;
    flex-shrink: 0;
}
.zoro-group .zrg-list .item .zr-social-button {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}
.zoro-group .zrg-list .item .zr-social-button.dc-btn {
    background: #6f85d5;
    color: #fff;
}
.zoro-group .zrg-list .item .zr-social-button.tl-btn {
    background: #08c;
    color: #fff;
}
.zoro-group .zrg-list .item .zr-social-button.rd-btn {
    background: #ff3c1f;
    color: #fff;
}
.zoro-group .zrg-list .item .zr-social-button.tw-btn {
    background: #1d9bf0;
    color: #fff;
}
.zoro-group .zrg-list .item i {
    font-size: 16px;
    line-height: 32px;
    vertical-align: text-bottom;
}
#header_right {
    float: right;
    padding: 15px 0;
}
#header_right #search-toggle {
    display: inline-block;
}
#header .btn-user {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 400;
    margin-left: 15px;
}
#header.active {
    z-index: 102;
}
#header .btn-on-header:hover {
    background: 0 0;
    color: #ff5700 !important;
}
#header #search-toggle .btn-on-header {
    font-size: 20px;
}
#header #search-toggle.active .btn-on-header {
    background: #ff5700;
    color: #111;
}
#pick_menu {
    position: absolute;
    top: 160px;
    left: 5px;
    text-align: center;
    padding: 5px 10px;
    width: 40px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    display: none;
}
#pick_menu .pmu-item {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
#pick_menu .pmu-item .pmu-item-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 0.5;
}
#pick_menu .pmu-item .pmu-item-icon:hover {
    opacity: 1;
}
.header_right-user.logged .btn-avatar {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    background: #23a7ff;
}
.header_right-user.logged .btn-avatar span {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 31px;
    color: #fff;
}
.header_right-user.logged .btn-user-avatar {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}
.header_right-user.logged .btn-user-avatar .profile-avatar {
    width: 100%;
    height: 100%;
}
.header_right-user.logged .dropdown-menu {
    left: auto;
    right: 0;
    top: 110%;
    font-size: 14px;
}
.header_right-user.logged .dropdown-menu .dropdown-item {
    padding: 7px 20px;
}
.dropdown-item-user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    float: left;
    display: none;
}
.dropdown-item-user .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.dropdown-item-user .user-detail .name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ff5700;
}
.header_right-user.logged .dropdown-menu {
    width: 300px;
    position: absolute;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    background: #3f4148;
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    padding-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.header_right-user.logged .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    background: 0 0 !important;
    font-size: 12px;
}
.header_right-user.logged .dropdown-menu .dropdown-item:hover {
    color: #ff5700 !important;
}
.header_right-user.logged .dropdown-menu .dropdown-item-user {
    padding: 12px 15px;
}
.header_right-user.logged .dropdown-menu .dropdown-divider {
    border-color: #eee;
}
.header_right-user.logged .dropdown-menu .dropdown-item.dropdown-item-user {
    color: #fff !important;
}
.header_right-user.logged .dropdown-menu .user-detail > div {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hr-notifications {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}

.hr-notifications .hrn-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.hr-notifications.show .hrn-icon {
    color: #ff5700;
}
.hr-notifications .hrn-icon .number {
    position: absolute;
    font-family: Arial;
    font-weight: 600;
    top: -5px;
    right: -10px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    min-width: 20px;
    font-size: 12px;
    padding: 0 3px;
    color: #fff;
    background: #f02849;
}
.hr-notifications .hrn-icon i {
    font-size: 16px;
}
#user-slot {
    float: right;
    display: flex;
    align-items: center;
}
.hr-community,
.hr-donate {
    float: left;
    margin: 2px 0 2px 5px;
}
.hr-community .btn,
.hr-donate .btn {
    line-height: 36px;
    border-radius: 20px;
    font-size: 13px;
    border: none !important;
    font-weight: 500;
    padding: 0 1rem;
    color: #000;
    box-shadow: none !important;
    background-color: #00ffb7;
}
.hr-community .btn {
    background-color: #222327;
    color: #fff;
}
.hr-community .btn i {
    color: #ff5700;
}
.sb-donate {
    margin: 15px 10px;
}
.sb-donate .hr-community,
.sb-donate .hr-donate {
    float: none;
    margin: 5px 0;
    width: 100%;
    display: block !important;
}
.sb-donate .hr-community .btn,
.sb-donate .hr-donate .btn {
    width: 100%;
}
.pii {
    fill: #fff;
}
.grid-menu {
    margin: 5px 15px;
}
.grid-menu .dropdown-item {
    text-align: left;
    clear: none;
    color: #fff !important;
    border-radius: 20px;
    padding: 10px 15px !important;
    margin: 3px 0;
    display: inline-block;
}
.grid-menu .dropdown-item i {
    font-size: 14px;
    width: 20px;
    text-align: left;
}
.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item {
    background-color: #4f515b !important;
}
.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item:hover {
    background-color: #595b66 !important;
}
#search {
    width: 400px;
    margin: 15px 0;
    float: left;
}
#search .form-group {
    margin-bottom: 0 !important;
}
.search-content {
    position: relative;
}
.search-content input.search-input {
    height: 40px;
    color: #111;
    padding-right: 100px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05) !important;
}
.search-content input.search-input:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-content .search-icon {
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    color: #111;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 2;
}
.search-content .filter-icon {
    height: 26px;
    cursor: pointer;
    line-height: 26px;
    font-size: 11px;
    background: #4a4b51;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 3;
}
.search-content .filter-icon:hover {
    background: #6e6f74;
    color: #fff;
}
.search-content .search-content {
    position: relative;
}
.search-content .search-result-pop {
    background: #414248;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 41px;
    right: 0;
    z-index: 6;
    list-style: none;
    display: none;
}
.search-content .search-result-pop.active {
    display: block;
}
.search-content .search-result-pop .nav-item {
    display: block;
    text-align: left;
    padding: 10px;
    width: 100%;
    border-bottom: 1px dashed #5c5d63;
    cursor: pointer;
}
.search-content .search-result-pop .nav-item:hover {
    background: rgba(255, 255, 255, 0.05);
}
.search-content .search-result-pop .nav-item .film-poster {
    float: left;
    width: 50px;
    padding-bottom: 70px;
}
.search-content .search-result-pop .nav-item .srp-detail {
    padding-left: 65px;
    font-size: 12px;
}
.search-content .search-result-pop .nav-item .srp-detail .film-name {
    font-size: 14px;
    line-height: 1.2em;
    max-width: 100%;
    margin-bottom: 5px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.search-content .search-result-pop .nav-item .srp-detail .alias-name {
    font-size: 13px;
    line-height: 1.2em;
    max-width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #aaa;
}
.search-content .search-result-pop .nav-item .srp-detail .film-infor span {
    color: #aaa;
}
.search-content .search-result-pop .nav-bottom {
    padding: 15px;
    background: #ff5700 !important;
    font-size: 16px;
    color: #111;
    text-align: center;
    border-bottom: none;
}
#header .header-home-add {
    display: none;
}
.sht-heading {
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 30px;
    color: #fff;
}
.sht-heading strong {
    font-weight: 600;
}
#main-wrapper {
    margin-bottom: 70px;
    min-height: calc(100vh - 350px);
}
.bah-setting .btn,
.btn-in-headcat {
    margin: 4px 0;
}
#suggest {
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
}
.btn-sm.btn-filter-item,
.btn-sm.nl-item-btn {
    min-width: 50px;
    border-radius: 6px !important;
    font-size: 12px;
    line-height: 1em;
    padding: 8px 10px;
    float: left;
    margin: 3px 6px 3px 0;
    color: #ddd;
    border: 1px solid #4a4c55;
}
.btn-sm.btn-filter-item:hover,
.btn-sm.nl-item-btn:hover {
    color: #ff5700;
}
.btn-sm.btn-filter-item.active {
    border-color: #ff5700;
    background: #3d3e39;
    color: #ff5700;
}
.btn-sm.nl-item-btn {
    border: none;
}
.block_area {
    display: block;
    margin-bottom: 30px;
}
.block_area .block_area-header {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.block_area .block_area-header .cat-heading {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #ff5700;
    background: linear-gradient(to right, #ff8a00, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    text-transform: capitalize;
    font-weight: bold;
}
.block_area .block_area-header .viewmore .btn {
    padding: 4px 0;
    font-size: 12px;
    margin: 5px 0;
}
.block_area .block_area-header .bah-sort {
    float: left;
    margin-left: 20px;
    height: 40px;
}
.block_area .block_area-header .bah-sort .bhs-item {
    float: left;
    margin: 5px 0;
}
.block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
    line-height: 30px;
    display: block;
    cursor: pointer;
    background: #4c4f57;
    padding: 0 12px;
    border-radius: 30px;
    font-size: 12px;
}
.block_area .block_area-header-tabs {
    margin-bottom: 15px;
}
.block_area .block_area-header-tabs .pre-tabs {
    border-bottom: none;
    margin-top: 5px;
}
.block_area .block_area-header-tabs .pre-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 5px;
}
.block_area_home .category_filter {
    margin-top: -10px;
}
.block_area_home .btn-in-headcat {
    margin: 2px 0;
}
.box-bg {
    padding: 1.5rem;
    background: #fff;
}
.pre-tabs {
    border: none;
}
.pre-tabs .nav-item {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.pre-tabs .nav-item .nav-link {
    padding: 15px 10px;
    line-height: 1.2em;
    font-size: 14px;
    color: #ddd;
    background: 0 0 !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.pre-tabs .nav-item .nav-link:hover {
    color: #ff5700;
}
.pre-tabs .nav-item .nav-link.active {
    color: #ff5700;
    border-color: #ff5700;
}
.pre-tabs-min {
    margin-bottom: 15px;
}
.pre-tabs-min .nav-item {
    margin-right: 10px;
}
.pre-tabs-min .nav-item .nav-link {
    padding: 8px 10px;
    min-width: 80px;
    text-align: center;
    border-bottom: none !important;
    font-weight: 500 !important;
    background: #4c4f57 !important;
    border-radius: 4px;
}
.pre-tabs-min .nav-item .nav-link.active {
    color: white !important;
    background: #ff5700 !important;
}
.anw-tabs {
    border-bottom: none;
    background: #3d3e44;
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden;
}
.anw-tabs .nav-item {
    margin-bottom: 0;
}
.anw-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 12px;
}
.anw-tabs .nav-item .nav-link.active {
    background: #51535b;
    color: #ff5700;
}
.bah-tab-min .anw-tabs {
    margin: 2px 0 0;
}
.film-poster-ahref i,
.film-poster-ahref:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff5700;
}
.film_list {
    display: block;
}
.film_list .film_list-wrap {
    margin: 0 -7px;
    list-style: none;
    padding: 0;
}
.film_list .film_list-wrap .flw-item {
    width: calc(16.66% - 14px);
    margin: 0 7px 14px;
    float: left;
    background: #2a2c31;
    border-radius: 10px;
    position: relative;
}
.film_list.film_list-continue .film_list-wrap .flw-item {
    width: calc(20% - 14px);
}
.profile-list-fav .film_list.film_list-grid .film_list-wrap .flw-item {
    width: calc(20% - 14px);
}
.flw-item .film-poster .film-poster-ahref {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: inline-block;
}
.flw-item .film-poster .film-poster-ahref:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: #2a2c31;
    background: linear-gradient(0deg, #2a2c31 0, rgba(42, 44, 49, 0.7) 100%);
}
.flw-item .film-poster .film-poster-ahref i {
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    color: #fff;
}
.flw-item .film-poster:hover .film-poster-ahref:after {
    height: 100%;
    opacity: 1;
}
.flw-item .film-poster:hover .film-poster-ahref i,
.flw-item .film-poster:hover .film-poster-ahref:before {
    opacity: 1;
}
.film_list .film_list-wrap .flw-item .film-poster {
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 130%;
    font-size: 0;
}
.film_list .film_list-wrap .flw-item .film-poster:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #2a2c31;
    background: linear-gradient(0deg, #2a2c31 0, rgba(42, 44, 49, 0) 0%);
}
.film_list .film_list-wrap .flw-item .film-detail {
    color: #aaa;
    font-size: 12px;
    padding: 5px 10px 0px;
    border-radius: 0 0 10px 10px;
    /* min-height: 84px; */
}
.film_list .film_list-wrap .flw-item .film-detail .film-name {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    font-weight: normal;
    margin-bottom: 8px;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
    text-transform: capitalize;
}
.film_list .film_list-wrap .flw-item .film-detail .fd-infor {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.film_list .film_list-wrap .flw-item .film-detail .description {
    display: none;
}
.film_list .film_list-wrap .flw-item .film-detail .film-infor {
    margin-bottom: 2px;
}
.tick {
    position: absolute;
    bottom: 3px;
    z-index: 10;
}
.tick.ltr {
    left: 5px;
    /* top: 5px; */
}
.tick.rtl {
    right: 5px;
    bottom: 240px;
}
.tick.ctr {
    right: 5px;
}
.tick-item {
    font-size: 12px;
    font-family: arial;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2em;
    padding: 2px 4px;
    border-radius: 3px;
    background: #fff;
    color: #111;
}
.tick.ltr .tick-item {
    margin-right: 2px;
    left: 3px;
    background: #1695df;
    z-index: 1;
    background-size: 200% 100%;
    background-image: linear-gradient(90deg, #004eafbf 0, #7cb7d3 51%, #a7c705);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: .7s;
}
.tick.rtl .tick-item {
    margin-left: 2px;
}
.tick.rtl .tick-item-view {
    margin-left: 2px;
}
.tick-item.tick-quality {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
}
.tick-item.tick-view {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
}
.tick-item.tick-dub {
    background: #7bfcfc !important;
    color: #111 !important;
}
.tick-item.tick-eps {
    background: #ccc !important;
    color: #111 !important;
}
.tick-item.tick-sub {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
}
.tick-item.tick-view {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
}
.tick.tick-rate {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: auto;
    background: #ff5700;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 36px;
    text-align: center;
    font-size: 11px;
    /* background: #e97c1f; */
    /* background-image: linear-gradient(to right, #C02425 0%, #cfb549 51%, #C02425 100%); */
    background-image: linear-gradient(90deg, #ff5701 0, #f035ea 98%, #c02425);
    /* transition: .7s; */
}
.flv-list .flw-item {
    width: 100% !important;
    margin: 0 0 5px !important;
}
.flv-list .flw-item .film-poster {
    width: 100px;
    padding-bottom: 148px;
    float: left;
    margin-right: 20px;
}
.pre-pagination .pagination .page-item {
    margin: 5px;
}
.pre-pagination .pagination .page-item .page-link {
    border-radius: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    color: #999;
    font-weight: 400;
    line-height: 1em;
}
.pre-pagination .pagination .page-item .page-link:hover {
    color: #ff5700;
}
.pre-pagination .pagination .page-item.active .page-link {
    background: #ff5700;
    color: #111;
    cursor: default;
}
.pre-pagination .pagination .page-item .page-link {
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    min-width: 40px;
    text-align: center;
    box-shadow: none !important;
}
.film-list-ul {
    list-style: none;
    padding: 0;
}
.alert .close {
    line-height: 1rem;
}
.modal-backdrop.show {
    background: #111;
    opacity: 0.9;
}
.premodal .modal-content {
    border-radius: 0;
    border: none;
}
.premodal-login .modal-content {
    background: #333;
    color: #fff !important;
}
.premodal .modal-content .modal-header {
    border-bottom: 0;
    border-radius: 0;
    padding: 25px 30px 0;
    position: relative;
    display: block;
}
.premodal .modal-content .modal-header .modal-title {
    text-align: center;
    font-weight: 600;
}
.premodal .modal-content div.close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #111;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    opacity: 1;
    text-shadow: none;
}
.premodal .modal-content div.close:hover {
    opacity: 1;
    background: #ff5700;
    color: #111;
}
.premodal .modal-content .modal-body {
    padding: 20px 30px 30px;
}
.premodal-login .modal-content .modal-body {
    padding: 20px 60px 30px;
}
.premodal-trailer .modal-content .modal-body {
    padding: 5px;
}
.premodal-trailer .modal-dialog {
    max-width: 800px;
}
.premodal .modal-content .modal-footer {
    padding-bottom: 30px;
    display: block;
    background: 0 0;
    border-top: none;
}
.preform .form-group {
    margin-bottom: 20px;
}
.preform .form-control {
    font-size: 13px;
    border-radius: 3px;
    border: none !important;
}
.preform .form-control:disabled {
    cursor: not-allowed;
    background: #404246;
    color: #ccc;
}
.preform .prelabel {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 400;
    letter-spacing: 1px;
}
.preform .custom-control-label {
    line-height: 1.5rem;
}
.text-forgot {
    line-height: 1.5rem;
}
.link-highlight {
    color: #ff5700 !important;
    cursor: pointer;
}
.modal-logo {
    text-align: center;
}
.modal-logo img {
    height: 40px;
    width: auto;
}
.premodal .modal-logo {
    margin-top: -10px;
}
.premodal .alert {
    font-size: 13px;
    line-height: 1.4em;
    border-radius: 0;
}
.premodal .btn {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    box-shadow: none !important;
}
#sidebar_menu_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 33, 37, 0.8);
    z-index: 103;
    display: none;
}
#sidebar_menu_bg.active {
    display: block;
}
#sidebar_menu {
    position: fixed;
    z-index: 1000200;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 260px;
    padding: 20px 0;
    background: #2a2c31;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
}
#sidebar_menu.active {
    opacity: 1;
    z-index: 1000200;
    transform: translateX(0);
}
#sidebar_menu .sidebar_menu-list {
    font-size: 14px;
    margin-top: 10px;
}
#sidebar_menu .sidebar_menu-list > .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}
#sidebar_menu .sidebar_menu-list > .nav-item > .nav-link {
    display: block;
    padding: 15px;
    font-weight: 600;
}
#sidebar_menu .sidebar_menu-list > .nav-item > a.nav-link:hover {
    color: #ff5700;
}
#sidebar_menu .sidebar_menu-list > .nav-item > .toggle-submenu {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 10px;
    z-index: 3;
    cursor: pointer;
    display: none;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav {
    margin-bottom: 20px;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item {
    display: block;
    width: 49%;
    margin-right: 1%;
    float: left;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item > .nav-link {
    font-size: 12px;
    padding: 6px 15px;
    white-space: nowrap;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item:nth-of-type(n + 11) {
    display: none;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item.nav-more {
    display: block !important;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item.nav-more .nav-link {
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav.active > .nav-item {
    display: block !important;
}
#sidebar_menu .sidebar_menu-list > .nav-item .nav.active > .nav-item.nav-more {
    display: none !important;
}
#sidebar_menu .toggle-sidebar {
    background: #5a6268;
    color: #fff;
    border: none !important;
    line-height: 24px;
    margin-left: 10px;
}
#sidebar_menu .with-icon i {
    vertical-align: bottom;
    font-size: 20px;
    margin-right: 10px;
}
.body-hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.loading {
    text-align: center;
}
.loading > div {
    width: 18px;
    height: 18px;
    background-color: #aaa;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading .span1 {
    animation-delay: -0.32s;
}
.loading .span2 {
    animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.loading-relative {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 50px;
}
.film-poster .loading-relative,
.loading-relative.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}
.search-result-pop .loading-relative {
    min-height: 160px;
}
.bah-filter .btn-in-headcat {
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 10px;
    border: none;
    line-height: 24px;
    margin: 0;
}
.bah-filter .btn-in-headcat i {
    font-size: 24px;
}
.film_list .film_list-wrap .flw-item .film-detail-fix {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: left;
    background: 0 0;
    padding: 10px 0;
}
.film_list .film_list-wrap .flw-item .film-detail-fix .film-name {
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.film_list .film_list-wrap .flw-item .film-detail-fix .fd-infor {
    line-height: 16px;
}
.film_list .film_list-wrap .flw-item .film-detail-fix .fd-infor .dot {
    margin: 3px 5px;
}
.film_list .film_list-wrap .flw-item .film-detail-fix .fd-infor .fdi-type {
    font-size: 12px;
    font-family: arial;
    line-height: 1em;
    padding: 2px 4px;
    background: #ecc761;
    color: #231414;
    border-radius: 3px;
    font-weight: 600;
}
#footer {
    padding: 0 0 0;
    position: relative;
    background: #2a2c31 url(./../../../footer.jpg) top center no-repeat;
}
#footer .container {
    position: relative;
    z-index: 3;
}
#footer .footer-logo {
    display: block;
    float: left;
    margin: 0 40px 0 0;
}
#footer .footer-logo img {
    width: auto;
    height: 40px;
}
#footer .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
}
.footer-links {
    margin-bottom: 10px;
}
.footer-links ul {
    padding: 0;
}
.footer-links ul li {
    float: left;
    margin-right: 40px;
}
.footer-links ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
#footer .btn-up {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    background: #4a4b51;
    color: #fff;
    padding: 0;
    line-height: 30px;
}
#footer-about {
    padding: 30px 0;
    font-size: 12px;
}
#footer-about .about-text {
    margin: 0 auto 5px;
    line-height: 1.4em;
    opacity: 0.5;
}
#footer-about .copyright {
    margin-bottom: 0 !important;
    opacity: 0.5;
}
#footer .toggle-footer .tf-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
.footer-joingroup {
    float: left;
}
.footer-joingroup .zoro-group {
    display: inline-block;
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}
.footer-joingroup .zoro-group .zrg-title {
    padding-left: 5px;
}
.footer-joingroup .zoro-group .zrg-list .item:last-of-type {
    margin-right: 0;
}
.footer-toggle-block {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}
.tf-item .dub-toggle {
    margin-top: 0;
}
.tf-item .dub-toggle .dt-dub {
    background: 0 0;
}
.tf-item .dub-toggle .dt-status {
    border-radius: 5px;
}
.ftaz {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1em;
    font-size: 1.4em;
    font-weight: 600;
}
.footer-az {
    margin: 0 0 10px;
}
ul.az-list {
    font-size: 0;
    margin-top: 10px;
}
ul.az-list li {
    margin: 0 10px 10px 0;
    display: inline-block;
}
ul.az-list li a {
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}
ul.az-list li a:hover {
    color: #111;
    background: #ff5700;
}
ul.az-list li.active a {
    color: #111;
    background: #ff5700;
}
.main-az {
    margin-bottom: 20px;
}
.main-az ul.az-list {
    margin: 0 -3px;
}
.main-az ul.az-list li {
    width: calc(3.5714285714% - 6px);
    margin: 3px;
}
.main-az ul.az-list li a {
    font-size: 15px;
    padding: 8px 3px;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.page-az .container {
    max-width: 1260px;
    padding: 0 15px;
}
.breadcrumb-item + .breadcrumb-item:before {
    content: "•";
}
.dps-spacing {
    margin: 50px 0;
    height: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: block;
}
.heading-name {
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 0 0 15px;
    font-weight: 400;
    color: #ff5700;
}
.btn-xs {
    font-size: 12px;
    padding: 2px 4px;
    line-height: 1em;
}
.btn-xs i {
    font-size: 12px;
}
.btn-rating {
    position: relative;
}
#pc-trailer {
    display: none;
}
#mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 102;
    background: rgba(11, 11, 11, 0.98);
    display: none;
}
#mask-overlay.active {
    display: block;
}
.information_page {
    max-width: 1260px;
    margin: 0 auto;
}
.information_page .h2-heading,
.information_page .h3-heading,
.information_page .h4-heading {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #fff;
}
.information_page .h3-heading {
    font-size: 1.5em;
}
.information_page .h4-heading {
    font-size: 1.2em;
}
.information_page p {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1em;
}
.article-infor {
    color: #ddd;
    line-height: 1.5em;
}
.article-infor ul li {
    margin-bottom: 0.5em;
}
.prebreadcrumb .breadcrumb {
    padding: 0;
    background: 0 0;
}
.form-control-textarea {
    max-width: 100%;
    min-width: 100%;
}
.profile-avatar img {
    height: 120px;
    width: auto;
}
.block_area_manager .list-group-item {
    background: 0 0;
    border-color: #222;
    color: #aaa;
}
.detail-infor {
    padding-right: 240px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blank_page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container-404 {
    padding: 150px 0 100px;
}
.container-404 .c4-big {
    font-size: 120px;
    font-weight: 600;
    color: #ddd;
    line-height: 1em;
    margin-bottom: 20px;
}
.container-404 .c4-big-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
}
.container-404 .c4-big-img img {
    max-height: 300px;
    max-width: 100%;
}
.container-404 .c4-medium {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.container-404 .c4-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.ulclear {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.episode-list {
    position: relative;
}
.detail-extend-toggle {
    display: none;
}
.breadcrumb-item {
    line-height: 1.4em;
    margin-bottom: 3px;
}
.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
    color: #aaa;
}
.slcs-ul {
    max-height: 400px;
    overflow: auto;
}
.text-home {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 20px;
    background: #5c5d63;
    color: #fff;
}
.text-home a {
    color: #ff5700;
}
.text-home .btn-expand {
    display: none;
}
.premodal .modal-content {
    color: #111;
}
.premodal .modal-content .modal-body p {
    line-height: 1.4em;
}
.premodal.premodal-large .modal-dialog {
    max-width: 600px;
}
.premodal.premodal-large .modal-dialog .modal-content {
    border-radius: 20px;
}
.premodal .modal-content {
    background: #2a2c31;
    color: #fff;
    border-radius: 20px;
}
@media screen and (max-width: 479px) {
    .rl-reason .custom-control {
        display: block;
        margin-right: 0;
    }
    .report-btn .btn {
        margin: 0 0 10px 0 !important;
        display: block;
        width: 100%;
    }
}
.premodal-login .modal-content {
    background: #2a2c31
    url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RjhCRDJDRUZCRTYxMUVBQURFOURFRDdFNzUxQjc3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RjhCRDJDRkZCRTYxMUVBQURFOURFRDdFNzUxQjc3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGOEJEMkNDRkJFNjExRUFBREU5REVEN0U3NTFCNzdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGOEJEMkNERkJFNjExRUFBREU5REVEN0U3NTFCNzdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAgICAgICAgICAgMCAgID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KHjAxIoaGaEQi4NRxPWBOfE15QBGWJzgSQKGA4iQTCECCK0oaEcYU08yWgSABkAIEEcRgfjAauFDq5QGmvmNT0gRiueK8+UCScqYk5QGkcqnnxgNOOZI5GBMIQHWFQuAECM2HTGBaBHHsgTCMJoIEjEEcsZBEoQEC8ypKipFIEShAQEBAQEBAQpIhKNQKdvEyItIqDhKiueJ7hCgzPWFTCq5YcpWVxjIKDPtgi1SMoUgSIEyBCEBAQKyqQpCJ+MCRBWRzMIkcYFsJGlacoCplFqyCDTLjwhAJz9kqLUHZIBFfxhVOND3GVA5QJ+MCa1xhSFICAgICEIUgKCEIUgICBByMImBUZmBaBHXnAmBlKhAZQEBAQFaSCamArwlEQEBAQEBAQEBAQEBAvqMgip48IEajAkHjAtCoPOEAYFawL1rjCkCawhUxgVMYFTGBUwFTGBWBFYVNYCsBUxiKNnAgGhEC9ZFRWBAlE/EwJGH4wiamMCpjAqYwQTUQKk4QqaiERWnfnCrVgKwFYCsBWArAVgKwFYCsBWArAVgQThAmsCoOJgSTw5wJhEEwqkqEBAnpAiAgICAgICAgICAgICAgJBMBTrKJwHbAgyCJRbhSQSMoCBBwxgQYAGkCawpWArBiawFYCsGFYMKwiZQgICsCjZwIgXkCRQyhAmVCAgICBTgRIJJwgDCoBgWrIhAQEBAQEBAQEBAE0gVz4yqnpAZGArjCBMKiBEqEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA//9k=)
    top center no-repeat;
    padding-top: 30px;
}
.premodal-login .modal-content .close {
    top: -45px;
}
.premodal .category_filter .category_filter-content {
    background: 0 0;
    border: none;
    padding: 0;
}
.row-select .ni-head {
    top: 10px !important;
}
.form-check-inline {
    width: 150px;
}
.premodal-filter .modal-content {
    background: #2a2c31 url(../images/filter.jpg) top center no-repeat;
}
.premodal-filter .modal-header {
    padding: 20px 30px !important;
    padding-bottom: 0 !important;
}
.premodal-filter .modal-title {
    font-size: 1.5em;
    line-height: 1.3em;
}
.small-page {
    max-width: 800px;
    margin: 0 auto;
}
.noti-list .noti-item {
    padding: 1rem;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding-left: 60px;
    position: relative;
}
.noti-list .noti-item .icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -12px;
    opacity: 0.5;
}
.noti-list .noti-item.new {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.noti-list .noti-item.new .icon {
    opacity: 1;
    color: #ff5700;
}
.noti-list .noti-item .time {
    font-size: 12px;
    margin-bottom: 10px;
}
.noti-list .noti-item p {
    margin-bottom: 0 !important;
    opacity: 0.5;
}
.text-light {
    color: #111 !important;
}
.news-list.news-list-default .news-item {
    width: 49%;
}
.news-list.news-list-default .news-item .avatar.avatar-solid {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}
.news-list.news-list-default .news-item .info .name {
    float: left;
}
.news-list.news-list-default .news-item .info .time {
    float: right;
}
.news-list.news-list-default .news-item .news-title {
    font-size: 1.3em;
}
.news-list.news-list-default .news-item .ni-body {
    padding-right: 0;
    padding-left: 220px;
    height: 118px;
    overflow: hidden;
}
.news-list.news-list-default .news-item .ni-body .news-thumb-2 {
    width: 200px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    overflow: hidden;
    display: inline-block;
}
.news-list.news-list-default .news-item .ni-body .news-thumb-2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.article-news {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}
.article-news .news-heading {
    margin: 0 0 20px;
    font-size: 24px;
}
.article-news .time {
    opacity: 0.5;
    margin-bottom: 10px;
}
.article-news img {
    max-width: 100%;
}
.medium-page {
    margin: 0 auto;
}
.btn-quality,
.btn-trailer {
    border: 1px solid #fff !important;
    color: #fff;
}
.watching_player-control .btn-download {
    color: #f7d200 !important;
}
.block_area .block_area-header .viewmore .btn,
.detail_page .detail_page-watch .detail_page-infor .description .btn-default {
    color: #aaa;
}
.bah-setting .btn,
.btn-in-headcat {
    background: #71797d;
    color: #fff;
    border-color: #71797d;
}
#header.header-home {
    /* background: rgba(32, 33, 37, 0) !important; */
}
#header.header-home.fixed {
    /* background: rgba(32, 33, 37, 0.95) !important; */
}
.deslide-wrap {
    margin-top: -100px;
}
.deslide {
    width: 100%;
    position: relative;
    padding-bottom: 500px;
    padding-top: 100px;
    overflow: hidden;
}
.deslide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.deslide-item .deslide-item-content {
    max-width: 800px;
    position: absolute;
    bottom: 40px;
    z-index: 3;
}
.deslide-item .desi-sub-text {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ff5700;
}
.deslide-item .desi-head-title {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 20px;
    max-height: 132px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.deslide-item .desi-description {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.deslide-item .deslide-poster {
    position: absolute;
    right: 0;
    width: calc(100% - 800px);
    top: 0;
    bottom: 0;
    transform: rotate(20deg);
    z-index: 1;
}
.deslide-item .deslide-poster .deslide-poster-wrap {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
}
.deslide-item .deslide-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.deslide-item .deslide-cover .deslide-cover-img:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202125;
    background: linear-gradient(90deg, #202125 0, rgba(32, 33, 37, 0.6) 40%, rgba(32, 33, 37, 0) 60%, rgba(32, 33, 37, 0) 80%, #202125 100%);
}
.deslide-item .deslide-cover .deslide-cover-img:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202125;
    background: linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 50%, #202125 100%);
    z-index: 2;
}
.deslide-item .deslide-cover .deslide-cover-img img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(0);
}
.swiper-notification,
.swiper-pagination {
    display: none;
}
#anime-featured {
    margin-bottom: 40px;
    margin-top: 40px;
}
.anif-block {
    min-height: 300px;
    width: 100%;
    background: #4a4b51;
}
.anif-block .anif-block-header {
    font-size: 18px;
    font-weight: 500;
    color: #ff5700;
    padding: 15px 20px;
}
.anif-block-ul li {
    position: relative;
    padding: 15px 50px 15px 80px;
    margin: 0;
}
.anif-block-ul li:nth-of-type(2n + 1) {
    background: #414248;
}
.anif-block-ul li .film-poster {
    width: 45px;
    padding-bottom: 60px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 2;
}
.anif-block-ul li .film-detail {
    font-size: 12px;
    line-height: 1.2em;
    min-height: 60px;
    color: #ddd;
    position: relative;
    z-index: 2;
}
.anif-block-ul li .film-detail .fd-infor {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.anif-block-ul li .film-detail .film-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.table_schedule-list li .film-detail .film-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.anif-block-ul li .film-fav,
.anif-block-ul li .film-play {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
    color: #aaa;
}
.anif-block-ul li .film-fav.active,
.anif-block-ul li .film-fav:hover {
    color: #ff5700;
    opacity: 1;
}
.anif-block-ul li .film-fav .dropdown-menu {
    z-index: 5;
}
.anif-block-ul li .film-play {
    opacity: 1;
    color: #fff;
    font-size: 14px;
}
.anif-block-ul li .film-play:hover {
    color: #ff5700;
}
.anif-block .more a {
    display: block;
    color: #ddd;
    text-align: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
}
.anif-block .more a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.news-anif-block-ul li {
    padding-left: 115px !important;
    padding-right: 20px !important;
}
.news-anif-block-ul li .film-poster {
    width: 80px;
}
#main-content {
    width: 75%;
    float: left;
}
#main-sidebar {
    width: 25%;
    float: right;
    padding-left: 30px;
}
.cbox {
    background: #4a4b51;
    padding: 20px;
}
.cbox.cbox-genres {
    padding: 15px;
    background: #2a2c31;
    display: inline-block;
    width: 100%;
    position: relative;
}
.cbox.cbox-genres ul {
    margin: 0 -1% 0;
    overflow: hidden;
}
.cbox.cbox-genres ul li {
    float: left;
    width: 47%;
    margin: 0 1% 3px;
}
.cbox.cbox-genres ul li a {
    display: block;
    padding: 9px 10px;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.cbox.cbox-genres ul li a:hover {
    background: #414248;
}
ul.color-list li:nth-of-type(7n) a {
    border-color: #86e3ce;
    color: #86e3ce;
}
ul.color-list li:nth-of-type(7n + 1) a {
    border-color: #d0e6a5;
    color: #d0e6a5;
}
ul.color-list li:nth-of-type(7n + 2) a {
    border-color: #ffdd95;
    color: #ffdd95;
}
ul.color-list li:nth-of-type(7n + 3) a {
    border-color: #fc887b;
    color: #fc887b;
}
ul.color-list li:nth-of-type(7n + 4) a {
    border-color: #ccabda;
    color: #ccabda;
}
ul.color-list li:nth-of-type(7n + 5) a {
    border-color: #abccd8;
    color: #abccd8;
}
ul.color-list li:nth-of-type(7n + 6) a {
    border-color: #d8b2ab;
    color: #d8b2ab;
}
.cbox .cbox-content {
    padding: 20px;
    position: relative;
}
.cbox.cbox-list {
    padding: 0;
    background: #2a2c31;
}
.cbox.cbox-list .cbox-content {
    padding: 15px 20px;
}
.cbox.cbox-list .anif-block-ul li {
    padding: 15px 40px 15px 60px;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.cbox.cbox-list .news-anif-block-ul li {
    padding: 15px 0 15px 95px;
}
.cbox.cbox-list .anif-block-ul li:last-of-type {
    border: none;
}
.cbox.cbox-list .anif-block-ul li .film-poster {
    left: 0;
}
.cbox.cbox-list .anif-block-ul li .film-fav {
    right: 5px;
}
.cbox.cbox-list .anif-block-ul li .film-play {
    right: 5px;
    position: absolute;
}
.cbox.cbox-list .anif-block-chart li {
    margin-left: 40px;
    overflow: unset;
}
.cbox.cbox-list .anif-block-chart li .film-number {
    position: absolute;
    width: 40px;
    text-align: left;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
}
.cbox.cbox-list .anif-block-chart li .film-number span {
    font-weight: 600;
    font-size: 20px;
    color: #737682;
    position: relative;
    display: inline-block;
}
.cbox.cbox-list .anif-block-chart li.item-top .film-number span {
    border-bottom: 3px solid #ff5700;
    padding-bottom: 6px;
    color: #fff;
}
.cbox.cbox-list .anif-block-chart li:hover .film-number span {
    color: #ff5700;
}
.cbox.cbox-list .anif-block-chart li .film-detail {
    color: #aaa;
}
.cbox.cbox-events {
    background: #613559;
}
.cbox.cbox-events .ce-featured {
    position: relative;
}
.cbox.cbox-events .ce-featured .cef-cover {
    position: relative;
    width: 100%;
    padding-bottom: 250px;
}
.cbox.cbox-events .ce-featured .cef-cover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 3;
    background: #613559;
    background: linear-gradient(0deg, #613559 0, rgba(97, 53, 89, 0.3) 100%);
}
.cbox.cbox-events .ce-featured .cef-cover img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.cbox.cbox-events .ce-featured .cef-detail {
    position: absolute;
    padding: 20px 20px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.cbox.cbox-events .ce-featured .cef-detail .event-sub {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
}
.cbox.cbox-events .ce-featured .cef-detail .event-name {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.34em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cbox.cbox-events .ce-featured .cef-detail .description {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.table_schedule {
    background: #2a2c31;
}
.table_schedule .table_schedule-list li {
    position: relative;
    padding: 0;
}
.table_schedule .table_schedule-list li:nth-of-type(2n + 1) {
    background: #2f3137;
}
.table_schedule .table_schedule-list li:nth-child(n + 8) {
    display: none;
}
.table_schedule .table_schedule-list li .tsl-link {
    padding: 20px;
    display: block;
}
.table_schedule .table_schedule-list li .film-poster {
    width: 55px;
    padding-bottom: 55px;
    border-radius: 50%;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.table_schedule .table_schedule-list li .time {
    position: absolute;
    top: 50%;
    font-weight: 600;
    transform: translateY(-50%);
    left: 0;
    padding: 0;
    text-align: center;
    width: 70px;
    color: #868a97;
    font-size: 14px;
}
.table_schedule .table_schedule-list li .film-detail {
    padding-left: 50px;
    position: relative;
    padding-right: 130px;
}
.schedule-sidebar .table_schedule .table_schedule-list li .film-detail {
    padding-right: 110px;
}
.table_schedule .table_schedule-list li .film-detail .film-name {
    margin-bottom: 0;
}
.table_schedule .table_schedule-list li .film-detail .fd-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
    background: #3d404a;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    position: relative;
    width: 110px;
    white-space: nowrap;
}
.schedule-sidebar .table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
    width: auto;
}
.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
    font-size: 8px;
    position: relative;
    top: -2px;
    color: #888;
}
.table_schedule .table_schedule-list li:hover {
    background: #3e4048 !important;
}
.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play {
    background: #ff5700;
    color: #111;
}
.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play i {
    color: #111;
}
.table_schedule .table_schedule-list li:hover .time {
    color: #ff5700;
}
.table_schedule .table_schedule-date {
    padding: 20px 30px;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.table_schedule .table_schedule-date .swiper-container {
    border-radius: 6px;
}
.table_schedule .table_schedule-date .day-item {
    width: 14.2857142857%;
}
.table_schedule .table_schedule-date .tsd-item {
    background: #2f3137;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 5px;
}
.table_schedule .table_schedule-date .tsd-item:hover {
    background: #3e4048;
}
.lichchieu.active .tsd-item {
    background: #ff5700;
    color: #111;
}
.lichchieu.active .tsd-item {
    color: white;
}

.lichchieu.active .tsd-item .date {
    color: white !important;
}
.table_schedule .table_schedule-date .tsd-item.active .date {
    color: #111;
}
.table_schedule .table_schedule-date .tsd-item span {
    font-weight: 600;
    font-size: 14px;
}
.table_schedule .table_schedule-date .tsd-item .date {
    font-size: 12px;
    color: #aaa;
}
.table_schedule .btn-showmore {
    border-radius: 0;
    background: #2a2c31 !important;
    padding: 15px;
}
.table_schedule .btn-showmore:hover {
    color: #ff5700 !important;
}
.table_schedule-list.expand li {
    display: block !important;
}
.schedule_page .container {
    max-width: 1260px;
    padding-left: 15px;
}
.schedule_page .table_schedule .table_schedule-list li .tsl-link {
    padding: 30px 20px;
}
.schedule_page .table_schedule .table_schedule-list li .film-detail {
    padding-left: 125px;
}
.ts-navigation .btn {
    position: absolute;
    top: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    padding: 0;
    text-align: center;
    z-index: 9;
}
.ts-navigation .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ts-navigation .btn.tsn-next {
    left: auto;
    right: 15px;
}
.btn-showmore {
    font-size: 12px;
    padding: 10px 12px;
    background: #3d3e44;
    color: #fff !important;
    box-shadow: none !important;
}
.btn-showmore:hover {
    background: #4b4c53;
}

.sb-genre-less li:nth-of-type(n + 25) {
    display: none;
}
.cbox-genres.active .sb-genre-less li {
    display: block !important;
}
.btn-showmore.active:before,
.cbox-genres.active .btn-showmore:before {
    content: "Show less";
}
#ani_detail {
    margin-top: -30px;
}
#ani_detail .ani_detail-stage {
    width: 100%;
    background: #2a2c31;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
#ani_detail .anis-content {
    padding: 70px 200px;
}
#ani_detail .prebreadcrumb {
    margin: 0;
    font-size: 12px;
    color: #ddd;
}
.prebreadcrumb {
    margin-top: 15px;
    margin-bottom: 22px;
}
.anis-content {
    position: relative;
}
.anis-content .anisc-poster {
    width: 180px;
    position: absolute;
    top: 70px;
    left: 200px;
}
.anis-content .anisc-poster .film-poster {
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}
.anis-content .anisc-detail {
    padding-left: 240px;
    padding-right: calc(18% + 220px);
    min-height: 360px;
}
.anis-content .anisc-detail .film-name {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.anis-content .anisc-detail .film-stats {
    margin-bottom: 30px;
    font-size: 13px;
}
.anis-content .anisc-detail .film-description {
    margin-bottom: 0;
    max-height: 150px;
    overflow: auto;
}
.anis-content .anisc-detail .film-description .text {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 13px;
    /* overflow: auto; */
}
.anis-content .anisc-detail .film-description .text .btn-more-desc {
    margin-left: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    height: 16px;
}
.anis-content .anisc-detail .film-description .text .btn-more-desc.active {
    font-size: 0;
}
.anis-content .anisc-detail .film-description .text .btn-more-desc.active:before {
    content: "- Less";
    font-size: 12px;
}
.anis-content .anisc-detail .film-text {
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
}
.anis-content .anisc-detail .film-meta {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px;
}
.anis-content .anisc-detail .film-meta .meta span {
    margin-left: 5px;
    color: #eee;
}
.anis-content .anisc-detail .film-meta .meta span a {
    color: #fff;
}
.anis-content .anisc-detail .film-meta .meta span a:hover {
    color: #ff5700;
}
.shorting .content {
    line-height: 1.6rem;
    max-height: 4.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.shorting.expand .content {
    max-height: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.shorting .toggler {
    cursor: pointer;
    font-size: 12px;
}
.shorting .toggler:hover {
    color: #ff5700;
}
.anisc-info .film-text {
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 20px;
}
.anis-content .anisc-detail .film-buttons {
    margin-bottom: 30px;
}
.anis-content .anisc-detail .film-buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    box-shadow: none !important;
}
.anis-content .anisc-detail .film-buttons .btn-circle {
    width: 38px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
}
.anis-content .anisc-detail .film-buttons .btn-fav.active {
    color: #fc887b !important;
    background: 0 0 !important;
    border: 1px solid #fc887b;
}
.anis-content .anisc-detail .film-buttons .btn i {
    transform: scale(0.8);
}
.anis-content .anisc-detail .film-buttons .dr-fav {
    position: relative;
    display: inline-block;
}
.anis-content .block-live {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ff5700;
}
.anis-content .block-live .btn {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    box-shadow: none !important;
}
.anis-content .block-live .btn i {
    float: left;
}
.anis-content .anisc-info-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(25% - 30px);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.anis-content .anisc-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90%;
    overflow: auto;
    left: 30px;
    bottom: auto;
    right: 30px;
}
.anis-content .anisc-info .item {
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 13px;
}
.anis-content .anisc-info .item:last-of-type {
    margin-bottom: 0;
}
.anis-content .anisc-info .item .item-head {
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
}
.anis-content .anisc-info .item-list {
    padding: 10px 0 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.anis-content .anisc-info .item-list .item-head {
    font-weight: 600;
    margin-bottom: 5px;
}
.anis-content .anisc-info .item-list a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1em;
    padding: 4px 11px;
    border: 1px solid rgb(247 247 247);
    border-radius: 20px;
    margin: 0 2px 5px 0;
    font-weight: bold;
    background: #ff5700;
}
.anis-cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.anis-cover {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-size: cover;
    background-position: center center;
    filter: blur(20px);
    opacity: 0.35;
}
.w-hide {
    display: none;
}
.anis-watch-wrap {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
.anis-watch-detail {
    position: absolute;
    width: calc(25% - 30px);
    right: 0;
    top: 30px;
}
.anis-watch-detail .anis-content {
    padding: 25px 0 !important;
}
.anis-watch-detail .anis-content .anisc-poster {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 120px;
    margin-bottom: 30px;
}
.anis-watch-detail .anis-content .anisc-detail {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.anis-watch-detail .anis-content .anisc-detail .film-name {
    font-size: 20px;
}
.anis-watch-detail .anis-content .anisc-detail .film-stats {
    margin-bottom: 20px;
}
.anis-watch {
    width: 75%;
}
.player-frame {
    width: 100%;
    /* padding-bottom: 56.25%; */
    background: #000;
    position: relative;
    margin-bottom: 0;
}
.player-frame #player {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
}
.player-frame #player iframe {
    width: 100% !important;
    height: 100% !important;
}
.player-frame #player .message {
    display: block;
}
.player-frame #player .play {
    width: 6rem;
    height: 6rem;
    display: block;
    background: #ff5700;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
}
.player-frame #player .play:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
}
.player-frame #player .play:hover {
    transform: scale(1.1);
}
@media (max-width: 480px) {
    #player .play {
        width: 4rem;
        height: 4rem;
    }
}
.pf-notice {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pf-notice .btn {
    font-size: 13px;
    padding: 0.4rem 0.8rem;
}
.player-controls {
    background: #08090b;
    position: relative;
    padding: 5px;
}
.player-controls .pc-item {
    float: left;
    margin: 5px;
    position: relative;
}
.player-controls .pc-item a {
    box-shadow: none !important;
}
.player-controls .pc-item-toggle {
    margin-right: 10px;
}
.player-controls .pc-item .btn {
    background: 0 0;
    color: #fff;
    padding: 0.25rem;
    font-size: 13px;
}
.player-controls .pc-item .btn i {
    transform: scale(0.9);
}
.player-controls .pc-item.pc-live .btn {
    overflow: hidden;
}
.player-controls .pc-item.pc-live .btn i {
    float: left;
}
.player-controls .pc-item.pc-comment {
    display: none;
}
.player-controls .pc-item.pc-comment .btn i {
    color: #ff5700;
}
.player-controls .pc-item.pc-comment .btn span {
    font-weight: 600;
    color: #ff5700;
}
.dub-toggle {
    position: relative;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 5px;
}
.dub-toggle .dt-dub {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px;
    background: #4a4b51;
    display: block;
    border-radius: 5px 0 0 5px;
    float: left;
}
.dub-toggle .dt-status {
    width: 28px;
    height: 22px;
    line-height: 22px;
    padding: 0 2px;
    text-align: center;
    background: #5a6268;
    border-radius: 0 5px 5px 0;
    display: block;
    float: left;
}
.dub-toggle .dt-status:before {
    content: "OFF";
    font-size: 10px;
    font-weight: 500;
}
.dub-toggle.active .dt-status {
    background: #ff5700;
    color: #111;
}
.dub-toggle.active .dt-status:before {
    content: "ON";
}
.item-keyword {
    font-size: 11px;
    border: 1px solid #666;
    color: #ddd;
    line-height: 1em;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px 5px 0;
}
.anisc-keyword {
    margin-top: 30px;
    margin-bottom: 0;
}
.keyword-list .dib {
    line-height: 26px;
    display: block;
    float: left;
}
.keyword-list .item-keyword {
    font-size: 12px;
    line-height: 24px;
    float: left;
    padding: 0 8px;
    margin: 0 5px 5px 0;
    border: 1px solid #43454d;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dub-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#episodes-content {
    background: #202125;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seasons-block {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ss-choice {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    background: #14151a;
    min-height: 50px;
    z-index: 9;
}
.ss-choice .btn-light {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
}
.no-select,
.ssc-list {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.tooltip-inner {
    background-color: #fff !important;
    color: #111;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}
.ssc-list {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.ssc-servers {
    position: relative;
    float: left;
}
.ssc-button {
    font-size: 12px;
    position: relative;
}
.ssc-button .ssc-name {
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 2px;
    display: none;
}
.ssc-button .ssc-label {
    margin-bottom: 0;
    font-weight: 500;
}
.ss-choice .dropdown-menu-model {
    width: 150px;
    min-width: auto;
    max-height: 205px;
    overflow: auto;
}
.ss-choice .dropdown-menu-model .dropdown-item {
    font-weight: 600;
}
.ss-choice .dropdown-menu-model .dropdown-item .badge {
    float: right;
    font-weight: 500;
    margin: 0 0 0 5px;
}
.dropdown-menu-model {
    border: none;
    min-width: 200px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.dropdown-menu-model.dropdown-menu-normal {
    min-width: 150px;
    max-height: 240px;
    overflow: auto;
}
.dropdown-menu-model .dropdown-item {
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
}
.dropdown-menu-model .dropdown-item:active,
.dropdown-menu-model .dropdown-item:hover {
    background: #eff0f4;
    color: #111;
}
.dropdown-menu-model .dropdown-item.active {
    background: #eff0f4;
    color: #111;
    font-weight: 600;
}
.dropdown-menu-model .dropdown-item.added {
    background: #eff0f4;
    font-weight: 600;
}
.dropdown-menu-model .dropdown-item.active i,
.dropdown-menu-model .dropdown-item.added i {
    float: right;
}
.dd-bottom-left {
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
}
.cfc-min-block {
    position: relative;
    margin: 0;
    background: #33353c;
    margin-bottom: 20px;
}
.cfc-min-block .cmb-item {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #575a64;
    border-radius: 6px;
    padding: 3px 10px;
}
.cfc-min-block .cmb-item .ni-head {
    font-weight: 500;
    margin-right: 5px;
    float: left;
    font-size: 12px;
    width: auto;
    display: block;
    line-height: 32px;
}
.cfc-min-block .cmb-item .btn-sm {
    border: none;
    color: #ff5700;
    font-size: 12px;
    line-height: 1.1em;
    background: 0 0;
    padding: 6px 0;
    padding-right: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.cfc-min-block .cmb-item .btn-sm i {
    position: absolute;
    right: 0;
}
.cfc-min-block .cmb-item .nl-item {
    display: block;
    height: 32px;
    float: left;
}
.cfc-min-block-date .nli-select {
    float: left;
}
.ss-list {
    margin: 0;
    max-height: 100%;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
}
.ss-list .ssl-item {
    display: block;
    padding: 0;
    position: relative;
}
.ss-list .ssl-item.highlight {
    animation: pulse-white 1s infinite;
    background: #61626a !important;
}
.ss-list .ssl-item.highlight .ssli-order {
    opacity: 1;
    color: #fff;
}
.ss-list .ssl-item:nth-of-type(2n + 1) {
    background: rgba(255, 255, 255, 0.05);
}
.ss-list .ssl-item.active {
    background: #4a4b51 !important;
}
.ss-list .ssl-item.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #ff5700;
}
.ss-list .ssl-item .ssli-order {
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #bbb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.ss-list .ssl-item .ssli-detail {
    position: relative;
}
.ss-list .ssl-item .ssli-detail .ep-name {
    font-size: 12px;
    color: #ccc;
    line-height: 15px;
    padding: 12px 45px;
    margin-bottom: 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: lowercase !important;
}
.ss-list .ssl-item .ssli-detail .ep-name::first-letter {
    text-transform: uppercase !important;
}
.ss-list .ssl-item .ssli-detail .ep-release {
    font-size: 11px;
    line-height: 1.2em;
    opacity: 0.5;
}
.ss-list .ssl-item .ssli-btn,
.ss-list .ssl-item.ssl-item-filler .ssli-filler {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.ss-list .ssl-item .ssli-btn .btn.btn-circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #fff;
}
.ss-list .ssl-item .ssli-btn .btn.btn-circle i {
    position: relative;
    right: -1px;
    top: -3px;
    font-size: 8px;
    line-height: 20px;
}
.ss-list .ssl-item:hover {
    background: #4a4b51 !important;
}
.ss-list .ssl-item:hover .ssli-order {
    color: #fff !important;
}
.ss-list .ssl-item.active .ssli-detail .ep-name,
.ss-list .ssl-item:hover .ssli-detail .ep-name {
    color: #fff !important;
}
.ss-list .ssl-item:visited .ssli-detail .ep-name,
.ss-list .ssl-item:visited .ssli-order {
    color: #777;
}
.ss-list .ssl-item.active .ssli-order {
    color: #ff5700 !important;
}
.ss-list .ssl-item.active .ssli-btn {
    opacity: 1;
}
.ss-list .ssl-item.active .ssli-btn .btn.btn-circle {
    background: #ff5700;
    color: #111;
}
.ss-list .ssl-item.active .ssli-detail .ep-name {
    color: #fff;
}
.ss-list .ssl-item.ssl-item-filler > div {
    z-index: 3;
}
.ss-list .ssl-item.ssl-item-filler .ssli-order {
    color: #fff !important;
}
.ss-list .ssl-item.ssl-item-filler.active .ssli-order,
.ss-list .ssl-item.ssl-item-filler:hover .ssli-order {
    color: #ff6c00 !important;
}
.ss-list .ssl-item.ssl-item-filler:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #5a4944;
    background: linear-gradient(90deg, #5a4944 0, #645a4b 100%);
}
.ss-list .ssl-item.ssl-item-filler.active:before {
    content: "";
    background: #ff6c00 !important;
    z-index: 3;
}
.ss-list .ssl-item.ssl-item-filler .ssli-detail .ep-name {
    white-space: normal;
    line-height: 1.3em;
    padding-right: 65px;
    color: #fff;
}
.ss-list .ssl-item.ssl-item-filler .ssli-filler {
    opacity: 0.5;
    color: #fff !important;
    font-size: 10px;
    line-height: 1em;
    padding: 4px 6px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.ss-list .ssl-item.ssl-item-filler:hover .ssli-filler {
    color: #ff6c00 !important;
    border-color: #ff6c00;
    opacity: 1;
}
.ss-list .ssl-item.ssl-item-filler.active .ssli-filler {
    display: none;
}
.ss-list .ssl-item.ssl-item-filler.active .ssli-btn .btn.btn-circle {
    background: #ff6c00;
    color: #111;
}
@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 #fff inset;
        border: 1px solid #fff;
    }
    100% {
        box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0) inset;
        border: 1px solid transparent;
    }
}
.ssc-quick {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.ssc-quick .form-control {
    width: 140px;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #35373d !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding-left: 30px;
    height: auto;
    background: 0 0;
    color: #fff;
}
.ssc-quick .sscq-icon {
    position: absolute;
    width: 30px;
    font-size: 10px;
    text-align: center;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}
.seasons-block-max .ss-list {
    top: 37px;
}
.seasons-block-max .ss-choice {
    min-height: 40px;
}
.seasons-block-max .ss-choice .ssc-name {
    display: block;
}
.seasons-block-max .ssc-quick {
    top: auto;
    transform: none;
    bottom: 10px;
}
.ss-list.ss-list-min {
    padding: 10px;
    text-align: center;
    font-size: 0;
}
.ss-list.ss-list-min .ssl-item {
    display: block;
    float: left;
    width: calc(20% - 4px);
    margin: 2px;
    cursor: pointer;
    background: #35373d;
    border-radius: 3px;
    border: none !important;
    overflow: hidden;
}
.ss-list.ss-list-min .ssl-item:hover {
    background: #67686f !important;
}
.ss-list.ss-list-min .ssl-item .ssli-btn {
    display: none;
}
.ss-list.ss-list-min .ssl-item .ssli-order {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    color: #999;
}
.ss-list.ss-list-min .ssl-item .ssli-detail {
    display: none;
}
.ss-list.ss-list-min .ssl-item:visited {
    background: #51423b;
}
.ss-list.ss-list-min .ssl-item:visited .ssli-order {
    color: #111;
}
.ss-list.ss-list-min .ssl-item.active {
    background: #ff5700 !important;
}
.ss-list.ss-list-min .ssl-item.active:before {
    display: none;
}
.ss-list.ss-list-min .ssl-item.active .ssli-order {
    color: #fff !important;
}
.ss-list.ss-list-min .ssl-item.ssl-item-filler.active:after {
    background: #ff6c00 !important;
}
.ss-list.ss-list-min .ssl-item.ssl-item-filler.active .ssli-order {
    color: #fff !important;
}
.ss-list.ss-list-min .ssl-item.ssl-item-filler .ssli-filler {
    display: none;
}
.anis-watch-tv {
    position: relative;
    padding-left: 300px;
}
.layout-page-watchtv .anis-content .anisc-detail .film-description {
    max-height: 139px;
    overflow: auto;
    min-height: 80px;
}
.layout-page-watchtv .anis-content .anisc-detail .film-name {
    font-size: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.minimize .anis-watch,
.minimize .prebreadcrumb {
    padding-left: 226px;
}
.pc-zoomtv {
    display: none;
}
.profile-header {
    padding: 40px 0 0;
    margin-top: -30px;
    margin-bottom: 40px;
    background: #2a2c31 !important;
    text-align: center;
    overflow: hidden;
    position: relative;
    clear: both;
}
.profile-header-cover {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    filter: blur(20px);
    opacity: 0.3;
    background-size: cover;
    background-position: center center;
}
.profile-header .container {
    z-index: 3;
    position: relative;
}
.profile-box-header {
    margin-bottom: 25px;
}
.profile-box-header .more {
    padding-top: 9px;
}
.ph-title {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 500;
}
.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: solid 1px white;
}
.profile-avatar img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.profile-box-account {
    max-width: 600px;
    margin: 0 auto 20px;
}
.profile-box-account .block_area-content {
    padding: 30px;
    background: #2a2c31;
}
.profile-box-account .description {
    color: #aaa;
    margin-bottom: 30px;
    line-height: 1.45em;
    font-size: 13px;
}
.profile-list {
    max-width: 1400px;
    margin: 0 auto;
}
.layout-profile-inbox .inbox-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.ph-tabs .pre-tabs {
    text-align: center;
    display: block;
    width: 100%;
}
.ph-tabs .pre-tabs .nav-item {
    display: inline-block;
    margin: 0 15px;
}
.inbox-item {
    padding: 20px;
    margin-bottom: 10px;
    background: #2a2c31;
    opacity: 0.5;
}
.inbox-item .highlight-text {
    color: #fff;
}
.inbox-item.new .highlight-text {
    color: #ff5700;
}
.inbox-item.with-poster {
    padding-left: 120px;
    position: relative;
}
.inbox-item.with-avatar {
    padding-left: 100px;
    position: relative;
}
.inbox-item .user-avatar {
    width: 50px;
    padding-bottom: 50px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.inbox-item .film-poster {
    width: 100px;
    padding-bottom: 0;
    height: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}
.inbox-item .ii-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
}
.inbox-item .ii-content {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4em;
    color: #aaa;
}
.inbox-item.new {
    opacity: 1;
}
.remove-fav {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block;
    color: #60636c;
    cursor: pointer;
}
.remove-fav:hover {
    color: #c85c5c;
}
.film_list .film_list-wrap .flw-item .dr-fav {
    z-index: 11;
    position: absolute;
    top: 5px;
    right: 5px;
}
.film_list .film_list-wrap .flw-item .dr-fav .btn-fav {
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.film_list .film_list-wrap .flw-item .dr-fav .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-width: 130px;
}
.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
}
.cbox-list .loading-relative .loading .span2,
.cbox-list .loading-relative .loading .span3 {
    display: none;
}
.cfc-item {
    margin-bottom: 40px;
}
.cfc-item .ni-head {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.cfc-item.cfc-button {
    border: none;
}
.category_filter,
.no-content-block {
    padding: 30px;
    border-radius: 10px 10px 0 0;
    background: #33353c;
    background: linear-gradient(0deg, rgba(51, 53, 60, 0) 0, #33353c 50%, #33353c 100%);
}
.nl-item {
    position: relative;
}
.nli-select .custom-select {
    font-size: 12px;
    cursor: pointer;
    color: #ff5700;
    background: #33353c;
    border: none;
    max-width: 140px;
    text-overflow: ellipsis;
    padding: 0 5px;
    line-height: 32px;
    box-shadow: none !important;
}
.cmb-rated .nli-select .custom-select {
    max-width: 100px;
}
.cmb-date .ni-head {
    min-width: 65px;
}
.cfc-button .btn-radius {
    border-radius: 6px;
}
.toggle-onoff {
    display: inline-block;
    width: 44px;
    background: #4d5059;
    height: 24px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}
.toggle-onoff > span {
    background: #ff5700;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: calc(100% - 24px);
}
.toggle-onoff.off {
    background: #3a3c44 !important;
}
.toggle-onoff.off > span {
    left: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
}
.setting-label {
    margin-top: 3px;
    margin-bottom: 0;
}
.bac-list-wrap {
    margin: 0 -0.5% 10px;
    position: relative;
}
.bac-list-wrap .bac-item {
    width: 32.33%;
    margin: 0 0.5% 15px;
    float: left;
    overflow: hidden;
    border-radius: 6px;
    background: #35373d;
}
.per-info {
    position: relative;
    height: 80px;
    width: 100%;
}
.per-info .pi-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    right: 5px;
    z-index: 4;
}
.per-info .pi-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.per-info .pi-avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.per-info .pi-name {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.per-info .pi-cast {
    font-size: 11px;
    font-weight: 300;
    margin-top: 3px;
    color: #ccc;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.per-info.rtl .pi-detail {
    left: 5px;
    right: 70px;
    text-align: right;
}
.per-info.rtl .pi-avatar {
    left: auto;
    right: 12px;
}
.per-info.rtl .pi-avatar img {
    opacity: 0.7;
    filter: grayscale(1);
}
.per-info-xx .pix-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    max-width: 100%;
    right: 0;
    padding: 5px 12px;
}
.per-info-xx .pi-avatar {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    border: 4px solid #4c4f57;
    transform: none;
    display: block;
    float: left;
    margin-left: 6px;
}
.per-info-xx .pi-avatar img {
    opacity: 0.7;
    filter: grayscale(1);
}
.per-info .pi-avatar:hover img {
    opacity: 1 !important;
    filter: none !important;
}
.bac-list-wrap .bac-item .per-info {
    float: left;
    width: 50%;
}
.sub-box-voiceacting .bac-list-wrap .bac-item {
    width: 99%;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
}
.sub-box-voiceacting .bac-list-wrap .bac-item .per-info.rtl .pi-avatar img {
    filter: none;
    opacity: 1;
}
.sub-box-voiceacting .bac-list-wrap .bac-item .per-info.anime-info .pi-avatar {
    width: 45px;
    height: 60px;
    border-radius: 4px;
}
.show-more {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff5700;
    border-radius: 20px;
    min-width: 20rem;
    margin: 0.2em 35%;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
@media all and (max-width: 30em) {
    .show-more {
        display: block;
        margin: 0.2em auto;
        min-width: auto; /* Đặt lại giá trị min-width cho thiết bị có độ rộng nhỏ hơn 30em */
    }
}
.show-more:hover {
    background-color: #96c53d; /* Màu nền khi hover */
    color: #fff; /* Màu chữ khi hover */
}
.actor-page-wrap {
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    padding-left: 230px;
    z-index: 4;
}
.actor-page-wrap .prebreadcrumb {
    font-size: 12px;
}
.actor-page-wrap .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.actor-page-wrap .avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}
.actor-page-wrap .apw-detail {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.actor-page-wrap .apw-detail .name {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.actor-page-wrap .apw-detail .sub-name {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 20px;
}
.actor-page-wrap .apw-detail .bio {
    color: #ddd;
    line-height: 1.5em;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.actor-menu {
    background: rgba(17, 17, 17, 0.6);
    padding: 0 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.actor-menu .pre-tabs .nav-item .nav-link {
    font-size: 13px;
}
.sub-box {
    display: block;
    margin-bottom: 30px;
}
.sub-box .sub-box-head {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.sub-box.sub-box-actor .sub-box-list {
    margin: 0 -0.5%;
}
.sub-box .sub-box-list .per-info {
    margin: 0 0.5% 5px;
    height: 60px;
    width: 49%;
    float: left;
    background: rgba(255, 255, 255, 0.1);
}
.sub-box.sub-box-film .cbox.cbox-list {
    background: rgba(255, 255, 255, 0.1);
}
.actor-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
}
.actor-cover:before {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #202125;
    background: linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 100%);
}
.schedule-alert {
    display: block;
    clear: both;
    padding: 0;
    background-color: #08090b;
    overflow: hidden;
}
.schedule-alert .alert {
    border-radius: 6px;
    font-size: 12px;
    margin: 0 15px 15px;
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
    line-height: 1.5em;
    border: none !important;
    color: #fff;
    background: #08c;
}
.alert .icon-16 {
    font-size: 16px;
}
.schedule-alert .alert .close {
    text-shadow: none;
    color: #fff;
    margin-top: -3px;
}
.stx-center {
    padding: 60px 30px;
    text-align: center;
    background: #2a2c31;
    border-radius: 20px;
    margin: 0 0 50px;
}
.stx-center .stx-title {
    margin: 0;
    color: #ff5700;
}
.stx-center .description {
    margin: 20px auto 0;
    font-size: 1.1em;
    line-height: 1.4em;
    max-width: 600px;
}
.zr-news.zr-news-grid {
    margin: 0 -1%;
}
.zr-news.zr-news-grid .item {
    width: 23%;
    margin: 0 1% 30px;
    float: left;
}
.zr-news.zr-news-grid .item .zr-news-infor {
    min-height: 140px;
    background: #2a2c31;
    padding: 15px;
    margin-top: -4px;
}
.zr-news.zr-news-grid .item .zr-news-thumb {
    margin-bottom: 0;
}
.zr-news .item .zr-news-thumb {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}
.zr-news .item .zr-news-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.zr-news .item .zrn-title {
    color: #fff;
}
.zr-news .item .zrn-title:hover {
    color: #ff5700;
}
.zr-news .item .zrn-title .news-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zr-news .item .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    color: #ddd;
}
.zr-news.zr-news-list .item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 350px;
    min-height: 260px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3d3e44;
}
.zr-news.zr-news-list .item:last-of-type {
    border-bottom: none;
}
.zr-news.zr-news-list .item .news-title {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}
.zr-news.zr-news-list .item .zr-news-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    padding-bottom: 220px;
}
.zr-news.zr-news-list .item .description {
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.zr-news.zr-news-list .item.item-more {
    min-height: auto;
    padding: 0;
    margin: 0;
}
.zr-news.zr-news-list .item.item-more .btn-sm {
    padding: 10px 10px;
    background: #5c5d63;
    color: #fff;
}
.time-posted {
    font-size: 10px;
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
}
.layout-news .container {
    max-width: 1300px;
    padding-left: 15px;
}
.layout-news .container #main-sidebar {
    width: 400px;
}
.layout-news .container #main-content {
    width: calc(100% - 400px);
}
.news-article {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 80px;
}
.news-article .img-in-post {
    max-width: 100%;
    margin: 0 auto 20px;
}
.news-article .time-posted {
    margin-bottom: 20px;
}
.news-article > .news-title {
    font-size: 2.5em !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff5700;
}
.news-article .article-content h1 {
    font-size: 2em !important;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}
.news-article .article-content h2 {
    font-size: 1.6em !important;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}
.news-article .article-content h3 {
    font-size: 1.4em !important;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}
.news-article .article-content h4 {
    font-size: 1.2em !important;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}
.news-article img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 1em auto !important;
    max-height: 500px;
    display: block;
}
.news-article .description {
    margin-bottom: 15px;
}
.news-article .medium-size {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.premodal.premodal-characters .modal-dialog {
    max-width: 920px;
}
.modal-characters .bac-list-wrap {
    margin: 0 -8px;
}
.modal-characters .bac-list-wrap .bac-item {
    width: calc(50% - 16px);
    margin: 8px;
}
.bac-list-min .bac-item {
    background: 0 0;
}
.bac-list-min .bac-item .rtl {
    display: none;
}
.bac-list-min .bac-item .per-info {
    float: none;
    width: 100%;
    height: 60px;
}
.bac-list-min .bac-item .per-info .pi-name {
    -webkit-line-clamp: 1;
}
.bac-list-min .bac-item .per-info .pi-avatar {
    width: 35px;
    height: 35px;
    left: 0;
}
.bac-list-min .bac-item .per-info .pi-detail {
    left: 45px;
    right: 15px;
}
.bac-list-min .bac-item .per-info .pi-detail .pi-cast {
    display: none;
}
.bac-list-min .bac-item .per-info .pi-detail .pi-voice {
    font-size: 11px;
    max-width: 100%;
    padding: 3px 5px;
    background: #9ea5b7;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    line-height: 1.1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #111;
}
.dt-rate {
    max-width: 300px;
    width: 100%;
}
.block-rating {
    margin: 30px 0 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}
.block-rating .rating-result {
    position: relative;
    padding: 15px;
}
.block-rating .rating-result .rr-title {
    font-weight: 600;
    font-size: 14px;
}
.block-rating .rating-result .progress {
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 10px;
}
.block-rating .rating-result .progress .progress-bar {
    background-color: #ff5700 !important;
}
.block-rating .rating-result .rr-mark strong {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}
.block-rating .rating-result .rr-mark i {
    transform: scale(0.8);
}
.block-rating .description {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    font-size: 13px;
}
.block-rating .button-rate {
    margin: 0;
    overflow: hidden;
    opacity: 1;
}
.block-rating .button-rate button {
    width: 50%;
    margin: 0;
    float: left;
    display: block;
    background: #fff;
    border-radius: 0;
    opacity: 0.8;
    padding: 0.5rem;
}
.block-rating .button-rate button.rate-good {
    opacity: 0.9;
}
.block-rating .button-rate button.rate-normal {
    opacity: 0.85;
}
.block-rating .button-rate button span {
    font-size: 14px;
    font-weight: 500;
}
.block-rating .button-rate button:hover {
    opacity: 1;
}
.block-rating.rated .button-rate button {
    opacity: 0.5;
    filter: grayscale(1);
}
.block-rating.rated .button-rate button.emo-rated {
    opacity: 1 !important;
    filter: none;
}
.block-rating .button-rate button {
    width: 33.33%;
    font-size: 20px;
}
.block-rating .button-rate button span {
    display: block;
    margin: 2px 0 0 !important;
    font-size: 12px;
}
.dt-comment {
    margin-top: 1rem;
    width: 100%;
    overflow: hidden;
    max-width: 300px;
    color: #fff !important;
    display: block;
    position: relative;
    padding: 15px;
    padding-left: 60px;
    border-radius: 10px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.25);
}
.dt-comment i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    text-align: center;
    transform: translateY(-50%);
    color: #ff5700;
}
.dt-comment:before {
    content: "";
    width: 70px;
    height: 70px;
    /* background-image: url(../images/talk.png); */
    background-size: cover;
    position: absolute;
    right: 30px;
    bottom: 0;
}
.dt-comment .number {
    font-size: 16px;
    font-weight: 600;
}
.show-comments {
    background: #2a2c31;
    padding: 15px;
}
.show-comments .sc-button {
    margin: 50px 0;
    padding: 10px 16px;
    border-radius: 10px;
    background: #08c !important;
    border: none !important;
    box-shadow: none !important;
}
.comments-wrap {
    padding: 30px;
}
.comment-input,
.cw_list .cw_l-line {
    position: relative;
    padding-left: 55px;
    margin: 0.75rem 0;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.comment-input .user-avatar,
.cw_list .cw_l-line .user-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    padding-bottom: 40px;
}
.cw_l-line .ihead {
    display: block;
    margin-bottom: 3px;
}
.cw_l-line .ihead > div {
    display: inline;
    white-space: nowrap;
}
.cw_l-line .ihead > div.user-name {
    font-weight: 500;
}
.cw_l-line .ihead > div.eps,
.cw_l-line .ihead > div.time {
    font-size: 0.9em;
    color: #888;
    margin-left: 15px;
}
.cw_l-line .ibody {
    color: #ccc;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.cw_l-line .ibody p {
    margin-bottom: 0;
    line-height: 1.5;
    word-wrap: break-word;
}
.cw_l-line .ibody p a {
    color: #fff;
}
.cw_l-line .ibody p a.tag-name {
    color: #ff5700;
}
.cw_l-line .ibody.is-spoil p {
    display: none;
}
.cw_l-line .ibody.is-spoil p:last-of-type {
    display: block;
    white-space: nowrap;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    filter: blur(3px);
}
.cw_l-line .ibottom .ib-li {
    display: inline;
    margin-right: 1rem;
    position: relative;
}
.cw_l-line .ibottom .ib-li .btn {
    padding: 0;
    font-size: 0.9em;
}
.cw_l-line .ibottom .ib-li .btn.active,
.cw_l-line .ibottom .ib-li .btn:hover {
    color: #ff5700;
}
.cw_l-line .ibottom .ib-li.ib-like .btn.active i::before {
    font-weight: 900;
}
.cw_l-line .ibottom .ib-li.ib-dislike .btn.active {
    color: #ff6969;
}
.cw_l-line .ibottom .ib-li.ib-dislike .btn.active i::before {
    font-weight: 900;
}
.cw_l-line .replies {
    padding-top: 0.5rem;
}
.comment-input.is-reply,
.cw_l-line .replies > div > .cw_l-line {
    padding-left: 45px;
}
.comment-input.is-reply .user-avatar,
.cw_l-line .replies > div > .cw_l-line > .user-avatar {
    width: 30px;
    padding-bottom: 30px;
}
.dis-hover {
    background-color: #fff !important;
}
.dd-mute .btn {
    padding: 0.3rem 0.5rem !important;
    border: none !important;
    background-color: #e2e6ea !important;
    text-align: left;
    margin-top: 8px !important;
}
.dd-mute .btn:hover {
    background-color: #ffc8c8 !important;
    color: #111 !important;
}
.dd-mute .btn i {
    margin-left: 0 !important;
}
@media screen and (max-width: 379px) {
    .dd-mute .btn i {
        display: none;
    }
}
.user-name {
    color: #fff !important;
}
.user-name.is-level-x span {
    font-size: 9px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #94969d;
    border: 1px solid #94969d;
    padding: 1px 3px;
    border-radius: 0.25rem;
}
.user-name.is-level-a {
    color: #ffb526 !important;
}
.user-name.is-level-b {
    color: #ff426e !important;
}
.user-name.is-level-c {
    color: #b1ef97 !important;
}
.user-name.is-level-d {
    color: #4da6ff !important;
}
.user-name.is-level-mute {
    color: #777 !important;
    text-decoration: line-through;
}
.badg-level {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.badg-level.level-a {
    background-image: url(../images/level-a.png);
}
.badg-level.level-a.up-2 {
    background-image: url(../images/level-a-2.png);
}
.badg-level.level-a.up-3 {
    background-image: url(../images/level-a-3.png);
}
.badg-level.level-a.up-4 {
    background-image: url(../images/level-a-4.png);
}
.badg-level.level-b {
    background-image: url(../images/level-b.png);
}
.badg-level.level-c {
    background-image: url(../images/level-c.png);
}
.badg-level.level-d {
    background-image: url(../images/level-d.png);
}
.badg-level.level-mute {
    background-image: url(../images/level-muted.png);
}
.show-spoil .btn {
    font-size: 11px;
}
.rep-more .btn {
    color: #ff5700;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    box-shadow: none !important;
}
.rep-in .btn span::before {
    content: "View ";
}
.rep-in .btn.active span::before {
    content: "Hide ";
}
.rep-in .btn.active i {
    transform: rotate(180deg);
}
.sc-header {
    position: relative;
    margin-bottom: 1rem;
}
.sc-header .sc-h-title {
    line-height: 32px;
    font-weight: 600;
    font-size: 1em;
    float: left;
    margin-right: 1rem;
}
.sc-header .sc-h-from {
    float: left;
    position: relative;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}
.sc-header .sc-h-from:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1px;
    background-color: #444;
}
.sc-header .sc-h-from .btn {
    padding: 0;
    line-height: 32px;
}
.sc-header .sc-h-sort {
    float: right;
}
.sc-header .sc-h-sort .btn {
    padding: 0;
    line-height: 32px;
}
.comment-input {
    margin-bottom: 1.5rem;
}
.comment-input .user-name {
    margin-bottom: 0.75rem;
}
.comment-input.is-reply {
    margin-bottom: 0;
}
.preform.preform-dark .form-control {
    background-color: #4c4f57;
    color: #fff;
    border-radius: 0.3rem;
    box-shadow: none !important;
}
.preform.preform-dark .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}
.preform.preform-dark .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
.comment-input .preform.preform-dark {
    position: relative;
}
.comment-input .preform.preform-dark textarea.form-control {
    resize: none;
    box-shadow: none !important;
    height: 72px;
}
.comment-input .preform.preform-dark textarea.form-control.emo-on {
    padding-right: 40px;
}
.comment-input .ci-buttons {
    margin-top: 0.5rem;
}
.comment-input .ci-buttons .cb-li {
    float: left;
}
.comment-input .ci-buttons .cb-li .btn {
    font-size: 13px;
    padding: 0.3rem 0.5rem;
    line-height: 1.4;
    border: none !important;
    box-shadow: none !important;
}
.comment-input .ci-buttons .cb-li .btn.btn-spoil {
    padding: 0.3rem 0;
    color: #ccc;
}
.comment-input .ci-buttons .ci-b-left {
    float: left;
}
.comment-input .ci-buttons .ci-b-right {
    float: right;
}
.comment-input .ci-buttons .ci-b-right .btn-secondary {
    background: 0 0 !important;
}
.comment-input .ci-emo {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.comment-input .ci-emo .cb-icon {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #9d9fa6;
}
.comment-input.is-reply .preform.preform-dark textarea.form-control {
    height: 54px;
}
.cb-li .btn.btn-spoil i {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background-color: #4c4f57;
    font-size: 0;
}
.cb-li .btn.btn-spoil.active i {
    background-color: #ff5700;
    color: #111;
    font-size: 10px;
}
.player-controls .pc-right {
    float: right;
}
.player-controls .pc-item.pc-toggle {
    margin-right: 10px;
}
.toggle-basic {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    line-height: 30px;
}
.toggle-basic .tb-result {
    color: #ff5700;
    font-weight: 500;
    margin-left: 3px;
    width: 19px;
}
.toggle-basic .tb-result:before {
    content: "On";
}
.toggle-basic.off .tb-result:before {
    content: "Off";
    color: #ff3f29;
}
.anis-watch-wrap.active {
    z-index: auto;
}
.anis-watch-wrap.active .watch-player {
    position: relative;
}
.anis-watch-wrap.active .player-frame {
    position: relative;
    z-index: 999;
}
.anis-watch-wrap.active .anis-watch-tv {
    padding-left: 150px;
    padding-right: 150px;
    margin: 0 auto;
}
.pc-fav .dropdown-menu-model.dropdown-menu-normal {
    transform: none !important;
    top: 26px !important;
    right: 0 !important;
    left: auto !important;
}
.header-setting {
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    margin-left: 20px;
}
.sb-setting {
    display: none;
    overflow: hidden;
    width: 100%;
}
.sb-setting .display-setting .ds-text {
    font-size: 12px;
}
.hs-toggles {
    padding: 15px 0;
}
.hs-toggles .hst-item {
    display: block;
    float: left;
    margin-right: 20px;
    height: 40px;
}
.hs-toggles .hst-item .name {
    font-size: 11px;
    line-height: 20px;
}
.hs-toggles .hst-item .toggle-onoff {
    height: 18px;
    width: 36px;
    background: #4d5059 !important;
    margin-bottom: 2px;
}
.hs-toggles .hst-item .toggle-onoff > span {
    margin: 0;
    width: 18px;
    height: 18px;
    left: calc(100% - 18px);
    background: #ff5700;
}
.hs-toggles .hst-item .hst-icon {
    height: 20px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.hs-toggles .hst-item .hst-icon i {
    font-size: 20px;
    line-height: 20px;
    color: #ff5700;
}
.toggle-lang {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    height: 18px;
    border-radius: 3px;
    background: #4d5059 !important;
    margin-bottom: 2px;
}
.toggle-lang > span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    display: block;
    float: left;
    background: 0 0;
    color: #fff;
}
.toggle-lang > span:hover {
    color: #ff5700;
}
.toggle-lang > span.active {
    background: #ff5700;
    color: #111;
}
#big-search {
    max-width: 900px;
    margin: 50px auto;
}
#big-search .search-content input.search-input {
    height: 60px;
    font-size: 18px;
    padding: 10px 20px;
    padding-right: 80px;
    border-radius: 10px;
}
#big-search .search-content .search-icon {
    width: 70px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 24px;
    right: 0;
}
#filter-block {
    margin: 20px auto 40px;
}
#toggle-filter {
    display: none;
}
#filter-block.filter-hide {
    text-align: center;
}
#filter-block.filter-hide #cate-filter {
    display: none;
}
#filter-block.filter-hide #toggle-filter {
    display: block;
    margin: 0 auto 0;
    background: #2a2c31 !important;
    border-color: #2a2c31 !important;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
.avatar-list .item,
.bhs-item,
.choose-thumbnail *,
.display-setting,
.fdi-item,
.live__-create.live__-creat-time .form-control,
.nav-item,
.noselect,
.player-controls .pc-item,
.toggle-lang,
.toggle-onoff {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#episodes-content.demo .loading-relative {
    display: block !important;
}
#episodes-content.demo #seasons-block {
    display: none !important;
}
.dropdown-menu-noti {
    width: 280px;
    background: #3c3e48;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #ccc;
    border: none;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    transform: none !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
}
.dropdown-menu-noti .nnl-head {
    padding: 12px 15px;
    background: #4c4f57;
}
.dropdown-menu-noti .pre-tabs-min .nav-item .nav-link {
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1.5em !important;
}
.dropdown-menu-noti .dropdown-item {
    background: 0 0 !important;
    border-bottom: 1px solid #4a4d59;
}
.new-noti-list .nnl-item {
    border-bottom: 1px solid #4a4d59;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    opacity: 0.4;
}
.new-noti-list .nnl-item.new {
    opacity: 1;
}
.new-noti-list .nnl-item.with-poster {
    padding-left: 64px;
    min-height: 78px;
}
.new-noti-list .nnl-item .film-poster {
    width: 36px;
    padding-bottom: 0;
    height: 47px;
    bottom: 0;
    position: absolute;
    left: 15px;
    top: 15px;
}
.new-noti-list .nnl-item.with-avatar {
    padding-left: 64px;
    min-height: 78px;
}
.new-noti-list .nnl-item .user-avatar {
    width: 36px;
    padding-bottom: 36px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.new-noti-list .nnl-item:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}
.new-noti-list .nnl-item strong {
    font-weight: 500;
    color: #fff;
}
.new-noti-list .nnl-item.new strong.manga-name {
    color: #ff5700;
}
.new-noti-list .nnl-item .time {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    color: #888;
}
.new-noti-list .nnl-item.nnl-more {
    opacity: 1;
    background: #4a4d59 !important;
    color: #fff;
}
.new-noti-list .nnl-item.nnl-more:hover {
    color: #ff5700;
}
.new-noti-list .nnl-mark {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.new-noti-list .nnl-mark .btn-xs {
    font-size: 12px;
}
.new-noti-list .nnl-mark .btn-xs:hover {
    color: #ff5700;
}
.trending-list {
    padding-right: 60px;
    padding-left: 0;
    position: relative;
}
.trending-navi {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
}
.trending-navi > div {
    position: absolute;
    height: 48%;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2b31;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
}
.trending-navi > div.navi-prev {
    bottom: 0;
    top: auto;
}
.trending-navi > div:hover {
    background: #ff5700 !important;
    color: #111;
}
.trending-navi > div > i {
    position: absolute;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes trending-show {
    from {
        opacity: 0;
        height: 230px;
    }
    to {
        opacity: 1;
        height: auto;
    }
}
.trending-list {
    margin-left: -10px;
    margin-right: -10px;
}
.trending-list .item {
    height: auto;
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
}
.trending-list .item .inner {
    width: 100%;
    padding-bottom: 115%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.trending-list .item .number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 40px;
    text-align: center;
    font-weight: 600;
    cursor: default;
    background: #4a4b51;
    background: linear-gradient(180deg, #4a4b51 0, rgba(74, 75, 81, 0) 99%);
}
.trending-list .item .number span {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    color: #ff5700;
    z-index: 9;
    left: 0;
    right: 0;
}
.trending-list .item .number .film-title {
    width: 100px;
    text-align: left;
    height: 40px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 100px;
    width: 150px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    left: -55px;
    font-size: 14px;
    font-weight: 400;
}
.trending-list .item .film-poster {
    display: inline-block;
    background: #2a2c31;
    position: absolute;
    width: auto;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 0;
}
@media (max-width: 1365.9px) {
    .trending-list .item {
        width: 20%;
    }
}
@media (max-width: 1199.9px) {
    .trending-list .item {
        width: 25%;
    }
}
@media (max-width: 991.9px) {
    .trending-list .item {
        width: 33.3333333333%;
    }
}
@media (max-width: 767.9px) {
    .trending-list .item {
        width: 50%;
    }
}
#anime-trending {
    margin-bottom: 0;
    padding: 0 0 40px;
    background: #121315;
    background: linear-gradient(0deg, #121315 0, rgba(18, 19, 21, 0) 99%);
}
#anime-trending .block_area {
    margin-bottom: 0;
}
.share-buttons {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.share-buttons .share-buttons-block {
    padding: 20px 0;
    position: relative;
}
.share-buttons .share-buttons-block .share-icon {
    display: none;
}
.share-buttons .share-buttons-block .sbb-title {
    display: block;
    font-size: 14px;
    float: left;
    padding: 2px 0 2px 20px;
    border-left: 2px solid #ff5700;
    margin-right: 20px;
    position: relative;
}
.share-buttons .share-buttons-block .sbb-title span {
    font-weight: 600;
    font-size: 14px;
    color: #ff5700;
    font-size: 16px;
    text-transform: capitalize;
}
.share-buttons .share-buttons-block .addthis_inline_share_toolbox {
    float: left;
    clear: none !important;
}
.share-buttons.share-buttons-home {
    background-color: #121315;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}
.share-buttons.share-buttons-home .share-buttons-block {
    margin-top: -20px;
    padding: 20px 0 20px 80px;
}
.share-buttons.share-buttons-home .share-buttons-block .share-icon {
    display: inline-block;
}
.share-buttons.share-buttons-home .sbb-title {
    padding-left: 0;
    border-left: none;
}
.share-buttons.share-buttons-detail {
    background-color: #121315;
    margin-top: -30px;
}
.share-buttons.share-buttons-watch {
    background-color: #000;
    margin-bottom: -4px !important;
}
.share-buttons.share-buttons-watch .share-buttons-block {
    padding: 14px 0 !important;
}
.share-buttons.share-buttons-min {
    margin-bottom: 0;
}
.share-buttons.share-buttons-min .at-resp-share-element .at-share-btn .at-label {
    display: none !important;
}
.share-buttons.share-buttons-pop .share-buttons-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.share-buttons.share-buttons-pop .share-buttons-block .addthis_inline_share_toolbox {
    float: none;
}
.share-buttons .share-buttons-block .at-icon-wrapper {
    margin-bottom: 0 !important;
}
.event-block {
    position: relative;
}
.event-block .event_-focus {
    width: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    overflow: hidden;
}
.event-block .event_-focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.event-block .event_-focus .event__-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 40px;
    z-index: 4;
}
.event-block .event_-focus .title {
    font-size: 40px;
    font-family: Pacifico;
    color: #ecff91;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-shadow: 4px 4px 0 rgba(81, 227, 200, 0.6);
}
.event-block .event_-focus .description {
    font-size: 14px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.event-block .event_-focus .event__-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    filter: grayscale(1);
    opacity: 0.2;
}
.event-block .event_-list {
    position: relative;
    float: right;
    width: calc(100% - 500px);
}
.event-block .event_-list .item {
    float: left;
    width: 20%;
    padding: 30px 20px;
    background: #fff;
    background: linear-gradient(-135deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%);
}
.event-block .event_-list .item .film-poster {
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 160px;
    padding-bottom: 160px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.event-block .event_-list .item .film-detail {
    text-align: center;
}
.event-block .event_-list .item .film-detail .fd-infor {
    font-size: 13px;
}
.event-block .event_-list .item .film-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-block .event_-list .item .dot {
    background: #999;
}
.event-tag {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -30px;
    top: -30px;
    overflow: hidden;
    z-index: 5;
}
.event-tag span {
    line-height: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-top: 43px;
    transform: rotate(-45deg);
    background: #fff;
}
.eb-color-purple {
    background: #453082;
}
.eb-color-purple .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #453082 90%);
}
.eb-color-pink {
    background: #823056;
}
.eb-color-pink .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #823056 90%);
}
.eb-color-pink .event_-focus .title {
    color: #ffe8f6;
    text-shadow: 4px 4px 0 rgba(227, 81, 177, 0.6);
}
.eb-color-red {
    background: #801d1d;
}
.eb-color-red .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #801d1d 90%);
}
.eb-color-red .event_-focus .title {
    color: #fff1c8;
    text-shadow: 4px 4px 0 rgba(255, 124, 124, 0.6);
}
.eb-color-green {
    background: #4c791f;
}
.eb-color-green .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #4c791f 90%);
}
.eb-color-cyan {
    background: #308282;
}
.eb-color-cyan .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #308282 90%);
}
.eb-color-cyan .event_-focus .title {
    text-shadow: 4px 4px 0 rgba(61, 255, 118, 0.6);
}
.eb-color-blue {
    background: #25559f;
}
.eb-color-blue .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #25559f 90%);
}
.eb-color-blue .event_-focus .title {
    color: #91f0ff;
    text-shadow: 4px 4px 0 rgba(89, 216, 255, 0.6);
}
.eb-color-yellow {
    background: #b79739;
}
.eb-color-yellow .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #b79739 90%);
}
.eb-color-yellow .event_-focus .title {
    color: #fff9dc;
    text-shadow: 4px 4px 0 rgba(100, 86, 45, 0.6);
}
.eb-color-gray {
    background: #686973;
}
.eb-color-gray .event_-focus:before {
    background: radial-gradient(circle, transparent 20%, #686973 90%);
}
.eb-color-gray .event_-focus .title {
    color: #fff9dc;
    text-shadow: 4px 4px 0 #aeaeae;
}
.event_page {
    margin: 0 auto 100px;
}
.event-block-full {
    margin-top: -30px;
    margin-bottom: 60px;
}
.event-block-full .event_-focus {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    padding: 0 0 120px !important;
}
.event-block-full .event_-focus .event__-cover {
    opacity: 0.1;
}
.event-block-full .event_-focus .event__-content {
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    position: relative;
    text-align: center;
    padding: 120px 20px;
    max-width: 800px;
    margin: 0 auto;
}
.event-block-full .event_-focus .description {
    display: block;
}
.event-block-full .event_-focus .others {
    margin-bottom: 20px;
}
.ep_-list {
    padding: 15px 15px 60px;
    position: relative;
    z-index: 10;
    margin-top: -200px;
}
.ep_-list .ep__-ul {
    text-align: center;
    position: relative;
    z-index: 9;
}
.ep_-list .ep__-ul .item {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px;
}
.ep_-list .ep__-ul .item .film-detail {
    height: 80px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}
.ep_-list .ep__-ul .item .film-name {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ep_-list .ep__-ul .item .film-poster {
    padding-bottom: 130%;
}
.ep_-list .ep__-ul .item .fd-infor {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}
.event-other {
    width: 100%;
}
.event-other .eo_-list {
    margin: 0 -15px;
}
.event-other .eo_-list .item {
    float: left;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
    padding-left: 200px;
    position: relative;
}
.event-other .eo_-list .item .item-cover {
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.event-other .eo_-list .item .item-detail {
    padding: 20px;
    height: 210px;
    background: #2a2c31;
    font-size: 13px;
    color: #aaa;
}
.event-other .eo_-list .item .item-detail .event-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.4em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-other .eo_-list .item .item-detail .description {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-other .eo_-list .item .item-detail .others {
    margin-bottom: 20px;
}
.contact-social-icons {
    max-width: 630px;
}
.contact-social-icons .block {
    margin: 0 10px 10px 0;
    display: block;
    float: left;
}
.contact-social-icons .btn {
    border: none !important;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: 0 !important;
    box-shadow: none;
}
.contact-social-icons .btn:hover {
    background: rgba(255, 255, 255, 0.15);
}
.contact-social-icons .icon-rounder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}
.contact-social-icons .csib-link {
    float: left;
    line-height: 36px;
    min-width: 80px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}
.icon-rounder-facebook {
    background: #3b5997 !important;
}
.icon-rounder-twitter {
    background: #1da1f2 !important;
}
.icon-rounder-telegram {
    background: #08c !important;
}
.icon-rounder-discord {
    background: #a052ff !important;
}
.icon-rounder-reddit {
    background: #ff3c1f !important;
}
.no-content-block {
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 100px 0;
    background: #2a2c31;
    background: linear-gradient(0deg, rgba(42, 44, 49, 0) 0, #2a2c31 100%);
}
.zr-alert {
    margin: 60px auto 0;
    display: inline-block;
    width: 460px;
    background: #595c64;
    padding: 30px 40px;
    border-radius: 16px;
    padding-left: 170px;
    max-width: 100%;
    position: relative;
}
.zr-alert.zr-alert-01 {
    padding-left: 170px;
}
.zr-alert .zr-alert-icon {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 175px;
}
.zr-alert .zr-alert-icon img {
    width: 100%;
    height: auto;
}
.zr-alert .zr-alert-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.block_area.block_area-promotions {
    margin-bottom: 15px;
}
.screen-items {
    margin: 0 -7px;
}
.screen-items .item {
    float: left;
    width: calc(20% - 14px);
    cursor: pointer;
    margin: 0 7px 20px;
    background: #35373d;
}
.screen-items .item .screen-item-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
    float: left;
}
.screen-items .item .screen-item-thumbnail .sit-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}
.screen-items .item .icon-play {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.screen-items .item .icon-play i {
    line-height: 46px;
    font-size: 14px;
    color: #fff;
}
.screen-items .item .screen-item-info {
    padding: 10px 12px;
    width: 100%;
    float: left;
}
.screen-items .item .sii-title {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    white-space: nowrap;
}
.screen-items .item .sii-time {
    font-size: 12px;
    color: #aaa;
}
.screen-items .item:hover .icon-play {
    background: #ff5700;
    border-color: #ff5700;
}
.screen-items .item:hover .icon-play i {
    color: #111;
}
.screen-items .item:hover .sii-title {
    color: #ff5700;
}
.premodal.premodal-video .modal-content .modal-body {
    padding: 0 10px 10px 10px;
}
.premodal.premodal-video .modal-dialog {
    max-width: 800px;
}
.premodal.premodal-video .modal-content .modal-header {
    padding: 15px;
}
.premodal.premodal-video .modal-content .modal-header .modal-title {
    font-size: 16px;
}
.dub-icon-s {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}
.dub-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
}
.dub-close:hover {
    opacity: 1;
}
.dub-close span {
    display: none;
}
.dub-icon {
    background-image: url(../images/dub-icon.png);
    background-size: cover;
    background-position: center center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.share-icon {
    /* background-image: url(../images/icon_tv.png); */
    background-size: cover;
    background-position: center center;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: -10px;
    text-align: center;
}
.dub-icon.dub-icon-02 {
    background-image: url(../images/dub-icon-02.png);
    width: 100px;
    height: 100px;
}
.user-avatar {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.live__-wrap .item .live-thumbnail .live-thumbnail-img,
.user-avatar .user-avatar-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.livestream_body {
    background: #0f1631 url(../images/live-bg.jpg) bottom center repeat-x;
}
.livestream_body #header {
    background: rgba(25, 33, 66, 0.9) !important;
}
.livestream_body #footer {
    background: #0a1026;
}
.livestream_body #footer .footer-toggle-block {
    background: 0 0;
}
.livestream_body .block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
    background: rgba(255, 255, 255, 0.2);
}
.livestream_body .block_area .block_area-header .bah-sort .bhs-item.bhs-item-mychannel .bhsi-name {
    background: #fff;
    color: #111;
}
.livestream_body .modal-backdrop.show {
    background: #0f1631;
}
.livestream_body #main-wrapper {
    min-height: calc(100vh - 285px);
}
.livestream_page {
    max-width: 1260px;
    margin: 0 auto;
}
.livestream_page.livestream_page-min {
    max-width: 600px;
}
.livestream_page .container {
    padding: 0 15px;
}
.block_area.block_area-live .block_area-header .bah-sort {
    float: none;
}
.live_content {
    margin-bottom: 60px;
}
.block_area-live-create .live_content {
    background: #272e46;
    border-radius: 20px;
    overflow: hidden;
}
.live__-wrap {
    margin: 0 -7px 15px;
}
.live__-wrap .item {
    float: left;
    width: calc(25% - 14px);
    margin: 0 7px 20px;
}
.live__-wrap .item .live-thumbnail {
    width: 100%;
    padding-bottom: 56%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.live__-wrap .item .live-thumbnail .live-thumbnail-img {
    opacity: 1;
}
.live__-wrap .item.item-countdown .live-thumbnail .live-thumbnail-img {
    display: none;
}
.live__-wrap .item.item-countdown .live-thumbnail .live-thumbnail-blur {
    filter: blur(3px);
}
.live__-wrap .item:hover .live-thumbnail .live-thumbnail-img {
    opacity: 1;
    transform: scale(1.1);
}
.live__-wrap .item .live-info .owner {
    padding-left: 55px;
    position: relative;
    font-size: 12px;
    color: #999;
    min-height: 63px;
}
.live__-wrap .item.my-item .live-info .owner {
    padding-right: 28px;
}
.live__-wrap .item .live-info .owner .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}
.live__-wrap .item .live-info .owner .uc-info {
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.live__-wrap .item .live-info .owner .uc-info strong {
    font-weight: 600;
    color: #ff5700;
    max-width: 110px;
    display: block;
    float: left;
}
.live__-wrap .item .live-info .owner .uc-option {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
}
.live__-wrap .item .live-info .owner .uc-option:hover {
    background: rgba(255, 255, 255, 0.1);
}
.live__-wrap .item .live-info .owner .uc-option span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    width: 26px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.live__-wrap .item .live-info .live-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_area-live .h2-heading {
    font-size: 40px !important;
    font-weight: 600;
}
.live-tick {
    position: absolute;
    z-index: 3;
    left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #ccc;
    line-height: 1em;
}
.live-tick.live-tick-pick,
.live-tick.live-tick-viewer {
    bottom: 10px;
}
.live-tick.live-tick-tag {
    top: 10px;
    background: #c8282b;
    font-weight: 600;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
}
.live-tick.live-tick-tag .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 3px 5px 0 0;
    float: left;
}
.live-tick.live-tick-tag span {
    opacity: 0;
    animation: flash 1s infinite;
}
.live-tick.live-tick-pending {
    top: 10px;
    left: 10px;
}
.live-tick.live-tick-ended {
    top: 10px;
    left: 10px;
    color: #ffc95c;
}
.live-tick.live-tick-status {
    top: 10px;
}
.live-tick.live-tick-eps {
    bottom: 10px;
    left: auto;
    right: 10px;
    font-weight: 600;
}
.live-tick.live-tick-option {
    bottom: auto;
    left: auto;
    top: 10px;
    right: 10px;
}
.live-tick.live-tick-countdown {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background: 0 0;
    color: #fff;
    box-shadow: none !important;
}
.live-tick.live-tick-countdown span {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 6px;
    font-weight: 400;
}
@keyframes flash {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.btn-wait {
    cursor: default;
}
.btn-wait:after {
    content: "";
    animation: text-wait 2s infinite;
}
@keyframes text-wait {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}
.live__-bottom {
    padding: 30px;
    position: relative;
}
.choose-name,
.choose-type {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.choose-name {
    padding-top: 10px;
}
.choose-type .pre-tabs-min .nav-item {
    margin: 3px 6px 3px 0;
}
.choose-type .pre-tabs-min .nav-item .nav-link {
    font-size: 12px;
    font-weight: 500;
    min-width: auto;
    padding: 6px 8px;
    background: 0 0 !important;
}
.choose-type .pre-tabs-min .nav-item .nav-link.active {
    background: #ff5700 !important;
}
.choose-name .form-control {
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 6px;
}
.live__-create.live__-creat-time .pre-tabs-min {
    margin-bottom: 10px;
}
.live__-create.choose-type .pre-tabs-min {
    margin-bottom: 0;
}
.live__-create.live__-creat-time {
    padding: 30px 30px 20px;
    border-radius: 0;
    background: #272e46;
    background: linear-gradient(0deg, #272e46 0, #192037 100%);
}
.live___-detail {
    position: relative;
    padding: 30px 30px 30px 160px;
    min-height: 208px;
    overflow: hidden;
}
.live___-detail .anis-cover {
    z-index: 1 !important;
    position: absolute;
}
.live___-detail:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    z-index: 2;
    background: #272e46;
    background: linear-gradient(180deg, rgba(39, 46, 70, 0) 0, #272e46 100%);
}
.live___-detail > div {
    position: relative;
    z-index: 3;
}
.live___-detail .dot {
    background: rgba(255, 255, 255, 0.5);
}
.live___-detail .film-poster {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
    padding-bottom: 148px;
    border-radius: 6px;
}
.live___-detail .film-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.live___-detail .film-name .ep-style {
    color: #ff5700;
}
.live___-detail .film-stats {
    margin-bottom: 15px;
}
.live___-detail .film-description {
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.live__-create.live__-creat-time .live-time,
.lv-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.live__-create.live__-creat-time .small,
.lv-small {
    font-size: 13px;
}
.live__-create.live__-creat-time .form-group {
    margin: 0 !important;
    min-height: 46px;
}
.live__-create.live__-creat-time .form-group .control-label {
    display: none;
}
.live__-create.live__-creat-time .form-control {
    font-weight: 600;
    text-align: center;
    color: #272e46;
    font-size: 24px;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    padding: 5px 20px !important;
    background: #fff;
    border-radius: 6px;
}
.live__-create.live__-creat-time .live-public {
    margin-top: 30px;
}
.live_-start {
    position: relative;
}
.live_-start .ls__-tabs li {
    margin-right: 30px;
    margin-bottom: 5px;
}
.live_-start .ls__-tabs li a.nav-link {
    background: 0 0 !important;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.live_-start .ls__-tabs li a.nav-link i {
    opacity: 0.3;
}
.live_-start .ls__-tabs li a.nav-link.active {
    background: 0 0 !important;
    padding: 0;
    color: #ff5700 !important;
}
.live_-start .ls__-tabs li a.nav-link.active i {
    opacity: 1;
}
.live_-start .ls__-tabs li a.nav-link:hover i {
    opacity: 1;
}
.live_-start .ls__-tabs li a.nav-link.active i:before {
    content: "\f058";
}
.live-btn {
    margin-top: 30px;
    overflow: hidden;
}
.live-btn .btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px 20px;
    border: none !important;
    box-shadow: none !important;
}
.live-btn .btn.btn-focus {
    width: 360px;
    float: left;
}
.live-btn .btn.btn-light {
    width: calc(100% - 375px);
    background: #545975 !important;
    color: #fff !important;
    float: right;
    margin: 0;
}
.toggle-wrap {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.toggle-wrap .toggle-onoff {
    float: left;
    margin-right: 10px;
}
.toggle-wrap .toggle-label {
    font-weight: 500;
    line-height: 24px;
}
.uc-option .dropdown-menu {
    position: absolute !important;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}
.premodal-newroom .modal-dialog .modal-content {
    background: #354173;
}
.premodal-newroom .modal-dialog .modal-content .btn-dark {
    background: #111;
    font-size: 12px;
    border: none !important;
}
.zicon {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}
.zicon-20 {
    width: 20px;
    height: 20px;
}
.zicon-14 {
    width: 14px;
    height: 14px;
}
.zicon.zicon-live {
    background-image: url(../images/live.svg);
}
.block_area-live.block_area-live-create .h2-heading {
    margin: 30px 0 !important;
}
.livestream_body.livestream_body-watch {
    background: #0f1631 !important;
}
.livestream_body.livestream_body-watch #main-wrapper {
    margin-bottom: 20px;
}
.livestream_body.livestream_body-watch #header .container {
    max-width: none !important;
}
.livestream_body.livestream_body-watch #header #logo {
    margin-left: 65px;
}
.ls__-wrap {
    position: fixed;
    top: 70px;
    left: 80px;
    right: 0;
    padding-right: 340px;
    bottom: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ls__-wrap::-webkit-scrollbar {
    display: none;
}
#player-wrapper {
    position: relative;
    height: calc(100vh - 155px);
}
.ls___-player .player-mask {
    z-index: 9;
}
.ls___-player .player-mask .anis-cover {
    filter: blur(40px);
    opacity: 0.4;
    top: -10%;
    left: -10%;
    right: -10%;
    bottom: -10%;
}
.ls___-player .player-16x9,
.ls___-player .player-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #000;
}
.ls___-player #video-player,
.ls___-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.zcontainer {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.ls___-animeinfo {
    max-width: 1260px;
    margin: 0 auto 30px;
}
.ls___-animeinfo .ls____-content {
    padding: 30px;
    padding-left: 190px;
    min-height: 220px;
    position: relative;
    background: #222c53;
    border-radius: 0;
    overflow: hidden;
}
.ls___-animeinfo .film-poster {
    width: 160px;
    padding-bottom: unset;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.ls___-animeinfo .film-info .film-name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}
.ls___-animeinfo .film-info .film-name .ep-style {
    color: #ff5700;
}
.ls___-animeinfo .film-info .film-description {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ls___-animeinfo .film-info .more .btn-xs {
    padding: 4px 6px;
}
.ls___-detail {
    margin-bottom: 60px;
    padding: 20px 0;
    background: #222c53;
    overflow: hidden;
    position: relative;
}
.ls___-detail .live-owner {
    float: left;
    width: 600px;
    position: relative;
    padding-left: 60px;
}
.ls___-detail .live-owner .user-avatar {
    width: 45px;
    padding-bottom: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.ls___-detail .live-owner .user-created .uc-name {
    font-size: 16px;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.3em;
    max-width: 170px;
}
.ls___-detail .live-owner .user-created .time {
    opacity: 0.5;
    font-size: 13px;
    margin-bottom: 2px;
}
.ls___-detail .live-stats {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.ls___-detail .live-stats .item {
    float: left;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 1px;
}
.ls___-detail .live-stats .item.item-online {
    color: #ff5700;
}
.ls___-detail .live-stats .item.item-online span:after {
    content: " viewers";
}
.ls___-detail .live-stats .item.item-time {
    margin-left: 30px;
}
.ls___-detail .live-stats .item i {
    font-size: 12px;
    float: left;
    line-height: 20px;
    margin-right: 10px !important;
}
.ls___-related {
    max-width: 1260px;
    margin: 0 auto;
}
.ls___-related .live_content {
    margin-bottom: 0;
}
.ls___-chatbox {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    width: 340px;
    background: #0a0d1a;
    z-index: 9;
    font-size: 13px;
}
.ls___-chatbox .chatbox_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input {
    padding: 10px;
    background: #0a0d1a;
    z-index: 99;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-form {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn {
    margin-bottom: 5px;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .item {
    position: relative;
    float: left;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .item-mobilemod {
    display: none;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .btn {
    font-size: 13px;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .btn.btn-blank {
    color: #b3bddf;
    background: 0 0 !important;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .btn.btn-blank:hover {
    color: #fff;
}
.chatbox__-form .chatbox___-emo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
.chatbox__-form .chatbox___-emo .cb-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #b3bddf;
    cursor: pointer;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .form-control-textarea {
    font-size: 13px;
    font-weight: 500;
    padding: 14px 15px;
    padding-right: 40px;
    resize: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1a1f31;
    box-shadow: none;
    color: #fff;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .form-control-textarea:focus {
    background: #252c44;
    border-color: transparent;
    box-shadow: 0 0 0 2px #ff5700;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .form-control-textarea::-moz-placeholder {
    color: #7c83a6;
}
.ls___-chatbox .chatbox_wrap .chatbox_-input .form-control-textarea::placeholder {
    color: #7c83a6;
}
.chatbox_-room {
    padding: 20px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 120px;
    overflow: auto;
}
.chatbox_-room .item {
    margin-bottom: 20px;
    position: relative;
}
.chatbox_-room .item.item-blank {
    margin-bottom: 0;
}
.chatbox_-room .item.item-chat {
    padding-left: 40px;
}
.chatbox_-room .item .ic_user {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}
.chatbox_-room .item .ic_option {
    position: absolute;
    top: 0;
    right: 0;
}
.chatbox_-room .item .ic_option .btn-xs {
    width: 18px;
    color: #b3bddf;
    opacity: 0;
}
.chatbox_-room .item .ic_option .dropdown-menu {
    min-width: auto !important;
}
.chatbox_-room .item:hover .ic_option .btn-xs {
    opacity: 1;
}
.chatbox_-room .item .ic_text {
    padding: 0;
}
.chatbox_-room .item .ic_text .name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 160px;
}
.chatbox_-room .item .ic_text .subject {
    font-size: 12px;
    color: #b3bddf;
}
.chatbox_-room .item .ic_text .subject p {
    margin-bottom: 0;
}
.chatbox_-room .item .ic_text .subject .reply {
    color: #4bea9f;
    cursor: pointer;
}
.chatbox_-room .item .ic_text > .sticker {
    margin-top: 10px;
}
.chatbox_-room .item .ic_text > .sticker img {
    width: 100px;
    height: auto;
}
.chatbox_-room .item.item-mine .ic_text .name {
    color: #ff5700;
}
.chatbox_-room .item.item-mine:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5700;
    position: absolute;
    top: 10px;
    left: -13px;
}
.chatbox_-room .item.item-alert .alert {
    padding: 14px 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    border: none !important;
    font-weight: 500;
    font-size: 13px;
}
.chatbox_-room .item.item-alert .alert.alert-info {
    background: #222c53;
    color: #fff;
}
.chatbox_-room .item.item-alert .alert strong {
    font-weight: 700;
    color: #4bea9f;
}
.chatbox_-room .item.item-alert .alert p {
    margin-bottom: 0;
}
.chatbox_-room .item.item-user {
    text-align: center;
    color: #b3bddf;
    background: #1a1f31;
    border-radius: 8px;
    padding: 10px;
}
.chatbox_-room .item.item-user strong {
    font-weight: 600;
    display: inline-block;
    max-width: 120px;
    vertical-align: bottom;
}
.chatbox_-room .item.item-load .text {
    font-size: 12px;
    color: #7d8bc4;
    font-weight: 500;
    cursor: pointer;
    line-height: 26px;
}
.chatbox_-room .item.item-load .load-icon .spinner-border {
    width: 25px;
    height: 25px;
    border: 3px solid #7d8bc4;
    border-right-color: transparent !important;
}
.new-mes {
    position: absolute;
    z-index: 99;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 30px;
    background: #1e76ff;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(10, 13, 26, 0.6);
    animation: load-mes 0.5s linear infinite;
}
@keyframes load-mes {
    0% {
        bottom: 125px;
    }
    50% {
        bottom: 130px;
    }
    100% {
        bottom: 125px;
    }
}
#chat_off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0d1a;
    z-index: 99;
    display: none;
}
#chat_off .chat_off-content {
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#chat_off .chat_off-content .text {
    margin-bottom: 20px;
    font-size: 14px;
}
.ls___-chatbox.turn-off-chat #chat_off {
    display: block;
}
.ls___-chatbox.turn-off-chat .chatbox_wrap {
    display: none;
}
.w-sticker .tab-content {
    position: relative;
}
.emo-list {
    overflow: hidden;
    width: 360px;
    padding: 10px;
}
.emo-list .el-item {
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 20px 0;
    font-size: 26px;
    cursor: pointer;
}
.emo-list .el-item:hover {
    background: #eee;
    border-radius: 6px;
}
.sticker-list {
    width: 360px;
    padding: 10px;
    max-height: 360px;
    overflow: hidden;
}
.sticker-list .sl-item {
    float: left;
    width: 33.33%;
    padding: 10px;
    cursor: pointer;
}
.sticker-list .sl-item .sli-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.sticker-list .sl-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.sticker-list .sl-item:hover {
    background: #eee;
    border-radius: 6px;
}
.dropdown-menu-model.w-sticker {
    max-height: none;
    overflow: hidden;
}
.dropdown-menu-model.w-sticker .ps__thumb-y {
    background-color: #bbb !important;
}
.nav-tabs-simple {
    padding: 0 20px;
}
.nav-tabs-simple .nav-link {
    border: none !important;
    border-bottom: 3px solid transparent !important;
    font-size: 13px;
    color: #111;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    margin-right: 20px;
}
.nav-tabs-simple .nav-link.active {
    border-bottom-color: #ff5700 !important;
}
.ls___-chatbox .chatbox_wrap.display-sticker .chatbox_-room {
    bottom: 230px;
}
.added-sticker {
    width: 90px;
    height: 90px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}
.added-sticker .as-image {
    position: relative;
}
.added-sticker .as-image img {
    width: 100%;
    height: 100%;
}
.added-sticker .as-image .as-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #7d8bc4;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.dr-bottom-left {
    transform: none !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: 100% !important;
}
.dr-bottom-right {
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: 100% !important;
}
.chatbox_-input .form-control-textarea {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.chatbox_-input .form-control-textarea::-webkit-scrollbar {
    display: none;
}
#open-comment {
    margin: 30px auto;
    width: calc(100% - 40px);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.block-show {
    display: block !important;
}
.block-hide {
    display: none !important;
}
.ls___-player-cd .anis-cover {
    opacity: 0.3;
}
.ls___-player-cd .player-countdown {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
}
.ls___-player-cd .player-countdown .title-cd {
    font-size: 2em;
    margin-bottom: 30px;
}
.ls___-player-cd .player-countdown .countdown-style {
    font-size: 3em;
    font-weight: 700;
    color: #ff5700;
}
.ls___-player .pc-share {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 16px;
    border-radius: 40px;
    display: inline-block;
}
.ls___-player .pc-share a {
    color: #ff5700;
    font-weight: 600;
}
.ls___-player .center-block {
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 30px;
}
.center-block .user-avatar {
    width: 100px;
    padding-bottom: 100px;
}
.center-block.pending-block .user-avatar {
    margin: -80px auto 10px;
}
.center-block.pending-block .small {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 5px;
}
.center-block.pending-block .username {
    font-weight: 600;
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.center-block .cb-button {
    margin-top: 20px;
}
.center-block .cb-button .btn {
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
}
.center-block .cb-button .btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.schedule-full .bah-time {
    line-height: 28px;
    padding: 0 10px;
    background: #613559;
    border-radius: 40px;
    margin: 6px 0;
    font-size: 14px;
    font-weight: 500;
}
.schedule-sidebar .bah-time {
    position: absolute;
    bottom: -15px;
    text-align: center;
    background: #613559;
    padding: 8px 15px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.schedule-sidebar .block_area-header-tabs {
    padding-bottom: 20px !important;
    position: relative;
}
.time-zone {
    text-align: center;
}
.time-zone .btn {
    line-height: 32px;
    padding: 0 15px;
    border: none;
    font-size: 13px;
    font-weight: 500;
}
.time-zone > .preform {
    display: inline-block;
    margin: 0 auto 20px;
}
.time-zone > .preform .form-control {
    background: #3d404a;
    border: none;
    color: #fff;
    height: 32px;
}
.current-time {
    font-weight: 600;
    font-size: 15px;
}
.pc-resize {
    display: none;
}
.cbox.cbox-collapse .anif-block-ul li:nth-of-type(n + 7) {
    display: none;
}
.cbox.cbox-collapse .anif-block-ul li:nth-of-type(6) {
    border-bottom-width: 0;
}
.cbox.cbox-collapse .anif-block-ul.no-limit li {
    display: block;
    border-bottom-width: 1px !important;
}
.choose-thumbnail {
    padding: 30px 30px 0;
    border-radius: 0;
}
.choose-thumbnail .lv-list {
    margin: 15px -7px 0;
}
.choose-thumbnail .lv-list .item {
    float: left;
    width: calc(33.3333% - 14px);
    margin: 7px;
    cursor: pointer;
    position: relative;
    border: 3px solid #272e46;
    border-radius: 9px;
    opacity: 0.5;
}
.choose-thumbnail .lv-list .item:hover {
    opacity: 1;
}
.choose-thumbnail .lv-list .item:hover .live-thumbnail {
    filter: none;
}
.choose-thumbnail .lv-list .item .live-thumbnail {
    width: 100%;
    padding-bottom: 53%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    filter: grayscale(0.5);
}
.choose-thumbnail .lv-list .item .live-thumbnail .live-thumbnail-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.choose-thumbnail .lv-list .item.active {
    border-color: #ff5700;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.choose-thumbnail .lv-list .item.active .live-thumbnail {
    filter: grayscale(0);
}
.player-servers {
    padding: 0 15px 15px;
    background: #08090b;
    overflow: hidden;
    padding-left: 245px;
    position: relative;
}
.player-servers #servers-content {
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    min-height: 100px;
    background: #202125;
}
.player-servers .ps_-status {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 15px;
    right: auto;
    width: 300px;
    border-radius: 6px 0 0 6px;
    background: #34363c;
}
.player-servers .ps_-status .server-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: block;
    padding: 6px 15px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    width: 100%;
    color: #fff;
}
.player-servers .ps_-status .server-notice strong {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.player-servers .ps_-status .server-notice b {
    font-weight: 700;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.player-servers .ps_-status .server-notice i {
    font-size: 18px;
    margin-right: 3px;
    font-style: normal;
}
.player-servers .ps_-status .anis-cover {
    opacity: 0.1;
    filter: blur(10px);
}
.player-servers .ps_-block {
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
    padding-left: 110px;
    border-bottom: 1px dashed #35373d;
}
.player-servers .ps_-block:last-of-type {
    border: none;
}
.player-servers .ps_-block .ps__-title {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 13px;
    line-height: 34px;
    font-weight: 600;
}
.player-servers .ps_-block .ps__-title i {
    width: 16px;
    text-align: left;
    color: #ff5700;
}
.player-servers .ps_-block .small {
    font-size: 13px;
    padding: 15px 0 0;
    max-width: 400px;
}
.player-servers .ps_-block .small strong {
    font-weight: 600;
    color: #ff5700;
}
.ps__-list .item {
    float: left;
    margin-right: 7px;
}
.ps__-list .item .btn {
    font-size: 13px;
    box-shadow: none !important;
    font-weight: 500;
    padding: 0 10px;
    line-height: 30px;
    min-width: 80px;
    background: #35373d;
    color: #ccc;
    border: none !important;
}
.ps__-list .item .btn.active {
    background: #ff5700;
    color: #111;
}
.showmodal .modal-content {
    background: rgba(62, 68, 89, 0.9);
}
.showmodal .content {
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #bec5dd;
}
.showmodal .content p {
    line-height: 1.5em !important;
}
.modal-buttons .btn {
    margin: 5px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    border: none !important;
}
.modal-buttons .btn.btn-secondary {
    background: #494f66 !important;
}
.live-alert .alert {
    margin: 20px 0 0 !important;
    border-radius: 8px;
    border: none !important;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 15px !important;
}
.live-alert .alert.has-icon {
    padding-left: 45px !important;
    position: relative;
}
.live-alert .alert.has-icon .alert-icon {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 16px;
}
#malp {
    margin-bottom: 20px !important;
    margin-top: -5px !important;
    margin-right: -150px;
    overflow: hidden;
}
#MalData {
    justify-content: normal !important;
}
#MalData > span {
    margin: 0 5px 5px 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    float: left;
}
#MalData span.info {
    font-weight: 500;
}
#malStatus,
#malUserRating {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#malp select option {
    background: #fff !important;
    color: #111 !important;
}
#malp #AddMal,
#malp #malEpisodes,
#malp #malRating,
#malp #malStatus,
#malp #malTotal,
#malp #malTotalCha,
#malp #malTotalVol,
#malp #malUserRating,
#malp #malVolumes {
    font-weight: 400;
    color: #ddd !important;
}
span#AddMalDiv {
    font-size: 0;
    height: 16px;
    display: inline-block;
}
span#AddMalDiv #AddMal {
    font-size: 12px;
    font-weight: 600;
    color: #ff5700 !important;
}
.fav-tabs {
    clear: both;
    display: block;
}
.fav-tools {
    clear: both;
    border: 1px solid #4c4f57;
    margin-bottom: 15px;
    border-radius: 4px;
}
.fav-tools .ft_-native {
    position: relative;
}
.fav-tools .ft__-search {
    float: left;
    position: relative;
}
.fav-tools .ft__-search .search-icon {
    position: absolute;
    line-height: 36px;
    left: 10px;
}
.fav-tools .ft__-search .form-control {
    background: 0 0;
    box-shadow: none !important;
    color: #fff;
    padding: 0 15px 0 35px;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
    width: 300px;
}
.fav-tools .ft__-search .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}
.fav-tools .ft__-search .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
.fav-tools .ft__-order {
    float: right;
}
.fav-tools .item-order .bhsi-name {
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    border-left: 1px solid #4c4f57;
}
.fav-tools .item-order .bhsi-name span {
    opacity: 0.5;
}
.fav-tabs > .pre-tabs-min {
    float: left;
    margin-bottom: 0;
}
.fav-tabs > .item-order {
    float: right;
}
.fav-tabs > .item-order .bhsi-name {
    line-height: 30.8px;
    padding: 0 8px;
    border: 1px solid #4c4f57;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.fav-tabs > .item-order .bhsi-name span {
    opacity: 0.5;
}
.landing-page {
    margin-top: -30px;
    padding-top: 50px;
    position: relative;
}
.landing-page .landing-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.landing-page b,
.landing-page strong {
    font-weight: 600;
    color: #fff;
}
.landing_layout {
    position: relative;
    color: #bbb;
    max-width: 1000px;
    margin: 0 auto;
}
.landing_layout p {
    font-size: 14px;
    font-weight: 400;
}
.landing_layout .description {
    margin-bottom: 20px;
}
.landing_layout .ll-large {
    font-size: 2em;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #fff;
}
.landing_layout .ll-medium {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #fff;
}
.landing_layout .ll-small {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #fff;
}
.ll_-header {
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
}
.ll_-header .site_title {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 40px;
    font-weight: 400;
}
.ll_-header .site_title strong {
    font-weight: 700;
}
.ll_-header .site_logo {
    display: block;
    margin-bottom: 20px;
}
.ll_-header .site_logo img {
    height: 90px;
    width: auto;
    max-width: 90%;
}
.ll_-body .about-site {
    margin-bottom: 40px;
}
.ll_-body .about-site ul li {
    margin-bottom: 10px;
}
.ll_-body .about-site ul.ulgrid {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
    display: block;
}
.ll_-body .about-site ul.ulgrid li {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}
.landing_tags {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.landing_tags .item {
    display: block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin: 0 5px 5px 0;
    line-height: 1.2em;
    padding: 6px 10px;
    border-radius: 20px;
    background: #393c44;
    color: #bbb;
    font-size: 13px;
}
.landing_tags .item:hover {
    color: #fff;
}
.watch-alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}
.watch-alert .wa-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    padding: 20px;
    line-height: 1.5em;
    text-align: center;
    background-color: #556773;
    border-radius: 12px;
}
.live__-wrap .item .live-thumbnail {
    background: #080d20;
}
.live__-wrap .item .live-thumbnail .live-thumbnail-img {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    border-radius: 6px;
    z-index: 2;
}
.live__-wrap .item .live-thumbnail .live-thumbnail-blur {
    position: absolute;
    top: -5%;
    left: -5%;
    bottom: -5%;
    right: -5%;
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: blur(10px);
    opacity: 0.4;
}
.live-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNzE3RTM5Q0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBNzE3RTNBQ0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE3MTdFMzdDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE3MTdFMzhDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4uJ5n+AAAAG0lEQVR42mL8//8/AzJgYkAD+AUYGRnTAAIMAMb9A25EMSXfAAAAAElFTkSuQmCC)
    repeat;
    z-index: 2;
}
.choose-thumbnail .live-thumbnail:before {
    display: none;
}
.fdi-item {
    white-space: nowrap;
}
.fdi-item a {
    cursor: pointer;
}
.fdi-item.eps a {
    display: inline-block;
    color: #fff;
    border: 1px solid #ccc;
    padding: 0 4px;
    border-radius: 4px;
    opacity: 0.5;
    font-size: 11px;
}
.fdi-item.eps a:hover {
    opacity: 0.8;
}
.watched-toggle::after {
    content: "Watched";
}
.watched-toggle.unwatched:after {
    content: "Unwatched";
}
.watched-toggle.unwatched i:before {
    content: "\f070";
}
.film_list-default .film_list-wrap .flw-item {
    width: calc(100% - 14px) !important;
    margin-bottom: 0;
    padding: 10px;
    background: #2a2c31;
}
.film_list-default .film_list-wrap .flw-item:nth-last-of-type(2n + 1) {
    background: #2f3137;
}
.film_list-default .film_list-wrap .flw-item:hover {
    background: #3e4048 !important;
}
.film_list-default .film_list-wrap .flw-item .film-poster {
    width: 50px;
    padding-bottom: 65px;
    float: left;
}
.film_list-default .film_list-wrap .flw-item .film-poster .tick {
    display: none !important;
}
.film_list-default .film_list-wrap .flw-item .film-poster:after {
    display: none;
}
.film_list-default .film_list-wrap .flw-item .film-poster .film-poster-ahref i {
    font-size: 14px;
}
.film_list-default .film_list-wrap .flw-item .film-detail {
    margin-left: 60px;
    padding: 5px;
    border-radius: 0;
    min-height: auto;
}
.film_list-default .film_list-wrap .flw-item .film-detail .film-name {
    height: auto;
    padding-right: 32px;
    margin-bottom: 0;
}
.film_list-default .fd-infor {
    display: block !important;
}
.film_list-default .fd-infor .fdi-item {
    margin-top: 8px;
    margin-right: 15px;
    display: inline-block;
}
.film_list-default .fd-infor .fdi-item > a {
    color: #fff;
    opacity: 0.5;
}
.film_list-default .fd-infor .fdi-item > a:hover {
    opacity: 0.8;
}
.profile-list-fav {
    max-width: 1000px;
}
.profile-list-fav .description {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 20px;
}
.profile-box-account .profile-avatar {
    overflow: visible;
    cursor: pointer;
}
.profile-box-account .profile-avatar img {
    border-radius: 50%;
}
.profile-box-account .profile-avatar .pa-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 9;
    background: #fff;
    color: #111;
}
.avatar-list {
    margin: 0 -10px;
}
.avatar-list .item {
    float: left;
    margin: 5px;
    width: calc(20% - 10px);
    position: relative;
    cursor: pointer;
}
.avatar-list .item .profile-avatar {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transform: scale(0.85);
    opacity: 0.3;
}
.avatar-list .item.active .profile-avatar,
.avatar-list .item:hover .profile-avatar {
    transform: scale(1);
    opacity: 1;
}
.avatar-list .item .checked {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ff5700;
    color: #111;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    display: none;
}
.avatar-list .item.active .checked {
    display: inline-block;
}
.pre-tabs-hashtag {
    text-align: center;
    display: block;
}
.pre-tabs-hashtag .nav-item {
    margin: 0 10px !important;
    display: inline-block;
}
.pre-tabs-hashtag .nav-item .nav-link {
    color: #888 !important;
    background: 0 0 !important;
    padding: 6px 0 !important;
    min-width: auto;
    line-height: 18px !important;
}
.pre-tabs-hashtag .nav-item .nav-link:hover {
    color: #99b04a !important;
}
.pre-tabs-hashtag .nav-item .nav-link.active {
    color: #ff5700 !important;
    background: 0 0 !important;
}
#toast-container > div {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    padding: 15px 15px 15px 55px;
    width: 100%;
    font-size: 13px;
    opacity: 0.9;
    border: none !important;
    background-image: none !important;
}
#toast-container > div:before {
    content: "";
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#toast-container > div.toast-success {
    background-color: #ff5700 !important;
    color: #000 !important;
    background-image: none !important;
}
#toast-container > div.toast-success:before {
    background-image: url(../images/toast-success.svg);
}
#toast-container > div.toast-warning {
    background-color: #f0d35d !important;
    color: #000 !important;
    background-image: none !important;
}
#toast-container > div.toast-warning:before {
    background-image: url(../images/toast-warning.svg);
}
#toast-container > div.toast-info {
    background-color: #415fd2 !important;
    color: #fff !important;
    background-image: none !important;
}
#toast-container > div.toast-info:before {
    background-image: url(../images/toast-info.svg);
}
#toast-container > div.toast-error {
    background-image: none !important;
}
#toast-container > div.toast-error:before {
    background-image: url(../images/toast-warning.svg);
}
.fd-bar {
    font-weight: 400;
    font-size: 11px;
}
.fd-bar .fdb-type {
    float: left;
    font-weight: 600;
}
.fd-bar .fdb-time {
    float: right;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.fd-bar .fdb-time span {
    color: #fd9c46;
}
.fd-bar .zr-bar {
    width: 100%;
    height: 3px;
    position: relative;
    background-color: #43474f;
    margin: 5px 0 3px;
}
.fd-bar .zr-bar span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: #fd9c46;
}
.remove-item {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    width: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    cursor: pointer;
}
.flw-item.highlight .film-poster {
    outline: 1px solid #ff5700;
}
.flw-item .remove-item {
    /* display: none; */
}
.flw-item:hover .remove-item {
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.load-item .film-poster::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    animation: loadanimation 1s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    z-index: 1;
}
.load-item .film-poster .film-poster-img {
    z-index: 2;
}
@keyframes loadanimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
.removing {
    overflow: hidden;
}
.removing .film-poster-img {
    animation: removing 0.75s forwards;
    opacity: 0;
}
.load-item.removing .dr-fav {
    display: none !important;
}
.removing .film-poster-ahref,
.removing .remove-item {
    display: none !important;
}
.removing > div {
    filter: blur(10px);
    opacity: 0.8;
}
@keyframes removing {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.server-alert {
    display: block;
    overflow: hidden;
}
.server-alert .alert {
    margin: 10px;
    padding: 0.75rem 1rem;
    font-size: 13px;
}
.alert-dark {
    background-color: #51535b;
    border: none !important;
    color: #fff;
}
.alert-dark .close {
    text-shadow: none;
    color: #aaa;
}
#discussion {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #313136;
    background: linear-gradient(0deg, #313136 0, rgba(49, 49, 54, 0) 100%);
}
#discussion .dis-wrap {
    position: relative;
    padding: 60px 0 0 350px;
    min-height: 410px;
}
#discussion .d_w-icon {
    position: absolute;
    left: -50px;
    bottom: -30px;
    width: 400px;
    height: 400px;
}
#discussion .d_w-icon img {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
}
#discussion .d_w-list {
    width: 100%;
    position: relative;
}
#discussion .d_w-list .d_w_l-title {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1.5rem;
}
#discussion .pre-tabs {
    margin-bottom: 0;
}
#discussion .pre-tabs .nav-item {
    margin-right: 5px;
}
#discussion .pre-tabs .nav-item .nav-link {
    background-color: transparent !important;
    min-width: 90px;
    font-size: 12px;
    padding: 7px 10px;
    border: 1px solid transparent !important;
    border-radius: 20px;
}
#discussion .pre-tabs .nav-item .nav-link.active {
    color: #ff5700 !important;
    border-color: #ff5700 !important;
}
#discussion .display-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    height: 20px;
}
#discussion .display-toggle .toggle-onoff {
    float: left;
    margin: 0;
    transform: scale(0.8);
    transform-origin: top right;
}
#discussion .display-toggle .to-text {
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
#discussion.ds-hide {
    margin: 30px 0;
    padding-bottom: 0;
    background: 0 0 !important;
}
#discussion.ds-hide .dis-wrap {
    min-height: 42px;
    padding: 0;
}
#discussion.ds-hide .d_w-icon,
#discussion.ds-hide .d_w-list .tab-content,
#discussion.ds-hide .discussion-bg,
#discussion.ds-hide .pre-tabs {
    display: none;
}
#discussion.ds-hide .display-toggle {
    padding: 10px 15px;
    min-width: 190px;
    border: 1px solid #5c5d63;
    border-radius: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 42px;
}
.dwl-ul {
    padding: 0;
    position: relative;
}
.dwl-ul .dwl-item {
    cursor: grab;
    padding: 1.1rem;
    background: #121315;
    border-radius: 0.75rem;
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    max-width: 300px;
}
.dwl-ul .dwl-item > .comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-bottom: 0;
    position: absolute;
    left: 1rem;
    top: 1rem;
}
.dwl-ul .dwl-item > .comment-inline {
    margin: 0;
}
.dwl-ul .dwl-item .text-cut {
    -webkit-line-clamp: 6;
    margin-bottom: 1rem;
    font-size: 1.1em;
    line-height: 1.5;
    height: 9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dwl-ul .dwl-item .about {
    margin-bottom: 0.75rem;
    padding-left: 50px;
}
.dwl-ul .dwl-item .about > div {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.dwl-ul .dwl-item .about > div.user-name {
    font-weight: 600;
    margin-bottom: 0;
    height: 20px;
}
.dwl-ul .dwl-item .about > div.time {
    color: #888;
    height: 20px;
}
.dwl-ul .dwl-item .about span.role {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.dwl-ul .dwl-item .on-chapt {
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dwl-ul .dwl-item .on-chapt a {
    color: #ff5700;
    font-weight: 500;
}
.dwl-ul .dwl-item .stats {
    margin-bottom: 0.75rem;
    display: none;
}
.dwl-ul .dwl-item .stats > div {
    display: inline;
    margin-right: 0.5rem;
}
.dwl-ul .swiper-slide {
    width: auto;
    padding: 40px 0 40px;
}
.dwl-ul .swiper-container .swiper-scrollbar {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    bottom: 0;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}
.dwl-ul .swiper-container .swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, 0.1);
}
.comment-focus > .info > .ibody {
    background-color: #3d4862;
    padding: 0.5rem;
    border-radius: 0.4rem;
}
.award-bg {
    width: 100%;
    padding-bottom: 40%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}
.award-bg .award-bg-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(10px);
    opacity: 0.3;
}
.award-bg:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNzE3RTM5Q0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBNzE3RTNBQ0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE3MTdFMzdDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE3MTdFMzhDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4uJ5n+AAAAG0lEQVR42mL8//8/AzJgYkAD+AUYGRnTAAIMAMb9A25EMSXfAAAAAElFTkSuQmCC)
    repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.award-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #202125;
    background: linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 100%);
}
.award-inner {
    position: relative;
    z-index: 5;
    max-width: 1230px;
    margin: 0 auto;
    margin-bottom: 140px;
}
.award-inner .ai_-welcome {
    font-weight: 700;
    font-size: 4em;
    line-height: 1.3;
    padding: 40px 0;
}
.award-inner .ai_-welcome span {
    display: block;
    word-break: break-all;
}
.award-inner .ai_-welcome .description {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 20px;
}
.award-inner .ai_-about {
    padding-bottom: 20px;
}
.award-inner .ai_-tabs {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}
.award-inner .ai_-tabs a {
    margin: 1rem;
    font-weight: 600;
    font-size: 1.2em;
    color: #888;
    position: relative;
}
.award-inner .ai_-tabs a.active,
.award-inner .ai_-tabs a:hover {
    color: #fff;
}
.award-inner .ai_-tabs a.active:before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #ff5700;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.award-inner .zrc-link {
    font-size: 12px;
    margin-bottom: 40px;
    text-align: center;
}
.aa-item {
    margin: 0 3rem 1rem 0;
}
.aa-item .profile-avatar {
    width: 80px;
    height: 80px;
}
.aa-item small {
    font-size: 13px;
    margin-top: 0.4rem;
    display: block;
    color: #aaa;
}
.aa-item .aa-title {
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 1.1em;
}
.aa-item .aa-title .user-name {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aa-item .aa-result .user-name span {
    font-size: 10px;
    color: #fff;
    margin-left: 0 !important;
}
.aa-progress {
    position: relative;
    width: 50px;
    height: 12px;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.aa-progress span {
    display: block;
    height: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.wideview {
    width: 100%;
}
.wv .wv-title {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.2em;
}
.wv .wv-icon {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.wv .wv-icon img {
    max-width: 100%;
    height: 125px;
    margin: 0;
}
.wv-ul {
    position: relative;
}
.wv-mine {
    max-width: 460px;
    margin: 0 auto;
}
.wv-mine .wv-ul .item {
    position: relative;
    margin-bottom: 20px;
}
.wv-mine .wv-ul .item .item-poster {
    width: 40px;
    height: 55px;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.wv-mine .wv-ul .item .item-inner {
    width: calc(100% - 55px);
}
.wv-mine .wv-ul .item .item-connect {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #802ec4;
}
.wv-mine .wv-ul .item .item-connect .connect-inner {
    line-height: 40px;
    color: #fff;
}
.wv .wv-ul .item .subject {
    font-size: 12px;
    margin-bottom: 0.5rem;
}
.wv .wv-ul .item .subject > div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wv .wv-ul .item .sts {
    font-size: 11px;
    color: #aaa;
}
.wv .wv-ul .item .sts > div {
    white-space: nowrap;
}
.wv-mine .wv-ul .item {
    width: 100%;
    margin: 0 0 1.5rem;
    color: #ccc;
}
.wv-mine .wv-ul .item .item-name {
    margin-bottom: 0 !important;
}
.wv-mine .wv-ul .item strong {
    color: #fff;
}
.wv-mine .wv-ul .item .sts {
    margin-bottom: 5px;
}
.wv-mine .wv-ul .item .sts .earn {
    display: flex;
    align-items: center;
    color: #ff5700;
}
.wv-mine .wv-ul .item .sts .earn strong {
    color: #ff5700;
}
.wv-mine .wv-ul .item .sts .earn .zrc-icon {
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.wv-mine .wv-ul .item .sts .earn .earn-icon {
    font-size: 9px;
}
.wv-full .wv-ul .item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wv-item {
    width: 32%;
    margin: 0 0 1.5rem;
}
.aw-tabs .nav-item {
    margin: 0 0 0 1.5rem;
}
.aw-tabs .nav-item .nav-link {
    padding: 0;
    line-height: 34px;
    border: none !important;
    font-size: 12px;
}
.w-border {
    padding: 0.2rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.4rem;
}
.wv .wv-title.w-border {
    font-size: 1em;
}
.wv .wv-title.w-border .name {
    line-height: 34px;
}
.w-bg {
    padding: 0.2rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.6rem;
}
.wv .wv-title.w-bg {
    font-size: 1em;
}
.wv .wv-title.w-bg .name {
    line-height: 34px;
}
.wv-item .wv-ul .item {
    font-size: 12px;
    line-height: 1.3;
    color: #aaa;
    min-height: 120px;
    position: relative;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
}
.wv-item .item-user .user-name {
    margin-bottom: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.wv-item .item-user .user-name strong {
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wv-item .item-user .user-name .badg-level {
    height: 14px;
    width: 14px;
}
.wv-item .item .profile-avatar {
    width: 50px;
    height: 50px;
}
.wv-item .item-user .item-inner {
    width: calc(100% - 120px);
}
.wv-item .item-user .uts {
    font-size: 11px;
}
.wv-item .item-user .uts .ots div + div {
    margin-left: 1rem;
}
.wv-item .item-user .uts .ots div a {
    color: #aaa;
}
.wv .item .ots > div {
    white-space: nowrap;
}
.wv-item .item-user .uts .role {
    padding: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.2rem;
    font-size: 10px;
    color: #fff;
}
.wv-item .item-user .extra {
    margin-bottom: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wv-item .item-user .latest-comment {
    margin-bottom: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wv-item .item-user .latest-comment .iu-name {
    color: #ff5700;
    font-weight: 500;
}
.wv-item .item-user .extra .user-name {
    margin: 0 !important;
}
.wv-item .item-user .extra .user-name span {
    margin: 0 !important;
}
.wv-item .item .number {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.wv-item .item:nth-child(n + 4) .number {
    opacity: 0.3;
}
.wv-item .wv-ul {
    margin-bottom: 1.5rem;
}
.wv-item .wv-loadmore {
    display: none;
}
.wv-item .wv-ul .item .item-poster {
    width: 50px;
    height: 70px;
    border-radius: 0.3rem;
    position: relative;
    overflow: hidden;
}
.wv .wv-ul .item .item-poster .item-poster-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wv-item .item-discussion .item-inner {
    width: calc(100% - 110px);
}
.wv-item .item-discussion .sts {
    margin-bottom: 0.5rem;
}
.wv .wv-ul .item .item-name {
    font-size: 12px;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ff5700;
}
.wv .wv-ul .item .item-name a {
    color: #ff5700;
}
.wv-item .item-comment {
    padding: 1rem !important;
}
.wv-item .item-comment .item-inner {
    width: calc(100% - 110px);
}
.wv-item .item-comment .sts {
    margin-bottom: 0 !important;
}
.wv-item .item-comment .anime-name,
.wv-item .item-comment .owner {
    color: #fff;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-award .maw-left {
    width: calc(100% - 410px);
    flex-shrink: 0;
}
.my-award .maw-right {
    width: 380px;
    flex-shrink: 0;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.role-line {
    position: relative;
    margin: 0 0 40px;
    border-radius: 2rem;
    padding-top: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
.role-line .role-line-wrap {
    position: relative;
}
.role-line .rlw-point {
    text-align: center;
    font-size: 14px;
    width: 20%;
    padding-bottom: 50px;
    position: relative;
}
.role-line .rlw-point:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 30px;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
}
.role-line .rlw-point .rlw-title {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.role-line .rlw-point .desc {
    font-size: 12px;
    color: #888;
    margin-bottom: 1rem;
}
.role-line .rlw-icon {
    display: inline-block;
    position: relative;
}
.role-line .rlw-icon img {
    width: 30px;
    height: 30px;
}
.role-line .role-line-load {
    width: 80%;
    height: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 0 10%;
}
.role-line .role-line-load .loaded {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background: #f7f003;
    background: linear-gradient(90deg, #f7f003 0, #fe921c 100%);
}
.role-line .role-line-load .loaded .profile-avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -14px;
}
.rpi-box {
    position: relative;
    padding: 1.5rem;
    font-size: 13px;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, 0.1);
    width: calc(50% - 1rem);
}
.rpi-box.rpi-quiz {
    background-color: #1d4cbd;
}
.rpi-box.rpi-game {
    background-color: #952358;
}
.rpi-box .rpi-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.rpi-box .desc {
    margin-bottom: 0.3rem;
}
.faq-coin {
    margin-top: 50px;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 40px;
}
.faq-coin .heading-medium {
    font-size: 22px;
}
.my-watchlist {
    margin-bottom: 0;
}
.my-watchlist .block_area-header .cat-heading {
    color: #fff;
    font-weight: 500;
}
.notpublic {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
}
.wideview-grid .grid {
    width: 100%;
}
.wideview-grid .grid-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}
.wideview-grid .grid-item .item {
    width: 100%;
    display: block;
    cursor: default;
    padding: 20px;
    border-radius: 1rem;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.4;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
}
.wideview-grid .grid-item:hover .item {
    background-color: rgba(255, 255, 255, 0.1);
}
.wideview-grid .grid-item .item.item-focus {
    background-color: rgba(98, 227, 233, 0.2);
}
.wideview-grid .grid-item .item.item-focus .subject {
    color: #fff;
}
.wideview-grid .grid-item .item .gi-top {
    margin-bottom: 0.75rem;
    font-size: 11px;
}
.wideview-grid .grid-item .item .gi-top .gi-stats {
    display: none !important;
}
.wideview-grid .grid-item .item .time {
    color: #aaa;
}
.ztag .zt-green {
    color: #7df796;
}
.ztag .zt-yellow {
    color: #ffce71;
}
.ztag .zt-orange {
    color: #ff7e3f;
}
.ztag .zt-red {
    color: #ff718c;
}
.ztag .zt-blue {
    color: #4da6ff;
}
.ztag .zt-purple {
    color: #d4a2f7;
}
.wideview-grid .grid-item .item .item-name {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    word-break: break-word;
}
.wideview-grid .grid-item .item .cn-owner .profile-avatar {
    width: 24px;
    height: 24px;
}
.wideview-grid .grid-item .item .subject {
    margin-bottom: 0.75rem;
    color: #aaa;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}
.wideview-grid .grid-item .item .gi-social {
    display: flex;
    margin: 1rem -20px -20px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.05);
}
.wideview-grid .grid-item .item .gi-social > .btn {
    color: #fff;
    font-size: 12px;
    padding: 10px;
}
.cn-owner {
    display: flex;
    align-items: center;
}
.cn-owner .profile-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}
.wideview-grid .grid-item.grid-item-create .item {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.wideview-grid .grid-item .item .btn-blank {
    background: 0 0 !important;
    color: #fff;
}
.wideview-grid .grid-item .item:hover .btn-blank {
    color: #ff5700;
}
.myzone-inner .page-title {
    margin-bottom: 30px;
}
.ai-control {
    margin: 1rem 0 2rem;
}
.connect-detail {
    max-width: 720px;
    margin: 0 auto;
}
.connect-detail .preform.preform-dark .form-control {
    background-color: rgba(255, 255, 255, 0.1);
}
.connect-detail .preform.preform-dark .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
}
.cd-article {
    position: relative;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cd-article .article-name {
    font-size: 2em;
    line-height: 1.4;
}
.cd-article .cda-content {
    color: #ccc;
    margin-bottom: 1.5rem;
}
.cd-article .cda-bottom .btn {
    font-size: 13px;
    padding: 0.4rem 0;
    position: relative;
    margin-right: 1.5rem;
    color: #fff;
}
.cd-article .cda-bottom .cda-b-right .btn {
    margin-right: 0;
    margin-left: 1.5rem;
}
.cd-article .cda-bottom .btn:hover {
    color: #ff5700;
}
.cd-article .cda-bottom .btn.active i:before {
    font-weight: 900;
}
.cd-article .cda-bottom .btn.active.btn-upvote {
    color: #ff5700;
}
.cd-article .cda-bottom .btn.active.btn-downvote {
    color: #ff6969;
}
.cd-article .cda-about {
    font-size: 13px;
    color: #aaa;
}
.znav {
    margin: 30px 0;
}
.znav > div.zsort {
    flex-shrink: 0;
}
.ztag.ztabs > a {
    margin: 0.25rem 0.5rem;
    padding: 0.25rem 0.6rem;
    border: 1px solid transparent;
    border-radius: 0.3rem;
    cursor: pointer;
}
.ztag.ztabs a.active {
    border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
    .wideview-grid .grid-item {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 551px) {
    .ztag.ztabs {
        margin: 20px 0;
    }
    .wideview-grid .grid-item {
        width: 100%;
        margin: 0 0 15px;
    }
}
.add-manga {
    position: relative;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
}
.add-manga:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 0.35rem;
    background-color: #fff;
    opacity: 0.1;
}
.add-manga > div {
    position: relative;
    z-index: 3;
}
.add-manga .add-manga-icon {
    margin-right: 10px;
}
.add-manga .add-manga-icon img {
    width: 26px;
    height: 26px;
}
.add-manga .add-manga-inner span {
    display: block;
}
.cr-title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 1.5rem;
}
.cr-title .manga-icon img {
    width: 24px;
    height: 24px;
}
.content-related {
    position: relative;
    max-height: 500px;
    overflow: auto;
}
.content-related .item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    justify-content: space-between;
    font-size: 12px;
}
.content-related .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.content-related .item .cr-poster {
    width: 90px;
    height: 132px;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 0.4rem;
    position: relative;
    display: block;
}
.content-related .item .cr-poster img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content-related .item .cr-about {
    width: calc(100% - 110px);
}
.content-related .item .cr-name {
    margin: 0 0 0.6rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.content-related .item .cr-others {
    margin-bottom: 0.25rem;
    font-size: 11px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.content-related .item .cr-desc {
    opacity: 0.5;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
.content-related .item .cr-buttons .btn {
    font-weight: 500;
    font-size: 12px;
    padding: 8px;
    border: none !important;
    background-color: #ffd702;
    color: #111;
}
.connecting-list {
    margin-bottom: 2rem;
}
.connecting-list .item {
    width: 100%;
    display: block;
    cursor: default;
    padding: 20px;
    border-radius: 1rem;
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 0.5rem;
}
.connecting-list .item .item-name {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.connecting-list .item .item-name a {
    color: #fff;
}
.connecting-list .item .subject {
    margin-bottom: 0.75rem;
    color: #aaa;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.connecting-list .item .gi-top {
    margin-bottom: 0.75rem;
    font-size: 11px;
}
.connecting-list .item .time {
    color: #aaa;
}
.zrc-line {
    display: flex;
    align-items: center;
}
.power-head {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.05);
}
.power-head > div > div + div {
    margin-left: 2rem;
}
.wv-mine .wv-ul .item .item-square {
    height: 40px;
}
.wv-earning .wv-ul .item .highlight-text {
    color: #fff;
}
.block_area-connecting .connecting-list .item {
    border-radius: 0;
}
.premodal-manga .modal-content {
    background: #5f25a6;
    color: #fff;
}
.premodal-manga .modal-content a {
    color: #fff;
}
.premodal-manga .modal-content a:hover {
    color: #ffd702;
}
.other-season {
    padding: 15px;
    background-color: #08090b;
}
.other-season .os-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.os-list {
    display: block;
    margin: 0 -5px;
    overflow: hidden;
}
.os-list .os-item {
    width: calc(9.66% - 10px);
    height: 60px;
    margin: 5px;
    overflow: hidden;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: block;
    position: relative;
}
.os-list .os-item .title {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    z-index: 3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.os-list .os-item .season-poster {
    position: absolute;
    z-index: 1;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    background-position: center center;
    background-size: cover;
    filter: blur(3px);
    opacity: 0.3;
}
.os-list .os-item:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNzE3RTM5Q0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBNzE3RTNBQ0M3QzExRUI4NTM1Q0YwREQ4QTVCMTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE3MTdFMzdDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE3MTdFMzhDQzdDMTFFQjg1MzVDRjBERDhBNUIxMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4uJ5n+AAAAG0lEQVR42mL8//8/AzJgYkAD+AUYGRnTAAIMAMb9A25EMSXfAAAAAElFTkSuQmCC)
    repeat; */
}
.os-list .os-item.active {
    border: 1px solid #ff5700;
}
.os-list .os-item.active .title {
    color: #ff5700;
}
.detail-more-seasons {
    position: relative;
    margin-bottom: 40px;
}
.detail-more-seasons .other-season {
    padding: 0;
    background: 0 0 !important;
}
.detail-more-seasons .other-season .os-title {
    margin-bottom: 1rem;
}
.donate-wrap {
    position: relative;
    margin: 2rem auto;
    max-width: 1080px;
}
.donate-wrap .donate-container {
    display: block;
    min-height: 650px;
    position: relative;
    background-color: #264082;
    box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.55) inset;
    overflow: hidden;
    border-radius: 2.5rem;
    border: 10px solid #223973;
}
.donate-wrap .donate-container .doc-content {
    padding: 2.5rem 4rem;
    font-weight: 400;
    padding-left: calc(400px + 2.5rem);
}
.donate-wrap .donate-container .doc-content p {
    font-weight: 400;
}
.donate-wrap .donate-container .doc-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
}
.donate-wrap .donate-container .doc-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.doc-tabs {
    margin: 2rem auto 3rem;
}
.doc-tabs .nav-item {
    padding: 0;
    margin-right: 1rem;
}
.doc-tabs .nav-link {
    position: relative;
    min-width: 210px;
    padding: 1rem 1.5rem;
    padding-left: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
}
.doc-tabs .nav-link i {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    text-align: center;
}
.doc-tabs .nav-link.active {
    background-color: #fff;
    color: #264082;
}
.doc-tabs .payment-name {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.doc-tabs .desc {
    font-size: 0.9em;
    font-weight: 500;
}
.donate-elements .element {
    position: relative;
    margin-bottom: 0.8rem !important;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.donate-elements .element .det-wallet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.donate-elements .element .det-wallet input {
    border: none !important;
    outline: 0 !important;
    background-color: transparent !important;
    color: #fff;
    flex-grow: 1;
}
.donate-elements .element .btn {
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    margin-left: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.3rem;
    padding: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.donate-elements .element .det-name {
    width: 120px;
    flex-shrink: 0;
}
.dopa-select {
    margin: 2rem auto;
}
.dopa-select .nav-item {
    margin-right: 0.75rem;
}
.dopa-select .nav-link {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border-radius: 0.3rem;
    font-size: 13px;
    font-weight: 500;
}
.dopa-select .nav-link.active {
    background-color: #fff;
    color: #264082 !important;
}
.dopa-select .item-other .nav-link {
    background-color: transparent !important;
    padding: 0;
}
.dopa-select .item-other .form-control {
    width: 120px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    border: none !important;
    color: #fff;
}
.dopa-select .item-other .form-control:focus {
    background-color: #fff;
    color: #111;
}
.dopa-select .nav-link.active .form-control {
    background-color: #fff;
    color: #111;
}
.dopa-button .btn-primary {
    background-color: #126af4 !important;
    color: #fff !important;
    padding: 1rem 4rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.4rem;
    border: none !important;
}
@media screen and (max-width: 1080px) {
    .donate-wrap .donate-container {
        min-height: auto;
    }
    .donate-wrap .donate-container .doc-image {
        display: none !important;
    }
    .donate-wrap .donate-container .doc-content {
        padding: 2rem;
    }
}
@media screen and (max-width: 639px) {
    #main-wrapper.layout-page-donate {
        margin-bottom: 0 !important;
    }
    .donate-wrap {
        margin-top: -25px;
        margin-bottom: 0;
    }
    .donate-wrap .prebreadcrumb {
        display: block !important;
    }
    .donate-wrap .donate-container {
        margin: 0 -15px;
        border: none;
        border-radius: 0;
        min-height: calc(100vh - 280px);
    }
    .donate-wrap .donate-container .doc-content {
        padding: 20px;
    }
    .dopa-select .nav-item {
        margin: 0 0.5rem 0.5rem 0;
    }
    .dopa-button .btn-primary {
        width: 100%;
        padding: 1rem;
    }
    .doc-tabs .nav-item {
        margin-right: 0.5rem;
    }
    .doc-tabs .payment-name {
        margin-bottom: 0;
        font-size: 1em;
    }
    .doc-tabs .desc {
        display: none;
    }
    .doc-tabs .nav-link {
        padding-left: 40px;
        min-width: auto;
    }
    .doc-tabs .nav-link i {
        font-size: 20px;
        width: 40px;
    }
    .donate-elements .element {
        display: block !important;
    }
    .donate-elements .element .det-name {
        margin-bottom: 0.3rem;
        font-weight: 600;
        color: #95a9db;
    }
    .donate-elements .element .det-wallet input {
        text-align: left;
    }
}
@media screen and (max-width: 479px) {
    .donate-elements .element .btn {
        width: 36px;
        line-height: 36px;
    }
    .donate-elements .element .det-wallet input {
        padding: 0 0.7rem;
        line-height: 36px;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        background-color: #fff !important;
        border-radius: 0.3rem;
        color: #111;
    }
}
@media screen and (min-width: 1401px) {
    .my-watchlist .film_list .film_list-wrap .flw-item {
        width: calc(20% - 14px);
    }
}
.grecaptcha-badge {
    display: none !important;
}
.stick-text {
    color: #fff;
}
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}
.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden;
}
.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word;
}
.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700;
}
.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
    top: 16px;
}
.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}
.qtip-icon {
    border-radius: 3px;
    text-decoration: none;
}
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none;
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat;
}
.qtip-default,
.tooltipster-sidetip {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555;
}
.qtip-default .qtip-titlebar,
.tooltipster-sidetip .qtip-titlebar {
    background-color: #ffef93;
}
.qtip-default .qtip-icon,
.tooltipster-sidetip .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777;
}
.qtip-default .qtip-titlebar .qtip-close,
.tooltipster-sidetip .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111;
}
.qtip {
    font-size: 12px;
    line-height: 1.3em;
    z-index: 90 !important;
}
.qtip-default,
.tooltipster-sidetip {
    border: none;
    background: #4e515e;
    max-width: 100%;
    width: 260px;
    border-radius: 7px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.qtip-default .qtip-content,
.tooltipster-sidetip .qtip-content {
    padding: 0;
}
.pre-qtip-content {
    padding: 15px;
    position: relative;
    color: #ccc;
}
.pre-qtip-title {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.pre-qtip-title span {
    color: #aaa;
    font-weight: 300;
}
.pre-qtip-detail {
    margin-bottom: 15px;
    font-size: 13px;
}
.pre-qtip-detail .pqd-li {
    float: left;
    font-weight: 500;
    margin-right: 15px;
    color: #bbb;
}
.pre-qtip-detail .pqd-li strong {
    font-weight: 500;
}
.pre-qtip-detail .pqd-li.badge {
    font-size: 12px !important;
    border-radius: 4px !important;
    margin-right: 0;
    background: #fff;
    color: #000;
    font-weight: 600;
}
.pre-qtip-detail .pqd-li.badge-quality {
    background: #ffdd95 !important;
    color: #000;
    font-weight: 600;
    border-radius: 5px !important;
    padding: 0.25em 0.4em;
}
.pre-qtip-description {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.pre-qtip-line {
    margin-bottom: 2px;
    font-size: 12px;
}
.pre-qtip-button {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.pre-qtip-button .btn {
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 26px;
    float: left;
    border: none !important;
}
.pre-qtip-button .btn.btn-play {
    width: calc(100% - 48px);
    color: #111;
    background: #ff5700;
}
.pre-qtip-button .dr-tip-fav {
    float: right;
    position: relative;
}
.pre-qtip-button .dr-tip-fav .dropdown-menu {
    transform: none !important;
    top: auto !important;
    left: auto !important;
    bottom: 110% !important;
    right: 0 !important;
    max-height: 180px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.pre-qtip-button .dr-tip-fav .dropdown-menu::-webkit-scrollbar {
    display: none;
}
.pre-qtip-content .btn-fav {
    width: 38px;
    background: #fff;
    color: #111 !important;
}
.pre-qtip-content .btn-fav:hover {
    background: #eee;
}
.pre-qtip-content .btn-fav.active {
    opacity: 0.3 !important;
}
#slider {
    background: #202125;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: block;
    padding-right: 0;
    width: 100%;
    padding-bottom: 500px;
    padding-top: 100px;
    margin-bottom: 30px;
}
#slider .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #202125;
}
#slider .swiper-slide .slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.5);
}
#slider .swiper-slide .slide-photo {
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider .swiper-slide .slide-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#slider .slide-caption-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 600px;
    max-width: 100%;
}
#slider .slide-caption {
    position: relative;
    padding: 30px;
    color: #fff;
    z-index: 10;
}
#slider .sc-detail {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
}
#slider .sc-detail .dot {
    background: #fff;
    width: 4px;
    height: 4px;
    margin: 2px 10px;
    opacity: 0.5;
}
#slider .sc-detail .scd-item {
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block;
    overflow: hidden;
}
#slider .sc-detail .scd-item i {
    font-size: 0.8em;
    position: relative;
    top: -1px;
}
#slider .sc-detail .scd-item .quality {
    display: inline-block;
    padding: 3px 4px;
    background: #ff5700;
    color: #111;
    border-radius: 5px;
    line-height: 1em;
    font-weight: 600;
    font-size: 12px;
}
#slider .slide-caption .sc-btn .btn {
    padding: 10px 25px;
}
#slider .slide-caption .sc-btn .btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
}
#slider .slide-caption .film-title {
    margin: 0 0 15px 0;
    font-size: 2em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 300;
}
#slider .slide-caption .film-title a {
    color: #fff;
}
#slider .slide-caption p.sc-desc {
    font-size: 1em;
    color: #ccc;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}
#slider .slide-caption p.sc-genre {
    margin-bottom: 30px;
    color: #eee;
}
#slider .slide-caption .slide-caption-info {
    margin-bottom: 30px;
    color: #ccc;
}
#slider .slide-caption .slide-caption-info a {
    color: #ccc;
}
#slider .slide-caption .slide-caption-info .block {
    margin-bottom: 10px;
}
#slider .slide-caption .slide-caption-info .block:last-of-type {
    margin-bottom: 0;
}
#slider .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transform-style: preserve-3d;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide img {
    width: 100%;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
    display: none;
}
.swiper-wp8-horizontal {
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
    cursor: pointer;
}
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 3px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #fff;
    vertical-align: middle;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffc107;
    margin: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    top: auto;
    right: 20px;
    left: auto;
    width: 50%;
    text-align: right;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px;
}
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    transform-origin: 0 0;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-next {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: #e2e6ea;
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #a2a9b0;
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-navigation {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 40px;
    height: auto;
    z-index: 10;
}
.swiper-button {
    background: #2a2b31;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    margin: 3px 0;
}
.swiper-button:hover {
    background: #ff5700;
    color: #111;
}
@media screen and (max-width: 1800px) {
    #ani_detail .anis-content {
        padding: 70px 150px;
    }
    .anis-content .anisc-poster {
        left: 150px;
    }
    .bah-tab-min {
        overflow: hidden;
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-bottom: -15px;
    }
    .bah-tab-min .anw-tabs {
        border-radius: 4px 4px 0 0;
    }
    .bah-tab-min .anw-tabs .nav-item .nav-link {
        line-height: 40px;
    }
    .ep_-list .ep__-ul .item {
        width: 180px;
    }
    .event-block-full .event_-focus .event__-content {
        padding: 80px 20px;
    }
    #malp {
        margin-right: 0;
    }
}
@media screen and (min-width: 1600px) {
    .block_area-seasons .os-list .os-item {
        height: 62px;
        margin: 0 5px 10px;
        width: calc(9.5% - 10px);
    }
    .block_area-seasons .os-list .os-item .title {
        font-size: 13px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 1599px) {
    #wrapper,
    .container {
        max-width: 100%;
    }
    #pick_menu {
        display: none;
    }
    .container {
        padding-left: 15px;
    }
    #header #logo {
        margin-left: 50px;
        margin-right: 20px;
    }
    .deslide-wrap .container {
        padding: 0;
    }
    .deslide-item .deslide-item-content {
        padding-left: 40px;
    }
    #ani_detail .anis-content {
        padding: 70px 25% 70px 0;
    }
    .anis-content .anisc-detail {
        padding-right: 60px;
        min-height: 330px;
        padding-left: 270px;
    }
    .anis-content .anisc-poster {
        left: 40px;
    }
    .anis-content .anisc-info {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .anis-watch-detail .anis-content .anisc-poster {
        transform: none !important;
        width: 100px;
        margin-bottom: 20px;
    }
    .anis-watch-detail .anis-content .anisc-detail {
        min-height: auto !important;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-name {
        margin-bottom: 15px;
    }
    .bac-list-wrap .bac-item {
        width: 32.33%;
    }
    .anis-watch-tv .player-frame {
        /* padding-bottom: 460px; */
    }
    .header-group,
    .header-setting {
        margin-left: 30px;
    }
    #search {
        width: 360px;
    }
    .deslide-wrap .swiper-navigation {
        right: 15px;
    }
    #anime-event .event-block .event_-focus {
        width: 400px;
    }
    #anime-event .event-block .event_-list {
        width: calc(100% - 400px);
    }
    #anime-event .event-block .event_-list .item {
        height: 280px;
        padding: 15px 20px;
    }
    #anime-event .event-block .event_-list .item .film-name {
        -webkit-line-clamp: 2;
    }
    #anime-event .event-block .event_-list .item .film-poster {
        width: 120px;
        padding-bottom: 120px;
        margin-top: 20px;
    }
    .ss-list-min .ssl-item .ssli-order {
        line-height: 30px;
    }
    .event-other .eo_-list .item {
        width: calc(50% - 30px);
    }
    .dt-comment .text {
        /* display: none; */
    }
    .dt-comment::before {
        width: 60px;
        height: 60px;
    }
    .os-list .os-item {
        width: calc(20% - 10px);
    }
}
@media screen and (min-width: 1401px) {
    .anis-watch-wrap.extend .anis-watch-detail {
        display: none;
    }
    .anis-watch-wrap.extend .anis-watch {
        width: 100%;
    }
    .anis-watch-wrap.extend .anis-watch-tv .player-frame {
        /*padding-bottom: 56.25%;*/
    }
    .pc-resize {
        display: block;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga {
        position: absolute;
        width: 170px;
        top: 0;
        left: 140px;
        margin: 0;
    }
}
@media screen and (max-width: 1400px) {
    .minimize .anis-watch,
    .minimize .prebreadcrumb {
        padding-left: 180px;
    }
    #mobile_menu {
        display: inline-block;
    }
    #header #logo {
        margin-left: 50px;
        margin-right: 20px;
    }
    .film_list .film_list-wrap .flw-item {
        width: calc(25% - 14px);
    }
    #search {
        width: 290px;
        position: relative;
        left: auto;
        top: auto;
        float: left;
    }
    #sidebar_menu {
        z-index: 103;
    }
    .deslide-item .deslide-item-content {
        width: 600px;
    }
    .deslide-item .desi-head-title {
        font-size: 40px;
        line-height: 1.1em;
    }
    .deslide-item .desi-description {
        font-size: 12px;
    }
    #slider {
        padding-bottom: 400px;
    }
    .anif-block-ul li {
        padding: 10px 50px 10px 75px;
    }
    .news-anif-block-ul li {
        padding-left: 110px !important;
    }
    .anif-block-ul li .film-poster {
        left: 15px;
    }
    .anif-block .anif-block-header {
        font-size: 16px;
        line-height: 1em;
        padding: 15px;
    }
    .anif-block .more a {
        padding: 15px;
    }
    .anis-watch-tv .player-frame {
        /* padding-bottom: 56.25%; */
    }
    .event-block .event_-list .item .film-poster {
        width: 100px;
        padding-bottom: 100px;
    }
    .anis-watch {
        width: auto;
        margin: 0;
        padding-right: 0;
    }
    .anis-watch-wrap {
        padding-bottom: 0;
    }
    .layout-page-watchtv .anis-watch-wrap {
        padding-bottom: 0;
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .minimize .anis-watch,
    .minimize .prebreadcrumb {
        padding-left: 150px;
        padding-right: 150px;
    }
    .anis-watch-detail {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        padding: 35px 0;
        margin-bottom: 0;
    }
    .anis-watch-detail .anis-content {
        padding: 0 0 0 100px !important;
        min-height: 120px;
    }
    .anis-watch-detail .anis-content .anisc-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px !important;
    }
    .anis-watch-detail .anis-content .anisc-detail {
        margin-bottom: 0;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-name {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .anis-watch-detail .anis-content .anisc-detail .anisc-keyword {
        margin-top: 10px;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-stats {
        margin-bottom: 10px;
    }
    .anis-watch-detail .anis-content .film-meta {
        display: flex;
    }
    .anis-watch-detail .anis-content .film-meta .meta:first-child {
        margin-right: 10px;
    }
    .anis-watch-detail .dt-rate {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
    }
    .anis-watch-detail .dt-rate .block-rating {
        margin: 0;
        width: 100%;
    }
    .layout-page-watch #ani_detail .ani_detail-stage {
        margin-bottom: 30px;
    }
    .ep_-list .ep__-ul .item {
        width: 160px;
        margin: 10px;
    }
    .dt-comment {
        /* max-width: 200px; */
        /* background: #fff; */
        /* color: #111 !important; */
        /* padding-left: 50px; */
    }
    .dt-comment i {
        /* color: #08c; */
        width: 50px;
    }
    .dt-comment:before {
        right: 10px;
    }
    .player-controls .pc-item.pc-comment {
        display: block;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga {
        margin: 10px 0 0 !important;
        text-align: center;
        font-size: 11px;
        padding: 10px 6px;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga > div {
        display: block !important;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga .add-manga-icon {
        margin: 0 0 0.5rem;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga .add-manga-icon img {
        width: 20px;
        height: 20px;
    }
    .anis-watch-detail .anis-content .anisc-poster .add-manga .add-manga-inner span {
        display: none;
    }
    .os-list .os-item {
        width: calc(16.66% - 10px);
    }
    .hr-community {
        display: none;
    }
}
@media screen and (max-width: 1640px) and (min-width: 1300px) {
    .player-controls .pc-right .pc-item .btn {
        /* font-size: 0; */
    }
    .player-controls .pc-right .pc-item .btn i {
        font-size: 13px;
        margin: 0px !important;
        /* margin-top: 4px !important; */
        /* margin-right: 54px !important; */
        padding-right: 10px;
    }
    .zoro-group .zrg-title {
        display: none;
    }
}
@media screen and (max-width: 1299px) {
    #main-wrapper {
        min-height: calc(100vh - 520px);
    }
    #wrapper {
        padding-top: 0;
    }
    #header {
        text-align: center;
        position: relative !important;
        top: auto;
        left: auto;
        right: auto;
        background: #2a2c31 !important;
        margin-bottom: 25px;
    }
    #ani_detail {
        margin-top: -25px;
    }
    #header_menu .container:before,
    #header_menu ul.header_menu-list {
        display: none;
    }
    #header_right {
        position: static;
        top: 0;
        background: 0 0;
    }
    body.body-hidden {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #header #logo span {
        font-size: 16px;
    }
    #mobile_search {
        display: block;
    }
    #search {
        top: 70px;
        left: 0;
        margin: 0;
        bottom: auto;
        width: 100%;
        display: block;
        position: absolute;
        background: #2a2c31;
        padding: 0 15px 10px;
        display: none;
    }
    #search.active {
        display: block;
    }
    #search.active .search-content {
        padding-left: 50px;
    }
    .search-content .filter-icon {
        width: 40px;
        text-align: center;
        border-radius: 5px;
        padding: 0;
        line-height: 40px;
        height: 40px;
        top: 0;
        left: 0;
        bottom: auto;
        font-size: 0;
        background: rgba(255, 255, 255, 0.2) !important;
    }
    .search-content .filter-icon:before {
        content: "\f0b0";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
    }
    .search-content input.search-input {
        padding-right: 40px;
    }
    .search-content .search-icon {
        right: 0;
    }
    #search .search-result-pop {
        left: -15px;
        right: -15px;
        top: 50px;
    }
    #search .search-result-pop .nav-item {
        padding: 15px;
    }
    #search .search-result-pop .nav-item .film-poster {
        width: 40px;
        padding-bottom: 55px;
    }
    #search .search-result-pop .nav-item .srp-detail {
        padding-left: 55px;
    }
    #search .search-result-pop .nav-item .srp-detail .film-name {
        height: 16px;
        line-height: 1.2em;
        font-size: 14px;
    }
    #search .search-result-pop .nav-bottom {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .search-content input.search-input {
        border-radius: 5px;
    }
    .detail_page-watch .detail_page-infor {
        font-size: 14px;
        line-height: 1.3em;
        min-height: 350px;
    }
    .heading-name {
        font-size: 30px;
    }
    .film_related .block_area_category {
        background: 0 0;
    }
    #film_comments {
        padding-top: 0;
    }
    .block_area_boxed .block_area-content {
        padding: 20px;
    }
    .qtip {
        display: none !important;
    }
    .detail_page-watch .detail_page-infor {
        min-height: 410px;
    }
    .seasons-list .sl-content .slc-eps .slce-list li {
        width: 32.33%;
    }
    .detail_page.detail_page-style .cover_follow {
        height: 600px;
    }
    .detail_page.detail_page-style .cover_follow:after {
        background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0, #222 100%);
    }
    .text-home {
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.4em;
    }
    .text-home .text-home-main {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .text-home.thm-expand .text-home-main {
        display: block;
        -webkit-line-clamp: none;
    }
    .text-home .btn-expand {
        display: inline-block;
        padding: 5px 8px;
        font-size: 12px;
        line-height: 1em;
        color: #111 !important;
        border: none !important;
        background: #fff !important;
    }
    .text-home .btn-expand i {
        font-size: 12px;
        line-height: 1em;
    }
    .text-home .btn-expand span:before {
        content: "more";
    }
    .text-home .btn-expand:hover {
        background: #fff !important;
        color: #111 !important;
    }
    .with-sideright .col-right {
        display: none;
    }
    .header_right-user.logged .btn-avatar,
    .header_right-user.logged .btn-user-avatar {
        width: 30px;
        height: 30px;
        margin: 5px 0;
    }
    .hr-notifications .hrn-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 5px;
        background: 0 0;
    }
    .hr-notifications .hrn-icon i {
        font-size: 20px;
        line-height: 30px;
    }
    #header #logo {
        margin-left: 50px;
        margin-right: 0;
    }
    .deslide-wrap {
        margin-top: -25px;
    }
    .deslide-item .deslide-item-content {
        top: 50%;
        transform: translateY(-50%);
    }
    .deslide-item .desi-description {
        -webkit-line-clamp: 2;
    }
    .deslide-item .desi-head-title {
        font-size: 30px;
        line-height: 1.1em;
        -webkit-line-clamp: 2;
    }
    .deslide-item .desi-sub-text {
        font-size: 14px;
        line-height: 1em;
    }
    #slider {
        padding-top: 0;
    }
    .block_area .block_area-header .cat-heading {
        font-size: 22px;
    }
    .screen-items .item {
        width: calc(25% - 14px);
    }
    .share-buttons.share-buttons-detail.share-buttons-page {
        margin-top: -25px;
    }
    .ls__-share {
        padding-top: 15px !important;
        top: 70px !important;
    }
    .ls__-wrap,
    .ls___-chatbox {
        top: 70px !important;
    }
    #player-wrapper {
        margin-bottom: -185px;
        height: 100%;
    }
    .ls___-player .player-16x9 {
        bottom: 185px;
    }
    .ls___-detail {
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .zcontainer {
        padding: 0 20px;
    }
    .landing-page,
    .profile-header {
        margin-top: -25px;
    }
    .ll_-header .site_logo img {
        height: 80px;
    }
    #discussion {
        margin-bottom: 30px;
        margin-top: 0;
    }
    #discussion .dis-wrap {
        padding-top: 40px;
        padding-left: 0;
    }
    #discussion .d_w-icon {
        display: none;
    }
    .dwl-ul {
        min-height: auto;
    }
    .dwl-ul .swiper-slide {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .dwl-ul .dwl-item {
        font-size: 11px;
    }
    #discussion .dis-wrap {
        min-height: auto;
    }
    .hr-donate {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .film_list.film_list-wfeature .film_list-wrap .flw-item.flw-item-big {
        width: calc(25% - 14px);
    }
    .film_list.film_list-wfeature .film_list-wrap .flw-item.flw-item-big .film-detail {
        min-height: 138px;
    }
    .film_list.film_list-wfeature .film_list-wrap .flw-item.flw-item-big .film-detail .description {
        display: block;
        font-size: 11px;
        line-height: 1.3em;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .film_list.film_list-wfeature .film_list-wrap .flw-item.flw-item-big .film-poster {
        padding-bottom: 120%;
    }
    .share-icon {
        width: 73px;
        height: 100px;
    }
    .share-buttons.share-buttons-home .share-buttons-block {
        padding: 20px 0 22px 75px;
    }
    .livestream_page.livestream_page-min {
        max-width: 1200px;
    }
    .block_area-live-create .live_content {
        position: relative;
        padding-left: 350px;
        border-radius: 0;
    }
    .live_content .block-top {
        width: 350px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .live_content .block-top .live___-detail {
        padding: 30px;
    }
    .live___-detail {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .live___-detail .film-poster {
        padding-bottom: 128px;
        width: 90px;
    }
    .live___-detail .anime-detail {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
        font-size: 12px;
    }
    .live___-detail .anime-detail .film-name {
        line-height: 1.4em;
        font-size: 16px;
    }
    .live___-detail .film-description {
        -webkit-line-clamp: 5;
        line-height: 1.4em;
        opacity: 1;
    }
    .choose-thumbnail {
        padding: 30px 30px 0;
    }
    .choose-thumbnail .lv-list {
        margin-top: 20px;
        min-height: 170px;
    }
    .choose-thumbnail .lv-list .item {
        margin: 10px 7px;
    }
    .live__-bottom .live-btn {
        margin-top: 35px;
    }
    .live_content .block-mid {
        float: left;
        width: 400px;
    }
    .live_content .block-bot {
        float: left;
        width: calc(100% - 400px);
        position: relative;
        background: #384160;
        min-height: 425px;
    }
    .choose-name {
        padding-top: 30px;
    }
    .choose-type,
    .live__-create.live__-creat-time {
        padding-top: 20px;
    }
    .choose-type {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .choose-name,
    .choose-type {
        border-bottom: none;
    }
    .live-btn .btn.btn-focus {
        width: 240px;
    }
    .live-btn .btn.btn-light {
        width: calc(100% - 255px);
    }
    .live__-create.live__-creat-time {
        background: 0 0;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1499px) {
    .cbox.cbox-list .anif-block-chart li {
        padding-right: 0;
        position: relative;
    }
    .cbox.cbox-list .anif-block-chart li .film-fav {
        right: auto;
        left: -40px;
        width: 40px;
        display: none;
    }
    .cbox.cbox-list .anif-block-chart li .film-fav i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
    }
    .cbox.cbox-list .anif-block-chart li:hover .film-fav {
        right: auto;
        left: -40px;
        width: 24px;
        top: 0;
        bottom: 0;
        transform: none;
        text-align: center;
        display: inline-block;
    }
    .cbox.cbox-list .anif-block-chart li:hover .film-number {
        /* display: none; */
    }
    .schedule-sidebar .table_schedule .table_schedule-list li {
        padding: 0;
    }
    .schedule-sidebar .table_schedule .table_schedule-list li .time {
        position: relative;
        text-align: left;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 5px;
    }
    .schedule-sidebar .table_schedule .table_schedule-list li .film-detail {
        padding-left: 0;
        padding-right: 90px;
    }
    .schedule-sidebar .table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
        width: auto;
    }
    .schedule-sidebar .table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .ls__-share {
        position: fixed;
        top: 70px;
        left: 0;
        width: 80px;
        bottom: 0;
        background: #171f40;
        text-align: center;
    }
    .ls__-share .share-buttons {
        position: relative;
        background: 0 0 !important;
        margin: 0 !important;
    }
    .ls__-share .share-buttons .container {
        padding: 0;
    }
    .ls__-share .share-buttons .share-buttons-block {
        padding: 0;
    }
    .ls__-share .share-buttons .share-buttons-block .sbb-title {
        margin-right: 0;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 20px;
    }
    .ls__-share .share-buttons .share-buttons-block .sbb-title p {
        display: none;
    }
    .ls__-share .at-style-responsive .at-share-btn {
        margin: 10px 5px !important;
        border-radius: 50% !important;
        overflow: hidden;
    }
    .ls__-share .at-resp-share-element .at-share-btn .at-label {
        display: none !important;
    }
    .makeup .block_area-content {
        padding-right: 190px;
        position: relative;
    }
    .makeup .block_area-content:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 160px;
        background: #404246;
        background: linear-gradient(180deg, #404246 0, rgba(64, 66, 70, 0) 100%);
    }
    .makeup .show-profile-avatar {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 1199px) {
    #main-wrapper {
        min-height: calc(100vh - 470px);
    }
    #main-content,
    #main-sidebar {
        float: none;
        width: 100%;
        padding: 0;
    }
    .desi-buttons .btn {
        font-size: 14px;
    }
    .deslide-item .deslide-item-content {
        width: 50%;
    }
    .anif-block {
        margin-bottom: 20px;
    }
    #anime-featured {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #footer {
        padding: 0 0 20px;
    }
    #footer-about {
        padding-bottom: 20px;
    }
    .anis-content .anisc-detail .film-name {
        font-size: 30px;
    }
    .anis-content .anisc-detail .film-description,
    .anis-content .anisc-detail .film-stats {
        font-size: 13px;
    }
    #ani_detail .anis-content {
        padding: 40px 15px;
    }
    .anis-content .anisc-info,
    .anis-content .anisc-info-wrap {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: auto;
        background: 0 0;
        transform: none;
    }
    .anis-content .anisc-poster {
        top: 35px;
        transform: none;
        left: 15px;
        width: 180px;
    }
    .anis-content .anisc-detail {
        padding-left: 210px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .anis-content .anisc-info-wrap {
        margin: 0 -30px -40px;
        padding: 30px 30px;
        background: rgba(42, 44, 49, 0.5);
    }
    .anis-content .anisc-info .item-list {
        border: none;
        padding: 0;
    }
    #episodes-content,
    .seasons-block {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .anis-watch-tv {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
    .anis-watch-tv .player-frame {
        /* padding-bottom: 56.25%; */
    }
    .anis-watch-tv .ss-list {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 467px;
        margin-bottom: 0;
    }
    .anis-watch-tv .ss-list-min {
        max-height: none;
    }
    .player-controls .pc-item {
        margin: 5px;
    }
    .profile-header {
        margin-top: -25px;
    }
    .layout-news .container #main-content,
    .layout-news .container #main-sidebar {
        width: 100%;
    }
    .main-az ul.az-list li a {
        font-size: 14px;
    }
    #anime-event .event-block {
        margin: 0;
    }
    #anime-event .event-block .event_-focus {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #anime-event .event-block .event_-focus .event__-content {
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        position: relative;
        text-align: center;
    }
    #anime-event .event-block .event_-list {
        width: 100%;
    }
    #anime-event .event-block .event_-list .item {
        height: auto;
        padding: 20px;
    }
    #anime-event .event-block .event_-list .item .film-poster {
        margin-top: 0;
    }
    .ss-list.ss-list-min .ssl-item {
        width: calc(8.33% - 4px);
    }
    .tvminimize .ss-list.ss-list-min .ssl-item {
        width: calc(10% - 4px);
    }
    .live__-wrap .item {
        width: calc(33.33% - 14px);
    }
    .player-controls .pc-item.pc-live .m-hide {
        display: none;
    }
    .player-controls .pc-item.pc-live .w-hide {
        display: inline-block;
    }
    .layout-page-watchtv .anis-watch-wrap {
        margin: 0 auto;
        width: calc(100% - 160px);
    }
    #ani_detail .prebreadcrumb {
        display: none;
    }
    .anis-watch-wrap {
        padding-top: 0;
    }
    .share-buttons.share-buttons-min.share-buttons-watch {
        margin-top: 0;
    }
    .choose-name .form-control {
        height: 40px;
    }
    .flw-item .remove-item {
        display: inline-block;
        width: 36px;
        line-height: 36px;
    }
    .ls__-share {
        padding-top: 0 !important;
    }
    .ls__-share .share-buttons.share-buttons-detail {
        background: 0 0 !important;
        margin-bottom: 0;
    }
    .ls__-wrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        padding-right: 0;
    }
    #player-wrapper {
        height: calc(100vh - 300px) !important;
        margin-bottom: 0 !important;
    }
    .ls___-player .player-16x9 {
        bottom: 0 !important;
    }
    .ls___-chatbox {
        position: relative !important;
        height: 400px;
        margin-bottom: 30px;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        display: none;
    }
    .ls___-chatbox.turn-off-chat {
        height: 150px;
    }
    .ls___-detail {
        margin-bottom: 0;
    }
    #open-comment {
        display: block;
    }
    .chatbox_-room {
        padding-bottom: 0;
    }
    body.livestream_body #header,
    body.livestream_body #search {
        background: #0a1026 !important;
    }
    #header.header-home {
        background: #2a2c31 !important;
    }
    .anis-watch-wrap.active .anis-watch-tv {
        padding-left: 0;
        padding-right: 0;
    }
    .wideview {
        display: block !important;
    }
    .my-award .maw-left,
    .my-award .maw-right {
        width: 100%;
        margin-bottom: 3rem;
    }
    .award-inner {
        margin-bottom: 60px;
    }
    .wv-item {
        width: 100% !important;
        margin-bottom: 3rem;
    }
    .wv-item .wv-ul {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wv-item .wv-ul .item {
        width: calc(50% - 5px);
    }
    .wv-item .wv-ul .item:nth-child(n + 5) {
        display: none !important;
    }
    .wv-item .wv-ul.expand .item:nth-child(n + 5) {
        display: flex !important;
    }
    .wv-item .wv-loadmore {
        display: block;
    }
    .wv-item .wv-loadmore .btn {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        background-color: transparent !important;
        font-size: 12px;
        border-radius: 0.75rem;
        padding: 0.7rem;
    }
    .wv-item .wv-loadmore .btn:hover {
        border-color: #ff5700 !important;
        color: #ff5700 !important;
    }
    .my-award {
        display: block !important;
    }
    .wv-mine {
        max-width: none;
        margin: 0;
    }
    .my-award .maw-right {
        padding: 0;
        border: none;
    }
    .award-inner .ai_-welcome {
        text-align: center;
    }
    .aa-item {
        margin: 1rem 1.5rem;
    }
    .award-inner .ai_-about {
        justify-content: center;
    }
    .role-line {
        max-width: 720px;
        margin: 0 auto 60px;
    }
    .received-point {
        max-width: 720px;
        margin: 0 auto;
    }
    .zoro-group .zrg-title {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .minimize .anis-watch,
    .minimize .prebreadcrumb {
        padding-left: 0;
        padding-right: 0;
    }
    .pc-zoom {
        display: none !important;
    }
    .tvminimize .anis-watch-tv {
        margin: 0 -15px !important;
        width: auto !important;
        max-width: none !important;
    }
    .pc-zoomtv {
        display: none;
    }
    .film_list.film_list-grid .film_list-wrap .flw-item {
        width: calc(25% - 14px) !important;
    }
    .bac-list-wrap .bac-item {
        width: 49%;
    }
    .actor-page-wrap {
        margin: 30px 0;
        padding-left: 0;
    }
    .actor-page-wrap .avatar {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        margin-bottom: 30px;
    }
    .actor-page-wrap .prebreadcrumb {
        display: none;
    }
    .actor-page-wrap .apw-detail .name,
    .actor-page-wrap .apw-detail .sub-name {
        text-align: center;
    }
    .sub-box {
        width: 100%;
    }
    .anis-watch-detail {
        padding: 25px 10px;
    }
    .main-az ul.az-list li {
        width: calc(6.66% - 6px);
    }
    .header-setting {
        margin-left: 30px;
    }
    .container-404 {
        padding: 100px 0;
    }
    .screen-items .item {
        width: calc(33.33% - 14px);
    }
    .layout-page-watchtv .anis-watch-wrap {
        width: 100%;
    }
    .anis-watch {
        width: auto;
        margin: 0 -15px;
    }
    .event-other .eo_-list .item {
        width: calc(100% - 30px);
    }
    .film_list.film_list-continue .film_list-wrap .flw-item {
        width: calc(25% - 14px);
    }
    .fav-tabs .nav {
        float: none;
        margin-bottom: 5px;
    }
    .fav-tabs .nav .nav-item {
        margin-bottom: 10px;
    }
    .fav-tabs > .item-order {
        float: none;
        margin-bottom: 10px;
    }
    .fav-tabs > .item-order .bhs-item {
        display: inline-block;
    }
    #player-wrapper {
        height: auto !important;
        padding-bottom: 56.25% !important;
    }
    .qtip,
    .tooltip {
        display: none !important;
    }
    .znav {
        flex-direction: column !important;
    }
    .znav .zsort {
        margin-top: 10px;
    }
    .header-group {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .anis-watch-detail .dt-rate {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        max-width: 400px;
        width: 100%;
    }
    .anis-watch-detail .anis-content {
        padding-right: 0 !important;
    }
    #sidebar_menu {
        width: 300px;
    }
    #anime-event .event-block {
        margin: 0 -15px;
        overflow: hidden;
        width: calc(100% + 30px);
    }
    .event-block-full {
        margin-top: -25px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .event-block .event_-list {
        float: none;
        width: 100%;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .event-block .event_-list .item {
        width: 200px;
    }
    .event-block .event_-list::-webkit-scrollbar {
        display: none;
    }
    .event-block .event_-list .event__-ul {
        width: 1000px;
        scroll-snap-type: x mandatory;
    }
    .ss-list.ss-list-min .ssl-item {
        width: calc(10% - 4px);
    }
    .live__-wrap .item {
        width: calc(50% - 14px);
    }
    .block_area-live .h2-heading {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }
    .block_area-live .bah-sort {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
    }
    .ph-tabs .pre-tabs .nav-item {
        margin: 0 10px;
    }
    .dwl-ul {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dwl-ul .swiper-container {
        padding: 0 20px;
    }
    #discussion .pre-tabs .nav-item .nav-link {
        border: none !important;
        line-height: normal;
    }
    #discussion .pre-tabs .nav-item .nav-link.active {
        background-color: #ff5700 !important;
        color: #111 !important;
    }
    .dwl-ul .dwl-item {
        width: 190px;
    }
    .os-list .os-item {
        width: calc(16.66% - 10px);
    }
}
@media screen and (max-width: 759px) {
    #main-wrapper {
        min-height: calc(100vh - 355px);
        display: inline-block;
        width: 100%;
    }
    #slider {
        padding-bottom: 300px;
    }
    .deslide-item .deslide-item-content {
        padding-left: 15px;
        width: 100%;
        padding-right: 100px;
        top: auto;
        transform: none;
        bottom: 30px;
    }
    .deslide-item .desi-sub-text {
        margin-bottom: 10px;
    }
    .deslide-item .deslide-poster {
        transform: none;
    }
    .deslide-item .deslide-poster .deslide-poster-wrap {
        width: 250px;
        left: auto;
        right: -35px;
        top: -15px;
        transform: none;
        border-width: 10px;
    }
    .deslide-item .deslide-cover .deslide-cover-img:before,
    .deslide-item .deslide-poster {
        display: none;
    }
    .deslide-item .deslide-cover .deslide-cover-img img {
        opacity: 0.6;
    }
    .deslide-item .deslide-cover .deslide-cover-img:after {
        background: #202125;
        background: linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 82%);
    }
    .deslide-item .desi-head-title {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .deslide-item .desi-description {
        margin-bottom: 15px;
    }
    .film-meta {
        display: unset !important;
    }
    .film-meta .meta:first-child {
        margin-right: 0;
    }
    .swiper-navigation {
        bottom: 30px;
    }
    #slider {
        margin-bottom: 0;
        padding-bottom: 350px;
    }
    #slider .sc-detail {
        display: none;
    }
    .film_list.film_list-grid .film_list-wrap .flw-item {
        width: calc(33.33% - 14px) !important;
    }
    .film_list-default .film_list-wrap .flw-item {
        width: calc(100% - 14px) !important;
    }
    .film_list.film_list-modallive .film_list-wrap .flw-item {
        width: calc(25% - 14px) !important;
    }
    .pc-light {
        display: none;
    }
    .topslider {
        height: 350px;
    }
    .block_area {
        margin-bottom: 30px;
    }
    .flw-item .film-poster .film-poster-ahref i,
    .flw-item .film-poster .film-poster-ahref:after,
    .flw-item .film-poster .film-poster-ahref:before {
        display: none;
    }
    .di-trailer,
    .dp-i-c-right .prebreadcrumb {
        display: none;
    }
    .detail-infor {
        padding-right: 0;
    }
    .watching_player {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -10px;
    }
    #pc-trailer {
        display: inline-block;
    }
    .block_area .block_area-header-tabs {
        padding-bottom: 30px;
        position: relative;
        margin-bottom: 15px !important;
    }
    .block_area .block_area-header-tabs .bah-setting {
        position: absolute;
        left: 0;
        top: 40px;
        float: none !important;
    }
    .block_area .block_area-header-tabs .bah-setting .btn-tab {
        border-radius: 3px;
        padding: 4px 8px;
        float: none !important;
        font-size: 12px;
        width: auto !important;
        display: inline-block !important;
        margin: 0 5px 0 0 !important;
    }
    .block_area.block_area-comment .block_area-header-tabs {
        padding-bottom: 0 !important;
    }
    .block_area.block_area-comment .block_area-header-tabs .bah-setting {
        position: relative;
        left: auto;
        top: auto;
        float: left !important;
        margin-top: 3px;
    }
    .schedule-full .bah-time {
        /* position: absolute; */
        float: none;
        border-radius: 0;
        bottom: -20px;
        left: 0;
        right: 0;
        padding: 6px 10px;
        text-align: center;
    }
    #suggest {
        padding-top: 10px;
    }
    #footer {
        font-size: 12px;
        padding: 0;
    }
    #footer .footer-links {
        text-align: center;
        float: none !important;
        display: block !important;
        overflow: hidden;
        width: 100%;
    }
    #footer .footer-links .smoothlink {
        display: none;
    }
    #footer .footer-links ul {
        text-align: center;
        float: none !important;
        display: block !important;
        overflow: hidden;
        width: 100%;
    }
    #footer .footer-links ul li {
        display: inline-block;
        margin: 0 12px;
        float: none !important;
    }
    #footer-about {
        padding: 15px 0;
        font-size: 10px;
        text-align: center;
    }
    #footer .btn-up {
        display: none;
    }
    .footer-az ul.az-list li {
        margin: 5px;
    }
    .footer-toggle-block {
        margin-bottom: 20px;
    }
    .stx-center {
        padding: 30px;
    }
    .zr-news.zr-news-list .item {
        padding-left: calc(40% + 15px);
        min-height: 180px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .zr-news.zr-news-list .item .news-title {
        font-size: 18px;
    }
    .zr-news.zr-news-list .item .description {
        font-size: 14px;
    }
    .zr-news.zr-news-list .item .zr-news-thumb {
        width: 40%;
        padding-bottom: 160px;
    }
    .footer-joingroup .zoro-group {
        display: inline-block;
        margin: 0 auto;
    }
    .footer-joingroup .zoro-group .zrg-title {
        text-align: left;
    }
    .modal-characters .bac-list-wrap .bac-item {
        width: calc(50% - 10px);
    }
    .premodal.premodal-characters .modal-dialog {
        max-width: 96% !important;
    }
    .modal-characters .bac-list-wrap .bac-item {
        width: calc(100% - 16px);
        margin: 0 8px 2px;
        border-radius: 0;
    }
    .bac-list-wrap .bac-item {
        width: 99%;
        margin-bottom: 5px;
    }
    .block_area .block_area-header .bah-sort {
        position: absolute;
        margin-left: 0;
        bottom: 0;
        left: 0;
        height: auto;
    }
    .block_area .block_area-header .bah-sort .bhs-item {
        margin: 0;
        margin-right: 30px !important;
    }
    .block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
        line-height: 30px;
        background: 0 0;
        padding: 0;
    }
    .block_area.block_area-live .block_area-header .bah-sort {
        right: 0;
    }
    .block_area.block_area-live .block_area-header .bah-sort .float-right {
        margin-right: 0 !important;
    }
    .livestream_body .block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
        background: 0 0;
    }
    .livestream_body .block_area .block_area-header .bah-sort .bhs-item.bhs-item-mychannel .bhsi-name {
        padding: 0 10px;
    }
    .player-controls .pc-item .btn {
        /* font-size: 0; */
        padding: 0.25rem;
    }
    .player-controls .pc-item .btn i {
        font-size: 13px;
        margin: 0 !important;
        padding-right: 5px;
    }
    .player-controls .pc-item.pc-comment .btn i {
        font-size: 14px;
        margin-right: 5px !important;
        color: #fff;
    }
    .player-controls .pc-item.pc-comment .btn span {
        font-size: 12px !important;
    }
    .header-setting,
    .pc-download {
        display: none;
    }
    .sb-setting {
        display: block !important;
    }
    .sb-setting .header-setting {
        display: block !important;
        margin: 20px 0 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.2);
        padding: 15px;
    }
    .sb-setting .hs-toggles {
        padding: 0;
    }
    .sb-setting .hs-toggles .hst-item {
        margin-right: 20px;
    }
    .sb-setting .hs-toggles .hst-item .name {
        font-size: 12px;
    }
    .trending-navi {
        display: none;
    }
    .trending-list {
        padding: 0;
    }
    .event-block .event_-focus .title {
        font-size: 30px;
    }
    .event-tag {
        left: -40px;
        top: -40px;
    }
    .event-tag span {
        font-size: 12px;
    }
    .share-buttons.share-buttons-min .share-buttons-block {
        padding-top: 0 !important;
    }
    .share-buttons.share-buttons-min .share-buttons-block .sbb-title {
        padding-left: 0 !important;
        border-left: none !important;
        margin-bottom: 10px;
    }
    .share-buttons.share-buttons-min.share-buttons-watch {
        margin-top: 0;
    }
    .share-buttons.share-buttons-min.share-buttons-watch .share-buttons-block {
        padding: 15px !important;
    }
    .share-buttons.share-buttons-min.share-buttons-watch .share-buttons-block .sbb-title {
        margin-bottom: 0;
    }
    .ls___-detail {
        min-height: 70px;
        padding: 12px 0;
        margin-bottom: 0;
    }
    .ls___-detail .live-owner .user-created .uc-name {
        font-size: 14px;
        margin-bottom: 5px;
        max-width: 150px;
    }
    .ls___-detail .live-owner .user-created .time {
        font-size: 12px;
        font-weight: 500;
    }
    .ls___-detail .live-stats .item {
        float: none;
        margin: 3px 0 !important;
        font-size: 14px;
        text-align: right;
    }
    .ls___-detail .live-stats .item.item-online span:after {
        display: none;
    }
    .zcontainer {
        padding: 0 15px;
    }
    .ls___-detail .live-stats {
        right: 15px;
    }
    #open-comment {
        width: calc(100% - 30px);
    }
    .player-servers {
        padding-left: 15px;
        background: #14151a;
    }
    .player-servers .ps_-status {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        background: 0 0;
        padding: 15px 0 20px;
    }
    .player-servers .ps_-status .anis-cover-wrap {
        display: none;
    }
    .player-servers .ps_-status .server-notice {
        transform: none;
        top: auto;
        left: auto;
        position: relative;
        color: #ccc;
        padding: 0;
    }
    .player-servers .ps_-status .server-notice strong {
        margin-bottom: 5px;
    }
    .player-servers .ps_-status .server-notice strong b {
        color: #ff5700;
        margin-top: 5px;
    }
    .player-servers #servers-content {
        min-height: auto;
        background: 0 0;
        border-radius: 0;
    }
    .player-servers .ps_-block {
        background: #202125;
    }
    .server-alert .alert {
        margin: 0 0 10px;
        font-size: 12px;
    }
    .schedule-alert {
        background: #14151a;
    }
    .schedule-alert .alert {
        border-radius: 0;
    }
    .ps__-list .item {
        margin: 2px 7px 2px 0;
    }
    .ps__-list .item .btn {
        min-width: auto;
    }
    .player-servers .ps_-block {
        padding: 10px;
        /* padding-left: 110px; */
    }
    .player-servers .ps_-block .ps__-title {
        line-height: 34px;
    }
    .player-servers .ps_-block .small {
        margin-left: -95px;
        font-size: 12px;
    }
    .ep_-list .ep__-ul {
        margin: 0 -7px;
    }
    .ep_-list .ep__-ul .item {
        width: calc(33.33% - 14px);
        margin: 7px;
        float: left;
    }
    .event-other .eo_-list .item .item-detail {
        height: auto;
        padding: 15px;
    }
    .ls___-player .center-block {
        width: 90%;
        max-width: 300px;
        padding: 0;
        background: 0 0;
        border-radius: 12px;
    }
    .center-block.pending-block .user-avatar {
        display: none;
    }
    .center-block.pending-block .btn-wait {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
    }
    .ph-title {
        display: none;
    }
    .ph-tabs .pre-tabs .nav-item {
        margin: 0 12px;
    }
    .ph-tabs .pre-tabs .nav-item .nav-link {
        font-size: 0 !important;
    }
    .ph-tabs .pre-tabs .nav-item .nav-link i {
        font-size: 20px !important;
        margin: 0 !important;
    }
    .profile-header {
        margin-top: -25px;
        padding-top: 20px;
    }
    .inbox-tabs .fav-tabs {
        margin-bottom: 0 !important;
    }
    .dwl-ul .dwl-item > .comment-avatar {
        width: 30px;
        height: 30px;
        top: calc(1rem + 5px);
    }
    .dwl-ul .dwl-item .about {
        padding-left: 40px;
    }
    .wv-item .wv-ul .item,
    .wv-mine .wv-ul .item {
        width: 100%;
    }
    .award-inner .ai_-welcome {
        font-size: 2rem;
        padding: 50px 0 40px;
    }
    .aw-tabs .nav-item {
        margin: 0 !important;
    }
    .award-inner .ai_-about {
        position: relative;
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .award-inner .ai_-about .aa-item {
        margin: 0.5rem;
        min-width: 130px;
    }
    .award-inner .ai_-about .aa-item .aa-title,
    .award-inner .ai_-about .aa-item.aa-avatar {
        margin-bottom: 0.5rem;
    }
    .award-inner .ai_-tabs a {
        font-size: 1em;
        margin: 0.5rem;
    }
    .rp-inner {
        display: block !important;
    }
    .rpi-box {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .cd-article .cda-about {
        display: block !important;
    }
    .cd-article .cda-about .ztag {
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    .cd-article .cda-about .ztag .dot.m-hide {
        display: none;
    }
    .other-season {
        background-color: #14151a;
    }
    .os-list .os-item {
        width: calc(20% - 10px);
    }
}
@media screen and (max-width: 575px) {
    #header {
        height: 50px;
        margin-bottom: 15px;
    }
    .event-block-full {
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .event-block-full .event_-focus .event__-content {
        padding: 50px 15px;
    }
    #ani_detail {
        margin-top: -15px;
    }
    #mobile_menu {
        top: 5px;
    }
    #mobile_search {
        margin: 10px 5px;
    }
    #mobile_menu i,
    #mobile_search i {
        font-size: 20px;
    }
    #header #logo {
        margin: 10px 0 8px 35px;
        height: 25px;
    }
    #header_right {
        padding: 5px 0;
    }
    #header .btn-user {
        margin: 5px 0 5px 5px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }
    #search {
        top: 50px;
    }
    .deslide-wrap {
        margin-top: -15px;
    }
    .premodal-filter .modal-header {
        padding: 20px !important;
    }
    .swiper-navigation {
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination {
        display: block;
        width: 8px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
    }
    .anif-block .anif-block-ul li {
        width: 50%;
        float: left;
        background: #414248 !important;
    }
    #anime-featured .anif-block {
        min-height: auto;
    }
    #anime-featured .anif-block .anif-block-ul li:nth-of-type(n + 5) {
        display: none !important;
    }
    .anif-block-ul li .film-detail .film-name {
        font-size: 12px;
    }
    .header_right-user.logged > .dropdown > .btn-primary {
        font-size: 0;
        width: 30px;
        margin: 5px 0;
        padding: 0;
        line-height: normal;
        border: none;
        background: #222 !important;
    }
    .header_right-user.logged > .dropdown > .btn-primary i {
        font-size: 20px;
        margin-left: 0 !important;
        line-height: 30px;
    }
    .heading-name {
        font-size: 24px;
        line-height: 1.4em;
    }
    .pre-pagination {
        margin: 20px 0 !important;
    }
    .premodal .pre-pagination {
        margin: 20px 0 0 !important;
    }
    #big-search,
    .prebreadcrumb {
        display: none;
    }
    #filter-block {
        margin: 0 0 30px;
    }
    #filter-block.filter-hide #toggle-filter {
        margin: 10px auto;
    }
    .category_filter {
        padding: 15px;
        border-radius: 0;
        margin: -15px -15px 30px;
    }
    .category_filter .ni-list {
        max-height: 200px;
        overflow: auto;
    }
    .premodal .modal-content .close {
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -20px;
        background: #fff;
        color: #111;
    }
    #header .btn-on-header.btn-login {
        font-size: 0;
    }
    #header .btn-on-header.btn-login i {
        margin-right: 0 !important;
    }
    .premodal-filter .modal-content .modal-body {
        padding: 0 20px 40px !important;
    }
    .premodal-filter .modal-title {
        font-size: 20px;
    }
    .premodal-login .modal-content {
        padding-top: 0;
    }
    .block_area-list {
        margin: 0 -15px;
        overflow: hidden;
    }
    .block_area-list.news_list {
        margin: 0;
    }
    .fav-tools {
        margin: 0 -15px;
        background: 0 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .fav-tools .ft__-search .form-control {
        width: 130px;
        padding-right: 0;
    }
    .fav-tools .item-order .bhsi-name > span {
        display: none;
    }
    .zr-news.zr-news-list .item .description {
        margin-bottom: 15px;
    }
    .zr-news.zr-news-list .item .news-title {
        margin-bottom: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .anis-content .anisc-poster {
        position: relative;
        left: auto;
        top: auto;
        width: 140px;
        margin: 0 auto 20px;
    }
    .add-manga {
        margin: 20px -15px 0;
    }
    .anis-content .anisc-detail .film-name {
        font-size: 24px;
        text-align: center;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .anis-content #malp {
        margin-top: 5px !important;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        padding: 5px;
    }
    .anis-content #MalData > span {
        margin: 5px;
        background: 0 0;
        padding: 0;
    }
    .anis-content .anisc-detail {
        padding-left: 0;
        min-height: auto;
        margin-bottom: 20px;
    }
    .anis-content .anisc-detail .film-buttons,
    .anis-content .anisc-detail .film-stats {
        text-align: center;
        margin-bottom: 20px;
    }
    .anis-content .anisc-detail .film-buttons .btn {
        margin: 5px !important;
    }
    .anis-content .anisc-detail .film-description {
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* opacity: 0.5; */
    }
    .anis-content .anisc-info-wrap {
        padding: 20px;
        margin: 0 -20px -30px;
    }
    .anis-content .block-live .btn {
        font-size: 12px;
        line-height: 16px;
        padding: 4px !important;
    }
    .anis-content .block-live .btn i {
        width: 16px;
        height: 16px;
        margin-right: 5px !important;
    }
    #ani_detail .anis-content {
        padding: 30px 5px;
    }
    .anis-content .anisc-detail .film-description.m-hide,
    .anis-content .anisc-detail .film-text.m-hide {
        /* display: none; */
        overflow: auto;
        max-height: 160px;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-description.m-hide {
        -webkit-line-clamp: 3;
        display: block;
        font-size: 12px;
        opacity: 1;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-text.m-hide {
        display: block;
        font-size: 12px;
        margin-top: 10px;
    }
    .anis-content .w-hide {
        display: block;
    }
    .anis-content .anisc-info .item-title .text {
        font-size: 13px;
        color: #aaa;
        line-height: 1.4em;
        margin: 10px 0;
        max-height: 90px;
        overflow: auto;
    }
    .anis-watch-detail {
        padding: 20px 0;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-name {
        font-size: 20px;
    }
    .anis-watch-detail .dt-rate {
        top: 5px;
    }
    .anis-watch-detail .anis-content {
        padding-left: 0px !important;
    }
    .anis-watch-detail .anis-content .anisc-detail {
        margin-bottom: 0;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-name {
        text-align: left;
    }
    .anis-watch-detail .anis-content .anisc-poster {
        width: 60px !important;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-stats {
        text-align: left;
        margin-bottom: 10px;
    }
    .anis-watch-detail .anis-content .anisc-detail .anisc-keyword {
        margin-top: 10px;
    }
    .profile-header {
        margin-top: -15px;
    }
    .ssc-servers .dropdown-menu {
        left: auto !important;
        right: 0 !important;
    }
    .news-article {
        font-size: 14px;
        line-height: 1.5em;
    }
    .news-article .news-title {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .layout-news .prebreadcrumb {
        display: block;
        font-size: 14px;
        margin: 20px 0;
    }
    .layout-news .prebreadcrumb .breadcrumb-item.active {
        display: none;
    }
    .anis-cover {
        left: -15px;
        right: -15px;
    }
    .anis-watch-tv .ss-list-min {
        max-height: 411px;
    }
    .ss-list-min .ssl-item:last-of-type {
        margin-bottom: 15px;
    }
    .premodal .modal-content .close {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0 20px 0 8px;
    }
    .per-info .pi-avatar img {
        filter: none !important;
        opacity: 1 !important;
    }
    .ss-choice {
        background: rgba(20, 21, 26, 0.5);
        border-top: 1px dashed #333;
    }
    .player-controls {
        background: #070709;
    }
    .main-az ul.az-list li {
        width: calc(12.5% - 6px);
    }
    .cfc-min-block .cmb-item-4 {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .inbox-item .ii-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #anime-trending {
        padding: 0;
        background: 0 0;
        margin-bottom: 0;
    }
    .share-buttons .share-buttons-block {
        padding-left: 0;
    }
    .share-buttons.share-buttons-home .share-buttons-block {
        margin-top: 0;
    }
    .share-buttons .share-buttons-block .at-icon-wrapper {
        width: 34px !important;
        height: 34px !important;
        line-height: 24px !important;
        margin-bottom: 0 !important;
        text-align: left;
    }
    .share-buttons .share-buttons-block .at-icon-wrapper svg {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
    }
    .share-buttons.share-buttons-home .share-buttons-block {
        padding-left: 0;
    }
    .share-buttons.share-buttons-home .share-buttons-block .sbb-title {
        padding: 0 !important;
    }
    .share-buttons.share-buttons-home .share-buttons-block .share-icon {
        display: none;
    }
    .share-buttons .share-buttons-block .sbb-title {
        padding: 0;
        border-left: none;
    }
    .share-buttons.share-buttons-detail.share-buttons-page {
        margin-top: -15px !important;
        margin-bottom: 10px;
    }
    .share-buttons.share-buttons-min .share-buttons-block .sbb-title {
        margin-bottom: 0;
        padding-top: 0;
    }
    .trending-list .item .number {
        bottom: auto;
        top: 0;
        right: auto;
        width: 40px;
        left: 0;
        height: 30px;
        background: #fff;
        z-index: 9;
    }
    .trending-list .item .number span {
        font-size: 18px;
        line-height: 30px;
        transform: none;
        text-align: center;
        color: #111;
    }
    .trending-list .item .film-poster {
        left: 0;
        top: 0;
        bottom: 0;
    }
    #anime-event {
        margin-top: 0;
    }
    .event-block .event_-focus {
        padding: 30px 0;
    }
    .zr-alert {
        margin: 0 auto;
        max-width: 90%;
        width: 320px;
        padding: 20px;
    }
    .zr-alert .zr-alert-icon {
        width: 100px;
        left: 0;
    }
    .zr-alert.zr-alert-01 {
        padding-left: 110px;
    }
    .zr-alert .zr-alert-content {
        font-size: 14px;
        text-align: left;
    }
    .block_area.block_area-promotions {
        margin-bottom: 30px;
    }
    .screen-items .item {
        width: calc(50% - 14px);
        margin-bottom: 10px;
    }
    .screen-items .item .sii-title {
        font-size: 12px;
    }
    .ss-list.ss-list-min .ssl-item {
        width: calc(12.5% - 4px) !important;
    }
    .live__-wrap .item {
        width: calc(100% - 14px);
        margin-bottom: 30px;
    }
    .live__-wrap .item .live-info .owner {
        min-height: auto;
    }
    .live-btn {
        margin-top: 30px;
    }
    .live-btn .btn {
        float: none !important;
        width: 100% !important;
        margin-top: 15px !important;
    }
    .ls___-animeinfo .film-poster {
        width: 100px;
        padding-bottom: 140px;
        top: 0;
        left: 0;
        bottom: auto;
    }
    .ls___-animeinfo .ls____-content {
        padding: 0;
        padding-left: 120px;
        background: 0 0;
        min-height: 140px;
    }
    .ls___-animeinfo .film-info .film-name {
        font-size: 18px;
    }
    .ls__-share .share-buttons.share-buttons-detail {
        margin-top: -15px;
    }
    .ls__-share .share-buttons .share-buttons-block {
        padding: 15px 0;
    }
    .livestream_body.livestream_body-watch #header #logo {
        margin-left: 35px;
    }
    .time-zone .btn-trans {
        display: none;
    }
    .jw-controlbar .rewind-10s-button {
        display: none !important;
    }
    .ep_-list {
        padding-bottom: 30px;
        margin-top: -170px;
    }
    .ep_-list .ep__-ul .item {
        width: calc(50% - 14px);
    }
    .event-other .eo_-list .item {
        padding: 150px 0 0;
    }
    .event-other .eo_-list .item .item-cover {
        width: 100%;
        height: 150px;
    }
    .event-other .eo_-list .item .item-detail .event-name {
        font-size: 16px;
        display: block;
    }
    #sidebar_menu {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #sidebar_menu::-webkit-scrollbar {
        display: none;
    }
    #trending-home {
        margin-right: -15px;
        margin-left: -15px;
    }
    #trending-home:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 30px;
        z-index: 10;
        background: #202125;
        background: linear-gradient(90deg, rgba(32, 33, 37, 0) 0, rgba(32, 33, 37, 0.9) 100%);
    }
    .landing-page {
        margin-top: -15px;
        padding-top: 0;
    }
    .ll_-header .site_logo img {
        height: auto;
        width: 50%;
    }
    .landing_layout p {
        font-size: 14px;
        line-height: 1.5em;
    }
    .ll_-header .site_title {
        font-size: 20px;
    }
    .live__-wrap .item .live-thumbnail .live-thumbnail-img {
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 0;
        width: 60%;
        height: 60%;
        left: 20%;
        top: 20%;
        transform: none !important;
    }
    .player-controls .pc-item.pc-control {
        /* display: none; */
    }
    #discussion .display-toggle {
        right: -10px;
    }
    #discussion .display-toggle .to-text {
        display: none;
    }
    #discussion.ds-hide .display-toggle .to-text {
        display: block;
    }
    .role-line {
        border-radius: 0;
        margin: 0 -15px 1rem;
        padding: 0 0 30px;
        background: 0 0 !important;
        overflow-y: hidden;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-top: none;
    }
    .role-line .role-line-wrap {
        width: 640px;
        padding: 2rem 0 0;
        background-color: #000;
        white-space: nowrap;
    }
    .role-line::-webkit-scrollbar {
        display: none;
    }
    .role-line .role-line-load {
        width: 512px;
        margin: 0 64px;
    }
    .os-list .os-item {
        width: calc(25% - 10px);
    }
    .cda-bottom-my > div {
        flex-direction: column;
    }
    .cda-bottom-my > div > div {
        margin: 0.5rem 0;
    }
    .cda-bottom-my > div > div > .btn {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
}
@media screen and (max-width: 480px) {
    .zr-news.zr-news-list .item .description {
        font-size: 12px;
    }
    .server-notice {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 0;
    }
    .ss-list .ssl-item.active:before {
        width: 2px;
    }
    .anif-block .anif-block-ul li {
        width: 100%;
    }
    .deslide-item .deslide-poster .deslide-poster-wrap {
        width: 200px;
    }
    .deslide-item .desi-description {
        font-size: 12px;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
    .desi-buttons .btn {
        font-size: 12px;
    }
    .deslide-item .desi-sub-text {
        font-size: 10px;
        margin-bottom: 10px;
    }
    #slider {
        padding-bottom: 320px;
    }
    .block_area_manager .block_area-header-tabs {
        display: none;
    }
    .premodal .modal-content .modal-header {
        padding: 20px 20px 0;
    }
    .premodal .modal-content .modal-body {
        padding: 20px;
    }
    .premodal-login .modal-content .modal-body {
        padding: 20px 20px 40px;
    }
    .power-head {
        margin: 0 -20px 20px;
        padding: 20px;
        border-radius: 0;
    }
    .power-head > div > div + div {
        margin-left: 20px;
    }
    .premodal .modal-logo {
        display: none;
    }
    .block_area_manager .notification-list .justify-content-between {
        display: block !important;
    }
    .block_area_manager .notification-list .justify-content-between small {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }
    .block_area_manager .notification-list .list-group-item {
        -webkit-box-decoration-break: unset;
        box-decoration-break: unset;
    }
    #main-wrapper {
        margin-bottom: 30px !important;
    }
    .block_area .block_area-header .cat-heading {
        font-size: 18px !important;
        margin: 0;
        line-height: 38px;
    }
    .bah-setting .btn {
        width: 48%;
        margin: 1% !important;
        float: left;
    }
    .bah-setting-mobile {
        overflow: hidden;
    }
    .container-404 {
        padding: 70px 0;
    }
    .container-404 .c4-big {
        font-size: 80px;
        line-height: 1em;
    }
    .container-404 .c4-medium {
        font-size: 14px;
        line-height: 1.2em;
    }
    #footer .footer-menu .ulclear li {
        margin-right: 0;
    }
    .watching .prebreadcrumb {
        display: none;
    }
    .heading-name {
        font-size: 20px;
    }
    .block_area .block_area-header {
        margin-bottom: 5px;
    }
    .block_area_sidebar .cbox.cbox-genres {
        background: 0 0;
        padding: 0;
    }
    .block_area_sidebar .cbox.cbox-genres ul li {
        width: auto !important;
        margin-bottom: 7px;
    }
    .block_area_sidebar .cbox.cbox-genres ul li a {
        background: #2a2c31 !important;
        padding: 6px 10px;
    }
    .actor-page-wrap .avatar {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }
    .sub-box .sub-box-list .per-info {
        width: 99%;
    }
    .stx-center {
        margin-bottom: 30px;
        padding: 20px;
    }
    .stx-center .stx-title {
        font-size: 20px;
        margin: 0;
    }
    .stx-center .description {
        font-size: 13px;
        margin-top: 15px;
    }
    .modal-characters .bac-list-wrap .bac-item {
        border-bottom: 1px dashed #454851;
        background: 0 0 !important;
        margin-bottom: 0;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info {
        height: 70px;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info .pi-name {
        font-size: 11px;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info .pi-avatar {
        width: 40px;
        height: 40px;
        left: 0;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info-xx .pi-avatar {
        width: 30px;
        height: 30px;
        left: auto;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info .pi-detail {
        left: 50px;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info.rtl .pi-avatar {
        left: auto;
        right: 0;
    }
    .modal-characters .bac-list-wrap .bac-item .per-info.rtl .pi-detail {
        left: auto;
        right: 50px;
    }
    .bac-item .per-info-xx .pi-avatar {
        border: none;
        margin-left: 10px;
        width: 34px;
        height: 34px;
    }
    .bac-item .per-info-xx .pix-list .pi-avatar:nth-of-type(n + 4) {
        display: none;
    }
    .per-info .pi-name {
        font-size: 12px;
    }
    .premodal-characters .modal-content .modal-body {
        padding: 15px;
    }
    .premodal-characters .modal-content .modal-header {
        padding: 20px 20px 0;
    }
    .event-block .event_-list .event__-ul {
        width: 750px;
    }
    .event-block .event_-list .item {
        width: 150px;
        padding: 20px 10px;
    }
    .event-block .event_-list .item .film-detail .fd-infor {
        font-size: 11px;
    }
    .event-block .event_-list .item .film-name {
        font-size: 13px;
        -webkit-line-clamp: 2;
        height: auto;
    }
    .time-zone > .preform {
        display: block;
    }
    .time-zone .select-timezone {
        width: calc(100% - 80px);
        margin-right: 10px !important;
    }
    .time-zone .btn-primary {
        float: right;
        width: 70px;
        padding: 0 5px;
    }
    .avatar-list .item {
        width: calc(33.33% - 20px);
    }
}
@media screen and (max-width: 479px) {
    #footer {
        background: #2a2c31;
    }
    .dropdown-menu-model.dropdown-menu-normal {
        min-width: auto;
    }
    .dropdown-menu-model.dropdown-menu-normal .dropdown-item i {
        float: none;
        margin-left: 10px;
    }
    #main-wrapper {
        min-height: calc(100vh - 341px);
    }
    .deslide-item .desi-head-title {
        font-size: 16px;
    }
    .deslide-item .deslide-poster .deslide-poster-wrap {
        right: -45px;
    }
    #footer .footer-content .footer-logo {
        height: 30px;
    }
    #footer .footer-logo {
        display: none;
    }
    #footer .footer-top {
        padding-bottom: 0;
        border: none;
    }
    .footer-az {
        display: none;
    }
    .footer-joingroup {
        float: none;
    }
    .footer-joingroup .zoro-group {
        padding: 15px;
        border: none;
        font-weight: 500;
        background: #fff;
        color: #111;
        border-radius: 10px;
    }
    .footer-joingroup .zoro-group .zrg-title .top {
        font-weight: 500;
    }
    .footer-joingroup .zoro-group .zrg-title .bottom {
        color: #111;
    }
    .block_area .block_area-header {
        position: relative;
        position: relative;
    }
    .block_area .block_area-header .float-right {
        position: absolute;
        top: 0;
        right: 0;
    }
    .block_area .block_area-header .bah-tab-min {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .bah-filter .btn-in-headcat,
    .pre-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 0 10px;
        line-height: 30px;
    }
    .actor-menu {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 0 10px;
    }
    .actor-menu .pre-tabs .nav-item .nav-link {
        line-height: 44px;
    }
    .block_area .block_area-header-tabs {
        border-bottom: none;
        margin-bottom: 10px;
    }
    .block_area .block_area-header-tabs .pre-tabs .nav-item {
        margin-bottom: 5px;
    }
    .detail_page.detail_page-style .block-rating {
        display: none;
    }
    .pre-tabs .nav-item {
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .fav-tabs > .nav {
        margin-bottom: 10px;
    }
    .fav-tabs > .nav .nav-item {
        margin: 0 4px 4px 0;
    }
    .detail_page-watch .detail_page-infor .dp-i-stats .item {
        border-right: none;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .detail_page-watch .detail_page-infor .dp-i-stats .item.mr-3 {
        display: none;
    }
    .watch_page-tv .seasons-list {
        padding: 20px;
    }
    .seasons-list .sl-content {
        padding: 0;
    }
    .pre-pagination .pagination {
        display: block;
        height: 44px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }
    .pre-pagination .pagination .page-item {
        margin: 2px;
        display: inline-block;
    }
    .film_list .film_list-wrap .flw-item .film-detail-fix .fd-infor .fdi-type {
        display: none;
    }
    .film_list.film_list-grid .film_list-wrap .flw-item {
        width: calc(33.33% - 6px) !important;
        margin: 0 3px 6px;
    }
    .film_list-default .film_list-wrap .flw-item {
        width: calc(100% - 6px) !important;
        margin-bottom: 0;
    }
    .film_list-default .film_list-wrap .flw-item .film-detail {
        padding: 0 5px;
    }
    .film_list-default .film_list-wrap .flw-item .film-detail .film-name {
        font-size: 13px;
    }
    .film_list .film_list-wrap {
        margin: 0 -3px;
    }
    .film_list .film_list-wrap .flw-item .film-detail-fix {
        padding-right: 0;
    }
    .profile-list-fav .description {
        font-size: 12px;
    }
    .film_related-list .block_area {
        margin-bottom: 0;
    }
    .with-tvseries .block-left .line-name {
        display: none;
    }
    .seasons-list {
        margin: 0 0 20px !important;
    }
    .seasons-list .sl-content .dropdown {
        margin-bottom: 10px !important;
    }
    .deslide-item .deslide-item-content {
        padding-right: 80px;
    }
    .anis-watch-detail .anis-content .anisc-detail .film-name {
        font-size: 16px;
    }
    .h2-heading {
        font-size: 20px !important;
    }
    .profile-box-header .more {
        padding-top: 2px;
        float: right !important;
    }
    .profile-box-account .block_area-content {
        background: 0 0;
        padding: 0;
    }
    .profile-header {
        margin-bottom: 30px;
    }
    .zr-news.zr-news-list .item {
        padding: 0;
        padding-bottom: 20px;
        min-height: auto;
    }
    .zr-news.zr-news-list .item .zr-news-thumb {
        width: calc(100% + 30px);
        margin: 0 -15px 15px;
        padding-bottom: 56%;
        position: relative;
        top: auto;
        left: auto;
    }
    .ss-list-min .ssl-item {
        width: calc(20% - 4px);
    }
    .cfc-min-block {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .cfc-min-block .cmb-item {
        padding: 0 6px 0 10px;
        margin: 0 5px 5px 0;
    }
    .cfc-min-block .cmb-item .ni-head {
        margin-right: 0;
    }
    .cfc-button .btn {
        display: block;
    }
    .dropdown-menu-noti {
        right: -30px !important;
    }
    #anime-event .event-block .event_-focus .event__-content {
        padding: 0 20px;
    }
    .event-block .event_-focus .description {
        font-size: 12px;
    }
    .event-block .event_-focus .others {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .ss-list.ss-list-min .ssl-item {
        width: calc(16.66% - 4px) !important;
    }
    .table_schedule .table_schedule-list li .tsl-link {
        padding: 15px;
    }
    .table_schedule .table_schedule-list li .time {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        width: auto;
        text-align: left;
        margin-bottom: 5px;
    }
    .table_schedule .table_schedule-list li .film-detail {
        padding-left: 0;
        padding-right: 100px;
    }
    .table_schedule .table_schedule-list li .film-detail .fd-play {
        margin-top: -15px;
        right: -5px;
    }
    .table_schedule .table_schedule-list li .film-detail .fd-play .btn {
        padding: 3px 5px;
        width: auto;
    }
    .schedule_page .table_schedule .table_schedule-list li .tsl-link {
        padding: 20px 85px 20px 15px;
    }
    .schedule_page .table_schedule .table_schedule-list li .film-detail {
        padding-left: 0;
        padding-right: 0;
    }
    .schedule_page .table_schedule .table_schedule-list li .film-detail .fd-play {
        top: auto;
        right: auto;
        transform: none;
        position: relative;
        margin-top: 5px;
    }
    .schedule_page .table_schedule .table_schedule-list li .film-detail .fd-play .btn {
        background: 0 0;
        padding: 0;
        color: #868a97 !important;
    }
    .schedule_page .table_schedule .table_schedule-list li .tsl-link:hover .film-detail .fd-play .btn {
        color: #fff !important;
    }
    .schedule_page .table_schedule .table_schedule-list li .tsl-link .film-detail .fd-play .btn i {
        display: none !important;
    }
    .schedule_page .table_schedule .table_schedule-list li .time {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        text-align: left;
        margin-bottom: 5px;
    }
    .schedule_page .table_schedule .table_schedule-list li .film-poster {
        left: auto;
        right: 15px;
    }
    .live__-wrap {
        margin: 0 -15px;
    }
    .live__-wrap .item {
        width: 100%;
        margin: 0 0 30px;
    }
    .live__-wrap .item .live-info {
        padding: 0 15px;
    }
    .player-controls .pc-item.pc-toggle {
        margin-right: 5px;
    }
    .live___-detail {
        padding: 20px;
    }
    .live___-detail .film-poster {
        position: relative;
        margin: 20px auto 30px;
        top: auto;
        left: auto;
    }
    .live___-detail > div.anime-detail {
        text-align: center;
    }
    .live__-create.live__-creat-time {
        padding: 20px 20px 10px;
    }
    .live__-bottom {
        padding: 20px;
    }
    .live_-start .ls__-tabs li {
        margin-right: 15px;
    }
    .live_-start .ls__-tabs li:last-of-type {
        margin-right: 0;
    }
    .live_-start .ls__-tabs li a.nav-link {
        font-size: 15px;
    }
    .live__-create.live__-creat-time .live-time,
    .lv-title {
        font-size: 15px;
    }
    .live-btn {
        margin-top: 20px;
    }
    .live__-create.live__-creat-time .form-control {
        font-size: 24px;
    }
    .block_area-live.block_area-live-create .h2-heading {
        margin: 20px 0 30px !important;
        font-size: 20px !important;
    }
    .ls___-chatbox {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        height: auto !important;
        margin-bottom: 0 !important;
        margin-top: 56.25% !important;
    }
    .ls___-animeinfo {
        margin-top: 30px;
    }
    .ls___-animeinfo .ls____-content {
        padding-left: 85px;
    }
    .ls___-animeinfo .ls____-content .film-info .item {
        font-size: 12px;
    }
    .ls___-animeinfo .film-info .film-description {
        font-size: 12px;
    }
    .ls___-animeinfo .film-poster {
        width: 70px;
        padding-bottom: 100px;
    }
    .ls__-wrap.mobile-mod {
        position: fixed !important;
        z-index: 999;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        background: #0a0d1a;
    }
    .ls__-wrap.mobile-mod .ls___-animeinfo,
    .ls__-wrap.mobile-mod .ls___-detail,
    .ls__-wrap.mobile-mod .ls___-related {
        display: none !important;
    }
    .ls___-chatbox .chatbox_wrap .chatbox_-input .chatbox__-btn .item-mobilemod {
        display: block !important;
    }
    .chatbox_-room .item .ic_text .name {
        margin-bottom: 3px;
    }
    .block_area.block_area-live .block_area-header .bah-sort .bhs-item.mr-2 {
        margin-right: 20px !important;
    }
    .block_area.block_area-live .block_area-header .bah-sort .bhs-item.bhs-item-mychannel.float-right i {
        display: none !important;
    }
    .ls___-player-cd .player-countdown {
        font-size: 10px;
        left: 15px;
        right: 15px;
    }
    .ls___-player-cd .player-countdown .title-cd {
        margin-bottom: 20px;
    }
    .ls___-player-cd .player-countdown .pc-share {
        font-size: 13px;
        margin-top: 20px;
    }
    .ls___-player-cd .player-countdown .pc-share span {
        display: none;
    }
    .premodal-newroom .modal-dialog .modal-content .btn-dark span {
        display: none;
    }
    .emo-list {
        width: 300px;
    }
    .emo-list .el-item {
        padding: 15px 0;
        font-size: 24px;
    }
    .sticker-list {
        width: 300px;
    }
    .choose-thumbnail {
        padding: 20px;
    }
    .choose-thumbnail .lv-list {
        margin: 10px -3px 0;
    }
    .choose-thumbnail .lv-list .item {
        width: calc(33.33% - 6px);
        margin: 5px 3px;
    }
    .choose-name,
    .choose-type {
        padding: 20px;
    }
    .choose-name {
        padding-top: 0;
    }
    .live___-detail .film-description {
        display: none;
    }
    .modal-buttons .btn {
        font-size: 13px;
        margin: 3px;
        padding: 8px 12px;
    }
    .ph-tabs .pre-tabs .nav-item {
        margin: 0 4px;
    }
    .fav-tabs {
        margin-bottom: 10px;
    }
    .fav-tabs .pre-tabs-min .nav-item .nav-link {
        min-width: auto;
    }
    .item-order .bhsi-name {
        font-size: 12px;
    }
    .landing_tags .item {
        max-width: 160px;
    }
    .comments-wrap {
        padding: 15px;
    }
    .sc-header {
        margin-bottom: 0.5em;
    }
    .sc-header .sc-h-sort {
        float: right;
    }
    .sc-header .sc-h-sort .btn {
        padding: 0;
        font-size: 13px;
    }
    .sc-header .sc-h-title span {
        display: none;
    }
    .sc-header > div > .btn {
        height: 32px;
    }
    .show-comments {
        margin: 0 -15px;
    }
    .comment-input {
        margin-bottom: 1rem;
    }
    .cw_l-line .ibody p {
        line-height: 1.4;
    }
    .comment-input .ci-buttons .cb-li .btn {
        font-size: 12px;
        font-weight: 500;
    }
    .cb-li .btn.btn-spoil i {
        margin-top: 0;
    }
    .player-controls .pc-item.pc-comment .btn {
        font-size: 0;
    }
    .cw_l-line .ibottom .ib-li {
        margin-right: 10px;
    }
    #discussion .dis-wrap {
        padding-top: 30px;
    }
    #discussion .pre-tabs .nav-item {
        margin-right: 10px;
    }
    #discussion .pre-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 6px 8px;
        min-width: auto;
    }
    .dwl-ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .dwl-ul .swiper-container {
        padding: 0 15px;
    }
    .dwl-ul .swiper-container .swiper-scrollbar {
        display: none;
    }
    .dwl-ul .swiper-slide {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .dwl-ul .dwl-item {
        width: 180px;
    }
    .dwl-ul .dwl-item .text-cut {
        font-size: 1.1em;
    }
    .wv .wv-title.w-bg .name {
        font-size: 13px;
    }
    .wv-item .item-comment .item-inner,
    .wv-item .item-discussion .item-inner,
    .wv-item .item-user .item-inner {
        width: calc(100% - 100px);
    }
    .wv-item .item .number {
        font-size: 1.3em;
    }
    .award-inner .ai_-welcome {
        padding: 30px 0;
    }
    .os-list .os-item {
        width: calc(33.33% - 10px);
    }
    .film_list .film_list-wrap .flw-item .film-detail {
        background-color: #2a2c31;
        z-index: 3;
        position: relative;
        margin-top: -2px;
        padding: 5px 5px;
    }
    .znav {
        margin-top: 0;
    }
    .ztag.ztabs > a {
        font-size: 12px;
        line-height: 1.3;
        margin: 0.2rem;
    }
}
@media screen and (max-width: 380px) {
    .comment-input .user-avatar,
    .cw_list .cw_l-line .user-avatar {
        width: 30px;
        padding-bottom: 30px;
    }
    .comment-input,
    .cw_list .cw_l-line {
        padding-left: 45px;
    }
    .sc-header .sc-h-from {
        padding-right: 1rem;
        margin-right: 1rem;
    }
}
@media screen and (max-width: 320px) {
    .deslide-item .deslide-item-content {
        padding-right: 60px;
    }
    .share-buttons .share-buttons-block .sbb-title {
        display: none !important;
    }
    .ss-list.ss-list-min .ssl-item {
        width: calc(20% - 4px) !important;
    }
}
.toast-title {
    font-weight: 700;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #fff;
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
#toast-container * {
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
}
#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}
#toast-container > div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
}
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }
}
img:not([src]) {
    opacity: 0;
}
section.adx {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
section.adx .remove {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    padding: 0 5px;
    font-weight: 700;
    color: #cb0904;
    background: #333;
    opacity: 0.6;
    transition: all 0.2s;
    cursor: pointer;
}
section.adx .remove:before {
    content: "X";
}
section.adx .remove:hover {
    opacity: 1;
}
.dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.dropdown .dropdown-toggle:after {
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    transition: transform 0.2s;
}
.dropdown.show .dropdown-toggle::after {
    transform: rotate(-180deg);
}
.dropdown-divider,
.dropdown-menu > li.divider {
    border-top: 1px solid #36383f;
}
.dropdown-menu {
    font-size: 0.8rem;
}
.dropdown-menu.bullet:after {
    border-bottom-color: #eee;
}
.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu li > label {
    padding: 5px 15px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
}
.dropdown-menu li > label:hover {
    background-color: #eee;
}
.dropdown-menu li > label:before {
    color: #ccc;
}
.dropdown-menu .active > label,
.dropdown-menu .active > label:focus,
.dropdown-menu .active > label:hover,
.dropdown-menu li > input:checked ~ label,
.dropdown-menu li > input:checked ~ label:focus,
.dropdown-menu li > input:checked ~ label:hover {
    background-color: transparent;
    color: #222;
}
.dropdown-menu .active > label:before,
.dropdown-menu .active > label:focus:before,
.dropdown-menu .active > label:hover:before,
.dropdown-menu li > input:checked ~ label:before,
.dropdown-menu li > input:checked ~ label:focus:before,
.dropdown-menu li > input:checked ~ label:hover:before {
    color: #ff5700;
}
.dropdown-menu .active > label:focus:hover,
.dropdown-menu .active > label:hover,
.dropdown-menu .active > label:hover:hover,
.dropdown-menu li > input:checked ~ label:focus:hover,
.dropdown-menu li > input:checked ~ label:hover,
.dropdown-menu li > input:checked ~ label:hover:hover {
    background-color: #eee;
}
.dropdown-menu li > input {
    display: none;
}
.dropdown-menu li > input[type="checkbox"] + label:before {
    content: "\f0c8";
    font-weight: 900;
    margin-right: 5px;
}
.dropdown-menu li > input[type="checkbox"]:checked + label:before {
    content: "\f00c";
}
.dropdown-menu li > input[type="checkbox"].exclude:checked + label {
    color: #ba383f;
}
.dropdown-menu li > input[type="checkbox"].exclude:checked + label:before {
    color: #ba383f;
    content: "\f00d";
}
.dropdown-menu li > input[type="radio"] + label:before {
    content: "\f111";
    font-weight: 400;
    margin-right: 5px;
}
.dropdown-menu li > input[type="radio"]:checked + label:before {
    content: "\f058";
    font-weight: 900;
}
.filters {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 10px;
}
.filters .filter {
    display: inline-block;
    width: 16.6666666667%;
    float: left;
    box-sizing: border-box;
    padding: 0 7.5px;
    margin-bottom: 10px;
}
.filters .filter .btn {
    width: 100%;
    text-align: left;
    font-size: 0.85rem;
}
.filters .filter .btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filters .filter input[type="text"] {
    color: #000;
    font-size: 0.85rem;
}
.filters .dropdown-menu {
    margin-top: 10px;
    min-width: 100%;
}
.filters .dropdown-menu.lg {
    width: 600px;
}
.filters .dropdown-menu.md {
    width: 350px;
}
.filters .dropdown-menu.c1 li {
    width: 100%;
}
.filters .dropdown-menu.c2 li {
    width: 50%;
}
.filters .dropdown-menu.c3 li {
    width: 33.3333333333%;
}
.filters .dropdown-menu.c4 li {
    width: 25%;
}
.filters .dropdown-menu li {
    float: left;
}
.filters .dropdown-menu li label {
    transition: all 0.2s;
}
.filters:after {
    content: " ";
    display: table;
    clear: both;
}
.tooltipster-sidetip .tooltipster-box {
    border: none;
    background-color: transparent;
    padding: 0;
}
.tooltipster-sidetip .tooltipster-content {
    border: none;
    background-color: transparent;
    padding: 0;
}
.pre-qtip-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: 4.8em;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .filters {
        margin-left: -5px;
        margin-right: -5px;
    }
    .filters .filter {
        width: 20%;
        padding: 0 5px;
    }
}
@media (max-width: 960px) {
    .filters .filter {
        width: 25%;
    }
    .filters .filter ul.dropdown-menu {
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .filters .filter ul.dropdown-menu > li {
        width: 100%;
        float: none;
    }
}
@media (min-width: 480px) and (max-width: 767.9px) {
    .filters .filter {
        width: 33.3333333333%;
    }
}
@media (max-width: 479.9px) {
    .filters .filter {
        width: 50%;
    }
    .dropdown.responsive.show:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: "";
        position: fixed;
        z-index: 49;
    }
    .dropdown.responsive .dropdown-menu {
        position: fixed;
        height: auto !important;
        top: 20vh !important;
        left: 10vw !important;
        width: 80vw !important;
        min-width: auto !important;
        max-height: 55vh !important;
        overscroll-behavior: contain;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #666;
        z-index: 50;
        overflow: auto;
    }
    .dropdown.responsive .dropdown-menu .dropdown-item,
    .dropdown.responsive .dropdown-menu li {
        width: 100% !important;
    }
    .dropdown.responsive .dropdown-menu .dropdown-item > label,
    .dropdown.responsive .dropdown-menu li > label {
        font-size: 1.05rem;
    }
}
.ep-page-item i {
    display: none;
}
.ep-page-item.active i {
    display: unset;
}
.nav-link {
    cursor: pointer;
}
.error-pic {
    display: block;
    width: 250px;
    height: 250px;
    background: url(../images/error.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
}
body.index a {
    color: #aaa;
}
body.index a:hover {
    color: #ff5700;
}
body.index button {
    border: none !important;
}
body.index .btn {
    border: none !important;
}
body.index .btn-sm {
    font-size: 12px;
}
body.index .btn-radius {
    border-radius: 30px;
}
body.index .btn-highlight {
    font-weight: 600;
    color: #ff5700;
    font-size: 1.2em;
    position: relative;
    padding-left: 50px;
    display: inline-block;
}
body.index .btn-highlight img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
body.index .ulclear {
    list-style: none;
    padding: 0;
}
body.index .container {
    max-width: 1200px !important;
    width: 100% !important;
}
body.index #xwrapper {
    width: 100%;
    position: relative;
}
body.index #xheader {
    padding: 0;
    margin-top: 50px;
    position: relative;
}
body.index #xheader #xlogo {
    display: block;
    height: 40px;
    margin: 10px 0;
    float: left;
}
body.index #xheader #xlogo img {
    height: 100%;
    width: auto;
    float: left;
    margin-right: 10px;
}
body.index #xheader #xlogo span {
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #ff5700 !important;
}
body.index #xheader_menu {
    width: 100%;
    border-radius: 30px 30px 0 0;
}
body.index #xheader_menu .container {
    position: relative;
}
body.index #xheader_menu ul.header_menu-list {
    list-style: none;
    padding: 0;
    display: block;
}
body.index #xheader_menu ul.header_menu-list .nav-item {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
}
body.index #xheader_menu ul.header_menu-list .nav-item > a {
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
body.index #xheader_menu ul.header_menu-list .nav-item > a:hover {
    color: #ff5700;
}
body.index #xheader_browser {
    float: left;
    height: 60px;
    position: relative;
    margin: 0 20px 0 0;
    display: none;
}
body.index #xheader_browser .header-btn {
    height: 34px;
    cursor: pointer;
    margin: 13px 0;
    line-height: 34px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
body.index #xheader_browser.active .header-btn {
    color: #ff5700;
}
body.index #xfooter-about {
    padding: 0 0 40px;
    margin-top: 80px;
}
body.index #xfooter-about .about-text {
    max-width: 800px;
    margin: 0 0 20px;
    line-height: 1.6em;
    font-size: 12px;
    opacity: 0.4;
}
body.index #xfooter-about .copyright {
    margin-bottom: 0 !important;
    font-size: 13px;
}
body.index #mw-top {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
    background-image: url(../images/zoro-bg.jpg);
    background-position: 50% 25%;
    background-size: cover;
}
body.index #mw-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202125;
    background: linear-gradient(180deg, #202125 0, rgba(32, 33, 37, 0) 64%);
}
body.index #mw-top .mwt-content {
    padding: 100px 0 100px;
    padding-right: 550px;
    position: relative;
}
body.index #mw-top .mwt-content .mwt-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
}
body.index #mw-top .mwt-content .mwt-icon img {
    width: 100%;
    height: auto;
}
body.index #mw-top .mwh-logo {
    margin-bottom: 30px;
}
body.index #mw-top .mwh-logo .mwh-logo-div {
    display: inline-block;
}
body.index #mw-top .mwh-logo .mwh-logo-div img {
    height: 60px;
    width: auto;
}
body.index #mw-top .mw-sitename {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ff5700;
    margin: 0 0 10px 0;
}
body.index #mw-top .mw-heading-second {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px;
}
body.index #mw-top .mw-heading-second:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5700;
    left: 0;
    position: absolute;
    top: 8px;
}
body.index .mw-heading {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 1em;
    color: #fff;
    line-height: 1.4em;
}
body.index .xhashtag span.title {
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
    float: left;
}
body.index .xhashtag .item {
    margin: 0 6px 6px 0;
    display: block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
body.index .xhashtag .item:after {
    content: ",";
}
body.index .xhashtag .item:last-of-type:after {
    content: ", ...";
}
body.index #action-button {
    margin-bottom: 50px;
    background: #ff5700;
    border-radius: 0 0 30px 30px;
}
body.index #action-button .btn {
    display: block;
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 600;
    background: 0 0 !important;
    color: #111 !important;
    border: none !important;
    box-shadow: none !important;
}
body.index #xsearch.home-search {
    display: block !important;
    margin: 10px 0;
    padding: 0 !important;
    width: 100%;
    background: 0 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}
body.index #xsearch.home-search .search-input {
    height: 50px;
    font-weight: 400;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: none !important;
}
body.index #xsearch.home-search .search-content {
    position: relative;
    padding-right: 60px;
    margin-bottom: 30px;
}
body.index #xsearch.home-search .search-content .search-submit {
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    background: #ff5700;
    border-radius: 30px;
}
body.index #xsearch.home-search .search-content .search-submit .search-icon {
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
body.index #xsearch.home-search .search-content .search-submit .search-icon i {
    color: #111;
    font-size: 20px;
    line-height: 50px;
}
body.index .mw-buttons .btn-primary {
    font-weight: 600;
    background: #ff5700 !important;
    color: #111 !important;
    padding: 15px 30px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}
body.index .mw-buttons .btn-primary:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(97, 222, 86, 0.6) !important;
}
body.index .mw-body {
    font-size: 14px;
    line-height: 1.5em;
}
body.index .mw-body p {
    line-height: 1.4em;
    margin-bottom: 1em;
}
body.index .mw-body ul {
    padding-left: 15px;
}
body.index .mw-body ul li {
    margin-bottom: 1em;
}
body.index .mw-body h2 {
    font-size: 1.5em;
    margin-top: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #fff;
}
body.index .mw-body h3 {
    font-size: 1.2em;
    margin-top: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #fff;
}
body.index .mwb-left {
    float: left;
    width: calc(100% - 450px);
}
body.index .mwb-right {
    float: right;
    width: 400px;
}
body.index .zr-news .item .zr-news-thumb {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}
body.index .zr-news .item .zr-news-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body.index .zr-news .item .zrn-title {
    color: #fff;
}
body.index .zr-news .item .zrn-title:hover {
    color: #ff5700;
}
body.index .zr-news .item .zrn-title .news-title {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.index .zr-news .item .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.index .zr-news.zr-news-list {
    padding: 0 20px 50px;
    background: #414248;
    background: linear-gradient(180deg, rgba(65, 66, 72, 0) 0, #414248 30%, #414248 70%, rgba(65, 66, 72, 0.0508404045) 100%);
}
body.index .zr-news.zr-news-list .item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 135px;
    min-height: 88px;
}
body.index .zr-news.zr-news-list .item .news-title {
    font-size: 14px;
    margin-bottom: 5px;
}
body.index .zr-news.zr-news-list .item .zr-news-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    padding-bottom: 82px;
}
body.index .zr-news.zr-news-list .item .description {
    -webkit-line-clamp: 2;
    font-size: 13px;
}
body.index .zr-news.zr-news-list .item.item-more {
    min-height: auto;
    padding: 0;
    margin: 0;
}
body.index .zr-news.zr-news-list .item.item-more .btn-sm {
    padding: 10px 10px;
    background: #5c5d63;
    color: #fff;
}
body.index .heading-news {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px;
}
body.index .mw-keywords {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
body.index .mw-keywords .mwk-item {
    display: block;
    float: left;
    color: #696a71;
    margin: 0 5px 5px 0;
    padding: 4px 6px;
    background: #33343c;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}
body.index .mw-keywords .mwk-item i {
    display: inline;
    font-size: 11px;
    line-height: 12px;
}
body.index .mw-keywords .mwk-item:hover {
    color: #fff;
    background: #5c5d63;
}
body.index .mw-keywords .mwk-item .anime-title {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
    display: inline;
}
body.index .share-buttons {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background-color: #121315;
    border-radius: 10px;
}
body.index .share-buttons .share-buttons-block {
    padding: 15px;
    position: relative;
}
body.index .share-buttons .share-buttons-block .share-icon {
    display: none;
}
body.index .share-buttons .share-buttons-block .sbb-title {
    display: block;
    font-size: 12px;
    float: left;
    padding: 2px 0 2px 20px;
    border-left: 2px solid #ff5700;
    margin-right: 20px;
    position: relative;
}
body.index .share-buttons .share-buttons-block .sbb-title span {
    font-weight: 600;
    font-size: 14px;
    color: #ff5700;
}
body.index .share-buttons .share-buttons-block .sbb-social {
    float: left;
    clear: none !important;
}
body.index .share-buttons .share-buttons-block .at-style-responsive .at-share-btn {
    margin: 1px 6px 1px 0 !important;
}
body.index .profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
body.index .profile-avatar img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.index .cn-owner {
    display: flex;
    align-items: center;
    align-content: stretch;
}
body.index .cn-owner .profile-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}
body.index div.user-name {
    display: flex;
    align-items: center;
}
body.index div.user-name.is-level-x span {
    font-size: 9px;
    text-transform: uppercase;
    margin-left: 5px;
    line-height: 14px;
    color: #94969d;
    border: 1px solid #94969d;
    padding: 1px 3px;
    border-radius: 0.25rem;
}
body.index div.user-name.is-level-a {
    color: #ffb526 !important;
}
body.index div.user-name.is-level-b {
    color: #ff426e !important;
}
body.index div.user-name.is-level-c {
    color: #b1ef97 !important;
}
body.index div.user-name.is-level-d {
    color: #4da6ff !important;
}
body.index div.user-name.is-level-mute {
    color: #777 !important;
    text-decoration: line-through;
}
body.index .badg-level {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
body.index .badg-level.level-a {
    background-image: url(../images/level-a.png);
}
body.index .badg-level.level-a.up-2 {
    background-image: url(../images/level-a-2.png);
}
body.index .badg-level.level-a.up-3 {
    background-image: url(../images/level-a-3.png);
}
body.index .badg-level.level-a.up-4 {
    background-image: url(../images/level-a-4.png);
}
body.index .badg-level.level-b {
    background-image: url(../images/level-b.png);
}
body.index .badg-level.level-c {
    background-image: url(../images/level-c.png);
}
body.index .badg-level.level-d {
    background-image: url(../images/level-d.png);
}
body.index .badg-level.level-mute {
    background-image: url(../images/level-muted.png);
}
body.index .connecting-list {
    margin-bottom: 2rem;
}
body.index .connecting-list .item {
    width: 100%;
    display: block;
    cursor: default;
    padding: 20px;
    border-radius: 1rem;
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 0.5rem;
}
body.index .connecting-list .item .item-name {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
body.index .connecting-list .item .item-name a {
    color: #fff;
}
body.index .connecting-list .item .subject {
    margin-bottom: 0.75rem;
    color: #aaa;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.index .connecting-list .item .gi-top {
    margin-bottom: 0.75rem;
    font-size: 11px;
}
body.index .connecting-list .item .time {
    color: #aaa;
}
body.index .ztag .zt-green {
    color: #7df796;
}
body.index .ztag .zt-yellow {
    color: #ffce71;
}
body.index .ztag .zt-red {
    color: #ff718c;
}
body.index .tvli-display {
    display: block;
    background-color: #00ff47;
    position: relative;
    margin: 1rem auto;
}
body.index .tvli-display .text-size {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 1rem;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    body.index #xheader {
        margin-top: 10px;
    }
    body.index #mw-top .mwt-content {
        padding: 60px 0;
        padding-right: 40%;
        margin: 0 30px;
    }
    body.index #mw-top .mwt-content .mwt-icon {
        width: 40%;
    }
    body.index #xheader_menu {
        padding-left: 30px;
    }
}
@media screen and (max-width: 990px) {
    body.index .mwb-left {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    body.index .mwb-right {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    body.index #xfooter-about {
        margin-top: 50px;
    }
}
@media screen and (max-width: 780px) {
    body.index #mw-top .mwt-content {
        padding: 30px 0;
    }
    body.index #mw-top .mwt-content .mwt-icon {
        display: none;
    }
    body.index #xheader_browser {
        display: inline-block;
    }
    body.index #xheader_menu {
        display: none;
        position: absolute;
        left: 15px;
        width: auto;
        top: 60px;
        right: 15px;
        background: rgba(92, 93, 99, 0.98);
        border-radius: 25px;
        height: auto;
        padding: 10px 0;
        z-index: 99;
    }
    body.index #xheader_menu .header_menu-list li.nav-item {
        display: block;
        margin: 10px 0;
        float: none;
        text-align: center;
    }
    body.index #xheader_menu ul.header_menu-list .nav-item > a {
        height: auto;
        line-height: normal;
        padding: 10px 20px;
        color: #fff;
        font-size: 16px;
    }
    body.index #xheader_menu ul.header_menu-list .nav-item > a:hover {
        color: #ff5700;
    }
    body.index #xheader_menu.active {
        display: block !important;
    }
    body.index #mw-home {
        padding-top: 20px;
    }
    body.index .mw-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    body.index .heading-news {
        font-size: 20px;
        margin-bottom: 20px;
    }
    body.index #action-button {
        margin-bottom: 40px;
    }
    body.index #xsearch.home-search .search-content .search-submit .search-icon i {
        font-size: 16px;
    }
    body.index .mw-body {
        font-size: 14px;
        line-height: 1.5em;
    }
    body.index .mw-buttons .btn {
        font-size: 18px;
        padding: 12px 40px;
    }
    body.index body.xmas-ui #xheader_menu {
        background: #2f7679;
    }
}
@media screen and (max-width: 520px) {
    body.index #mw-top .mwh-logo {
        text-align: center;
    }
    body.index #mw-top .mwh-logo .mwh-logo-div img {
        width: 200px;
        height: auto;
    }
    body.index #mw-top .mwt-content {
        margin: 0 10px;
        padding-bottom: 50px;
    }
    body.index .zr-news.zr-news-list .item {
        padding-left: 95px;
    }
    body.index .zr-news.zr-news-list .item .zr-news-thumb {
        width: 80px;
        padding-bottom: 60px;
        top: 5px;
    }
    body.index .zr-news.zr-news-list .item .description {
        line-height: 1.3em;
        -webkit-line-clamp: 3;
    }
    body.index .mw-keywords .mwk-item {
        max-width: 140px;
    }
    body.index #action-button {
        border-radius: 30px;
        position: relative;
        margin-top: -30px;
        z-index: 9;
    }
    body.index #action-button .btn {
        font-size: 18px;
    }
    body.index #xsearch.home-search .search-input {
        font-size: 14px;
    }
    body.index .xhashtag .item {
        margin-bottom: 2px;
    }
    body.index .share-buttons .share-buttons-block .sbb-title {
        padding: 0;
        border-left: none;
        margin-bottom: 10px;
        float: none;
    }
}
.loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Điều chỉnh chiều cao của progress bar */
    background: #3498db; /* Màu sắc của progress bar */
    display: none;
    z-index: 1000;

    /* Thêm hiệu ứng chạy */
    animation: progress-bar 2s linear infinite;
}

/* Định nghĩa animation */
@keyframes progress-bar {
    from {
        width: 0; /* Bắt đầu với chiều rộng là 0 */
    }
    to {
        width: 100%; /* Kết thúc với chiều rộng là 100% */
    }
}

/*==============================
	Comments
==============================*/
.comments {
    /* margin-top: 60px; */
    /* padding-top: 60px; */
    border-top: 1px solid rgba(47, 128, 237, 0.1);
}
.comments__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.comments__title h4 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    font-family: "Rubik", sans-serif;
}
.comments__title span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 6px;
    background-color: #2f80ed;
    font-size: 12px;
    color: #e0e0e0;
    font-weight: 400;
    margin-left: 10px;
}
.comments__title--tabs li {
    position: relative;
    margin-right: 20px;
}
.comments__title--tabs li:last-child {
    margin-right: 0;
}
.comments__title--tabs a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0.5;
    transition: opacity 0.4s linear;
}
.comments__title--tabs a:hover {
    opacity: 1;
}
.comments__title--tabs a.active {
    opacity: 1;
    cursor: default;
}
.comments__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments__autor {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
}
.comments__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-radius: 10px;
}
.comments__name {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}
.comments__time {
    display: block;
    font-size: 12px;
    color: #e0e0e0;
    line-height: 20px;
    font-weight: 400;
}
.comments__text {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid rgba(47, 128, 237, 0.1);
    border-bottom: 1px solid rgba(47, 128, 237, 0.1);
}
.comments__text b {
    font-weight: 500;
}
.comments__text a {
    color: #2f80ed;
}
.comments__text a:hover {
    color: #2f80ed;
    text-decoration: underline;
}
.comments__text span {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    min-height: 80px;
    border-radius: 16px;
    color: #e0e0e0;
    background-color: #131720;
}
.comments__item {
    margin-bottom: 20px;
    display: block;
    background-color: #2a2c31;
    border-radius: 16px;
}
.comments__item--answer,
.comments__item--quote {
    margin-left: 20px;
}
.comments__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 0;
    position: relative;
}
.comments__actions button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    height: 20px;
}
.comments__actions button span {
    font-size: 12px;
    color: #e0e0e0;
    text-transform: uppercase;
    transition: 0.5s;
    display: none;
}
.comments__actions button svg {
    width: 18px;
    height: auto;
    stroke: #2f80ed;
    transition: 0.5s;
}
.comments__actions button:hover span {
    color: #2f80ed;
}
.comments__actions button:hover svg {
    stroke: #2f80ed;
}
.comments__actions button:last-child {
    margin-right: 0;
}
.comments__rate {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    top: 20px;
}
.comments__rate button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #e0e0e0;
    font-size: 14px;
    margin-right: 24px;
    position: relative;
    height: 20px;
}
.comments__rate button svg {
    width: 16px;
    height: auto;
    opacity: 0.7;
    transition: 0.5s;
}
.comments__rate button:last-child {
    margin-right: 0;
}
.comments__rate button:last-child svg {
    margin-left: 10px;
    stroke: #eb5757;
}
.comments__rate button:first-child svg {
    margin-right: 10px;
    stroke: #29b474;
}
.comments__rate button:first-child:before {
    content: "";
    position: absolute;
    display: block;
    left: 100%;
    margin-left: 12px;
    width: 1px;
    height: 16px;
    background-color: rgba(47, 128, 237, 0.1);
    top: 50%;
    transform: translateY(-50%);
}
.comments__rate button:hover {
    color: #fff;
}
.comments__rate button:hover svg {
    opacity: 1;
}
.comments__form {
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(47, 128, 237, 0.1);
    margin-top: 60px;
    background-color: #131720;
}
.comments__form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.comments__form .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.comments__form .sign__btn {
    margin: 0;
}
@media (min-width: 576px) {
    .comments__actions button span {
        display: block;
        margin-left: 6px;
    }
    .comments__form .sign__btn {
        width: 180px;
    }
}
@media (min-width: 768px) {
    .comments__item--answer,
    .comments__item--quote {
        margin-left: 30px;
    }
    .comments__title--tabs li {
        margin-right: 30px;
    }
    .comments__title--tabs li:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .comments {
        /* margin-right: 30px; */
    }
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color;
}
.send-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    display: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hiệu ứng hover cho button */
.send-button:hover {
    background-color: #0056b3;
}
.send-button.visible {
    display: inline-block;
    width: 50px;
    border-radius: 5px;
    margin-left: 5px;
}
.input-container {
    display: flex;
}
.send-button {
    margin-left: auto;
}

.chat_button {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px 40px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #eff;
    border-radius: 100px;
    border: none;
    font-size: 1.6rem;
    color: #000;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    z-index: 99999999;
}
.chat_button:hover {
    border: 2px solid #eff;
    background-color: #96c53d;
    color: #eff;
    fill: white;
}

.chat_button:focus,
.chat_button:active {
    outline: none;
}

.chat_button:hover .icon-button-comment {
    fill: white;
}

.icon-button-comment {
    width: 40px;
    height: 40px;
}

.chat_box {
    width: 800px;
    height: 600px;
    background-color: #fff;
    position: fixed;
    overflow: hidden;
    bottom: 100px;
    right: 40px;
    display: none;
    z-index: 999999;
    border-radius: 15px;
    background-image: url(https://i.pinimg.com/originals/40/39/e0/4039e0f1ef08b7b965bacb4641a7af49.jpg);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.45);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.toggle {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* MY CODE */

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* NAV */

a {
    text-decoration: none;
}
button {
    outline: none;
    border: none;
}

.chat-box_nav {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    border-right: 1px solid #ccc;
    background-color: white;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: black;
}

.nav-head {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-bottom: 1px solid #ccc;
    height: 60px;
}

.nav-input {
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-right: 10px;
    padding: 7px 15px;
    border-radius: 9999px;
    outline: none;
    border: 1px solid #cccc;
}
.nav-input:focus {
    caret-color: #3390ec;
    border-color: #3390ec;
    box-shadow: inset 0 0 0 1px #3390ec;
}

.nav-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #3390ec;
    border-radius: 9999px;
}
.button-icon-search-user {
    width: 40px;
    height: 40px;
    fill: white;
    padding: 10px 0px;
    display: block;
}

.nav-content {
    height: calc(100vh - 80px);
    padding: 5px 7px;
    overflow-y: auto;
    display: block;
    position: relative;
}

.nav-item-message {
    display: flex;
    border-radius: 12px;
    padding: 10px 15px;
}
.nav-item-message.active {
    color: white;
    background-color: #3390ec;
    margin-top: 3px;
}
.nav-item-message.active:hover {
    background-color: #3390ec;
}
.nav-item-message:hover {
    background-color: rgb(244, 244, 245);
}

.nav-item-message .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    flex-shrink: 0;
}
.nav-item-message .head {
    display: flex;
    margin-bottom: 6px;
}

.nav-item-message .name {
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nav-item-message .time {
    white-space: nowrap;
    color: gray;
    flex-shrink: 0;
}

.nav-item-message .message {
    overflow: hidden;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* HEADER */
.chat-box_header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin-left: 350px;
    z-index: 10;
    background-color: #ffff;
}

.chat-box_header .container {
    height: 60px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.list-send {
    font-weight: 500;
    max-width: 400px;
    display: flex;
    padding: 0px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.chat-box_header .info {
    margin-left: auto;
}

.chat-box_header .avatar {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    flex-shrink: 0;
}

/* CONTENT */

.chat-box_content {
    margin-top: 60px;
    margin-left: 350px;
    position: relative;
    height: 470px;
    overflow-y: auto;
}

.chat-box_content .container {
}

.chat-box_content .container-ms.sender {
    justify-content: end;
    margin-left: auto;
}
.chat-box_content .container-ms.sender .avatar {
    margin-right: 0px;
    margin-left: 10px;
}

.chat-box_content .container-ms .avatar {
    margin-right: 0px;
    margin-left: 10px;
}

.chat-box_content .list-message {
    padding: 10px 15px;
}

.chat-box_content .list-message .container-ms .avatar {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-right: 10px;
}

.chat-box_content .list-message .container-recived .avatar {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-right: 10px;
}

.chat-box_content .list-message .container-ms {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
    max-width: 80%;
}

.chat-box_content .list-message .container-recived {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 100%;
}

.chat-box_content .container-ms.sender .divContentWrapper {
    display: flex;
    justify-content: end;
}

.chat-box_content .list-message .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.container-ms.sender .wrapper {
    flex: 1;
}
.chat-box_content .list-message .content-ms {
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    white-space: normal;
    background-color: #3390ec;
    word-break: break-all;
}
.chat-box_content .list-message .content-recived {
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    white-space: normal;
    background-color: #3390ec;
}

.chat-box_content .list-message .container-ms .info {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;
    white-space: nowrap;
    color: white;
}

.chat-box_content .list-message .container-ms .info .name {
    max-width: 60%;
}

/* Button Toggle */

.btn-toggle-show-nav {
    display: none;
    border-radius: 9999px;
    cursor: pointer;
    margin-right: 15px;
}

.button-icon-toggle-nav {
    width: 40px;
    height: 40px;
    fill: gray;
    padding: 10px 0px;
    display: block;
}

/* FORM SEND */

.chat-box_form-send {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin-left: 350px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    background-color: white;
}

.chat-box_form-send .input {
    width: 100%;
    height: 60px;
    margin-right: 10px;
    padding: 7px 15px;
    border-radius: 15px;
    outline: none;
    border: 1px solid #cccc;
}
.chat-box_form-send .input:focus {
    caret-color: #3390ec;
    border-color: #3390ec;
    box-shadow: inset 0 0 0 1px #3390ec;
}

.chat-box_form-send .btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #3390ec;
    border-radius: 9999px;
}
.chat-box_form-send .button-icon-send {
    width: 15px;
    height: 20px;
    fill: white;
    /* padding: 5px 0px; */
    display: block;
}
.custom-slide .tick.ltr {
    color: white;
    font-weight: normal;
    /* font-weight: bold; */
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(6, 6, 6, 0.55) 30%, rgba(0, 0, 0, 0.92) 100%);
    left: 0;
    bottom: 0;
    padding: 10px 5px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .chat_box {
        width: 100%;
        right: 0;
    }
    .chat-box_nav {
        left: -350px;
    }
    .chat-box_header {
        margin-left: 0px;
    }
    .chat-box_content {
        margin-left: 0px;
    }
    .btn-toggle-show-nav {
        display: block;
    }
    .chat-box_nav.show {
        transform: translateX(350px);
    }
    .chat-box_form-send {
        margin-left: 0px;
    }
    #overlay.show {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 29;
        background-color: rgba(79, 75, 75, 0.489);
    }
}

@media only screen and (max-width: 420px) {
    #chatbar {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 8rem;
    }
    #mobile-catfixx {
        position: fixed;
        bottom: 10px;
        z-index: 99990;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    #bannerPlayerMobile {
        width: 100%;
    }
    #bannerPlayerPC {
        display: none;
    }
    #pc-catfixx {
        display: none;
    }
}
#bannerPlayer {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#bannerPlayerMobile {
    display: none;
}
#pc-catfixx {
    position: fixed;
    bottom: 10px;
    z-index: 99990;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#totop.active {
    display: block;
}
#totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    z-index: 9;
    display: none;
    opacity: .8;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
#totop i {
    line-height: 50px;
    color: #000;
    font-size: 16px;
}
.fa-chevron-up:before {
    content: "\f077";
}
.text-gray-700 {
}
.profile-content p {
    color: #ff5700;
}

.profile-content h3 {
    color: white;
}

.profile-content {
    color: black;
}
.h2-heading {
    text-align: center;
    color: white;
}
.back-ground-custom1 {
    background: rgba(255, 255, 255, .05);
}
.small.ii-time.mb-1 {
    color: white;
}

.small.ii-time.mb-1 span {
    color: red;
}
.block-live {
    text-align: center;
}
.block-live i.fas.fa-plus.mr-2 {
    margin-top: 3px;
}
span.ep-highlight {
    color: white;
    font-weight: bold;
}
.view-movie-session {
    padding: 0px 10px 0px 10px;
}
.share-icon img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.sbb-title.mr-3 a {
    color: #00ff16;
}

.sbb-title.mr-3 p {
    /* padding-bottom: 0px; */
    /* margin-bottom: 13px; */
}
a.name.genre {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1em;
    padding: 4px 6px;
    border: 1px solid rgb(247 247 247);
    border-radius: 20px;
    margin: 0 2px 5px 0;
    font-weight: bold;
    /* background: #ff5700; */
}
.anis-content .anisc-info .item-list a:hover {
    /* color: white; */
    background: white;
}
.dupbe2 .ss-list{
    max-height: 48%;
}
.dupbe2 .ep-range.ss-list.ss-list-min.tvhay-custom {
    top: 53%;
}
.tvhay{
    font-size: 13px;
    text-align: left;
    padding: 10px 10px;
    background: #14151a;
    margin: 0 -10px;
}


@media (max-width: 640px) {
    .banner-image {
        width: 360px;
    }
}
@media (max-width: 575px) {
    .table_schedule .block_area-list {
        margin: 0;
    }
    .dupbe2 .ss-list {
        max-height: 220px;
    }
}
@media (max-width: 767px) {
    a.dynamic-name {
        font-size: 12px;
    }
    .dupbe2 .ss-list {
        max-height: 300px;
    }
}
@media (max-width: 1190px) {
    .dupbe2 .ss-list {
        max-height: 300px;
    }
}
@media (min-width: 640px) and (max-width: 768px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 1024px) and (max-width: 1280px) {
}
@media (min-width: 1280px) and (max-width: 1536px) {
}
@media (min-width: 1536px) {
}

@media (min-width: 640px) {
}
@media (min-width: 768px) {
    .banner-image {
        width: 640px;
    }
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}
@media (min-width: 1536px) {
}
