.clan_plus_motto_div_0_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
}

.clan_plus_motto_div_1{
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 450px;
    text-align: center;
}

.clan_plus_motto_div_1_1{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color:rgb(255, 145, 0);
    border-radius: 10px 10px 0px 0px;
    width: 80%;
}

.clan_plus_motto_label_2_0_videogioco{

    display: flex;
    margin-bottom: 20px;
    justify-content: center; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6C89C6;
}

.clan_plus_motto_div_1_2{
    background-color:rgb(255, 145, 0);
    border-radius: 0px 0px 10px 10px;
    width: 80%;
}

.clan_plus_motto_div_1_1_1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4d74c7;
    font-size: 12px;
    text-align: center; 
}

.clan_plus_motto_div_1_2_2{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 10px;
    text-align: center; 
    margin-top:-5px;
}

.clan_plus_motto_button_0_1{ 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.clan_plus_motto_button_1_0{
    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: 5px solid #6C89C6;
    padding: 8px 15px;
    transition: background-color 0.3s ease-in-out;
}

.clan_plus_motto_button_1_0:hover{
    background-color: orange;
    border-color: orange;
}


.input_calendario:hover {
    border-color: #6C89C6;
    background-color: #e9ecef;
}

/* Effetto focus */
.input_calendario:focus {
    border-color: orange;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(255, 102, 0, 0.5);
}

/* Personalizzazione dell'icona calendario (solo su Chrome ed Edge) */
.input_calendario::-webkit-calendar-picker-indicator {
    filter: invert(30%);
    cursor: pointer;
}


/* Rende il selettore di date più grande su dispositivi mobili */
@media screen and (max-width: 600px) {
    .input_calendario {
        font-size: 16px;
        padding: 10px;
    }
}



