.logo {
    padding:7px;
    height: auto;
}

.logo.ebat {
    width: 100px;
}

.logo.osa {
    width:130px;
}

.logo.opra {
    width:100px;
}

.right-header {
    display: flex;
    flex-direction: row;
    min-width: 60vw;
    justify-content: space-between;
    align-items: center;
}

.header {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
}

.front-container .header {
    margin-top: 0px;
}

.logged-user {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#connesso-come {
    margin: 0px;
}

@media (max-width: 800px) {
    .right-header {
        min-width: 40vw;
    }
    #connesso-come {
        display:none;
    }
}

@media (max-width: 600px) {
    .logo.ebat {
        width: 80px;
    }

    .logged-user,
    .logged-user b {
        font-size: 0.9em;
    }

    .logo.osa {
        width: 100px;
    }

    .logo.opra {
        width: 80px;
    }

    .right-header {
        min-width: 30vw;
        max-width 100vw;
        margin-bottom: 5px;
    }
}
