@import "logo.css";
@import "wasm.loader.css";
@import "mud-overrides.css";
@import "stimulsoft-overrides.css";
@import "wasm-error.css";
@import "animations.css";
@import "scrollbox.css";

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 13px;
}

body {
    --font-family: var(--mud-typography-default-family, 'Roboto', 'Helvetica', 'Arial', 'sans-serif');

    & #app {
        height: 100dvh;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.maxreport-param-highlight {
    color: var(--mud-palette-secondary) !important;
    background-color: var(--mud-palette-divider) !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}

.truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}