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

ul, li {
  padding: 0;
  margin: 0;
}

body {
  background: #07063F;
}

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

input {
  color: #fff;
}

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

.hr-vertical {
  background: #3C3C3C;
}

.hr {
  border-top: 1px solid #3C3C3C;
}

.btn-back, .btn-back-my {
  color: #AAA;
  transition: all 0.3s ease-in-out;
}
.btn-back:hover, .btn-back-my:hover {
  color: #fff;
}

.table td {
  border: 1px solid #797979;
}
.table .row {
  color: #fff;
}
.table .row.title {
  color: #AAA;
}
.table .row.even {
  background: rgba(255, 255, 255, 0.08);
}

.remark {
  color: #999;
}

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

.input-time {
  background: #2A2F5B;
}
.input-time .field-title {
  color: #999;
}

.page-title:after {
  background: linear-gradient(#76B0AF, #4E4EAE);
}
.page-title .page-back {
  background: #2B3159;
  border-color: #5360D0;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.page-title .page-back svg {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.page-title .page-back:hover {
  background: #5360D0;
}

.area-content, .area-other, .area-menu {
  background: #191E47;
  color: #fff;
}

.nodata {
  color: #CCC;
}

.pagination .btn {
  border: 1px solid #606A63;
}
.pagination .btn.first-page .icon {
  background: url(../images/cyan/icon/pagination-first-page.svg) no-repeat center;
}
.pagination .btn.last-page .icon {
  background: url(../images/cyan/icon/pagination-last-page.svg) no-repeat center;
}
.pagination .btn:hover, .pagination .btn.active {
  background: #1227C5;
  color: #fff;
  border-color: #1588D5;
}

.popup .popup-title {
  min-height: 52px;
  background: linear-gradient(#C0CCFF, #007BFE);
  color: #000;
}
.popup .popup-title .btn-close {
  background: transparent;
}
.popup .popup-title .btn-close .icon-close {
  color: #000;
}
.popup .popup-title .btn-close:hover {
  background: transparent;
}
.popup .popup-title .btn-close:hover .icon-close {
  color: rgba(0, 0, 0, 0.8);
}
.popup .popup-content {
  background: #07063F;
}
.popup .popup-content .popup-text {
  color: #999;
}

.btn-close {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}
.btn-close .icon-close {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-close:hover .icon-close {
  color: #CCC;
}

.field-text {
  color: #fff;
}

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

.error-hint {
  color: #E6473F;
}

.input-text {
  background: #2A2F5B;
  border: 1px solid #3C4169;
  color: #fff;
}
.input-text.error {
  border: 1px solid #E6473F;
}
.input-text.disable {
  opacity: 0.4;
}
.input-text::-webkit-input-placeholder {
  color: #697392;
}

.input-content.password {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
.input-content.password input {
  color: #fff;
}
.input-content.password input::-webkit-input-placeholder {
  color: #697392;
}
.input-content.error {
  border: 1px solid #E6473F;
}

.dropdown {
  background: #2A2F5B;
  border: 1px solid #3C4169;
  transition: all 0.3s ease-in-out;
}
.dropdown:hover {
  background: rgba(255, 255, 255, 0.1);
}
.dropdown.disabled {
  color: #888;
  opacity: 0.4;
}

.list-option {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
.list-option .option:hover {
  background: #3C4169;
}

.input-hint {
  color: #A4A4A4;
}

.optional {
  color: #797979;
}

.password-icon {
  color: #697392;
  cursor: pointer;
}

.checkbox .checkbox-content {
  color: #999;
}
.checkbox .checkbox-content .btn-text-link {
  color: #979FC3;
  transition: all 0.3s ease-in-out;
}
.checkbox .checkbox-content .btn-text-link:hover {
  color: #00FFFF;
}
.checkbox .btn-check {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
.checkbox .btn-check.active {
  background: #6078FF;
  color: #fff;
  border: 0;
}
.checkbox .check-text {
  color: #999;
  transition: all 0.3s ease-in-out;
}
.checkbox .check-text:hover {
  color: #fff;
}

.btn-forgot {
  color: #CCC;
  transition: all 0.3s ease-in-out;
}
.btn-forgot span {
  color: #CCC;
}
.btn-forgot:hover {
  color: #fff;
}

.btn-cancel {
  background: #777;
  transition: all 0.3s ease-in-out;
}
.btn-cancel a, .btn-cancel span {
  color: #fff;
}
.btn-cancel:hover {
  background: #888;
}

.btn-send {
  background: linear-gradient(#00ACE6, #0057E3);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-send a, .btn-send span {
  color: #fff;
}
.btn-send:hover {
  box-shadow: inset 0 3px 6px #ADF3FF;
}
.btn-send.disable, .btn-send:disabled {
  background: #3C3C3C;
  color: #666;
}
.btn-send.disable:hover, .btn-send:disabled:hover {
  filter: brightness(0.95);
  box-shadow: none;
}
.btn-send.clicked {
  background: #3C3C3C;
  color: #666;
}

.btn-function {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-function.disable {
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  color: #fff;
}
.btn-function.disable .countdown {
  color: #AAA;
}
.btn-function:hover {
  background: #1588D5;
}

.btn-text {
  color: #999;
  transition: all 0.3s ease-in-out;
}
.btn-text:hover {
  color: #CCC;
}

.btn-option {
  background: #697392;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-option:hover, .btn-option.active {
  background: #1227C5;
  border-color: #1588D5;
  color: #fff;
}
.btn-option.disable {
  opacity: 0.4;
  color: #fff;
}
.btn-option.disable:hover {
  border-color: transparent;
  background: #697392;
  color: #fff;
}

.btn-login, .btn-signup {
  color: #999;
  transition: all 0.3s ease-in-out;
}
.btn-login span, .btn-signup span {
  color: #999;
  transition: all 0.3s ease-in-out;
}
.btn-login span:hover, .btn-signup span:hover {
  color: #CCC;
}
.btn-login:hover, .btn-signup:hover {
  color: #CCC;
}

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

.page-tabs .btn-tabs {
  transition: all 0.3s ease-in-out;
}
.page-tabs .btn-tabs .line-bottom {
  width: 0;
  height: 2px;
  background: #00FFFF;
  transition: all 0.3s ease-in-out;
}
.page-tabs .btn-tabs:hover, .page-tabs .btn-tabs.active {
  color: #00FFFF;
}
.page-tabs .btn-tabs:hover .line-bottom, .page-tabs .btn-tabs.active .line-bottom {
  width: 100%;
}

::-webkit-scrollbar {
  background-color: #444;
}

::-webkit-scrollbar-thumb {
  background-color: #7E7E7E;
}

/*-------------- HEADER --------------*/
.header-left {
  background: #191E47;
}

.logo {
  border-bottom: 1px solid #213A6B;
}

.menu .menu-btn {
  color: #979FC3;
}
.menu .menu-btn.home {
  background: url("../images/cyan/icon/icon-home.svg") no-repeat left center;
}
.menu .menu-btn.home:hover, .menu .menu-btn.home.active {
  background: url("../images/cyan/icon/icon-home-h.svg") no-repeat left center;
}
.menu .menu-btn.hot {
  background: url("../images/cyan/icon/icon-hot.svg") no-repeat left center;
}
.menu .menu-btn.hot:hover, .menu .menu-btn.hot.active {
  background: url("../images/cyan/icon/icon-hot-h.svg") no-repeat left center;
}
.menu .menu-btn.slot {
  background: url("../images/cyan/icon/icon-slot.svg") no-repeat left center;
}
.menu .menu-btn.slot:hover, .menu .menu-btn.slot.active {
  background: url("../images/cyan/icon/icon-slot-h.svg") no-repeat left center;
}
.menu .menu-btn.poker {
  background: url("../images/cyan/icon/icon-poker.svg") no-repeat left center;
}
.menu .menu-btn.poker:hover, .menu .menu-btn.poker.active {
  background: url("../images/cyan/icon/icon-poker-h.svg") no-repeat left center;
}
.menu .menu-btn.live {
  background: url("../images/cyan/icon/icon-live.svg") no-repeat left center;
}
.menu .menu-btn.live:hover, .menu .menu-btn.live.active {
  background: url("../images/cyan/icon/icon-live-h.svg") no-repeat left center;
}
.menu .menu-btn.esports {
  background: url("../images/cyan/icon/icon-esports.svg") no-repeat left center;
}
.menu .menu-btn.esports:hover, .menu .menu-btn.esports.active {
  background: url("../images/cyan/icon/icon-esports-h.svg") no-repeat left center;
}
.menu .menu-btn.sports {
  background: url("../images/cyan/icon/icon-sports.svg") no-repeat left center;
}
.menu .menu-btn.sports:hover, .menu .menu-btn.sports.active {
  background: url("../images/cyan/icon/icon-sports-h.svg") no-repeat left center;
}
.menu .menu-btn.fishing {
  background: url("../images/cyan/icon/icon-fishing.svg") no-repeat left center;
}
.menu .menu-btn.fishing:hover, .menu .menu-btn.fishing.active {
  background: url("../images/cyan/icon/icon-fishing-h.svg") no-repeat left center;
}
.menu .menu-btn.cockfight {
  background: url("../images/cyan/icon/icon-cockfight.svg") no-repeat left center;
}
.menu .menu-btn.cockfight:hover, .menu .menu-btn.cockfight.active {
  background: url("../images/cyan/icon/icon-cockfight-h.svg") no-repeat left center;
}
.menu .menu-btn.lottery {
  background: url("../images/cyan/icon/icon-lottery.svg") no-repeat left center;
}
.menu .menu-btn.lottery:hover, .menu .menu-btn.lottery.active {
  background: url("../images/cyan/icon/icon-lottery-h.svg") no-repeat left center;
}
.menu .menu-btn.egames {
  background: url("../images/cyan/icon/icon-egames.svg") no-repeat left center;
}
.menu .menu-btn.egames:hover, .menu .menu-btn.egames.active {
  background: url("../images/cyan/icon/icon-egames-h.svg") no-repeat left center;
}
.menu .menu-btn.discount {
  background: url("../images/cyan/icon/icon-discount.svg") no-repeat left center;
}
.menu .menu-btn.discount:hover, .menu .menu-btn.discount.active {
  background: url("../images/cyan/icon/icon-discount-h.svg") no-repeat left center;
}
.menu .menu-btn.news {
  background: url("../images/cyan/icon/icon-news.svg") no-repeat left center;
}
.menu .menu-btn.news:hover, .menu .menu-btn.news.active {
  background: url("../images/cyan/icon/icon-news-h.svg") no-repeat left center;
}
.menu .menu-btn.service {
  background: url("../images/cyan/icon/icon-service.svg") no-repeat left center;
}
.menu .menu-btn.service:hover, .menu .menu-btn.service.active {
  background: url("../images/cyan/icon/icon-service-h.svg") no-repeat left center;
}
.menu .menu-btn:hover, .menu .menu-btn.active {
  color: #00FFFF;
}

.header-top {
  background: rgba(7, 6, 63, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.news-marquee {
  background: url("../images/cyan/icon-marquee.webp") no-repeat left center #000F7E;
  border: 1px solid #1532D5;
  color: #FFD900;
}

.list-btn button {
  color: #fff;
}
.list-btn button.reg-btn {
  background-image: linear-gradient(#F0C800, #E24F00, #ff9a44, #e75516);
}
.list-btn button.login-btn {
  background: #2B3159;
}
.list-btn button.login-btn:hover {
  background: #1532D5;
}

.list-btn-deposit {
  background: url("../images/cyan/icon/icon-wallet.svg") no-repeat 20px center #6B4100;
  border: 1px solid #7E6700;
}
.list-btn-deposit:hover {
  border-color: #A98B08;
}

.list-user-info {
  border-left: 1px solid #213A6B;
}
.list-user-info .balance {
  background: url("../images/cyan/icon/icon-money.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #31281A;
  color: #FFC300;
}
.list-user-info .balance.twd {
  background-image: url(../images/cyan/icon/icon-twd.svg);
}
.list-user-info .balance.vnd {
  background-image: url(../images/cyan/icon/icon-vnd.svg);
}
.list-user-info .balance.thb {
  background-image: url(../images/cyan/icon/icon-thb.svg);
}
.list-user-info .balance.usdt {
  background-image: url(../images/cyan/icon/icon-usdt.svg);
}
.list-user-info .balance.kvnd {
  background-image: url("../images/cyan/icon/icon-vnd.svg");
}
.list-user-info .balance .icon-refresh {
  border: 1px solid #6D5800;
  color: #fff;
}

.currency-menu {
  background: rgba(25, 30, 71, 0.9);
  border-color: #6078FF;
}

.currency-list {
  transition: all 0.3s ease-in-out;
}
.currency-list.twd .currency-flag {
  background: url(../images/cyan/icon/icon-twd.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.vnd .currency-flag {
  background: url(../images/cyan/icon/icon-vnd.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.thb .currency-flag {
  background: url(../images/cyan/icon/icon-thb.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.usdt .currency-flag {
  background: url(../images/cyan/icon/icon-usdt.svg) no-repeat;
  background-position: left center;
  background-size: cover;
}
.currency-list.kvnd .currency-flag {
  background: url(../images/cyan/icon/icon-vnd.svg) no-repeat left center;
  background-size: cover;
}
.currency-list:after {
  background: #213A6B;
}
.currency-list:hover .currency-title {
  color: #00FFFF;
}
.currency-list:hover .currency-item {
  color: #00FFFF;
}

.currency-title {
  color: #979FC3;
}

.currency-item {
  color: #FFF;
}

.user-info {
  background: #2B3159;
}
.user-info:hover {
  border-color: #6078FF;
}

.user-name .photo {
  border: 1px solid #AFC0DA;
}

.user-menu {
  background: rgba(25, 30, 71, 0.9);
  border: 1px solid #6078FF;
}
.user-menu .user-menu-list.my-info-basic {
  background: url(../images/cyan/icon/icon-my-info-basic.svg) no-repeat left top;
}
.user-menu .user-menu-list.deal-detail {
  background: url(../images/cyan/icon/icon-deal-detail.svg) no-repeat left top;
}
.user-menu .user-menu-list.bet-record {
  background: url(../images/cyan/icon/icon-bet-record.svg) no-repeat left top;
}
.user-menu .user-menu-list.bonus-record {
  background: url(../images/cyan/icon/icon-bonus-record.svg) no-repeat left top;
}
.user-menu .user-menu-list.promote {
  background: url(../images/cyan/icon/icon-promote.svg) no-repeat left top;
}
.user-menu .user-menu-list.red-envelope-code {
  background: url(../images/cyan/icon/icon-red-envelope-code.svg) no-repeat left top;
}
.user-menu .user-menu-list.all-agent {
  background: url(../images/cyan/icon/icon-all-agent.svg) no-repeat left top;
}
.user-menu .user-menu-list.bankcard-info {
  background: url(../images/cyan/icon/icon-bankcard-info.svg) no-repeat left top;
}
.user-menu .user-menu-list.check {
  background: url(../images/cyan/icon/icon-check.svg) no-repeat left top;
}
.user-menu .user-menu-list.my-info-member {
  background: url(../images/cyan/icon/icon-my-info-member.svg) no-repeat left top;
}
.user-menu .user-menu-list.qa {
  background: url(../images/cyan/icon/icon-qa.svg) no-repeat left top;
}
.user-menu .user-menu-list:hover {
  background-position: left bottom;
  color: #00FFFF;
}
.user-menu .user-menu-list.logout {
  border-color: rgba(255, 255, 255, 0.2);
}
.user-menu .user-menu-list.logout:hover {
  border-color: #00FFFF;
}
.user-menu .user-menu-list:after {
  background: #243147;
}

.list-btn-item {
  background: #2B3159;
  background-position: center;
  background-repeat: no-repeat;
}
.list-btn-item.chatroom {
  background-image: url("../images/cyan/icon/icon-chatroom.svg");
}
.list-btn-item.mail {
  background-image: url("../images/cyan/icon/icon-news-notify.svg");
  margin-right: 10px;
}
.list-btn-item .list-btn-txt {
  background: rgba(21, 50, 213, 0.9);
  color: #fff;
}
.list-btn-item:hover {
  border-color: #6078FF;
}

.dropdown-language {
  background: #11163C;
  border: 1px solid #1532D5;
}
.dropdown-language:hover {
  border-color: #6078FF;
}

.dropdown-btn .fa-angle-down, .dropdown-btn .fa-angle-up {
  color: #697392;
}
#login-register .dropdown-btn .flag {
  background: url(../images/cyan/icon/icon-language.svg) no-repeat center;
}

.lang-list-option {
  background: rgba(25, 30, 71, 0.9);
  border: 1px solid #385795;
}

.country {
  border-bottom: 1px solid #243147;
}
.country:hover {
  background: #2D3578;
}
.country:hover .name {
  color: #00FFFF;
}

.music {
  background: url("../images/cyan/icon/icon-music-on.svg") no-repeat center #11163C;
  border: 1px solid #1532D5;
}
.music:hover {
  border-color: #6078FF;
}
.music.off {
  background-image: url("../images/cyan/icon/icon-music-off.svg");
}

.tooltip {
  background: rgba(21, 50, 213, 0.9);
  color: #fff;
}

/*-------------- 首頁 --------------*/
.slider {
  background: linear-gradient(#00FFFF, #0062FF);
}
.slider .slider-dot {
  background: rgba(0, 0, 0, 0.5);
}
.slider .slider-dot .list-dot {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #00FFFF, #0062FF);
}

.first-game-title span.title-quality {
  color: #B2FF00;
}
.first-game-title:before {
  background: linear-gradient(#76B0AF, #4E4EAE);
}

.list-game-type {
  background: linear-gradient(#1F3C71, #0C274A);
  border: 1px solid #33435D;
}
.list-game-type .btn {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #00ACE6, #0057E3);
}
.list-game-type .btn.hot .game-tab-icon {
  background: url("../images/cyan/icon/icon-hot.svg") no-repeat left center;
}
.list-game-type .btn.slot .game-tab-icon {
  background: url("../images/cyan/icon/icon-slot.svg") no-repeat left center;
}
.list-game-type .btn.poker .game-tab-icon {
  background: url("../images/cyan/icon/icon-poker.svg") no-repeat left center;
}
.list-game-type .btn.live .game-tab-icon {
  background: url("../images/cyan/icon/icon-live.svg") no-repeat left center;
}
.list-game-type .btn.esports .game-tab-icon {
  background: url("../images/cyan/icon/icon-esports.svg") no-repeat left center;
}
.list-game-type .btn.sports .game-tab-icon {
  background: url("../images/cyan/icon/icon-sports.svg") no-repeat left center;
}
.list-game-type .btn.fishing .game-tab-icon {
  background: url("../images/cyan/icon/icon-fishing.svg") no-repeat left center;
}
.list-game-type .btn.cockfight .game-tab-icon {
  background: url("../images/cyan/icon/icon-cockfight.svg") no-repeat left center;
}
.list-game-type .btn.lottery .game-tab-icon {
  background: url("../images/cyan/icon/icon-lottery.svg") no-repeat left center;
}
.list-game-type .btn.egames .game-tab-icon {
  background: url("../images/cyan/icon/icon-egames.svg") no-repeat left center;
}
.list-game-type .btn .game-tab-text {
  color: #979FC3;
}
.list-game-type .btn:hover, .list-game-type .btn.active {
  box-shadow: inset 0 3px 6px #ADF3FF;
}
.list-game-type .btn:hover.hot .game-tab-icon, .list-game-type .btn.active.hot .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-hot.svg") no-repeat left center;
}
.list-game-type .btn:hover.slot .game-tab-icon, .list-game-type .btn.active.slot .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-slot.svg") no-repeat left center;
}
.list-game-type .btn:hover.poker .game-tab-icon, .list-game-type .btn.active.poker .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-poker.svg") no-repeat left center;
}
.list-game-type .btn:hover.live .game-tab-icon, .list-game-type .btn.active.live .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-live.svg") no-repeat left center;
}
.list-game-type .btn:hover.esports .game-tab-icon, .list-game-type .btn.active.esports .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-esports.svg") no-repeat left center;
}
.list-game-type .btn:hover.sports .game-tab-icon, .list-game-type .btn.active.sports .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-sports.svg") no-repeat left center;
}
.list-game-type .btn:hover.fishing .game-tab-icon, .list-game-type .btn.active.fishing .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-fishing.svg") no-repeat left center;
}
.list-game-type .btn:hover.cockfight .game-tab-icon, .list-game-type .btn.active.cockfight .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-cockfight.svg") no-repeat left center;
}
.list-game-type .btn:hover.lottery .game-tab-icon, .list-game-type .btn.active.lottery .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-lottery.svg") no-repeat left center;
}
.list-game-type .btn:hover.egames .game-tab-icon, .list-game-type .btn.active.egames .game-tab-icon {
  background: url("../images/cyan/icon/icon-tab-egames.svg") no-repeat left center;
}
.list-game-type .btn:hover .game-tab-text, .list-game-type .btn.active .game-tab-text {
  color: #fff;
}

.first-game-item {
  background: #191E47;
}

#hot .game-item-title {
  background-image: url("../images/cyan/icon/icon-hot-h.svg");
}
#slot .game-item-title {
  background-image: url("../images/cyan/icon/icon-slot-h.svg");
}
#poker .game-item-title {
  background-image: url("../images/cyan/icon/icon-poker-h.svg");
}
#live .game-item-title {
  background-image: url("../images/cyan/icon/icon-live-h.svg");
}
#esports .game-item-title {
  background-image: url("../images/cyan/icon/icon-esports-h.svg");
}
#sports .game-item-title {
  background-image: url("../images/cyan/icon/icon-sports-h.svg");
}
#fishing .game-item-title {
  background-image: url("../images/cyan/icon/icon-fishing-h.svg");
}
#cockfight .game-item-title {
  background-image: url("../images/cyan/icon/icon-cockfight-h.svg");
}
#lottery .game-item-title {
  background-image: url("../images/cyan/icon/icon-lottery-h.svg");
}
#egames .game-item-title {
  background-image: url("../images/cyan/icon/icon-egames-h.svg");
}

.game-item-arrow .btn-chang-game {
  background: #11163C;
  border: 1px solid #1532D5;
}
.game-item-arrow .btn-chang-game:hover {
  background: #1227C5;
  border-color: #1588D5;
}

.game-item-list:hover .game-item-name {
  color: #00FFFF;
}
.game-item-list:hover .list-game-info {
  border-color: #1588D5;
}

.list-game-info {
  border: 2px solid #1532D5;
}

/*-------------- 遊戲頁 --------------*/
.slot .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-slot-h.svg") no-repeat left center;
  background-size: 36px;
}
.live .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-live-h.svg") no-repeat left center;
  background-size: 36px;
}
.poker .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-poker-h.svg") no-repeat left center;
  background-size: 36px;
}
.esports .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-esports-h.svg") no-repeat left center;
  background-size: 36px;
}
.sports .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-sports-h.svg") no-repeat left center;
  background-size: 36px;
}
.lottery .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-lottery-h.svg") no-repeat left center;
  background-size: 36px;
}
.cockfight .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-cockfight-h.svg") no-repeat left center;
  background-size: 36px;
}
.fishing .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-fishing-h.svg") no-repeat left center;
  background-size: 36px;
}
.egames .game-top .game-top-title {
  background: url("../images/cyan/icon/icon-egames-h.svg") no-repeat left center;
  background-size: 36px;
}
.game-top .game-top-categories {
  background: linear-gradient(#1F3C71, #0C274A);
  border: 1px solid #1D3458;
}
.game-top .game-top-categories .categories-list .categories-list-logo:hover, .game-top .game-top-categories .categories-list .categories-list-logo.active {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3), transparent), linear-gradient(#1F5699, #0017CA);
  border-color: #1588D5;
}
.game-top .game-top-categories .categories-arrow .btn-chang-categories {
  background: #11163C;
  border: 1px solid #1532D5;
  color: #6078FF;
}
.game-top .game-top-categories .categories-arrow .btn-chang-categories:hover {
  background: #1227C5;
  border-color: #1588D5;
  color: #fff;
}

.game-content {
  background: #191E47;
}

.game-content-top .game-content-title .game-title-icon {
  background: linear-gradient(#33307F, #040326);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.game-content-function .function-filter .btn-filter {
  background: #11163C;
  border: 1px solid #1532D5;
}
.game-content-function .function-filter .btn-filter.all .filter-icon {
  background: url(../images/cyan/icon/icon-games-all.svg) no-repeat center;
}
.game-content-function .function-filter .btn-filter.hot .filter-icon {
  background: url(../images/cyan/icon/icon-games-hot.svg) no-repeat center;
}
.game-content-function .function-filter .btn-filter:hover, .game-content-function .function-filter .btn-filter.active {
  background: #1227C5;
  border-color: #1588D5;
}
.game-content-function .function-search {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
.game-content-function .function-search .search-btn {
  color: #697392;
}
.game-content-function .function-search .search-close {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4);
}
.game-content-function.search-expand .function-search .search-btn {
  color: #fff;
}

.game-list .game-item:hover .game-pic {
  border-color: #1588D5;
}
.game-list .game-item:hover .game-name {
  color: #00FFFF;
}
.game-list .game-item .game-pic {
  background: linear-gradient(#2E3359, #1C1B4B);
  border: 2px solid #1532D5;
  background-repeat: no-repeat;
  background-position: center;
}
.game-list .game-item .game-name {
  color: #fff;
}
.game-list .game-item.default .game-pic {
  background-image: url(../images/cyan/game-icon-default.webp), linear-gradient(#2E3359, #1C1B4B);
}
.game-list .game-item.loading {
  height: 174px;
  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-total {
  color: #979FC3;
}

.game-list-more {
  background: #242A56;
  border: 1px solid #505EAE;
}
.game-list-more:hover {
  background: #505EAE;
}

#game-surface .game-header {
  background: #222;
}
#game-surface .game-header .btn-list .btn.close-game {
  background: linear-gradient(#888, #666);
  color: #fff;
}
#game-surface .game-header .btn-list .btn.close-game:hover {
  background: linear-gradient(#888, #666);
}
#game-surface .game-header .btn-list .btn.deposit, #game-surface .game-header .btn-list .btn.multi-game {
  background: #1227C5;
  border: 1px solid #1588D5;
}
#game-surface .game-header .btn-list .btn.deposit:hover, #game-surface .game-header .btn-list .btn.multi-game:hover {
  background: #1588D5;
}
#game-surface .game-header .btn.screen {
  background: linear-gradient(#888, #666);
  color: #fff;
}
#game-surface .game-header .btn.screen:hover {
  background: linear-gradient(#888, #666);
}

#game-surface-popup-deposit .input-content {
  background: #2A2F5B;
}
#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: #999;
}
#game-surface-popup-deposit .input-content.select .btn-select {
  background: #1227C5;
  border: 1px solid #1588D5;
  cursor: pointer;
}
#game-surface-popup-deposit .input-content.select .btn-select:hover {
  background: #1588D5;
}
#game-surface-popup-deposit .channel-info {
  background: #2A2F5B;
}
#game-surface-popup-deposit .channel-info .item .field-title {
  color: #aaa;
}
#game-surface-popup-deposit .channel-info .info-content {
  color: #fff;
}
#game-surface-popup-deposit .channel-info .info-content .hr {
  border-color: #616161;
}
#game-surface-popup-deposit .area-amount .input-area .input-remark {
  color: #999;
}
#game-surface-popup-deposit .area-amount .input-area .input-remark .rate .amount-convert {
  color: #00ffff;
}
#game-surface-popup-deposit .input-area.upload .btn-function {
  background: #6a6a6a;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#game-surface-popup-deposit .input-area.upload .btn-function:hover {
  background: #797979;
}
#game-surface-popup-deposit .input-area.upload .input-text {
  color: #fff;
}
#game-surface-popup-deposit .input-area.upload .input-text.no-data {
  color: #6a6a6a;
}
#game-surface-popup-deposit .input-area.upload.error {
  border: 1px solid #E6473F;
}
#game-surface-popup-deposit .wallet-info .info-content {
  background: #2A2F5B;
  color: #fff;
}

#game-surface-popup-multi .list-game .game-icon .tag-select {
  background: url("../images/cyan/icon/game-select.webp") no-repeat center;
}
#game-surface-popup-multi .list-game .game-icon .icon-border {
  background: #1532D5;
}
#game-surface-popup-multi .list-game .game-icon .icon-border:hover {
  outline: 2px solid #00ffff;
}
#game-surface-popup-multi .list-game .game-icon .game-name {
  color: #fff;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border {
  background: linear-gradient(#4E4E4E, #242424);
  outline: 2px solid #AAA;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border .icon-img {
  width: 50%;
  height: 50%;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border:hover .icon-img {
  width: 60%;
  height: 60%;
}
#game-surface-popup-multi .surface-select {
  background: #2A2F5B;
}
#game-surface-popup-multi .surface-select .list-select .item .icon-border {
  background: #00ffff;
}
#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/cyan/icon/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 .btn-delete:hover .icon {
  transform: scale(1.2);
}
#game-surface-popup-multi .surface-select .list-select .item.unselect .icon-border {
  background: rgba(0, 0, 0, 0.2);
  border: 2px dotted rgba(255, 255, 255, 0.4);
}
#game-surface-popup-multi .surface-select .list-select .item.unselect .game-name {
  color: #999;
}

#index-popup-check .popup-content {
  background: #191E47;
}
#index-popup-check .popup-content .area {
  align-items: start;
}
#index-popup-check .popup-content .area.check-day .total-day {
  color: #fff;
}
#index-popup-check .popup-content .area.check-day .total-day .day {
  color: #00FFFF;
}
#index-popup-check .popup-content .area .area-title {
  font-size: 1.2rem;
  color: #00FFFF;
  padding-left: 1rem;
}
#index-popup-check .popup-content .area .list {
  background: #11163C;
  border: 2px solid #2D3630;
  border-radius: 12px;
  padding: 0.8rem;
}
#index-popup-check .popup-content .area .list .btn-check {
  background: linear-gradient(#1F3C71, #0C274A);
  border: 1px solid #1D3458;
}
#index-popup-check .popup-content .area .list .btn-check .day {
  color: #aaa;
}
#index-popup-check .popup-content .area .list .btn-check .btn-img {
  height: 33px;
  background: url("../images/cyan/icon/popup-check-coin.webp") no-repeat center bottom;
}
#index-popup-check .popup-content .area .list .btn-check .award {
  color: #797979;
}
#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.today {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3), transparent), linear-gradient(#1F5699, #0017CA);
  border-color: #1588D5;
}
#index-popup-check .popup-content .area .list .btn-check.today .day {
  color: #fff;
}
#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: #fff;
}
#index-popup-check .popup-content .area.check-continuous .list .btn-check .btn-img {
  background: url("../images/cyan/icon/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/cyan/icon/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 .popup-btn a {
  color: #282521;
}
#index-popup-check .game-category {
  color: #FFF;
}

#index-popup-news .item {
  background: #32375E;
  transition: all 0.3s ease-in-out;
}
#index-popup-news .item:hover {
  background: #3b416c;
}
#index-popup-news .item:hover .btn-more {
  background: #1588D5;
}
#index-popup-news .content .title {
  color: #fff;
}
#index-popup-news .btn-more {
  background: #1227C5;
  border: 1px solid #1588D5;
  transition: all 0.3s ease-in-out;
}
#index-popup-news .btn-more .text {
  color: #fff;
}
#index-popup-news .btn-more:hover .text {
  color: #fff;
}
#index-popup-news .notify-title {
  color: #fff;
}
#index-popup-news .notify-title .notify-date {
  color: #797979;
}
#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 {
  background: #777;
  color: #fff;
}
#index-popup-news .notify-btn .notify-btn-next {
  background: linear-gradient(#00ACE6, #0057E3);
  color: #fff;
}
#index-popup-news .notify-btn:hover {
  opacity: 0.9;
}

.tab-title {
  color: #fff;
  background: linear-gradient(#666, #444);
}
.tab-title.active, .tab-title:hover {
  background: linear-gradient(#00ACE6, #0057E3);
  color: #fff;
}

.tab-content {
  background: #191E47;
  border: 2px solid #0057E3;
}

#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: #999;
}
#deposit .list-content .area-amount .input-area .input-remark .rate .amount-convert {
  color: #00FFFF;
}
#deposit .input-content {
  background: #2A2F5B;
}
#deposit .input-content.select .input-text {
  border: 0;
}
#deposit .input-content.select .input-text .unselect {
  color: #999;
}
#deposit .input-content.select .btn-select {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#deposit .input-content.select .btn-select:hover {
  background: #1588D5;
  color: #fff;
}
#deposit .input-area .channel-info {
  background: #2A2F5B;
}
#deposit .input-area .channel-info .item .field-title {
  color: #AAA;
}
#deposit .input-area .channel-info .info-content .hr {
  border-color: rgba(255, 255, 255, 0.15);
}
#deposit .input-area .input-remark {
  color: #999;
}
#deposit .upload .input-upload .btn-function {
  background: #6A6C70;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#deposit .upload .input-upload .btn-function:hover {
  background: #797979;
}
#deposit .upload .input-upload .input-text {
  color: #6A6C70;
}
#deposit .upload .input-upload .input-text .file-name {
  color: #fff;
}
#deposit .wallet-info .info-content {
  background: #2A2F5B;
}

#deposit, #game-surface-popup-deposit {
  /* 存款方式按鈕 */
  /* 刮刮卡 - 金額 */
}
#deposit .deposit-offers .info-content, #game-surface-popup-deposit .deposit-offers .info-content {
  background: #2A2F5B;
  border-radius: 4px;
}
#deposit .deposit-offers .info-content .offers-list, #game-surface-popup-deposit .deposit-offers .info-content .offers-list {
  border-color: rgba(255, 255, 255, 0.15);
}
#deposit .deposit-offers .info-content .offers-list .offers-title, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-title {
  color: #979FC3;
  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: #1588D5;
}
#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(#00ACE6, #0057E3);
}
#deposit .deposit-offers .info-content .offers-list .offers-remark, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-remark {
  color: #A4A4A4;
}
#deposit .deposit-offers .info-content .offers-list .offers-amount, #game-surface-popup-deposit .deposit-offers .info-content .offers-list .offers-amount {
  color: #FFC300;
}
#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: #00FFFF;
}
#deposit .deposit-btn .btn-list, #game-surface-popup-deposit .deposit-btn .btn-list {
  background: linear-gradient(#1F3C71, #0C274A);
  border: 1px solid #33435D;
}
#deposit .deposit-btn .btn-list.bank-transfer .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.bank-transfer .btn-img {
  background: url(../images/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/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/cyan/icon/deposit-icon-scratch-card.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list.payid .btn-img, #game-surface-popup-deposit .deposit-btn .btn-list.payid .btn-img {
  background: url(../images/cyan/icon/deposit-icon-payid.svg) no-repeat center top;
}
#deposit .deposit-btn .btn-list .btn-text, #game-surface-popup-deposit .deposit-btn .btn-list .btn-text {
  color: #979FC3;
}
#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(#00ACE6, #0057E3);
}
#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: #FFF;
}
#deposit .input-content input.input-text, #game-surface-popup-deposit .input-content input.input-text {
  color: #FFC300;
}
#deposit .input-content .clear-btn, #game-surface-popup-deposit .input-content .clear-btn {
  background: rgba(255, 255, 255, 0.2);
  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/cyan/icon/card-bank.webp) no-repeat center;
  background-size: cover;
}
#deposit .card .card-title .title-text .bank-code, #game-surface-popup-deposit .card .card-title .title-text .bank-code {
  color: #989898;
}
#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: #AAA;
  background: #FFF;
}
#deposit .input-area.scratch-card .amount-radio-button .btn-option input:checked, #game-surface-popup-deposit .input-area.scratch-card .amount-radio-button .btn-option input:checked {
  border-color: #1588D5;
}
#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(#00ACE6, #0057E3);
}

#withdraw .wallet {
  background: linear-gradient(#1F3C71, #0C274A);
}
#withdraw .wallet .wallet-text {
  color: #9B9B9B;
}
#withdraw .wallet .wallet-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/cyan/icon/icon-wallet-balance.svg) no-repeat left center;
  background-size: cover;
}
#withdraw .wallet .wallet-amount {
  color: #FFC300;
}
#withdraw .list-function .btn-function {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
}
#withdraw .list-function .btn-function:hover {
  background: #1588D5;
}
#withdraw .list-function .btn-function.disable {
  background: #616161;
  border-color: transparent;
  color: #999;
}
#withdraw .list-function .btn-refresh {
  background: #11163C;
  border: 1px solid #1532D5;
  color: #6078FF;
  transition: all 0.3s ease-in-out;
}
#withdraw .list-function .btn-refresh:hover {
  background: #1227C5;
  border-color: #1588D5;
  color: #fff;
}
#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/cyan/icon/add-card.webp") no-repeat center;
  background-size: cover;
}
#withdraw .card {
  background: url(../images/cyan/icon/card-bank.webp) no-repeat center;
  background-size: cover;
}
#withdraw .card .card-title .title-text .bank-code {
  color: #989898;
}
#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: rgba(255, 255, 255, 0.2);
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#withdraw .input-content .clear-btn:hover {
  opacity: 0.8;
}
#withdraw .input-remark .amount-convert {
  color: #00FFFF;
}

#withdraw-popup-add .upload .input-upload .btn-function {
  background: #6A6C70;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#withdraw-popup-add .upload .input-upload .btn-function:hover {
  background: #797979;
}
#withdraw-popup-add .upload .input-upload .input-text {
  color: #6A6C70;
}
#withdraw-popup-add .upload .input-upload .input-text .file-name {
  color: #fff;
}
#withdraw-popup-add .input-content {
  background: #2A2F5B;
}
#withdraw-popup-add .input-content.select {
  border: 1px solid #3C4169;
}
#withdraw-popup-add .input-content.select .input-text {
  background: none;
  border-color: transparent;
}
#withdraw-popup-add .input-content.select .input-text .unselect {
  color: #999;
}
#withdraw-popup-add .input-content.select .btn-select {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
  cursor: pointer;
}
#withdraw-popup-add .input-content.select .btn-select:hover {
  background: #1588D5;
}
#withdraw-popup-add .input-area.phone .input-content {
  background: none;
}

#withdraw-popup-verify .list-upload .input-upload {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
#withdraw-popup-verify .list-upload .input-upload .upload-number {
  color: #AAA;
}
#withdraw-popup-verify .list-upload .input-upload .btn-function {
  background: #6A6C70;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#withdraw-popup-verify .list-upload .input-upload .btn-function:hover {
  background: #797979;
}
#withdraw-popup-verify .list-upload .input-upload .upload-text {
  color: #fff;
}
#withdraw-popup-verify .list-upload .input-upload .upload-text.nodata {
  color: #AAA;
}
#withdraw-popup-verify .list-upload .input-upload.error {
  border: 1px solid #E6473F;
}
#withdraw-popup-verify .popup-btn {
  background: #07063F;
}

#withdraw-popup-amount .card {
  color: #fff;
}
#withdraw-popup-amount .card .card-title {
  background: #2a2f5b;
}
#withdraw-popup-amount .card .card-content {
  background: #32375E;
}
#withdraw-popup-amount .card .card-content .field-title {
  color: #AAA;
}
#withdraw-popup-amount .area-amount .input-area .input-remark {
  color: #999;
}
#withdraw-popup-amount .area-amount .input-area .input-remark .rate .amount-convert {
  color: #00FFFF;
}

.list-discount .item {
  background: #32375E;
  transition: all 0.3s ease-in-out;
}
.list-discount .item .title .btn-more {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.list-discount .item .date {
  color: #fff;
}
.list-discount .item:hover {
  background: #3b416c;
}
.list-discount .item:hover .btn-more {
  background: #1588D5;
  border-color: transparent;
}

#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-detail .btn-back {
  color: #00FFFF;
}

.discount-title .date {
  color: #fff;
}
.discount-title .btn-apply {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
}
.discount-title .btn-apply:hover {
  background: #1588D5;
  border-color: transparent;
}
.discount-title .btn-apply.ineligible, .discount-title .btn-apply.applied {
  background: #666;
  color: #fff;
  border: 0;
}
.discount-title .btn-apply.ineligible:hover, .discount-title .btn-apply.applied:hover {
  opacity: 1;
}

.area-other .list .item {
  background: #32375E;
  transition: all 0.3s ease-in-out;
}
.area-other .list .item .info-content .date {
  color: #fff;
}
.area-other .list .item:hover {
  background: #3b416c;
}
.area-other .btn-more {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
}
.area-other .btn-more:hover {
  background: #1588D5;
  border-color: transparent;
}

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

.area-menu .btn-menu {
  color: #979FC3;
  background-position: left top;
  background-repeat: no-repeat;
}
.area-menu .btn-menu.upper-agent .icon {
  background-image: url("../images/cyan/icon/icon-upper-agent.svg");
}
.area-menu .btn-menu.upper-member .icon {
  background-image: url("../images/cyan/icon/icon-upper-member.svg");
}
.area-menu .btn-menu.under-member .icon {
  background-image: url("../images/cyan/icon/icon-under-member.svg");
}
.area-menu .btn-menu.support-service .icon {
  background-image: url("../images/cyan/icon/icon-support-service.svg");
}
.area-menu .btn-menu:hover, .area-menu .btn-menu.active {
  color: #00FFFF;
}
.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 .msg-welcome {
  color: #999;
}
.area-content .time .text-time {
  background: #666;
  color: #CCC;
}
.area-content .avatar {
  border: 2px solid #A4A4A4;
}
.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: #A4A4A4;
}
.area-content .other-side .msg-text {
  background: #CCC;
  color: #000;
}
.area-content .other-side .msg-time {
  color: #A4A4A4;
}
.area-content .own .user-name {
  color: #A4A4A4;
  text-align: right;
}
.area-content .own .msg-text {
  background: #697392;
  color: #fff;
}
.area-content .own .msg-time {
  color: #A4A4A4;
}
.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: #CCC;
}
.area-content .chat-surface {
  background: #2A2F5B;
}
.area-content .chat-surface .input-text {
  border: 0;
}
.area-content .chat-surface .btn-upload-img {
  background: url(../images/cyan/icon/chatroom-upload-image.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}
.area-content .chat-surface .btn-upload-img:hover {
  opacity: 0.9;
}
.area-content .chat-surface.disable {
  opacity: 0.5;
}
.area-content .chat-surface.disable .btn-upload-img:hover {
  opacity: 1;
}

#chatroom-under-member .page-content-list .area-page-content {
  background: #191E47;
}
#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 #A4A4A4;
}
#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 {
  color: #A4A4A4;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item .msg-time {
  color: #A4A4A4;
}
#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 #00FFFF;
}
#chatroom-under-member .page-content-list .area-page-content .list-msg .msg-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
#chatroom-under-member .page-content-list .area-page-content .area-content {
  background: none;
  border: 0;
}

#roadmap .roadmap-top {
  background: url(../images/cyan/icon/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/cyan/icon/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;
}
#roadmap .roadmap-top .user-content .user-amount:before {
  color: #FFF;
}
#roadmap .roadmap-top .flow-audit-btn {
  background: linear-gradient(to right, #00FFFF, #3C87FF);
  box-shadow: inset 0 -2px 0 #1588D5;
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-top .flow-audit-btn:before {
  background: url(../images/cyan/icon/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/cyan/icon/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: #00FFFF;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent {
  background: #080E34;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent .bar-bg {
  background: linear-gradient(#00FFFF, #3C87FF);
  box-shadow: inset 0 0 10px #4DFF00;
}
#roadmap .roadmap-top .acc-function-bar .bar-item .bar-percent .bar-bg .bar-number {
  color: #00FFFF;
}
#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(#1588D5, #1532D5);
  box-shadow: 0 2px 0 #1588D5;
}
#roadmap .roadmap-top .function-link .function-link-item.deposit .link-icon {
  background-image: url(../images/cyan/icon/function-link-deposit.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.withdraw .link-icon {
  background-image: url(../images/cyan/icon/function-link-withdraw.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.account-record .link-icon {
  background-image: url(../images/cyan/icon/function-link-account-record.svg);
  background-size: 33px;
}
#roadmap .roadmap-top .function-link .function-link-item.discount-history .link-icon {
  background-image: url(../images/cyan/icon/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(#3C87FF, #0018BC);
}
#roadmap .roadmap-link-item {
  background: #191E47;
}
#roadmap .roadmap-link-item .link-title {
  color: #FFF;
}
#roadmap .roadmap-link-item .link-title:after {
  background: linear-gradient(to right, #00B2D6, #1D41B6 20%, #303874);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.basic-data {
  background: url(../images/cyan/icon/roadmap-basic-data.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.verification {
  background: url(../images/cyan/icon/roadmap-verification.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.member-level {
  background: url(../images/cyan/icon/roadmap-member-level.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.notify {
  background: url(../images/cyan/icon/roadmap-notify.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.instant-rebate {
  background: url(../images/cyan/icon/roadmap-instant-rebate.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-bonus {
  background: url(../images/cyan/icon/roadmap-discount-bonus.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.red-envelope-code {
  background: url(../images/cyan/icon/roadmap-red-envelope-code.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.check {
  background: url(../images/cyan/icon/roadmap-check.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deposit {
  background: url(../images/cyan/icon/roadmap-deposit.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bank-card-info {
  background: url(../images/cyan/icon/roadmap-bank-card-info.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdraw {
  background: url(../images/cyan/icon/roadmap-withdraw.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.bet-history {
  background: url(../images/cyan/icon/roadmap-bet-history.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.depositing {
  background: url(../images/cyan/icon/roadmap-depositing.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.withdrawal {
  background: url(../images/cyan/icon/roadmap-withdrawal.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.addBalance {
  background: url(../images/cyan/icon/roadmap-addBalance.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.deductBalance {
  background: url(../images/cyan/icon/roadmap-deductBalance.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.transferIn {
  background: url(../images/cyan/icon/roadmap-transferIn.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.donate {
  background: url(../images/cyan/icon/roadmap-donate.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.providerPromotions {
  background: url(../images/cyan/icon/roadmap-providerPromotions.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.my-promote {
  background: url(../images/cyan/icon/roadmap-my-promote.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-teach {
  background: url(../images/cyan/icon/roadmap-promote-teach.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-rule {
  background: url(../images/cyan/icon/roadmap-promote-rule.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-history {
  background: url(../images/cyan/icon/roadmap-promote-history.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.summary-team {
  background: url(../images/cyan/icon/roadmap-summary-team.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.report-team {
  background: url(../images/cyan/icon/roadmap-report-team.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.achievement-rewards {
  background: url(../images/cyan/icon/roadmap-achievement-rewards.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.promote-offline-member {
  background: url(../images/cyan/icon/roadmap-promote-offline-member.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.personal-center {
  background: url(../images/cyan/icon/roadmap-personal-center.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.agent-progress {
  background: url(../images/cyan/icon/roadmap-agent-progress.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.offline-member {
  background: url(../images/cyan/icon/roadmap-offline-member.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.level-system {
  background: url(../images/cyan/icon/roadmap-level-system.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.discount-activity {
  background: url(../images/cyan/icon/roadmap-discount-activity.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.disclaimer {
  background: url(../images/cyan/icon/roadmap-disclaimer.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.qa {
  background: url(../images/cyan/icon/roadmap-qa.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-gamble {
  background: url(../images/cyan/icon/roadmap-register-gamble.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.register-terms {
  background: url(../images/cyan/icon/roadmap-register-terms.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.privacy {
  background: url(../images/cyan/icon/roadmap-privacy.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.modify-password {
  background: url(../images/cyan/icon/roadmap-modify-password.svg) no-repeat left center;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .link-item-text {
  color: #979FC3;
  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 {
  color: rgba(255, 255, 255, 0.7);
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:before, #roadmap .roadmap-link-item .link-content .link-list .link-item:after {
  background: #1588D5;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:hover .link-item-text {
  color: #3C87FF;
}
#roadmap .roadmap-link-item .link-content .link-list:first-child {
  border-right: 1px solid #35395D;
}

/*----------- 流水稽查提示彈窗 -----------*/
#popup-flow-audit .flow-audit {
  gap: 0.375rem;
}
#popup-flow-audit .flow-audit.success .flow-audit-title {
  background-image: url(../images/cyan/icon/icon-audit-successful.svg);
  color: #24EE89;
}
#popup-flow-audit .flow-audit.fail .flow-audit-title {
  background-image: url(../images/cyan/icon/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, #323232, #222);
  border: 1px solid #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, #00ACE6, #0057E3);
  border-color: #00FFFF;
}
#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: #0062FF;
  -webkit-text-stroke-color: #FFF;
}
#my-info-member .area-content .vip-card.old {
  background-image: linear-gradient(#1F3C71, #0C274A);
  border: 1px solid #5C6394;
}
#my-info-member .area-content .vip-card.old .tag {
  background: rgba(0, 0, 0, 0.4);
  color: #979FC3;
}
#my-info-member .area-content .vip-card.old .level-text {
  color: #2B3159;
  -webkit-text-stroke-color: #979FC3;
}
#my-info-member .area-content .vip-card.level-1.now:after {
  background-image: url(../images/cyan/vip-icon/level-1-now.webp);
}
#my-info-member .area-content .vip-card.level-2.now:after {
  background-image: url(../images/cyan/vip-icon/level-2-now.webp);
}
#my-info-member .area-content .vip-card.level-3.now:after {
  background-image: url(../images/cyan/vip-icon/level-3-now.webp);
}
#my-info-member .area-content .vip-card.level-4.now:after {
  background-image: url(../images/cyan/vip-icon/level-4-now.webp);
}
#my-info-member .area-content .vip-card.level-5.now:after {
  background-image: url(../images/cyan/vip-icon/level-5-now.webp);
}
#my-info-member .area-content .vip-card.level-6.now:after {
  background-image: url(../images/cyan/vip-icon/level-6-now.webp);
}
#my-info-member .area-content .vip-card.level-7.now:after {
  background-image: url(../images/cyan/vip-icon/level-7-now.webp);
}
#my-info-member .area-content .vip-card.level-8.now:after {
  background-image: url(../images/cyan/vip-icon/level-8-now.webp);
}
#my-info-member .area-content .vip-card.level-9.now:after {
  background-image: url(../images/cyan/vip-icon/level-9-now.webp);
}
#my-info-member .area-content .vip-card.level-10.now:after {
  background-image: url(../images/cyan/vip-icon/level-10-now.webp);
}
#my-info-member .area-content .vip-card.level-11.now:after {
  background-image: url(../images/cyan/vip-icon/level-11-now.webp);
}
#my-info-member .area-content .vip-card.level-12.now:after {
  background-image: url(../images/cyan/vip-icon/level-12-now.webp);
}
#my-info-member .area-content .vip-card.level-13.now:after {
  background-image: url(../images/cyan/vip-icon/level-13-now.webp);
}
#my-info-member .area-content .vip-card.level-14.now:after {
  background-image: url(../images/cyan/vip-icon/level-14-now.webp);
}
#my-info-member .area-content .vip-card.level-15.now:after {
  background-image: url(../images/cyan/vip-icon/level-15-now.webp);
}
#my-info-member .area-content .vip-card.level-16.now:after {
  background-image: url(../images/cyan/vip-icon/level-16-now.webp);
}
#my-info-member .area-content .info-content .list-total {
  background: #2B3159;
}
#my-info-member .area-content .info-content .list-total .hr-vertical {
  background: #777;
}
#my-info-member .area-content .info-content .list-total .amount {
  color: #00FFFF;
}
#my-info-member .area-content .info-content .info-bar-area {
  background: linear-gradient(#0018BC, #2F3A87);
}
#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: #00FFFF;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent {
  background: #080E34;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent .info-bar-bg {
  background: linear-gradient(#00FFFF, #3C87FF);
  box-shadow: inset 0 0 10px #4DFF00;
}
#my-info-member .area-content .info-content .info-bar-area .info-bar-item .info-bar-percent .info-bar-bg .info-bar-number {
  color: #00FFFF;
}
#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: #2B3159;
}
#my-info-member .area-content .info-content .list-gift .item.level-up .img {
  background: url("../images/cyan/icon/vip-info-gift-level-up.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item.month .img {
  background: url("../images/cyan/icon/vip-info-gift-month.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item.week .img {
  background: url("../images/cyan/icon/vip-info-gift-week.webp") no-repeat center;
}
#my-info-member .area-content .info-content .list-gift .item .title {
  color: #979FC3;
}
#my-info-member .area-content .info-content .list-gift .item .amount {
  color: #00FFFF;
}
#my-info-member .area-content .list-info {
  background: #2B3159;
  border: 1px solid #444;
}
#my-info-member .area-content .list-info .field-title {
  color: #A4A4A4;
}
#my-info-member .area-content .list-info .hr {
  border-color: #616161;
}
#my-info-member .area-content .list-info .item-title {
  color: #50A8F4;
}
#my-info-member .area-content .list-cashback-limit .item {
  background: #2B3159;
  border: 1px solid #6078FF;
}
#my-info-member .area-content .list-cashback-limit .item .amount {
  color: #00FFFF;
}
#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: #2B3159;
  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: #2B3159;
  color: #fff;
}
#my-info-member .area-content .list-table .table-content .row.title .colum.now-level {
  background: linear-gradient(135deg, #00ACE6, #0057E3);
}
#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: #2B3159;
  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: #2B3159;
  color: #fff;
  border-bottom: 1px solid #777;
}
#my-info-member .area-content .list .item-vip:nth-last-of-type(1) .vip-card:after {
  background-image: url("../images/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/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/cyan/vip-icon/level-0-now.webp");
}

#my-info-basic .item-field .field-title .field-name {
  color: #999;
}
#my-info-basic .item-field .field-title .btn-edit {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
}
#my-info-basic .item-field .field-title .btn-edit:hover {
  background: #1588D5;
  color: #fff;
  border-color: #1588D5;
}
#my-info-basic .item-field .field-content {
  background: rgba(255, 255, 255, 0.08);
}
#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: #00ffff;
}
#deal-detail .table .row.title .state {
  color: #AAA;
}

#bet-record .area-content .content-title .list-total {
  background: #2A2F5B;
  border: 2px solid #6078FF;
}
#bet-record .area-content .content-title .list-total .field-title {
  color: #999;
}
#bet-record .area-content .content-title .list-total .field-content {
  color: #00ffff;
}
#bet-record .area-content .content-title .list-total .hr-vertical {
  background: #666;
}
#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: #2A2F5B;
  color: #AAA;
}
#bet-record .area-content .content-title .area-function .list-btn-function .input-search .input-text {
  border: 0;
}
#bet-record .area-content .content-title .area-function .data-count {
  color: #00ffff;
}
#bet-record .area-content .table-bet-record .item {
  background: #32375E;
}
#bet-record .area-content .table-bet-record .item .item-title {
  background: rgba(0, 0, 0, 0.14);
}
#bet-record .area-content .table-bet-record .item .item-content .field .title {
  color: #AAA;
}
#bet-record .area-content .table-bet-record .item .item-content .hr {
  border-color: #616161;
}
#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: #AAA;
}
#bet-record-detail .area-content .content-title .game-name {
  color: #00ffff;
}
#bet-record-detail .table .row .colum.state {
  color: #00ffff;
}
#bet-record-detail .table .row.title .state {
  color: #AAA;
}
#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: #2A2F5B;
  border: 2px solid #6078FF;
}
#instant-rebate .area-content .content-title .list-total .field-title {
  color: #999;
}
#instant-rebate .area-content .content-title .list-total .field-content {
  color: #00ffff;
}
#instant-rebate .area-content .content-title .list-total .hr-vertical {
  background: #666;
}
#instant-rebate .area-content .content-title .area-function .list-btn-function .input-search {
  background: #2A2F5B;
  color: #AAA;
}
#instant-rebate .area-content .content-title .area-function .list-btn-function .input-search .input-text {
  border: 0;
}
#instant-rebate .area-content .content-title .area-function .data-count {
  color: #00ffff;
}
#instant-rebate .area-content .table-instant-rebate .item {
  background: #32375E;
}
#instant-rebate .area-content .table-instant-rebate .item .item-title {
  background: rgba(0, 0, 0, 0.14);
}
#instant-rebate .area-content .table-instant-rebate .item .item-content .field .title {
  color: #AAA;
}
#instant-rebate .area-content .table-instant-rebate .item .item-content .hr {
  border-color: #616161;
}

#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: #1227C5;
  border: 1px solid #1588D5;
}
#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 {
  background: #1588D5;
  color: #fff;
}
#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 {
  opacity: 0.8;
}

#bonus-record-offer .state, #bonus-record-cashback .state, #bonus-record-vip .state, #bonus-all-agent .state {
  color: #00ffff;
}
#bonus-record-offer .title .state, #bonus-record-cashback .title .state, #bonus-record-vip .title .state, #bonus-all-agent .title .state {
  color: #AAA;
}

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

#bonus-all-agent-popup .table .row {
  background: #4B4B4B;
}
#bonus-all-agent-popup .table .row.event {
  background: #32375E;
}
#bonus-all-agent-popup .table .row.title {
  background: rgba(255, 255, 255, 0.1);
}

.btn-menu.overview .icon {
  background: url("../images/cyan/icon/icon-promote-overview.svg") no-repeat left top;
}
#promote-overview .btn-menu {
  border: 0;
}
#promote-overview .btn-menu.active, #promote-overview .btn-menu:hover {
  background: none;
  border: 0;
}
#promote-team-overview .btn-menu, #promote-team-report .btn-menu {
  border: 0;
}
#promote-team-overview .btn-menu.active, #promote-team-overview .btn-menu:hover, #promote-team-report .btn-menu.active, #promote-team-report .btn-menu:hover {
  background: none;
  border: 0;
}

.btn-menu.tutorial .icon {
  background: url("../images/cyan/icon/icon-promote-tutorial.svg") no-repeat left top;
}
#promote-tutorial .btn-menu {
  border: 0;
}
#promote-tutorial .btn-menu.active, #promote-tutorial .btn-menu:hover {
  background: none;
  border: 0;
}
#promote-team-overview .btn-menu, #promote-team-report .btn-menu {
  border: 0;
}
#promote-team-overview .btn-menu.active, #promote-team-overview .btn-menu:hover, #promote-team-report .btn-menu.active, #promote-team-report .btn-menu:hover {
  background: none;
  border: 0;
}

.btn-menu.rule .icon {
  background: url("../images/cyan/icon/icon-promote-rule.svg") no-repeat left top;
}
#promote-rule .btn-menu {
  border: 0;
}
#promote-rule .btn-menu.active, #promote-rule .btn-menu:hover {
  background: none;
  border: 0;
}
#promote-team-overview .btn-menu, #promote-team-report .btn-menu {
  border: 0;
}
#promote-team-overview .btn-menu.active, #promote-team-overview .btn-menu:hover, #promote-team-report .btn-menu.active, #promote-team-report .btn-menu:hover {
  background: none;
  border: 0;
}

.btn-menu.achievement .icon {
  background: url("../images/cyan/icon/icon-promote-achievement.svg") no-repeat left top;
}
#promote-achievement .btn-menu {
  border: 0;
}
#promote-achievement .btn-menu.active, #promote-achievement .btn-menu:hover {
  background: none;
  border: 0;
}
#promote-team-overview .btn-menu, #promote-team-report .btn-menu {
  border: 0;
}
#promote-team-overview .btn-menu.active, #promote-team-overview .btn-menu:hover, #promote-team-report .btn-menu.active, #promote-team-report .btn-menu:hover {
  background: none;
  border: 0;
}

.btn-menu.team .icon {
  background: url("../images/cyan/icon/icon-promote-team.svg") no-repeat left top;
}
#promote-team .btn-menu {
  border: 0;
}
#promote-team .btn-menu.active, #promote-team .btn-menu:hover {
  background: none;
  border: 0;
}
#promote-team-overview .btn-menu, #promote-team-report .btn-menu {
  border: 0;
}
#promote-team-overview .btn-menu.active, #promote-team-overview .btn-menu:hover, #promote-team-report .btn-menu.active, #promote-team-report .btn-menu:hover {
  background: none;
  border: 0;
}

#promote-overview .area-receive-award {
  background: #2A2F5B;
  border: 2px solid #6078FF;
}
#promote-overview .area-receive-award .img-icon {
  background: url("../images/cyan/icon/promote-icon-award.svg") no-repeat center;
  background-size: 100% auto;
}
#promote-overview .area-receive-award .amount {
  color: #00ffff;
}
#promote-overview .area-receive-award .btn-receive {
  background: #1227C5;
  border: 1px solid #1588D5;
  color: #fff;
}
#promote-overview .area-receive-award .btn-receive:hover {
  background: #1588D5;
}
#promote-overview .area-receive-award .btn-receive.disabled {
  pointer-events: none;
  background: #616161;
  border-color: transparent;
  color: #999;
}
#promote-overview .area-receive-award .hr-vertical {
  background: rgba(255, 255, 255, 0.1);
}
#promote-overview .area-total .item {
  background: #32375E;
}
#promote-overview .area-total .item .item-title {
  background: rgba(0, 0, 0, 0.14);
}
#promote-overview .area-total .item .item-title .content-text {
  color: #00ffff;
}
#promote-overview .area-promote-method .list-method .item {
  background: rgba(255, 255, 255, 0.08);
}
#promote-overview .area-promote-method .list-method .item.link .icon {
  background: url("../images/cyan/icon/icon-link.svg") no-repeat center;
}
#promote-overview .area-promote-method .list-method .item.code-number .icon {
  background: url("../images/cyan/icon/icon-code-number.svg") no-repeat center;
}
#promote-overview .area-promote-method .list-method .item.qrcode .icon {
  background: url("../images/cyan/icon/icon-qrcode.svg") no-repeat center;
}
#promote-overview .area-promote-method .list-method .item .btn-option {
  background: #616161;
  transition: all 0.3s ease-in-out;
}
#promote-overview .area-promote-method .list-method .item .btn-option .btn-text {
  color: #fff;
}
#promote-overview .area-promote-method .list-method .item .btn-option:hover {
  background: #797979;
  color: #fff;
  border: transparent;
}
#promote-overview .area-promote-method .area-qrcode {
  background: #444;
}

#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 {
  background: rgba(255, 255, 255, 0.1);
}
#promote-achievement .table .state {
  color: #00ffff;
}
#promote-achievement .table .title .state {
  color: #AAA;
}

#promote-team-overview .list-total {
  background: rgba(255, 255, 255, 0.08);
  color: #999;
}
#promote-team-overview .list-total .count {
  color: #00ffff;
}
#promote-team-overview .list-total .hr-vertical {
  background: #666;
}
#promote-team-overview .list-data .item {
  background: rgba(255, 255, 255, 0.08);
}
#promote-team-overview .list-data .item .field-title {
  color: #999;
}

#promote-team-report .list-my-total {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #00ffff;
}

#promote-tutorial .item-qa {
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
#promote-tutorial .item-qa .content {
  color: #999;
}
#promote-tutorial .item-qa .fa-plus {
  color: #999;
}
#promote-tutorial .item-qa:hover {
  background: rgba(255, 255, 255, 0.1);
}

#promote-rule .item-qa {
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
#promote-rule .item-qa .content {
  color: #999;
}
#promote-rule .item-qa .fa-plus {
  color: #999;
}
#promote-rule .item-qa:hover {
  background: rgba(255, 255, 255, 0.1);
}

#promote-achievement .table, #promote-team-report .table, #promote-achievement-rewards .table {
  background: rgba(255, 255, 255, 0.08);
}
#promote-achievement .table .row.title, #promote-team-report .table .row.title, #promote-achievement-rewards .table .row.title {
  color: #999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#promote-achievement .table .row.even, #promote-team-report .table .row.even, #promote-achievement-rewards .table .row.even {
  background: rgba(255, 255, 255, 0.05);
}
#promote-achievement .table .row .colum.no, #promote-team-report .table .row .colum.no, #promote-achievement-rewards .table .row .colum.no {
  color: #999;
}

#promote-offline-member .data-count {
  color: #00ffff;
}
#promote-offline-member .list-total {
  background: rgba(255, 255, 255, 0.08);
  color: #999;
}
#promote-offline-member .list-total .hr-vertical {
  background: #666;
}
#promote-offline-member .list-total .count {
  color: #00ffff;
}
#promote-offline-member .offline-content .list-total {
  background: rgba(255, 255, 255, 0.08);
}
#promote-offline-member .offline-content .list-total .item .title {
  color: #999;
}
#promote-offline-member .offline-content .list-total .item .count {
  color: #FFF;
}
#promote-offline-member .offline-content .list-total .hr-vertical {
  background: #666;
}

.btn-menu.personal .icon {
  background: url("../images/cyan/icon/icon-personal-center.svg") no-repeat left top;
}
.btn-menu.level .icon {
  background: url("../images/cyan/icon/icon-level-system.svg") no-repeat left top;
}
.allagent .btn-menu:hover, .allagent .btn-menu.active {
  background: transparent;
  border-color: transparent;
}

#allagent-personal-center .list-total {
  background: rgba(255, 255, 255, 0.08);
  color: #999;
}
#allagent-personal-center .list-total .hr-vertical {
  background: #666;
}
#allagent-personal-center .list-total .count {
  color: #00ffff;
}
#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/cyan/icon/icon-link.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item.code-number .icon {
  background: url("../images/cyan/icon/icon-code-number.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item.qrcode .icon {
  background: url("../images/cyan/icon/icon-qrcode.svg") no-repeat center;
}
#allagent-personal-center .area-promote-method .list-method .item .btn-option {
  background: #616161;
  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 {
  background: #797979;
  color: #fff;
  border-color: transparent;
}
#allagent-personal-center .area-promote-method .area-qrcode {
  background: #444;
}

#allagent-progress .btn-option {
  background: #96FF00;
}
#allagent-progress .btn-option .btn-text {
  color: #222;
}
#allagent-progress .btn-option:hover {
  background: #75C600;
}
#allagent-progress .btn-option:hover .btn-text {
  color: #222;
}
#allagent-progress .list-total {
  background: rgba(255, 255, 255, 0.08);
  color: #999;
}
#allagent-progress .list-total .hr-vertical {
  background: #666;
}
#allagent-progress .list-total .count {
  color: #00ffff;
}

#allagent-offline-member .data-count {
  color: #00ffff;
}
#allagent-offline-member .list-total {
  background: rgba(255, 255, 255, 0.08);
  color: #999;
}
#allagent-offline-member .list-total .hr-vertical {
  background: #666;
}
#allagent-offline-member .list-total .count {
  color: #00ffff;
}
#allagent-offline-member .offline-content .list-total {
  background: rgba(255, 255, 255, 0.08);
}
#allagent-offline-member .offline-content .list-total .item .title {
  color: #999;
}
#allagent-offline-member .offline-content .list-total .item .count {
  color: #FFF;
}
#allagent-offline-member .offline-content .list-total .hr-vertical {
  background: #666;
}

/* 等級制度 */
#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: #2B3159;
}
#allagent-level-system .list-info .field-title {
  color: #A4A4A4;
}
#allagent-level-system .list-info .item-title {
  color: #00ffff;
}
#allagent-level-system .list-info.active {
  border: 2px solid #00ffff;
}
#allagent-level-system .list-info .hr {
  border-color: #616161;
}
#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: #2B3159;
}
#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 .row .colum {
  background: #3C3C3C;
  color: #AAA;
}
#allagent-level-system .list-table .table-content .content .row .colum.now-level {
  color: #fff;
  background: #2B3159;
  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: #2B3159;
}
#allagent-level-system .list-table .table-content .content .row.multiplier .colum.now-level {
  color: #fff;
  background: linear-gradient(135deg, #00ACE6, #0057E3);
}
#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: #2B3159;
}
#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: #2B3159;
}

#news-notify .area-content .tab-list, #news-mailbox .area-content .tab-list {
  color: #FFF;
}
#news-notify .area-content .tab-list.notify .tab-img, #news-mailbox .area-content .tab-list.notify .tab-img {
  background: url(../images/cyan/icon/icon-notify.svg) no-repeat left center;
}
#news-notify .area-content .tab-list.mailbox .tab-img, #news-mailbox .area-content .tab-list.mailbox .tab-img {
  background: url(../images/cyan/icon/icon-mailbox.svg) no-repeat left center;
}
#news-notify .area-content .tab-list:hover, #news-notify .area-content .tab-list.active, #news-mailbox .area-content .tab-list:hover, #news-mailbox .area-content .tab-list.active {
  background: linear-gradient(#1588D5, #1532D5);
  box-shadow: inset 0 -2px 0 #1588D5;
}
#news-notify .area-content .content-right .list-top, #news-mailbox .area-content .content-right .list-top {
  background: #343853;
}
#news-notify .area-content .content-right .list-top .list-top-function .reset, #news-mailbox .area-content .content-right .list-top .list-top-function .reset {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .list-top .list-top-function .reset:hover, #news-mailbox .area-content .content-right .list-top .list-top-function .reset:hover {
  filter: brightness(0.8);
}
#news-notify .area-content .content-right .list-top .list-top-btn .read, #news-mailbox .area-content .content-right .list-top .list-top-btn .read {
  background: url(../images/cyan/icon/icon-mail-open.svg) no-repeat left center;
  color: #626783;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .list-top .list-top-btn .read.active, #news-mailbox .area-content .content-right .list-top .list-top-btn .read.active {
  background-image: url(../images/cyan/icon/icon-mail-open-a.svg);
  color: #FFF;
}
#news-notify .area-content .content-right .list-top .list-top-btn .read.active:hover, #news-mailbox .area-content .content-right .list-top .list-top-btn .read.active:hover {
  background-image: url(../images/cyan/icon/icon-mail-open-h.svg);
  color: #00FFFF;
}
#news-notify .area-content .content-right .list-top .list-top-btn .delete, #news-mailbox .area-content .content-right .list-top .list-top-btn .delete {
  background: url(../images/cyan/icon/icon-delete.svg) no-repeat left center;
  color: #626783;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .list-top .list-top-btn .delete.active, #news-mailbox .area-content .content-right .list-top .list-top-btn .delete.active {
  background-image: url(../images/cyan/icon/icon-delete-a.svg);
  color: #FFF;
}
#news-notify .area-content .content-right .list-top .list-top-btn .delete.active:hover, #news-mailbox .area-content .content-right .list-top .list-top-btn .delete.active:hover {
  background-image: url(../images/cyan/icon/icon-delete-h.svg);
  color: #00FFFF;
}
#news-notify .area-content .content-right .content-list, #news-mailbox .area-content .content-right .content-list {
  background: #09083D;
}
#news-notify .area-content .content-right .content-list .list-post, #news-mailbox .area-content .content-right .content-list .list-post {
  background: #2B3159;
  border-color: #354289;
  color: #626783;
}
#news-notify .area-content .content-right .content-list .list-post.unread, #news-mailbox .area-content .content-right .content-list .list-post.unread {
  color: #50A8F4;
}
#news-notify .area-content .content-right .content-list .list-post:hover, #news-mailbox .area-content .content-right .content-list .list-post:hover {
  border-color: #4D5FFF;
}
#news-notify .area-content .content-right .content-list .list-post:hover .btn-check, #news-mailbox .area-content .content-right .content-list .list-post:hover .btn-check {
  background: #00FFFF;
  border-color: transparent;
}
#news-notify .area-content .content-right .content-post, #news-mailbox .area-content .content-right .content-post {
  background: #09083D;
}
#news-notify .area-content .content-right .content-post .post-top, #news-mailbox .area-content .content-right .content-post .post-top {
  background: #343853;
}
#news-notify .area-content .content-right .content-post .post-top .delete, #news-mailbox .area-content .content-right .content-post .post-top .delete {
  background: url(../images/cyan/icon/icon-delete.svg) no-repeat left center;
  color: #626783;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .content-post .post-top .delete:hover, #news-mailbox .area-content .content-right .content-post .post-top .delete:hover {
  background-image: url(../images/cyan/icon/icon-delete-h.svg);
  color: #00FFFF;
}
#news-notify .area-content .content-right .content-post .post-top .btn-back, #news-mailbox .area-content .content-right .content-post .post-top .btn-back {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .content-post .post-top .btn-back:hover, #news-mailbox .area-content .content-right .content-post .post-top .btn-back:hover {
  filter: brightness(0.8);
}
#news-notify .area-content .content-right .content-post .post-top .btn-page-prev, #news-notify .area-content .content-right .content-post .post-top .btn-page-next, #news-mailbox .area-content .content-right .content-post .post-top .btn-page-prev, #news-mailbox .area-content .content-right .content-post .post-top .btn-page-next {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#news-notify .area-content .content-right .content-post .post-top .btn-page-prev:hover, #news-notify .area-content .content-right .content-post .post-top .btn-page-next:hover, #news-mailbox .area-content .content-right .content-post .post-top .btn-page-prev:hover, #news-mailbox .area-content .content-right .content-post .post-top .btn-page-next:hover {
  filter: brightness(0.8);
}
#news-notify .area-content .content-right .content-post .post-container .post-title, #news-mailbox .area-content .content-right .content-post .post-container .post-title {
  color: #FFF;
}
#news-notify .area-content .content-right .content-post .post-container .post-date, #news-mailbox .area-content .content-right .content-post .post-container .post-date {
  color: #888;
}
#news-notify .area-content .content-right .content-post .post-container .post-text, #news-mailbox .area-content .content-right .content-post .post-container .post-text {
  color: #BCBEBC;
}
#news-notify .area-content .content-right .btn-check, #news-notify .area-content .content-right .btn-checkall, #news-mailbox .area-content .content-right .btn-check, #news-mailbox .area-content .content-right .btn-checkall {
  background: #09083D;
  border-color: #515D72;
}
#news-notify .area-content .content-right .btn-check.active, #news-notify .area-content .content-right .btn-checkall.active, #news-mailbox .area-content .content-right .btn-check.active, #news-mailbox .area-content .content-right .btn-checkall.active {
  background: #00FFFF;
  color: #15201A;
  border-color: transparent;
}

#news-mailbox .area-content .content-right .content-list .list-post:hover {
  background: #133076;
}

#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: #999;
}
#support-qa .item-qa .fa-plus, #support-disclaimer .item-qa .fa-plus {
  color: #999;
}
#support-qa .item-qa:hover, #support-disclaimer .item-qa:hover {
  background: rgba(255, 255, 255, 0.1);
}

#loading {
  background: rgba(0, 0, 0, 0.7);
}
#loading .img-loading {
  background: url("../images/cyan/icon/loading.svg") no-repeat center;
}

.content .img {
  height: auto;
  display: flex;
  justify-content: center;
}
.content .img .woman {
  width: 20.125rem;
  height: 23.875rem;
  background-size: cover;
}
#support-404 .content .img .woman {
  background: url("../images/common/support/woman-404.webp") no-repeat center;
}
#support-error .content .img .woman {
  background: url("../images/common/support/woman-error.webp") no-repeat center;
}
#support-ipban .content .img .woman {
  background: url("../images/common/support/woman-ip.webp") no-repeat center;
}
#support-maintain .content .img .woman {
  background: url("../images/common/support/woman-in.webp") no-repeat center;
}
.content .img .text {
  display: flex;
  align-self: center;
  background: linear-gradient(#00ffff, #0057E3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#support-error .content .img .text {
  color: #979FC3;
  background: transparent;
  padding: 0;
}
#support-ipban .content .img .text {
  padding-top: 9rem;
}
.content .img .box-text .title {
  color: #979FC3;
}
#support-error .content .img .box-text .title {
  background: linear-gradient(#00ffff, #0057E3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.content .title-text {
  color: #979FC3;
}
.content .btn-back {
  background: #242A56;
  border: 1px solid #505EAE;
  color: #fff;
  width: 18rem;
  height: 70px;
  cursor: pointer;
  border-radius: 5rem;
}
.content .btn-back:hover {
  background: #505EAE;
}
#support-error .content .btn-back {
  width: 18rem;
}

/*------------------------------登入註冊-----------------------------*/
.login-register-content {
  background: #191E47;
}
.login-register-content .tab-content {
  border: 0;
  background: 0;
}

.login-register-tab {
  background: rgba(255, 255, 255, 0.08);
}
.login-register-tab .login-btn {
  background: #697392;
  color: #fff;
}
.login-register-tab .login-btn:hover {
  opacity: 0.9;
}
.login-register-tab .login-btn.active {
  color: #fff;
  background: linear-gradient(#00ACE6, #0057E3);
  box-shadow: inset 0 3px 6px #ADF3FF;
}

.verify-title {
  color: #1588D5;
  border-color: #3C87FF;
}

.login-container .btn-function {
  background: #11163C;
  border: 1px solid #1532D5;
  color: #6078FF;
  transition: all 0.3s ease-in-out;
}
.login-container .btn-function:hover {
  background: #1227C5;
  border-color: #1588D5;
  color: #fff;
}

.login-register-btn {
  color: #fff;
}

.instant-messaging {
  background: #191E47;
}
.instant-messaging .item:hover {
  background-color: #2A2F5B;
  border-color: #3C4169;
}

.name-verify .input-upload {
  background: #2A2F5B;
  border: 1px solid #3C4169;
}
.name-verify .input-upload .upload-text {
  color: #FFF;
}
.name-verify .input-upload .upload-text.nodata {
  color: #CCC;
}
.name-verify .input-upload.error {
  border: 1px solid #E6473F;
}

.mobile-verify .dropdown:has(.dropdown-btn.error) {
  border-color: #E6473F;
}

#loading .img-loading {
  display: block;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(21, 50, 131, 0.8);
  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(121, 50, 131, 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: #1532D5;
  }
  20% {
    border-top-color: #1532D5;
  }
  35% {
    border-top-color: #0057E3;
  }
  60% {
    border-top-color: #1532D5;
  }
  to {
    border-top-color: #1532D5;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #1532D5;
  }
  20% {
    border-top-color: #1532D5;
  }
  35% {
    border-top-color: #0057E3;
  }
  60% {
    border-top-color: #1532D5;
  }
  to {
    border-top-color: #1532D5;
  }
}
/*-------------- FOOTER --------------*/
.footer-wrap {
  background: #2C2E3C;
}

.providers-list {
  border-bottom: 1px solid #474957;
}

.license {
  border-bottom: 1px solid #474957;
}

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

.copyright {
  color: #63686C;
}
.copyright .copyright-wrap .copyright-link p {
  color: #63686C;
  border-color: rgba(99, 104, 108, 0.4);
}
.copyright .copyright-wrap .copyright-link p:hover {
  color: #979FC3;
}

.float-btn-item {
  background: #003172;
  border-color: #505877;
}
.float-btn-item.service .float-btn-icon {
  background-image: url(../images/cyan/icon/float-btn-service.svg);
}
.float-btn-item.chatroom .float-btn-icon {
  background-image: url(../images/cyan/icon/float-btn-chatroom.svg);
}
.float-btn-item .float-btn-text {
  background: #1532D5;
  color: #fff;
}
.float-btn-item .float-btn-text:after {
  border-left: 6px solid #1532D5;
}
.float-btn-item .float-btn-app {
  background: rgba(0, 20, 46, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.float-btn-item .float-btn-app .float-app-item {
  background-color: #404768;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text {
  background: #1532D5;
  color: #fff;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text:after {
  border-left: 6px solid #1532D5;
}
.float-btn-item .float-btn-app .float-app-item:hover {
  background: #00FFFF;
}
.float-btn-item.show, .float-btn-item:hover {
  background: #002A60;
  border-color: #00BEBB;
}

.discount-reminder-popup {
  background: rgba(255, 255, 255, 0.9);
}
.discount-reminder-popup .reminder-icon {
  background: url(../images/common/icon-discount-reminder.svg) no-repeat center;
}
.discount-reminder-popup .reminder-title {
  color: #0082FF;
}
.discount-reminder-popup .reminder-content .reminder-btn {
  border: 0;
  background: linear-gradient(#FF3BB3, #0057E3);
}
.discount-reminder-popup .reminder-bar-bg .reminder-bar {
  background: #0062FF;
}

.gotop {
  background: url(../images/cyan/btn-gotop.webp) no-repeat left top;
}/*# sourceMappingURL=theme-cyan.css.map */