/* ==================== GOLD EXPENSIVE THEME ==================== */

h4, h5, h6 {
    color: #333;
}

a {
    outline: 0;
    color: #ffd700;
}

a:focus,
a:hover {
    color: #ffd700;
    text-decoration: none;
}

/* ==================== BUTTON & ACCENT ==================== */

.play-now {
    background: #ffd700;
    color: #000;
    border-color: #c9a227;
}

.play-now:hover {
    background: #c9a227;
    color: #fff;
    border-color: #ffd700;
}

.standard-button-group .btn-primary,
.messaging-side-menu .support-ticket>a,
.deposit-container .reveal-bank-account-button {
    color: #000;
    background: #ffd700;
}

.standard-button-group .btn-primary:hover,
.messaging-side-menu .support-ticket>a:hover,
.deposit-container .reveal-bank-account-button:hover {
    background: #c9a227;
    color: #fff;
}

.login-panel .login-button {
    background: linear-gradient(to right, #ffd700 0%, #c9a227 100%);
    color: #000;
}

.login-panel .login-button:hover {
    background: linear-gradient(to right, #c9a227 0%, #ffd700 100%);
    color: #fff;
}

.login-panel .register-button {
    background: linear-gradient(to bottom, #ffd700 0%, #c9a227 100%);
    color: #000;
}

.login-panel .register-button:hover {
    background: linear-gradient(to bottom, #c9a227 0%, #ffd700 100%);
    color: #fff;
}

/* ==================== NAV & MENU ==================== */

.nav-tabs>li>a:hover {
    background-color: #ffd700;
    color: #000;
}

.popular-games .nav-tabs>li.active>a,
.popular-games .nav-tabs>li>a:hover {
    background-color: #ffd700;
    color: #000;
}

.top-menu>li:hover,
.top-menu>li[data-active="true"] {
    color: #ffd700;
}

.standard-side-menu a[data-active="true"],
.standard-side-menu a:hover {
    color: #ffd700;
    background-color: #4b3b1e;
}

/* ==================== BACKGROUND & CONTAINER ==================== */

.site-footer,
.site-header {
    background: #0d1f0d;
    border-bottom-color: #ffd700;
}

.home-info-container,
.telegram-banner-container {
    background: #054021;
    border-color: #ffd700;
}

.slots-games-container,
.casino-games-container,
.race-games-container {
    background-color: #0c1740;
}

.promotions-container {
    background-color: #00051b;
}

/* ==================== TEXT & ACCENT ==================== */

.claim-info-modal h4 {
    color: #ffd700;
}

.standard-form-note span,
.standard-form-note strong {
    color: #ffd700;
}

.user-info .wallet-container .balance {
    color: #ffd700;
}

.jackpot-container .progressive-jackpot span {
    color: #ffd700;
}

/* ==================== HOVER EFFECTS ==================== */

.claim-item .claim-button,
.claim-item .activation-button,
.claim-item .cancellation-button {
    background: #ffd700;
    color: #000;
}

.claim-item .claim-button:hover,
.claim-item .activation-button:hover,
.claim-item .cancellation-button:hover {
    background: #c9a227;
    color: #fff;
}

/* ==================== GAME LIST ==================== */

.game-list .game-name,
.game-list .provider-name {
    background: #ffd700;
    color: #000;
}

.home-game-list-container .container-title span,
.popular-game-title-container .container-title span {
    background-color: #ffd700;
    color: #000;
}

/* ==================== BUTTON GRADIENT ==================== */

.download-apk .btn {
    background: linear-gradient(to bottom, #ffd700 0%, #c9a227 100%);
    color: #000;
}

.download-apk .btn:hover {
    background: linear-gradient(to bottom, #c9a227 0%, #ffd700 100%);
    color: #fff;
}

/* ==================== PAYMENT & OTHERS ==================== */

.payment-method-selection input[type="radio"]:checked+label {
    background-color: #ffd700;
    background-image: linear-gradient(to bottom, #ffd700 0%, #c9a227 100%);
}

.notification-tabs .notification-tab-item[data-active="true"] {
    background-color: #ffd700;
    background-image: linear-gradient(to bottom, #ffd700 0%, #c9a227 100%);
}

/* ==================== GENERAL ACCENT ==================== */

a,
.contact-us-list li a,
.standard-form-note span {
    color: #ffd700;
}

.modal-footer .btn-primary {
    background: #ffd700;
    color: #000;
}

.modal-footer .btn-primary:hover {
    background: #c9a227;
    color: #fff;
}