html, body {
    height: 100%;
}

.main-content:has(.map-fill),
.dxbl-modal-body:has(.map-fill) {
    display: flex;
    flex-direction: column;
}

.main-content:has(.map-fill) div:has(.map-fill),
.dxbl-modal-body:has(.map-fill) div:has(.map-fill) {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.dxbl-fl-item:has(.iframe-host) > .dxbl-fl-cpt {
    display: none;
}

.dxbl-fl-item:has(.iframe-host),
.dxbl-fl-ctrl:has(.iframe-host) {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.pannello-tabs.dxbl-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.pannello-tabs.dxbl-tabs > .dxbl-tabs-content-panel {
    min-height: 0;
}

.pannello-tabs.dxbl-tabs .dxbl-tabs-content {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 28px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}