mapp-enterprise-studio header.mapp-header header.MuiPaper-root {
    background-color: #3ca7ff !important;
}

mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:first-child>button,
mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:first-child>hr {
    display: none;
}

mapp-enterprise-studio header.mapp-header {
    height: 80px;
}

mapp-enterprise-studio section.mapp-content {
    top: 80px !important;
}

mapp-enterprise-studio header.mapp-header .MuiToolbar-root MuiToolbar-regular {
    min-height: 80px;
}

mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:first-child>h6 {
    font-size: 0;
    padding-left: 20px;
}

mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:first-child>h6 {
    background-image: url(https://geogspweb.comune.palermo.it/Resources/assets/img/04-logo-sispi-no-payoff-pantone_tr.png);
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10px center;
}

mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:last-child {
    background-image: url(https://geoportal.comune.palermo.it/static/img/sispi-logo.png);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    flex-grow: 2;
    margin-right: 50px;
}

mapp-enterprise-studio .MuiToolbar-root>.MuiBox-root:last-child>div {
    margin-right: -50px;
}