
.tornei_giocatori_plus_div_0_1{
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 600px;
    text-align: center;
}


.tornei_giocatori_plus_div_1{
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 400px;
    text-align: center;

}

.tornei_giocatori_plus_div_1_1{
    display: inline-block;
    margin-top: 20px;
    background-color:rgb(255, 145, 0)!important;
    border-radius: 10px 10px 0px 0px;
    width: 85%;
}

.tornei_giocatori_plus_div_1_2{
    background-color:rgb(255, 145, 0)!important;
    border-radius: 0px 0px 10px 10px;
    width: 85%;
}

.tornei_giocatori_plus_div_1_1_1{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4d74c7!important;
    font-size: 12px;
    align-items: center; 
}

.tornei_giocatori_plus_div_1_2_2{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 10px;
    align-items: center; 
    margin-top:-5px;
}

.tornei_giocatori_plus_div_2{
    text-align: center;
    max-width: 400px;
    width: 100%;
    justify-content: center; 
}

.tornei_giocatori_plus_contenuto_lista {
    margin-top: 10px;
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 20%; 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 12px;
    
}

.tornei_giocatori_plus_contenuto_lista li {
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #6C89C6;
}

.tornei_giocatori_plus_contenuto_lista li:hover {
    background-color: white;
    color: orange;
}

.tornei_giocatori_plus_contenuto_lista li.selected {
    background-color: orange ;
    color: white ;
}

.tornei_giocatori_plus_div_2_1_0 {
    text-align: center;
    max-width: 400px;
    width: 100%;
    justify-content: center; 
}

.tornei_giocatori_plus_contenuto_lista_2 {
    margin-top: 10px;
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 12px;
    
}

.tornei_giocatori_plus_contenuto_lista_2 li  {
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #6C89C6;
}

.tornei_giocatori_plus_contenuto_lista_2 li:hover {
    background-color: white;
    color: orange;
}

.tornei_giocatori_plus_contenuto_lista_2 li.selected {
    background-color: orange ;
    color: white ;
}


.tornei_giocatori_button_1_0{
    border-radius: 5px;
    margin: 20px 0px 30px 0px;
    background-color: rgb(255, 145, 0);
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border: none; 
    box-shadow: none;  
    border-top: 5px solid rgb(255, 145, 0);
    border-bottom: 5px solid rgb(255, 145, 0);
    border-left: 10px solid rgb(255, 145, 0);
    border-right: 10px solid rgb(255, 145, 0);
}

.tornei_giocatori_button_1_0:hover{
    border-radius: 5px;
    margin: 20px 0px 30px 0px;
    background-color: #6C89C6;
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border: none; 
    box-shadow: none;  
    border-top: 5px solid #6C89C6;
    border-bottom: 5px solid #6C89C6;
    border-left: 10px solid #6C89C6;
    border-right: 10px solid #6C89C6;
}



.tornei_modal_avviso {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tornei_modal_contenuto {
    background: #6C89C6;
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 80%;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    
}

.tornei_modal_btn {
    margin-top: 15px;
    padding: 5px 15px;
    border: none;
    background: orange;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
