.div_acessar_apontamento_jogos {
    margin-top: 10%;
    border: 0.5px solid black;
    border-radius: 11px;
    padding: 2%;
    background-color: rgba(240, 248, 255, 0.322);
}

.painelfuncaoapontamento {
    margin: 0 0 0 53px;
    height: 100vh;
}

.div_principal_apontamento {
    margin-top: 1%;
    background-color: rgba(240, 248, 255, 0.308);
    border-radius: 11px;

}

.div_principal_apontamento_2 {
    margin-top: 1%;
    background-color: rgba(240, 248, 255, 0.308);
    border-radius: 11px;
    padding: 1%;
}

.nr_placar {
    font-size: 50px;
}

.x_placar {
    font-size: 50px;
    margin: 0 2% 0 2%;
}

.campo-img {
    max-width: 100%;
    height: auto;
}

.blue-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: blue;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.red-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}


.jogador_selecionado {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;

    border: 1px solid chartreuse;
}



.campo-image {
    background-image: url('../../../../media/competicoes/campo2.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: -3% 0 -8% 0;
    padding-bottom: 7%;
    background-size: cover;
    height: 100%;


}

#time_azul div {

    /* Topo/Baixo 5px, Esquerda/Direita 20px */
    cursor: pointer;

}

#time_vermelho td {
    padding: 10px 15px;
    /* Topo/Baixo 5px, Esquerda/Direita 20px */
    cursor: pointer;
}

.bt_time_1 {
    display: inline-block;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    /* Cor do texto branco */
    background-color: rgb(170, 170, 255);
    /* Cor de fundo azul */
    border: none;
    border-radius: 20px;
    text-decoration: none;
    /* Remover sublinhado do link */
    transition: background-color 0.3s ease;
}

.bt_time_1_selecionado {

    background-color: blue;

}


.bt_time_2 {
    display: inline-block;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    /* Cor do texto branco */
    background-color: rgb(248, 184, 184);
    /* Cor de fundo azul */
    border: none;
    border-radius: 20px;
    text-decoration: none;
    /* Remover sublinhado do link */
    transition: background-color 0.3s ease;
}

.bt_time_2_selecionado {

    background-color: red;

}

.lista_opcoes_apontamento {
    max-height: 500px;
    padding: 3%;
    overflow-y: auto;
}

.lista_opcoes_apontamento li {
    border: 0.5px solid white;
    background-color: white;
    color: black;
    text-align: center;
    margin-bottom: 3%;
    border-radius: 11px;
    padding: 1%;
    white-space: nowrap;
    cursor: pointer;
}

.lista_opcoes_apontamento li:hover {

    background-color: rgb(255, 57, 57);
    color: white;
}

.div_sumula {
    max-height: 500px;
    background-color: white;
    overflow: auto;
    color: black;
    padding-left: 1%;

}

.div_sumula li {
    border-bottom: 1px solid black;
    padding: 2% 0 2% 0;
    cursor: pointer;
}

#modalsubstituicaoapontamento,
#modalacrescimotempoapontamento,
#modaliniciojogoapontamento,
#modalfimjogoapontamento {
    color: black;
}