:root {

    /** cor  **/
    /**  padrao nosso 
    --app-color-fundo: #2b2648; 
    --app-color-primary-escuro: #2b2648; 
    --app-color-primary-claro: #393460; 
    --app-color-secondary-escuro: #181818; 
    --app-color-secondary-claro: #444444; 
	--app-color-selecao-escuro: #ff6600;
    **/
    --app-color-primary-claro: #585e8c;
    --app-color-primary-escuro: #2c345f;
    --app-color-secondary-escuro: #fffdff;
    --app-color-fundo: #585e8c;
  
    --color-fonte-times: #444444;
    --ion-color-medium: #444444;
  
    --tamanho-fonte-nome-times: 12px; 
    --tamanho-fonte-odds: 12px;
    --tamanho-fonte-caixa-titulo: 12px;
    --tamanho-fonte-caixa-valores: 15px;
    --tamanho-fonte-lista-bilhetes: 12px;
    --tamanho-fonte-historico-bilhetes: 15px;
    --tamanho-fonte-bilhetes-detalhes: 12px;
  
  

}   


.caixa{
    background-color: var(--app-color-secondary-escuro);
    color: var(--color-fonte-times);
    padding-left: 10px;
    border-bottom: 1px solid #ccc; 
}
.odd-linha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nome-odd {
    flex: 1; /* Isso faz com que o nome ocupe o máximo de espaço possível, empurrando o botão para a direita */
    font-style: italic; 
    font-size: var(--tamanho-fonte-nome-times);
    font-weight: bold;
    color: var(--color-fonte-times);
    margin-bottom: 0;
    padding-right: 10px; /* Espaço entre o nome e o botão */
}

.odd-button {
    width: 20%;
    background-color: var(--ion-color-medium);
    color: #f7f5f5;
    font-size: 14px;
    border-radius: 3px;
    font-family: Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 3px;
}


#menu_dinamico {
    position: absolute;
    top: 162px;
    color: #e9e6e6;
    width: 100%;
    height: 100%;
    background-color: var(--app-color-primary-escuro);
}

.barra_topo {
    background: var(--app-color-primary-escuro) !important;
}

#barra_valor {
    background: var(--app-color-primary-escuro) !important;
}

#subnavbar_mais_odd {
    background-color: var(--app-color-primary-claro) !important;
    background-image: url("../image/bck_mais_.jpg") !important;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}


.column_cabeca_mais_odd {
    float: left;
    width: 110%;
    height: 85px;
    background-color: rgba(0, 0, 0, .7) !important;
}

.column_cabeca_mais_odd_times {
    float: left;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .7) !important;
}

.column_cabeca_mais_odd_card {
    float: left;
    width: 100%;
    background-color: #2e2c2c !important;
}

.column_cabeca_mais_odd_times_card {
    float: left;
    width: 100%;
    background-color: #2e2c2c !important;
}

.menu_live_esportes {
	background-color: var(--app-color-primary-claro) !important;
}

/* fundo menu esportes */

#menu_pre_match {
    background: var(--app-color-primary-claro) !important;
}

.botao_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--app-color-primary-escuro) !important;
    border-radius: 5px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 5px;
    margin-right: 4px;
    background: var(--app-color-primary-escuro) !important;
}

.badge-menu {
    background-color: #f25d2d !important;
}

.badge {
    background-color: #f25d2d !important;
}

.esporte_selecionado {
    background-color: var(--app-color-primary-escuro) !important;
    display: flex;
    width: 45%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.column_cabeca_mais_odd {
    float: left;
    width: 100%;
    height: 85px;
    background-color:rgba(0, 0, 0, 0.7) !important;
}

.column_cabeca_mais_odd_times {
    float: left;
    width: 100%;
    height: 40px;
    background-color:rgba(0, 0, 0, 0.7) !important;
}

.column_cabeca_mais_odd_card {
    float: left;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.7) !important;
}

.column_cabeca_mais_odd_times_card {
    float: left;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.7) !important;
}


.column_cabeca_mais_odd_cart{
    float: left;
    width: 100%;
    background-color:#2e3541 !important;
}

.column_cabeca_mais_odd_times_cart {
    float: left;
    width: 100%;
    background-color:#2e3541 !important;
}

#data_selecionada {
    display: flex;
    padding: 2px;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    background-color: #f25d2d;
    color: #e9e6e6;
    border-radius: 3px;
}

.legenda_odd {
    background-color: var(--app-color-primary-claro);
}

.titulo_campeonato {
    font-size: 13px;
    height: 30px;
    width: 100%;
    padding-left: 5px;
    color: #ffffff;
    background: var(--app-color-primary-escuro) !important;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    /*  background-color: #1e1f1e;*/
}

.jogo_data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 27px;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-top: 0px;
    margin-right: 12px;
    background-image: url("../img/clock.svg") !important;
    background-position: left;
    background-position-x: 6px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: var(--app-color-primary-escuro) !important;
    padding-left: 10px;
}

.page-content {
    background: #404040 !important;
}

/*  ============================================================================================ */
/*  ============================ Alteracoes 2024 =============================================== */
