@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-size: 13px;
    color: #000;
    max-width: 991px;
    margin: 0 auto;
    background: #f0f6ff;
}

a {
    text-decoration: none;
    cursor: pointer;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
    color: #7682a5;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
    color: #000;
    width: 100%;
    font-size: 13px;
}

input:focus {
    outline: none !important;
    border: none;
}

@font-face {
    font-family: "archivo";
    src: url("../fonts/Archivo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
    font-family: "gbk";
    src: url("../fonts/gbk.TTF") format("truetype");
}


/* login page */
body.login-bg {
    background: url(../images/login/sidebar.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.login-wrap {
    padding: 0px 20px 10px;
    position: relative;
}

.login-logo {
    max-width: 200px;
    margin: auto;
    padding: 20% 0px 20px;
}

.login-tab {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2px;
}

.login-tab a {
    display: block;
    background: #7682a5;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #fff;
    width: 50%;
}

.login-tab a.active {
    background: #ffa466;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
}

.login-content {
    background: #ebf0ff;
    box-shadow: #7682a5 2px 2px 8px -4px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

.login-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.login-icon {
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 20px;
    color: #7682a5;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
}

.login-form-box input::placeholder {
    color: #7682a5;
}

.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px;
    color: #7682a5;
}

.login-row {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}

.login-forget {
    color: #7682a5;
}

/* .checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
} */

.login-btn-wrap {
    text-align: center;
}

.login-btn {
    background: #ffa466;
    border-radius: 20px;
    box-shadow: #7682a5 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 0px auto 5px;
    width: 100%;
    text-align: center;
}

.login-btn-btm {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
}

.login-btn-btm a {
    color: #7682a5;
}

.login-media {
    text-align: center;
    color: #7682a5;
    padding-top: 20px;
}

.login-media-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px 15px;
}

.login-media-wrap button {
    padding: 10px 15px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    font-size: 20px;
    color: #7682a5;
}

.login-contact {
    color: #7682a5;
    font-size: 14px;
}

/* end login page */

/* register page */
.phone-form-box .iti__flag-container {
    display: flex;
    position: initial;
}

.phone-form-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
}

.phone-form-box input {
    padding: 15px;
    padding-left: 6px;
    border: none;
    background: transparent;
    border-radius: 30px;
}

.phone-form-box input:focus {
    outline: none !important;
    border: none;
}

.phone-form-box input::placeholder {
    color: #7682a5;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px;
    color: #7682a5;
    border: none;
    background: transparent;
}

/* .phone-form-box .iti__arrow {
    border-top: 4px solid #7682a5;
} */

.phone-form-box .iti {
    display: flex;
}

.phone-form-box .iti--separate-dial-code input[type=text],
.phone-form-box .iti--allow-dropdown input,
.phone-form-box .iti--allow-dropdown input[type=text],
.phone-form-box .iti--allow-dropdown input[type=tel],
.phone-form-box .iti--separate-dial-code input,
.phone-form-box .iti--separate-dial-code input[type=tel] {
    padding-left: 10px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover {
    background: transparent;
    border-radius: 30px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
    border-radius: 30px;

}

.login-bg.iti-mobile .iti--container {
    top: 28%;
    bottom: 0px;
    left: 30px;
    right: 30px;
    position: absolute;
}


.login-form-box input:focus,
.phone-form-box input:focus {
    outline: none !important;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #7682a5;
}

.reg-robot {
    border-radius: 30px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    display: flex;
    padding: 15px;
    align-items: center;
}

.reg-robot span {
    display: block;
    color: #7682a5;
    padding-left: 10px;
}

.reg-agree {
    display: flex;
    align-items: center;
    color: #7682a5;
    gap: 5px;
    padding-top: 10px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

.custom-checkbox input:checked+.checkmark::after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #7682a5;
    border-color: transparent;
    color: #fff;
}

.reg-list ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 340px;
    margin: 0px auto 20px;
    list-style: none;
    padding: 0px;
}

.reg-list ul li a.active {
    background: #ffa466;
}

.reg-list ul li a {
    background: #7682a5;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
}

.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #6d767d;
    position: absolute;
    top: 15px;
    max-width: 340px;
}

.reg-list ul li {
    z-index: 1;
}

.phone-verify {
    max-width: 300px;
    margin: auto;
    background: #a7b3d6;
}

input.num-verify {
    height: 45px;
    width: 45px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

.code-field {
    text-align: center;
}

.field-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7682a5;
}

.code-issue {
    padding: 10px 0;
    text-align: center;
    color: #7682a5;
}

.reg-btn-wrap{
    display: flex;
    gap: 10px;
}

.congrazt-title {
    font-size: 24px;
    font-weight: 600;
    color: #7682a5;
}

.congrazt-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #7682a5;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ffc299;
    padding: 10px 0;
}

/* end register page */


/* forget password page */
.fp-title {
    font-weight: bold;
    text-align: center;
    color: #7682a5;
    font-size: 16px;
    padding-bottom: 10px;
}

.fp-verify {
    position: absolute;
    right: 14px;
    top: 8px;
    max-width: 16vw;
}

/* end forget password page */

/* top header */
.top-header {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    background: #f0f6ff;
}

.top-menu img {
    max-width: 30px;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 100px;
}

.lang-btn {
    text-align: end;
}

.lang-btn img {
    max-width: 25px;
}

.lang-btn .dropdown-toggle::after {
    border: none;
}

.lang-btn {
    width: auto;
}

.lang-btn .dropdown-menu {
    min-width: auto;
}

/* end top header */

/* side menu */
.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
}

.side-menu-wrap {
    padding: 10px;
}

.side-menu .modal-content {
    border-radius: 0px;
    background: url(../images/side-menu/sidebar.jpg) no-repeat;
    background-size: 100% 100%;
}

.side-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.side-logo img {
    max-width: 120px;
}

.side-arrow-btn {
    color: #ffa466;
    font-size: 20px;
}

.side-menu {
    padding: 0px;
}

.side-menu-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #c7dcff;
}

.side-menu-box img {
    max-width: 40px;
    padding-right: 5px;
}

.side-menu-box span {
    color: #7682a5;
}

.side-menu-box:last-child {
    border-bottom: 1px solid transparent;
}

.side-btn {
    padding-bottom: 30px;
    ;
}

.side-login-btn {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 90%);
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.side-join-btn {
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
    color: #7682a5;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: #7682a5 2px 2px 3px -2px;
}

/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 50px;
}

#index-carousel {
    padding: 0px 10px;
}

#index-carousel img {
    border-radius: 10px;
}

.index-box {
    padding: 10px;
}

.announce-wrap {
    display: flex;
    align-items: center;
    position: relative;
    color: #7682a5;
    padding: 5px 10px 10px 30px;
}

.ann-icon {
    max-width: 18px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #ffa466;
}

.ann-bar {
    width: 100%;
}

.index-btm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.index-login-btn {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 90%);
    display: block;
    padding: 10px 10px;
    border-radius: 15px;
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    width: 50%;
}

.index-link {
    display: flex;
    text-align: center;
    gap: 5px;
    width: 50%;
    justify-content: space-around;
}

.index-link img {
    max-width: 30px;
}

.index-link span {
    display: block;
    color: #7682a5;
    font-size: 12px;
}

.menu-tab {
    padding: 10px 10px 80px;
    display: grid;
    grid-template-columns: 20% 80%;
}

.menu-list a {
    background: url(../images/menu/btn-normal.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 5px;
    display: block;
    text-align: center;
    color: #7682a5;
    font-weight: normal;
    margin-bottom: 5px;
}

.menu-list a.active {
    background: url(../images/menu/btn-active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
}

.menu-list span {
    display: block;
}

.menu-content {
    padding-left: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    align-content: start;
    gap: 10px;
}

.menu-prod {
    position: relative;
    display: block;
    text-align: center;
}

.menu-enter-btn {
    position: absolute;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f7ff 90%);
    border-radius: 20px;
    display: block;
    color: #7682a5;
    box-shadow: #7682a5 2px 2px 8px -4px;
    bottom: 20px;
    left: 10px;
    padding: 4px 20px;
}

/* end index page */


/* fixed bottom menu  */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #fefefe;
    z-index: 1;
    /* filter: drop-shadow(0px 0px 1px #7682a5); */
    box-shadow: #7682a5 2px 2px 8px -4px;
    border-radius: 10px 10px 0px 0px;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    height: 55px;
}

.menu-wrapper a {
    text-align: center;
    color: #7682a5;
    display: block;
}

.menu-wrapper img {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}

.menu-btm-home img {
    max-width: 60px;
    position: relative;
    bottom: 20px;
    margin: 0 auto;
    filter: none;
}

.menu-btm-wallet img {
    max-width: 50px;
    background: #fff;
    border-radius: 50px;
}

/* end fixed bottom menu  */

/* slots page */
.top-long-header {
    background: url(../images/index/game-banner/slot/header-2.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.top-long-header img {
    max-width: 30px;
}

.tp-header-top {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
}

.tp-header-title {
    text-align: center;
}

.tp-header-right {
    display: flex;
    gap: 5px;
}

.top-long-wrap {
    padding: 120px 10px 20px;
}

.top-short-header {
    background: url(../images/index/game-banner/slot/header-1.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
}

.top-short-header a {
    color: #000;
}

.top-short-header img {
    max-width: 25px;
}

.top-short-header span {
    display: block;
    text-align: center;
}

/* end slots page */

/* download page */
.title-header {
    background: #fff;
    box-shadow: #7682a5 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.title-hdr-wrap {
    position: relative;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #ffa466;
    text-align: center;
}

.top-back-arrow {
    color: #ffa466;
    position: absolute;
    left: 10px;
    top: 15px;
}

.dl-tab .nav {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    gap: 5px;
}

.dl-tab .nav-tabs .nav-item {
    width: 49%;
}

.dl-tab .nav-tabs .nav-link {
    background: #cccccc;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-bottom: none;
}

.dl-tab .nav-tabs .nav-item.show .nav-link,
.dl-tab .nav-tabs .nav-link.active {
    background: #ffa466;
    border-bottom: none;
}

.dl-wrap {
    padding: 80px 10px 80px;
}

.dl-tab-content {
    position: relative;
}

.dl-mobile-img {
    position: relative;
    top: 30px;
    z-index: 1;
}

.purple-wrap {
    padding-bottom: 5px;
    background: #ebf0ff;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    box-shadow: #7682a5 0px 2px 8px -4px;
}

.purple-inner-wrap {
    background: linear-gradient(to bottom, #f8f9fd 0%, #f8f9fd 100%);
    border-radius: 10px;
    box-shadow: inset #fff 0px 0px 8px 4px;
}

.dl-box {
    padding: 20px;
}

.dl-box img {
    max-width: 100px;
}

.dl-note {
    color: #7682a5;
    text-align: center;
    padding: 20px 0px 10px;
}

.dl-box {
    padding: 10px;
}

.dl-qr {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.dl-qr-img {
    max-width: 100px;
    background: #fff;
    box-shadow: #7682a5 0px 1px 6px -1px;
    padding: 10px;
    border-radius: 10px;
}

.dl-qr a {
    display: block;
    border-radius: 20px;
}

.orange-wrap {
    padding-bottom: 5px;
    background: #ffddc6;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    box-shadow: #7682a5 0px 2px 8px -4px;
    border-bottom: 1px solid #fff;
}

.orange-inner-wrap {
    background: linear-gradient(to right, #ffefe4 0%, #fee1d0 40%, #fff6f0 100%);
    border-radius: 10px;
    box-shadow: inset #fff 0px 0px 5px 2px;
}

.dl-qr-box .orange-inner-wrap {
    border-radius: 20px;
}

.dl-qr-btn {
    padding: 5px 10px;
    border-radius: 20px;
    color: #7682a5;
}

.dl-qr-btn img {
    max-width: 25px;
}

.game-dl {
    padding: 20px 0px 0px;
}

.dl-modal .btn-close {
    background: none;
    color: #7682a5;
    font-size: 30px;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 1;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #f7f7f7;
    border: 1px solid #ffa466;
    color: #7682a5;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #7682a5;
}

.dld-wrap {
    text-align: center;
    padding-top: 20px;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #ffa466;
    border: 1px solid #ffa466;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* end download page */

/* promotion page */
.promo-top-header {
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.filter-menu-bar {
    background: #fff;
    box-shadow: #7682a5 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    padding-top: 50px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 5px;
    font-size: 15px;
    color: #7682a5;
}

.pmbox.active {
    color: #7682a5;
    border-bottom: 2px solid #ffa466;
}

.promo-content {
    padding: 100px 10px 80px;
}

.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    color: #7682a5;
    font-weight: 500;
}

.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}

.promo-bx {
    box-shadow: #7682a5 2px 2px 8px -4px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.promo-modal .modal-header {
    background: #ffa466;
    color: #fff;
}

.promo-modal .btn-close {
    background: none;
    color: #fff;
    font-size: 20px;
}

.promo-modal .modal-title {
    font-size: 16px;
}

.promo-body {
    color: #7682a5;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #ffa466;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.promo-table tbody tr {
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #7682a5;
}

/* end promotion page */

/* contact us page */
.contact-wrap {
    padding: 60px 10px 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-box {
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border-radius: 20px;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.contact-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #7682a5;
    margin: 0px;
    padding-top: 10px;
}

.contact-box span {
    font-size: 13px;
    color: #7682a5;
}

.contact-qr {
    max-width: 120px;
    padding-top: 10px;
}

/* end contact us page */


/* fortune wheel page */
body.fortune-bg {
    background: url(../images/fortune/fw-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.fortune-wrap {
    padding: 70px 10px 80px;
}

.fortune-wheel {
    position: relative;
    text-align: center;
}

.fw-frame {
    position: absolute;
    z-index: 1;
}

.fw-point {
    position: absolute;
    z-index: 2;
    max-width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.fw-logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 36%;
    max-width: 100px;
}

.fortune-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}

.fw-play-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e5eeff 100%);
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
    color: #ffa466;
    font-weight: 600;
    text-align: center;
}

.fw-spin-btn {
    background: url(../images/fortune/btn-spin.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 30px 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #767676;
}

.fw-info-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e5eeff 100%);
    border-radius: 20px;
    padding: 15px 10px;
    color: #7682a5;
    font-weight: bold;
}

/* end fortune wheel page */


/* afterlogin index page */
.index-al-name {
    color: #7682a5;
    display: flex;
    align-items: center;
}

.index-al-name img {
    max-width: 30px;
    padding-left: 5px;
}

.index-al-amt {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.index-al-amt i {
    color: #7682a5;
}

/* end afterlogin index page */

/* account page */
.acc-wrap {
    padding: 20px 10px 10px;
}

.acc-profile a {
    padding: 10px;
    color: #7682a5;
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.acc-pic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-avatar {
    max-width: 55px;
}

.acc-name {
    color: #7682a5;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.acc-num {
    color: #7682a5;
    padding-top: 5px;
    display: block;
}

.acc-status {
    background: url(../images/after-login/vip-card.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    border-radius: 0.625rem;
    text-align: center;
    margin: 10px 0px;
}

.acc-wl-amt {
    text-align: center;
}

.acc-wl-amt h5 {
    color: #7682a5;
    font-size: 13px;
}

.acc-wl-amt span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.coin-earning {
    display: flex;
    background: #fff;
    padding: 15px;
    margin-top: 0.5rem;
    border-radius: 0.625rem;
    color: #7682a5;
}

.coin-earning .coin {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid #becaec;
}

.coin-earning .coin img {
    max-width: 30px;
}

.coin .number {
    color: #000;
}

.coin-earning .coin div {
    text-align: start;
    line-height: 1.25;
    margin-left: 0.5rem;
    font-size: .75rem;
}

.coin-earning .earning {
    width: 50%;
    font-size: .75rem;
    text-align: center;
}

.coin-earning span {
    display: block;
}

.earning .number {
    color: #04be02;
}

.acc-wl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
}

.acc-wl-row a {
    color: #7682a5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    border-radius: 10px;
}

.acc-wl-row img {
    max-width: 35px;
}

.acc-link {
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    padding: 0 1rem;
    margin-bottom: 80px;
}

.acc-link a {
    display: block;
    padding: 10px 15px;
    color: #7682a5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.acc-link a:last-child {
    border-bottom: none;
}

.acc-link a div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-link a img {
    max-width: 30px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #ffa466;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.btnall {
    padding: 5px 10px;
    border-radius: 10px;
    background: #ff7400;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #075a46;
}

.blc-amt {
    display: flex;
    gap: 10px;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.bln-all {
    margin-top: 2px;
    padding: 10px;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 466px;
}

.bln-all ul li {
    width: 100%;
    margin: 3px 0px;
    border: 1px solid #7682a5;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #7682a5;
}

.bln-all ul li:hover {
    border: 1px solid #67b7fe;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.blc-modal .modal-content {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.blc-modal .btn-close {
    background: none;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    top: -39px;
    position: absolute;
    right: -4px;
}

.blc-modal .modal-body {
    padding: 0px;
}





/* end account page */


/* deposit page */
.top-short-wrap {
    padding: 65px 10px 80px;
}

.dep-label {
    color: #7682a5;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.select_bank_opt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    gap: 3px;
}

.form-check .btn-check {
    border-color: #becaec;
}

.form-check .btn-check:checked {
    background-color: #4a89fc;
    border-color: #4a89fc;
}

.select_bank_opt .form-check-inline .form-check-label {
    font-size: 11px;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    height: 4.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    border: 1px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8f9fd);
}

.form-check .btn-check:checked+.form-check-label {
    color: #4a89fc !important;
    border: 0.0625rem solid #7682a5;
    position: relative;
    overflow: hidden;
}

.select_bank_opt .form-check-inline .form-check-label img {
    height: 24px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}

.form-check-label p {
    margin: 0;
}

.content-section {
    display: none;
}

.tabcontent_custom_dep {
    padding-top: 0px;
}

.row_form {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.tabcontent_custom_dep {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.form-control {
    color: #414755;
    border: 1px solid #becaec;
    min-height: 2.5rem;
    font-size: 13px;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #414755;
    background: transparent;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select_bank_opt_amt .select_bank_opt .form-check-inline .form-check-label {
    height: 2.5rem;
    width: 100%;
}

.select_bank_opt_amt .select_bank_opt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    margin-top: 10px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/after-login/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #414755;
    background: transparent;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
}

.orange-btn {
    background: #ffa466;
    border-radius: 20px;
    box-shadow: #7682a5 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 0px auto 5px;
}

select.dep-option {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

select.form-select.dep-option {
    color: #888888;
}

select.dep-option option {
    background: #fff;
    color: #7682a5;
}

select.dep-option:focus {
    outline: none !important;
    box-shadow: none;
}

input.dep-form-input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
}

input.dep-form-input::placeholder {
    color: #888888;
}

.dep-upload {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-upload button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffa466;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #fff;
}

.dep-submit {
    text-align: center;
    padding: 10px 0px;
}

.dep-copy {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-copy input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    font-weight: bold;
    color: #000;
    border: none;
}

.dep-copy button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/crypto/btn-copy.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 18px;
    font-size: 12px;
    border: none;
    color: #7682a5;
}

/* end deposit page */

/* withdrawal page */
.table-share tr th {
    background-color: #7682a5;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #7682a5;
    color: #fff;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #7682a5;
    text-align: center;
    color: #7682a5;
}

/* end withdrawal page */

/* wallet page */
.wallet-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.wallet-title span {
    color: #7682a5;
    font-weight: bold;
    font-size: 14px;
}

.my-wallet-content {
    height: 100%;
    display: flex;
    padding: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
}

.wallet-container {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.interest-tnc {
    width: max-content;
    /* min-width: 10rem; */
    display: flex;
    align-items: center;
    border: 0.0625rem solid #4a89fc;
    border-radius: 1rem;
    font-size: .75rem;
    padding: 0.125rem 0.25rem;
    line-height: 1;
    color: #4a89fc;
    font-weight: 500;
    background: #f6faff;
    margin-right: 0.5rem;
    cursor: pointer;
}

.wallet-container_content p {
    color: #414755;
    font-weight: 500;
    margin: 0;
}

.wallet-container_content span {
    font-size: 1.25rem;
    word-break: break-all;
}

.wallet-container img {
    width: 60px;
}

.history_table {
    background: linear-gradient(180deg, #fff, #f8f9fd);
    color: #7682a5;
}

.history_table tr th {
    padding: 10px;
    background: #7682a5;
    color: #fff;
}

.history_table tr td {
    padding: 10px;
}

tr.unread td {
    font-weight: bold;
    color: #fff;
}

.history_table tr th:last-child {
    text-align: right;
}

.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}

.time_h {
    font-size: .75rem;
    white-space: nowrap;
    margin-right: 1rem;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.addbank_form {
    display: none;
    color: #7682a5;
}

.addbankbtn {
    background: transparent;
    border: none;
    color: #7682a5;
    margin-top: 40px;
}

.addbankbtn i {
    margin-right: 10px;
}


.wallet-list {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
}

.wallet-list-box {
    color: #7682a5;
}

.wallet-list-box img {
    max-width: 30px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

.wallet-div {
    border-right: 2px solid #eaeaea;
    height: 40px;
}

/* end wallet page */

/* history page  */
.filters-group {
    display: flex;
    flex-wrap: wrap;
}

.filters-group .form-check-label {
    height: 2.5rem;
    min-width: 4.5rem;
    max-width: 8.75rem;
    line-height: 1.25;
    border: 0.0625rem solid #becaec;
    color: #414755;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    font-size: .75rem;
}

.filters-group .form-check-label.active,
.filters-group .form-check-label:hover {
    color: #4a89fc;
    border: 0.0625rem solid #4a89fc;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    font-size: .75rem;
}

.filters-group .form-check-label.active:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.filters-group .form-check-inline:first-child .form-check-label {
    border-radius: 0.25rem 0 0 0.25rem;
}

.filters-group .form-check-inline:last-child .form-check-label {
    border-radius: 0 .25rem .25rem 0;
}

.filters-group .form-check-inline {
    margin: 0;
    padding: 0;
}

.filters-tp-col_date {
    grid-gap: 10px;
}

/* end history page  */

/* referral page */
.amt-box {
    position: relative;
}

button.btn-cpy {
    position: absolute;
    right: 17px;
    top: 12px;
    border: none;
    padding: 0px;
    color: #636363;
    background: transparent;
}

.ref-qr img {
    display: block;
    margin: 0px auto;
    max-width: 200px;
}

/* end referral page */

/* inbox page */
.inbox-tab .nav {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
    gap: 5px;
}

.inbox-tab .nav-tabs .nav-link {
    /* background: #cccccc; */
    border-radius: 10px 10px 0px 0px;
    color: #7682a5;
    padding: 10px;
    width: 100%;
    border: none;
    position: relative;

}

.inbox-tab .nav-tabs .nav-item.show .nav-link,
.inbox-tab .nav-tabs .nav-link.active {
    color: #ffa466;
    border-bottom: 2px solid #ffa466;
}

.notify-num {
    right: -6.5%;
    top: -7.5%;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(0deg, #ea4e3d, #f7778c);
    font-size: .63rem;
    font-weight: 500;
    line-height: 1.0625rem;
}

.notify-num,
.notify-red-dot {
    position: absolute;
    display: inline-block;
}

.inbox-wrap {
    padding: 95px 10px 80px;
}

.msg-edit-panel {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 10px 0px;
}

.msg-edit-panel i {
    margin-right: 5px;
}

.box_delete {
    color: red;
}

.box_mark {
    color: #4a89fc;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #becaec;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    gap: 10px;
}

.msg-icon-col img {
    width: 50px;
}

.list-group-item .h6,
.list-group-item h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* width: 17%; */
    /* line-height: 1; */
}

.list-group-item .h6>span,
.list-group-item h6>span,
.list-group-item p,
.list-group-item span {
    font-size: .65rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item p {
    color: #6b7ba8;
    /* width: 65%; */
}

.list-group-item>span:not(h6):not(.h6) {
    color: #abb8d6;
}

.inbox-tab-content {
    background: linear-gradient(180deg, #fff, #f8f9fd);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    padding: 10px;
}

.msg-list-group {
    border-bottom: 1px solid #eaeaea;
}

.msg-list-group:last-child {
    border-bottom: none;
}

.inbox-pagi .pagination {
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
}

.inbox-pagi .page-link {
    border-radius: var(--bs-pagination-border-radius);
    font-size: 11px;
}

.inbox-pagi .page-link:hover {
    background: #7682a5;
    color: #fff;
}

/* end inbox page */

/* about us page */
.inf-content p {
    margin-bottom: 10px;
    opacity: 1;
    color: #7682a5;
    line-height: 1.4;
}

/* end about us page */

/* banking page */
.table-second {
    margin: 20px 0px;
}

.table-second>tbody>tr>th {
    border: 1px solid #ffa466;
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
    text-align: center;
    padding: 5px;
}

.table-second>tbody>tr>td {
    border: 1px solid #7682a5;
    background: #f0f6ff;
    padding: 5px;
    color: #7682a5;
}

.detail-ul {
    color: #7682a5;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: linear-gradient(to bottom, #ffa466 0%, #e87b30 100%);
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ul {
    padding-left: 15px;
    color: #7682a5;
}

.tnc-body ul li {
    padding-bottom: 8px;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/* end tnc page */

/* policy page */
.policy-wrap {
    padding: 10px 15px 15px;
    color: #616c76;
}

/* end policy page */


/* vip page (redesign) */
.vip-wrap {
    padding: 70px 0 90px;
    background: #f4f6fb;
    min-height: 100vh;
}

.vip-center {
    /* max-width: 480px; */
    margin: 0 auto;
    padding: 0 12px;
}

/* hero card (per tier) */
.vip-heroes { position: relative; }

.vip-hero {
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 18px 18px 20px;
    color: #fff;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--g1, #16a34a) 80%, transparent), color-mix(in srgb, var(--g2, #15803d) 86%, transparent)),
        url(../images/vip/vip-bg.jpg) center / cover no-repeat;
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .45);
}

.vip-hero.active { display: block; }

.vip-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.vip-hero-id {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vip-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 15px;
    background: rgba(0, 0, 0, .18);
    padding: 5px 12px;
    border-radius: 999px;
}

.vip-hero-badge i { color: #ffd76a; }

.vip-hero-rank {
    font-style: normal;
    font-size: 12.5px;
    font-weight: 600;
    opacity: .92;
}

.vip-hero-rules {
    color: #fff;
    font-size: 12px;
    opacity: .95;
    text-decoration: none;
    background: rgba(255, 255, 255, .18);
    padding: 5px 10px;
    border-radius: 999px;
}

.vip-hero-title {
    font-size: 26px;
    font-weight: 800;
    margin: 14px 0 16px;
    position: relative;
    z-index: 1;
}

.vip-hero-progress { position: relative; z-index: 1; }

.vip-hero-prog-label {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.vip-hero-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .22);
    overflow: hidden;
}

.vip-hero-bar i {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffe08a, #ffb347);
}

.vip-hero-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 12.5px;
    position: relative;
    z-index: 1;
}

.vip-hero-stats b { font-weight: 700; }

/* tier pills */
.vip-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 16px 2px 6px;
    scrollbar-width: none;
}

.vip-tabs::-webkit-scrollbar { display: none; }

.vip-tab {
    flex: 0 0 auto;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #5b6473;
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 2px 6px -3px rgba(0, 0, 0, .25);
    white-space: nowrap;
}

.vip-tab i { color: #c9ccd6; margin-right: 3px; }

.vip-tab.active {
    background: linear-gradient(90deg, #fb923c, #f97316);
    color: #fff;
    box-shadow: 0 6px 14px -6px #f97316;
}

.vip-tab.active i { color: #fff; }

/* overview tiles */
.vip-overview {
    display: none;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    margin-top: 10px;
    box-shadow: 0 4px 14px -10px rgba(0, 0, 0, .4);
}

.vip-overview.active { display: block; }

.vip-ov-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.vip-ov-head span { font-weight: 700; font-size: 14px; color: #2b3240; }
.vip-ov-head span i { color: #f97316; margin-right: 4px; }
.vip-ov-head a { font-size: 11px; color: #9aa2b1; text-decoration: none; }

.vip-ov-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.vip-ov-tile {
    border-radius: 10px;
    padding: 11px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.vip-ov-tile .lbl { font-size: 10.5px; color: #5b6473; }
.vip-ov-tile .val { font-weight: 600; font-size: 14px; }
.vip-ov-tile.t-red { background: #fff1f0; }
.vip-ov-tile.t-red .val { color: #e5484d; }
.vip-ov-tile.t-pink { background: #fff0f6; }
.vip-ov-tile.t-pink .val { color: #e64980; }
.vip-ov-tile.t-blue { background: #eef4ff; }
.vip-ov-tile.t-blue .val { color: #3b82f6; }
.vip-ov-tile.t-green { background: #eefaf1; }
.vip-ov-tile.t-green .val { color: #22a15a; }

/* sub-tabs */
.vip-subtabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    margin-top: 16px;
    background: #eef1f7;
    padding: 5px;
    border-radius: 12px;
    scrollbar-width: none;
}

.vip-subtabs::-webkit-scrollbar { display: none; }

.vip-subtab {
    flex: 0 0 auto;
    border: none;
    cursor: pointer;
    background: transparent;
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 600;
    color: #5b6473;
    padding: 8px 12px;
    border-radius: 9px;
}

.vip-subtab i { margin-right: 4px; opacity: .7; }

.vip-subtab.active {
    background: #fff;
    color: #f97316;
    box-shadow: 0 2px 6px -3px rgba(0, 0, 0, .25);
}

/* panels + tables */
.vip-panel { display: none; margin-top: 12px; }
.vip-panel.active { display: block; }

.vip-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px -12px rgba(0, 0, 0, .45);
    padding: 4px 6px 8px;
    overflow: hidden;
}

.vip-panel-cap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px 11px;
}

.vip-panel-cap .cap-title {
    font-size: 14px;
    font-weight: 700;
    color: #2b3240;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vip-panel-cap .cap-title i.ic-blue { color: #3b82f6; }
.vip-panel-cap .cap-title i.ic-orange { color: #f97316; }
.vip-panel-cap .cap-title i.ic-purple { color: #8b3fd6; }
.vip-panel-cap .cap-right { font-size: 11px; color: #9aa2b1; }
.vip-panel-cap .cap-right.cap-right-purple { color: #8b3fd6; font-weight: 600; }

.vip-table-scroll { overflow-x: auto; }
.vip-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }

.vip-table th, .vip-table td {
    padding: 12px 8px;
    text-align: center;
    white-space: nowrap;
}

.vip-table thead th {
    color: #8a92a1;
    font-weight: 600;
    font-size: 11.5px;
    border-bottom: 1px solid #eef1f7;
}

.vip-table thead th.col-orange { color: #f97316; }
.vip-table thead th.col-red { color: #e5484d; }
.vip-table thead th.col-blue { color: #3b82f6; }
.vip-table thead th.col-green { color: #22a15a; }

.vip-table tbody tr { border-bottom: 1px solid #f4f6fb; }
.vip-table tbody tr:last-child { border-bottom: none; }

.vip-table td { color: #3a4150; font-weight: 400; }
.vip-table td.col-navy { color: #2b3a5e; }
.vip-table td.col-blue { color: #3b82f6; }
.vip-table td.col-red { color: #e5484d; }
.vip-table td.col-orange { color: #f97316; }
.vip-table td.col-green { color: #22a15a; }
.vip-table td.col-purple { color: #8b3fd6; }
.vip-table td.col-muted { color: #9aa2b1; }

.vip-rowtag {
    display: inline-block;
    background: #eef0f8;
    color: #6b7180;
    font-weight: 700;
    font-size: 11.5px;
    padding: 3px 11px;
    border-radius: 999px;
}

.vip-table tbody tr.active { background: #fff7ef; }
.vip-table tbody tr.active td { font-weight: 400; }
.vip-table tbody tr.active .vip-rowtag { background: #f97316; color: #fff; }

/* note box */
.vip-note-box {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    background: #eef4ff;
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 12px;
    font-size: 11.5px;
    color: #5b6473;
    line-height: 1.6;
}

.vip-note-box i { color: #3b82f6; margin-top: 2px; flex: 0 0 auto; }

/* rules */
.vip-rules { padding: 16px; margin-bottom: 12px; }

.vip-rules .rules-head {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vip-rules .rules-head.orange { color: #f97316; }
.vip-rules .rules-head.blue { color: #3b82f6; }

.rule-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #f6f8fc;
    border-radius: 10px;
    padding: 12px 13px;
    margin-top: 9px;
}

.rule-item:first-of-type { margin-top: 0; }

.rule-num {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rule-num.n-blue { background: #3b82f6; }
.rule-num.n-purple { background: #8b3fd6; }
.rule-body { font-size: 12px; color: #5b6473; line-height: 1.65; }
.rule-body b { color: #2b3240; display: block; margin-bottom: 2px; }

.tip-item {
    background: #f6f8fc;
    border-radius: 10px;
    padding: 11px 13px;
    margin-top: 9px;
    font-size: 12px;
    color: #5b6473;
    line-height: 1.65;
}

.tip-item:first-of-type { margin-top: 0; }
.tip-item b { color: #2b3240; }

/* bottom CTA */
.vip-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 6px;
    padding: 15px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffa368 0%, #ff6938 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px -8px #f97316;
}

.vip-cta:active { filter: brightness(.95); }
/* end vip page */

/* ===== affiliate / 代理合营 page ===== */
.aff-wrap { padding: 60px 0 90px; background: #eef4fc; min-height: 100vh; }
.aff-center { margin: 0 auto; padding: 0 12px; }

/* marquee */
.aff-marquee { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 10px; padding: 9px 12px; margin-bottom: 12px; box-shadow: 0 2px 8px -5px rgba(0,0,0,.3); overflow: hidden; }
.aff-marquee > i { color: #f97316; flex: 0 0 auto; }
.aff-marquee-track { flex: 1; overflow: hidden; }
.aff-marquee-track span { display: inline-block; padding-left: 100%; white-space: nowrap; font-size: 12px; font-weight: 500; color: #5b6473; animation: aff-scroll 16s linear infinite; }
@keyframes aff-scroll { to { transform: translateX(-100%); } }

/* hero */
.aff-hero { position: relative; overflow: hidden; border-radius: 18px; padding: 20px 18px; color: #0f172a; background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #eff6ff 100%); border: 2px solid #fdba74; box-shadow: 0 12px 26px -14px rgba(255,105,56,.28); }
.aff-hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; color: #fff; background: linear-gradient(90deg, #fb923c, #f97316); padding: 5px 12px; border-radius: 999px; }
.aff-hero-title { font-size: 24px; font-weight: 900; margin: 14px 0 8px; color: #0f172a; }
.aff-hero-title span { background: linear-gradient(90deg, #ea580c, #d97706); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.aff-hero-sub { font-size: 12px; font-weight: 600; line-height: 1.7; color: #334155; margin-bottom: 16px; }
.aff-hero-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.aff-hero-tile { background: linear-gradient(180deg, #fff7ed, #fff); border: 1px solid #fed7aa; border-radius: 12px; padding: 12px 6px; text-align: center; }
.aff-hero-tile b { display: block; font-size: 14px; font-weight: 900; }
.aff-hero-tile span { font-size: 10px; font-weight: 700; color: #475569; }
.aff-hero-tile.t1 b { color: #ea580c; }
.aff-hero-tile.t2 b { color: #d97706; }
.aff-hero-tile.t3 b { color: #2563eb; }

/* CTA row */
.aff-cta-row { display: flex; gap: 8px; margin: 14px 0 4px; }
.aff-cta-main { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; border-radius: 14px; background: linear-gradient(135deg, #ffa368, #ff6938); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 8px 18px -8px #f97316; }
.aff-cta-mini { flex: 0 0 auto; width: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: #fff; border-radius: 14px; color: #334155; font-size: 11px; font-weight: 700; text-decoration: none; box-shadow: 0 3px 10px -6px rgba(0,0,0,.35); }
.aff-cta-mini i { font-size: 13px; width: 24px; height: 24px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; }
.aff-cta-mini:nth-child(2) { border: 1.5px solid #bfdbfe; }
.aff-cta-mini:nth-child(2) i { background: #eff6ff; color: #3b82f6; }
.aff-cta-mini:nth-child(3) { border: 1.5px solid #fed7aa; }
.aff-cta-mini:nth-child(3) i { background: #fff7ed; color: #f97316; }
.aff-cta-mini:nth-child(4) { border: 1.5px solid #c7d2fe; }
.aff-cta-mini:nth-child(4) i { background: #eef2ff; color: #6366f1; }

/* body: left tabs + right panels */
.aff-body { display: flex; gap: 10px; margin-top: 14px; align-items: flex-start; }
.aff-tabs { flex: 0 0 74px; display: flex; flex-direction: column; gap: 8px; position: sticky; top: 60px; }
.aff-tab { border: none; cursor: pointer; background: #fff; border-radius: 12px; padding: 12px 4px; display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #334155; box-shadow: 0 3px 10px -7px rgba(0,0,0,.4); }
.aff-tab i { font-size: 15px; color: #3b82f6; }
.aff-tab.active { background: linear-gradient(135deg, #ffa368, #ff6938); color: #fff; box-shadow: 0 6px 14px -6px #f97316; }
.aff-tab.active i { color: #fff; }
.aff-panels { flex: 1; min-width: 0; }
.aff-panel { display: none; }
.aff-panel.active { display: block; }

/* panel head */
.aff-phead { display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; box-shadow: 0 3px 12px -9px rgba(0,0,0,.4); }
.aff-phead > span { font-weight: 900; font-size: 13px; color: #0f172a; display: inline-flex; align-items: center; gap: 8px; }
.aff-phead > span::before { content: ""; width: 4px; height: 16px; border-radius: 2px; background: #f97316; }
.aff-phead em { font-style: normal; font-size: 10px; font-weight: 800; color: #fff; background: #f97316; padding: 2px 10px; border-radius: 999px; }

/* benefit cards */
.aff-benefit { background: #fff; border-radius: 14px; padding: 14px 15px; margin-bottom: 10px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); border-left: 4px solid #ccc; }
.aff-benefit-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; gap: 8px; }
.aff-benefit-name { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 900; color: #0f172a; }
.aff-benefit-num { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; color: #fff; font-size: 10px; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.aff-benefit-val { font-size: 13px; font-weight: 700; white-space: nowrap; padding: 2px 8px; border-radius: 8px; border: 1px solid transparent; }
.aff-benefit-desc { font-size: 11.5px; font-weight: 500; color: #6b7280; line-height: 1.7; padding: 10px 11px; border-radius: 12px; border: 1px solid transparent; }
.aff-benefit.c1 { border-left-color: #f97316; }
.aff-benefit.c1 .aff-benefit-num { background: #f97316; }
.aff-benefit.c1 .aff-benefit-val { color: #ea580c; background: #fff7ed; border-color: #fed7aa; }
.aff-benefit.c1 .aff-benefit-desc { background: #fff7ed; border-color: #ffedd5; }
.aff-benefit.c2 { border-left-color: #3b82f6; }
.aff-benefit.c2 .aff-benefit-num { background: #3b82f6; }
.aff-benefit.c2 .aff-benefit-val { color: #2563eb; background: #eff6ff; border-color: #bfdbfe; }
.aff-benefit.c2 .aff-benefit-desc { background: #eff6ff; border-color: #dbeafe; }
.aff-benefit.c3 { border-left-color: #f59e0b; }
.aff-benefit.c3 .aff-benefit-num { background: #f59e0b; }
.aff-benefit.c3 .aff-benefit-val { color: #d97706; background: #fffbeb; border-color: #fde68a; }
.aff-benefit.c3 .aff-benefit-desc { background: #fffbeb; border-color: #fef3c7; }
.aff-benefit.c4 { border-left-color: #22a15a; }
.aff-benefit.c4 .aff-benefit-num { background: #22a15a; }
.aff-benefit.c4 .aff-benefit-val { color: #059669; background: #ecfdf5; border-color: #a7f3d0; }
.aff-benefit.c4 .aff-benefit-desc { background: #ecfdf5; border-color: #d1fae5; }

/* calculator */
.aff-calc { background: #fff; border: 2px solid #fdba74; border-radius: 16px; padding: 16px; color: #0f172a; box-shadow: 0 10px 24px -14px rgba(255,105,56,.25); }
.aff-calc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #ffedd5; }
.aff-calc-head b { font-size: 12.5px; font-weight: 900; display: inline-flex; align-items: center; gap: 7px; }
.aff-calc-head b i { color: #f97316; }
.aff-calc-head > span { font-size: 10px; font-weight: 700; color: #ea580c; background: #ffedd5; padding: 2px 8px; border-radius: 999px; }
.aff-calc-row { margin-bottom: 12px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px 11px; }
.aff-calc-row-top { display: flex; justify-content: space-between; font-size: 11px; margin-bottom: 7px; }
.aff-calc-row-top span { color: #334155; font-weight: 700; }
.aff-calc-row-top .v { font-weight: 700; color: #ea580c; }
.aff-calc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 5px; border-radius: 999px; background: #e2e8f0; outline: none; }
.aff-calc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%; background: #f97316; cursor: pointer; box-shadow: 0 0 0 4px rgba(249,115,22,.25); }
.aff-calc-slider::-moz-range-thumb { width: 16px; height: 16px; border: none; border-radius: 50%; background: #f97316; cursor: pointer; }
.aff-calc-result { background: linear-gradient(90deg, #f97316, #f59e0b); border: 1px solid #fb923c; border-radius: 12px; padding: 14px; text-align: center; margin-top: 6px; color: #fff; }
.aff-calc-result .lbl { font-size: 11px; font-weight: 700; color: #ffedd5; }
.aff-calc-result .total { font-size: 24px; font-weight: 700; color: #fff; margin: 4px 0; }
.aff-calc-result .brk { font-size: 10px; font-weight: 600; color: #ffedd5; }
.aff-calc-result .brk b { color: #fff; }

/* about brand */
.aff-brand { display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 14px; padding: 14px; margin-bottom: 12px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); }
.aff-card > .aff-brand { background: none; box-shadow: none; border-radius: 0; padding: 0 0 12px; margin-bottom: 12px; border-bottom: 1px solid #dbeafe; }
.aff-brand-logo { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #fb923c, #f97316); color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.aff-brand b { font-size: 14px; font-weight: 700; color: #0f172a; }
.aff-brand span { display: block; font-size: 10px; font-weight: 500; color: #9aa2b1; margin-top: 2px; }
.aff-card { background: #fff; border-radius: 14px; padding: 15px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); }
.aff-card + .aff-card { margin-top: 12px; }
.aff-intro { font-size: 12px; font-weight: 500; color: #5b6473; line-height: 1.75; margin-bottom: 12px; }
.aff-intro b { color: #f97316; }
.aff-proj { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.aff-proj-item { display: flex; align-items: center; gap: 9px; background: #f6f8fc; border-radius: 10px; padding: 10px 11px; }
.aff-proj-item i { font-size: 15px; width: 20px; text-align: center; }
.aff-proj-item b { font-size: 11px; font-weight: 700; color: #0f172a; display: block; }
.aff-proj-item span { font-size: 9px; font-weight: 500; color: #9aa2b1; }
.aff-hl { display: flex; align-items: center; justify-content: center; gap: 6px; text-align: center; background: #fff5ec; color: #f97316; font-size: 11px; font-weight: 600; border-radius: 10px; padding: 10px; margin-top: 12px; }

/* recruit checklist */
.aff-ctitle { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: #0f172a; margin-bottom: 12px; }
.aff-ctitle i { color: #f97316; }
.aff-check { display: flex; align-items: flex-start; gap: 8px; font-size: 11.5px; font-weight: 500; color: #5b6473; line-height: 1.6; margin-bottom: 10px; }
.aff-check i { color: #22a15a; margin-top: 2px; flex: 0 0 auto; }
.aff-ctext { font-size: 11.5px; font-weight: 500; color: #5b6473; line-height: 1.75; margin-bottom: 12px; }

/* support features */
.aff-feat { display: flex; align-items: flex-start; gap: 12px; background: #fff; border-radius: 14px; padding: 14px; margin-bottom: 10px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); }
.aff-feat-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.aff-feat b { font-size: 12.5px; font-weight: 700; color: #0f172a; }
.aff-feat span { display: block; font-size: 11px; font-weight: 500; color: #8a92a1; line-height: 1.6; margin-top: 4px; }
.ic-soft-orange { background: #fff1e6; color: #f97316; }
.ic-soft-blue { background: #e8f0ff; color: #3b82f6; }
.ic-soft-purple { background: #f1eaff; color: #8b3fd6; }
.ic-soft-green { background: #e6f7ee; color: #22a15a; }
.ic-soft-red { background: #ffeceb; color: #e5484d; }

/* contact */
.aff-contact { background: #fff; border-radius: 14px; padding: 14px; margin-bottom: 10px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); }
.aff-contact-top { display: flex; align-items: center; gap: 11px; }
.aff-contact-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; }
.aff-contact-top b { font-size: 12.5px; font-weight: 800; color: #0f172a; }
.aff-contact-top span { display: block; font-size: 10px; color: #9aa2b1; margin-top: 2px; }
.aff-copy { margin-left: auto; border: none; background: #eef1f7; color: #f97316; font-size: 12px; font-weight: 700; padding: 7px 12px; border-radius: 8px; cursor: pointer; }
.aff-contact-val { display: flex; align-items: center; justify-content: space-between; background: #f6f8fc; border-radius: 10px; padding: 11px 13px; margin-top: 12px; }
.aff-contact-val b { font-size: 12.5px; color: #0f172a; font-weight: 700; }
.aff-contact-val span { font-size: 10px; color: #9aa2b1; }
.aff-connect { text-align: center; background: linear-gradient(135deg, #fff6f0, #ffece0); border-radius: 14px; padding: 18px 16px; box-shadow: 0 4px 14px -10px rgba(0,0,0,.4); }
.aff-connect-ic { width: 46px; height: 46px; margin: 0 auto 10px; border-radius: 50%; background: linear-gradient(135deg, #fb923c, #f97316); color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.aff-connect b { font-size: 14px; font-weight: 900; color: #0f172a; }
.aff-connect p { font-size: 11.5px; font-weight: 500; color: #7a8090; margin: 6px 0 14px; line-height: 1.6; }
.aff-connect-btn { display: block; background: linear-gradient(135deg, #ffa368, #ff6938); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; padding: 13px; border-radius: 11px; box-shadow: 0 8px 18px -8px #f97316; }

/* contact modal */
.aff-modal { position: fixed; inset: 0; z-index: 1100; display: none; align-items: center; justify-content: center; padding: 24px; }
.aff-modal.open { display: flex; }
.aff-modal-backdrop { position: absolute; inset: 0; background: rgba(20,25,40,.55); }
.aff-modal-box { position: relative; z-index: 1; width: 100%; max-width: 340px; background: #fff; border-radius: 20px; padding: 24px 20px 18px; text-align: center; box-shadow: 0 20px 50px -20px rgba(0,0,0,.5); animation: aff-modal-in .2s ease; }
@keyframes aff-modal-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.aff-modal-close { position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; border: none; border-radius: 50%; background: #eef1f7; color: #8a92a1; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.aff-modal-ic { width: 56px; height: 56px; margin: 4px auto 12px; border-radius: 50%; background: linear-gradient(135deg, #fb923c, #f97316); color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px -8px #f97316; }
.aff-modal-box h3 { font-size: 16px; font-weight: 800; color: #0f172a; margin: 0 0 8px; }
.aff-modal-box p { font-size: 12px; color: #7a8090; line-height: 1.6; margin: 0 0 18px; }
.aff-modal-link { display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-size: 13px; font-weight: 700; padding: 14px; border-radius: 12px; margin-bottom: 10px; }
.aff-modal-link.tg { background: linear-gradient(135deg, #e8f4fb, #e0eefb); color: #1d7fb8; }
.aff-modal-link.mail { background: linear-gradient(135deg, #f1eaff, #ede4ff); color: #7c3aed; }
.aff-modal-link i { font-size: 16px; }
.aff-modal-dismiss { border: none; background: none; color: #9aa2b1; font-size: 12.5px; cursor: pointer; padding: 8px; margin-top: 4px; }
/* end affiliate page */


/* ============================================================
   iOS PWA install banner + installation guide (index page)
   Bootstrap offcanvas-bottom for the slide-up window.
   Markup: index.html .pwa-banner + #pwa-guide
   ============================================================ */

/* --- Banner prompt bar (below header, above main banner) --- */
.pwa-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px;
    padding: 8px 12px;
    background: linear-gradient(to right, #ffb277, #ffa466);
    color: #fff;
    box-shadow: #7682a5 2px 2px 8px -4px;
}

.pwa-banner-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pwa-banner-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #7682a5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.pwa-banner-text strong {
    display: block;
    font-size: 13px;
    line-height: 1.3;
}

.pwa-banner-text span {
    font-size: 10px;
    color: rgba(255, 255, 255, .85);
}

.pwa-banner-btn {
    flex-shrink: 0;
    background: #7682a5;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.pwa-banner-btn:hover,
.pwa-banner-btn:focus {
    color: #fff;
}

/* --- Guide offcanvas (slides up from bottom) --- */
.pwa-guide.offcanvas-bottom {
    height: auto;
    max-height: 92vh;
    max-width: 991px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    border-radius: 20px 20px 0 0;
    background: #f2f7fc;
    display: flex;
    flex-direction: column;
}

.pwa-guide .offcanvas-body {
    padding: 15px;
}

.pwa-guide-header {
    padding: 10px 15px 12px;
    background: linear-gradient(to bottom, #fff, #f2f7fc);
    border-bottom: 1px solid #e2ebf6;
    border-radius: 20px 20px 0 0;
    flex-shrink: 0;
}

.pwa-guide-pill {
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background: #c3d5ec;
    margin: 0 auto 10px;
}

.pwa-guide-titlerow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pwa-guide-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pwa-guide-title .ico {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #ff8a3d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.pwa-guide-title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #111d33;
}

.pwa-guide-title p {
    margin: 0;
    font-size: 10px;
    color: #5b78a3;
}

.pwa-guide-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #e6eef8;
    color: #3d5a86;
    font-size: 14px;
}

/* --- Tip callout --- */
.pwa-tip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(to right, #ffb277, #ffa466);
    color: #fff;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 14px;
}

.pwa-tip .ico {
    font-size: 20px;
    color: #7682a5;
    flex-shrink: 0;
}

.pwa-tip strong {
    display: block;
    color: #fff;
    font-size: 12px;
}

.pwa-tip span {
    font-size: 11px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
}

.pwa-tip b {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #7682a5;
}

/* --- Step card --- */
.pwa-step {
    background: #fff;
    border: 1px solid #dde8f5;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 14px;
}

.pwa-step-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.pwa-step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ff8a3d;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pwa-step-num.done {
    background: #22b07d;
}

.pwa-step-head h6 {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: bold;
    color: #111d33;
    line-height: 1.4;
}

.pwa-step-head .en {
    display: block;
    font-size: 11px;
    color: #5b78a3;
    margin-bottom: 3px;
}

.pwa-step-head p {
    margin: 0;
    font-size: 11px;
    color: #5b78a3;
    line-height: 1.5;
}

.pwa-step-visual {
    margin-top: 10px;
    background: #f4f8fc;
    border: 1px solid #e7eff8;
    border-radius: 12px;
    padding: 10px;
}

/* --- Step visual pieces --- */
.pwa-step-shot {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.pwa-safari-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b82f6, #22d3ee);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 0 0 2px #ff8a3d, 0 0 0 5px #fff;
}

.pwa-mini-label {
    font-size: 10px;
    font-weight: bold;
    color: #111d33;
    margin-top: 6px;
}

.pwa-chip {
    background: #fff;
    border: 1px solid #dbe6f4;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 11px;
    color: #3d5a86;
}

.pwa-urlbar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #cddaeb;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 11px;
    color: #111d33;
    overflow: hidden;
    white-space: nowrap;
}

.pwa-app-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.pwa-app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pwa-name-input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ff8a3d;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #111d33;
}

.pwa-homescreen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #0f172a;
    border-color: #0f172a;
    text-align: center;
}

.pwa-hs-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.pwa-hs-app.dim {
    opacity: .4;
}

.pwa-hs-app .ic {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.pwa-hs-app span {
    font-size: 9px;
    color: #fff;
}

.pwa-app-icon-sm {
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    color: #ffab63;
    box-shadow: 0 0 0 2px #ff8a3d;
    overflow: hidden;
}

.pwa-app-icon-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.pwa-done {
    background: #ecfdf5;
    border-color: #d1fae5;
    text-align: center;
}

.pwa-done i {
    font-size: 26px;
    color: #22b07d;
}

.pwa-done p {
    margin: 4px 0 2px;
    font-size: 12px;
    font-weight: bold;
    color: #064e3b;
}

.pwa-done span {
    font-size: 10px;
    color: #047857;
}

/* --- Footer action bar --- */
.pwa-guide-footer {
    display: flex;
    gap: 8px;
    padding: 12px 15px;
    background: #fff;
    border-top: 1px solid #e2ebf6;
    flex-shrink: 0;
}

.pwa-guide-footer .btn-close-guide {
    flex: 1;
    border: none;
    background: #e9f0f9;
    color: #3d5a86;
    font-weight: bold;
    font-size: 12px;
    padding: 11px;
    border-radius: 12px;
}

/* end iOS PWA install guide */


/* ============================================================
   Referral page (推荐 / referral.html)
   Reuses .title-header .top-short-wrap .dep-label .orange-btn .menu-btm
   ============================================================ */
.ref-userinfo {
    font-size: 13px;
    color: #414755;
    padding-bottom: 8px;
}

/* Stat cards */
.ref-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ref-stat-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #fef4e8 100%);
    border: 1px solid #fce8d5;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .12);
}

.ref-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffe6d3;
    color: #ffa466;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.ref-stat-label {
    font-size: 11px;
    color: #7a8194;
    margin-bottom: 3px;
}

.ref-stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.ref-stat-value .num {
    color: #ffa466;
}

.ref-stat-value .unit {
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

/* Referral link box */
.ref-link-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #eaeff9;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(107, 123, 168, .1);
}

.ref-link-box input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 12px;
    color: #666;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ref-link-box button {
    flex-shrink: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    background: linear-gradient(to right, #ffb277, #ffa466);
}

/* QR card */
.ref-qr-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border: 1px solid #eaeff9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(107, 123, 168, .1);
}

.ref-qr-info {
    flex: 1;
    text-align: center;
}

.ref-qr-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff3e9;
    color: #ffb277;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px;
}

.ref-qr-info h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
}

.ref-qr-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: #aab;
    margin: 0;
}

.ref-qr-info .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffb277;
}

.ref-qr-img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 4px;
}

.ref-qr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Date inputs */
.ref-date {
    color: #666;
}

/* Rules */
.ref-rules {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
    padding: 12px 0 6px;
}

.ref-rules > .lead {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 14px;
}

.ref-rule {
    margin-bottom: 14px;
}

.ref-rule h4 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin: 0 0 4px;
}

.ref-rule p {
    margin: 0 0 2px;
}

.ref-eg {
    background: #ffffff;
    color: #666;
    padding: 8px 10px;
    border-radius: 6px;
    margin-top: 8px;
    line-height: 1.6;
}

.ref-link-text {
    display: block;
    margin-top: 4px;
    color: #4a89fc;
    text-decoration: underline;
}

.ref-submit {
    width: 100%;
    text-align: center;
    border-radius: 30px;
}

/* end referral page */
