:root {
--color-primary: #22c55e;
--color-primary-dark: #16a34a;
--color-primary-light: #4ade80;
--color-primary-hover: #15803d;
--color-warning: #22c55e;

--shadow-primary: 0 2px 12px rgba(34, 197, 94, 0.25);
--shadow-primary-hover: 0 4px 18px rgba(34, 197, 94, 0.4);

--color-primary-rgb: 34, 197, 94;
--color-text-on-primary: #ffffff;
--color-detail-rgb: 255, 255, 255;

/* Cores de Background Base */
--color-bg-primary: #002b10 !important;
--color-bg-secondary: #003315 !important;
--color-bg-tertiary: #001f0a !important;
--color-bg-dark: #00260e !important;
--color-bg-card: #003012 !important;
--color-site-bg: #001908 !important;
--menu-bottom-text-color: #ffffff !important;

/* Text Colors Adaptive */
--color-text-primary:
#ffffff!important;
--color-text-secondary:
#e0e0e0!important;
--color-text-muted:
#a0a0a0!important;

/* Novas Definições de Personalização */
--header-bg: #003315;
--header-border-color: #22c55e33;
--sidebar-bg:
#003315;
--sidebar-btn-active:
#22c55e22;
--sidebar-btn-hover:
#22c55e11;
--footer-bg:
#003315;
--modal-bg:
#003012;
--modal-border-color: #22c55e66;
--input-bg:
#001f0a;
--input-border-color: #22c55e44;
--input-focus-border: #22c55e;

--card-border-color: #22c55e11;
--card-hover-bg:
#003012;
--card-hover-border: #22c55e;

--button-hover-bg: #15803d;

--scrollbar-thumb: #22c55e;
--scrollbar-track: #003315;

--color-success: #37ff80;
--color-danger: #ef4444;

--color-login-modal-border: #22c55e66;
}

body.bg-style-1,
body.bg-style-1 .main-bg {
background: var(--color-site-bg) !important;
background-attachment: fixed !important;
}

body.bg-style-2 {
background-color: transparent !important;
position: relative !important;
}

body.bg-style-2::before {
content: '' !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
background-image: url('../images/bg/textura04.png') !important;
background-repeat: repeat !important;
background-attachment: fixed !important;
background-size: auto !important;
background-position: top left !important;
opacity: 0.3 !important;
z-index: -1 !important;
pointer-events: none !important;
}

body.bg-style-2 .main-bg {
background-color: transparent !important;
position: relative !important;
z-index: 1 !important;
}

body.bg-style-3,
body.bg-style-3 .main-bg {
background: transparent !important;
background-attachment: fixed !important;
}

body.bg-style-3 #bg-video-wrapper {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: -2 !important;
pointer-events: none !important;
}

body.bg-style-3 #bg-video {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
min-width: 100% !important;
min-height: 100% !important;
}

body.bg-style-3 #bg-video-overlay {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background: rgba(0, 0, 0, 0.5) !important;
z-index: 1 !important;
}

.header-bar,
body .header-bar,
.main-bg .header-bar {
background: var(--header-bg) !important;
border-bottom: 2px solid var(--header-border-color) !important;
}

.app-download-banner {
background: linear-gradient(135deg, #00260e 0%, #002b10 100%) !important;
border-bottom: 2px solid #16a34a33 !important;
padding: 4px 12px !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
min-height: 36px !important;
max-height: 36px !important;
z-index: 1028 !important;
}

.app-download-banner .app-icon {
width: 24px !important;
height: 24px !important;
object-fit: contain !important;
flex-shrink: 0 !important;
}

.app-download-banner .app-text h6 {
color: var(--color-text-primary) !important;
font-size: 0.8rem !important;
font-weight: var(--font-weight-medium) !important;
margin: 0 !important;
line-height: 1.2 !important;
}

.app-download-banner .app-text small {
color: var(--color-text-secondary) !important;
font-size: 0.7rem !important;
display: block !important;
margin: 0 !important;
line-height: 1.1 !important;
}

.app-download-banner .download-btn {
background: rgba(34, 197, 94, 0.15) !important;
color: #22c55e !important;
font-weight: var(--font-weight-medium) !important;
border: 1px solid #22c55e40 !important;
box-shadow: none !important;
transition: all var(--transition-base) !important;
backdrop-filter: blur(10px) !important;
padding: 3px 12px !important;
font-size: 0.75rem !important;
white-space: nowrap !important;
line-height: 1.2 !important;
}

.app-download-banner .download-btn:hover {
background: rgba(34, 197, 94, 0.25) !important;
color: #22c55e !important;
border-color: #22c55e60 !important;
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2) !important;
}

.app-download-banner .download-btn:active {
background: rgba(34, 197, 94, 0.2) !important;
transform: scale(0.98) !important;
}

.app-download-banner .download-btn i {
color: #22c55e !important;
transition: all var(--transition-base) !important;
}

.app-download-banner .download-btn:hover i {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.app-banner-close {
background: transparent !important;
border: none !important;
color: var(--color-text-secondary) !important;
cursor: pointer !important;
padding: 4px 6px !important;
font-size: 0.9rem !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
transition: all var(--transition-base) !important;
flex-shrink: 0 !important;
width: 24px !important;
height: 24px !important;
border-radius: 6px !important;
}

.app-banner-close:hover {
color: var(--color-text-primary) !important;
background: rgba(255, 255, 255, 0.1) !important;
border-radius: 4px !important;
}

html {
background: #002b10 !important;
}

.card,
.game-card {
background: var(--color-bg-card) !important;
backdrop-filter: blur(10px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
border: 1px solid var(--card-border-color) !important;
}

.popular-games-section .popular-games-style-2 .card,
.popular-games-section .popular-games-style-2 .game-card,
.popular-games-section .popular-games-style-2 .popular-game-card-style-2,
.popular-games-style-2 .popular-game-card-style-2,
.popular-games-style-2 .popular-game-content-style-2 {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
backdrop-filter: none !important;
}

.popular-games-section .popular-games-style-2 .card:hover,
.popular-games-section .popular-games-style-2 .game-card:hover,
.popular-games-section .popular-games-style-2 .popular-game-card-style-2:hover,
.popular-games-style-2 .popular-game-card-style-2:hover,
.popular-games-style-2 .popular-game-content-style-2:hover {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
backdrop-filter: none !important;
}

.bg-card-bg,
.bg-surface-deep {
background: #003012 !important;
}

#depositModal .bg-surface-deep {
background: #003012 !important;
}

.sidebar {
background: var(--sidebar-bg) !important;
}

.sidebar-btn:not(.telegram):not(.instagram) {
background: linear-gradient(135deg, #002b10dd 0%, #003315ee 100%) !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
background: var(--sidebar-btn-active) !important;
}

.modal-content,
.modal-body {
background: var(--modal-bg) !important;
}

.modal-header {
background: var(--modal-bg) !important;
border-bottom: 2px solid var(--modal-border-color) !important;
}

.modal-footer {
background: var(--modal-bg) !important;
}

.modal-backdrop {
background-color: rgba(0, 0, 0, 0.75) !important;
}

.menu-bottom {
background: #003315 !important;
border-top: 2px solid #16a34a33 !important;
}

/* Menu Bottom Text Color */
.menu-bottom span,
.menu-bottom small,
.menu-bottom .nav-item small,
.menu-bottom .nav-icon-container small,
.bottom-appbar .tab span,
.bottom-appbar .tabs .tab span,
.bottom-appbar .tabs .fab span {
color: var(--menu-bottom-text-color, #ffffff) !important;
}

.menu-bottom-style-3 {
background: transparent !important;
border-top: none !important;
}

.menu-bottom-style-4,
.menu-bottom-style-6,
.menu-bottom-style-7 {
background: transparent !important;
border-top: none !important;
}

.menu-bottom-style-5,
.menu-bottom-style-6,
.menu-bottom-style-7 {
background: transparent !important;
border-top: none !important;
}

.menu-bottom-style-8 {
background: transparent !important;
background-color: transparent !important;
border-top: none !important;
border: none !important;
box-shadow: none !important;
}

.bottom-nav {
overflow-x: hidden !important;
overflow-y: hidden !important;
}

.menu-bottom-style-3.bottom-nav {
overflow: visible !important;
}

.menu-bottom-style-4.bottom-nav,
.menu-bottom-style-6.bottom-nav,
.menu-bottom-style-7.bottom-nav {
overflow: visible !important;
}

.menu-bottom-style-5.bottom-nav,
.menu-bottom-style-6.bottom-nav,
.menu-bottom-style-7.bottom-nav {
overflow: visible !important;
}

.bottom-nav .container-fluid {
overflow-x: hidden !important;
max-width: 100% !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
select,
textarea,
.form-control,
.form-select,
.login-input,
.withdraw-input,
.form-control-custom,
.form-select-custom {
background: var(--input-bg) !important;
border: 1px solid var(--input-border-color) !important;
color: var(--color-text-primary) !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-select::placeholder,
.login-input::placeholder,
.withdraw-input::placeholder,
.form-control-custom::placeholder,
.form-select-custom::placeholder {
color: var(--color-text-muted) !important;
opacity: 0.7 !important;
}

.game-card:hover {
background: var(--card-hover-bg) !important;
border-color: var(--card-hover-border) !important;
}

.section,
.container-fluid {
background: transparent !important;
}

.footer {
background: var(--footer-bg) !important;
}

::-webkit-scrollbar-track {
background: var(--scrollbar-track) !important;
}

.mini-menu-btn.active,
.mini-menu-btn:hover {
background: transparent !important;
}

.jackpot-value {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
}

.chest-grid {
background: linear-gradient(135deg, #002b10 0%, #003315 100%) !important;
}

.requirement-bg {
background: #003315 !important;
}

.badge.bg-primary {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
}

.alert-info {
background: linear-gradient(135deg, #002b10 0%, #003315 100%) !important;
border-color: #003315 !important;
}

.btn-dark,
.btn-light {
background: linear-gradient(135deg, #002b10 0%, #003315 100%) !important;
}

.btn-dark:hover,
.btn-light:hover {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
-webkit-box-shadow: 0 0 0px 1000px #002b10 inset !important;
}

select option {
background: #002b10 !important;
color: var(--color-text-primary) !important;
}

.modal-backdrop.show {
background-color: rgba(0, 0, 0, 0.85) !important;
}

::-webkit-scrollbar-thumb {
background: var(--scrollbar-thumb) !important;
}

::-webkit-scrollbar-thumb:hover {
background: var(--button-hover-bg) !important;
}

* {
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track) !important;
}

.header-bar .btn.btn-warning {
background: linear-gradient(90deg, #22c55e 50%, #16a34a 100%) !important;
border-color: #16a34a !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.header-bar .btn.btn-warning:hover,
.header-bar .btn.btn-warning:focus {
background: var(--button-hover-bg) !important;
box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4) !important;
color: #ffffff !important;
}

.jackpot-title {
background: #22c55e !important;
color: #ffffff !important;
box-shadow: rgba(34, 197, 94, 0.25) !important;
}

.jackpot-value {
border-color: #22c55e !important;
}

.jackpot-img-wrapper.jackpot-bg-thematic {
background: radial-gradient(circle at center, rgba(34, 197, 94, 0.3) 0%, rgba(34, 197, 94,
0.15) 40%, rgba(34, 197, 94, 0.05) 100%) !important;
border-radius: var(--border-radius-md) !important;
}

.jackpot-img-full {
border-radius: var(--border-radius-md) !important;
}


.jackpot-value-absolute {
position: absolute;
transform: translate(-50%, -50%);
top: 56%;
left: 50%;
font-size: 2.2rem;
font-weight: var(--font-weight-bold);
letter-spacing: 2px;
white-space: nowrap;
pointer-events: none;
width: 100%;
text-align: center;
line-height: 1;
padding-top: 15px;
    color: var(--color-primary);
    text-shadow: 0 2px 18px var(--color-primary), 0 0px 2px var(--color-primary), 0 0 1px var(--color-primary);
}

@media (max-width: 600px) {
.jackpot-value-absolute {
top: 56% !important;
left: 50% !important;
font-size: 1.5rem !important;
}
}

.btn-warning,
.btn-primary,
.login-btn {
background-color: #22c55e !important;
border-color: #22c55e !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.btn-warning:hover,
.btn-primary:hover,
.login-btn:hover {
background-color: var(--button-hover-bg) !important;
border-color: var(--button-hover-bg) !important;
color: #ffffff !important;
box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4) !important;
}

.btn-outline-primary {
border-color: #22c55e !important;
color: #22c55e !important;
}

.btn-outline-primary:hover {
background-color: #22c55e !important;
border-color: #22c55e !important;
color: #ffffff !important;
}

#offersModal .btn-outline-primary,
#withdrawModal .btn-outline-success,
#withdrawModal .btn-outline-danger,
#withdrawModal .btn-primary-custom,
#withdrawModal .btn-secondary-custom,
#demoConfigModal .btn-primary {
background-color: #22c55e !important;
border-color: #22c55e !important;
color: #ffffff !important;
}

#offersModal .btn-outline-primary:hover,
#withdrawModal .btn-primary-custom:hover,
#demoConfigModal .btn-primary:hover {
background-color: var(--button-hover-bg) !important;
border-color: var(--button-hover-bg) !important;
color: #ffffff !important;
}

#withdrawModal .btn-secondary-custom:hover {
border-color: #22c55e !important;
color: #22c55e !important;
}

a,
.login-link,
.link-primary {
color: #22c55e !important;
}

a:hover,
.login-link:hover,
.link-primary:hover {
color: var(--button-hover-bg) !important;
}

.footer-links a,
.footer-links a:hover,
.footer-links a i {
color: var(--color-text-muted) !important;
}

#referralsModal .modal-content a:hover,
#referralsHistoryModal .modal-content a:hover,
#chest-history-btn:hover,
/* Estilos de .btn-back removidos - usando estilo global */

/* Estilos temáticos para o modal Convide e Ganhe */
#referralsModal #chest-history-btn {
color: #22c55e !important;
transition: all var(--transition-base) !important;
}

#referralsModal #chest-history-btn:hover {
color: #15803d !important;
}

#referralsModal #affiliateBalanceCard .text-warning,
#referralsModal h5.text-warning {
color: #22c55e !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
    font-weight: var(--font-weight-bold) !important;
}

#referralsModal #btnHistoricoSaque,
#referralsModal .chest-copy-btn,
#referralsModal .btn-outline-warning {
border-color: #22c55e !important;
color: #22c55e !important;
background: transparent !important;
transition: all var(--transition-base) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#referralsModal #btnHistoricoSaque:hover,
#referralsModal .chest-copy-btn:hover,
#referralsModal .btn-outline-warning:hover {
background: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>882</b><br />
 !important;
border-color: #22c55e !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.top-games-fixed-text {
color: #22c55e !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.top-game-name,
.fixed-text-line {
color: #22c55e !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.sidebar-btn:not(.telegram):not(.instagram) i {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
background: linear-gradient(90deg,
#22c55e 80%,
#22c55e 100%) !important;
border-color:
#22c55e !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>915</b><br />
 !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram) i,
.sidebar-btn:hover:not(.telegram):not(.instagram) i {
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>920</b><br />
 !important;
}

.sidebar-btn.telegram {
background: linear-gradient(135deg, #0088cc 0%, #229ED9 50%, #0088cc 100%) !important;
color: #ffffff !important;
border: 1.5px solid #0088cc !important;
box-shadow: 0 2px 12px rgba(0, 136, 204, 0.4) !important;
}

.sidebar-btn.telegram:hover {
background: linear-gradient(135deg, #229ED9 0%, #0088cc 50%, #006699 100%) !important;
color: #ffffff !important;
border: 1.5px solid #229ED9 !important;
box-shadow: 0 4px 24px rgba(0, 136, 204, 0.6) !important;
transform: translateY(-2px) !important;
}

.sidebar-btn.telegram span,
.sidebar-btn.telegram i {
color: #ffffff !important;
}

.sidebar-btn.telegram img {
filter: none !important;
opacity: 1 !important;
}

.sidebar-btn.instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
color: #ffffff !important;
border: 1.5px solid transparent !important;
box-shadow: 0 2px 12px rgba(188, 24, 136, 0.4) !important;
}

.sidebar-btn.instagram:hover {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
color: #ffffff !important;
border: 1.5px solid #dc2743 !important;
box-shadow: 0 4px 24px rgba(188, 24, 136, 0.6) !important;
transform: translateY(-2px) !important;
}

.sidebar-btn.instagram span,
.sidebar-btn.instagram i {
color: #ffffff !important;
}

.sidebar-btn.orange {
background: linear-gradient(90deg, #16a34a, #ff6a00) !important;
}

.game-card .play-button {
background: #22c55e !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.game-card:hover .play-button {
background: #15803d !important;
box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4) !important;
}

input:focus,
select:focus,
textarea:focus {
border-color: var(--input-focus-border) !important;
box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25) !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
border-color: #22c55e !important;
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2) !important;
}

input[type="range"]::-webkit-slider-thumb {
background-color: #22c55e !important;
}

input[type="range"]::-moz-range-thumb {
background-color: #22c55e !important;
}

.badge.bg-success {
background-color: var(--color-success) !important;
color: #000000 !important;
}

html body .text-success,
body .text-success,
.text-success {
color: var(--color-success) !important;
}

html body .text-danger,
body .text-danger,
.text-danger {
color: var(--color-danger) !important;
}

.referral-item.is-qualified .avatar {
background-color: #22c55e !important;
color: #ffffff !important;
}

#referralsHistoryModal .chest-modal-header-fixed {
background: linear-gradient(135deg, #001f0a 0%, #003315 100%) !important;
border-bottom: 2px solid #16a34a66 !important;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
padding: 15px 20px !important;
min-height: 60px !important;
}

#referralsHistoryModal .modal-header {
border-bottom: none !important;
}

#referralsHistoryModal .modal-title {
font-size: 1.25rem !important;
font-weight: 600 !important;
color: #22c55e !important;
}

#referralsHistoryModal #history-back-btn {
font-size: 1.2rem !important;
color: #22c55e !important;
transition: all 0.3s ease !important;
padding: 8px 12px !important;
border-radius: 8px !important;
}

#referralsHistoryModal #history-back-btn:hover {
background-color: #22c55e22 !important;
color: #15803d !important;
transform: translateX(-3px) !important;
}

#referralsHistoryModal .modal-body {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

#referralsHistoryModal .chest-modal-header-fixed ~ .modal-body {
padding-top: 0 !important;
}

#referralsHistoryModal .bg-modal-chests {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
border: none !important;
}

#referralsHistoryModal .badge.bg-primary {
background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%) !important;
color: #ffffff !important;
padding: 10px 16px !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25) !important;
border: 1px solid #22c55e66 !important;
}

#referralsHistoryModal .badge.bg-success {
background: var(--color-success) !important;
color: #000000 !important;
padding: 10px 16px !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25) !important;
border: 1px solid rgba(0,0,0,0.1) !important;
}

#referralsHistoryModal .badge.bg-secondary {
background: linear-gradient(135deg, #001f0a 0%, #003315 100%) !important;
color: var(--color-text-secondary) !important;
padding: 10px 16px !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
border-radius: 8px !important;
border: 1px solid #003315 !important;
}

#referralsHistoryModal .badge.bg-warning {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
color: #ffffff !important;
padding: 10px 16px !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3) !important;
border: 1px solid rgba(245, 158, 11, 0.4) !important;
}

#referralsHistoryModal .badge i {
margin-right: 6px !important;
}

#referralsHistoryModal .referral-item {
background: linear-gradient(135deg, #001f0add 0%, #003315dd 100%) !important;
border: 1px solid #00331566 !important;
border-radius: 12px !important;
padding: 14px 16px !important;
margin-bottom: 12px !important;
transition: all 0.3s ease !important;
}

#referralsHistoryModal .referral-item.bg-dark,
#referralsHistoryModal .referral-item.bg-opacity-50 {
background: linear-gradient(135deg, #001f0add 0%, #003315dd 100%) !important;
opacity: 1 !important;
}

#referralsHistoryModal .referral-item:hover {
background: linear-gradient(135deg, #001f0aff 0%, #003315ff 100%) !important;
border-color: #22c55e66 !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
transform: translateY(-2px) !important;
}

#referralsHistoryModal .referral-item.is-qualified {
border-color: #22c55e66 !important;
background: linear-gradient(135deg, #16a34a22 0%, #003315dd 100%)
!important;
}

#referralsHistoryModal .referral-item .avatar {
width: 42px !important;
height: 42px !important;
line-height: 42px !important;
border-radius: 50% !important;
background: linear-gradient(135deg, #001f0a 0%, #003315 100%) !important;
color: var(--color-text-primary) !important;
font-weight: 600 !important;
font-size: 1.1rem !important;
border: 2px solid #003315 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
margin-right: 12px !important;
flex-shrink: 0 !important;
}

#referralsHistoryModal .referral-item.is-qualified .avatar {
background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%) !important;
color: #ffffff !important;
border-color: #22c55e !important;
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25) !important;
}

#referralsHistoryModal .referral-item .user-info {
flex-grow: 1 !important;
}

#referralsHistoryModal .referral-item .username {
font-size: 1rem !important;
font-weight: 600 !important;
color: var(--color-text-primary) !important;
margin-bottom: 4px !important;
}

#referralsHistoryModal .referral-item .text-muted {
font-size: 0.875rem !important;
color: var(--color-text-secondary) !important;
}

#referralsHistoryModal .referral-item .badge {
font-size: 0.8rem !important;
padding: 8px 12px !important;
border-radius: 6px !important;
}

#referralsHistoryModal .referrals-list {
padding: 16px !important;
max-height: calc(100vh - 200px) !important;
overflow-y: auto !important;
}

#referralsHistoryModal .d-flex.justify-content-between.p-3 {
padding: 20px 16px !important;
border-bottom: 1px solid #00331566 !important;
background: linear-gradient(135deg, #001f0aaa 0%, #003315aa 100%) !important;
}

#referralsHistoryModal .p-5.text-center {
padding: 60px 20px !important;
color: var(--color-text-secondary) !important;
}

#referralsHistoryModal .p-5.text-center i {
color: #22c55e66 !important;
margin-bottom: 16px !important;
}

@media (max-width: 768px) {
#referralsHistoryModal .chest-modal-header-fixed {
min-height: 48px !important;
}

#referralsHistoryModal .modal-title {
font-size: 1.1rem !important;
}

#referralsHistoryModal .d-flex.justify-content-between.p-3 {
padding: 16px 12px !important;
flex-direction: column !important;
gap: 10px !important;
}

#referralsHistoryModal .badge.bg-primary,
#referralsHistoryModal .badge.bg-success,
#referralsHistoryModal .badge.bg-secondary,
#referralsHistoryModal .badge.bg-warning {
padding: 8px 12px !important;
font-size: 0.8rem !important;
width: 100% !important;
text-align: center !important;
}

#referralsHistoryModal .referral-item {
padding: 12px !important;
}

#referralsHistoryModal .referral-item .avatar {
width: 38px !important;
height: 38px !important;
line-height: 38px !important;
font-size: 1rem !important;
margin-right: 10px !important;
}
}

.modal-close-button,
#referralsModal .modal-close-button,
#depositModal .btn-close {
color: #22c55e !important;
}

.modal-close-button:hover {
color: #15803d !important;
}

.chest-available {
filter: drop-shadow(0 0 8px #22c55ecc) !important;
}

.row-connector {
color: #22c55e !important;
}

.divider {
border-top-color: #16a34a !important;
}

.form-label.active,
.form-control:focus + .form-label,
.input-group:focus-within .form-label {
color: #22c55e !important;
}

.form-control:focus,
.form-select:focus {
border-color: #22c55e !important;
box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25) !important;
}

.topo-button {
background: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1287</b><br />
 !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.topo-button:hover {
background: #15803d !important;
box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4) !important;
}

.topo-button i {
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1297</b><br />
 !important;
}

svg[stroke="var(--color-primary)"],
svg[fill="var(--color-primary)"] {
stroke: #22c55e !important;
fill: #22c55e !important;
}

.border-primary,
.active-tab {
border-color: #22c55e !important;
}

.border-bottom-primary {
border-bottom-color: #22c55e !important;
}

.text-primary-custom,
.deposit-amount-display,
.vip-level-name {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#depositModal .bonus-row {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#depositModal .bonus-badge {
background-color: #22c55e !important;
color: #000000 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.modal-header .nav-tabs .nav-link.active i,
.modal-header .nav-tabs .nav-link.active i.fas,
.modal-header .nav-tabs .nav-link.active i.fa {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.shadow-primary {
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.shadow-primary-hover:hover {
box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4) !important;
}

.menu-bottom-item.active {
color: #22c55e !important;
}

.menu-bottom-item.active i {
color: #22c55e !important;
}

input,
textarea {
caret-color: #22c55e !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
background-color: #22c55e !important;
border-color: #22c55e !important;
}

.progress-bar {
background-color: #22c55e !important;
}

.page-link {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.page-link:hover {
color: #15803d !important;
}

.page-item.active .page-link {
background-color: #22c55e !important;
border-color: #22c55e !important;
color: #ffffff !important;
}

.alert-primary {
background-color: #22c55e33 !important;
border-color: #22c55e !important;
color: #22c55e !important;
}

.spinner-border-primary {
border-color: #22c55e !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #22c55e !important;
color: #ffffff !important;
}

.list-group-item-primary {
background-color: #22c55e !important;
color: #ffffff !important;
}

.modal-body::-webkit-scrollbar-thumb {
background: #16a34a !important;
}

.dropdown-item.active,
.dropdown-item:active {
background-color: #22c55e !important;
color: #ffffff !important;
}

.nav-tabs .nav-link.active {
color: #22c55e !important;
border-color: #22c55e#22c55e transparent !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.nav-tabs .nav-link:hover {
border-color: #22c55e33#22c55e33 transparent !important;
}

.tooltip-inner {
background-color: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1444</b><br />
 !important;
}

.tooltip.bs-tooltip-top .arrow::before {
border-top-color: #22c55e !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
border-bottom-color: #22c55e !important;
}

.tooltip.bs-tooltip-left .arrow::before {
border-left-color: #22c55e !important;
}

.tooltip.bs-tooltip-right .arrow::before {
border-right-color: #22c55e !important;
}

.popover-header {
background-color: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1465</b><br />
 !important;
border-bottom-color: #15803d !important;
}

.popover-body {
background-color: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1471</b><br />
 !important;
}

.popover {
background-color: #22c55e !important;
border-color: #16a34a !important;
}

.popover .arrow::before {
border-top-color: #22c55e !important;
}

.popover .arrow::after {
border-top-color: #22c55e !important;
}

.btn:focus,
.btn:active:focus {
box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25) !important;
}

.top-games-swiper .swiper-button-next,
.top-games-swiper .swiper-button-prev {
color: #22c55e !important;
}

.top-games-swiper .swiper-button-next:hover,
.top-games-swiper .swiper-button-prev:hover {
color: #15803d !important;
}

.balance-display {
border-color: #22c55e33 !important;
}

select option:checked {
background-color: #22c55e !important;
color: #ffffff !important;
}

.fixed-card-icon {
color: #22c55e !important;
}

.nav-item small {
color: var(--color-text-secondary) !important;
}

.nav-item i {
color: var(--color-text-secondary) !important;
}

.nav-item:hover .icon-circle {
background: rgba(0, 51,
21, 0.8) !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.1) !important;
transform: scale(1.05) translateY(-1px) !important;
}

.nav-item:hover i {
color: var(--color-text-primary) !important;
}

.nav-item:hover small {
color: var(--color-text-primary) !important;
}

.nav-item:hover::before {
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%) !important;
opacity: 1 !important;
}

.nav-item.active .icon-circle {
background: #22c55e !important;
box-shadow: 0 3px 15px rgba(34, 197, 94, 0.25), inset 0 1px 3px rgba(255, 255, 255, 0.3) !important;
}

.nav-item.active i {
color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.nav-item.active small {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    font-weight: var(--font-weight-bold) !important;
}

.nav-item.active::before {
background: radial-gradient(circle at center, #22c55e1a 0%, #22c55e00 70%) !important;
}

.nav-item::before {
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%) !important;
}

.mini-menu {
background: transparent !important;
}

.mini-menu-btn.active,
.mini-menu-btn:hover {
background: transparent !important;
}


.bg-modal-chests {
background: #002b10 !important;
border-color: #003315 !important;
}

#depositModal .deposit-method,
#depositModal .deposit-method.bg-surface-deep,
#depositModal .bg-surface-deep.deposit-method {
background: #003315 !important;
border-color: rgba(255, 255, 255, 0.3) !important;
}

#depositModal .deposit-method:hover,
#depositModal .deposit-method.bg-surface-deep:hover,
#depositModal .bg-surface-deep.deposit-method:hover {
background: #002b10 !important;
border-color: rgba(255, 255, 255, 0.4) !important;
}

#depositModal .deposit-method.active,
#depositModal .deposit-method.bg-surface-deep.active,
#depositModal .bg-surface-deep.deposit-method.active {
background: linear-gradient(135deg, #002b10 0%, #003315 100%) !important;
border-color: #22c55e !important;
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

#depositModal .bg-surface-deep.deposit-method {
background: #003315 !important;
border-color: rgba(255, 255, 255, 0.3) !important;
}

#profileModal .profile-menu-item {
color: var(--color-text-primary) !important;
}

#profileModal .profile-menu-item:hover {
color: #22c55e !important;
background-color: #00331566 !important;
}

#profileModal .profile-menu-item .menu-icon {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#profileModal .profile-menu-item:hover .arrow-icon {
color: #22c55e !important;
}

#profileModal .profile-user-initials {
color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.footer-title {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#profileModal .profile-vip-card {
background: linear-gradient(135deg, #0f7234 0%,
#188a42 50%, #0f7234 100%) !important;
background-size: 200% 200% !important;
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

#profileModal .profile-vip-card::before {
background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08) 0%, transparent 60%) !important;
}

#profileModal .profile-vip-card .vip-details-link i {
color: #ffffff !important;
}

#profileModal .profile-quick-actions .btn-profile-action i {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

#profileModal .profile-quick-actions .btn-profile-action:hover {
border-color: #22c55e33 !important;
}

#profileModal .copy-id-btn:hover i,
#profileModal .balance-display-profile .refresh-balance:hover i {
color: #22c55e !important;
}

#withdrawModal .otp-input {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
border-color: #003315 !important;
color: var(--color-text-primary) !important;
}

#withdrawModal .otp-input:focus {
border-color: #22c55e !important;
box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25) !important;
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
}

#withdrawModal .otp-input-container-wrapper.is-invalid .otp-input {
border-color: var(--color-danger) !important;
}

.sidebar-header {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
border-bottom-color: #003315 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

#profileModal .modal-content,
#profileModal .modal-header > div,
#profileModal .modal-body {
background: var(--modal-bg) !important;
}

#profileModal .profile-user-info-header {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
border: 1px solid var(--color-border-primary-soft) !important;
}

#profileModal .profile-menu-list {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
}

#profileModal .profile-quick-actions .btn-profile-action {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
border: 1px solid
#22c55e !important;
}

#profileModal #profileChangePasswordSection .login-input,
#profileModal #profileChangePasswordSection .input-group-text {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
border: 2px solid #22c55e66 !important;
}

#profileModal #profileChangePasswordSection .login-input:focus {
border-color: #22c55e !important;
box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25) !important;
}

#withdrawModal .bg-modal-special {
background: linear-gradient(to right, #001f0a, #003315) !important;
}

/* Estilos temáticos para alert-custom no modal de saque */
#withdrawModal .alert-custom {
background: rgba(34, 197, 94, 0.1) !important;
border: 1px solid #22c55e40 !important;
border-radius: var(--border-radius-md) !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>1743</b><br />
 !important;
backdrop-filter: blur(10px) !important;
}

#withdrawModal .alert-custom i {
color: #22c55e !important;
transition: all var(--transition-base) !important;
}

#withdrawModal .alert-custom:hover {
background: rgba(34, 197, 94, 0.15) !important;
border-color: #22c55e60 !important;
}

#withdrawModal .alert-custom .alert-link {
color: #22c55e !important;
text-decoration: none !important;
font-weight: var(--font-weight-medium) !important;
transition: all var(--transition-base) !important;
}

#withdrawModal .alert-custom .alert-link:hover {
color: #15803d !important;
text-decoration: underline !important;
}

.icon-circle {
background: transparent !important;
}

.menu-bottom-style-2 .menu-bottom-icon {
width: 24px !important;
height: 24px !important;
object-fit: contain !important;
transition: all var(--transition-base) !important;
}

.menu-bottom-style-2 {
overflow: visible !important;
}

.menu-bottom-style-2 .container-fluid {
overflow: visible !important;
}

.menu-bottom-style-2 .menu-bottom-center {
overflow: visible !important;
}

.menu-bottom-style-2 .menu-bottom-center .nav-icon-container {
overflow: visible !important;
}

.menu-bottom-style-2 .menu-bottom-center .menu-bottom-icon-large {
width: 48px !important;
height: 48px !important;
object-fit: contain !important;
margin-top: -20px !important;
position: relative !important;
z-index: 10 !important;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) !important;
}

.menu-bottom-style-2 .nav-icon-container {
gap: 2px !important;
}

.menu-bottom-style-2 .menu-bottom-center {
flex: 1.2 !important;
}

.menu-bottom-style-3 {
position: fixed !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
z-index: 1000 !important;
}

.menu-bottom-style-3 .bottom-appbar {
height: 70px !important;
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
z-index: 1000 !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs {
display: flex !important;
flex-direction: row !important;
height: 100% !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab {
background-color: #003315 !important;
width: 33.4% !important;
height: 100% !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: row !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--left {
width: 100% !important;
border-top-right-radius: 30px !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
box-shadow: 0px 6px 7px 0px rgba(23, 23, 23, 0.28) !important;
justify-content: space-around !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--right {
width: 100% !important;
border-top-left-radius: 30px !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
box-shadow: 15px 4px 15px 0px rgba(23, 23, 23, 0.28) !important;
justify-content: space-around !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab {
width: 180px !important;
height: 100% !important;
background: transparent !important;
border: none !important;
display: flex !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab .top {
width: 100% !important;
height: 50% !important;
border-bottom-left-radius: 100px !important;
border-bottom-right-radius: 100px !important;
background-color: transparent !important;
box-shadow: 0px 30px 0px 25px #003315 !important;
border-bottom: 1px solid rgba(167, 161, 161, 0.69) !important;
display: flex !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab span {
font-size: 12px !important;
color: var(--menu-bottom-text-color) !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab.is-active {
color: var(--menu-bottom-text-color) !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab {
border-radius: 50% !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: column !important;
width: 70px !important;
height: 70px !important;
font-size: 22px !important;
color: var(--color-text-primary) !important;
position: relative !important;
transform: translate(2px, -60%) !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab:hover {
opacity: 0.8 !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon {
width: 70px !important;
height: 70px !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon img:first-child {
width: 70px !important;
height: 70px !important;
position: absolute !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
top: 50% !important;
z-index: 1 !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon .rotate {
width: 70px !important;
height: 70px !important;
position: absolute !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
top: 50% !important;
z-index: 2 !important;
animation: rotate 3s linear infinite !important;
pointer-events: none !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab span {
position: absolute !important;
bottom: -25px !important;
font-size: 10px !important;
color: var(--menu-bottom-text-color) !important;
white-space: nowrap !important;
left: 50% !important;
transform: translateX(-50%) !important;
}

@keyframes rotate {
from {
transform: translate(-50%, -50%) rotate(0deg) !important;
}

to {
transform: translate(-50%, -50%) rotate(360deg) !important;
}
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item {
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: column !important;
box-sizing: border-box !important;
padding: 0 !important;
height: 100% !important;
position: relative !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
flex: 1 !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item:hover {
opacity: 0.8 !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item.checked {
animation: an_ch 0.3s ease-out forwards !important;
}

@keyframes an_ch {
0% {
transform: scale(1);
}

50% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item .icon {
width: 42px !important;
height: 42px !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-top: 6px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item .icon img {
width: 100% !important;
height: auto !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item span {
position: relative !important;
font-size: 10px !important;
color: var(--menu-bottom-text-color) !important;
margin-top: auto !important;
margin-bottom: 8px !important;
transition: color 0.3s ease !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item.is-active span,
.menu-bottom-style-3 .bottom-appbar .tabs .tab .item.checked span {
font-weight: 700 !important;
color: var(--menu-bottom-text-color) !important;
}

@media (max-width: 768px) {
.menu-bottom-style-3 .bottom-appbar {
height: 65px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab {
width: 90px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab .top {
box-shadow: 0px 25px 0px 20px #003315 !important;
border-bottom-left-radius: 45px !important;
border-bottom-right-radius: 45px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab {
width: 75px !important;
height: 64px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon {
width: 64px !important;
height: 64px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon .rotate {
width: 64px !important;
height: 64px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab .item .icon {
width: 38px !important;
height: 38px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab span {
font-size: 9px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab span {
font-size: 9px !important;
bottom: -18px !important;
}
}

@media (min-width: 769px) {
.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab {
width: 130px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab--fab .top {
box-shadow: 0px 35px 0px 30px #003315 !important;
border-bottom-left-radius: 65px !important;
border-bottom-right-radius: 65px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab {
width: 72px !important;
height: 72px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon {
width: 72px !important;
height: 72px !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-3 .bottom-appbar .tabs .fab .icon .rotate {
width: 72px !important;
height: 72px !important;
}
}

.menu-bottom-style-4,
.menu-bottom-style-5,
.menu-bottom-style-6,
.menu-bottom-style-7 {
position: fixed !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
z-index: 1000 !important;
}

.menu-bottom-style-4 .bottom-appbar,
.menu-bottom-style-5 .bottom-appbar,
.menu-bottom-style-6 .bottom-appbar,
.menu-bottom-style-7 .bottom-appbar {
height: 70px !important;
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
z-index: 1000 !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs,
.menu-bottom-style-5 .bottom-appbar .tabs,
.menu-bottom-style-6 .bottom-appbar .tabs,
.menu-bottom-style-7 .bottom-appbar .tabs {
display: flex !important;
flex-direction: row !important;
height: 100% !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab,
.menu-bottom-style-5 .bottom-appbar .tabs .tab,
.menu-bottom-style-6 .bottom-appbar .tabs .tab,
.menu-bottom-style-7 .bottom-appbar .tabs .tab {
background-color: #003315 !important;
width: 33.4% !important;
height: 100% !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: row !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--left,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--left,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--left,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--left {
width: 100% !important;
border-top-right-radius: 30px !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
box-shadow: 0px 6px 7px 0px rgba(23, 23, 23, 0.28) !important;
justify-content: space-around !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--right,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--right,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--right,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--right {
width: 100% !important;
border-top-left-radius: 30px !important;
border-top: 1px solid rgba(167, 161, 161, 0.69) !important;
box-shadow: 15px 4px 15px 0px rgba(23, 23, 23, 0.28) !important;
justify-content: space-around !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab {
width: 180px !important;
height: 100% !important;
background: transparent !important;
border: none !important;
display: flex !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab .top {
width: 100% !important;
height: 50% !important;
border-bottom-left-radius: 100px !important;
border-bottom-right-radius: 100px !important;
background-color: transparent !important;
box-shadow: 0px 30px 0px 25px #003315 !important;
border-bottom: 1px solid rgba(167, 161, 161, 0.69) !important;
display: flex !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab span,
.menu-bottom-style-5 .bottom-appbar .tabs .tab span,
.menu-bottom-style-6 .bottom-appbar .tabs .tab span,
.menu-bottom-style-7 .bottom-appbar .tabs .tab span {
font-size: 12px !important;
color: #ffffff !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab.is-active,
.menu-bottom-style-5 .bottom-appbar .tabs .tab.is-active,
.menu-bottom-style-6 .bottom-appbar .tabs .tab.is-active,
.menu-bottom-style-7 .bottom-appbar .tabs .tab.is-active {
color: #ffffff !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab,
.menu-bottom-style-5 .bottom-appbar .tabs .fab,
.menu-bottom-style-6 .bottom-appbar .tabs .fab,
.menu-bottom-style-7 .bottom-appbar .tabs .fab {
border-radius: 50% !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: column !important;
width: 70px !important;
height: 70px !important;
font-size: 22px !important;
color: var(--color-text-primary) !important;
position: relative !important;
transform: translate(2px, -60%) !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab:hover,
.menu-bottom-style-5 .bottom-appbar .tabs .fab:hover,
.menu-bottom-style-6 .bottom-appbar .tabs .fab:hover,
.menu-bottom-style-7 .bottom-appbar .tabs .fab:hover {
opacity: 0.8 !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon {
width: 70px !important;
height: 70px !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon img:first-child {
width: 70px !important;
height: 70px !important;
position: absolute !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
top: 55% !important;
z-index: 1 !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon .rotate {
width: 70px !important;
height: 70px !important;
position: absolute !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
top: 50% !important;
z-index: 2 !important;
animation: rotate 3s linear infinite !important;
pointer-events: none !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab span,
.menu-bottom-style-5 .bottom-appbar .tabs .fab span,
.menu-bottom-style-6 .bottom-appbar .tabs .fab span,
.menu-bottom-style-7 .bottom-appbar .tabs .fab span {
position: absolute !important;
bottom: -25px !important;
font-size: 10px !important;
color: #ffffff !important;
white-space: nowrap !important;
left: 50% !important;
transform: translateX(-50%) !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item {
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: column !important;
box-sizing: border-box !important;
padding: 0 !important;
height: 100% !important;
position: relative !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
flex: 1 !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item:hover,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item:hover,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item:hover,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item:hover {
opacity: 0.8 !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item.checked,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item.checked,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item.checked,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item.checked {
animation: an_ch 0.3s ease-out forwards !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item .icon {
width: 42px !important;
height: 42px !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-top: 6px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item .icon img,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item .icon img,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item .icon img,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item .icon img {
width: 100% !important;
height: auto !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item span,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item span,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item span,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item span {
position: relative !important;
font-size: 10px !important;
color: var(--menu-bottom-text-color) !important;
margin-top: auto !important;
margin-bottom: 8px !important;
transition: color 0.3s ease !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item.is-active span,
.menu-bottom-style-4 .bottom-appbar .tabs .tab .item.checked span,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item.is-active span,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item.checked span,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item.is-active span,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item.checked span,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item.is-active span,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item.checked span {
font-weight: 700 !important;
color: var(--menu-bottom-text-color) !important;
}

@media (max-width: 768px) {
.menu-bottom-style-4 .bottom-appbar,
.menu-bottom-style-5 .bottom-appbar,
.menu-bottom-style-6 .bottom-appbar,
.menu-bottom-style-7 .bottom-appbar {
height: 65px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab {
width: 160px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab .top {
box-shadow: 0px 25px 0px 20px #003315 !important;
border-bottom-left-radius: 45px !important;
border-bottom-right-radius: 45px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab,
.menu-bottom-style-5 .bottom-appbar .tabs .fab,
.menu-bottom-style-6 .bottom-appbar .tabs .fab,
.menu-bottom-style-7 .bottom-appbar .tabs .fab {
background: none !important;
width: 64px !important;
height: 64px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon {
width: 64px !important;
height: 64px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon .rotate {
width: 60px !important;
height: 60px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-5 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-6 .bottom-appbar .tabs .tab .item .icon,
.menu-bottom-style-7 .bottom-appbar .tabs .tab .item .icon {
width: 38px !important;
height: 38px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab span,
.menu-bottom-style-5 .bottom-appbar .tabs .tab span,
.menu-bottom-style-6 .bottom-appbar .tabs .tab span,
.menu-bottom-style-7 .bottom-appbar .tabs .tab span {
font-size: 9px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab span,
.menu-bottom-style-5 .bottom-appbar .tabs .fab span,
.menu-bottom-style-6 .bottom-appbar .tabs .fab span,
.menu-bottom-style-7 .bottom-appbar .tabs .fab span {
font-size: 9px !important;
bottom: -18px !important;
}
}

@media (min-width: 769px) {
.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab {
width: 130px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-5 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-6 .bottom-appbar .tabs .tab--fab .top,
.menu-bottom-style-7 .bottom-appbar .tabs .tab--fab .top {
box-shadow: 0px 35px 0px 30px #003315 !important;
border-bottom-left-radius: 65px !important;
border-bottom-right-radius: 65px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab,
.menu-bottom-style-5 .bottom-appbar .tabs .fab,
.menu-bottom-style-6 .bottom-appbar .tabs .fab,
.menu-bottom-style-7 .bottom-appbar .tabs .fab {
width: 72px !important;
height: 72px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon {
width: 72px !important;
height: 72px !important;
}

.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-4 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-5 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-6 .bottom-appbar .tabs .fab .icon .rotate,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon img:first-child,
.menu-bottom-style-7 .bottom-appbar .tabs .fab .icon .rotate {
width: 72px !important;
height: 72px !important;
}
}

.game-card .play-button,
.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25) !important;
}

.game-card .play-button:hover,
.sidebar-btn:hover:not(.telegram):not(.instagram) {
filter: brightness(1.2) drop-shadow(0 4px 8px rgba(34, 197, 94, 0.4)) !important;
}

.chest-available {
filter: drop-shadow(0 2px 6px rgba(34, 197, 94, 0.25)) !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.33) !important;
}

.game-card:focus-within {
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2) !important;
}

#profileModal .balance-display-profile {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
}

.game-card .game-name {
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)) !important;
}

.border-primary,
.border-top-primary {
border-color: #22c55e !important;
}

.border-top-primary {
border-top-color: #16a34a !important;
}

.text-primary,
.text-warning {
color: #22c55e !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

html body .text-muted,
body .text-muted,
.text-muted {
    color: rgba(255, 255, 255, 0.65) !important;
    opacity: 1 !important;
}

html body .text-secondary,
body .text-secondary,
.text-secondary {
color: rgba(34, 197, 94, 1) !important;
opacity: 1 !important;
}


.bg-primary {
background-color: #22c55e !important;
color: #ffffff !important;
}

.bg-warning {
background-color: #22c55e !important;
color: #ffffff !important;
}

.menu-hamburger {
color: #22c55e !important;
cursor: pointer;
transition: filter var(--transition-base), color var(--transition-base);
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.1) !important;
}

.menu-hamburger:hover {
color: #ffffff !important;
filter: brightness(1.2) drop-shadow(0 4px 8px rgba(34, 197, 94, 0.4)) !important;
}

.menu-hamburger rect {
fill: currentColor;
}

.menu-hamburger-style-3 {
background: #003315 !important;
border-radius: 50% !important;
padding: 6px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.menu-hamburger-style-3 svg,
.menu-hamburger-style-3 .menu-hamburger {
width: 40px !important;
height: 40px !important;
}

.menu-hamburger-style-3:hover {
background: #001f0a !important;
border-color: rgba(255, 255, 255, 0.3) !important;
}

.search-icon:hover {
filter: drop-shadow(0 2px 6px rgba(34, 197, 94, 0.25)) !important;
}

.sidebar-search .form-control:focus {
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.33) !important;
}

.sidebar-search .input-group:focus-within {
border-color: #16a34a !important;
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2) !important;
}

.game-card .play-button {
background: rgba(34, 197, 94, 0.9) !important;
color: #ffffff !important;
}

#profileModal .profile-menu-item a {
color: var(--color-text-primary) !important;
}

#profileModal .profile-menu-item:hover a {
color: #22c55e !important;
}

#referralsModal .modal-content,
#referralsModal .modal-body,
#referralsHistoryModal .modal-body,
#checkinModal .modal-content,
#checkinModal .modal-body,
#offersModal .modal-content,
#offersModal .modal-body,
#depositModal .modal-content,
#withdrawModal .modal-content {
background: var(--modal-bg) !important;
}

.border-secondary {
border-color: #003315 !important;
}

.shadow-sm-primary {
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25) !important;
}

.shadow-md-primary {
box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25) !important;
}

.shadow-lg-primary {
box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4) !important;
}

.bg-custom-modal {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
}

.provider-btn {
border-color: #22c55e66 !important;
}

.provider-btn.active {
background-color: #22c55e !important;
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>2677</b><br />
 !important;
}

#filter-tabs .btn {
border-color: #22c55e66 !important;
}

.tab-button {
border-color: #22c55e66 !important;
}

.provider-btn.active .provider-name {
color: <br />
<b>Warning</b>:  Undefined array key "text-on-primary" in <b>/var/www/cassinos/janeiro777.vip/assets/css/themes.php</b> on line <b>2689</b><br />
 !important;
font-weight: var(--font-weight-medium);
}

.bg-dark {
background: linear-gradient(135deg, #00260e 0%, #002b10 100%) !important;
}

.login-input:focus,
.withdraw-input:focus,
.form-control-custom:focus,
.form-select-custom:focus,
#demoConfigModal .form-control:focus,
#demoConfigModal .form-select:focus {
border-color: #22c55e !important;
box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25) !important;
color: var(--color-text-primary) !important;
}

#withdrawModal .withdraw-input::placeholder,
#withdrawModal .form-control-custom::placeholder,
#withdrawModal .form-select-custom::placeholder,
#withdrawModal .otp-input::placeholder {
color: var(--color-text-muted) !important;
opacity: 0.7 !important;
}

#withdrawModal .withdraw-input:-ms-input-placeholder,
#withdrawModal .form-control-custom:-ms-input-placeholder,
#withdrawModal .form-select-custom:-ms-input-placeholder,
#withdrawModal .otp-input:-ms-input-placeholder {
color: var(--color-text-muted) !important;
opacity: 0.7 !important;
}

#withdrawModal .withdraw-input::-ms-input-placeholder,
#withdrawModal .form-control-custom::-ms-input-placeholder,
#withdrawModal .form-select-custom::-ms-input-placeholder,
#withdrawModal .otp-input::-ms-input-placeholder {
color: var(--color-text-muted) !important;
opacity: 0.7 !important;
}

.sidebar-search .form-control:focus {
box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.33) !important;
}

.top-game-position .paid-amount {
color: #22c55e !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    font-weight: var(--font-weight-bold) !important;
}

.paid-amount {
color: #22c55e !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    font-weight: var(--font-weight-bold) !important;
}

.top-game-position {
color: #22c55e !important;
}

.provider-card {
background: linear-gradient(135deg, #003315dd 0%, #002b10dd 100%) !important;
border-color: #00331566 !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

.provider-card:hover {
border-color: #22c55e4d !important;
box-shadow: 0 6px 16px rgba(34, 197, 94, 0.25) !important;
background: linear-gradient(135deg, #003315ff 0%, #002b10ff 100%) !important;
}

.top-games-fixed-card {
background: linear-gradient(135deg, #003315b3 0%, #002b10b3 100%) !important;
border: 1px solid #22c55e66 !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 0 1px #22c55e33 !important;
}

.top-games-fixed-card:hover {
border: 2px solid #22c55e99 !important;
box-shadow: 0 6px 16px rgba(34, 197, 94, 0.25), 0 0 0 2px #22c55e4d !important;
background: linear-gradient(135deg, #003315e6 0%, #002b10e6 100%) !important;
}

.checkin-day {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
border-color: #00331566 !important;
}

.checkin-day:hover:not(.locked):not(.completed) {
border-color: #22c55e66 !important;
box-shadow: 0 5px 15px rgba(34, 197, 94, 0.25) !important;
}

.checkin-day.active {
background: linear-gradient(135deg, #003315 0%, #002b10 100%) !important;
border-color: #22c55e99 !important;
box-shadow: 0 3px 10px rgba(34, 197, 94, 0.25) !important;
}

.checkin-day.completed {
background: linear-gradient(135deg, #003315aa 0%, #002b10aa 100%) !important;
border-color: #00331588 !important;
}

.checkin-day.locked {
background: linear-gradient(135deg, #001f0a 0%, #002b10 100%) !important;
border-color: #00331544 !important;
opacity: 0.6 !important;
}

.checkin-day-reward {
color: #22c55e !important;
}

.checkin-day .check-icon {
background-color: #22c55e !important;
color: #ffffff !important;
box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25) !important;
}

.checkin-progress {
background-color: rgba(255, 255, 255, 0.1) !important;
border-radius: 4px !important;
}

.checkin-progress-bar {
background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 8px rgba(34, 197, 94, 0.25) !important;
}

/* Icon Group Style 3 - Background temático redondo e meio transparente */
.icon-group-3-image {
background: rgba(34, 197, 94, 0.2) !important;
}

.admin-float-button {
position: fixed;
left: 20px;
bottom: calc(var(--menu-bottom-height, 70px) + 20px);
z-index: 999;
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25), 0 2px 4px rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
opacity: 1;
transform: translateY(0);
}

.admin-float-button.hidden {
opacity: 0;
transform: translateY(20px);
pointer-events: none;
}

.admin-float-button:hover {
transform: scale(1.1);
box-shadow: 0 6px 16px rgba(34, 197, 94, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4);
}

.admin-float-button i {
color: #ffffff;
font-size: 24px;
}

@media (max-width: 768px) {
.admin-float-button {
left: 15px;
bottom: calc(var(--menu-bottom-height, 70px) + 15px);
width: 50px;
height: 50px;
}

.admin-float-button i {
font-size: 20px;
}
}

    /* Styling for Titles */
        .title-gradient {
    background: linear-gradient(to right, var(--color-primary), rgba(255, 255, 255, 0));
    border-radius: 8px;
    align-items: center;
    text-transform: uppercase;
    width: 70%;
    flex: 0 0 70%; /* Força 70% e impede encolhimento/crescimento */
    height: 5.5vh;
    white-space: nowrap; /* Impede quebra de linha */
    overflow: hidden; /* Opcional: garante que não estoure se o texto for gigante */
    text-overflow: ellipsis; /* Opcional: reticências se cortar */
    padding: 10px 20px !important;
    }

    @media (max-width: 768px) {
    .title-gradient {
    width: 100% !important;
    flex: 0 0 100% !important;
    }
    }

/* Navigation Style 2 CSS */
    .nav-btn-style-2 {
    background-color: transparent !important;
    color: var(--color-primary) !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    }
    .nav-btn-style-2:hover {
    border-color: var(--color-primary);
    opacity: 0.8;
    }

    .nav-arrows-style-2 .swiper-nav-prev,
    .nav-arrows-style-2 .swiper-nav-next {
    color: var(--color-text-primary) !important; /* Arrows fixed white */
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent !important; /* No background */
    transition: all 0.2s ease;
    cursor: pointer;
    }
    .nav-arrows-style-2 .swiper-nav-prev:hover,
    .nav-arrows-style-2 .swiper-nav-next:hover {
    background: transparent !important;
    opacity: 0.7; /* Hover effect via opacity */
    }
    .nav-arrows-style-2 i {
    font-size: 0.9rem; /* Slightly larger icon */
    }

/* Online Indicator Styling */
.online-indicator {
display: inline-flex;
align-items: center;
padding: 3px 12px;
margin-bottom: 5px;
}

.popular-games-section .online-indicator {
margin-left: 30% !important;
}

.online-indicator .pulse {
width: 7px;
height: 7px;
background: var(--color-primary);
border-radius: 50%;
position: relative;
display: inline-block;
}

.online-indicator .pulse::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-primary);
border-radius: 50%;
animation: pulse-animation 1.5s infinite ease-out;
}

@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2.8);
opacity: 0;
}
}

/* Last Withdrawals Section Styles */
.lastwithdrawal-section {
margin-top: 20px;
}

.withdrawal-card {
background: var(--cards-bg);
transition: transform 0.2s;
}

.withdrawal-card:hover {
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.08);
}

.withdrawal-icon {
background: var(--color-primary);
border-radius: 8px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.withdrawal-icon svg path {
fill: rgb(50, 188, 173) !important;
}

.withdrawals-track {
display: flex;
gap: 15px;
width: max-content;
animation: scroll-withdrawals 30s linear infinite !important;
}

@keyframes scroll-withdrawals {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-225px * 36)); } /* card width (210) + gap (15) * number of unique cards */
}

@media (max-width: 768px) {
.lastwithdrawal-section p {
font-size: 1.1rem;
}
.lastwithdrawal-section p.text-lg {
font-size: 1rem !important;
margin-bottom: 5px !important;
}
.withdrawal-card {
height: 60px !important;
min-width: 130px !important;
padding: 5px 10px !important;
}
.withdrawal-icon {
padding: 6px !important;
}
.withdrawal-icon svg {
width: 18px !important;
height: 18px !important;
}
.withdrawal-info p.text-sm {
font-size: 0.8rem !important;
}
.withdrawal-info p.text-xs {
font-size: 0.7rem !important;
}
}

/* Registration Button Badge PIX */
.register-badge-pix {
position: absolute;
top: -9px;
right: -15px;
background-color: var(--color-primary);
color: var(--color-text-on-primary);
font-size: 0.70rem;
padding: 0px 8px;
border-radius: 30px;
display: flex;
align-items: center;
gap: 3px;
box-shadow: none;
z-index: 10;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
border: none;
}

.register-badge-pix svg {
width: 11px;
height: 16px;
margin-right: 2px;
}

.register-badge-pix path {
fill: rgb(50, 188, 173);
}

@media (max-width: 768px) {
.register-badge-pix {
top: -10px;
right: -5px;
font-size: 0.65rem;
padding: 1px 6px;
}
.register-badge-pix svg {
width: 9px;
height: 13px;
}
}

