@charset "UTF-8";
:root {
  --color-black-070: rgba(0, 0, 0, 0.7);
}

body {
  background: #25604D;
}

:root {
  --color-black-070: rgba(0, 0, 0, .5);
}

input {
  color: #FFF;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.hr-vertical {
  background: #466B63;
}

.hr {
  border-top: 1px solid #466B63;
}

.table td {
  border: 1px solid #466B63;
}
.table .row {
  color: #FFF;
}
.table .row.title {
  color: #869F9A;
}
.table .row.even {
  background: rgba(255, 255, 255, 0.04);
}

.remark {
  color: #FFF;
}

.icon-copy {
  background: url(../images/malachite/icon-copy.svg) no-repeat center;
  background-size: 1.2rem;
}
.icon-copy:hover {
  opacity: 0.8;
  background-size: 1.4rem;
}

.input-time {
  background: #29554C;
}
.input-time .field-title {
  color: #FFF;
}

.page-title .title-text {
  color: #FFF;
}
.page-title:before {
  background: linear-gradient(#00AF50, #A9AC00);
}
.page-title .page-back {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.page-title .page-back svg {
  background: #3E8772;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.page-title .page-back:hover svg {
  filter: brightness(1.1);
}

.area-content, .area-other, .area-menu {
  background: #17463D;
  color: #FFF;
}

.nodata {
  color: #869F9A;
}

.pagination .btn {
  background: rgba(255, 255, 255, 0.08);
  color: #FFF;
}
.pagination .btn.first-page .icon {
  background: url(../images/malachite/pagination-first-page.svg) no-repeat center;
}
.pagination .btn.last-page .icon {
  background: url(../images/malachite/pagination-last-page.svg) no-repeat center;
}
.pagination .btn:hover, .pagination .btn.active {
  background: #126E51;
  color: #FFE01B;
}

.popup .popup-title {
  background: #2A574F;
  color: #FFF;
}
.popup .popup-title .btn-close {
  background: #3E8772;
}
.popup .popup-title .btn-close .icon-close {
  color: #FFF;
}
.popup .popup-title .btn-close:hover {
  filter: brightness(1.1);
}
.popup .popup-content {
  background: #17463D;
}
.popup .popup-content .popup-text {
  color: #FFF;
}

.btn-close {
  background: #3E8772;
  transition: all 0.3s ease-in-out;
}
.btn-close .icon-close {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.btn-close:hover {
  filter: brightness(1.1);
}

.field-text {
  color: #FFF;
}

.field-title .required {
  color: #E6473F;
}

.error-hint {
  color: #E6473F;
}

.input-text {
  background: #203632;
  color: #FFF;
}
.input-text.error {
  border: 1px solid #E6473F !important;
}
.input-text.disable, .input-text.disabled {
  opacity: 0.5 !important;
}
.input-text.disable::-webkit-input-placeholder, .input-text.disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.input-text::-webkit-input-placeholder {
  color: #677674;
}
#login-register .input-text {
  background: #393939;
}
#login-register .input-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.input-content.password {
  background: #203632;
}
.input-content.password input {
  color: #FFF;
}
.input-content.password input::-webkit-input-placeholder {
  color: #677674;
}
.login-register-container .input-content {
  background: #393939;
}
.login-register-container .input-content input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.dropdown {
  background: #29554C;
  transition: all 0.3s ease-in-out;
}
.dropdown.disabled {
  opacity: 0.3;
  color: #677674;
}
.register-mobile-verify .dropdown, .register-bankcard-verify .dropdown {
  background: #393939;
}

.dropdown-btn {
  background: #29554C;
  border-color: #29554C;
  color: #FFF;
}
.dropdown-btn .icon {
  background: #3B7C6A;
}
.dropdown-btn:hover {
  filter: brightness(1.1);
}
.popup-content .dropdown-btn {
  background: #203632;
  border-color: #203632;
}
.register-mobile-verify .dropdown-btn, .register-bankcard-verify .dropdown-btn {
  background-color: #393939;
  border: 0;
}
.register-mobile-verify .dropdown-btn .icon, .register-bankcard-verify .dropdown-btn .icon {
  background: #3D4646;
}

.dropdown-title {
  color: #FFF;
}

.list-option {
  background: #242829;
}
.list-option .option {
  color: #FFF;
}
.list-option .option:hover {
  background: #2C3031;
  color: #FFE01B;
}
.list-option::-webkit-scrollbar {
  background: transparent;
}
.list-option::-webkit-scrollbar-thumb {
  background: #40494A;
}

.input-hint {
  color: #A9B6B9;
}
#login-register .input-hint {
  color: rgba(255, 255, 255, 0.32);
}

.optional {
  color: #A9B6B9;
}
#login-register .optional {
  color: rgba(255, 255, 255, 0.3);
}

.password-icon {
  color: #677674;
  cursor: pointer;
}
#login-register .password-icon {
  color: #989898;
}

.checkbox .checkbox-content {
  color: rgba(255, 255, 255, 0.7);
}
.checkbox .checkbox-content .btn-text-link {
  color: #FFCA29;
  transition: all 0.3s ease-in-out;
}
.checkbox .checkbox-content .btn-text-link:hover {
  color: #FFE01B;
}
.checkbox .btn-check {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.checkbox .btn-check.active {
  background: #FFE01B;
  color: #18453C;
  border: 0;
}
.checkbox .check-text {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.checkbox .check-text:hover {
  color: #FFF;
}

.btn-forgot {
  color: #B0FF70;
}
.btn-forgot span {
  color: #B0FF70;
}
.btn-forgot:hover {
  color: #FFE01B;
}
.btn-forgot:hover span {
  color: #FFE01B;
}

.btn-cancel {
  border: 1px solid #2F8660;
  transition: all 0.3s ease-in-out;
}
.btn-cancel a, .btn-cancel span {
  color: #FFF;
}
.btn-cancel:hover {
  filter: brightness(1.1);
}

.btn-send {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  transition: all 0.3s ease-in-out;
}
.btn-send a, .btn-send span {
  color: #FFDF18;
}
.btn-send:hover {
  filter: brightness(1.1);
}
.btn-send.disable, .btn-send:disabled, .btn-send.clicked {
  opacity: 0.4;
}

.btn-function {
  background: linear-gradient(to right, #00AF50, #126E51);
  box-shadow: inset 0 -2px 0 #72CF9A;
  border: 1px solid #72CF9A;
  color: #FFDF18;
  transition: all 0.3s ease-in-out;
}
.btn-function.disable {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 0;
  color: #5F9987;
}
.btn-function.disable .countdown {
  color: #5F9987;
}
.btn-function:hover {
  filter: brightness(1.1);
}
.upload .btn-function {
  background: #126E51;
  border-color: #518D5F;
  box-shadow: none;
}

.btn-option {
  background: #126E51;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.btn-option:hover, .btn-option.active {
  background: #FFDF18;
  color: #18453C;
}
.btn-option.disable {
  background: #0D271C;
  border: 1px solid #2E5B2A;
  color: #677674;
}
.btn-option.disable:hover {
  filter: brightness(1.1);
}

.btn-confirm {
  background: linear-gradient(#f6cf21, #F42F1E);
  border: 1px solid #F59A23;
  color: #FFF;
}
.btn-confirm:hover {
  filter: brightness(1.05);
}

.page-tabs {
  background: #0E2C26;
}
.page-tabs .btn-tabs {
  transition: all 0.3s ease-in-out;
}
.page-tabs .btn-tabs .line-bottom {
  display: none;
}
.page-tabs .btn-tabs:hover, .page-tabs .btn-tabs.active {
  background: #126E51;
  color: #FFE01B;
}

/*-------------- HEADER --------------*/
.header-left {
  background: #1B5141;
}

.menu .menu-list {
  background: linear-gradient(to right, #3C6568, #126E51);
}
.menu .menu-list.casino .menu-list-icon {
  background: url("../images/malachite/icon-casino.svg") no-repeat left center;
}
.menu .menu-list.casino.active .menu-list-icon {
  background: url("../images/malachite/icon-casino-h.svg") no-repeat left center;
}
.menu .menu-list.sports .menu-list-icon {
  background: url("../images/malachite/icon-sports.svg") no-repeat left center;
}
.menu .menu-list.sports.active .menu-list-icon {
  background: url("../images/malachite/icon-sports-h.svg") no-repeat left center;
}
.menu .menu-list.poker .menu-list-icon {
  background: url("../images/malachite/icon-poker.svg") no-repeat left center;
}
.menu .menu-list.poker.active .menu-list-icon {
  background: url("../images/malachite/icon-poker-h.svg") no-repeat left center;
}
.menu .menu-list.lottery .menu-list-icon {
  background: url("../images/malachite/icon-lottery.svg") no-repeat left center;
}
.menu .menu-list.lottery.active .menu-list-icon {
  background: url("../images/malachite/icon-lottery-h.svg") no-repeat left center;
}
.menu .menu-list.fishing .menu-list-icon {
  background: url("../images/malachite/icon-fishing.svg") no-repeat left center;
}
.menu .menu-list.fishing.active .menu-list-icon {
  background: url("../images/malachite/icon-fishing-h.svg") no-repeat left center;
}
.menu .menu-list.egames .menu-list-icon {
  background: url("../images/malachite/icon-egames.svg") no-repeat left center;
}
.menu .menu-list.egames.active .menu-list-icon {
  background: url("../images/malachite/icon-egames-h.svg") no-repeat left center;
}
.menu .menu-list.cockfight .menu-list-icon {
  background: url("../images/malachite/icon-cockfight.svg") no-repeat left center;
}
.menu .menu-list.cockfight.active .menu-list-icon {
  background: url("../images/malachite/icon-cockfight-h.svg") no-repeat left center;
}
.menu .menu-list.discount .menu-list-icon {
  background: url("../images/malachite/icon-discount.svg") no-repeat left center;
}
.menu .menu-list.discount.active .menu-list-icon {
  background: url("../images/malachite/icon-discount-h.svg") no-repeat left center;
}
.menu .menu-list.news .menu-list-icon {
  background: url("../images/malachite/icon-news.svg") no-repeat left center;
}
.menu .menu-list.news.active .menu-list-icon {
  background: url("../images/malachite/icon-news-h.svg") no-repeat left center;
}
.menu .menu-list.service .menu-list-icon {
  background: url("../images/malachite/icon-service.svg") no-repeat left center;
}
.menu .menu-list.service.active .menu-list-icon {
  background: url("../images/malachite/icon-service-h.svg") no-repeat left center;
}
.menu .menu-list.language .menu-list-icon {
  background: url("../images/malachite/icon-language.svg") no-repeat left center;
}
.menu .menu-list.language.active .menu-list-icon {
  background: url("../images/malachite/icon-language-h.svg") no-repeat left center;
}
.menu .menu-list.active, .menu .menu-list:hover {
  filter: brightness(1.1);
}
.menu .menu-list-text {
  color: #FFF;
}
.menu .menu-list-arrow {
  background: #2C7F65;
  color: #FFF;
}
.menu .menu-unfold-list.slot .menu-list-icon {
  background: url("../images/malachite/icon-slot-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.slot:hover .menu-list-icon, .menu .menu-unfold-list.slot.active .menu-list-icon {
  background: url("../images/malachite/icon-slot-h.svg") no-repeat left center;
}
.menu .menu-unfold-list.live .menu-list-icon {
  background: url("../images/malachite/icon-live-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.live:hover .menu-list-icon, .menu .menu-unfold-list.live.active .menu-list-icon {
  background: url("../images/malachite/icon-live-h.svg") no-repeat left center;
}
.menu .menu-unfold-list.hot .menu-list-icon {
  background: url("../images/malachite/icon-hot-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.hot:hover .menu-list-icon, .menu .menu-unfold-list.hot.active .menu-list-icon {
  background: url("../images/malachite/icon-hot-h.svg") no-repeat left center;
}
.menu .menu-unfold-list.poker .menu-list-icon {
  background: url("../images/malachite/icon-poker-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.poker:hover .menu-list-icon, .menu .menu-unfold-list.poker.active .menu-list-icon {
  background: url("../images/malachite/icon-poker-h.svg") no-repeat left center;
}
.menu .menu-unfold-list.esports .menu-list-icon {
  background: url("../images/malachite/icon-esports-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.esports:hover .menu-list-icon, .menu .menu-unfold-list.esports.active .menu-list-icon {
  background: url("../images/malachite/icon-esports-h.svg") no-repeat left center;
}
.menu .menu-unfold-list:hover, .menu .menu-unfold-list.active {
  background: linear-gradient(to right, #3C6568, #126E51);
}
.menu .menu-unfold-list:hover .menu-list-text, .menu .menu-unfold-list.active .menu-list-text {
  color: #FFE01B;
}
.menu .menu-unfold-list.sports .menu-list-icon {
  background: url("../images/malachite/icon-sports-sub-default.svg") no-repeat left center;
}
.menu .menu-unfold-list.sports:hover .menu-list-icon, .menu .menu-unfold-list.sports.active .menu-list-icon {
  background: url("../images/malachite/icon-sports-sub-h.svg") no-repeat left center;
}
.menu .menu-item {
  background: #17463D;
}
.menu .menu-item.unfold .menu-list .menu-list-text {
  color: #FFE01B;
}
.menu .menu-float-list {
  background: #17463D;
  color: #FFF;
}
.menu .menu-float-list .country.active, .menu .menu-float-list .country:hover {
  color: #FFE01B;
  background: linear-gradient(to right, #3C6568, #126E51);
}
.menu.fold .menu-list-text {
  background: #0C3025;
}
.menu.fold .menu-list-text:after {
  border-right: 6px solid #0C3025;
}

/* 浮動按鈕 */
.float-app-item {
  background: linear-gradient(to right, #3C6568, #126E51);
}
.float-app-item.online-cs .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-online-cs.webp);
  background-size: cover;
}
.float-app-item.line .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-line.webp);
  background-size: cover;
}
.float-app-item.telegram .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-telegram.webp);
  background-size: cover;
}
.float-app-item.teams .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-teams.webp);
  background-size: cover;
}
.float-app-item.whatsapp .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-whatsapp.webp);
  background-size: cover;
}
.float-app-item.messenger .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-messenger.webp);
  background-size: cover;
}
.float-app-item.instagram .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-instagram.webp);
  background-size: cover;
}
.float-app-item.zalo .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-zalo.webp);
  background-size: cover;
}
.float-app-item.meiqia .float-app-icon {
  background-image: url(/common/desktop/images/float-icon/float-icon-meiqia.webp);
  background-size: cover;
}
.float-app-item:hover {
  filter: brightness(1.1);
}
.float-app-item .float-app-text {
  background: #0C3025;
  color: #FFF;
}
.float-app-item .float-app-text:after {
  border-right: 6px solid #0C3025;
}

.header-top {
  background: #17463D;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.menu-btn {
  background: url(../images/malachite/icon-menu-btn.svg) no-repeat center #1B5B47;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menu-btn:hover {
  filter: brightness(1.05);
}

.news-marquee {
  background: url("../images/malachite/icon-marquee.webp") no-repeat left center #2A594A;
  border: 1px solid #3D696B;
  color: #FFF;
}

.user-info {
  background: #0C3025;
}
.user-info .balance {
  background: url("../images/malachite/icon-money.svg") no-repeat left center;
  background-size: 18px;
  color: #FFE01B;
}
.user-info .balance .icon-refresh {
  color: #FFF;
}
.user-info .balance.twd {
  background: url(../images/common/currency/icon-twd.svg) no-repeat left center;
  background-size: 18px;
}
.user-info .balance.vnd {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat left center;
  background-size: 18px;
}
.user-info .balance.thb {
  background: url(../images/common/currency/icon-thb.svg) no-repeat left center;
  background-size: 18px;
}
.user-info .balance.usdt {
  background: url(../images/common/currency/icon-usdt.svg) no-repeat left center;
  background-size: 18px;
}
.user-info .balance.aud {
  background: url(../images/common/currency/icon-aud.svg) no-repeat left center;
  background-size: 18px;
}
.user-info .balance.kvnd {
  background: url("../images/common/currency/icon-vnd.svg") no-repeat left center;
  background-size: 18px;
}
.user-info .balance.usdt {
  background-size: 22px;
}
.user-info .user-deposit {
  background: linear-gradient(#FFE01B, #9BF42D);
  color: #18453C;
  box-shadow: inset 0 -2px 0 #17AD7E;
}
.user-info .user-deposit:hover {
  filter: brightness(1.05);
}

.currency-menu {
  background: #0C3025;
  border-color: #3D696B;
}

.currency-list {
  transition: all 0.3s ease-in-out;
}
.currency-list.twd .currency-flag {
  background: url(../images/common/currency/icon-twd.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.vnd .currency-flag {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.thb .currency-flag {
  background: url(../images/common/currency/icon-thb.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.usdt .currency-flag {
  background: url(../images/common/currency/icon-usdt.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.aud .currency-flag {
  background: url(../images/common/currency/icon-aud.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.kvnd .currency-flag {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat left center;
  background-size: cover;
}
.currency-list:after {
  background: rgba(255, 255, 255, 0.1);
}
.currency-list:hover {
  background: linear-gradient(to right, #3C6568, #126E51);
  filter: brightness(1.1);
}

.currency-title {
  color: #B3BEC1;
}

.currency-item {
  color: #FFF;
}

.function-btn {
  background: #1B5B47;
}

.function-btn-item.chatroom {
  background-image: url("../images/malachite/icon-chatroom.svg");
}
.function-btn-item.chatroom:after {
  background: #316B59;
}
.function-btn-item.mail {
  background-image: url("../images/malachite/icon-news.svg");
}
.function-btn-item:hover {
  filter: brightness(1.05);
}

.photo {
  border: 2px solid #36494F;
  background: url(/images/common/photo.webp) no-repeat top center;
  background-size: 50px;
  transition: all 0.3s ease-in-out;
}
.photo:hover {
  filter: brightness(1.05);
}

.user-menu {
  background: #2B2F30;
  color: #A9B6B9;
}
.user-menu .user-menu-list.my-info-basic {
  background: url(../images/malachite/icon-my-info-basic.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.deal-detail {
  background: url(../images/malachite/icon-deal-detail.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.bet-record {
  background: url(../images/malachite/icon-bet-record.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.bonus-record {
  background: url(../images/malachite/icon-bonus-record.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.promote {
  background: url(../images/malachite/icon-promote.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.red-envelope-code {
  background: url(../images/malachite/icon-red-envelope-code.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.all-agent {
  background: url(../images/malachite/icon-all-agent.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.bankcard-info {
  background: url(../images/malachite/icon-bankcard-info.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.check {
  background: url(../images/malachite/icon-check.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.my-info-member {
  background: url(../images/malachite/icon-my-info-member.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.qa {
  background: url(../images/malachite/icon-qa.svg) no-repeat 8px center;
}
.user-menu .user-menu-list.logout {
  background: url(../images/malachite/icon-logout.svg) no-repeat 8px center;
}
.user-menu .user-menu-list:hover {
  background-color: #323838;
}

.logout-btn button.reg-btn {
  background: #126E51;
  border: 2px solid #518D5F;
  color: #FFDF18;
}
.logout-btn button.reg-btn:hover {
  border-color: #FFF;
  color: #FFF;
}
.logout-btn button.login-btn {
  border: 2px solid #2F8660;
  color: #FFF;
}
.logout-btn button.login-btn:hover {
  border-color: #00FBB1;
  color: #00FBB1;
}

.dropdown-language .dropdown-btn {
  background: url(../images/malachite/icon-language.svg) no-repeat center #32393A;
}
.dropdown-language .dropdown-btn:hover {
  filter: brightness(1.1);
}
.header .dropdown-language .dropdown-btn {
  background-color: #1B5B47;
}
#login-register .dropdown-language .dropdown-btn {
  border: 0;
}
.dropdown-language .country {
  color: #FFF;
}
.dropdown-language .country.active, .dropdown-language .country:hover {
  color: #FFE01B;
  background: linear-gradient(to right, #3C6568, #126E51);
}

#dropdown-flag {
  background: #161818;
}
.header #dropdown-flag {
  background: #0C3025;
}

.music {
  background: #1B5B47;
  color: #AFFFD4;
  transition: all 0.3s ease-in-out;
}
.music .off {
  color: #AAA;
}
.music:hover {
  filter: brightness(1.05);
}

/*-------------- 首頁 --------------*/
.slider .slider-dot .list-dot {
  background: #17463D;
}
.slider .slider-dot .list-dot:hover, .slider .slider-dot .list-dot.active {
  background: #FFE01B;
}
.slider .btn-chang-page {
  color: #FFF;
  background-image: linear-gradient(#32393A, #32393A, #FFE01B, #9BF42D);
}
.slider .btn-chang-page:hover {
  color: #07063F;
  background-position: 0 100%;
}

.big-win-title {
  color: #FFF;
}
.big-win-title span {
  background: #FFE01B;
}
.big-win-title span:before {
  background: #FFE01B;
}

.big-win-tab .tab-list {
  color: #FFF;
}
.big-win-tab .tab-list:after {
  background: #FFE01B;
}
.big-win-tab .tab-list:hover {
  filter: brightness(0.9);
}

.big-win-list {
  background: #1B5141;
}

.big-win-item:hover {
  filter: brightness(0.85);
}

.big-win-pic {
  background: linear-gradient(#2C3031, #254739 40%, #007444);
}

.big-win-name {
  color: #FFF;
}

.big-win-amount {
  color: #FFE01B;
}

.copy-reminder {
  background: #126E51;
  color: #FFF;
}

.profit {
  background: url(../images/malachite/betting-slip-bg.webp) #2C5D4E center top;
  background-size: cover;
}

.profit-title {
  color: #FFF;
}

.profit-amount {
  color: #FFE01B;
}
.profit-amount.twd {
  background: url(../images/common/currency/icon-twd.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.vnd {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.thb {
  background: url(../images/common/currency/icon-thb.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.usdt {
  background: url(../images/common/currency/icon-usdt.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.aud {
  background: url(../images/common/currency/icon-aud.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.kvnd {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat left center;
  background-size: 22px;
}
.profit-amount.usdt {
  background-size: 24px;
}

.profit-detail {
  background: rgba(0, 0, 0, 0.1);
}

.profit-item .title {
  color: #B3BEC1;
}
.profit-item .amount {
  color: #FFF;
}

.midline {
  background: #2C5D4E;
}
.midline .hr {
  border-color: #5A8678;
}
.midline:before, .midline:after {
  background: #17463D;
}

.betting-slip-info {
  background: #2C5D4E;
}

.betting-slip-photo {
  border-color: #36494F;
  background: url(/images/common/photo.webp) no-repeat top center;
  background-size: 50px;
}

.betting-slip-text {
  color: #FFF;
}

.betting-slip-ident .ident {
  background: url(../images/malachite/icon-verify.svg) no-repeat left center;
  color: #FFF;
}
.betting-slip-ident .copy {
  background: url(../images/malachite/icon-copy.svg) no-repeat center;
}
.betting-slip-ident .copy:hover {
  filter: brightness(1.05);
}

.quickly-game {
  background: #2C5D4E;
}

.quickly-game-list {
  background: #285546;
}

.quickly-game-pic {
  background: linear-gradient(#2C3031, #254739 40%, #007444);
}

.quickly-info {
  color: #FFF;
}
.quickly-info .game-provider {
  color: #B3BEC1;
}

.play-now {
  color: #FFF;
}
.play-now:hover {
  filter: brightness(1.1);
}

.game-theme-list.casino .game-theme-title {
  background: url(../images/malachite/icon-casino.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.casino:after {
  background: url(../images/malachite/games-theme-casino.webp) no-repeat right top;
}
.game-theme-list.sports .game-theme-title {
  background: url(../images/malachite/icon-sports.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.sports:after {
  background: url(../images/malachite/games-theme-sports.webp) no-repeat right top;
}
.game-theme-list.lottery .game-theme-title {
  background: url(../images/malachite/icon-lottery.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.lottery:after {
  background: url(../images/malachite/games-theme-lottery.webp) no-repeat right top;
}
.game-theme-list.fishing .game-theme-title {
  background: url(../images/malachite/icon-fishing.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.fishing:after {
  background: url(../images/malachite/games-theme-fishing.webp) no-repeat right top;
}
.game-theme-list.cockfight .game-theme-title {
  background: url(../images/malachite/icon-cockfight.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.cockfight:after {
  background: url(../images/malachite/games-theme-cockfight.webp) no-repeat right top;
}
.game-theme-list.egames .game-theme-title {
  background: url(../images/malachite/icon-egames.svg) no-repeat left center;
  color: #FFF;
}
.game-theme-list.egames:after {
  background: url(../images/malachite/games-theme-egames.webp) no-repeat right top;
}
.game-theme-list.casino {
  background: linear-gradient(to right, #17463D, #53A289);
}
.game-theme-list.sports {
  background: linear-gradient(to right, #203358, #5797A2);
}
.game-theme-list.lottery {
  background: linear-gradient(to right, #474000, #658B22);
}
.game-theme-list.fishing {
  background: linear-gradient(to right, #153C45, #4F8697);
}
.game-theme-list.cockfight {
  background: linear-gradient(to right, #10404C, #498A7E);
}
.game-theme-list.egames {
  background: linear-gradient(to right, #273F45, #8E7EB8);
}
.game-theme-list .game-theme-text {
  color: #FFF;
}
.game-theme-list:hover {
  filter: brightness(1.05);
}

.first-game-item {
  color: #FFF;
}

.game-item-top {
  color: #FFF;
}

.game-item-arrow .btn-all-game, .game-item-arrow .btn-chang-game, .game-item-arrow .btn-refresh {
  background: #3E8772;
}
.game-item-arrow .btn-all-game:hover, .game-item-arrow .btn-chang-game:hover, .game-item-arrow .btn-refresh:hover {
  filter: brightness(1.1);
}

.providers-name {
  color: #FFF;
}

.live-sports-title {
  color: #FFF;
}

.live-sports-list {
  background: #1B5141;
  color: #FFF;
}

.score-state .state {
  color: #FFF;
}

.away-win, .draw, .home-win {
  background: #2C6C59;
}
.away-win .odds, .draw .odds, .home-win .odds {
  color: #fC3C3C;
}
.away-win:hover, .draw:hover, .home-win:hover {
  filter: brightness(1.05);
}

.round-race-tab {
  background: #225E4C;
}
.round-race-tab .tab-list {
  color: #FFF;
}
.round-race-tab .tab-list.active, .round-race-tab .tab-list:hover {
  background: #3E8772;
}
.round-race-tab .tab-list:active {
  transform: translateY(1px);
}

.round-race-content {
  background: #225E4C;
  color: #FFF;
}

.table-content tr:nth-child(odd) {
  background: #205947;
}
.table-content tr td.game-name:before {
  background: url(../images/malachite/icon-round-race.webp) no-repeat center;
  background-size: cover;
}
.table-content tr td.profit {
  background: none;
}
.table-content tr td.profit.positive {
  color: #FFE01B;
}
.table-content tr td.profit.negative {
  color: #FFF;
}
.table-content tr td.bet-amount.twd:after, .table-content tr td.profit.twd:after {
  background: url(../images/common/currency/icon-twd.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.vnd:after, .table-content tr td.profit.vnd:after {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.thb:after, .table-content tr td.profit.thb:after {
  background: url(../images/common/currency/icon-thb.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.usdt:after, .table-content tr td.profit.usdt:after {
  background: url(../images/common/currency/icon-usdt.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.aud:after, .table-content tr td.profit.aud:after {
  background: url(../images/common/currency/icon-aud.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.kvnd:after, .table-content tr td.profit.kvnd:after {
  background: url(../images/common/currency/icon-vnd.svg) no-repeat center;
  background-size: cover;
}
.table-content tr td.bet-amount.usdt:after, .table-content tr td.profit.usdt:after {
  background-size: 24px;
}

/*-------------- 遊戲頁 --------------*/
.function-search {
  background: #17463D;
  border-color: #295E54;
}
.function-search:focus-within {
  border-color: #FFE01B;
}
.function-search .icon-search {
  color: #B3BEC1;
}
.function-search .search-input::-webkit-input-placeholder {
  color: #757B84;
}
.function-search .search-clear {
  background: #3B7C6A;
  color: #FFF;
}
.function-search .search-clear:hover {
  filter: brightness(1.1);
}

.function-category .btn-category.lobby .category-icon {
  background: url(../images/malachite/icon-lobby-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.lobby .category-text {
  color: #FFF;
}
.function-category .btn-category.lobby.active, .function-category .btn-category.lobby:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.lobby.active .category-icon, .function-category .btn-category.lobby:hover .category-icon {
  background-image: url(../images/malachite/icon-lobby-h.svg);
}
.function-category .btn-category.lobby.active .category-text, .function-category .btn-category.lobby:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.hot .category-icon {
  background: url(../images/malachite/icon-hot-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.hot .category-text {
  color: #FFF;
}
.function-category .btn-category.hot.active, .function-category .btn-category.hot:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.hot.active .category-icon, .function-category .btn-category.hot:hover .category-icon {
  background-image: url(../images/malachite/icon-hot-h.svg);
}
.function-category .btn-category.hot.active .category-text, .function-category .btn-category.hot:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.slot .category-icon {
  background: url(../images/malachite/icon-slot-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.slot .category-text {
  color: #FFF;
}
.function-category .btn-category.slot.active, .function-category .btn-category.slot:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.slot.active .category-icon, .function-category .btn-category.slot:hover .category-icon {
  background-image: url(../images/malachite/icon-slot-h.svg);
}
.function-category .btn-category.slot.active .category-text, .function-category .btn-category.slot:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.poker .category-icon {
  background: url(../images/malachite/icon-poker-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.poker .category-text {
  color: #FFF;
}
.function-category .btn-category.poker.active, .function-category .btn-category.poker:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.poker.active .category-icon, .function-category .btn-category.poker:hover .category-icon {
  background-image: url(../images/malachite/icon-poker-h.svg);
}
.function-category .btn-category.poker.active .category-text, .function-category .btn-category.poker:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.live .category-icon {
  background: url(../images/malachite/icon-live-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.live .category-text {
  color: #FFF;
}
.function-category .btn-category.live.active, .function-category .btn-category.live:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.live.active .category-icon, .function-category .btn-category.live:hover .category-icon {
  background-image: url(../images/malachite/icon-live-h.svg);
}
.function-category .btn-category.live.active .category-text, .function-category .btn-category.live:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.sports .category-icon {
  background: url(../images/malachite/icon-sports-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.sports .category-text {
  color: #FFF;
}
.function-category .btn-category.sports.active, .function-category .btn-category.sports:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.sports.active .category-icon, .function-category .btn-category.sports:hover .category-icon {
  background-image: url(../images/malachite/icon-sports-h.svg);
}
.function-category .btn-category.sports.active .category-text, .function-category .btn-category.sports:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.esports .category-icon {
  background: url(../images/malachite/icon-esports-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.esports .category-text {
  color: #FFF;
}
.function-category .btn-category.esports.active, .function-category .btn-category.esports:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.esports.active .category-icon, .function-category .btn-category.esports:hover .category-icon {
  background-image: url(../images/malachite/icon-esports-h.svg);
}
.function-category .btn-category.esports.active .category-text, .function-category .btn-category.esports:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.fishing .category-icon {
  background: url(../images/malachite/icon-fishing-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.fishing .category-text {
  color: #FFF;
}
.function-category .btn-category.fishing.active, .function-category .btn-category.fishing:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.fishing.active .category-icon, .function-category .btn-category.fishing:hover .category-icon {
  background-image: url(../images/malachite/icon-fishing-h.svg);
}
.function-category .btn-category.fishing.active .category-text, .function-category .btn-category.fishing:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.cockfight .category-icon {
  background: url(../images/malachite/icon-cockfight-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.cockfight .category-text {
  color: #FFF;
}
.function-category .btn-category.cockfight.active, .function-category .btn-category.cockfight:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.cockfight.active .category-icon, .function-category .btn-category.cockfight:hover .category-icon {
  background-image: url(../images/malachite/icon-cockfight-h.svg);
}
.function-category .btn-category.cockfight.active .category-text, .function-category .btn-category.cockfight:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.lottery .category-icon {
  background: url(../images/malachite/icon-lottery-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.lottery .category-text {
  color: #FFF;
}
.function-category .btn-category.lottery.active, .function-category .btn-category.lottery:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.lottery.active .category-icon, .function-category .btn-category.lottery:hover .category-icon {
  background-image: url(../images/malachite/icon-lottery-h.svg);
}
.function-category .btn-category.lottery.active .category-text, .function-category .btn-category.lottery:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.egames .category-icon {
  background: url(../images/malachite/icon-egames-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.egames .category-text {
  color: #FFF;
}
.function-category .btn-category.egames.active, .function-category .btn-category.egames:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.egames.active .category-icon, .function-category .btn-category.egames:hover .category-icon {
  background-image: url(../images/malachite/icon-egames-h.svg);
}
.function-category .btn-category.egames.active .category-text, .function-category .btn-category.egames:hover .category-text {
  color: #FFE01B;
}
.function-category .btn-category.supplier .category-icon {
  background: url(../images/malachite/icon-supplier-default.svg) no-repeat center;
  background-size: cover;
}
.function-category .btn-category.supplier .category-text {
  color: #FFF;
}
.function-category .btn-category.supplier.active, .function-category .btn-category.supplier:hover {
  background-color: rgba(0, 175, 80, 0.3);
}
.function-category .btn-category.supplier.active .category-icon, .function-category .btn-category.supplier:hover .category-icon {
  background-image: url(../images/malachite/icon-supplier-h.svg);
}
.function-category .btn-category.supplier.active .category-text, .function-category .btn-category.supplier:hover .category-text {
  color: #FFE01B;
}

.game-list .game-item.default {
  justify-content: center;
  background: linear-gradient(#18453C, #1D5747);
}
.game-list .game-item.loading {
  height: 193px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 60%) rgba(255, 255, 255, 0.04);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

.game-list-title {
  color: #FFF;
}

.game-supplier-item {
  background: #2B775F;
}
.game-supplier-item:hover {
  filter: brightness(1.1);
}

.game-list-back {
  background: #3E8772;
  color: #FFF;
}
.game-list-back:hover {
  filter: brightness(1.1);
}

.game-cover {
  background: rgba(15, 39, 31, 0.7);
}
.game-cover .btn-play {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

#game-surface .game-header {
  background: #252B2D;
}
#game-surface .game-header .btn-list .btn.close-game {
  border: 1px solid #2F8660;
  color: white;
}
#game-surface .game-header .btn-list .btn.close-game:hover {
  filter: brightness(1.1);
}
#game-surface .game-header .btn-list .btn.deposit, #game-surface .game-header .btn-list .btn.multi-game {
  background: linear-gradient(to right, #00AF50, #126E51);
  box-shadow: inset 0 -2px 0 #72CF9A;
  border: 1px solid #72CF9A;
  color: #FFDF18;
}
#game-surface .game-header .btn-list .btn.deposit:hover, #game-surface .game-header .btn-list .btn.multi-game:hover {
  filter: brightness(1.1);
}
#game-surface .game-header .btn.screen {
  border: 1px solid #2F8660;
  color: white;
}
#game-surface .game-header .btn.screen:hover {
  filter: brightness(1.1);
}

#game-surface-popup-deposit .input-content {
  background: #29554C;
}
#game-surface-popup-deposit .input-content.select .input-text {
  background: none;
  border-color: transparent;
}
#game-surface-popup-deposit .input-content.select .input-text .unselect {
  color: #869F9A;
}
#game-surface-popup-deposit .input-content.select .btn-select {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  cursor: pointer;
}
#game-surface-popup-deposit .input-content.select .btn-select:hover {
  filter: brightness(1.1);
}
#game-surface-popup-deposit .channel-info {
  background: #29554C;
}
#game-surface-popup-deposit .channel-info .item .field-title {
  color: #869F9A;
}
#game-surface-popup-deposit .channel-info .info-content {
  color: #FFF;
}
#game-surface-popup-deposit .channel-info .info-content .hr {
  border-color: #466B63;
}
#game-surface-popup-deposit .area-amount .input-area .input-remark {
  color: #FFF;
}
#game-surface-popup-deposit .area-amount .input-area .input-remark .rate .amount-convert {
  color: #B0FF70;
}
#game-surface-popup-deposit .input-area.upload .btn-function {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  transition: all 0.3s ease-in-out;
}
#game-surface-popup-deposit .input-area.upload .btn-function:hover {
  filter: brightness(1.1);
}
#game-surface-popup-deposit .input-area.upload .input-text {
  color: #FFF;
}
#game-surface-popup-deposit .input-area.upload .input-text.no-data {
  color: #677674;
}
#game-surface-popup-deposit .input-area.upload.error {
  border: 1px solid #E6473F;
}
#game-surface-popup-deposit .wallet-info .info-content {
  background: #2F3230;
  color: #fff;
}
#game-surface-popup-deposit .popup-content::-webkit-scrollbar {
  background-color: #385759;
}
#game-surface-popup-deposit .popup-content::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}

#game-surface-popup-multi .list-game .game-icon {
  transition: all 0.3s ease-in-out;
}
#game-surface-popup-multi .list-game .game-icon .tag-select {
  background: url("../images/malachite/game-select.webp") no-repeat center;
}
#game-surface-popup-multi .list-game .game-icon .icon-border {
  background: #007444;
}
#game-surface-popup-multi .list-game .game-icon .game-name {
  color: #FFF;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border .icon-img {
  width: 50%;
}
#game-surface-popup-multi .list-game .game-icon:hover {
  filter: brightness(1.1);
}
#game-surface-popup-multi .surface-select {
  background: #285546;
}
#game-surface-popup-multi .surface-select .list-select .item .icon-border {
  background: #007444;
}
#game-surface-popup-multi .surface-select .list-select .item .game-name {
  color: #FFF;
}
#game-surface-popup-multi .surface-select .list-select .item .btn-delete {
  background: #E6473F;
  border: 1px solid #FF9F9F;
}
#game-surface-popup-multi .surface-select .list-select .item .btn-delete .icon {
  background: url("../images/malachite/game-delete.svg") no-repeat center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#game-surface-popup-multi .surface-select .list-select .item.unselect .icon-border {
  background: rgba(0, 0, 0, 0.2);
  border: 2px dotted #677674;
}
#game-surface-popup-multi .surface-select .list-select .item.unselect .game-name {
  color: #677674;
}

#index-popup-check .popup-content {
  background: #17463D;
}
#index-popup-check .popup-content .area.check-day .total-day {
  color: #FFF;
}
#index-popup-check .popup-content .area.check-day .total-day .day {
  color: #BBFF00;
}
#index-popup-check .popup-content .area .area-title {
  font-size: 1.2rem;
  color: #FFF;
  padding-left: 1rem;
}
#index-popup-check .popup-content .area .list {
  background: #2C5D4E;
  border-radius: 12px;
  padding: 0.8rem;
}
#index-popup-check .popup-content .area .list .btn-check {
  background: #285546;
}
#index-popup-check .popup-content .area .list .btn-check .day {
  color: #B3BEC1;
}
#index-popup-check .popup-content .area .list .btn-check .btn-img {
  height: 33px;
  background: url("../images/malachite/popup-check-coin.webp") no-repeat center bottom;
}
#index-popup-check .popup-content .area .list .btn-check .award {
  color: #677674;
}
#index-popup-check .popup-content .area .list .btn-check.confirmed .day {
  color: #FFF;
}
#index-popup-check .popup-content .area .list .btn-check.confirmed .btn-img {
  background-position: center top;
}
#index-popup-check .popup-content .area .list .btn-check.confirmed .award {
  color: #FFF;
}
#index-popup-check .popup-content .area .list .btn-check.today {
  background: linear-gradient(#FFE01B, #9BF42D);
  color: #18453C;
  box-shadow: inset 0 -2px 0 #17AD7E;
}
#index-popup-check .popup-content .area .list .btn-check.today .day {
  color: #18453C;
}
#index-popup-check .popup-content .area .list .btn-check.today .btn-img {
  background-position: center;
}
#index-popup-check .popup-content .area .list .btn-check.today .award {
  color: #18453C;
}
#index-popup-check .popup-content .area.check-continuous .list .btn-check .btn-img {
  background: url("../images/malachite/popup-check-gift.webp") no-repeat center bottom;
}
#index-popup-check .popup-content .area.check-continuous .list .btn-check.confirmed .btn-img {
  background: url("../images/malachite/popup-check-coin.webp") no-repeat center top;
}
#index-popup-check .popup-content .area.check-continuous .list .btn-check.today .btn-img {
  background-position: top;
}
#index-popup-check .popup-content .game-category {
  color: #FFF;
}

#index-popup-news .item {
  background: #126E51;
  transition: all 0.3s ease-in-out;
}
#index-popup-news .item:hover {
  filter: brightness(1.1);
}
#index-popup-news .content .title {
  color: #FFF;
}
#index-popup-news .notify-title {
  color: #FFF;
}
#index-popup-news .notify-title .notify-date {
  color: #677674;
}
#index-popup-news .notify-content {
  color: #FFF;
}
#index-popup-news .notify-btn {
  transition: all 0.3s ease-in-out;
}
#index-popup-news .notify-btn .notify-btn-close {
  border: 1px solid #2F8660;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#index-popup-news .notify-btn .notify-btn-close:hover {
  filter: brightness(1.1);
}
#index-popup-news .notify-btn .notify-btn-next {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  transition: all 0.3s ease-in-out;
}
#index-popup-news .notify-btn .notify-btn-next:hover {
  filter: brightness(1.1);
}

.tab-title {
  background: #2A574F;
  color: #FFF;
}
.tab-title.active, .tab-title:hover {
  background: #126E51;
  color: #FFE01B;
}

.tab-content {
  background: #17463D;
}

#deposit .page-state.reject .verify-item-reject .img {
  background: url("/common/desktop/images/icon-white/icon-reject.gif") no-repeat center;
  background-size: 72px;
}
#deposit .page-state.review .verify-item-review .img {
  background: url("/common/desktop/images/icon-white/icon-review.gif") no-repeat center;
  background-size: 72px;
}
#deposit .page-state.nodata .verify-item-nodata .img {
  background: url("/common/desktop/images/icon-white/icon-nodata.gif") no-repeat center;
  background-size: 72px;
}
#deposit .list-content .area-amount .input-area .input-remark {
  color: #FFF;
}
#deposit .list-content .area-amount .input-area .input-remark .rate .amount-convert {
  color: #B0FF70;
}
#deposit .input-content {
  background: #29554C;
}
#deposit .input-content.select .input-text {
  background: none;
  border: 0;
}
#deposit .input-content.select .input-text .unselect {
  color: #677674;
}
#deposit .input-content.select .btn-select {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  cursor: pointer;
}
#deposit .input-content.select .btn-select:hover {
  filter: brightness(1.1);
}
#deposit .input-area .channel-info {
  background: #29554C;
}
#deposit .input-area .channel-info .item .field-title {
  color: #869F9A;
}
#deposit .input-area .channel-info .info-content .hr {
  border-color: #466B63;
}
#deposit .input-area .input-remark {
  color: #FFF;
}
#deposit .wallet-info .info-content {
  background: #29554C;
}

#deposit, #game-surface-popup-deposit {
  /* 存款方式按鈕 */
  /* 刮刮卡 - 金額 */
}
#deposit .deposit-offers .info-content, #game-surface-popup-deposit .deposit-offers .info-content {
  background: #29554C;
  border-radius: 4px;
}
#deposit .deposit-offers .info-content .offers-list, #game-surface-popup-deposit .deposit-offers .info-content .offers-list {
  border-color: #466B63;
}
#deposit .deposit-offers .info-content .offers-list .offers-title, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-title {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#deposit .deposit-offers .info-content .offers-list .offers-title input, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-title input {
  background: #FFF;
  border-color: #CCC;
}
#deposit .deposit-offers .info-content .offers-list .offers-title input:checked, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-title input:checked {
  border-color: #498900;
}
#deposit .deposit-offers .info-content .offers-list .offers-title input:checked:before, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-title input:checked:before {
  background: linear-gradient(#498900, #2F5800);
}
#deposit .deposit-offers .info-content .offers-list .offers-remark, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-remark {
  color: #869F9A;
}
#deposit .deposit-offers .info-content .offers-list .offers-amount, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-amount {
  color: #FFDD00;
}
#deposit .deposit-offers .info-content .offers-list:hover .offers-title, #deposit .deposit-offers .info-content .offers-list.active .offers-title, #game-surface-popup-deposit .deposit-offers .info-content .offers-list:hover .offers-title, #game-surface-popup-deposit .deposit-offers .info-content .offers-list.active .offers-title {
  color: #97FF00;
}
#deposit .deposit-btn .btn-list, #game-surface-popup-deposit .deposit-btn .btn-list {
  background: #0E2C26;
}
#deposit .deposit-btn .btn-list.bank-transfer .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.bank-transfer .btn-img {
  background: url(../images/malachite/deposit-icon-bank-transfer.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.atm .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.atm .btn-img {
  background: url(../images/malachite/deposit-icon-atm.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.crypto .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.crypto .btn-img {
  background: url(../images/malachite/deposit-icon-crypto.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.credit-card .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.credit-card .btn-img {
  background: url(../images/malachite/deposit-icon-credit-card.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.store-pay .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.store-pay .btn-img {
  background: url(../images/malachite/deposit-icon-store-pay.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.qr-code .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.qr-code .btn-img {
  background: url(../images/malachite/deposit-icon-qr-code.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.direct-connection .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.direct-connection .btn-img {
  background: url(../images/malachite/deposit-icon-direct-connection.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.e-wallet .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.e-wallet .btn-img {
  background: url(../images/malachite/deposit-icon-e-wallet.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.scratch-card .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.scratch-card .btn-img {
  background: url(../images/malachite/deposit-icon-scratch-card.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list .btn-text, #game-surface-popup-deposit .deposit-btn .btn-list .btn-text {
  color: #FFF;
}
#deposit .deposit-btn .btn-list:hover, #deposit .deposit-btn .btn-list.active, #game-surface-popup-deposit .deposit-btn .btn-list:hover, #game-surface-popup-deposit .deposit-btn .btn-list.active {
  background: linear-gradient(#FFE01B, #9BF42D);
  box-shadow: inset 0 -2px 0 #17AD7E;
}
#deposit .deposit-btn .btn-list:hover .btn-img, #deposit .deposit-btn .btn-list.active .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list:hover .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.active .btn-img {
  background-position: center bottom;
}
#deposit .deposit-btn .btn-list:hover .btn-text, #deposit .deposit-btn .btn-list.active .btn-text, #game-surface-popup-deposit .deposit-btn .btn-list:hover .btn-text, #game-surface-popup-deposit .deposit-btn .btn-list.active .btn-text {
  color: #0E2C26;
}
#deposit .input-content input.input-text, #game-surface-popup-deposit .input-content input.input-text {
  color: #FFF;
}
#deposit .input-content .clear-btn, #game-surface-popup-deposit .input-content .clear-btn {
  background: #3B7C6A;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#deposit .input-content .clear-btn:hover, #game-surface-popup-deposit .input-content .clear-btn:hover {
  opacity: 0.8;
}
#deposit .card, #game-surface-popup-deposit .card {
  background: url(../images/malachite/card-bank.webp) no-repeat center;
  background-size: cover;
  color: #FFF;
}
#deposit .card .card-title .tag.success, #game-surface-popup-deposit .card .card-title .tag.success {
  background: #009865;
}
#deposit .card .card-title .tag.fail, #game-surface-popup-deposit .card .card-title .tag.fail {
  background: #B41D1D;
}
#deposit .card .card-title .tag.review, #game-surface-popup-deposit .card .card-title .tag.review {
  background: #F95B00;
}
#deposit .input-area.scratch-card .amount-radio-button .btn-option input, #game-surface-popup-deposit .input-area.scratch-card .amount-radio-button .btn-option input {
  border-color: #498900;
  background: #FFF;
}
#deposit .input-area.scratch-card .amount-radio-button .btn-option input:checked:before, #game-surface-popup-deposit .input-area.scratch-card .amount-radio-button .btn-option input:checked:before {
  background: linear-gradient(#498900, #2F5800);
}

#quickpay-qrcode .time-left {
  color: #E6473F;
}
#quickpay-qrcode .qrcode-img {
  background: #FFF;
}

#withdraw .wallet {
  background: linear-gradient(#335759, #244D45);
}
#withdraw .wallet .wallet-text {
  color: #FFF;
}
#withdraw .wallet .wallet-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/malachite/icon-wallet-balance.svg) no-repeat left center;
  background-size: cover;
}
#withdraw .wallet .wallet-amount {
  color: #FFC71C;
}
#withdraw .list-function .btn-function {
  background: #126E51;
  border: 1px solid #518D5F;
  box-shadow: none;
  color: #FFDF18;
}
#withdraw .list-function .btn-function:hover {
  filter: brightness(1.1);
}
#withdraw .list-function .btn-function.disable {
  background: #0D271C;
  border: 1px solid #2E5B2A;
  color: #677674;
}
#withdraw .list-function .btn-refresh {
  background: #1B5B47;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#withdraw .list-function .btn-refresh:hover {
  filter: brightness(1.1);
}
#withdraw .verity-state .page-state-reject .img {
  background: url("/common/desktop/images/icon-white/icon-reject.gif") no-repeat center;
  background-size: 72px;
}
#withdraw .verity-state .page-state-review .img {
  background: url("/common/desktop/images/icon-white/icon-review.gif") no-repeat center;
  background-size: 72px;
}
#withdraw .verity-state .page-state-nodata .img {
  background: url("/common/desktop/images/icon-white/icon-nodata.gif") no-repeat center;
  background-size: 72px;
}
#withdraw .verity-state .page-state-nodata .img {
  background: url("../images/malachite/add-card.webp") no-repeat center;
  background-size: cover;
}
#withdraw .card {
  background: url(../images/malachite/card-bank.webp) no-repeat center;
  background-size: cover;
}
#withdraw .card .card-title .tag.success {
  background: #009865;
}
#withdraw .card .card-title .tag.fail {
  background: #B41D1D;
}
#withdraw .card .card-title .tag.review {
  background: #F95B00;
}
#withdraw .input-content .input-text {
  color: #FFC300;
}
#withdraw .input-content .clear-btn {
  background: #3B7C6A;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#withdraw .input-content .clear-btn:hover {
  filter: brightness(1.1);
}
#withdraw .input-remark .amount-convert {
  color: #BBFF00;
}

#withdraw-popup-add .input-content {
  background: #203632;
}
#withdraw-popup-add .input-content.select .input-text {
  background: none;
  border-color: transparent;
}
#withdraw-popup-add .input-content.select .input-text .unselect {
  color: #677674;
}
#withdraw-popup-add .input-content.select .btn-select {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  cursor: pointer;
}
#withdraw-popup-add .input-content.select .btn-select:hover {
  filter: brightness(1.1);
}
#withdraw-popup-add .input-area.phone .input-content {
  background: none;
}
#withdraw-popup-add .popup-content::-webkit-scrollbar {
  background-color: #385759;
}
#withdraw-popup-add .popup-content::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}

#withdraw-popup-verify .list-upload .input-upload {
  background: #203632;
}
#withdraw-popup-verify .list-upload .input-upload .upload-number {
  color: #677674;
}
#withdraw-popup-verify .list-upload .input-upload .btn-function {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
#withdraw-popup-verify .list-upload .input-upload .btn-function:hover {
  filter: brightness(1.1);
}
#withdraw-popup-verify .list-upload .input-upload .upload-text {
  color: #FFF;
}
#withdraw-popup-verify .list-upload .input-upload .upload-text.nodata {
  color: #677674;
}
#withdraw-popup-verify .list-upload .input-upload.error {
  border: 1px solid #E6473F;
}

#withdraw-popup-amount .card {
  color: #FFF;
  background: rgba(255, 255, 255, 0.08);
}
#withdraw-popup-amount .card .card-title {
  background: rgba(255, 255, 255, 0.08);
}
#withdraw-popup-amount .card .card-content .field-title {
  color: rgba(255, 255, 255, 0.7);
}
#withdraw-popup-amount .area-amount .input-area .input-remark {
  color: #FFF;
}
#withdraw-popup-amount .area-amount .input-area .input-remark .rate .amount-convert {
  color: #BBFF00;
}

.list-discount .item {
  background: #126E51;
  transition: all 0.3s ease-in-out;
}
.list-discount .item:hover {
  filter: brightness(1.1);
}

#discount-detail .area-content .btn-back svg {
  background: #3E8772;
  color: #FFF;
}
#discount-detail .area-content .btn-back:hover {
  filter: brightness(1.1);
}
#discount-detail .discount-jp {
  background: linear-gradient(180deg, #FFAA4E 0%, #FEEBA4 2.96%, #E05704 20.24%, #FFDC19 48%, #F78009 73.5%, #F25100 100%);
}
#discount-detail .discount-jp .area-data {
  background: #F6F1ED;
  color: #502700;
}
#discount-detail .discount-jp .area-data .hr-vertical {
  background: #CCC;
}
#discount-detail .discount-jp .area-data .hr {
  border-color: #CCC;
}
#discount-detail .discount-jp .area-title .list-text .text {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #fff;
  color: #FF7A2D;
  paint-order: stroke fill;
}

.discount-title .date {
  color: #A6B3B5;
}
.discount-title .btn-apply {
  background: linear-gradient(to right, #00AF50, #126E51);
  box-shadow: inset 0 -2px 0 #72CF9A;
  border: 1px solid #72CF9A;
  color: #FFDF18;
}
.discount-title .btn-apply:hover {
  filter: brightness(1.1);
}
.discount-title .btn-apply.ineligible, .discount-title .btn-apply.applied {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 0;
  color: #5F9987;
}

.area-other .area-title:before {
  background: linear-gradient(to right, rgba(116, 183, 150, 0), rgba(116, 183, 150, 0.2) 50%, #345143);
}
.area-other .area-title:after {
  background: linear-gradient(to right, #345143, rgba(116, 183, 150, 0.2) 50%, rgba(116, 183, 150, 0));
}
.area-other .list .item {
  background: #126E51;
  transition: all 0.3s ease-in-out;
}
.area-other .list .item:hover {
  filter: brightness(1.1);
}
.area-other .btn-more {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFDF18;
}
.area-other .btn-more:hover {
  filter: brightness(1.1);
}

#discount-popup-red-envelope .btn-close, #red-envelope-code-popup-success .btn-close {
  background: transparent;
}

.area-menu .btn-menu {
  color: #A9B6B8;
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.area-menu .btn-menu.upper-agent .icon {
  background-image: url("../images/malachite/icon-upper-agent.svg");
}
.area-menu .btn-menu.upper-member .icon {
  background-image: url("../images/malachite/icon-upper-member.svg");
}
.area-menu .btn-menu.under-member .icon {
  background-image: url("../images/malachite/icon-under-member.svg");
}
.area-menu .btn-menu.support-service .icon {
  background-image: url("../images/malachite/icon-support-service.svg");
}
.area-menu .btn-menu:hover, .area-menu .btn-menu.active {
  background-color: #285546;
}
.area-menu .btn-menu:hover .icon, .area-menu .btn-menu.active .icon {
  background-position: left bottom;
}
.area-menu .btn-menu .unread {
  background: #E6473F;
}

.area-content .time .text-time {
  background: #285546;
  color: #FFF;
}
.area-content .avatar {
  border: 2px solid #A9B6B8;
}
.area-content .other-side .avatar {
  background: url("../../../images/common/service-avatar.webp") no-repeat center;
  background-size: cover;
}
.area-content .other-side .user-name {
  color: #FFF;
}
.area-content .other-side .msg-text {
  background: #3E8772;
  color: #FFF;
}
.area-content .other-side .msg-time {
  color: #A9B6B8;
}
.area-content .own .user-name {
  color: #FFF;
  text-align: right;
}
.area-content .own .msg-text {
  background: #2A574F;
  color: #A9B6B8;
}
.area-content .own .msg-time {
  color: #A9B6B8;
}
.area-content .chat-state-wait .img {
  background: url(/common/desktop/images/icon-white/support-service-wait.gif) no-repeat center;
  background-size: 72px;
}
.area-content .chat-state-wait .remark {
  color: #FFF;
}
.area-content .chat-surface {
  background: #285546;
}
.area-content .chat-surface .input-text {
  background: rgba(255, 255, 255, 0.08);
}
.area-content .chat-surface .input-text::-webkit-input-placeholder {
  color: #A9B6B8;
}
.area-content .chat-surface .btn-upload-img {
  background: url(../images/malachite/chatroom-upload-image.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}
.area-content .chat-surface .btn-upload-img:hover {
  filter: brightness(1.1);
}
.area-content .chat-surface.disable {
  opacity: 0.5;
}
.area-content .chat-surface.disable .btn-upload-img:hover {
  opacity: 1;
}
.area-content .msg-welcome {
  color: #A9B6B8;
}

#chatroom-under-member .page-content-list .area-page-content {
  background: #17463D;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item {
  background: rgba(255, 255, 255, 0.08);
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .avatar {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .user-name {
  color: #FFF;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .msg-text {
  background: #2A574F;
  color: #A9B6B8;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .msg-time {
  color: #A9B6B8;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .msg-count {
  background: #E6473F;
  color: #FFF;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item.active {
  border: 2px solid #FFE01B;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item:hover {
  filter: brightness(1.1);
}
#chatroom-under-member .page-content-list .area-page-content .area-content {
  background: none;
  border: 0;
}

#roadmap .roadmap-top {
  background: url(../images/malachite/roadmap-bg.webp) no-repeat center;
  background-size: cover;
}
#roadmap .roadmap-top .user-photo {
  background: url(/images/common/photo.webp) no-repeat center;
  background-size: cover;
  border-color: #FF3859;
}
#roadmap .roadmap-top .user-content .user-vip {
  background: linear-gradient(rgba(255, 160, 168, 0.5) 10%, rgba(251, 39, 57, 0.5) 50%, rgba(157, 25, 25, 0.5) 60%, rgba(255, 81, 226, 0.5)), linear-gradient(#D40010, #E05454);
  border: 1px solid #FFDD2E;
  color: #FFDD88;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#roadmap .roadmap-top .user-content .user-vip:before {
  background: url(../images/malachite/vip-badge.webp) no-repeat center;
  background-size: cover;
}
#roadmap .roadmap-top .user-content .user-account {
  color: #FFF;
}
#roadmap .roadmap-top .user-content .user-amount {
  color: #FFDD00;
  background: url(../images/malachite/icon-money.svg) no-repeat left center;
}
#roadmap .roadmap-top .user-content .user-amount.twd {
  background-image: url(../images/common/currency/icon-twd.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.vnd {
  background-image: url(../images/common/currency/icon-vnd.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.thb {
  background-image: url(../images/common/currency/icon-thb.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.usdt {
  background-image: url(../images/common/currency/icon-usdt.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.aud {
  background-image: url(../images/common/currency/icon-aud.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.kvnd {
  background-image: url(../images/common/currency/icon-vnd.svg);
  background-size: 18px;
}
#roadmap .roadmap-top .user-content .user-amount.usdt {
  background-size: 24px;
}
#roadmap .roadmap-top .flow-audit-btn {
  background: linear-gradient(to right, #00FF55, #00EEFF);
  box-shadow: inset 0 -2px 0 #00A261;
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-top .flow-audit-btn:before {
  background: url(../images/malachite/icon-audit.svg) no-repeat center;
}
#roadmap .roadmap-top .flow-audit-btn:hover {
  filter: brightness(1.1);
}
#roadmap .roadmap-top .flow-audit-info .flow-audit-icon {
  background: url(../images/malachite/icon-warning.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-top .flow-audit-info .flow-audit-icon:hover {
  filter: brightness(1.1);
}
#roadmap .roadmap-top .flow-audit-info .flow-audit-direction {
  background: #32393A;
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8), inset -1px -1px 0 rgba(255, 255, 255, 0.1);
}
#roadmap .roadmap-top .flow-audit-info .flow-audit-direction:before {
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 16px solid #32393A;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-title {
  color: #FFF;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-title span {
  color: #FFE01B;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent {
  background: #1C3732;
  border-color: #FFE01B;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent .bar-bg {
  background: linear-gradient(#F9FFB6, #FFE01B);
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent .bar-bg .bar-number {
  color: #FFE01B;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent .bar-bg.inside .bar-number {
  color: #000;
}
#roadmap .roadmap-top .function-link .function-link-item {
  background: linear-gradient(#498900, #2F5800);
  box-shadow: 0 2px 0 #94D700;
}
#roadmap .roadmap-top .function-link .function-link-item.deposit .link-icon {
  background-image: url(../images/malachite/function-link-deposit.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.withdraw .link-icon {
  background-image: url(../images/malachite/function-link-withdraw.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.account-record .link-icon {
  background-image: url(../images/malachite/function-link-account-record.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.discount-history .link-icon {
  background-image: url(../images/malachite/function-link-discount-history.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item .link-icon {
  background-color: #11163C;
}
#roadmap .roadmap-top .function-link .function-link-item .link-text {
  color: #FFF;
}
#roadmap .roadmap-top .function-link .function-link-item:hover {
  background: linear-gradient(#94D700, #498900);
}
#roadmap .roadmap-link-item {
  background: #17463D;
}
#roadmap .roadmap-link-item .link-title {
  color: #FFF;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.basic-data {
  background: url(../images/malachite/roadmap-basic-data.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.basic-data:hover {
  background: url(../images/malachite/roadmap-basic-data.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.verification {
  background: url(../images/malachite/roadmap-verification.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.verification:hover {
  background: url(../images/malachite/roadmap-verification.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.member-level {
  background: url(../images/malachite/roadmap-member-level.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.member-level:hover {
  background: url(../images/malachite/roadmap-member-level.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.notify {
  background: url(../images/malachite/roadmap-notify.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.notify:hover {
  background: url(../images/malachite/roadmap-notify.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.instant-rebate {
  background: url(../images/malachite/roadmap-instant-rebate.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.instant-rebate:hover {
  background: url(../images/malachite/roadmap-instant-rebate.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-bonus {
  background: url(../images/malachite/roadmap-discount-bonus.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-bonus:hover {
  background: url(../images/malachite/roadmap-discount-bonus.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.red-envelope-code {
  background: url(../images/malachite/roadmap-red-envelope-code.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.red-envelope-code:hover {
  background: url(../images/malachite/roadmap-red-envelope-code.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.check {
  background: url(../images/malachite/roadmap-check.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.check:hover {
  background: url(../images/malachite/roadmap-check.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deposit {
  background: url(../images/malachite/roadmap-deposit.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deposit:hover {
  background: url(../images/malachite/roadmap-deposit.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bank-card-info {
  background: url(../images/malachite/roadmap-bank-card-info.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bank-card-info:hover {
  background: url(../images/malachite/roadmap-bank-card-info.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdraw {
  background: url(../images/malachite/roadmap-withdraw.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdraw:hover {
  background: url(../images/malachite/roadmap-withdraw.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bet-history {
  background: url(../images/malachite/roadmap-bet-history.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bet-history:hover {
  background: url(../images/malachite/roadmap-bet-history.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.depositing {
  background: url(../images/malachite/roadmap-depositing.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.depositing:hover {
  background: url(../images/malachite/roadmap-depositing.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdrawal {
  background: url(../images/malachite/roadmap-withdrawal.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdrawal:hover {
  background: url(../images/malachite/roadmap-withdrawal.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.addBalance {
  background: url(../images/malachite/roadmap-addBalance.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.addBalance:hover {
  background: url(../images/malachite/roadmap-addBalance.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deductBalance {
  background: url(../images/malachite/roadmap-deductBalance.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deductBalance:hover {
  background: url(../images/malachite/roadmap-deductBalance.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.transferIn {
  background: url(../images/malachite/roadmap-transferIn.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.transferIn:hover {
  background: url(../images/malachite/roadmap-transferIn.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.donate {
  background: url(../images/malachite/roadmap-donate.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.donate:hover {
  background: url(../images/malachite/roadmap-donate.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.providerPromotions {
  background: url(../images/malachite/roadmap-providerPromotions.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.providerPromotions:hover {
  background: url(../images/malachite/roadmap-providerPromotions.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.my-promote {
  background: url(../images/malachite/roadmap-my-promote.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.my-promote:hover {
  background: url(../images/malachite/roadmap-my-promote.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-teach {
  background: url(../images/malachite/roadmap-promote-teach.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-teach:hover {
  background: url(../images/malachite/roadmap-promote-teach.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-rule {
  background: url(../images/malachite/roadmap-promote-rule.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-rule:hover {
  background: url(../images/malachite/roadmap-promote-rule.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-history {
  background: url(../images/malachite/roadmap-promote-history.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-history:hover {
  background: url(../images/malachite/roadmap-promote-history.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.summary-team {
  background: url(../images/malachite/roadmap-summary-team.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.summary-team:hover {
  background: url(../images/malachite/roadmap-summary-team.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.report-team {
  background: url(../images/malachite/roadmap-report-team.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.report-team:hover {
  background: url(../images/malachite/roadmap-report-team.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.achievement-rewards {
  background: url(../images/malachite/roadmap-achievement-rewards.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.achievement-rewards:hover {
  background: url(../images/malachite/roadmap-achievement-rewards.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-offline-member {
  background: url(../images/malachite/roadmap-promote-offline-member.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-offline-member:hover {
  background: url(../images/malachite/roadmap-promote-offline-member.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.personal-center {
  background: url(../images/malachite/roadmap-personal-center.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.personal-center:hover {
  background: url(../images/malachite/roadmap-personal-center.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.agent-progress {
  background: url(../images/malachite/roadmap-agent-progress.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.agent-progress:hover {
  background: url(../images/malachite/roadmap-agent-progress.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.offline-member {
  background: url(../images/malachite/roadmap-offline-member.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.offline-member:hover {
  background: url(../images/malachite/roadmap-offline-member.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.level-system {
  background: url(../images/malachite/roadmap-level-system.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.level-system:hover {
  background: url(../images/malachite/roadmap-level-system.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-activity {
  background: url(../images/malachite/roadmap-discount-activity.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-activity:hover {
  background: url(../images/malachite/roadmap-discount-activity.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.disclaimer {
  background: url(../images/malachite/roadmap-disclaimer.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.disclaimer:hover {
  background: url(../images/malachite/roadmap-disclaimer.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.qa {
  background: url(../images/malachite/roadmap-qa.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.qa:hover {
  background: url(../images/malachite/roadmap-qa.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-gamble {
  background: url(../images/malachite/roadmap-register-gamble.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-gamble:hover {
  background: url(../images/malachite/roadmap-register-gamble.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-terms {
  background: url(../images/malachite/roadmap-register-terms.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-terms:hover {
  background: url(../images/malachite/roadmap-register-terms.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.privacy {
  background: url(../images/malachite/roadmap-privacy.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.privacy:hover {
  background: url(../images/malachite/roadmap-privacy.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.modify-password {
  background: url(../images/malachite/roadmap-modify-password.svg) no-repeat left 0.8rem center #29554C;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.modify-password:hover {
  background: url(../images/malachite/roadmap-modify-password.svg) no-repeat left 0.8rem center, linear-gradient(to right, #3C6568, #126E51);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .link-item-text {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .verify-text.no-data {
  color: #FF0000;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .verify-text.review {
  color: #FF8300;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .verify-text.success {
  color: #46D42F;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .verify-text.reject {
  color: #E6473F;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .link-item-arrow {
  background: #3B7C6A;
  color: #FFF;
}

/*----------- 流水稽查提示彈窗 -----------*/
#popup-flow-audit .flow-audit {
  gap: 0.375rem;
}
#popup-flow-audit .flow-audit.success .flow-audit-title {
  background-image: url(../images/malachite/icon-audit-successful.svg);
  color: #24EE89;
}
#popup-flow-audit .flow-audit.fail .flow-audit-title {
  background-image: url(../images/malachite/icon-audit-failure.svg);
  color: #FF4545;
}
#popup-flow-audit .flow-audit .flow-audit-text {
  color: #FFF;
}

#my-info-member .area-content .vip-card {
  background-image: linear-gradient(135deg, #3B3B3B 30%, #525252);
  border-color: #626262;
}
#my-info-member .area-content .vip-card .tag {
  background: rgba(0, 0, 0, 0.3);
  color: #9B9B9B;
}
#my-info-member .area-content .vip-card .level-text {
  color: #9B9B9B;
  -webkit-text-stroke-color: #474747;
}
#my-info-member .area-content .vip-card.now {
  background-image: linear-gradient(135deg, #97FF00, #00D26D 40%, #AAFF00);
  border-color: #97FF00;
}
#my-info-member .area-content .vip-card.now .tag {
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
}
#my-info-member .area-content .vip-card.now .level-text {
  color: #222;
  -webkit-text-stroke-color: #FBFF00;
}
#my-info-member .area-content .vip-card.old {
  background-image: linear-gradient(#144722 30%, #115934);
  border-color: #3E6F46;
}
#my-info-member .area-content .vip-card.old .tag {
  background: rgba(0, 0, 0, 0.4);
  color: #609B7D;
}
#my-info-member .area-content .vip-card.old .level-text {
  color: #003217;
  -webkit-text-stroke-color: #638864;
}
#my-info-member .area-content .vip-card.level-1.now:after {
  background-image: url("../images/malachite/vip-icon/level-1-now.webp");
}
#my-info-member .area-content .vip-card.level-2.now:after {
  background-image: url("../images/malachite/vip-icon/level-2-now.webp");
}
#my-info-member .area-content .vip-card.level-3.now:after {
  background-image: url("../images/malachite/vip-icon/level-3-now.webp");
}
#my-info-member .area-content .vip-card.level-4.now:after {
  background-image: url("../images/malachite/vip-icon/level-4-now.webp");
}
#my-info-member .area-content .vip-card.level-5.now:after {
  background-image: url("../images/malachite/vip-icon/level-5-now.webp");
}
#my-info-member .area-content .vip-card.level-6.now:after {
  background-image: url("../images/malachite/vip-icon/level-6-now.webp");
}
#my-info-member .area-content .vip-card.level-7.now:after {
  background-image: url("../images/malachite/vip-icon/level-7-now.webp");
}
#my-info-member .area-content .vip-card.level-8.now:after {
  background-image: url("../images/malachite/vip-icon/level-8-now.webp");
}
#my-info-member .area-content .vip-card.level-9.now:after {
  background-image: url("../images/malachite/vip-icon/level-9-now.webp");
}
#my-info-member .area-content .vip-card.level-10.now:after {
  background-image: url("../images/malachite/vip-icon/level-10-now.webp");
}
#my-info-member .area-content .vip-card.level-11.now:after {
  background-image: url("../images/malachite/vip-icon/level-11-now.webp");
}
#my-info-member .area-content .vip-card.level-12.now:after {
  background-image: url("../images/malachite/vip-icon/level-12-now.webp");
}
#my-info-member .area-content .vip-card.level-13.now:after {
  background-image: url("../images/malachite/vip-icon/level-13-now.webp");
}
#my-info-member .area-content .vip-card.level-14.now:after {
  background-image: url("../images/malachite/vip-icon/level-14-now.webp");
}
#my-info-member .area-content .vip-card.level-15.now:after {
  background-image: url("../images/malachite/vip-icon/level-15-now.webp");
}
#my-info-member .area-content .vip-card.level-16.now:after {
  background-image: url("../images/malachite/vip-icon/level-16-now.webp");
}
#my-info-member .area-content .info-content .info-bar-area {
  background: linear-gradient(#4A6A5C, #32575C);
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-title {
  color: #FFF;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-title span {
  color: #FFE01B;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent {
  background: #1C3732;
  border-color: #FFE01B;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent .info-bar-bg {
  background: linear-gradient(#F9FFB6, #FFE01B);
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent .info-bar-bg .info-bar-number {
  color: #FFE01B;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent .info-bar-bg.inside .info-bar-number {
  color: #000;
}
#my-info-member .area-content .info-content .info-bar-area .hr-vertical {
  background: rgba(255, 255, 255, 0.3);
}
#my-info-member .area-content .info-content .list-gift .item {
  background: linear-gradient(#4A6A5C, #32575C);
}
#my-info-member .area-content .info-content .list-gift .item.level-up .img {
  background: url("../images/malachite/vip-info-gift-level-up.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item.month .img {
  background: url("../images/malachite/vip-info-gift-month.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item.week .img {
  background: url("../images/malachite/vip-info-gift-week.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item .title {
  color: #FFF;
}
#my-info-member .area-content .info-content .list-gift .item .amount {
  color: #FFE01B;
}
#my-info-member .area-content .list-info {
  background: #295141;
}
#my-info-member .area-content .list-info .field-title {
  color: #A9B6B9;
}
#my-info-member .area-content .list-info .field-amount {
  color: #24EE89;
}
#my-info-member .area-content .list-info .hr {
  border-color: rgba(0, 0, 0, 0.2);
}
#my-info-member .area-content .list-info .item-title {
  color: #FFF;
}
#my-info-member .area-content .list-cashback-limit .item {
  background: #373D35;
  border: 1px solid #8CCD00;
}
#my-info-member .area-content .list-cashback-limit .item .amount {
  color: #FFE01B;
}
#my-info-member .area-content .list-table {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
#my-info-member .area-content .list-table .table-colum-title {
  border-right: 1px solid #A1A1A1;
}
#my-info-member .area-content .list-table .table-colum-title .row {
  border-bottom: 1px solid #666;
  background: #4B4B4B;
  color: #fff;
}
#my-info-member .area-content .list-table .table-colum-title .row.title {
  background: #395D4A;
  color: #fff;
}
#my-info-member .area-content .list-table .table-colum-title .row.even {
  background: #3C3C3C;
}
#my-info-member .area-content .list-table .table-content .row.title .colum {
  background: #395D4A;
  color: #fff;
}
#my-info-member .area-content .list-table .table-content .row.title .colum.now-level {
  background: linear-gradient(135deg, #DCFF4E, #97FF00 40%, #5B9A00);
  color: #222;
}
#my-info-member .area-content .list-table .table-content .row.even .colum {
  background: #3C3C3C;
}
#my-info-member .area-content .list-table .table-content .row.even .colum.now-level {
  background: #395D4A;
  color: #fff;
  border-bottom: 1px solid #777;
}
#my-info-member .area-content .list-table .table-content .row .colum {
  background: #4B4B4B;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
#my-info-member .area-content .list-table .table-content .row .colum.now-level {
  background: #395D4A;
  color: #fff;
  border-bottom: 1px solid #777;
}
#my-info-member .area-content .list-table .table-content .content::-webkit-scrollbar {
  background-color: #385759;
}
#my-info-member .area-content .list-table .table-content .content::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}
#my-info-member .area-content .list::-webkit-scrollbar {
  background-color: #385759;
}
#my-info-member .area-content .list::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(1) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-16.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(1) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-16-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(1) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-16-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(2) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-15.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(2) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-15-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(2) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-15-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(3) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-14.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(3) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-14-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(3) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-14-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(4) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-13.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(4) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-13-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(4) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-13-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(5) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-12.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(5) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-12-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(5) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-12-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(6) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-11.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(6) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-11-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(6) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-11-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(7) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-10.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(7) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-10-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(7) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-10-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(8) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-9.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(8) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-9-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(8) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-9-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(9) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-8.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(9) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-8-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(9) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-8-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(10) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-7.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(10) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-7-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(10) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-7-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(11) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-6.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(11) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-6-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(11) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-6-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(12) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-5.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(12) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-5-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(12) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-5-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(13) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-4.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(13) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-4-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(13) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-4-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(14) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-3.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(14) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-3-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(14) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-3-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(15) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-2.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(15) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-2-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(15) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-2-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(16) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-1.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(16) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-1-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(16) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-1-now.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(17) .vip-card:after {
  background-image: url("../images/malachite/vip-icon/level-0.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(17) .vip-card.old:after {
  background-image: url("../images/malachite/vip-icon/level-0-old.webp");
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(17) .vip-card.now:after {
  background-image: url("../images/malachite/vip-icon/level-0-now.webp");
}

#my-info-basic .item-field .field-title .field-name {
  color: #9ECEA9;
}
#my-info-basic .item-field .field-title .field-name .text {
  color: #FFF;
}
#my-info-basic .item-field .field-title .btn-edit {
  background: #126E51;
  border: 1px solid #518D5F;
  color: #FFE01B;
}
#my-info-basic .item-field .field-title .btn-edit:hover {
  filter: brightness(1.1);
}
#my-info-basic .item-field .field-content {
  background: #203632;
}
#my-info-basic .item-field .field-content .no-data {
  color: rgba(255, 255, 255, 0.32);
}
#my-info-basic .item-field .field-state.review {
  color: #FFDD00;
}
#my-info-basic .item-field .field-state.success {
  color: #46D42F;
}
#my-info-basic .item-field .field-state.reject {
  color: #E6473F;
}

#deal-detail .table .colum.state {
  color: #FFC71C;
}
#deal-detail .table .row.title .state {
  color: rgba(255, 255, 255, 0.48);
}

#bet-record .area-content .content-title .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#bet-record .area-content .content-title .list-total .field-title {
  color: #FFF;
}
#bet-record .area-content .content-title .list-total .field-content {
  color: #FFE01B;
}
#bet-record .area-content .content-title .list-total .hr-vertical {
  background: rgba(255, 255, 255, 0.1);
}
#bet-record .area-content .content-title .list-total .total-winlose.win .field-content {
  color: #46D42F;
}
#bet-record .area-content .content-title .list-total .total-winlose.lose .field-content {
  color: #E6473F;
}
#bet-record .area-content .content-title .area-function .list-btn-function .input-search {
  background: #29554C;
  color: #B3BEC1;
}
#bet-record .area-content .content-title .area-function .list-btn-function .input-search .input-text {
  background: transparent;
}
#bet-record .area-content .content-title .area-function .data-count {
  color: #FFF;
}
#bet-record .area-content .table-bet-record .item {
  background: rgba(255, 255, 255, 0.08);
}
#bet-record .area-content .table-bet-record .item .item-title {
  background: rgba(255, 255, 255, 0.08);
}
#bet-record .area-content .table-bet-record .item .item-content .field .title {
  color: rgba(255, 255, 255, 0.7);
}
#bet-record .area-content .table-bet-record .item .item-content .hr {
  border-color: rgba(255, 255, 255, 0.1);
}
#bet-record .area-content .table-bet-record .item .item-content .total-winlose.win {
  color: #46D42F;
}
#bet-record .area-content .table-bet-record .item .item-content .total-winlose.lose {
  color: #E6473F;
}

#bet-record-detail .area-content .content-title {
  color: #869F9A;
}
#bet-record-detail .area-content .content-title .game-name {
  color: #FFF;
}
#bet-record-detail .table .row .colum.state {
  color: #FFC71C;
}
#bet-record-detail .table .row.title .state {
  color: #869F9A;
}
#bet-record-detail .table .row.win .winlose {
  color: #46D42F;
}
#bet-record-detail .table .row.lose .winlose {
  color: #E6473F;
}

#instant-rebate .area-content .content-title .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#instant-rebate .area-content .content-title .list-total .field-title {
  color: #FFF;
}
#instant-rebate .area-content .content-title .list-total .field-content {
  color: #FFE01B;
}
#instant-rebate .area-content .content-title .list-total .hr-vertical {
  background: rgba(255, 255, 255, 0.12);
}
#instant-rebate .area-content .table-instant-rebate .item {
  background: rgba(255, 255, 255, 0.08);
}
#instant-rebate .area-content .table-instant-rebate .item .item-title {
  background: rgba(255, 255, 255, 0.08);
}
#instant-rebate .area-content .table-instant-rebate .item .item-content .field .title {
  color: rgba(255, 255, 255, 0.7);
}
#instant-rebate .area-content .table-instant-rebate .item .item-content .hr {
  border-color: rgba(255, 255, 255, 0.1);
}

#bonus-record-offer .btn-one-click, #bonus-record-cashback .btn-one-click, #bonus-record-vip .btn-one-click, #bonus-all-agent .btn-one-click, #instant-rebate .btn-one-click {
  background: linear-gradient(to right, #00AF50, #126E51);
  border: 1px solid #72CF9A;
  box-shadow: inset 0 -2px 0 #72CF9A;
  color: #FFDF18;
}
#bonus-record-offer .btn-one-click:hover, #bonus-record-cashback .btn-one-click:hover, #bonus-record-vip .btn-one-click:hover, #bonus-all-agent .btn-one-click:hover, #instant-rebate .btn-one-click:hover {
  filter: brightness(1.1);
}
#bonus-record-offer .btn-one-click.disabled, #bonus-record-cashback .btn-one-click.disabled, #bonus-record-vip .btn-one-click.disabled, #bonus-all-agent .btn-one-click.disabled, #instant-rebate .btn-one-click.disabled {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 0;
  color: #5F9987;
}

#bonus-record-offer .state, #bonus-record-cashback .state, #bonus-record-vip .state, #bonus-all-agent .state {
  color: #FFC71C;
}
#bonus-record-offer .title .state, #bonus-record-cashback .title .state, #bonus-record-vip .title .state, #bonus-all-agent .title .state {
  color: #869F9A;
}

/* 全民代理獎金 */
#bonus-all-agent .table .colum.cashbacktype:hover {
  color: #FFE01B;
}

#bonus-all-agent-popup .table .row {
  background: rgba(255, 255, 255, 0.08);
}
#bonus-all-agent-popup .table .row.event {
  background: rgba(255, 255, 255, 0.04);
}
#bonus-all-agent-popup .table .row.title {
  background: rgba(255, 255, 255, 0.1);
}

#promote-overview .area-content .area-receive-award {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#promote-overview .area-content .area-receive-award .img-icon {
  background: url("../images/malachite/promote-icon-award.svg") no-repeat center;
  background-size: 100% auto;
}
#promote-overview .area-content .area-receive-award .amount {
  color: #FFC71C;
}
#promote-overview .area-content .area-receive-award .btn-receive {
  background: linear-gradient(to right, #00AF50, #126E51);
  border: 1px solid #72CF9A;
  box-shadow: inset 0 -2px 0 #72CF9A;
  color: #FFDF18;
}
#promote-overview .area-content .area-receive-award .btn-receive:hover {
  filter: brightness(1.1);
}
#promote-overview .area-content .area-receive-award .btn-receive.disabled {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 0;
  color: #5F9987;
}
#promote-overview .area-content .area-receive-award .hr-vertical {
  border-color: rgba(255, 255, 255, 0.1);
}
#promote-overview .area-content .area-total .item {
  background: rgba(255, 255, 255, 0.08);
}
#promote-overview .area-content .area-total .item .item-title {
  background: rgba(255, 255, 255, 0.08);
}
#promote-overview .area-content .area-total .item .item-title .content-text {
  color: #FFC71C;
}
#promote-overview .area-content .area-total .item .field-title {
  color: rgba(255, 255, 255, 0.7);
}
#promote-overview .area-content .area-promote-method .list-method .item {
  background: rgba(255, 255, 255, 0.08);
}
#promote-overview .area-content .area-promote-method .list-method .item.link .icon {
  background: url("../images/malachite/icon-link.svg") no-repeat center;
}
#promote-overview .area-content .area-promote-method .list-method .item.code-number .icon {
  background: url("../images/malachite/icon-code-number.svg") no-repeat center;
}
#promote-overview .area-content .area-promote-method .list-method .item.qrcode .icon {
  background: url("../images/malachite/icon-qrcode.svg") no-repeat center;
}
#promote-overview .area-content .area-promote-method .list-method .item .btn-option {
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease-in-out;
}
#promote-overview .area-content .area-promote-method .list-method .item .btn-option .btn-text {
  color: #FFF;
}
#promote-overview .area-content .area-promote-method .list-method .item .btn-option:hover {
  filter: brightness(1.1);
  color: #FFF;
}
#promote-overview .area-content .area-promote-method .area-qrcode {
  background: rgba(255, 255, 255, 0.08);
}

#promote-achievement .list-function .btn-sort-by {
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
#promote-achievement .list-function .btn-sort-by:hover {
  filter: brightness(1.1);
}
#promote-achievement .table .state {
  color: #FFC71C;
}
#promote-achievement .table .title .state {
  color: #869F9A;
}

#promote-tutorial .item-qa, #promote-rule .item-qa {
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
#promote-tutorial .item-qa .content, #promote-rule .item-qa .content {
  color: #869F9A;
}
#promote-tutorial .item-qa .fa-plus, #promote-rule .item-qa .fa-plus {
  color: #869F9A;
}
#promote-tutorial .item-qa:hover, #promote-rule .item-qa:hover {
  filter: brightness(1.1);
}

#promote-offline-member .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#promote-offline-member .list-total .count {
  color: #FFC71C;
}
#promote-offline-member .offline-content .list-total {
  background: rgba(255, 255, 255, 0.08);
}
#promote-offline-member .offline-content .list-total .item .title {
  color: #869F9A;
}
#promote-offline-member .offline-content .list-total .item .count {
  color: #FFF;
}
#promote-offline-member .offline-content .list-total .hr-vertical {
  border-color: rgba(255, 255, 255, 0.1);
}

#allagent-personal-center .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#allagent-personal-center .list-total .count {
  color: #FFC71C;
}
#allagent-personal-center .area-promote-method .list-method .item {
  background: rgba(255, 255, 255, 0.08);
}
#allagent-personal-center .area-promote-method .list-method .item.link .icon {
  background: url("../images/malachite/icon-link.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item.code-number .icon {
  background: url("../images/malachite/icon-code-number.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item.qrcode .icon {
  background: url("../images/malachite/icon-qrcode.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item .btn-option {
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease-in-out;
}
#allagent-personal-center .area-promote-method .list-method .item .btn-option .btn-text {
  color: #FFF;
}
#allagent-personal-center .area-promote-method .list-method .item .btn-option:hover {
  filter: brightness(1.1);
  color: #FFF;
}
#allagent-personal-center .area-promote-method .area-qrcode {
  background: rgba(255, 255, 255, 0.08);
}

#allagent-progress .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#allagent-progress .list-total .count {
  color: #FFC71C;
}

#allagent-offline-member .data-count {
  color: #FFF;
}
#allagent-offline-member .list-total {
  background: linear-gradient(#335759, #244D45);
  padding: 0.75rem 0.6rem;
}
#allagent-offline-member .list-total .count {
  color: #FFC71C;
}
#allagent-offline-member .offline-content .list-total {
  background: rgba(255, 255, 255, 0.08);
}
#allagent-offline-member .offline-content .list-total .item .title {
  color: #869F9A;
}
#allagent-offline-member .offline-content .list-total .item .count {
  color: #FFF;
}
#allagent-offline-member .offline-content .list-total .hr-vertical {
  border-color: rgba(255, 255, 255, 0.1);
}

/* 等級制度 */
#allagent-level-system .level-card .tag {
  background: linear-gradient(#6E7083, #41424D);
  color: #FFF;
}
#allagent-level-system .level-card.first {
  background: url("../images/common/level-card-first.webp") no-repeat left top;
  color: #502F1A;
}
#allagent-level-system .level-card.first .level-icon {
  background: url("../images/common/level-icon-first.webp") no-repeat left top;
}
#allagent-level-system .level-card.second {
  background: url("../images/common/level-card-second.webp") no-repeat left top;
  color: #6859A7;
}
#allagent-level-system .level-card.second .level-icon {
  background: url("../images/common/level-icon-second.webp") no-repeat left top;
}
#allagent-level-system .level-card.third {
  background: url("../images/common/level-card-third.webp") no-repeat left top;
  color: #497389;
}
#allagent-level-system .level-card.third .level-icon {
  background: url("../images/common/level-icon-third.webp") no-repeat left top;
}
#allagent-level-system .level-card.fourth {
  background: url("../images/common/level-card-fourth.webp") no-repeat left top;
  color: #3654A3;
}
#allagent-level-system .level-card.fourth .level-icon {
  background: url("../images/common/level-icon-fourth.webp") no-repeat left top;
}
#allagent-level-system .level-card.fifth {
  background: url("../images/common/level-card-fifth.webp") no-repeat left top;
  color: #B62E36;
}
#allagent-level-system .level-card.fifth .level-icon {
  background: url("../images/common/level-icon-fifth.webp") no-repeat left top;
}
#allagent-level-system .level-card.sixth {
  background: url("../images/common/level-card-sixth.webp") no-repeat left top;
  color: #4C5B61;
}
#allagent-level-system .level-card.sixth .level-icon {
  background: url("../images/common/level-icon-sixth.webp") no-repeat left top;
}
#allagent-level-system .level-card.seventh {
  background: url("../images/common/level-card-seventh.webp") no-repeat left top;
  color: #CF588F;
}
#allagent-level-system .level-card.seventh .level-icon {
  background: url("../images/common/level-icon-seventh.webp") no-repeat left top;
}
#allagent-level-system .level-card.eighth {
  background: url("../images/common/level-card-eighth.webp") no-repeat left top;
  color: #2F8A24;
}
#allagent-level-system .level-card.eighth .level-icon {
  background: url("../images/common/level-icon-eighth.webp") no-repeat left top;
}
#allagent-level-system .level-card.ninth {
  background: url("../images/common/level-card-ninth.webp") no-repeat left top;
  color: #0096BA;
}
#allagent-level-system .level-card.ninth .level-icon {
  background: url("../images/common/level-icon-ninth.webp") no-repeat left top;
}
#allagent-level-system .level-card.tenth {
  background: url("../images/common/level-card-tenth.webp") no-repeat left top;
  color: #D25819;
}
#allagent-level-system .level-card.tenth .level-icon {
  background: url("../images/common/level-icon-tenth.webp") no-repeat left top;
}
#allagent-level-system .list-info {
  background: #295141;
}
#allagent-level-system .list-info .field-title {
  color: #869F9A;
}
#allagent-level-system .list-info .item-title {
  color: #FFC71C;
}
#allagent-level-system .list-info.active {
  border: 2px solid #5B9A00;
}
#allagent-level-system .list-info .hr {
  border-color: rgba(255, 255, 255, 0.1);
}
#allagent-level-system .list-table {
  border: 1px solid #666;
}
#allagent-level-system .list-table .colum {
  border: 1px solid #666;
}
#allagent-level-system .list-table .table-colum-title {
  border-right: 1px solid #666;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
}
#allagent-level-system .list-table .table-colum-title .row {
  background: #3C3C3C;
  border: 1px solid #666;
}
#allagent-level-system .list-table .table-colum-title .row.title {
  font-weight: normal;
  background: none;
  color: #FFF;
}
#allagent-level-system .list-table .table-colum-title .row.multiplier {
  background: #395D4A;
}
#allagent-level-system .list-table .table-colum-title .row.ratio {
  background: #4B4B4B;
}
#allagent-level-system .list-table .table-colum-title .row.even {
  background: #4B4B4B;
}
#allagent-level-system .list-table .table-content .content::-webkit-scrollbar {
  background-color: #385759;
}
#allagent-level-system .list-table .table-content .content::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}
#allagent-level-system .list-table .table-content .content .row .colum {
  background: #3C3C3C;
  color: #AAA;
}
#allagent-level-system .list-table .table-content .content .row .colum.now-level {
  color: #fff;
  background: #395D4A;
  border-color: #AAA;
}
#allagent-level-system .list-table .table-content .content .row.title .colum {
  background: none;
  color: #AAA;
}
#allagent-level-system .list-table .table-content .content .row.title .colum.now-level {
  color: #FFF;
}
#allagent-level-system .list-table .table-content .content .row.multiplier .colum {
  background: #395D4A;
  color: #FFF;
}
#allagent-level-system .list-table .table-content .content .row.multiplier .colum.now-level {
  color: #FFF;
  background: linear-gradient(#00AF50, #126E51);
}
#allagent-level-system .list-table .table-content .content .row.ratio .colum {
  background: #4B4B4B;
}
#allagent-level-system .list-table .table-content .content .row.ratio .colum.now-level {
  color: #FFF;
  background: #395D4A;
}
#allagent-level-system .list-table .table-content .content .row.even .colum {
  background: #4B4B4B;
}
#allagent-level-system .list-table .table-content .content .row.even .colum.now-level {
  color: #fff;
  background: #395D4A;
}
#allagent-level-system .area-content .list::-webkit-scrollbar {
  background-color: #385759;
}
#allagent-level-system .area-content .list::-webkit-scrollbar-thumb {
  background-color: #00AF50;
}

#news-notify .list-news .item {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid transparent;
}
#news-notify .list-news .item .icon {
  background: url("../images/malachite/icon-notify.svg") no-repeat left top;
  background-size: cover;
}
#news-notify .list-news .item.read .icon {
  background-position: left bottom;
}
#news-notify .list-news .item:hover, #news-notify .list-news .item.active {
  filter: brightness(1.05);
  border-color: #FFE01B;
}
#news-notify .list-content .date {
  color: #A6B3B5;
}

#news-mailbox .list-news .item {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid transparent;
}
#news-mailbox .list-news .item .icon {
  background: url("../images/malachite/icon-mailbox.svg") no-repeat left top;
  background-size: cover;
}
#news-mailbox .list-news .item.read .icon {
  background-position: left bottom;
}
#news-mailbox .list-news .item:hover, #news-mailbox .list-news .item.active {
  filter: brightness(1.05);
  border-color: #FFE01B;
}
#news-mailbox .list-content .date {
  color: #A6B3B5;
}

#support-qa .item-qa, #support-disclaimer .item-qa {
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
#support-qa .item-qa .content, #support-disclaimer .item-qa .content {
  color: #869F9A;
}
#support-qa .item-qa .fa-plus, #support-disclaimer .item-qa .fa-plus {
  color: #869F9A;
}
#support-qa .item-qa:hover, #support-disclaimer .item-qa:hover {
  filter: brightness(1.1);
}

/*------------------------------登入註冊-----------------------------*/
.login-register-content {
  background: #282828;
}
.login-register-content .tab-content {
  border: 0;
  background: 0;
}
.login-register-content .list-option {
  background: #2B2F30;
}

.login-register-tab {
  background: #111A18;
}
.login-register-tab .login-btn {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.login-register-tab .login-btn:hover, .login-register-tab .login-btn.active {
  background: #005C3F;
  color: #FFE01B;
}

.verify-title {
  color: #FFDF18;
  border-color: rgba(255, 223, 24, 0.3);
}

.login-container .btn-function {
  background: rgba(255, 255, 255, 0.12);
  color: #FFF;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.login-container .btn-function:hover {
  filter: brightness(1.1);
}

.login-register-btn .btn-cancel {
  color: #FFF;
}

#index-popup-forgot .btn-login, #index-popup-forgot .btn-signup {
  color: rgba(255, 255, 255, 0.7);
}
#index-popup-forgot .btn-login:hover, #index-popup-forgot .btn-signup:hover {
  color: #FFF;
}

.instant-messaging .item.telegram {
  background: url(../images/malachite/icon-im-telegram.svg) no-repeat center;
  background-size: 24px;
}
.instant-messaging .item.google {
  background: url(../images/malachite/icon-im-google.svg) no-repeat center;
  background-size: 24px;
}
.instant-messaging .item.line {
  background: url(../images/malachite/icon-im-line.svg) no-repeat center;
  background-size: 24px;
}

.register-bankcard-verify .dropdown-btn.error {
  border: 1px solid #E6473F;
}

.bankcard-verify-bottom .input-upload {
  background: #343A3C;
}
.bankcard-verify-bottom .input-upload .upload-text {
  color: #FFF;
}
.bankcard-verify-bottom .input-upload .upload-text.nodata {
  color: #677674;
}
.bankcard-verify-bottom .input-upload.error {
  border: 1px solid #E6473F;
}
#login-register .bankcard-verify-bottom .input-upload {
  background: #393939;
}
#login-register .bankcard-verify-bottom .input-upload .upload-text.nodata {
  color: #FFF;
}

#loading .img-loading {
  display: block;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(255, 202, 41, 0.5);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: none;
}

.img-loading:after, .img-loading:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: rgba(255, 202, 41, 0.7);
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.img-loading:after {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #FFE01B;
  }
  20% {
    border-top-color: #FFE01B;
  }
  35% {
    border-top-color: #FFE01B;
  }
  60% {
    border-top-color: #FFE01B;
  }
  to {
    border-top-color: #FFE01B;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #FFE01B;
  }
  20% {
    border-top-color: #FFE01B;
  }
  35% {
    border-top-color: #FFE01B;
  }
  60% {
    border-top-color: #FFE01B;
  }
  to {
    border-top-color: #FFE01B;
  }
}
/*-------------- FOOTER --------------*/
.license {
  border-top: 1px solid #2E8167;
  border-bottom: 1px solid #2E8167;
}

.license-list .license-item .license-title {
  color: #FFF;
}

.footer-info {
  border-bottom: 1px solid #2E8167;
}
.footer-info .footer-link {
  color: #FFF;
}
.footer-info .footer-link .link-list p {
  color: #C3EFCD;
}
.footer-info .footer-link .link-list p:hover {
  color: #FFF;
}
.footer-info .footer-responsible .footer-responsible-text {
  background: url(../images/malachite/plus-18.svg) no-repeat left top;
  color: #FFF;
}

.copyright {
  color: #FFF;
}
.copyright .version {
  color: #C3EFCD;
}

.float-btn-item {
  background: #1A784E;
}
.float-btn-item.service .float-btn-icon {
  background-image: url(../images/malachite/icon-service-h.svg);
}
.float-btn-item.chatroom .float-btn-icon {
  background-image: url(../images/malachite/float-btn-chatroom.svg);
}
.float-btn-item .float-btn-text {
  background: #17463D;
  color: #FFF;
}
.float-btn-item .float-btn-text:after {
  border-left: 6px solid #17463D;
}
.float-btn-item .float-btn-app {
  background: #17463D;
}
.float-btn-item .float-btn-app .float-app-item {
  background-color: #17463D;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text {
  background: #17463D;
  color: #FFF;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text:after {
  border-left: 6px solid #17463D;
  border-right: 0;
}
.float-btn-item .float-btn-app .float-app-item:hover {
  filter: brightness(1.1);
}
.float-btn-item.show, .float-btn-item:hover {
  filter: brightness(1.1);
}

.discount-reminder-popup {
  background: rgba(32, 34, 34, 0.98);
}
.discount-reminder-popup .reminder-icon {
  background: url(../images/common/icon-discount-reminder.svg) no-repeat center;
}
.discount-reminder-popup .reminder-title {
  color: #FFF;
}
.discount-reminder-popup .reminder-content .reminder-container .reminder-text {
  color: #A9B6B9;
}
.discount-reminder-popup .reminder-content .reminder-container .reminder-amount {
  color: #FFE500;
}
.discount-reminder-popup .reminder-content .reminder-btn {
  color: #000;
  background: linear-gradient(to right, #89FB6C, #00DF7B);
  box-shadow: inset 0 -2px 0 #2CB100;
}
.discount-reminder-popup .reminder-content .reminder-btn:hover {
  filter: brightness(1.05);
}
.discount-reminder-popup .reminder-bar-bg {
  background: rgba(17, 20, 18, 0.3);
}
.discount-reminder-popup .reminder-bar-bg .reminder-bar {
  background: #00ED83;
}
.discount-reminder-popup:hover {
  filter: brightness(1.05);
}

.gotop {
  background: url(../images/malachite/icon-gotop.svg) no-repeat center #1A784E;
  filter: brightness(1.1);
}/*# sourceMappingURL=theme-malachite.css.map */