
.clan_plus_reclutamenti_div_0_1_videogioco{

    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 600px;
    text-align: center;

}

.clan_plus_reclutamenti_div_1_videogioco{

    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 400px;
    text-align: center;

}

.clan_plus_reclutamenti_div_1_1_videogioco{

    display: inline-block;
    margin-top: 20px;
    background-color:rgb(255, 145, 0);
    border-radius: 10px 10px 10px 10px;
    width: 85%;
}

.clan_plus_reclutamenti_div_1_2_videogioco{

    background-color:#6C89C6;
    border-radius: 5px;
    width: 85%;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;

}

.clan_plus_reclutamenti_div_1_1_1_videogioco{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 12px;
    align-items: center; 
}

.clan_plus_reclutamenti_div_1_2_2_videogioco{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 10px;
    align-items: center; 
    margin-top:-5px;
}

.clan_plus_reclutamenti_div_2_videogioco{

    text-align: center;
    max-width: 400px;
    width: 100%;
    justify-content: center; 
}

.clan_plus_reclutamenti_contenuto_lista_videogioco {

    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;
    
}

.clan_plus_reclutamenti_label_2_0_videogioco{

    display: flex;
    margin-top: 20px;
    justify-content: center; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6C89C6;
}

.clan_plus_reclutamenti_contenuto_lista_videogioco li {

    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #6C89C6;
}

.clan_plus_reclutamenti_contenuto_lista_videogioco li:hover {
    background-color: white;
    color: orange;
}

.clan_plus_reclutamenti_contenuto_lista_videogioco li.selected {

    background-color: orange ;
    color: white ;
}


.clan_plus_reclutamenti_div_padre_label_videogioco{
    display: flex;
    margin: 30px 5px 30px 20px;
}

.clan_plus_reclutamenti_div_1_0_figlio_label_videogioco{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #6C89C6;
    
}

.clan_plus_reclutamenti_div_2_0_figlio_label_videogioco{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: orange;
}

.clan_plus_reclutamenti_input_1_0_videogioco{
    border: 0px;
    border-radius: 5px;
    background-color: #6C89C6;
    border: 1px solid white;
    margin-top: 5px;
}

.clan_plus_reclutamenti_input_2_0_videogioco{
    border: 0px;
    border-radius: 5px;
    background-color: #6C89C6;
    border: 1px solid white;
    margin-top: 5px;
}

.clan_plus_reclutamenti_input_1_0_videogioco:hover,
.clan_plus_reclutamenti_input_2_0_videogioco:hover {
    background-color: orange;
}

.clan_plus_reclutamenti_input_1_0_videogioco:focus,
.clan_plus_reclutamenti_input_2_0_videogioco:focus {
    outline: 2px solid orange;
    background-color: white;
}

.clan_plus_reclutamenti_div_padre_label_videogioco{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px; /* Distanza tra input e immagine */
}

.clan_plus_reclutamenti_button_1_0_videogioco {
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0 30px 0;
    background-color: #6C89C6;
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border: none; 
    box-shadow: none;  
    border: 5px solid #6C89C6;
    padding: 5px 10px;
}

#risultati_ricerca_utenti{

    background-color: #6C89C6;
    cursor: pointer;
    color: white;
    border-radius: 5px;
}



.clan_plus_reclutamenti_button_1_0_videogioco:hover {
    display: inline-block; 
    background-color: orange;
    border-color: orange;
    
}


.clan_plus_immagini_button_1_0_2_3{

    display: inline-block; 
}
