: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-fundo: #1e3c72; 
    --app-color-primary-escuro: #1e3c72; 
    --app-color-primary-claro: #2a5298; 
    --app-color-primary-base: #64B5F6; /** blue 300 **/
	--app-color-secondary-escuro: #181818; 
    --app-color-secondary-claro: #444444; 
	--app-color-selecao-escuro: #ff6600;

}   



#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-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../imagens/campo_mais_odd.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: 100%;
    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: #232633 !important;
}

/* fundo menu esportes */

#menu_pre_match {
    background: var(--app-color-primary-claro) !important;
}

.botao_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 6px 8px;
    margin-right: 6px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    transition: background 0.2s;
    min-width: 58px;
    flex-shrink: 0;
}

.botao_menu:hover {
    background: rgba(255,255,255,0.16) !important;
}

.badge-menu {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f25d2d !important;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 1.5px solid rgba(0,0,0,0.25);
    line-height: 1;
    z-index: 2;
}

.badge {
    background-color: #f25d2d !important;
}

.esporte_selecionado {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    align-items: center;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.odds-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 0;
    border-bottom: 1px solid #555;
    font-size: var(--tamanho-fonte-odds);
}
.odds-value {
    background-color: var(--cor_odd_desmarcado);
    margin: 4px 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    min-width: 50px;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.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("../imagens/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: #0d1b3e !important;
}

/*  ============================================================================================ */
/*  ============================ Alteracoes 2024 =============================================== */
