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: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/*RichEdit*/
.dxreView.xaf-Rich-ContentWrapper {
    height: 400px !important;
}
/*RichEdit*/

.hint-layout {
    background: var(--dxds-primary-10, var(--bs-primary-bg-subtle));
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest, var(--bs-dark-bg-subtle));
    color: var(--bs-primary-text-emphasis);
    white-space: pre-line;
}

.main-content:has(.chart-fullscreen) {
    display: flex;
    flex-direction: column;
}

.main-content > div:has(.chart-fullscreen) {
    flex: 1 1 auto;
}

.chart-fullscreen {
    height: 100%;
}

.chart-tooltip {
    padding: var(--dxds-spacing-80, 0.5rem) var(--dxds-spacing-140, 0.8rem);
}