html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 124px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading {
    width: 80px;
    height: 80px;
}

.pe-pdf-viewer .dxbrv-toolbar {
    height: 2rem;
}

.pe-pdf-viewer {
    width: 100%;
    height: 100vh;
}

/*label.xaf-item-documentiaziendaliinscadenza {
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 0.5em !important;
}

label.xaf-item-documentipersonaleinscadenze {
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 0.5em !important;
}*/

.MyTitle .dxbl-group-header .dxbl-text {
    font-size: 1.5rem; /* dimensione maggiore */
    font-weight: bold; /* grassetto */
    text-transform: uppercase; /* tutto maiuscolo */
    margin-bottom: 0.5em;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone svg {
        width: 32px;
        height: 32px;
    }

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 32px;
    height: 32px;
    -webkit-mask-image: url("../images/drop-file.png");
    mask-image: url("../images/drop-file.png");
}