/* Minification failed. Returning unminified contents.
(3,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(4,23): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(8,18): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(12,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(13,23): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(17,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(18,23): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(32,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(58,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-text'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-text'
(69,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color-text-shadow'
(70,46): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg1'
(70,72): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(70,99): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg3'
(70,126): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg4'
(92,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-text'
(98,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg4'
(103,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-text'
(107,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg4'
(108,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg4'
(117,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(133,46): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg1'
(133,72): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(133,99): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg3'
(133,126): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg4'
(140,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color-bg2'
(144,36): run-time error CSS1030: Expected identifier, found '#WalletCenter-wallet-detail'
(144,63): run-time error CSS1031: Expected selector, found ')'
(144,63): run-time error CSS1025: Expected comma or open brace, found ')'
(148,36): run-time error CSS1030: Expected identifier, found '#WalletCenter-wallet-detail'
(148,63): run-time error CSS1031: Expected selector, found ')'
(148,63): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* #region 共用 */
.v-application .info--text {
    color: var(--main-color-bg2) !important;
    caret-color: var(--main-color-bg2) !important;
}

.v-progress-circular__overlay {
    stroke: var(--main-color-bg2);
}

.v-application .cyan--text {
    color: var(--main-color-bg2) !important;
    caret-color: var(--main-color-bg2) !important;
}

.v-application .primary--text {
    color: var(--main-color-bg2) !important;
    caret-color: var(--main-color-bg2) !important;
}

button[disabled="disabled"]{
    opacity:0.6 !important;
}

#app .v-dialog,
#app .v-dialog .v-sheet.v-card {
    border-radius: 4px !important;
}

#app table th,
#app table td.main-color {
    background: var(--main-color-bg2) !important;
    color: #FFFFFF !important;
    text-shadow: none;
}
/* #endregion 共用 */

/* #region 首頁 */
#app.Home .v-dialog.VPN-remind-dialog .v-card__text {
    padding: 20px 24px;
}
/* #endregion 首頁 */

/* #region 會員中心 */
#app.MemberCenter .v-dialog.lang-dialog .v-card__actions button {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    color: rgba(0, 0, 0, .87);
    padding: 0 8px;
}
/* #endregion 會員中心 */
/* #region 財務中心 */
#app.Deposit .v-card.company-deposit-apply-bg {
    padding: 12px !important;
}

#app.Deposit .v-card.online-deposit-apply-bg .submit-btn span {
    color: var(--main-color-text) !important;
}

#app.Deposit .online-deposit-apply-bg.v-card .v-text-field--rounded .v-input__slot {
    border-radius: 50px;
}
/* #endregion 財務中心 */

/* #region 投注紀錄 */
#app.BetRecord .v-dialog.gametype-dialog-component .v-card__title {
    color: var(--main-color-text) !important;
    text-shadow: 0 0 5px var(--main-color-text-shadow);
    background: linear-gradient(135deg, var(--main-color-bg1) 5%, var(--main-color-bg2) 30%, var(--main-color-bg3) 60%, var(--main-color-bg4) 100%);
}

#app.BetRecord .v-dialog.gametype-dialog-component .v-card__actions button{
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#app.BetRecord .v-dialog.gametype-dialog-component .v-card__actions button span {
    color: rgba(0, 0, 0, .87);
}
/* #endregion 投注紀錄 */

/* #region Vip */
#app.Vip .rule-content {
    overflow: auto;
}
/* #endregion Vip */

/* #region 會員轉帳 */
#app.MemberTransfer button[type="submit"] span{
    color: var(--main-color-text);
}
/* #endregion 會員轉帳 */

/* #region 領獎中心 */
#app.AwardCenter .inner .item {
    border-color: var(--main-color-bg4);
}

#app.AwardCenter .inner .item,
#app.AwardCenter .inner .item span {
    color: var(--main-color-text) !important;
}

#app.AwardCenter .inner .item .AwardStatusName {
    border-color: var(--main-color-bg4);
    color: var(--main-color-bg4) !important;
}

#app.AwardCenter .inner .item .amount {
    margin-top: 25px !important;
}

#app.AwardCenter .hint {
    color: #ffffff;
    background: var(--main-color-bg2);
    border: none;
}

/* #endregion 領獎中心 */

/* #region 錢包中心 */
#app.WalletCenter .main-action {
    border-radius: 4px;
    color: rgba(0, 0, 0, .6);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #fff;
    padding: 8px 16px;
}

#app.WalletCenter .right-box-transfer-back {
    background: linear-gradient(135deg, var(--main-color-bg1) 5%, var(--main-color-bg2) 30%, var(--main-color-bg3) 60%, var(--main-color-bg4) 100%);
    padding: 0 8px;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#app.WalletCenter .member-center-d hr {
    border: 1px solid var(--main-color-bg2);
    filter: none;
}

#app.WalletCenter .main-action:has(#WalletCenter-wallet-detail) .v-card{
    box-shadow:none;
}

#app.WalletCenter .main-action:has(#WalletCenter-wallet-detail) .v-card__text {
    padding: 0px;
}
/* #endregion 錢包中心 */
