:root {
--color-primary: #ef4444;
--color-primary-dark: #dc2626;
--color-primary-light: #fca5a5;
--color-primary-hover: #b91c1c;
--color-warning: #ef4444;
--shadow-primary: 0 2px 12px rgba(239, 68, 68, 0.2);
--shadow-primary-hover: 0 4px 18px rgba(239, 68, 68, 0.33);
--gradient-primary: linear-gradient(90deg, #dc2626 70%, #fca5a5 100%);
--gradient-primary-reverse: linear-gradient(90deg, #fca5a5 70%, #dc2626 100%);
--color-primary-rgb: 239, 68, 68;

--color-border-primary-soft: rgba(239, 68, 68, 0.2);

--color-bg-primary: #1a0000 !important;
--color-bg-secondary: #260000 !important;
--color-bg-tertiary: #0f0000 !important;
--color-bg-dark: #1f0000 !important;

--gradient-bg-primary: linear-gradient(135deg, #0f0000 0%, #1a0000 50%, #260000 100%);
--gradient-bg-secondary: linear-gradient(90deg, #1a0000 0%, #260000 100%);
--gradient-bg-dark: linear-gradient(180deg, #1a0000 0%, #1f0000 100%);
--gradient-menu: linear-gradient(90deg, #0f0000 80%, #260000 100%);
--gradient-sidebar: linear-gradient(135deg, #260000 80%, #1a0000 100%);
--gradient-dark: linear-gradient(90deg, #260000 0%, #1a0000 100%);

--color-login-modal-border: #ef444466;
}

body.bg-style-1,
body.bg-style-1 .main-bg {
background: var(--gradient-bg-primary) !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/image5.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: #260000 !important;
border-bottom: 2px solid #dc262633 !important;
}

.app-download-banner {
background: linear-gradient(135deg, #1f0000 0%, #1a0000 100%) !important;
border-bottom: 2px solid #dc262633 !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(239, 68, 68, 0.15) !important;
color: #ffbcbc !important;
font-weight: var(--font-weight-medium) !important;
border: 1px solid #ef444440 !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(239, 68, 68, 0.25) !important;
color: #ffbcbc !important;
border-color: #ffbcbc60 !important;
box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2) !important;
}

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

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

.app-download-banner .download-btn:hover i {
color: #ffbcbc !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: #1a0000 !important;
}

.card,
.game-card {
background: #1a0000 !important;
backdrop-filter: blur(10px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !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: #1a0000 !important;
}

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

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

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

.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
background: linear-gradient(90deg, #dc2626 80%, #fca5a5 100%) !important;
}

.modal-content,
.modal-body {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
}

.modal-header {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
border-bottom: 2px solid #dc262666 !important;
}

.modal-footer {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
}

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

.menu-bottom {
background: #260000 !important;
border-top: 2px solid #dc262633 !important;
}

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

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

.menu-bottom-style-5,
.menu-bottom-style-6 {
background: transparent !important;
border-top: 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 {
overflow: visible !important;
}

.menu-bottom-style-5.bottom-nav,
.menu-bottom-style-6.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: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
border: 1px solid var(--color-border-primary-soft) !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: linear-gradient(135deg, #260000ff 0%, #1a0000ff 100%) !important;
}

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

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

::-webkit-scrollbar-track {
background: #1a0000 !important;
}

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

.jackpot-value {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
}

.chest-grid {
background: linear-gradient(135deg, #1a0000 0%, #260000 100%) !important;
}

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

.badge.bg-primary {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
}

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

.btn-dark,
.btn-light {
background: linear-gradient(135deg, #1a0000 0%, #260000 100%) !important;
}

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

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

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

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

::-webkit-scrollbar-thumb {
background: #dc2626 !important;
}

::-webkit-scrollbar-thumb:hover {
background: #b91c1c !important;
}

* {
scrollbar-color: #dc2626 var(--color-bg-secondary) !important;
}

.header-bar .btn.btn-warning {
background: linear-gradient(90deg, #ef4444 50%, #dc2626 100%) !important;
border-color: #dc2626 !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

.header-bar .btn.btn-warning:hover,
.header-bar .btn.btn-warning:focus {
background: linear-gradient(90deg, #dc2626 50%, #b91c1c 100%) !important;
box-shadow: 0 4px 18px rgba(239, 68, 68, 0.33) !important;
color: #ffffff !important;
}

.jackpot-title {
background: #ef4444 !important;
color: #ffffff !important;
box-shadow: rgba(239, 68, 68, 0.2) !important;
}

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

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

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

.btn-warning,
.btn-primary,
.login-btn {
background-color: #ef4444 !important;
border-color: #ef4444 !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

.btn-warning:hover,
.btn-primary:hover,
.login-btn:hover {
background-color: #b91c1c !important;
border-color: #b91c1c !important;
color: #ffffff !important;
box-shadow: 0 4px 18px rgba(239, 68, 68, 0.33) !important;
}

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

.btn-outline-primary:hover {
background-color: #ef4444 !important;
border-color: #ef4444 !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: #ef4444 !important;
border-color: #ef4444 !important;
color: #ffffff !important;
}

#offersModal .btn-outline-primary:hover,
#withdrawModal .btn-primary-custom:hover,
#demoConfigModal .btn-primary:hover {
background-color: #b91c1c !important;
border-color: #b91c1c !important;
color: #ffffff !important;
}

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

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

a:hover,
.login-link:hover,
.link-primary:hover {
color: #b91c1c !important;
}

.footer-links a,
.footer-links a:hover,
.footer-links a i {
color: #ffffff !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: #ef4444 !important;
transition: all var(--transition-base) !important;
}

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

#referralsModal #affiliateBalanceCard .text-warning,
#referralsModal h5.text-warning {
color: #ffbcbc !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: #ffbcbc !important;
color: #ffbcbc !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: #ef4444 !important;
color: #ffffff !important;
border-color: #ef4444 !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

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

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

.sidebar-btn:not(.telegram):not(.instagram) i {
color: #ffbcbc !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, #ffbcbc 80%, #ffbcbc 100%) !important;
border-color: #ffbcbc !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
color: #ffffff !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram) i,
.sidebar-btn:hover:not(.telegram):not(.instagram) i {
color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !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, #dc2626, #ff6a00) !important;
}

.game-card .play-button {
background: #ef4444 !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

.game-card:hover .play-button {
background: #b91c1c !important;
box-shadow: 0 4px 18px rgba(239, 68, 68, 0.33) !important;
}

input:focus,
select:focus,
textarea:focus {
border-color: #ef4444 !important;
box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25) !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
border-color: #ef4444 !important;
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
}

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

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

.badge.bg-success {
background-color: #ef4444 !important;
color: #ffffff !important;
}

html body .text-success,
body .text-success,
.text-success {
color: #37ff80 !important;
}

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

#referralsHistoryModal .chest-modal-header-fixed {
background: linear-gradient(135deg, #0f0000 0%, #260000 100%) !important;
border-bottom: 2px solid #dc262666 !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: #ef4444 !important;
}

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

#referralsHistoryModal #history-back-btn:hover {
background-color: #ef444422 !important;
color: #b91c1c !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, #260000 0%, #1a0000 100%) !important;
border: none !important;
}

#referralsHistoryModal .badge.bg-primary {
background: linear-gradient(135deg, #dc2626 0%, #ef4444 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(239, 68, 68, 0.2) !important;
border: 1px solid #ef444466 !important;
}

#referralsHistoryModal .badge.bg-success {
background: linear-gradient(135deg, #dc2626 0%, #ef4444 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(239, 68, 68, 0.2) !important;
border: 1px solid #ef444466 !important;
}

#referralsHistoryModal .badge.bg-secondary {
background: linear-gradient(135deg, #0f0000 0%, #260000 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 #260000 !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, #0f0000dd 0%, #260000dd 100%) !important;
border: 1px solid #26000066 !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, #0f0000dd 0%, #260000dd 100%) !important;
opacity: 1 !important;
}

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

#referralsHistoryModal .referral-item.is-qualified {
border-color: #ef444466 !important;
background: linear-gradient(135deg, #dc262622 0%, #260000dd 100%) !important;
}

#referralsHistoryModal .referral-item .avatar {
width: 42px !important;
height: 42px !important;
line-height: 42px !important;
border-radius: 50% !important;
background: linear-gradient(135deg, #0f0000 0%, #260000 100%) !important;
color: var(--color-text-primary) !important;
font-weight: 600 !important;
font-size: 1.1rem !important;
border: 2px solid #260000 !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, #dc2626 0%, #ef4444 100%) !important;
color: #ffffff !important;
border-color: #ef4444 !important;
box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2) !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 #26000066 !important;
background: linear-gradient(135deg, #0f0000aa 0%, #260000aa 100%) !important;
}

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

#referralsHistoryModal .p-5.text-center i {
color: #ef444466 !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: #ef4444 !important;
}

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

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

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

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

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

.form-control:focus,
.form-select:focus {
border-color: #ef4444 !important;
box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25) !important;
}

.topo-button {
background: #ef4444 !important;
color: #ffffff !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

.topo-button:hover {
background: #b91c1c !important;
box-shadow: 0 4px 18px rgba(239, 68, 68, 0.33) !important;
}

.topo-button i {
color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

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

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

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

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

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

#depositModal .bonus-badge {
background-color: #ffbcbc !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: #ffbcbc !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.shadow-primary {
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

.shadow-primary-hover:hover {
box-shadow: 0 4px 18px rgba(239, 68, 68, 0.33) !important;
}

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

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

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

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

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

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

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

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

.alert-primary {
background-color: #ef444433 !important;
border-color: #ef4444 !important;
color: #ef4444 !important;
}

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

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

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

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

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

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

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

.tooltip-inner {
background-color: #ef4444 !important;
}

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

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

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

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

.popover-header {
background-color: #ef4444 !important;
color: #ffffff !important;
border-bottom-color: #b91c1c !important;
}

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

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

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

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

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

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

.fixed-card-icon {
color: #ef4444 !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(38, 0, 0, 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: #ffbcbc !important;
box-shadow: 0 3px 15px rgba(239, 68, 68, 0.2), inset 0 1px 3px rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 3px 15px rgba(255, 255, 255, 0.2), inset 0 1px 3px rgba(255, 255, 255, 0.4) !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: #ffbcbc !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, #ef44441a 0%, #ef444400 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: #1a0000 !important;
border-color: #260000 !important;
}

#depositModal .deposit-method,
#depositModal .deposit-method.bg-surface-deep,
#depositModal .bg-surface-deep.deposit-method {
background: #260000 !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: #1a0000 !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, #1a0000 0%, #260000 100%) !important;
border-color: #ef4444 !important;
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

#depositModal .bg-surface-deep.deposit-method {
background: #260000 !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: #ef4444 !important;
background-color: #26000066 !important;
}

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

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

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

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

#profileModal .profile-vip-card {
background: linear-gradient(135deg, #9a1b1b 0%, #a73030 50%, #9a1b1b 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(239, 68, 68, 0.2), 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: #ffbcbc !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

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

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

#withdrawModal .otp-input {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
border-color: #260000 !important;
color: var(--color-text-primary) !important;
}

#withdrawModal .otp-input:focus {
border-color: #ef4444 !important;
box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.25) !important;
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
}

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

.sidebar-header {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
border-bottom-color: #260000 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

#profileModal .modal-content,
#profileModal .modal-header > div,
#profileModal .modal-body {
background: linear-gradient(135deg, #1a0000 0%, #260000 100%) !important;
}

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

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

#profileModal .profile-quick-actions .btn-profile-action {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
border-color: var(--color-border-primary-soft) !important;
}

#profileModal #profileChangePasswordSection .login-input,
#profileModal #profileChangePasswordSection .input-group-text {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
border: 2px solid #ef444466 !important;
}

#profileModal #profileChangePasswordSection .login-input:focus {
border-color: #ef4444 !important;
box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25) !important;
}

#withdrawModal .bg-modal-special {
background: linear-gradient(to right, #0f0000, #260000) !important;
}

/* Estilos temáticos para alert-custom no modal de saque */
#withdrawModal .alert-custom {
background: rgba(239, 68, 68, 0.1) !important;
border: 1px solid #ef444440 !important;
border-radius: var(--border-radius-md) !important;
color: #ffffff !important;
backdrop-filter: blur(10px) !important;
}

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

#withdrawModal .alert-custom:hover {
background: rgba(239, 68, 68, 0.15) !important;
border-color: #ef444460 !important;
}

#withdrawModal .alert-custom .alert-link {
color: #ef4444 !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: #b91c1c !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: #260000 !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 #260000 !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: #ffffff !important;
}

.menu-bottom-style-3 .bottom-appbar .tabs .tab.is-active {
color: #ffffff !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: #fff !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: #ffffff !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: #ffffff !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: #ffffff !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 #260000 !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 #260000 !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 {
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 {
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 {
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 {
background-color: #260000 !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 {
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 {
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 {
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 {
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 #260000 !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 {
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 {
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 {
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: #fff !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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
position: relative !important;
font-size: 10px !important;
color: #ffffff !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 {
font-weight: 700 !important;
color: #ffffff !important;
}

@media (max-width: 768px) {
.menu-bottom-style-4 .bottom-appbar,
.menu-bottom-style-5 .bottom-appbar,
.menu-bottom-style-6 .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 {
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 {
box-shadow: 0px 25px 0px 20px #260000 !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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
box-shadow: 0px 35px 0px 30px #260000 !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 {
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 {
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 {
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(239, 68, 68, 0.2) !important;
}

.sidebar-btn.active:not(.telegram):not(.instagram),
.sidebar-btn:hover:not(.telegram):not(.instagram) {
box-shadow: 0 2px 12px rgba(239, 68, 68, 0.2) !important;
}

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

.chest-available {
filter: drop-shadow(0 2px 6px rgba(239, 68, 68, 0.2)) !important;
}

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

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

#profileModal .balance-display-profile {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 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: #ef4444 !important;
}

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

.text-primary,
.text-warning {
color: #ffbcbc !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(239, 68, 68, 1) !important;
opacity: 1 !important;
}


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

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

.menu-hamburger {
color: #ffbcbc !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(239, 68, 68, 0.33)) !important;
}

.menu-hamburger rect {
fill: currentColor;
}

.menu-hamburger-style-3 {
background: #260000 !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: #0f0000 !important;
border-color: rgba(255, 255, 255, 0.3) !important;
}

.search-icon:hover {
filter: drop-shadow(0 2px 6px rgba(239, 68, 68, 0.2)) !important;
}

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

.sidebar-search .input-group:focus-within {
border-color: #dc2626 !important;
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
}

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

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

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

#referralsModal .modal-content,
#checkinModal .modal-content,
#offersModal .modal-content,
#depositModal .modal-content,
#withdrawModal .modal-content {
background: linear-gradient(135deg, #1a0000 0%, #260000 100%) !important;
}

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

.shadow-sm-primary {
box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2) !important;
}

.shadow-md-primary {
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2) !important;
}

.shadow-lg-primary {
box-shadow: 0 8px 24px rgba(239, 68, 68, 0.33) !important;
}

.bg-custom-modal {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
}

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

.provider-btn.active {
background-color: #ef4444 !important;
}

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

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

.provider-btn.active .provider-name {
color: #ffbcbc !important;
font-weight: var(--font-weight-medium);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.bg-dark {
background: linear-gradient(135deg, #1f0000 0%, #1a0000 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: #ef4444 !important;
box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 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(239, 68, 68, 0.33) !important;
}

.top-game-position .paid-amount {
color: #ffbcbc !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: #ffbcbc !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: #ef4444 !important;
}

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

.provider-card:hover {
border-color: #ef44444d !important;
box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2) !important;
background: linear-gradient(135deg, #260000ff 0%, #1a0000ff 100%) !important;
}

.top-games-fixed-card {
background: linear-gradient(135deg, #260000b3 0%, #1a0000b3 100%) !important;
border: 1px solid #ef444466 !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 0 1px #ef444433 !important;
}

.top-games-fixed-card:hover {
border: 2px solid #ef444499 !important;
box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2), 0 0 0 2px #ef44444d !important;
background: linear-gradient(135deg, #260000e6 0%, #1a0000e6 100%) !important;
}

.checkin-day {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
border-color: #26000066 !important;
}

.checkin-day:hover:not(.locked):not(.completed) {
border-color: #ef444466 !important;
box-shadow: 0 5px 15px rgba(239, 68, 68, 0.2) !important;
}

.checkin-day.active {
background: linear-gradient(135deg, #260000 0%, #1a0000 100%) !important;
border-color: #ef444499 !important;
box-shadow: 0 3px 10px rgba(239, 68, 68, 0.2) !important;
}

.checkin-day.completed {
background: linear-gradient(135deg, #260000aa 0%, #1a0000aa 100%) !important;
border-color: #26000088 !important;
}

.checkin-day.locked {
background: linear-gradient(135deg, #0f0000 0%, #1a0000 100%) !important;
border-color: #26000044 !important;
opacity: 0.6 !important;
}

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

.checkin-day .check-icon {
background-color: #ef4444 !important;
color: #ffffff !important;
box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2) !important;
}

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

.checkin-progress-bar {
background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 8px rgba(239, 68, 68, 0.2) !important;
}

/* Icon Group Style 3 - Background temático redondo e meio transparente */
.icon-group-3-image {
background: rgba(239, 68, 68, 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, #ef4444 0%, #dc2626 100%);
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2), 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(239, 68, 68, 0.33), 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;
}
}