/* Contenitore principale della pagina cerca */
.reparto_cerca_posizione-include-header{
    margin-left: -10px;
    margin-top: -8px;
    
}


.reparto_cerca_parte_esterna_body{
    background-color: #EAEAEA;
    
}

.reparto_cerca_cerca-input{

    display: inline-flex;
    background-color: orange;
    border-radius: 5px;
    border: 1px solid orange;           
    outline: none;
    color: white;
    width: 250px;
    height: 20px;

}



.reparto_cerca_cerca-input::placeholder {

    color: white;

}


.reparto_cerca_cerca-submit{

    background-color: orange;
    border-radius: 5px;
    border: 1px solid orange;           
    outline: none;
    color: white;
    width: 80px;
    height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

}

.reparto_cerca_cerca-submit:hover {

    background-color: #ff8c00;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ffbf00; 

}

.reparto_cerca_cerca-container {
    position: relative;
    max-width: 400px;
    margin: 10px auto;
    left: 5px;
    top: -40px;
    padding: 20px;
    background-color: #EAEAEA;
    border-radius: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
}

/* Titolo principale */
.reparto_cerca_cerca-titolo-principale {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
    color: #ff9800;
}

/* Contenitore dei bottoni */
.reparto_cerca_cerca-bottoni-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

/* Bottoni per passare tra le tab */
.reparto_cerca_cerca-bottone {
    padding: 12px 25px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ff9800;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reparto_cerca_cerca-bottone:hover {
    background-color: #e68900;
}

/* Schede di contenuto (player / clan) */
.reparto_cerca_cerca-scheda-contenitore {
    background-color: #6C89C6;
    border: 1px solid orange;
    border-radius: 8px;
    padding: 20px;
}

/* Titolo delle singole schede */
.reparto_cerca_cerca-scheda-titolo {
    font-size: 1.5em;
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    
}

/* Testo informativo delle schede */
.reparto_cerca_cerca-scheda-testo {
    font-size: 1em;
    color: #ccc;
}
