@import "./font.css";

:root {
    --black: #000;
    --blacks: #171717;
    --black777: #777;
    --grey: #999;
    --white: #fff;
    --color: #ce9524;
    --color2: #edca8a;
    --color3: #7d5110;
    --color4: #575859;
    --color5: #47484a;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    font-family: 'UKIJ Tor';
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: var(--black);
    color: var(--white);
}

img {
    vertical-align: middle;
    max-width: 100%;

}

a {
    text-decoration: none;
    outline: 0
}

p {
    direction: rtl;
}

.flex {
    display: flex;
}

.fr {
    float: right
}

.fl {
    float: left
}

.claer {
    clear: both;
}

.margin-10 {
    margin: 10px;
}

.main {
    overflow: hidden;
}

/** header **/

#header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

#header .top_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 80px;
    background: rgb(255 255 255 / 0.5);
    border-radius: 25px;
    color: var(--blacks);
    backdrop-filter: blur(10px);
    font-size: 16px;
}

#header .top_logo img {

}

#header .leftNav {
    display: flex;
    gap: 10px;
}

#header .leftNav .item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

#header .leftNav .item i {
    font-size: 18px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

#header .leftNav .item.topAccount {
    color: red;
    background: #fff;
}

/** headers **/
#headers {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgb(0 0 0);
}

#headers .top_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

#headers .searchs {
    position: relative;
    display: flex;
    background: #000;
    border-radius: 25px;
    width: calc(100% - 90px);
}

#headers .searchs input {
    background: none;
    padding-right: 30px;
    width: 100%;
    text-align: right;
}

#headers .searchs i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header_menu {
    padding-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 10px;
    line-height: 35px;
    padding-bottom: 15px;
}

.header_menu .item {
    position: relative;
}

.header_menu .item.active {
    position: relative;
}

.header_menu .item.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 80%;
    height: 4px;
    background: var(--color3);
    border-radius: 5px;
    z-index: 1;
    margin: 0 auto;
}

/** swiper **/
#Banner {
    width: calc(100% - 20px);
    height: 210px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

#Banner .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 0 #000000;
}

#Banner .swiper-pagination {
    width: 100%;
}

#Banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: rgb(255 255 255);
    width: 20px;
    height: 4px;
    border-radius: 5px;
}

#Banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

/** title **/
.title {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.title .title-right {
    height: 35px;
    line-height: 35px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.title .title-right i {
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.title .title-right span {
    font-size: 18px;
    padding-right: 10px;
}

.title .more {
    display: flex;
    align-items: center;
}

.title .more i {
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

.title .more span {
    font-size: 12px;
}

/** movie **/
.newMovImg {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 12px;
}

.newMovImg .item {
    width: 156px;
    height: 180px;
}

.newMovImg .item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.newMovGod {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 13px;
    justify-content: space-between;
}

.newMovGod .item {
    width: calc(50% - 7px);
}

.newMovGod .item img {
    height: 110px;
    width: 100%;
    border-radius: 12px;
}

.newMovGod .item p {
    height: 30px;
    line-height: 36px;
    text-align: right;
}

/** navbar **/

.navBarCenter {
    display: flex;
    flex-direction: row-reverse;
    margin: 10px;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.navBarCenter .item {
    width: 50%;
    position: relative;
    height: 50px;
}

.navBarCenter .item .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #db00f5, #7e04f3);
    border-radius: 50%;
    right: 0px;
    bottom: -7px;
    text-align: center;
    line-height: 50px;
}

.navBarCenter .item .icon i {
    font-size: 22px;
}

.navBarCenter .item:nth-child(2) .icon {
    background: linear-gradient(180deg, #eeac16, #f12b18);
}

.navBarCenter .item:nth-child(3) .icon {
    background: linear-gradient(180deg, #fe4901, #fc0111);
}

.navBarCenter .item span {
    width: 100%;
    background: var(--color5);
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 15px;
    margin-top: 15px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    text-align: left;
    padding-left: 14px;
    font-size: 12px;
}

/** search Ã¦ÂÅ“Ã§Â´Â¢Ã©Â¡ÂµÃ©ÂÂ¢**/
.search-box {
    margin: 10px;

}

.search-box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box .search-box-inner {
    background: var(--blacks);
    padding: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.search-box .search-box-inner i {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 7px 3px;
}

.search-box .search-box-input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: var(--blacks);
    outline: none;
    padding-left: 20px;
    font-weight: 100;
}

.search-box .search-btn {
    padding: 0 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: none;
}

.search-result {
    margin: 10px;
}

.search-result .search-result-title {
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.search-result .search-result-title span {
    color: red
}

.search-result .search-result-list {
    display: flex;
    flex-direction: column;
}

.search-result .search-result-list .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 15px;
    position: relative;
}

.search-result .search-result-list .item .cover {
    position: relative;
    width: 50%;
    height: 96px;
}

.search-result .search-result-list .item .cover img {
    width: 100%;
    height: 100%;
    border-radius: 7px;

}

.search-result .search-result-list .item .cover span {
    position: absolute;
    right: 0;
    background: #f42d26;
    padding: 3px 5px;
    font-size: 10px;
    font-family: auto;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.search-result .search-result-list .item .info {
    width: 50%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.search-result .search-result-list .item .info .info-title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 15px;
}


.search-result .search-result-list .item .info .grade {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.search-result .search-result-list .item .info .grade .grade-item {
    color: var(--grey);
    display: flex;
}

.search-result .search-result-list .item .info .grade .grade-item span {
    color: red;
}

.search-result .search-result-list .item .info .grade .grade-item i {
    color: red;
}

.search-result .search-result-list .item .playIcon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
}

/* Ã§â€ÂµÃ¥Â½Â±Ã¦Â â€¡Ã§Â­Â¾Ã¥Â¼ÂÃ¦Â¨ÂªÃ¥Ââ€˜Ã¦Â»Å¡Ã¥Å Â¨ */
#categoryList {
    padding: 10px;
}

#categoryList .category {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: none;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

#categoryList .category > a {
    padding: 10px 16px;
    color: var(--grey);
}

#categoryList .category::-webkit-scrollbar {
    display: none;
}

#categoryList .category > a.active {
    flex: 0 0 auto;
    background: var(--blacks);
    color: red;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
}

.cateFilm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    margin: 10px;
}

.cateFilm .item {
    width: calc(33.33% - 8px);
    position: relative;
}

.cateFilm .item img {
    width: 100%;
    height: 160px;
    border-radius: 7px;
}

.cateFilm .item .score {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25px;
    padding: 0 10px;
    color: red;
    background: rgb(0 0 0 / 50%);
    line-height: 25px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}

.navCom {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    flex-direction: row-reverse;
    padding-bottom: 10px;
}

.navCom .item {
    padding: 0 10px;
    color: var(--grey);
    background: rgb(0 0 0 / 50%);
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    position: relative;
}

.navCom .active:after {
    content: "";
    width: 50%;
    height: 4px;
    background: red;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.5s;
    margin: 0 auto;
    right: 0;
}

/** profile My */

.UserProfile {
    padding: 15px;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.UserProfile .avatar {
    width: 100px;
    height: 100px;
    border: 4px solid var(--grey);
    border-radius: 50%;
}

.UserProfile .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.UserProfile .userinfo {
}

.UserProfile .userinfo .username {
    height: 35px;
}

.UserProfile .userinfo .userid {

}

.UserProfile .userinfo .userVip {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    direction: rtl;
}

.userNavs {
    display: flex;
    margin: 15px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 36px;
}

.userNavs .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 33%;
    align-items: center;
}

.userNavs .item.active {
    color: var(--color);
}

.userNavs .item i {
    font-size: 2.5rem;
    width: 60px;
    height: 75px;
    text-align: center;
    line-height: 90px;
}

.userNavs .item span {
    position: absolute;
    background: red;
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 10px;
    left: 10px;
    color: var(--white);
}

.userNavs .item .titles {
    font-size: 1.2rem;
}

.myVipCard {
    display: flex;
    padding: 15px 8px;
    direction: rtl;
    border-radius: 6px;
    background: linear-gradient(270deg, #0f2034, #414b64);
    overflow: hidden;
    margin: 15px;
    margin-top: 20px;
    height: 124px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.myVipCard .vipSvg svg {
    width: 100%;
    height: 100%;
}

.myVipCard .info {
    display: flex;
    flex-direction: column;
}

.myVipCard .info p {
    color: #ffe4c7;
    margin: 5px 0;
    font-size: 12px;
}

.myVipCard .info .btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5625rem 0;
    color: #5f2e04;
    background: linear-gradient(270deg, #e8c299, #ffe4c7);
    height: 34px;
    margin-top: 10px;
    width: 130px;
}

.userWatch {
    display: flex;
    flex-direction: column;
    margin: 15px;
}

.userWatch .titles {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

.userWatch .titles .title-text-icon {
    display: flex;
    flex-direction: row-reverse;
}

.userWatch .titles .title-text-icon .text {

}

.userWatch .titles .title-text-icon i {
    color: var(--color2);
    margin-left: 10px;
}

.userWatch .titles .more {
    display: flex;
    align-items: center;
}

.userWatch .titles .more i {
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    background: var(--color2);
    margin-right: 10px;
    border-radius: 50%;
    color: #000;
}

.userWatch .watchList {
}

.userWatch .watchList .no-list {
    width: 150px;
    margin: 0 auto;
    margin-top: 66px;
    text-align: center;
}

.userWatch .watchList .no-list img {
    width: 100%;
    height: 100%;
}

.userWatch .watchList .no-list .message {
    margin-top: 20px;
    color: var(--color2);
}

/** detail */
#player {
    height: 220px;
    background: var(--blacks);
    overflow: hidden;
}

.playerHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.playerHeader span {
}

.playerHeader i {
    width: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

#player .vipPlyaerAlert {
    margin: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#player .vipPlyaerAlert .vip_error {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

#player .vipPlyaerAlert .vip_message {
    color: var(--color);
    margin: 10px 0;
}

#player .vipPlyaerAlert .vip_button {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    gap: 15px;
    flex-direction: row-reverse;
}

#player .vipPlyaerAlert .vip_button .item {
    border-radius: 5px;
    background: var(--color);
    color: #000;
    cursor: pointer;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#player .vipPlyaerAlert .vip_button .gomai {
    background: var(--color4);
    color: var(--color);
}

.detailInfo {
    display: flex;
    flex-direction: column;
    margin: 10px;
    align-items: flex-end;
    position: relative;
}

.detailInfo .titles {
    width: 100%;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.detailInfo .detailCate {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.detailInfo .detailCate span {
    font-weight: 500;
    color: var(--white);
    padding: 8px 10px;
    background: var(--blacks);
    font-size: 12px;
    border-radius: 5px;
}

.detailInfo .star-rating {
    background: var(--blacks);
    padding: 8px 10px;
    border-radius: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    bottom: 0;
}

.detailInfo .star-rating i {
    color: #ffc107;
}

.detailInfo .star-rating .rating-text {
    margin-right: 5px;
    color: #ffc107;
}

.detailFunction {
    margin: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.detailFunction .item {
    width: 100%;
    background: var(--blacks);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 50px;
    line-height: 50px;
}

.detailFunction .item i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

.detailFunction .item span {
    font-size: 12px;
}

.episodes {
    display: flex;
    margin: 10px;
    flex-direction: column;
}

.episodes .titles {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 70px;
    align-items: center;
}

.episodes .titles .tits {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.episodes .titles .tits:before {
    content: '';
    height: 17px;
    width: 5px;
    background: var(--color4);
    margin-left: 10px;
    border-radius: 50px;
}

.episodes .titles .tits span {
    font-size: 16px;
    font-weight: 500;
}

.episodes .titles .tits i {
    font-size: 20px;
}

.episodes .titles .more {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.episodes .titles .more span {
    color: var(--grey);
}

.episodes .titles .more span:nth-child(3) {
    color: red;
    display: flex;
    gap: 5px;
}

.episode-scroll {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.episode-scroll::-webkit-scrollbar {
    display: none;
}

.episode-scroll .item {
    min-width: 40px;
    min-height: 40px;
    margin: 0 5px;
    background: var(--blacks);
    border-radius: 50%;
    position: relative;
}

.episode-scroll .item .num {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: auto;
}

.episode-scroll .item .vip-num {
    position: absolute;
    background: red;
    top: 3px;
    left: -5px;
    font-size: 4pt;
    padding: 2px 6px;
    border-radius: 25px;
    font-family: auto;
}

.episode-scroll .cur {
    background: var(--color5);
}

/** footer **/
#footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    background: rgb(0 0 0 / 50%);
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    flex-direction: row-reverse;
}

#footer_nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#footer_nav .item.active {
    color: var(--color3);
}

#footer_nav .item i {
    font-size: 20px;
    padding: 5px 0;
}

#footer_nav .item span {
    padding-bottom: 5px;
}


/** no data */

.scroll-loader {
    text-align: center;
    padding: 15px;
    color: #4285f4;
    display: none;
}

.scroll-error {
    text-align: center;
    padding: 15px;
    color: #ff4444;
    background-color: #ffeeee;
    border-radius: 5px;
    margin: 10px;
    display: none;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(66, 133, 244, 0.3);
    border-radius: 50%;
    border-top-color: #4285f4;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.no-more-data {
    text-align: center;
    padding: 15px;
    color: #888;
    display: none;
}

/** error */
#error {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#error .error-box {
    margin: 10px;
    width: calc(100% - 20px);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#error .error-box .error-code {
    color: #FF9800;
    font-size: 80px;
}

#error .error-box .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
    margin-top: 25px;
    border-radius: 6px;
    background: #FF9800;
    display: flex;
    justify-content: center;
    align-items: center;
}

#error .error-box .icon i {
    font-size: 60px;
    height: 60px;
    width: 60px;
    display: block;
    line-height: 60px;
}

#error .error-box .error-message {
    margin: 20px 0;
    color: var(--grey);
}

#error .error-box .error-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

#error .error-box .error-btns .btn {
    padding: 10px 30px;
    background: var(--blacks);
    border-radius: 6px;
}


/** vip modal **/

.player-placeholder i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #ff4757;
}

.player-placeholder p {
    font-size: 18px;
    margin-bottom: 30px;
}


/* Ã¤Â¼Å¡Ã¥â€˜ËœÃ¥Â¼Â¹Ã§Âªâ€” */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.membership-modal {
    width: 90%;
    max-width: 400px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .membership-modal {
    transform: translateY(0);
}

.modal-header {
    background: var(--blacks);
    padding: 25px 20px;
    text-align: center;
    color: white;
}

.modal-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-subtitle {
    font-size: 15px;
    opacity: 0.9;
}

.modal-body {
    padding: 20px;
    color: #333;
}

.membership-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.membership-option {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.membership-option:hover {
    border-color: #6a11cb;
}

.membership-option.selected {
    border-color: #6a11cb;
    background: rgba(106, 17, 203, 0.05);
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.option-title {
    font-size: 16px;
    font-weight: bold;
}

.option-price {
    font-size: 18px;
    font-weight: bold;
    color: #6a11cb;
}

.option-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}


.modal-actions {
    display: flex;
    gap: 12px;
}

.modal-btn {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-confirm {
    background: red;
    color: white;
}

.btn-cancel {
    background: #f1f2f6;
    color: #666;
}

.benefit-item i {
    color: #4CAF50;
    margin-right: 10px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .video-list {
        grid-template-columns: 1fr;
    }

    .modal-body {
        padding: 15px;
    }
}

.ads_player {
    background: var(--blacks);
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}

.ads_player img {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.bannerImg img {
    width: 100%;
    height: 100%;
}

.trumpet {
    margin: 10px;
    display: flex;
    flex-direction: row-reverse;
    height: 40px;
    background: var(--blacks);
    border-radius: 7px;
    line-height: 40px;
}


.trumpet .trumpet-icon i {
    width: 30px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 43px;
}

.trumpet .trumpet-text {

}


.albums {
    position: relative;
    z-index: 1;
    height: 300px;
    width: 100%;
}

.albums .bg_cover {
    height: 300px;
    width: 100%;
}

.albums .info {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    top: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.albums .info .cover {
    width: 280px;
    height: 160px;
    padding: 3px;
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 30%);
    border-radius: 8px;
}

.albums .info .name {
    margin-top: 15px;
}

.title2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    gap: 10px;
}

.title2 .lefts {
    width: 50%;
    display: flex;
    align-items: center;
}

.title2 .lefts:before {
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #000000, var(--black777));
    border-radius: 25px;
}

.title2 .lefts:after {
    width: 15px;
    height: 15px;
    background: var(--black777);
    border-radius: 50%;
    margin-left: -10px;
}

.title2 .centers {
    color: var(--black777);
}

.title2 .rights {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.title2 .rights:before {
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--black777), #000000);
    border-radius: 25px;
}

.title2 .rights:after {
    width: 15px;
    height: 15px;
    background: var(--black777);
    border-radius: 50%;
    margin-right: -10px;
}


.title2 .lefts:before,
.title2 .rights:after,
.title2 .rights:before,
.title2 .lefts:after {
    content: "";
    position: relative;
    display: block;
}