@charset "UTF-8";

/* CSS Document */
.profile_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

#profile_model {
    width: 22%;
    background-color: var(--color-nav);
    padding: 2rem;
    border-radius: 10px;
}

.all_all {
    width: 78%;
}

.profile_content_box {
    width: 100%;
    height: auto;
    padding: 0 16px;
}


/* person_allnav */

.form_border {
    width: 100%;
    height: 40px;
    border: 1px solid var(--color-w100);
    border-radius: 4px;
    margin: 4px 0;
    color: var(--color-w100);
    background-color: var(--color-nav);
    padding: 0 8px;
}

input[type="date"]::-webkit-datetime-edit {
    font-family: 'Noto Sans TC', sans-serif;
}


/* nav */

.person_money>p {
    color: var(--color-w65);
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-align: center;
    font-size: 1.3rem;
}

.prompt-box {
    padding: 15px;
    border: 1px solid #ffffff20;
    border-radius: 10px;
}

.money_title {
    border-left: 5px solid var(--color-btn);
    color: var(--color-w100);
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 16px;
}

.save_btn {
    width: 100%;
    margin: 32px 0;
    display: flex;
    justify-content: space-evenly;
}

.profile_nav_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.profile_nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-w100);
    gap: 8px;
}

.profile-sub-title {
    color: var(--color-w100);
    font-size: 1.8rem;
    margin-bottom: 32px;
}

form section,
.profile_content_box section {
    margin-bottom: 24px;
}

/* save */
.text_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 50%;
    height: auto;
    gap: 16px;
}

.input-money {
    flex-direction: column;
}

.pay {
    border: 2px solid var(--color-w25);
    border-radius: 4px;
    padding: 16px;
    width: calc(100% / 4);
    color: var(--color-w25);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pay>i {
    color: var(--color-w25);
}

.pay:hover,
a.howmoney:hover,
.pay:hover>i {
    border-color: var(--color-w100);
    color: var(--color-w100);
}

/* 渠道 false */
.pay.false,
.pay.false>i,
a.howmoney.false {
    border-color: var(--color-w10);
    color: var(--color-w10);
    cursor: not-allowed;
}

/* 渠道 false # */

/* 渠道 light */
.pay.light,
.pay.light>i,
a.howmoney.light {
    border-color: var(--color-w100);
    color: var(--color-w100);
}

.pay.light,
a.howmoney.light {
    background-color: var(--color-w10);
}

/* 渠道 light # */

.save-flex {
    display: flex;
    gap: 16px;
}

a.howmoney {
    border: 2px solid var(--color-w65);
    border-radius: 4px;
    color: var(--color-w25);
    font-size: 1rem;
    display: block;
    padding: 8px 20px;
}


.text_money {
    min-width: 280px;
    min-height: 42px;
    border: 2px solid var(--color-w65);
    border-radius: 4px;
    color: var(--color-w100);
    background-color: var(--color-nav);
    padding: 8px 20px;
}

.note {
    color: var(--color-w65);
    line-height: 1.6rem;
    font-size: 0.9rem;
}

.note>ol>li {
    list-style: unset;
}

input.text_money:focus,
input.form_border:focus {
    caret-color: #ffd4c7;
    outline: none;
    border-color: #ffd4c7;
}

.text_money>::placeholder,
input.form_border>::placeholder {
    color: #acacac;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #acacac;
}

.savemoney_btn {
    border: transparent;
    border-radius: 3px;
    background-color: #dec6c4;
    color: #fff;
    width: 100px;
    height: 40px;
    cursor: pointer;
    padding: 0px;
    margin-left: 10px;
}

.savemoney_btn:hover {
    background-color: #a75953;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.gobank_btn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin: 2.5% auto 65% auto;
    border: transparent;
    border-radius: 3px;
    background-color: #dec6c4;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
}

.gobank_btn:hover {
    background-color: #a75953;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.gobank_btn>a {
    padding: 2% 3%;
    color: #fff;
}

/* VIP 外層容器 */

/* VIP 卡片框架 */
.vip-lv-card {
    position: relative;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 525 / 300;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

/* 滑動背景區域 */
.vipbg-slider {
    position: absolute;
    inset: 0;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    z-index: 0;
}

.vipbg-slider::-webkit-scrollbar {
    display: none;
}

/* 每張背景圖 */
.vipbg-item {
    flex: 0 0 100%;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
}

/* VIP 標題（保持在圖片上方） */
.vip-lv-card h3 {
    font-size: 50px;
    margin: 0;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #ffffffb8;
    text-shadow: 2px 2px 5px rgb(50 50 50 / 15%), -2px -2px 5px rgb(255 243 237);
    position: relative;
    z-index: 2;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
    user-select: none;
}


/* 進度條容器 */
.progress-container {
    width: 90%;
    height: 15px;
    background-color: #212121ba;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 5%;
    border: 1px solid #816249a8;
    z-index: 2;
}

/* 進度條本體 */
.progress-bar {
    height: 100%;
    background: linear-gradient(to top, #674123, #ffd0a3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* 進度條文字 */
.progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    left: 0;
}


/* pic */

input[type="file"] {
    display: block;
}

/*資料遮罩*/
.step-section {
    position: relative;
    /* 給 ::after 定位用 */
}

.step-section.section-locked {
    pointer-events: none;
    /* 鎖住區塊內所有互動 */
    filter: grayscale(20%);
    /*（可選）鎖住時略灰 */
}

.step-section.section-locked::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000ad;
    z-index: 2;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    border: 1px solid #3d0000;
}

.step-section .unlock-hint {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    /* 提示不擋點擊（反正整塊被鎖了） */
    display: none;
    /* 需要時才手動顯示 */
}

.step-section.section-locked .unlock-hint {
    display: block;
}

/* card */
.creditcard {
    width: 100%;
    max-width: 240px;
    height: 140px;
    color: #fff;
    background-image: url(../img/creditcard.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardOK {
    background-image: url(../img/creditcardOK.png);
}

.card-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uptext {
    display: block;
    color: var(--color-w100);
}

/* upload-css 
input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
}*/

/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

li.c {
    width: 50%;
}

.talign {
    display: flex;
    margin-left: 3px;
}

/* code 
.code-content{
    display: flex;
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.code-content>section>div:last-child{
    display: flex;
    justify-content: center;
}
.code-content>section>div:last-child>button{
    margin-left: 0;
    width: 99%;
}*/

/* news */

.newsline {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

.newsline>a {
    color: var(--color-w65);
    padding: 8px;
}

.newsline>a:hover {
    background-color: var(--color-nav);
    color: var(--color-w100);
    border-radius: 30px;
}

.newsline>a:first-child {
    width: 80%;
}

.newul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.modal-title {
    font-size: 1rem;
}


/* maintain */
.fix {
    width: 60%;
    line-height: 25px;
    margin: 0px auto;
    background-color: var(--color-b44);
    color: var(--color-w100);
    border-radius: 30px;
}

.fixbox {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 8px;
}

.zeroModaltext_money {
    width: 100%;
    min-height: 42px;
    border: 2px solid #777;
    border-radius: 4px;
    color: var(--color-w100);
    background-color: var(--color-nav);
    padding: 8px 20px;
    margin-bottom: 16px;
}

.exChange {
    position: absolute;
    right: 275px;
    top: 135px;
    border-radius: 100%;
    background-color: var(--color-btn);
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: rotate(90deg);
}


/* maintain_light */
.ckbx-circle-3 {
    margin-right: 15px;
    margin-bottom: 4px;
}

.ckbx-circle-3 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-circle-3 em {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1rem;
}

.ckbx-circle-3 em:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    transition: background 0.1s 0.1s ease;
    background: #fcfff4;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.ckbx-circle-3 em:after {
    content: '';
    position: absolute;
    width: .8em;
    height: .8em;
    border-radius: 100%;
    left: 0.6em;
    top: .1em;
    transition: all 0.2s ease;
    background: var(--color-btn);
    border: 0.1em solid #fcfff4;
    z-index: 2;
}

.ckbx-circle-4 em:after {
    background: #70C1B3;
}

.light {
    display: flex;
    justify-content: center;
}

.t-btn-box {
    width: 100%;
    display: flex;
    margin: 2.5% 0;
}

.t-btn-box>div {
    margin: 0 1%;
}

.gametip-box {
    margin: 8px auto;
}

.t-btn {
    width: 100%;
    cursor: pointer;
    height: 2.5rem;
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    margin: 8px 0;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 18%);
}

.btn-w-50 {
    display: flex;
    gap: 8px;
}

.recycle {
    background-color: var(--color-r19);
    border: 1px solid var(--color-r67);
}

.turn {
    background-color: var(--color-w18);
    border: 1px solid #ffffff4a !important;
}

.turn-box {
    width: 50%;
    margin: 0 auto;
}

/* .gift-active>a.gift:hover {
    background-color: rgb(253, 246, 246);
    transition: 0.6s;
}

.gift-active>a.gift:active {
    background-color: #eee;
    transition: 0.2s;
} */

/* #btmnav {
    display: none;
} */

/* transaction */
ul.list_all {
    width: 100%;
    background-color: #ffffff14;
}

li.list-flex {
    display: flex;
}

li.list-flex>div {
    width: calc(100%/4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: var(--color-w100);
}

tr.list-flex>td {
    width: calc(100%/7);
    text-align: center;
    padding: 10px 0;
    color: var(--color-w100);
}

.table>.pc-table>tbody>tr>th:first-child {
    border-top-left-radius: 10px;
}

.table>.pc-table>tbody>tr>th:last-child {
    border-top-right-radius: 10px;
}

.table>.pc-table>tbody>tr>th {
    width: calc(100%/8);
}

.list-flex:nth-child(even) {
    background-color: #48484865;
}

.total-tr {
    background-color: var(--color-nav);
}

.total-tr>td:first-child {
    border-bottom-left-radius: 10px;
}

.total-tr>td:last-child {
    border-bottom-right-radius: 10px;
}

/* 114.12.4 新增編號彈窗 */
a.js-order-detail {
    color: var(--color-w100);
    background-color: var(--color-b44);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    cursor: pointer;
}

#orderDetailModal .order-detail-table table {
  width: 100%;
  border-collapse: collapse;
  border:0;
}

#orderDetailModal .order-detail-table th,
#orderDetailModal .order-detail-table td {
  padding: 10px 8px;
  background: transparent;
  border: none;
}

#orderDetailModal .order-detail-table th {
  text-align: left;
}

#orderDetailModal .order-detail-table td {
  text-align: right;
  word-break: break-all;
}

#orderDetailModal .order-detail-table tr {
  border-bottom: 1px solid var(--color-w10);
}

#orderDetailModal .order-detail-table tr:last-child {
  border-bottom: none;
}

#orderDetailModal .order-detail-table i {
  width: 18px;
  text-align: center;
  opacity: 0.85;
  color: var(--color-r67);
}

/* detaillist */
.sm-time,
.sm-select,
.sm-navtitle,
.selectlist

/* cooperation */
    {
    display: none;
}


#Sport,
#Chess {
    display: flex;
    flex-wrap: wrap;
}

/* apply優惠申請 */
.apply-flex {
    display: flex;
    justify-content: space-evenly;
}

ul.promotion_apply {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

ul.promotion_apply>li {
    width: calc(100% / 3 - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--color-w100);
    border: 2px solid var(--color-w65);
    padding: 1rem;
    border-radius: 8px;
    justify-content: space-between;
    position: relative;
}

ul.promotion_apply>li>a {
    width: 100%;
}

.apply-title {
    font-size: 1rem;
    font-weight: 500;
}

.gift_t_label {
    color: var(--color-w65);
    background-color: var(--color-bg);
    font-weight: 500;
    width: 4rem;
    height: 3.9rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: -8px;
}

/*VIP*/
.vip-scroll-tip {
    display: none;
}

.vip-container {
    overflow: auto;
}

.vip-table {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
    min-width: 1100px;
}

.vip-table thead th {
    text-align: center;
}

.vip-table tr {
    border: 0;
}

.vip-table tr:last-of-type {
    border-bottom: 0px;
}

.vip-table td {
    border-top: 0px;
    border-left: 0px;
    padding: 10px 15px;
}

.vip-title {
    width: 215px;
}

.vip-title,
.vip-item {
    text-align: left;
}

.vip-note {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}

/* .label-color-a {
    background-color: #6cd1aa;
}

.label-color-b {
    background-color: #f5b86d;
}

.label-color-c {
    background-color: #f1acac;
} */

.apply-title>hr {
    border: 1px dashed #eee;
}

.form-section {
    border: 1px solid #ffffff20;
    border-radius: 10px;
    padding: 1.5rem;
}

.person-verify {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.card-number-input>input {
    max-width: 100px;
}

.photo_check {
    margin-bottom: 8px;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* 113. 9.16 edit point page */
table {
    font-family: 'Oswald', sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--color-w65);
    color: var(--color-w100);
    border-radius: 10px;
}

th {
    background-color: #5a5151;
    width: 140px;
    height: 40px;
    text-align: center;
    border-top: 1px dotted var(--color-w65);
    border-left: 1px dotted var(--color-w65);
    color: var(--color-w100);
}

tr:nth-of-type(1) th {
    border-top: none;
}

tr:first-child th:first-child {
    border-top: none;
    border-left: none;
}

tr:last-of-type {
    border-bottom: 2px solid var(--color-w65);
}

td {
    background-color: #2e2e33;
    width: 140px;
    height: 40px;
    text-align: center;
    border-top: 1px dotted var(--color-w65);
    border-left: 1px dotted var(--color-w65);
    color: var(--color-w100);
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
}

tr:last-child>td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child>td:last-child {
    border-bottom-right-radius: 10px;
}

/* add bankselect */

.js-select-search::placeholder {
    font-size: 0.8rem !important;
    line-height: 40px !important;
}

/* 114.9.24 個人中心改版 */
/* 主要功能區塊 */
.main-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.main-btn {
    background: linear-gradient(135deg, var(--color-w25) 0%, var(--color-w10) 100%);
    border: 1px solid var(--color-w25);
    border-radius: 16px;
    padding: 24px 12px;
    color: var(--color-w100);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, var(--color-btn) 0%, #d91e00 100%);
    opacity: 0; */
    transition: all 0.3s ease;
    border-radius: 16px;
    z-index: -1;
}

.main-btn:hover:before,
.main-btn:focus:before {
    opacity: 1;
}

.main-btn:hover,
.main-btn:focus {
    transform: translateY(-3px);
    box-shadow: 1px 1px 1px 0px #ffffff;
    color: var(--color-w100);
}

.main-btn i {
    font-size: 22px;
    color: var(--color-w65);
    transition: color 0.3s ease;
}

.main-btn:hover i,
.main-btn:focus i {
    color: var(--color-w100);
}

/* 功能分組區塊 */
.morenavbox {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-section {
    background: var(--color-nav);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--color-w10);
}

.nav-section-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-w65);
}

.nav-section-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.nav-section .sm-morenav {
    background: transparent;
    border: none;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.nav-section .sm-morenav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-w10);
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: -1;
}

/* .nav-section .sm-morenav:hover::before {
    opacity: 1;
}

.nav-section .sm-morenav:hover {
    transform: translateY(-1px);
} */

.nav-section .sm-navitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 6px;
    color: var(--color-w65);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    min-height: 65px;
    justify-content: center;
    transition: color 0.3s ease;
}

.nav-section .sm-navitem:hover,
.nav-section .sm-navitem:focus {
    color: var(--color-w100);
}

.nav-section .sm-navitem i {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-w100);
    margin-bottom: 2px;
    transition: all 0.3s ease;
    background: var(--color-w25);
}

.nav-section .sm-navitem:hover i,
.nav-section .sm-navitem:focus i {
    background: var(--color-w65);
    transform: scale(1.05);
}

/* 申請狀態區塊 */
.status-section {
    background: var(--color-nav);
    border-radius: 16px;
    padding: 16px;
    border: 1px solid var(--color-w10);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.2);
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

.status-title-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.status-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-w65);
}

.status-subtitle {
    font-size: 11px;
    color: var(--color-w25);
    font-weight: 400;
}

.view-more-btn {
    background: var(--color-w10);
    border: 1px solid var(--color-w25);
    border-radius: 8px;
    padding: 6px 12px;
    color: var(--color-w65);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}

.view-more-btn:hover {
    background: var(--color-w25);
    color: var(--color-w100);
    border-color: var(--color-w65);
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--color-w25) transparent;
}

.table-container::-webkit-scrollbar {
    height: 6px;
}

.table-container::-webkit-scrollbar-track {
    background: var(--color-w10);
    border-radius: 3px;
}

.table-container::-webkit-scrollbar-thumb {
    background: var(--color-w25);
    border-radius: 3px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: var(--color-w65);
}

.status-table {
    width: 100%;
    min-width: 400px;
    border-collapse: collapse;
    border: 0;
}

.status-table tr {
    border-bottom: none;
}

.status-table th {
    background: var(--color-w10);
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-w65);
    border-bottom: 1px solid var(--color-w25);
    white-space: nowrap;
    border-left: none;
}

.status-table th:first-child {
    border-radius: 6px 0 0 0;
}

.status-table th:last-child {
    border-radius: 0 6px 0 0;
}

.status-table td {
    background: var(--color-nav);
    padding: 12px 12px;
    font-size: 12px;
    border-bottom: 1px solid var(--color-w10);
    vertical-align: middle;
    color: var(--color-w65);
    white-space: nowrap;
    border-left: none;
    border-top: none;
}

.status-table tbody tr:last-child td {
    border-bottom: none;
}

.status-table td.status-success {
    color: #22c55e;
    font-weight: 500;
}

.status-table td.status-pending {
    color: #f59e0b;
    font-weight: 500;
}

.status-table td.status-failed {
    color: var(--color-btn);
    font-weight: 500;
}

.point-all{
    display: flex;
    align-items: center;
    gap: 12px;
}

.point-all span{
    color: var(--color-w100);
}

.point-section {
    background-color: var(--color-nav);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 8px 24px var(--color-b44);
    border: 1px solid var(--color-w10);
}

.point-section h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-w100);
    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.point-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 18px;
    background: var(--color-btn);
    border-radius: 2px;
    box-shadow: 0 0 10px var(--color-r67);
}

.gift {
    width: calc((100% - 32px) / 5);
    background-color: var(--color-w10); 
    border-radius: 12px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--color-w18);
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    color: var(--color-w100);
}

.gift_t {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
    overflow: hidden;
}


.gift .name {
    color: var(--color-w100);
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.gift .amount {
    color: var(--color-w65);
    font-weight: 500;
    font-size: 0.85rem;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.dot-online {
    background-color: #00ffcc;
    box-shadow: 0 0 8px rgba(0, 255, 204, 0.6);
}

.gift.maintenance {
    background-color: var(--color-r19);
    border-color: var(--color-r67);
    opacity: 0.8;
}


@media screen and (max-width: 767px) {
    .profile-sub-title {
        display: none;
    }

    .fix {
        width: 100%;
    }


    #btmnav,
    .selectlist

    /* cooperation */
        {
        display: block;
    }

    /* .profile_wrapper {
        width: 100vw;
        height: 100%;
        margin: 0;
        overflow: scroll;
        padding-bottom: 50px;
    } */

    #profile_model,
    #content_nav

    /* cooperation */
        {
        display: none;
    }


    .all_all {
        width: 100%;
    }

    .profile_content_box {
        margin: 0;
    }

    .save-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .save-flex>* {
        flex: 0 0 calc(50% - 4px);
        box-sizing: border-box;
    }

    li.c {
        width: 100%;
    }

    .creditcard {
        background-size: contain;
        background-position: center;
    }

    .talign {
        margin-left: 0;
    }

    .text_money {
        width: 75%;
    }

    .savemoney_btn {
        margin-left: 0;
    }


    .sm-select,
    .sm-time {
        display: block;
        width: 100%;
    }

    .light {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sm-loginbox {
        width: 65%;
        margin: 0 auto;
    }

    .photo_box {
        width: 20%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .photo {
        margin: 0;
    }

    .name {
        width: 65%;
    }

    .center-morenavbox {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .center-morenavbox>.red-btn {
        width: 80%;
        margin: 0 auto 24px auto;
        /* add */
        background: linear-gradient(135deg, var(--color-w25) 0%, var(--color-w10) 100%);
        border: 1px solid var(--color-w25);
        border-radius: 16px;
        padding: 24px 12px;
        color: var(--color-w100);
        font-size: 15px;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
    }

    .center-morenavbox>.red-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--color-btn) 0%, #d91e00 100%);
        opacity: 0;
        transition: all 0.3s ease;
        border-radius: 16px;
        z-index: -1;
    }

    .center-morenavbox>.red-btn:hover:before {
        opacity: 1;
    }

    .center-morenavbox>.red-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 35, 10, 0.3);
        border-color: var(--color-btn);
        color: var(--color-w100);
    }

    ul.morenavbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    li.sm-morenav>a {
        font-size: 0.9rem;
    }

    li.sm-morenav>a>i {
        margin-bottom: 5px;
    }

    /* news */
    .newul {
        line-height: 30px;
        flex-direction: column;
    }

    .newsline>a {
        font-size: 0.9rem;
    }

    /* vip */

    .gift_t {
        font-size: 0.85rem;
    }

    /* morevip */

    /* calc */

    .t-btn-box>div {}

    /* profile_apply */
    ul.promotion_apply {
        padding-bottom: 3rem;
    }

    ul.promotion_apply>li {
        width: 85%;
        margin: 3.5% auto;
    }

    /*VIP*/
    .vip-scroll-tip {
        display: inline;
    }

    .vip-lv-card {
        max-width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .sm-select,
    .sm-time {
        display: block;
        width: 100%;
    }



    .selectlist

    /* cooperation */
        {
        display: block;
    }

    #profile_model,
    #content_nav,
    #btmnav {
        display: none;
    }

    /* .profile_wrapper {
        width: 95vw;
        height: 100%;
        margin: 0 auto;
        overflow: scroll;
        padding-bottom: 50px;
    } */

    .all_all {
        width: 100%;
    }

    .top,
    .bottom {
        padding: 20px;
    }

    .photo_box {
        width: 30%;
    }

    .profile_nav_item {
        width: 100%;
    }

    .center-morenavbox {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    ul.morenavbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 450px;
        margin: 0 auto;
    }

    li.sm-morenav>a {
        font-size: 0.9rem;
    }

    li.sm-morenav>a>i {
        margin-bottom: 5px;
    }

    .t-btn-box>div {
        width: calc(100%/4);
    }
}

/* phone ~ pad */
@media screen and (max-width:1366px) {
    .text_box {
        max-width: 100%;
    }

    .sm-navtitle {
        display: block;
        color: var(--color-w100);
        text-align: center;
        margin-bottom: 32px;
    }

    .fixbox {
        max-width: 100%;
    }

    .gift {
        width: calc((100% - 16px) / 3);
    }

}