header .tz-menu-header {
    padding: 0;
    background: #1e1e1c!important;
}

.d-flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.w40 {
    width: 40%;
}

#selectOne {
    width: 100%;
    border-radius: 0;
}

.first-row-label {
    width: 48%;
}

#form-azienda, #form-privato {
    display: none;
}

.img-select:hover {
    cursor: pointer;
}