
/* 🎨 TEMA SITE - ATUALIZADO EM 17/01/2026 19:14 */
/* 🎨 TEMA CUSTOMIZADO - GERADO VIA PAINEL */

/* --- Variáveis Globais --- */
:root {
    --main-color: #155615;
    --hover-color: #003800;
    --bg-color: #013c1e;
    --text-color: #ffffff;
}

.pwa-bonus-modal {
    background: #007a3b !important;   
}


/* --- Ícones e Notificações --- */
.notification-box {
    color: #c7c7c7 !important;
}

/* --- Navbar / Topo --- */
.navbar, header, .navbar[data-v-fe7aab16] {
    width: 100%;
    background-color: #18622f !important;
}

/* --- Botões e Links Principais (a.cl) --- */
a.cl {
    color: #FFFFFF !important; /* Cor de contraste (Preto/Branco) */
    text-decoration: none;
    padding: 10px 15px;
    background-color: #155615 !important;
    border-radius: 5px;
    transition: background-color 0.3s;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
a.cl:hover {
    background-color: #003800 !important;
}

/* --- Fundo do Cassino (Correção de Scoped CSS) --- */
.background-color-cassino, 
.background-color-cassino[data-v-3934147a] {
    background-color: #013c1e !important;
   /* height: 100vh;*/
    overflow-y: auto;
    padding-bottom: 50px;
}

/* --- Body / Global --- */
body {
    background-color: #325d45 !important; /* Fundo Secundário */
    color: #ffffff !important; /* Texto Geral */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px !important;
}

/* --- Barra de Bônus / Cadastro --- */
.bonus-cadastro {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #155615 !important;
    color: #FFFFFF !important;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    z-index: 999;
}

/* --- Botões Genéricos (.button) --- */
.button {
    padding: 10px 20px;
    background-color: #155615 !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}
.button:hover {
    background-color: #003800 !important;
}

/* --- Sidebar (Menu Lateral) --- */
.sidebar {
    position: fixed;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color: #007a3b !important; /* Cor dos Cards/Lista */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.sidebar-content {
    position: absolute;
    top: 40px;
    bottom: 0;
    overflow-y: auto;
    padding: 15px;
    text-align: justify;
    font-size: 12px;
    color: #ffffff !important;
    scrollbar-width: thin;
    scrollbar-color: #155615 #121212;
}

.close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #155615 !important;
    transition: color 0.3s;
}
.close-sidebar:hover {
    color: #003800 !important;
}

/* --- Botão Esporte Flutuante --- */
.botao-esporte {
    width: 200px;
    height: 60px;
    background: #155615 !important;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    display: flex;
}
.botao-esporte .botao-esporte-btn {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botao-esporte:hover {
    filter: brightness(1.1);
    background-color: #003800 !important;
}

/* --- Elementos Diversos --- */
.dot.active {
    background-color: #155615 !important;
}

/* Inputs e Ícones */
.busca-input-icon i, .input-icon i {
    color: #155615 !important;
}
.busca-input:focus {
    outline: none;
    border: 1px solid #155615 !important;
    box-shadow: 0 0 5px #15561533; 
}

/* Botão Jogar */
.btn-jogar {
    padding: 6px 12px;
    background-color: #155615 !important;
    border: none;
    color: #FFFFFF !important;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
}
.btn-jogar:hover {
    background-color: #003800 !important;
}

.valor {
    color: #155615 !important;
    font-weight: bold;
}

/* Listagem de Jogos e Cards */
.lista-jogos, .aovivo-resultados {
    background-color: #007a3b !important;
    padding: 20px;
    margin-top: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.titulo-lista-jogos, .aovivo-titulo {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #ffffff !important;
}

.lista-jogos .jogar-btn {
    background-color: #155615 !important;
    color: #FFFFFF !important;
}

/* Botões Ver Mais */
.btn-ver-mais, .ver-mais-btn {
    padding: 10px 20px;
    background-color: #155615 !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 20px auto 0 auto;
    transition: background-color 0.3s ease;
}
.btn-ver-mais:hover, .ver-mais-btn:hover {
    background-color: #003800 !important;
}

/* --- Modais --- */
.modal {
    background-color: #007a3b !important; /* Cor de fundo do modal */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
} 
.modal-content h2 {
    color: #ffffff !important;
}
.close-modal {
    color: #ffffff !important;
}
.close-modal:hover {
    color: #ffffff !important;
}

/* --- Footer e Textos --- */
.submit-button {
    width: 100%;
    padding: 15px 20px; 
    background-color: #155615 !important;
    color: #FFFFFF !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.submit-button:hover {
    background-color: #003800 !important;
} 

.termos a, .create-account a {
    color: #ffffff !important;
}
.termos a:hover, .create-account a:hover, .log-in a:hover {
    color: #003800 !important;
}

.alertasim {
    width: 100%;
    color: #155615 !important;
    text-align: center;
}
.aovivo-amount {
    color: #155615 !important;
    font-weight: bold;
}
.footer-column h4 {
    color: #155615 !important;
}
