body .nav_menu {
    width: 270px;
    color: var(--white-color);
}

body .nav_menu .profile {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    float: none;
    padding: 8px 12px;
    border-radius: 9999px;
    padding-right: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body .nav_menu .profile.me {
    margin-bottom: 16px;
}

body .nav_menu .profile .icon {
    position: absolute;
    right: 10px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .nav_menu .profile .avatar {
    height: 30px;
    width: 30px;
    border-radius: 150px;
}

body .nav_menu .profile .avatar img {
    height: 100%;
    width: 100%;
}

body .nav_menu .profile .detail {
    flex: 1;
    overflow: hidden;
    font-weight: 500;
}

body .nav_menu .profile .detail p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

body .nav_menu .profile.zypage {
    background-color: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

body .nav_menu .profile.zypage:hover {
    background-color: rgba(15, 23, 42, 0.7);
    border-color: rgba(255, 255, 255, 0.12);
}

body .nav_menu .profile.zypage .avatar {
    height: 32px;
    width: 32px;
}

body .nav_menu .profile.zypage .detail {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

body .nav_menu .profile.zypage .detail p:first-child {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

body .nav_menu .profile.zypage .detail .note {
    font-size: 11px;
    color: var(--color-gray-400);
    line-height: 1.4;
}

body .nav_menu .profile.zypage .detail .note span {
    color: #10b981;
    font-weight: 500;
}

body .nav_menu .profile.zypage .icon {
    color: var(--color-gray-400);
    transition: color 0.3s;
}

body .nav_menu .profile.zypage:hover .icon {
    color: var(--white-color);
}

body .nav_menu .hidden::after {
    width: 0
}

body .nav_menu .nav_menu_control {
    font-size: 20px
}

body .nav_menu .nav_menu_control .nav_menu_outside {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: var(--color-game-card);
    border-radius: 0 0 1rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    border-left: 1px solid var(--border-white-1);
    border-bottom: 1px solid var(--border-white-1);
    transition: all 0.3s;
}

body .nav_menu .nav_menu_control .nav_menu_outside:hover {
    background-color: rgba(99, 102, 241, 0.3);
}

body .nav_menu .logo {
    height: 40px;
    padding: 20px 15px;
    position: relative
}

body .nav_menu .logo .name {
    float: left;
    line-height: 40px;
    margin-left: 10px;
    width: calc(100% - 50px);
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
}

body .nav_menu .logo img {
    height: 30px;
    float: left;
    border-radius: 150px
}

body .nav_menu .logo .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: none
}

body .nav_menu .logo .icon svg {
    font-size: 21px
}

body .nav_menu h3 {
    text-transform: uppercase;
    padding: 0 20px;
    margin: 10px 0;
}

body .nav_menu .menu_module {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    padding-bottom: 12px;
}

body .nav_menu .menu_module.no_border {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

body .nav_menu h5 {
    color: var(--color-gray-400);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 24px 0 12px 0;
    display: block;
    padding: 0 16px;
}

body .nav_menu h5:first-child {
    margin-top: 0;
}

body .nav_menu .menu_module:first-of-type {
    margin-top: 0;
}

body .nav_menu ul.main {
    font-size: 15px;
    text-transform: capitalize;
}

body .nav_menu ul.main li.main {
    line-height: normal;
    padding: 0;
    margin: 2px 0;
}

body .nav_menu ul.main li.main .title {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    transition: all 0.3s;
    color: #9ca3af;
    min-height: 40px;
    justify-content: flex-start;
    font-weight: 500;
}

body .nav_menu ul.main li.main .title .icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

body .nav_menu ul.main li.main .title .icon svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

body .nav_menu ul.main li.main .title .unread_count, body .nav_menu ul.main li.main .title .follow_count {
    position: absolute;
    right: 15px;
    background-color: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 20px;
    min-width: 20px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    top: 50%;
    font-size: 11px;
    font-weight: 700;
    transform: translate(0, -50%);
    color: var(--white-color);
    line-height: 1;
}

body .nav_menu ul.main li.main .title .unread_count {
    background-color: var(--color-game-primary);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.3);
}

body .nav_menu ul.main li.main .title .more_icon {
    position: absolute;
    right: 16px;
    height: 20px;
    width: 20px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
    color: var(--color-gray-400);
    transition: transform 0.3s;
}

body .nav_menu ul.main li.main.list .title[target="off"] .more_icon {
    display: flex;
}

body .nav_menu ul.main li.main.list .title[target="on"] .more_icon {
    transform: translate(0, -50%) rotate(180deg);
}

body .nav_menu ul.main li.main .title p {
    font-size: 14px;
    font-weight: 600;
}

body .nav_menu ul.main li.main .title span {
    color: var(--yellow-color);
    font-weight: 600;
}

body .nav_menu ul.main li.main .title.click:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

body .nav_menu ul.main li.main .title.click:hover .icon {
    color: var(--white-color);
}

body .nav_menu ul.main li.main .title.click.active {
    background: var(--color-game-primary);
    color: var(--white-color);
}

body.cms_body .right_content {
    flex: 1;
}

body .nav_menu ul.main li.main .title .more_icon svg {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

body .nav_menu ul.main li.main ul {
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    margin: 0;
}

body .nav_menu ul.main li.main.list .title[target="on"]+.clear+ul {
    display: block;
}

body .nav_menu ul.main li.main ul li {
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px 0;
    transition: all 0.2s;
    color: var(--color-gray-400);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

body .nav_menu ul.main li.main ul li:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: var(--white-color);
}

body .nav_menu ul.main li.main ul li.click.active {
    background-color: rgba(99, 102, 241, 0.15);
    color: var(--white-color);
    font-weight: 500;
}

body.cms_body .home_list {
    padding: 0;
}

body.cms_body.cms_body #content .content_module {
    background-color: var(--color-game-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

body.cms_body.cms_body #content .content_module.booking_history .status.waiting {
    color: #7faaf8;
}

body.cms_body.cms_body #content .content_module.booking_history .status.going {
    color: #ff8f45;
}

body.cms_body.cms_body #content .content_module.booking_history .status.finish {
    color: #00ff35;
}

body.cms_body.cms_body #content .content_module .setting_list {
    display: grid;
    gap: 15px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item.normal {
    align-items: normal;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item.none {
    display: block;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .color_input {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .multiple_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .multiple_list .multiple_list_item {
    flex: 1;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .multiple_list .multiple_list_item .title {
    margin-bottom: 5px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .multiple_list .multiple_list_item .value {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .left a {
    color: var(--cms-url-color);
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .left svg {
    cursor: pointer;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right {
    max-width: 400px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list {
    display: grid;
    gap: 10px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item {
    display: flex;
    width: 400px;
    gap: 12px;
    align-items: center;
    padding: 16px;
    background-color: var(--color-game-darker);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: border-color 0.3s;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .icon {
    width: 30px;
    text-align: center;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .icon svg {
    font-size: 20px;
    cursor: pointer;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item input {
    min-width: auto;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item input.text {
    flex: 1;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item input.rate {
    width: 150px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .rate_div {
    position: relative;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .rate_div p {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .avatar_div {
    height: 44px;
    aspect-ratio: 1/1;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .avatar_div img {
    height: 44px;
    border-radius: 150px;
    aspect-ratio: 1/1;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item .avatar_div .icon {
    width: 100%;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right input, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right select, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right textarea {
    min-width: 400px;
    padding: 16px 20px;
    background-color: var(--color-game-darker);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
    transition: all 0.3s;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right textarea {
    min-height: 100px;
    line-height: 1.6;
    padding: 20px;
    resize: none;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right input:focus, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right select:focus, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right textarea:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.5);
}

body.cms_body.cms_body #content .content_module .setting_module {
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 32px;
}

body.cms_body.cms_body #content .content_module .setting_module:last-child {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}

body.cms_body.cms_body #content .funding_reset .fs_guide {
    background: var(--color-game-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

body.cms_body.cms_body #content .funding_reset .fs_guide .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

body.cms_body.cms_body #content .funding_reset .fs_guide .title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: var(--game-primary);
    border-radius: 2px;
}

body.cms_body.cms_body #content .funding_reset .fs_guide_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body.cms_body.cms_body #content .funding_reset .fs_guide_list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 14px;
}

body.cms_body.cms_body #content .funding_reset .fs_guide_list li svg {
    color: var(--green-color);
    font-size: 16px;
    min-width: 16px;
}

body.cms_body.cms_body #content .funding_reset .fs_status {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

body.cms_body.cms_body #content .funding_reset .fs_status .fs_content {
    text-align: center;
    margin-bottom: 24px;
}

body.cms_body.cms_body #content .funding_reset .fs_status h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

body.cms_body.cms_body #content .funding_reset .fs_status p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

body.cms_body.cms_body #content .funding_reset .fs_countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 32px 0;
    padding: 24px;
    background: var(--game-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.cms_body.cms_body #content .funding_reset .fs_countdown .countdown_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
}

body.cms_body.cms_body #content .funding_reset .fs_countdown .countdown_value {
    font-size: 32px;
    font-weight: 700;
    color: #ffc107;
    line-height: 1;
    margin-bottom: 5px;
}

body.cms_body.cms_body #content .funding_reset .fs_countdown .countdown_label {
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.cms_body.cms_body #content .funding_reset .fs_countdown .countdown_separator {
    font-size: 24px;
    font-weight: 600;
    color: #ffc107;
    margin: 0 5px;
    padding-top: 15px;
}

body.cms_body.cms_body #content .funding_reset .fs_note {
    color: var(--text-muted);
    font-style: italic;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video {
    margin-top: 0;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: initial;
    background-color: transparent;
    border: 0;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .gallery_video {
    width: 100%;
    height: 100%;
    position: relative;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .gallery_video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .rate_div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .rate_div input {
    flex: 1;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .rate_div input:focus {
    outline: none;
    border-color: var(--game-primary);
    background: rgba(255, 255, 255, 0.15);
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .rate_div p {
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    min-width: 40px;
    text-align: right;
}

body.cms_body .donation-settings .shop_donate_thank .gallery_main.video .gallery_item.video-item .image-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .spin_menu_list {
    display: flex;
    gap: 5px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .spin_menu_list .spin_menu_item {
    cursor: pointer;
    background-color: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .spin_menu_list .spin_menu_item.active {
    background-color: var(--color-game-primary);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .donate_style_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .donate_style_list .donate_style_item {
    flex: 1;
    zoom: 0.6; opacity: 0.6;
    background-color: var(--color-game-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .donate_style_list .donate_style_item:hover {
    opacity: 0.8;
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .donate_style_list .donate_style_item.active {
    opacity: 1;
    background-color: rgba(99, 102, 241, 0.15);
    border-color: var(--color-game-primary);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list .media_item {
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(99, 102, 241, 0.08);
    cursor: pointer;
    padding: 16px;
    position: relative;
    min-height: 120px;
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list .media_item:hover {
    opacity: 0.8;
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list .media_item.active {
    opacity: 1;
    border-color: var(--color-game-primary);
    background-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list .media_item svg {
    font-size: 20px;
    margin-bottom: 5px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .media_list .media_item img {
    height: 70px;
    margin-bottom: 5px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_demo {
    background-color: var(--color-game-darker);
    padding: 24px;
    min-height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 24px;
    position: relative;
    max-width: 850px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_link .title {
    margin-bottom: 10px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_link .link {
    background-color: var(--color-game-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 16px;
    white-space: normal;
    word-break: break-all;
    transition: border-color 0.3s;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_link .link:hover {
    border-color: rgba(99, 102, 241, 0.3);
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_link .link .icon {
    display: flex;
    gap: 10px;
}

body.cms_body.cms_body #content .content_module .shop_donate_setting .preview .preview_link .link svg {
    cursor: pointer;
    font-size: 16px;
}

body.cms_body table.main_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
    overflow-x: auto;
}

body.cms_body table.main_table a {
    color: var(--cms-url-color);
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}

body.cms_body table.main_table a:hover {
    color: var(--yellow-color);
    text-decoration: underline;
}

body.cms_body table.main_table span {
    font-weight: 600;
    color: var(--white-color);
}

body.cms_body table.main_table tbody tr td .weak {
    font-size: 11px;
    color: var(--color-gray-400);
}

body.cms_body table.main_table thead {
    background-color: #11192C;
}

body.cms_body table.main_table thead tr td {
    padding: 1.5rem 1.5rem;
    text-align: left;
    font-size: 10px;
    font-weight: 900;
    color: var(--color-gray-400);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: normal;
}

body.cms_body table.main_table thead tr td:last-child {
    text-align: right;
}

body.cms_body table.main_table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.2s;
}

body.cms_body table.main_table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

body.cms_body table.main_table tbody tr td {
    padding: 0.7rem 1.5rem;
    color: #9CA3AF;
    font-size: 13px;
    vertical-align: middle;
}

body.cms_body table.main_table tbody tr td .icon_list {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

body.cms_body table.main_table tbody tr td .icon_list .icon_item {
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 12px;
    padding: 8px;
    color: var(--color-gray-400);
    font-size: 16px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.cms_body table.main_table tbody tr td .icon_list .icon_item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--white-color);
}

body.cms_body .order_status, body.cms_body .badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #ffffff66;
    background-color: #ffffff1c;
}

body.cms_body .order_status_2, body.cms_body .status-success, body.cms_body .status-finish{
    background-color: rgba(16, 185, 129, 0.1) !important;
    color: #10b981 !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
}

body.cms_body .order_status_3, body.cms_body .status-pending , body.cms_body .status-going{
    background-color: rgba(251, 191, 36, 0.1) !important;
    color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, 0.3) !important;
}

body.cms_body .order_status_1, body.cms_body .status-normal, body.cms_body .status-waiting{
    background-color: rgba(59, 130, 246, 0.1) !important;
    color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
}

body.cms_body.cms_body #content .content_module .shop_payment_order {
    margin-top: 24px;
}

body.cms_body.cms_body #content .content_module .content_title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

body.cms_body.cms_body #content .content_module .content_title h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 8px 0;
    letter-spacing: -0.025em;
}

body.cms_body.cms_body #content .content_module .content_title .description {
    font-size: 14px;
    color: var(--color-gray-400);
    margin: 4px 0 0 0;
    font-weight: 500;
}

body.cms_body.cms_body #content .content_module .button_div.list, body.cms_body.cms_body #content .content_module .content_title .button_div.list, body.cms_body.cms_body #content .content_module .content_title .button_div.multiple_module_menu {
    display: flex;
    gap: 8px;
    background-color: var(--color-game-darker);
    border-radius: 12px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.cms_body.cms_body #content .content_module .button_div.list {
    gap: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

body.cms_body.cms_body #content .content_module .content_title .button_div.list {
    align-self: flex-start;
    margin-top: 24px;
    margin-bottom: 0;
}

body.cms_body.cms_body #content .content_module .content_title .button_div .button_list {
    padding: 8px 16px;
    background: transparent;
    border: none;
    color: var(--color-gray-400);
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

body.cms_body.cms_body #content .content_module .content_title .button_div .button_list:hover {
    color: var(--white-color);
}

body.cms_body.cms_body #content .content_module .content_title .button_div .button_list.active {
    background-color: #3b82f6;
    color: var(--white-color);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .left p {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-gray-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

body.cms_body.cms_body #content .content_module .setting_module h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .right select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 48px;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .color_input {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: border-color 0.3s;
}

body.cms_body.cms_body #content .content_module .setting_list .setting_item .color_input:hover {
    border-color: rgba(99, 102, 241, 0.5);
}


body.cms_body .base-card {
    background: var(--game-dark);
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.2s ease;
}

body.cms_body .base-card:hover {
    border-color: var(--border-soft-strong);
    background: rgba(255, 255, 255, 0.02);
}

body.cms_body .base-card.padding-sm {
    padding: 16px;
}

body.cms_body .base-card.padding-lg {
    padding: 28px;
}

body.cms_body .base-card.radius-sm {
    border-radius: 12px;
}

body.cms_body .base-card.radius-lg {
    border-radius: 20px;
}

body.cms_body .dashboard-card {
    background: #131b2e;
    border: 1px solid var(--border-soft);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5rem;
}

body.cms_body .dashboard-card .dashboard-card-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-soft);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.cms_body .dashboard-card-header .dashboard-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

body.cms_body .dashboard-card-header .dashboard-card-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 6px;
    font-weight: 600;
}

body.cms_body .dashboard-card .dashboard-card-body {
    padding: 1.5rem;
}

body.cms_body .dashboard-card-body .card-section {margin-bottom: 1.3rem;}

body.cms_body .card-section .section-title{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 1rem;
}

body.cms_body .flex-row {
    display: flex;
    gap: 1.3rem;
    margin-bottom: 1.3rem;
}
body.cms_body .flex-row .toggle-row{
    margin:0;
}
body.cms_body .input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1.3rem;
    flex: 1;
}

body.cms_body .input-group .input-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-left: 4px;
}

body.cms_body .input-group .input-control, .input-group .input-control textarea, .input-group .input-control select, .input-group .input-control input {
    width: 100%;
}

body.cms_body .input-group .input-base {
    width: 100%;
    background: var(--game-dark);
    border: 1px solid var(--border-soft-strong);
    border-radius: 16px;
    padding: 0 1rem;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.cms_body .input-group .input-base:focus {
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.2);
}

body.cms_body .input-group .input-base::placeholder {
    color: #6b7280;
}

body.cms_body .input-group .input-base.input-muted {
    background: var(--color-game-darker);
    color: var(--cms-grey-2);
    cursor: not-allowed;
}

body.cms_body .input-group textarea.input-base {
    resize: vertical;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 200px;
    resize: none;
}

body.cms_body .input-group select.input-base {
    cursor: pointer;
}

body.cms_body .mutiple_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

body.cms_body .mutiple_select > p:first-child {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

body.cms_body .mutiple_select .highlight {
    cursor: pointer;
    background: linear-gradient(135deg, var(--color-game-primary), var(--color-game-accent));
    padding: 0 14px;
    border-radius: 9999px;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.cms_body .mutiple_select .highlight:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

body.cms_body .mutiple_select .highlight i {
    font-size: 10px;
}

body.cms_body .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex-shrink: 0;
}

body.cms_body .icon-wrapper.size-sm {
    width: 48px;
    height: 48px;
}

body.cms_body .icon-wrapper.size-md {
    width: 56px;
    height: 56px;
}

body.cms_body .icon-wrapper.radius-sm {
    border-radius: 12px;
}

body.cms_body .icon-wrapper.radius-md {
    border-radius: 16px;
}

body.cms_body .pill-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: 7px;
    background: var(--game-dark);
    border: 1px solid var(--border-soft);
}

body.cms_body .pill-group button {
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .pill-group button.is-active {
    background: var(--game-primary);
    color: #fff;
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.3);
}

body.cms_body .pill-group button:hover:not(.is-active) {
    color: #fff;
}

body.cms_body .toggle-switch {
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: #1f2937;
    border: 2px solid #374151;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

body.cms_body .toggle-switch::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #9ca3af;
    top: 4px;
    left: 4px;
    transition: transform 0.2s ease, background 0.2s ease;
}

body.cms_body .toggle-switch.is-on, body.cms_body .toggle-switch.checked {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.8);
}

body.cms_body .toggle-switch.is-on::after, body.cms_body .toggle-switch.checked::after {
    background: var(--game-primary);
    transform: translateX(20px);
}

body.cms_body .toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--game-dark);
    border: 1px solid var(--border-soft-strong);
    border-radius: 16px;
    padding: 0 1rem;
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 12px;
    gap: 10px;
    line-height: 44px;
    flex: 1;
}

body.cms_body .toggle-row.disabled {
    opacity: 0.5;
}

body.cms_body .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border: 1px solid transparent;
}

body.cms_body .badge.green {
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.2);
    background: rgba(34, 197, 94, 0.1);
}

body.cms_body .badge.blue {
    color: #38bdf8;
    border-color: rgba(56, 189, 248, 0.2);
    background: rgba(56, 189, 248, 0.1);
}

body.cms_body .badge.yellow {
    color: #eab308;
    border-color: rgba(234, 179, 8, 0.2);
    background: rgba(234, 179, 8, 0.1);
}

body.cms_body .badge.red {
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.2);
    background: rgba(239, 68, 68, 0.1);
}

body.cms_body .badge.purple {
    color: #a855f7;
    border-color: rgba(168, 85, 247, 0.2);
    background: rgba(168, 85, 247, 0.1);
}

body.cms_body .data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

body.cms_body .data-table thead tr {
    color: #9CA3AF;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-soft);
}

body.cms_body .data-table th, .data-table td {
    padding: 1rem 1.5rem;
    text-align: left;
}

body.cms_body .data-table tbody tr {
    border-bottom: 1px solid var(--border-soft);
    transition: background 0.2s ease;
}

body.cms_body .data-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

body.cms_body .table-scroll {
    overflow-x: auto;
}

body.cms_body .table-actions {
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
}

body.cms_body .table-action {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: transparent;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

body.cms_body .table-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

body.cms_body .table-action.danger:hover {
    color: #f87171;
    background: rgba(239, 68, 68, 0.1);
}

body.cms_body .btn-primary {
    background: var(--game-primary);
    color: #fff;
    box-shadow: 0 12px 20px rgba(99, 102, 241, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 35px;
    padding: 0px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .btn-primary:hover {
    background: var(--game-accent);
    transform: translateY(-1px);
}

body.cms_body .btn-primary.alt {
    background: var(--game-accent);
}

body.cms_body .btn-primary.inverse {
    background: #fff;
    color: #0f172a;
}

body.cms_body .btn-secondary {
    background: var(--game-dark);
    border: 1px solid var(--border-soft);
    color: #9ca3af;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
}

body.cms_body .btn-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

body.cms_body .btn-secondary.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body.cms_body .btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

body.cms_body .btn-row .icon-button {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    cursor: pointer;
}

body.cms_body .btn-row .icon-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

body.cms_body .btn-row .icon-button svg {
    width: 18px;
    height: 18px;
}

body.cms_body .btn-row .icon-button.small {
    width: 28px;
    height: 28px;
}

body.cms_body .btn-base {
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: var(--text-muted);
}

body.cms_body .btn-base:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--border-soft-strong);
    color: #fff;
}

body.cms_body .btn-base.btn-link {
    background: transparent;
    border: none;
    font-weight: 900;
    color: var(--game-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.2s ease;
}

body.cms_body .btn-base.btn-link:hover {
    color: #fff;
    background: rgba(99, 102, 241, 0.1);
}

body.cms_body .btn-base.btn-danger {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

body.cms_body .btn-base.btn-danger:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: rgba(239, 68, 68, 0.5);
}

body.cms_body .btn-base.btn-success {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

body.cms_body .btn-base.btn-success:hover {
    background: rgba(34, 197, 94, 0.25);
    border-color: rgba(34, 197, 94, 0.5);
}

body.cms_body .icon-button {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    cursor: pointer;
}

body.cms_body .icon-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

body.cms_body .icon-button svg {
    width: 18px;
    height: 18px;
}

body.cms_body .icon-button.small {
    width: 28px;
    height: 28px;
}

body.cms_body .link-button {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--game-primary);
    text-decoration: underline;
    text-decoration-color: rgba(99, 102, 241, 0.3);
    background: none;
    border: none;
    cursor: pointer;
}

body.cms_body .link-button:hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.6);
}

body.cms_body .btn-outline {
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid var(--border-soft);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #9ca3af;
    background: transparent;
    cursor: pointer;
}

body.cms_body .btn-outline.danger {
    color: #f87171;
    border-color: rgba(248, 113, 113, 0.2);
}

body.cms_body .referral-overview-container .stat-grid {
    display: grid;
    gap: 24px;
}

body.cms_body .referral-overview-container .stat-grid.stat-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.cms_body .referral-overview-container .stat-card {
    background: #131b2e;
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

body.cms_body .referral-overview-container .stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .referral-overview-container .stat-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #6b7280;
    letter-spacing: 0.1em;
}

body.cms_body .referral-overview-container .stat-value {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    margin-top: 8px;
}

body.cms_body .referral-overview-container .stat-value.small {
    font-size: 24px;
}

body.cms_body .referral-overview-container .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .referral-overview-container .stat-icon svg {
    width: 24px;
    height: 24px;
}

body.cms_body .referral-overview-container .stat-icon.bg-blue {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

body.cms_body .referral-overview-container .stat-icon.bg-green {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
}

body.cms_body .referral-overview-container .stat-icon.bg-purple {
    background: rgba(168, 85, 247, 0.1);
    color: #a855f7;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

body.cms_body .referral-overview-container .stat-icon.bg-yellow {
    background: rgba(234, 179, 8, 0.1);
    color: #eab308;
    box-shadow: 0 0 20px rgba(234, 179, 8, 0.2);
}

body.cms_body .preview-box {
    padding: 20px;
}

body.cms_body .slider-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0;
}

body.cms_body .slider-group>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.cms_body .slider-group>div:first-child span:first-child {
    font-size: 10px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

body.cms_body .slider-group>div:first-child span.slider-value {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

body.cms_body .slider-wrapper {
    position: relative;
    width: 100%;
    height: 6px;
    background: #1e293b;
    border-radius: 999px;
}

body.cms_body .slider-wrapper .slider-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: var(--game-primary, #6366f1);
    border-radius: 999px;
    width: 60%;
    min-width: 0;
    pointer-events: none;
    z-index: 1;
}

body.cms_body .slider-bar, .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
}

body.cms_body .slider-bar::-webkit-slider-track, .slider::-webkit-slider-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 999px;
}

body.cms_body .slider-bar::-webkit-slider-thumb, .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 2px #0f172a;
    transition: all 0.15s ease;
}

body.cms_body .slider-bar::-webkit-slider-thumb:hover, .slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 0 3px var(--game-primary, #6366f1);
    transform: scale(1.1);
}

body.cms_body .slider-bar::-moz-range-track, .slider::-moz-range-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 999px;
}

body.cms_body .slider-bar::-moz-range-thumb, .slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 2px #0f172a;
    transition: all 0.15s ease;
}

body.cms_body .slider-bar::-moz-range-thumb:hover, .slider::-moz-range-thumb:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7), 0 0 0 3px var(--game-primary, #6366f1);
    transform: scale(1.1);
}

body.cms_body .slider-bar::-moz-range-progress, .slider::-moz-range-progress {
    background: var(--game-primary, #6366f1);
    height: 6px;
    border-radius: 999px;
}

body.cms_body .link-group {
    margin-bottom: 16px;
}

body.cms_body .link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--game-dark);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 10px 1rem;
    font-size: 11px;
    color: #9ca3af;
    gap: 12px;
}

body.cms_body .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid var(--border-soft);
    font-size: 12px;
    font-weight: 700;
    color: #cbd5f5;
}

body.cms_body .tag.highlight {
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.3);
    color: #facc15;
}

body.cms_body .tag.danger {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fff;
}

body.cms_body .divider {
}

body.cms_body .floating-save {
    right: 24px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: var(--color-game-card);
    border-top: 1px solid var(--border-white-1);
    padding: 15px 0;
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 100%;
}

body.cms_body .floating-save .div_module {
    display: flex;
    justify-content: flex-end;
}

body.cms_body .fade-in {
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.cms_body .tab-panels {
    margin-top: 16px;
}

body.cms_body .tab-panel {
    display: none;
}

body.cms_body .tab-panel.is-active {
    display: block;
}

body.cms_body .text-right {
    text-align: right;
}

body.cms_body .text-center {
    text-align: center;
}

body.cms_body .text-muted {
    color: #9ca3af;
}

body.cms_body .text-strong {
    color: #ffffff;
}

body.cms_body .text-green {
    color: #22c55e;
}

body.cms_body .text-blue {
    color: #3b82f6;
}

body.cms_body .text-yellow {
    color: #eab308;
}

body.cms_body .bold {
    font-weight: 700;
}

body.cms_body .small {
    font-size: 13px;
}

body.cms_body .xs {
    font-size: 12px;
}

body.cms_body .italic {
    font-style: italic;
}

body.cms_body .mt-16 {
    margin-top: 16px;
}

body.cms_body .full {
    width: 100%;
}

body.cms_body .premium_item {
    background: #131b2e;
    border: 2px solid var(--border-soft);
    border-radius: 20px;
    padding: 28px;
    position: relative;
    transition: all 0.3s ease;
}

body.cms_body .premium_item:hover {
    border-color: rgba(99, 102, 241, 0.5);
    transform: translateY(-4px);
}

body.cms_body .premium_item.popular {
    border-color: var(--game-primary);
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.3);
}

body.cms_body .premium_item_popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--game-primary), var(--game-accent));
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

body.cms_body .premium_item_title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .premium_item_price {
    font-size: 32px;
    font-weight: 900;
    color: var(--game-primary);
    margin-bottom: 24px;
}

body.cms_body .premium_item_price::before {
    content: '$';
    font-size: 20px;
    vertical-align: super;
    margin-right: 2px;
}

body.cms_body .premium_item_option {
    margin-bottom: 24px;
}

body.cms_body .premium_item_option_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

body.cms_body .premium_item_option_item .title {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .premium_item_option_item .title svg {
    color: #22c55e;
    font-size: 14px;
    flex-shrink: 0;
}

body.cms_body .premium_btn {
    width: 100%;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .page-info-container .page-info-banner {
    height: 224px;
    background: linear-gradient(to right, #1e3a8a, #0f172a);
    position: relative;
}

body.cms_body .page-info-container .page-info-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

body.cms_body .page-info-container .page-info-banner:hover .page-info-banner-overlay {
    background: rgba(0, 0, 0, 0.4);
}

body.cms_body .page-info-container .page-info-banner-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

body.cms_body .page-info-container .page-info-banner:hover .page-info-banner-hover {
    opacity: 1;
}

body.cms_body .page-info-container .page-info-container .page-info-banner-btn {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

body.cms_body .page-info-container .page-info-avatar-wrapper {
    position: absolute;
    bottom: -48px;
    left: 40px;
}

body.cms_body .page-info-container .page-info-avatar-container {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    background: #131b2e;
    padding: 6px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

body.cms_body .page-info-container .page-info-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

body.cms_body .page-info-container .page-info-avatar-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 24px;
}

body.cms_body .page-info-container .page-info-avatar-container:hover .page-info-avatar-overlay {
    opacity: 1;
}

body.cms_body .page-info-container .page-info-header {
    padding-top: 70px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}


body.cms_body .page-info-container .page-info-header-left {
    flex: 1;
}

body.cms_body .page-info-container .page-info-title {
    font-size: 30px;
    font-weight: 900;
    color: white;
    margin: 0;
}

body.cms_body .page-info-container .page-info-url {
    font-size: 14px;
    color: #6b7280;
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .page-info-container .page-info-header-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}


body.cms_body .page-info-container .page-info-view-btn {
    padding: 12px 24px;
    background: #0f172a;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: background-color 0.2s ease;
}


body.cms_body .page-info-container .page-info-view-btn:hover {
    background: #1e293b;
}

body.cms_body .page-info-container .page-info-edit-btn {
    flex: 1;
    padding: 12px 24px;
    background: var(--game-primary);
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease;
}


body.cms_body .page-info-container .page-info-edit-btn:hover {
    background: var(--game-accent);
}

body.cms_body .page-info-container .page-info-config-card {
    background: #131b2e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

body.cms_body .page-info-container .page-info-config-body {
    padding: 32px;
}

body.cms_body .page-info-container .page-info-config-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}


body.cms_body .page-info-container .page-info-social-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.cms_body .page-info-container .page-info-social-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

body.cms_body .page-info-container .page-info-social-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: var(--color-game-dark);
    border: 1px solid var(--border-white-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-400);
    transition: all 0.3s;
    padding: 4px;
    cursor: pointer;
}

body.cms_body .page-info-container .page-info-social-icon:hover {
    background-color: var(--color-game-primary);
    color: white;
    border-color: var(--color-game-primary);
    transform: translateY(-0.25rem);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

body.cms_body .page-info-container .page-info-social-icon img {
    width: 100%;
    height: 100%;
}

body.cms_body .page-info-container .page-info-social-row .page-info-input {
    flex: 1;
}

body.cms_body .page-info-container .page-info-footer {
    padding: 16px 32px 32px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-end;
}

body.cms_body .page-info-container .page-info-save-btn {
    padding: 12px 32px;
    background: var(--game-primary);
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .page-info-container .page-info-save-btn:hover {
    background: var(--game-accent);
    transform: translateY(-2px);
}

body.cms_body .shop_payment .payment-toggle-grid {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

body.cms_body .shop_payment .payment-toggle-item {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 1rem;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.cms_body .shop_payment .payment-toggle-info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

body.cms_body .shop_payment .payment-toggle-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

body.cms_body .shop_payment .payment-toggle-icon.primary {
    background: rgba(99, 102, 241, 0.15);
    color: var(--color-game-primary);
}

body.cms_body .shop_payment .payment-toggle-icon.blue {
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
}

body.cms_body .shop_payment .payment-toggle-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 4px 0;
}

body.cms_body .shop_payment .payment-toggle-text p {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

body.cms_body .shop_payment .payment-toggle-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body.cms_body .shop_payment .payment-edit-btn {
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

body.cms_body .shop_payment .payment-edit-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

body.cms_body .shop_payment .payment-ship-current {
    color: var(--text-muted);
}

body.cms_body .shop_payment .payment-ship-value {
    color: var(--white-color);
    font-weight: 700;
}

body.cms_body .shop_payment .payment-gate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

body.cms_body .shop_payment .payment-gate-item {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 1rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

body.cms_body .shop_payment .payment-gate-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-right: 50px;
}
body.cms_body .shop_payment .payment-gate-header .toggle-switch{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
body.cms_body .shop_payment .payment-gate-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body.cms_body .shop_payment .payment-gate-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body.cms_body .shop_payment .payment-gate-info h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--white-color);
    margin-top: 3px;
}

body.cms_body .shop_payment .payment-gate-info p {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    margin: 0;
}

body.cms_body .shop_payment .payment-gate-info p span {
}

body.cms_body .shop_payment .payment-gate-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 1rem;
    border-top: 1px solid var(--border-white-05);
}

body.cms_body .shop_payment .payment-gate-footer .btn-base {
    flex: 1;
}

body.cms_body .shop_payment .payment-gate-delete {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--border-white-05);
    color: var(--text-muted);
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

body.cms_body .shop_payment .payment-gate-delete:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}


body.cms_body .premium_screen .upgrade-package-badge {
    display: flex;
    gap: 4px;
    background-color: var(--color-game-dark);
    padding: 5px 10px;
    border-radius: 0.5rem;
    align-items: center;
}

body.cms_body .premium_screen .upgrade-package-badge .upgrade-package-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

body.cms_body .premium_screen .upgrade-package-badge .upgrade-package-value {
    font-size: 10px;
    font-weight: 700;
    color: #eab308;
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.2);
    padding: 0px 12px;
    border-radius: 7px;
    text-transform: uppercase;
}

body.cms_body .premium_screen .upgrade-package-badge .expire {
    font-size: 11px;
    color: var(--text-muted);
}

body.cms_body .premium_screen .upgrade-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 1.5rem;
}

body.cms_body .premium_screen .upgrade-stat-card {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 16px;
    padding: 20px;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--color-game-darker);
    border: 1px solid var(--border-white-05);
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-icon i,
body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-icon svg {
    font-size: 18px;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-icon.primary {
    background: rgba(99, 102, 241, 0.1);
    color: var(--color-game-primary);
    border-color: rgba(99, 102, 241, 0.2);
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-icon.blue {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border-color: rgba(59, 130, 246, 0.2);
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-help {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-help i {
    cursor: pointer;
    font-size: 12px;
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-value {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
}

body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-sub {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
}

body.cms_body .premium_screen .upgrade-progress {
    width: 100%;
    height: 10px;
    background: var(--color-game-card);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--border-white-05);
}

body.cms_body .premium_screen .upgrade-progress .upgrade-progress-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}

body.cms_body .premium_screen .upgrade-progress .upgrade-progress-fill.primary {
    background: linear-gradient(90deg, var(--color-game-primary), var(--color-game-accent));
    position: relative;
}

body.cms_body .premium_screen .upgrade-progress .upgrade-progress-fill.primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 2s linear infinite;
}

body.cms_body .premium_screen .upgrade-progress .upgrade-progress-fill.blue {
    background: #3b82f6;
}

body.cms_body .premium_screen .upgrade-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.5;
}

body.cms_body .premium_screen .upgrade-alert i,
body.cms_body .premium_screen .upgrade-alert svg {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

body.cms_body .premium_screen .upgrade-alert p {
    margin: 0;
    flex: 1;
}

body.cms_body .premium_screen .upgrade-alert strong {
    font-weight: 700;
}

body.cms_body .premium_screen .upgrade-alert.warning {
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

body.cms_body .premium_screen .upgrade-alert.info {
    background: rgba(107, 114, 128, 0.1);
    border: 1px solid rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

body.cms_body .premium_screen .upgrade-alert .upgrade-alert-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

body.cms_body .premium_screen .upgrade-financial {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 16px;
    padding: 2rem 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

body.cms_body .premium_screen .upgrade-financial::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -30%;
    width: 256px;
    height: 256px;
    background: rgba(139, 92, 246, 0.08);
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-content {
    display: flex;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-stats {
    display: flex;
    gap: 2rem;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-value {
    font-size: 24px;
    font-weight: 900;
    color: var(--white-color);
    margin: 0;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-secondary {
    display: flex;
    gap: 24px;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-item .label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    margin: 0;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-item .value {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0;
}

body.cms_body .premium_screen .upgrade-financial .upgrade-financial-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body.cms_body .premium_screen .premium_menu {
    margin-bottom: 24px;
}

body.cms_body .premium_screen .premium_menu .premium_menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

body.cms_body .premium_screen .premium_menu .premium_menu_item_discount {
    font-size: 10px;
    background: var(--color-game-primary);
    padding: 2px 8px;
    border-radius: 4px;
}

body.cms_body .premium_screen .premium_menu .premium_menu_item.is-active .premium_menu_item_discount {
    background: var(--white-color);
    color: var(--color-game-primary);
}

body.cms_body .premium_screen .premium_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

body.cms_body .premium_screen .premium_list .premium_item {
    background: var(--color-game-card);
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
    padding: 0 20px 90px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border: 2px solid var(--border-white-1);
}

body.cms_body .premium_screen .premium_list .premium_item.popular {
    border-color: var(--color-game-primary);
    box-shadow: 0 8px 40px 0 rgba(59, 130, 246, 0.18);
    background: rgba(0, 31, 92, 0.2);
}

body.cms_body .premium_screen .premium_list .premium_item.popular .premium_item_popular {
    display: block;
}

body.cms_body .premium_screen .premium_list .premium_item.popular .premium_btn {
    background: var(--color-game-primary);
    color: var(--white-color);
}

body.cms_body .premium_screen .premium_list .premium_item.popular .premium_btn:hover {
    background: linear-gradient(to right, var(--color-game-accent), var(--color-game-primary));
    box-shadow: 0 15px 25px -3px rgba(99, 102, 241, 0.5);
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_popular {
    display: none;
    position: absolute;
    left: 50%;
    background: var(--color-game-primary);
    color: var(--white-color);
    font-size: 14px;
    border-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.18);
    transform: translate(-50%, -50%);
    padding: 0 15px;
    line-height: 26px;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_title {
    font-size: 23px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--white-color);
    text-align: center;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_price {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-game-primary);
    text-align: center;
    line-height: 90px;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_option {
    margin-top: 10px;
    width: 100%;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_option .premium_item_option_item {
    margin-bottom: 10px;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_option .premium_item_option_item_title {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_option .premium_item_option_item_title .title {
    font-size: 14px;
    color: #cfd8e3;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_item_option .premium_item_option_item_title .title i {
    color: var(--color-game-primary);
}

body.cms_body .premium_screen .premium_list .premium_item .premium_btn {
    padding: 14px 0;
    border-radius: 10px;
    border: none;
    background: var(--color-game-card);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

body.cms_body .premium_screen .premium_list .premium_item .premium_btn.disabled {
    background: rgba(93, 93, 93, 0.21);
    color: rgba(157, 157, 157, 0.55);
    cursor: not-allowed;
}

body.cms_body .premium_screen .premium_list .premium_item .premium_btn:hover:not(.disabled) {
    background: rgba(99, 102, 241, 0.2);
    color: var(--color-game-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

body.cms_body .upgrade-voucher {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 1rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.cms_body .upgrade-voucher .upgrade-voucher-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.cms_body .upgrade-voucher .upgrade-voucher-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

body.cms_body .upgrade-voucher .upgrade-voucher-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #ec4899, #a855f7);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

body.cms_body .upgrade-voucher .upgrade-voucher-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 4px 0;
}

body.cms_body .upgrade-voucher .upgrade-voucher-text p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
}

body.cms_body .upgrade-voucher .upgrade-voucher-input {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex: 1;
}

body.cms_body .upgrade-voucher .upgrade-voucher-input .input-base {
    flex: 1;
    min-width: 150px;
    text-transform: uppercase;
    height: 40px;
}

body.cms_body .upgrade-voucher .upgrade-voucher-input .btn-primary {
    white-space: nowrap;
    height: 40px;
}

body.cms_body .upgrade-voucher .upgrade-voucher-review {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.cms_body .upgrade-voucher .coupon_error {
    display: none;
    padding: 0.75rem 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 0.75rem;
    font-size: 12px;
    color: #ef4444;
    font-weight: 600;
}

body.cms_body .upgrade-voucher .coupon_review {
    display: none;
}

body.cms_body .upgrade-voucher .coupon_review_item {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 0.75rem;
    padding: 1rem;
}

body.cms_body .upgrade-voucher .coupon_package {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

body.cms_body .upgrade-voucher .coupon_package span {
    color: var(--yellow-color);
}

body.cms_body .upgrade-voucher .coupon_benefit {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 1rem 0;
}

body.cms_body .upgrade-voucher .coupon_apply {
    min-width: auto;
    height: 32px;
    padding: 0 16px;
}


@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}



body.cms_body .donation-settings {
}

body.cms_body .donation-settings .donation-header-card {
    background: #131b2e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

body.cms_body .donation-settings .donation-panel {
    margin: 0;
}

body.cms_body .donation-settings .donation-panel .card-section {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.cms_body .donation-settings .donation-preview {
    gap: 1rem;
}

body.cms_body .donation-settings .spin_list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.cms_body .donation-settings .preview-screen {
    width: 100%;
    height: 20rem;
    background: #000;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: opacity 0.3s ease;
    position: relative;
}

body.cms_body .donation-settings .preview-screen .donate_content{
    zoom:0.7
}

body.cms_body .donation-settings .link-group {
    margin-bottom: 0;
}

body.cms_body .donation-settings .link-group+.link-group {
}

body.cms_body .donation-settings .donation-link-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    max-width: calc(100vw - 6rem);
}

body.cms_body .donation-settings .donation-link-row span {
    font-size: 13px;
    color: var(--white-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.cms_body .donation-settings .donation-link-row .icon-button {
    padding: 0.75rem;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

body.cms_body .donation-settings .donation-link-row .icon-button:hover {
    color: #fff;
}

body.cms_body .donation-settings .donation-link-row .icon-button svg {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

body.cms_body .donation-settings .btn-row {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 1rem;
}

body.cms_body .donation-settings .btn-primary:hover {
    background: var(--game-accent);
}

body.cms_body .donation-settings .btn-primary.alt {
    background: var(--game-accent);
    box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.2);
}

body.cms_body .donation-settings .btn-primary.alt:hover {
    background: var(--game-primary);
}

body.cms_body .donation-settings .donation-display {
    padding: 1.5rem;
}

body.cms_body .donation-settings .display-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body.cms_body .donation-settings .section-title{
    margin-bottom: 0;
}
body.cms_body .donation-settings .input-group,body.cms_body .donation-settings .toggle-row{
    margin:0;
}

body.cms_body .donation-settings .tab-panel {
    display: none;
}

body.cms_body .donation-settings .tab-panel.is-active {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.cms_body .donation-settings .donation-slider-wrap {
    background: var(--game-dark);
    border: 1px solid var(--border-soft-strong);
    padding: 1rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.cms_body .donation-settings .slider-group, .donation-slider {
    margin-top: 0;
}

body.cms_body .donation-settings .donation-layout {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.cms_body .donation-settings .donation-layout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}


body.cms_body .donation-settings .donation-layout-card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    zoom: 0.5;
}

body.cms_body .donation-settings .donation-layout-card:hover {
    border-color: var(--game-primary);
    background: #162032;
}

body.cms_body .donation-settings .donation-layout-card.is-active,
body.cms_body .donation-settings .donation-layout-card.active {
    border-color: var(--game-primary);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.25);
    background: rgba(99, 102, 241, 0.1);
}

body.cms_body .donation-settings .layout-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #4b5563;
}

body.cms_body .donation-settings .layout-text {
    text-align: center;
    font-size: 10px;
}

body.cms_body .donation-settings .layout-brand {
    color: var(--game-primary);
    font-weight: 700;
    display: block;
}

body.cms_body .donation-settings .layout-sub {
    color: #9ca3af;
    display: block;
}

body.cms_body .donation-settings .layout-check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--game-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .donation-settings .layout-check svg {
    width: 10px;
    height: 10px;
    font-size: 10px;
}

body.cms_body .donation-settings .donation-color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


body.cms_body .donation-settings .donation-color-picker {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: #cbd5f5;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

body.cms_body .donation-settings .donation-color-picker:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

body.cms_body .donation-settings .donation-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.cms_body .donation-settings .donation-color-code {
    font-size: 12px;
    font-weight: 700;
}

body.cms_body .donation-settings .donation-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}


body.cms_body .donation-settings .donation-media-grid .media_item, body.cms_body .donation-settings .donation-media-grid .media-item, body.cms_body .donation-settings .donation-media-grid .media-upload {
    aspect-ratio: 1;
    border-radius: 1rem;
    background: #0f172a;
    border: 2px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .donation-settings .donation-media-grid .media_item.active, body.cms_body .donation-settings .donation-media-grid .media-item.is-active {
    border-color: var(--game-primary);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
}

body.cms_body .donation-settings .donation-media-grid .media-upload {
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    text-align: center;
}

body.cms_body .donation-settings .donation-media-grid .media-upload:hover {
    border-color: rgba(99, 102, 241, 0.5);
}

body.cms_body .donation-settings .donation-media-grid .media-upload p, body.cms_body .donation-settings .donation-media-grid .media-upload span:last-child {
    font-size: 10px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

body.cms_body .donation-settings .donation-media-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.cms_body .donation-settings .media-check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--game-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.cms_body .donation-settings .media-check svg {
    width: 12px;
    height: 12px;
    font-size: 12px;
}

body.cms_body .donation-settings .donation-audio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


body.cms_body .donation-settings .donation-audio-grid .audio-item {
    height: 6rem;
    border-radius: 1rem;
    background: #0f172a;
    border: 2px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
}

body.cms_body .donation-settings .donation-audio-grid .audio-item .icon svg {
    margin-bottom: 5px;
    font-size: 20px;
}

body.cms_body .donation-settings .donation-audio-grid .audio-item.is-active, body.cms_body .donation-settings .donation-audio-grid .audio-item.active {
    border-color: var(--game-primary);
    background: rgba(99, 102, 241, 0.05);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2);
}

body.cms_body .donation-settings .donation-audio-grid .audio-item .audio-play {
    padding: 0.75rem;
    border-radius: 999px;
    background: #1e293b;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

body.cms_body .donation-settings .donation-audio-grid .audio-item.is-playing .audio-play {
    background: var(--game-primary);
    color: #fff;
}

body.cms_body .donation-settings .donation-audio-grid .audio-item span:last-child {
    font-size: 10px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .donation-settings .donation-audio-grid .audio-item.is-active span:last-child {
    color: var(--game-primary);
}

body.cms_body .donation-settings .toggle-row span, body.cms_body .donation-settings .toggle-row h4 {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .donation-settings .toggle-row h4 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #fff;
}

body.cms_body .donation-settings .btn-secondary:hover {
    background: #2e3b52;
}

body.cms_body .donation-settings .donation-list-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.cms_body .donation-settings .donation-list-card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.cms_body .donation-settings .donation-list-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

body.cms_body .donation-settings .donation-list-row .input-base {
    flex: 1;
}

body.cms_body .donation-settings .donation-percent {
    min-width: 60px;
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-align: right;
}

body.cms_body .donation-settings .donation-vote-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #4b5563;
    cursor: pointer;
}

body.cms_body .donation-settings .donation-tts-header {
}

body.cms_body .donation-settings .donation-other, body.cms_body .donation-settings .donation-tts {
    gap: 1rem;
}

body.cms_body .donation-settings .spin_menu_list {
    display: flex;
    gap: 0.25rem;
    background: #0f172a;
    padding: 0.25rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.cms_body .donation-settings .spin_menu_list .spin_menu_item {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 13px;
    font-weight: 700;
    background: transparent;
    color: #6b7280;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

body.cms_body .donation-settings .spin_menu_list .spin_menu_item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

body.cms_body .donation-settings .spin_menu_list .spin_menu_item.is-active, body.cms_body .donation-settings .spin_menu_list .spin_menu_item.active {
    background: linear-gradient(135deg, var(--game-primary) 0%, var(--game-accent) 100%);
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3), 0 0 0 1px rgba(99, 102, 241, 0.1);
}

body.cms_body .donation-settings .spin_menu_list .spin_menu_item.is-active::before, body.cms_body .donation-settings .spin_menu_list .spin_menu_item.active::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 0.5rem;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.5), rgba(168, 85, 247, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


body.cms_body .register_manage .register-form-selector {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

body.cms_body .register_manage .register-form-item {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 0.75rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .register_manage .register-form-item:hover {
    border-color: var(--border-white-1);
    background: var(--color-game-card);
}

body.cms_body .register_manage .register-form-item.active {
    border-color: var(--color-game-primary);
    background: rgba(99, 102, 241, 0.1);
}

body.cms_body .register_manage .register-form-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 4px;
}

body.cms_body .register_manage .register-form-id {
    font-size: 12px;
    color: var(--text-muted);
}

body.cms_body .register_manage .register-no-forms {
    padding: 2rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

body.cms_body .register_manage .register-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

body.cms_body .register_manage .register-stat-item {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.cms_body .register_manage .register-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

body.cms_body .register_manage .register-stat-item.primary .register-stat-icon {
    background: rgba(99, 102, 241, 0.15);
    color: var(--color-game-primary);
}

body.cms_body .register_manage .register-stat-item.info .register-stat-icon {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

body.cms_body .register_manage .register-stat-item.warning .register-stat-icon {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

body.cms_body .register_manage .register-stat-item.success .register-stat-icon {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

body.cms_body .register_manage .register-stat-content {
    flex: 1;
    min-width: 0;
}

body.cms_body .register_manage .register-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .register_manage .register-stat-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
}

body.cms_body .register_manage .register-stat-value.status_open {
    color: #22c55e;
}

body.cms_body .register_manage .register-stat-value.status_closed {
    color: #ef4444;
}

body.cms_body .register_manage .register-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

body.cms_body .register_manage .register-actions .btn-primary,
body.cms_body .register_manage .register-actions .btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: none;
    height: 40px;
}

body.cms_body .register_manage .register-actions .btn-primary::before,
body.cms_body .register_manage .register-actions .btn-danger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

body.cms_body .register_manage .register-actions .btn-primary:active::before,
body.cms_body .register_manage .register-actions .btn-danger:active::before {
    width: 300px;
    height: 300px;
}

body.cms_body .register_manage .register-actions .btn-primary {
    background: linear-gradient(135deg, var(--color-game-primary), rgba(99, 102, 241, 0.85));
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

body.cms_body .register_manage .register-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.95), var(--color-game-primary));
}

body.cms_body .register_manage .register-actions .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

body.cms_body .register_manage .register-actions .btn-danger {
    background: linear-gradient(135deg, #ef4444, rgba(239, 68, 68, 0.85));
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

body.cms_body .register_manage .register-actions .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.95), #ef4444);
}

body.cms_body .register_manage .register-actions .btn-danger:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

body.cms_body .register_manage .register-actions .btn-primary i,
body.cms_body .register_manage .register-actions .btn-danger i {
    font-size: 16px;
    position: relative;
    z-index: 1;
}

body.cms_body .register_manage .register-actions .btn-primary text,
body.cms_body .register_manage .register-actions .btn-danger text {
    position: relative;
    z-index: 1;
}

body.cms_body .register_manage .register-history-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.cms_body .register_manage .register-history-item {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

body.cms_body .register_manage .register-history-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

body.cms_body .register_manage .register-history-number {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
}

body.cms_body .register_manage .register-history-time {
    font-size: 12px;
    color: var(--text-muted);
}

body.cms_body .register_manage .register-history-amount {
    font-size: 12px;
    color: var(--color-game-primary);
    font-weight: 600;
}

body.cms_body .register_manage .register-history-actions {
    display: flex;
    gap: 0.5rem;
}


body.cms_body .booking-stack .booking-toggle {
    background: var(--color-game-dark);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 0.3s;
    margin-bottom: 1.3rem;
}

body.cms_body .booking-stack .booking-toggle:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .booking-stack .booking-toggle h4 {
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 4px 0;
}

body.cms_body .booking-stack .booking-toggle p {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
}

body.cms_body .booking-stack .inline-box {
    width: 100%;
    background: var(--color-game-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    cursor: pointer;
}

body.cms_body .booking-stack .inline-box:hover {
    border-color: rgba(99, 102, 241, 0.5);
}

body.cms_body .booking-stack .inline-box span {
    font-size: 14px;
    color: white;
    font-weight: 700;
}

body.cms_body .booking-stack .inline-box .table-action {
    padding: 8px;
    background: var(--game-card);
    border-radius: 8px;
    color: #9ca3af;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .booking-stack .inline-box .table-action:hover {
    color: white;
    background: var(--game-primary);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

body.cms_body .booking-stack .inline-box .table-action svg {
    font-size: 16px;
}

body.cms_body .booking-stack .input-base.mono {
}

body.cms_body .booking-stack .input-base.bold {
    font-weight: 700;
}

body.cms_body .image-grid.gallery_main, .gallery_main.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
    min-height: 150px;
}

body.cms_body .image-upload {
    background: var(--game-darker);
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    min-height: 100px;
    aspect-ratio: 1/1;
}

body.cms_body .image-upload:hover {
    border-color: var(--game-primary);
    color: var(--game-primary);
    background: rgba(99, 102, 241, 0.05);
}

body.cms_body .image-upload svg {
    font-size: 24px;
}

body.cms_body .image-card.gallery_item, .gallery_item.image-card {
    position: relative;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.cms_body .image-card.gallery_item img, .gallery_item.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.cms_body .image-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

body.cms_body .image-remove:hover {
    background: #ef4444;
    border-color: #ef4444;
    transform: scale(1.1);
}

body.cms_body .image-remove svg {
    font-size: 14px;
}

body.cms_body .booking-stack .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}

body.cms_body .booking-stack .image-upload {
    aspect-ratio: 1;
    background: var(--game-darker);
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
}

body.cms_body .booking-stack .image-upload:hover {
    border-color: var(--game-primary);
    color: var(--game-primary);
    background: rgba(99, 102, 241, 0.05);
}

body.cms_body .booking-stack .image-upload svg {
    font-size: 24px;
}

body.cms_body .booking-stack .image-card {
    position: relative;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.cms_body .booking-stack .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.cms_body .booking-stack .image-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

body.cms_body .booking-stack .image-remove:hover {
    background: #ef4444;
    border-color: #ef4444;
    transform: scale(1.1);
}

body.cms_body .booking-stack .image-remove svg {
    font-size: 14px;
}

body.cms_body .image-tag {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 4px 10px;
    background: rgba(99, 102, 241, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .image-tag.warning {
    background: rgba(234, 179, 8, 0.9);
}

body.cms_body .booking-stack .divider {
}

body.cms_body .booking-stack .section-title {
}

body.cms_body .booking-stack .section-title::before {
    content: "";
    width: 4px;
    height: 16px;
    background: var(--game-primary);
    border-radius: 2px;
}

body.cms_body .shop_plugin_list .base-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

body.cms_body .shop_plugin_list .base-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: #162032;
}

body.cms_body .shop_plugin_list .plugin-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

body.cms_body .shop_plugin_list .icon-wrapper svg {
    font-size: 24px;
}

body.cms_body .shop_plugin_list .plugin-left>div:last-child {
    flex: 1;
}

body.cms_body .shop_plugin_list .plugin-left>div:last-child h4 {
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

body.cms_body .shop_plugin_list .plugin-left>div:last-child p {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

body.cms_body .shop_plugin_list .plugin-right {
    display: flex;
    align-items: center;
    gap: 24px;
}


body.cms_body .referral-overview-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.cms_body .referral-overview-container .referral-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}


body.cms_body .referral-overview-container .referral-link-row {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

body.cms_body .referral-overview-container .referral-link-input {
    flex: 1;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 0 1rem;
    font-size: 14px;
    color: var(--game-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.cms_body .referral-overview-container .referral-link-input span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.cms_body .referral-overview-container .referral-copy-btn {
    background: var(--game-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    height: 45px;
}

body.cms_body .referral-overview-container .referral-copy-btn:hover {
    background: var(--game-accent);
    transform: translateY(-0.125rem);
}

body.cms_body .referral-overview-container .referral-copy-btn:active {
    transform: translateY(0);
}

body.cms_body .referral-overview-container .referral-copy-btn svg {
    width: 18px;
    height: 18px;
}

body.cms_body .referral-overview-container .referral-copy-btn span.desktop-only {
    display: none;
}


body.cms_body .referral-overview-container .referral-info-grid {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}


body.cms_body .referral-overview-container .referral-info-card {
    background: #0f172a;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: border-color 0.2s ease;
}

body.cms_body .referral-overview-container .referral-info-card.conditions:hover {
    border-color: rgba(34, 197, 94, 0.2);
}

body.cms_body .referral-overview-container .referral-info-card.levels:hover {
    border-color: rgba(234, 179, 8, 0.2);
}

body.cms_body .referral-overview-container .referral-info-card h4 {
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .referral-overview-container .referral-info-card h4 svg {
    width: 16px;
    height: 16px;
}

body.cms_body .referral-overview-container .referral-info-card h4 svg.green {
    color: #22c55e;
}

body.cms_body .referral-overview-container .referral-info-card h4 svg.yellow {
    color: #eab308;
}

body.cms_body .referral-overview-container .referral-conditions-list {
    font-size: 12px;
    color: #9ca3af;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
}

body.cms_body .referral-overview-container .referral-conditions-list li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: #131b2e;
    border-radius: 0.75rem;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

body.cms_body .referral-overview-container .referral-conditions-list li:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .referral-overview-container .referral-conditions-list li svg {
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 14px;
    color: var(--game-primary);
}

body.cms_body .referral-overview-container .referral-conditions-list li::before {
    display: none;
}

body.cms_body .referral-overview-container .referral-levels-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.cms_body .referral-overview-container .referral-level-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    padding: 0.5rem;
    border-radius: 0.75rem;
    background: #131b2e;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.cms_body .referral-overview-container .referral-level-item span:last-child {
    font-weight: 700;
    color: white;
}

body.cms_body .referral_module .referral_statics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}


body.cms_body .referral_module .referral_statics .item {
    background: #131b2e;
    border: 1px solid var(--border-soft);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.2s ease;
}

body.cms_body .referral_module .referral_statics .item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .referral_module .referral_statics .item .title {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #6b7280;
    letter-spacing: 0.2em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body .referral_module .referral_statics .item .title svg {
    font-size: 14px;
}

body.cms_body .referral_module .referral_statics .item .value {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

body.cms_body .referral_module .referral_link {
    margin-bottom: 2rem;
}

body.cms_body .referral_module .referral_link h5 {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .referral_module .referral_link .link_item {
    display: flex;
    gap: 0.75rem;
}

body.cms_body .referral_module .referral_link .link_item input {
    flex: 1;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    font-size: 14px;
    color: var(--game-primary);
    font-weight: 700;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.cms_body .referral_module .referral_link .link_item .copy_btn {
    background: var(--game-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

body.cms_body .referral_module .referral_link .link_item .copy_btn:hover {
    background: var(--game-accent);
    transform: translateY(-0.125rem);
}

body.cms_body .referral_module .referral_link .link_item .copy_btn:active {
    transform: translateY(0);
}

body.cms_body .referral_module .referral_link .link_item .copy_btn svg {
    font-size: 18px;
}

body.cms_body .referral_module .referral_guide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}


body.cms_body .referral_module .referral_guide .guide_section {
    background: #0f172a;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: border-color 0.2s ease;
}

body.cms_body .referral_module .referral_guide .guide_section:first-child:hover {
    border-color: rgba(34, 197, 94, 0.2);
}

body.cms_body .referral_module .referral_guide .guide_section.commission_rates:hover {
    border-color: rgba(234, 179, 8, 0.2);
}

body.cms_body .referral_module .referral_guide .guide_section h5 {
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .referral_module .referral_guide .guide_section h5 svg {
    font-size: 16px;
    color: var(--game-primary);
}

body.cms_body .referral_module .referral_guide .guide_section.commission_rates h5 svg {
    color: #eab308;
}

body.cms_body .referral_module .referral_guide .guide_section ul {
    font-size: 12px;
    color: #9ca3af;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 0.5rem;
    list-style: none;
    margin: 0;
}

body.cms_body .referral_module .referral_guide .guide_section ul li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    background: #131b2e;
    border-radius: 0.75rem;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

body.cms_body .referral_module .referral_guide .guide_section ul li:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .referral_module .referral_guide .guide_section ul li svg {
    margin-top: 2px;
    flex-shrink: 0;
}

body.cms_body .referral_module .referral_guide .guide_section.commission_rates ul li {
    justify-content: space-between;
    font-weight: 500;
}

body.cms_body .referral_module .referral_guide .guide_section.commission_rates ul li span:last-child {
    font-weight: 700;
    color: white;
}

body.cms_body .user_upgrade .user-upgrade-title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

body.cms_body .user_upgrade .user-upgrade-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(234, 179, 8, 0.1);
    color: #eab308;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid rgba(234, 179, 8, 0.2);
}

body.cms_body .user_upgrade .user-upgrade-expire {
    text-align: right;
}

body.cms_body .user_upgrade .user-upgrade-expire-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

body.cms_body .user_upgrade .user-upgrade-expire-value {
    color: var(--white-color);
    font-weight: 700;
    font-family: monospace;
}

body.cms_body .user_upgrade .user-upgrade-features {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

body.cms_body .user_upgrade .user-upgrade-feature-card {
    background: var(--color-game-dark);
    border-radius: 1rem;
    border: 1px solid var(--border-white-05);
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

body.cms_body .user_upgrade .user-upgrade-feature-card:hover .user-upgrade-feature-bg {
    opacity: 1;
}

body.cms_body .user_upgrade .user-upgrade-feature-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.cms_body .user_upgrade .user-upgrade-feature-bg.blue-purple {
    background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.05), rgba(168, 85, 247, 0.05));
}

body.cms_body .user_upgrade .user-upgrade-feature-bg.purple-pink {
    background: linear-gradient(to bottom right, rgba(168, 85, 247, 0.05), rgba(236, 72, 153, 0.05));
}

body.cms_body .user_upgrade .user-upgrade-feature-bg.green-teal {
    background: linear-gradient(to bottom right, rgba(34, 197, 94, 0.05), rgba(20, 184, 166, 0.05));
}

body.cms_body .user_upgrade .user-upgrade-feature-edit {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem;
    background: var(--color-game-card);
    border-radius: 0.75rem;
    color: var(--text-muted);
    border: 1px solid var(--border-white-05);
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .user_upgrade .user-upgrade-feature-edit:hover {
    color: var(--white-color);
    border-color: var(--border-white-1);
}

body.cms_body .user_upgrade .user-upgrade-feature-check {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    background: #22c55e;
    border-radius: 999px;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
    font-size: 12px;
    display: flex;
}

body.cms_body .user_upgrade .user-upgrade-feature-content {
    position: relative;
    z-index: 0;
    text-align: center;
}

body.cms_body .user_upgrade .user-upgrade-feature-content .user_profile_div {
    height: 100px;
}

body.cms_body .user_upgrade .user-upgrade-name-effect {
    font-size: 20px;
    font-weight: 900;
}

body.cms_body .user_upgrade .user-upgrade-donate-preview {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .user_upgrade .user-upgrade-feature-title {
    position: absolute;
    bottom: 1rem;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    z-index: 2;
}

body.cms_body .user_upgrade .user-upgrade-billing {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

body.cms_body .user_upgrade .user-upgrade-billing-toggle {
    display: inline-flex;
}

body.cms_body .user_upgrade .user-upgrade-billing-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body.cms_body .user_upgrade .user-upgrade-discount {
    font-size: 10px;
    background: #ef4444;
    color: var(--white-color);
    padding: 2px 8px;
    border-radius: 0.5rem;
    font-weight: 700;
}

body.cms_body .user_upgrade .user-upgrade-plans {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

body.cms_body .user_upgrade .upgrade-plan-card {
    background: var(--color-game-dark);
    border: 1px solid var(--border-white-05);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease;
}

body.cms_body .user_upgrade .upgrade-plan-card.plan-vip {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}

body.cms_body .user_upgrade .upgrade-plan-card.plan-super {
    background: linear-gradient(to bottom, var(--color-game-card), var(--color-game-dark));
    border: 2px solid var(--color-game-accent);
    box-shadow: 0 0 50px -20px rgba(139, 92, 246, 0.3);
}

body.cms_body .user_upgrade .upgrade-plan-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-game-card);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: var(--color-game-primary);
    padding: 0.25rem 1rem;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

body.cms_body .user_upgrade .upgrade-plan-badge.badge-popular {
    background: linear-gradient(to right, var(--color-game-primary), var(--color-game-accent));
    border: none;
    color: var(--white-color);
}

body.cms_body .user_upgrade .upgrade-plan-crown {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem;
    color: var(--color-game-accent);
}

body.cms_body .user_upgrade .upgrade-plan-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 1rem 0 0.5rem;
    color: var(--text-muted);
}

body.cms_body .user_upgrade .plan-vip .upgrade-plan-name {
    color: var(--color-game-primary);
}

body.cms_body .user_upgrade .plan-super .upgrade-plan-name {
    color: var(--color-game-accent);
}

body.cms_body .user_upgrade .upgrade-plan-price {
    font-size: 32px;
    font-weight: 900;
    color: var(--white-color);
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
}

body.cms_body .user_upgrade .upgrade-plan-period {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
}

body.cms_body .user_upgrade .upgrade-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

body.cms_body .user_upgrade .upgrade-plan-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
}

body.cms_body .user_upgrade .plan-vip .upgrade-plan-feature,
body.cms_body .user_upgrade .plan-super .upgrade-plan-feature:first-child {
    color: var(--white-color);
    font-weight: 600;
}

body.cms_body .user_upgrade .upgrade-feature-icon {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    flex-shrink: 0;
    color: var(--text-muted);
}

body.cms_body .user_upgrade .upgrade-feature-icon.icon-primary {
    color: var(--color-game-primary);
}

body.cms_body .user_upgrade .upgrade-feature-icon-circle {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    margin-top: 2px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--white-color);
}

body.cms_body .user_upgrade .upgrade-feature-icon-circle.icon-accent {
    background: var(--color-game-accent);
}

body.cms_body .user_upgrade .upgrade-feature-icon-circle.icon-gray {
    background: #374151;
}

body.cms_body .user_upgrade .upgrade-plan-btn {
    width: 100%;
    padding: 0.875rem;
    border-radius: 0.75rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .user_upgrade .btn-downgrade {
    background: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    color: var(--text-muted);
}

body.cms_body .user_upgrade .btn-downgrade:hover {
    background: var(--color-game-darker);
    color: var(--white-color);
}

body.cms_body .user_upgrade .btn-current {
    background: rgba(99, 102, 241, 0.1);
    color: var(--color-game-primary);
    border: 1px solid rgba(99, 102, 241, 0.2);
    cursor: not-allowed;
}

body.cms_body .user_upgrade .btn-upgrade {
    background: linear-gradient(to right, var(--color-game-primary), var(--color-game-accent));
    color: var(--white-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

body.cms_body .user_upgrade .btn-upgrade:hover {
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.5);
    transform: translateY(-2px);
}


body.cms_body .donation-top-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.cms_body .donation-top-container .top-grid-layout {
    display: flex;
    gap: 1.5rem;
}


body.cms_body .donation-top-container .top-settings-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

body.cms_body .donation-top-container .top-settings-card {
    background: #131b2e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

body.cms_body .donation-top-container .top-settings-inner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.cms_body .donation-top-container .top-setting-section {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2rem;
}

body.cms_body .donation-top-container .top-setting-section:first-child {
    border-top: none;
    padding-top: 0;
}

body.cms_body .donation-top-container .top-section-title {
    font-size: 12px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body.cms_body .donation-top-container .top-section-icon {
    padding: 0.375rem;
    border-radius: 0.5rem;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .donation-top-container .top-section-icon svg {
    font-size: 14px;
}

body.cms_body .donation-top-container .top-section-content {
    padding-left: 0.25rem;
    display: flex;
    flex-direction: column;
}

body.cms_body .donation-top-container .top-link-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.cms_body .donation-top-container .top-link-row {
    display: flex;
    gap: 0.5rem;
    max-width: 80vw;
}

body.cms_body .donation-top-container .top-link-display {
    flex: 1;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 12px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

body.cms_body .donation-top-container .top-link-copy-btn {
    padding: 0.75rem;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.cms_body .donation-top-container .top-link-copy-btn:hover {
    color: white;
    background: #2e3b52;
}

body.cms_body .donation-top-container .top-link-copy-btn:active {
    transform: scale(0.95);
}

body.cms_body .donation-top-container .top-link-copy-btn svg {
    font-size: 16px;
}

body.cms_body .donation-top-container .top-flex-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}


body.cms_body .donation-top-container .top-preview-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.cms_body .donation-top-container .top-preview-sticky {
    position: sticky;
    top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 450px;
}

body.cms_body .donation-top-container .top-preview-card {
    overflow: hidden;
    background: #020617;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
}

body.cms_body .donation-top-container .top-preview-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0f172a;
}

body.cms_body .donation-top-container .top-preview-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.cms_body .donation-top-container .top-preview-title svg {
    font-size: 16px;
    color: var(--game-primary, #6366f1);
}

body.cms_body .donation-top-container .top-preview-refresh {
    padding: 0.375rem;
    color: #9ca3af;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .donation-top-container .top-preview-refresh:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

body.cms_body .donation-top-container .top-preview-refresh svg {
    font-size: 12px;
}

body.cms_body .donation-top-container .top-preview-body {
    padding: 1.5rem;
    background: #020617;
}

body.cms_body .donate_top_list .top_wall_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.cms_body .donate_top_list .top_wall_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    transition: all 0.2s ease;
}

body.cms_body .donate_top_list .top_wall_item:hover {
    background: #253148;
    border-color: rgba(255, 255, 255, 0.1);
}

body.cms_body .donate_top_list .top_wall_item .top_number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    color: #9ca3af;
    flex-shrink: 0;
}

body.cms_body .donate_top_list .top_wall_item .top_number svg {
    font-size: 18px;
    color: #eab308;
}

body.cms_body .donate_top_list .top_wall_item:nth-child(1) .top_number svg {
    color: #eab308;
    filter: drop-shadow(0 0 8px rgba(234, 179, 8, 0.5));
}

body.cms_body .donate_top_list .top_wall_item:nth-child(2) .top_number svg {
    color: #d1d5db;
}

body.cms_body .donate_top_list .top_wall_item:nth-child(3) .top_number svg {
    color: #f97316;
}

body.cms_body .donate_top_list .top_wall_item .top_avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

body.cms_body .donate_top_list .top_wall_item .top_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.cms_body .donate_top_list .top_wall_item .top_content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.cms_body .donate_top_list .top_wall_item .top_name {
    font-size: 14px;
    font-weight: 600;
    color: #d1d5db;
}

body.cms_body .donate_top_list .top_wall_item:nth-child(1) .top_name {
    color: #eab308;
    font-weight: 700;
}

body.cms_body .donate_top_list .top_wall_item:nth-child(2) .top_name {
    color: #d1d5db;
    font-weight: 700;
}

body.cms_body .donate_top_list .top_wall_item:nth-child(3) .top_name {
    color: #f97316;
    font-weight: 700;
}

body.cms_body .donate_top_list .top_wall_item .top_donate {
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.025em;
}

body.cms_body .donate_top_list .loading_div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

body.cms_body .donate_top_list .loading_div img {
    width: 40px;
    height: 40px;
}

body.cms_body .donate_history table.main_table tbody tr td p {
    margin: 0;
    line-height: 1.5;
}

body.cms_body .donate_history table.main_table tbody tr td p:first-child {
    color: #fff;
    font-weight: 500;
}

body.cms_body .donate_history table.main_table tbody tr td p .emoji {
    height: 20px;
    object-fit: cover;
    vertical-align: middle;
    margin: 2px;
}

body.cms_body .follow_module .follow_child_module {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 1rem;
}

body.cms_body .follow_module .following-grid .base-card {
    display: flex;
    gap: 10px;
    align-items: center;
}

body.cms_body .follow_module .following-grid .base-card .following-shop-info {
    flex: 1;
    min-width: 0;
}

body.cms_body .follow_module .following-grid .base-card .following-shop-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}

body.cms_body .follow_module .following-grid .base-card .following-shop-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

body.cms_body .follow_module .following-grid .base-card .following-shop-status svg {
    font-size: 12px;
    color: var(--green-color);
}

body.cms_body .follow_module .following-grid .base-card .following-shop-chevron {
    flex-shrink: 0;
    font-size: 16px;
    color: var(--text-muted);
    transition: color 0.2s ease, transform 0.2s ease;
}

body.cms_body .follow_module .following-grid .base-card:hover .following-shop-chevron {
    color: #fff;
    transform: translateX(4px);
}

body.cms_body .donate_history table.main_table tbody tr td .icon_list .btn-base svg {
    font-size: 11px;
}

body.cms_body .donate_history .history-footer {
    padding: 20px 32px;
    border-top: 1px solid var(--border-soft);
    display: flex;
    justify-content: center;
}

body.cms_body .donate_history .history-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--game-dark);
    border: 1px solid var(--border-soft-strong);
    border-radius: 12px;
    color: var(--text-bright);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cms_body .donate_history .history-load-more:hover {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.3);
    color: #fff;
}

body.cms_body .donate_history .history-load-more svg {
    font-size: 12px;
}

body.cms_body .input_flex {
    display: flex;
    width: 100%;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    transition: border-color 0.2s ease;
    gap: 3px;
    overflow: hidden;
}

body.cms_body .input_flex p {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--color-game-card);
    padding: 0 1rem 0 1.5rem;
}

body.cms_body .input_flex input {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    padding: 0 1rem !important;
}

body.cms_body .input_flex input:focus {
    outline: none !important;
    border: 0 !important;
}

body.cms_body #content .shop_statics {
}
body.cms_body #content .shop_statics .date_picker {
    border-radius: 8px;
    margin-bottom: 30px;
}

/* Shop Create */
body.cms_body #content .shop_create .multiple_module,
body.cms_body .card-section.shop_create .multiple_module {
    display: flex;
    gap: 2rem;
}

body.cms_body #content .shop_create .multiple_module_item,
body.cms_body .card-section.shop_create .multiple_module_item {
    flex: 1;
}

body.cms_body #content .shop_create .shop_type,
body.cms_body .card-section.shop_create .shop_type {
    display: grid;
    gap: 1rem;
}

body.cms_body #content .shop_create .shop_type .shop_type_item,
body.cms_body .card-section.shop_create .shop_type .shop_type_item {
    display: flex;
    background: var(--game-dark);
    border: 1px solid var(--border-soft-strong);
    border-radius: 16px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease;
    overflow: hidden;
}

body.cms_body #content .shop_create .shop_type .shop_type_item:hover,
body.cms_body .card-section.shop_create .shop_type .shop_type_item:hover {
    border-color: rgba(99, 102, 241, 0.3);
    background: rgba(99, 102, 241, 0.05);
}

body.cms_body #content .shop_create .shop_type .shop_type_item.enabled,
body.cms_body .card-section.shop_create .shop_type .shop_type_item.enabled {
    opacity: 1;
}

body.cms_body #content .shop_create .shop_type .shop_type_item.active,
body.cms_body .card-section.shop_create .shop_type .shop_type_item.active {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.3);
}

body.cms_body #content .shop_create .shop_type .shop_type_item img,
body.cms_body .card-section.shop_create .shop_type .shop_type_item img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    padding: 1rem;
    flex-shrink: 0;
}

body.cms_body #content .shop_create .shop_type .shop_type_item .info,
body.cms_body .card-section.shop_create .shop_type .shop_type_item .info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

body.cms_body #content .shop_create .shop_type .shop_type_item .info p.name,
body.cms_body .card-section.shop_create .shop_type .shop_type_item .info p.name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    display: flex;
    gap: 6px;
    align-items: baseline;
    color: #fff;
}

body.cms_body #content .shop_create .shop_type .shop_type_item .info p.name span,
body.cms_body .card-section.shop_create .shop_type .shop_type_item .info p.name span {
    font-size: 12px;
    color: var(--yellow-color);
    font-weight: 500;
}

body.cms_body #content .shop_create .shop_type .shop_type_item .info p.description,
body.cms_body .card-section.shop_create .shop_type .shop_type_item .info p.description {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.4;
}

body.cms_body #content .shop_statics .date_picker > div {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.cms_body #content .shop_statics .date_picker > div > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.cms_body #content .shop_statics .date_picker label {
    min-width: 70px;
}

body.cms_body #content .shop_statics .date_picker input[type="date"] {
    background-color: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    height: 40px;
    line-height: 40px;
}

body.cms_body #content .shop_statics .date_picker button {
    padding: 8px 16px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

body.cms_body #content .shop_statics .date_picker button#apply_date_filter {
    background: var(--color-game-primary);
    display: flex;
    align-items: center;
    gap: 5px;
}

body.cms_body #content .shop_statics .date_picker button#reset_date_filter {
    background: #6c757d;
}

body.cms_body #content .shop_statics .list {display: grid;gap: 20px;grid-template-columns: repeat(1, 1fr);}

body.cms_body #content .shop_statics .list .item {
    border-radius: 5px;
    padding: 20px;
    background-color: var(--color-game-card);
    width: 100%;
}

body.cms_body #content .shop_statics .list .item h5 {
    margin-bottom: 20px;
    line-height: 30px;
}

body.cms_body #content .shop_statics .list .item span{
    font-weight: 500;
    color: var(--white-color);
    font-size: 30px;
}

body.cms_body #content .shop_statics .list .item canvas {
    background-color: var(--color-game-dark);
    height: 500px !important;
    padding: 1rem;
    border-radius: 1rem;
    width: 100% !important;
    border: 1px solid var(--border-white-1);
}

body.cms_body #content .address_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

body.cms_body #content .address_list .item {
    margin: 0;
    min-height: 80px;
}

body.cms_body #content .shop_product_add.shop_product {
    padding-bottom: 70px;
}

body.cms_body #content .shop_product_add.shop_product .product_type_select {
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

body.cms_body #content .shop_product_add.shop_product .product_type_select .item {
    padding: 10px;
    line-height: 20px;
    border-radius: 5px;
    background-color: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    font-size: 13px;
}

body.cms_body #content .shop_product_add.shop_product .product_type_select .item img {
    height: 80px;
}

body.cms_body #content .shop_product_add.shop_product .product_type_select .item .title {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 8px;
}

body.cms_body #content .shop_product_add.shop_product .product_type_select .item:hover,
body.cms_body #content .shop_product_add.shop_product .product_type_select .item.active {
    cursor: pointer;
    background-color: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.5);
}

body.cms_body #content .shop_product_add.shop_product .button_fixed {}

body.cms_body #content .shop_product_add.shop_product .button_fixed .div_module {
    justify-content: space-between;
}

body.cms_body #content .shop_product_add.shop_product .button_fixed .div_module .switch_slider {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

body.cms_body #content .shop_product_add.shop_product .button_fixed .div_module .button_edit {
    display: flex;
    gap: 10px;
}

body.cms_body #content .shop_product_add.shop_product .button_fixed .div_module .button_edit .loading {
    height: 40px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages {
    margin-top: 20px;
    background-color: var();
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item {
    background-color: var(--color-game-dark);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    cursor: move;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_drag {
    color: var(--color-gray-400);
    cursor: grab;
    font-size: 16px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_drag:active {
    cursor: grabbing;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_number {
    background-color: var(--color-game-card);
    color: var(--color-gray-400);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    flex-shrink: 0;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_preview {
    flex: 1;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_preview .rental_preview_text {
    color: var(--color-gray-400);
    font-weight: 400;
    font-size: 14px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_remove {
    cursor: pointer;
    background-color: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    border-radius: 150px;
    height: 30px;
    width: 30px;
    color: var(--white-color);
    font-size: 12px;
    flex-shrink: 0;
    transition: background-color 0.2s;
    position: relative;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_header .rental_package_remove:hover {
    background-color: var(--red-color);
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field .label {
    color: var(--color-gray-400);
    font-size: 13px;
    font-weight: 500;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field input,
body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field select {
    background-color: var(--color-game-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--white-color);
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field input:focus,
body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.2);
}

body.cms_body #content .shop_product_add.shop_product .input_screen .rental_packages .rental_package_item .rental_package_body .rental_package_field select {
    cursor: pointer;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items {
    margin-top: 20px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items .item {
    height: auto;
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
    background-color: var(--color-game-card);
    padding: 25px 20px;
    border-radius: 5px;
    position: relative;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items .item .item_child {
    flex: 1;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items .item .item_other {
    cursor: pointer;
    background-color: var(--color-game-card);
    border: 1px solid var(--border-white-05);
    border-radius: 150px;
    height: 30px;
    width: 30px;
    color: var(--white-color);
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items .item img {
    height: 100%;
    border-radius: 5px;
}

body.cms_body #content .shop_product_add.shop_product .input_screen .product_items .item svg {
    font-size: 20px;
}
body.cms_body #content .shop_payment .payment_setting_list {
    margin-bottom: 20px;
    display: grid;
    gap: 20px;
}

body.cms_body #content .shop_payment .payment_setting_list .item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 7px;
    line-height: 26px;
    background-color: var(--color-game-card);
}

body.cms_body #content .shop_payment .payment_setting_list .item .edit {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

body.cms_body #content .shop_payment .payment_setting_list .item .title {
    display: flex !important;
    line-height: 34px;
    gap: 10px;
    font-size: 15px;
    width: 300px;
}

body.cms_body #content .shop_payment .payment_setting_list .item .title .switch_slider {}

body.cms_body #content .shop_payment .payment_setting_list .item .note {
    flex: 1;
}
body.cms_body .flex_module {
    display: flex;
    gap: 1.3rem;
    flex-direction: column;
}

/* Shop Promotion Module Styles */
body.cms_body .shop_promotion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.cms_body .shop_promotion_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background-color: var(--color-game-card);
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    transition: all 0.3s ease;
}

body.cms_body .shop_promotion_item:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

body.cms_body .shop_promotion_item .avatar_div {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border-soft);
}

body.cms_body .shop_promotion_item .avatar_div img.avatar_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.cms_body .shop_promotion_item .avatar_div .mouse_over_div_content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}

body.cms_body .shop_promotion_item .avatar_div:hover .mouse_over_div_content {
    opacity: 1;
}

body.cms_body .shop_promotion_item .avatar_div .mouse_over_div_content i {
    font-size: 20px;
    color: #fff;
}

body.cms_body .shop_promotion_item input[target="title"],
body.cms_body .shop_promotion_item input[target="link"] {
    flex: 1;
    min-width: 0;
    background-color: var(--color-game-dark);
    border: 1px solid var(--border-soft-strong);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.cms_body .shop_promotion_item input[target="title"]:focus,
body.cms_body .shop_promotion_item input[target="link"]:focus {
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.2);
}

body.cms_body .shop_promotion_item input[target="title"]::placeholder,
body.cms_body .shop_promotion_item input[target="link"]::placeholder {
    color: #6b7280;
}

@media(max-width: 799px) {
    #nav_menu{
        display: none;
    }
    body.cms_body .right_content{
        padding: 0 1rem;
    }
    body.cms_body .referral-overview-container .referral-info-card{
        padding:0;
        background-color: transparent;
        border: 0;
    }
    body.cms_body .referral-overview-container .referral-conditions-list li,body.cms_body .referral-overview-container .referral-level-item{
        background-color: var(--color-game-dark);
        padding: 1rem;
    }
    body.cms_body.cms_body #content .content_module .setting_list .setting_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list {
        flex: 1;
        width: 100%;
    }

    body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item {
        width: 100%;
    }

    body.cms_body.cms_body #content .content_module .setting_list .setting_item .right.multiple_list .multiple_list_item input.text {
        width: 100%;
    }

    body.cms_body.cms_body #content .content_module .setting_list .setting_item .right {
        max-width: 100%;
        width: 100%;
    }

    body.cms_body.cms_body #content .content_module .setting_list .setting_item .right input, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right select, body.cms_body.cms_body #content .content_module .setting_list .setting_item .right textarea {
        width: 100%;
        min-width: auto;
    }

    body.cms_body.cms_body #content .content_module {
        padding: 24px 16px;
    }

    body.cms_body.cms_body #content .content_module .shop_donate_setting .donate_style_list {
        flex-direction: column;
    }

    body.cms_body .shop_payment .payment-toggle-grid {
        grid-template-columns: 1fr;
    }
    
    body.cms_body .shop_payment .payment-gate-grid {
        grid-template-columns: 1fr;
    }

    body.cms_body .premium_screen .upgrade-package-badge {
        align-items: flex-start;
        margin-top: 12px;
    }

    body.cms_body .premium_screen .premium_list .premium_item {
        min-height: auto;
        padding-bottom: 80px;
    }

    body.cms_body .register_manage .register-stats-grid {
    }

    body.cms_body .register_manage .register-actions {
        grid-template-columns: 1fr;
    }

    body.cms_body .register_manage .register-history-item {
        flex-direction: column;
        align-items: flex-start;
    }

    body.cms_body .register_manage .register-history-actions {
        width: 100%;
    }

    body.cms_body .register_manage .register-history-actions .btn-secondary {
        flex: 1;
    }

    body.cms_body .user_upgrade .user-upgrade-expire {
        text-align: left;
        margin-top: 0.5rem;
    }

    body.cms_body .user_upgrade .upgrade-plan-card.plan-super {
        transform: none;
    }

    body.cms_body .dashboard-card .dashboard-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    body.cms_body .form-grid, body.cms_body .flex-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    body.cms_body .premium_list {
        grid-template-columns: 1fr;
    }

    body.cms_body .page-info-container .page-info-config-grid {
        grid-template-columns: 1fr;
    }

    body.cms_body .page-info-container .page-info-header {
        flex-direction: column;
        padding: 1.5rem;
        align-items: center;
        padding-top: 4.5rem;
    }

    body.cms_body .page-info-container .page-info-header-actions {
        width: 100%;
    }

    body.cms_body .page-info-container .page-info-view-btn, body.cms_body .page-info-container .page-info-edit-btn {
        flex: 1;
    }

    body.cms_body .page-info-container .page-info-avatar-wrapper {
        left: 50%;
        transform: translate(-50%,0);
    }

    /* Dashboard Card Components - Responsive */
    body.cms_body .dashboard-card {
        border-radius: 16px;
    }

    body.cms_body .dashboard-card .dashboard-card-header {
        gap: 16px;
        padding: 1rem;
    }

    body.cms_body .dashboard-card-header .dashboard-card-title {
        font-size: 16px;
    }

    body.cms_body .dashboard-card-header .dashboard-card-desc {
        font-size: 12px;
    }

    body.cms_body .dashboard-card .dashboard-card-body {
        padding: 1rem;
    }

    /* Data Tables - Responsive */
    body.cms_body .data-table {
        font-size: 12px;
    }

    body.cms_body .data-table th, 
    body.cms_body .data-table td {
    }

    body.cms_body .table-scroll {
        -webkit-overflow-scrolling: touch;
    }

    /* Search Forms - Responsive */
    body.cms_body .search_complex,
    body.cms_body .content_filter {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    body.cms_body .search_complex .input-base,
    body.cms_body .content_filter .input-base {
        width: 100%;
    }

    body.cms_body .search_complex .btn-primary,
    body.cms_body .content_filter .btn-primary {
        width: 100%;
    }

    /* Statistics Dashboard - Responsive */
    body.cms_body .shop_statics .list .item {
        padding: 16px;
    }

    body.cms_body .shop_statics .list .item canvas {
        height: 300px !important;
    }

    body.cms_body .shop_statics .list .item h5 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    body.cms_body .shop_statics .list .item span {
        font-size: 24px;
    }

    /* Pill Group - Responsive */
    body.cms_body .pill-group {
        flex-wrap: wrap;
        width: 100%;
    }

    /* Shop Create - Responsive */
    body.cms_body #content .shop_create .multiple_module,
    body.cms_body .card-section.shop_create .multiple_module {
        flex-direction: column;
        gap: 1.5rem;
    }

    /* Pagination - Responsive */
    body.cms_body .page_redirect {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    /* Icon List - Responsive */
    body.cms_body .icon_list {
        justify-content: center;
        flex-wrap: wrap;
    }

    body.cms_body .page-info-container .page-info-title{
        text-align: center;
        font-size: 24px;
    }

    body.cms_body .page-info-container .page-info-config-body{
        padding: 1.5rem;
    }

    body.cms_body .premium_screen .upgrade-financial .upgrade-financial-content,
    body.cms_body .premium_screen .upgrade-financial .upgrade-financial-stats,
    body.cms_body .premium_screen .upgrade-stat-card .upgrade-stat-header,
    body.cms_body .shop_plugin_list .base-card,
    body.cms_body .donation-top-container .top-grid-layout{
        flex-direction: column;
        align-items: baseline;
        gap: 1.5rem;
    }
    body.cms_body .shop_plugin_list .plugin-right{
        justify-content: space-between;
        width: 100%;
    }
    body.cms_body .donation-settings .donation-panel .card-section,
    body.cms_body .donation-top-container .top-settings-inner{
        padding:1.3rem;
    }
    body.cms_body .donation-top-container .top-preview-col,
    body.cms_body .donation-top-container .top-settings-col,
    body.cms_body .donation-top-container .top-preview-sticky{
        width: 100%;
    }
    body.cms_body .donation-top-container .top-settings-card{
        margin: 0;
    }

    /* Shop Promotion - Responsive */
    body.cms_body .shop_promotion_item {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1rem;
    }

    body.cms_body .shop_promotion_item .avatar_div {
        width: 100%;
        height: 200px;
        align-self: center;
        max-width: 200px;
    }

    body.cms_body .shop_promotion_item input[target="title"],
    body.cms_body .shop_promotion_item input[target="link"] {
        width: 100%;
    }

    body.cms_body .shop_promotion_item .button_style {
        width: 100%;
    }
    body.cms_body #content .shop_statics .list .item canvas{
        height: 300px !important;
    }
}