html, body {
    height: 100%;
}

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;
}

.direction-horizontal > .xaf-masterdetail-splitter{
    margin-bottom: 0px;
}
.verification-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-toolbar {
    margin-bottom: 0.75rem;
}

.section-instance {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    background-color: #fff;
}

.section-instance-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.remove-instance {
    padding: 0.25rem;
    min-width: 2rem;
}

.section-form {
    gap: 0.75rem;
}

.field-caption {
    font-weight: 500;
}

.field-caption-with-tooltip {
    display: inline-block;
    cursor: help;
}

.file-placeholder {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    padding: 0.5rem 0;
}

.upload-container {
    margin-bottom: 1rem;
}
