html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Inter, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    :root,
    html[data-app-theme="blucom"],
    body[data-app-theme="blucom"],
    .statistik-page[data-app-theme="blucom"] {
        color-scheme: light;
        --app-font-family: Inter, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
        --app-color-primary: #2f7d57;
        --app-color-primary-hover: #256547;
        --app-color-primary-active: #1c4e37;
        --app-color-primary-soft: #e9f4ee;
        --app-color-primary-softer: #f4faf6;
        --app-color-primary-border: #cfe4d5;
        --app-color-sidebar-top: #173927;
        --app-color-sidebar-bottom: #325b43;
        --app-color-body: #f6f8f5;
        --app-color-surface: #ffffff;
        --app-color-surface-alt: #fbfdfb;
        --app-color-surface-muted: #f3f7f3;
        --app-color-surface-strong: #eef5ef;
        --app-color-border: #d9e6db;
        --app-color-border-strong: #bfd4c3;
        --app-color-border-soft: #e9f0ea;
        --app-color-text: #1f2d25;
        --app-color-text-muted: #5f6f63;
        --app-color-text-subtle: #7b897e;
        --app-color-shadow: rgba(26, 47, 31, 0.08);
        --app-color-shadow-strong: rgba(26, 47, 31, 0.14);
        --app-radius-xs: 0.4rem;
        --app-radius-sm: 0.65rem;
        --app-radius-md: 0.9rem;
        --app-radius-lg: 1.1rem;
        --app-color-body-accent: rgba(47, 125, 87, 0.08);
        --app-color-primary-soft-border: rgba(47, 125, 87, 0.08);
        --app-color-primary-soft-glow: rgba(47, 125, 87, 0.16);
        --app-color-primary-soft-shadow: rgba(47, 125, 87, 0.03);
        --app-focus-ring: 0 0 0 0.2rem rgba(47, 125, 87, 0.16);
        --app-focus-outline: 2px solid rgba(47, 125, 87, 0.28);
        --kendo-font-family: var(--app-font-family);
        --kendo-color-primary: var(--app-color-primary);
        --kendo-color-primary-hover: var(--app-color-primary-hover);
        --kendo-color-primary-active: var(--app-color-primary-active);
        --kendo-color-primary-emphasis: var(--app-color-primary-active);
        --kendo-color-primary-subtle: var(--app-color-primary-soft);
        --kendo-color-primary-subtle-hover: #dceddf;
        --kendo-color-primary-subtle-active: #cce2d3;
        --kendo-color-app-surface: var(--app-color-surface);
        --kendo-color-base: var(--app-color-surface);
        --kendo-color-base-subtle: var(--app-color-surface-muted);
        --kendo-color-base-hover: var(--app-color-primary-softer);
        --kendo-color-on-app-surface: var(--app-color-text);
        --kendo-color-on-base: var(--app-color-text);
        --kendo-border-radius-md: var(--app-radius-sm);
        --kendo-border-radius-lg: var(--app-radius-md);
    }

    html[data-app-theme="ocean"],
    body[data-app-theme="ocean"],
    .statistik-page[data-app-theme="ocean"] {
        color-scheme: light;
        --app-color-primary: #1f6fb2;
        --app-color-primary-hover: #185a92;
        --app-color-primary-active: #124470;
        --app-color-primary-soft: #e8f2fb;
        --app-color-primary-softer: #f3f8fd;
        --app-color-primary-border: #c9ddf2;
        --app-color-sidebar-top: #0f2740;
        --app-color-sidebar-bottom: #234c74;
        --app-color-body: #f3f7fb;
        --app-color-surface: #ffffff;
        --app-color-surface-alt: #f9fbfd;
        --app-color-surface-muted: #edf3f9;
        --app-color-surface-strong: #e4edf6;
        --app-color-border: #d7e3ef;
        --app-color-border-strong: #bccfe1;
        --app-color-border-soft: #e6eef6;
        --app-color-text: #1c2a38;
        --app-color-text-muted: #5f6d7b;
        --app-color-text-subtle: #7b8a98;
        --app-color-shadow: rgba(16, 40, 66, 0.08);
        --app-color-shadow-strong: rgba(16, 40, 66, 0.14);
        --app-color-body-accent: rgba(31, 111, 178, 0.10);
        --app-color-primary-soft-border: rgba(31, 111, 178, 0.08);
        --app-color-primary-soft-glow: rgba(31, 111, 178, 0.16);
        --app-color-primary-soft-shadow: rgba(31, 111, 178, 0.03);
        --app-focus-ring: 0 0 0 0.2rem rgba(31, 111, 178, 0.16);
        --app-focus-outline: 2px solid rgba(31, 111, 178, 0.28);
        --kendo-color-primary-subtle-hover: #dceaf7;
        --kendo-color-primary-subtle-active: #cadff2;
    }

    html[data-app-theme="graphite"],
    body[data-app-theme="graphite"],
    .statistik-page[data-app-theme="graphite"] {
        color-scheme: light;
        --app-color-primary: #4f647a;
        --app-color-primary-hover: #405364;
        --app-color-primary-active: #33414e;
        --app-color-primary-soft: #eef2f5;
        --app-color-primary-softer: #f6f8fa;
        --app-color-primary-border: #d7e0e7;
        --app-color-sidebar-top: #242e36;
        --app-color-sidebar-bottom: #42515f;
        --app-color-body: #f4f6f8;
        --app-color-surface: #ffffff;
        --app-color-surface-alt: #fafbfc;
        --app-color-surface-muted: #eef2f5;
        --app-color-surface-strong: #e7ecf0;
        --app-color-border: #d8e0e6;
        --app-color-border-strong: #c2cdd6;
        --app-color-border-soft: #e7edf2;
        --app-color-text: #222d36;
        --app-color-text-muted: #626f7a;
        --app-color-text-subtle: #7f8b95;
        --app-color-shadow: rgba(28, 37, 45, 0.08);
        --app-color-shadow-strong: rgba(28, 37, 45, 0.14);
        --app-color-body-accent: rgba(79, 100, 122, 0.10);
        --app-color-primary-soft-border: rgba(79, 100, 122, 0.08);
        --app-color-primary-soft-glow: rgba(79, 100, 122, 0.16);
        --app-color-primary-soft-shadow: rgba(79, 100, 122, 0.03);
        --app-focus-ring: 0 0 0 0.2rem rgba(79, 100, 122, 0.16);
        --app-focus-outline: 2px solid rgba(79, 100, 122, 0.28);
        --kendo-color-primary-subtle-hover: #e1e8ee;
        --kendo-color-primary-subtle-active: #d4dde5;
    }

    html[data-app-theme="sunset"],
    body[data-app-theme="sunset"],
    .statistik-page[data-app-theme="sunset"] {
        color-scheme: light;
        --app-color-primary: #b66a2c;
        --app-color-primary-hover: #955521;
        --app-color-primary-active: #743f17;
        --app-color-primary-soft: #fbefe6;
        --app-color-primary-softer: #fdf7f1;
        --app-color-primary-border: #efd4c0;
        --app-color-sidebar-top: #4f2e18;
        --app-color-sidebar-bottom: #87512c;
        --app-color-body: #fbf6f1;
        --app-color-surface: #ffffff;
        --app-color-surface-alt: #fffaf6;
        --app-color-surface-muted: #f9f1ea;
        --app-color-surface-strong: #f4e7db;
        --app-color-border: #ecdccd;
        --app-color-border-strong: #dfc5b1;
        --app-color-border-soft: #f4e8de;
        --app-color-text: #33241a;
        --app-color-text-muted: #756257;
        --app-color-text-subtle: #927d70;
        --app-color-shadow: rgba(79, 46, 24, 0.08);
        --app-color-shadow-strong: rgba(79, 46, 24, 0.14);
        --app-color-body-accent: rgba(182, 106, 44, 0.11);
        --app-color-primary-soft-border: rgba(182, 106, 44, 0.08);
        --app-color-primary-soft-glow: rgba(182, 106, 44, 0.16);
        --app-color-primary-soft-shadow: rgba(182, 106, 44, 0.03);
        --app-focus-ring: 0 0 0 0.2rem rgba(182, 106, 44, 0.16);
        --app-focus-outline: 2px solid rgba(182, 106, 44, 0.28);
        --kendo-color-primary-subtle-hover: #f7e5d8;
        --kendo-color-primary-subtle-active: #f1d8c6;
    }

body {
    background: radial-gradient(circle at top right, var(--app-color-body-accent, rgba(47, 125, 87, 0.08)), transparent 25%), linear-gradient(180deg, #f8faf8 0%, var(--app-color-body) 100%);
    color: var(--app-color-text);
}

a,
.btn-link {
    color: var(--app-color-primary);
}

    a:hover,
    .btn-link:hover {
        color: var(--app-color-primary-hover);
    }

.btn-primary {
    color: #fff;
    background-color: var(--app-color-primary);
    border-color: var(--app-color-primary);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: var(--app-color-primary-hover);
        border-color: var(--app-color-primary-hover);
    }

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: var(--app-focus-ring);
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #1f8b49;
}

.invalid {
    outline: 1px solid #d13438;
}

.validation-message {
    color: #d13438;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.app-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    box-shadow: 0 8px 24px var(--app-color-shadow);
}

.app-surface-muted {
    background: var(--app-color-surface-muted);
}

.app-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    background: var(--app-color-primary-soft);
    border: 1px solid var(--app-color-primary-border);
    color: var(--app-color-text);
    font-size: 0.78rem;
    line-height: 1;
}

.app-focusable:focus-visible {
    outline: var(--app-focus-outline);
    outline-offset: 2px;
}

.app-toast-container {
    position: fixed;
    right: 1rem;
    bottom: 4.25rem;
    z-index: 2000;
    width: min(23rem, calc(100vw - 2rem));
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    pointer-events: none;
}

.app-toast {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    border-radius: var(--app-radius-md);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--app-color-primary-soft-border);
    box-shadow: 0 14px 34px rgba(12, 29, 16, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 850ms ease,
        transform 850ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 850ms ease;
    will-change: opacity, transform, filter;
}

.app-toast--open {
    opacity: 1;
    transform: translateY(0);
}

.app-toast--closing {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    filter: blur(1px);
}

.app-toast::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-start: 0;
    height: 3px;
    background: #d0d0d0;
}

.app-toast__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem 0.2rem 0.95rem;
    background: transparent;
}

.app-toast__title-wrap {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.app-toast__icon {
    font-size: 0.95rem;
    flex: 0 0 auto;
    opacity: 0.95;
}

.app-toast__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--app-color-text);
    letter-spacing: 0;
}

.app-toast__meta {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
}

.app-toast__time {
    font-size: 0.75rem;
    color: var(--app-color-text-muted);
}

.app-toast__close {
    opacity: 0.55;
    transform: scale(0.9);
    transition: opacity 0.15s ease-in-out;
}

    .app-toast__close:hover {
        opacity: 0.85;
    }

.app-toast__body {
    padding: 0 0.95rem 0.95rem 0.95rem;
    font-size: 0.92rem;
    line-height: 1.4;
    color: var(--app-color-text);
    white-space: normal;
}

.app-toast--info::before,
.app-toast--success::before {
    background: var(--app-color-primary);
}

.app-toast--info .app-toast__icon,
.app-toast--success .app-toast__icon {
    color: var(--app-color-primary);
}

.app-toast--warning::before {
    background: #a15c00;
}

.app-toast--warning .app-toast__icon {
    color: #a15c00;
}

.app-toast--error::before {
    background: #d13438;
}

.app-toast--error .app-toast__icon {
    color: #d13438;
}

.app-toast--default::before {
    background: #8a8886;
}

.app-toast--default .app-toast__icon {
    color: #8a8886;
}

/* Shared Statistik filter layout */
.statistik-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    align-items: flex-end;
    margin: 0;
}

.statistik-filter-item {
    display: flex;
    flex-direction: column;
}

.statistik-filter-item--invalid .statistik-filter-label {
    color: #b42318;
}

.statistik-filter-input-host {
    display: block;
    width: 100%;
}

.statistik-filter-item--invalid .statistik-filter-input-host {
    cursor: help;
}

.statistik-filter-item--date {
    flex: 0 0 8.75rem;
    max-width: 8.75rem;
}

.statistik-filter-item--money {
    flex: 0 0 10.75rem;
    max-width: 10.75rem;
}

.statistik-filter-item--short {
    flex: 0 0 9.75rem;
}

.statistik-filter-item--standard {
    flex: 1 1 13.5rem;
    min-width: 11.5rem;
}

.statistik-filter-item--wide {
    flex: 1 1 15.5rem;
    min-width: 13rem;
}

.statistik-filter-label {
    margin-bottom: 0.12rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--app-color-text);
}

.statistik-filter-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.85rem;
}

.statistik-input {
    width: 100%;
}

.statistik-filter-item .k-input,
.statistik-filter-item .k-picker,
.statistik-filter-item .k-combobox,
.statistik-filter-item .k-datepicker {
    width: 100%;
    min-height: 1.9rem;
}

.statistik-input--money input,
.statistik-input--money .k-input-inner {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.statistik-filter-item--invalid .k-input,
.statistik-filter-item--invalid .k-picker,
.statistik-filter-item--invalid .k-combobox,
.statistik-filter-item--invalid .k-datepicker {
    box-shadow: inset 0 0 0 1px #d13438;
    border-radius: var(--app-radius-sm);
}

:where(.k-input, .k-picker, .k-button):focus-visible {
    box-shadow: var(--app-focus-ring);
}

.statistik-page .k-button,
.statistik-page .k-input,
.statistik-page .k-picker,
.statistik-page .k-combobox,
.statistik-page .k-datepicker {
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

    .statistik-page .k-input-solid,
    .statistik-page .k-picker-solid,
    .statistik-page .k-input,
    .statistik-page .k-picker,
    .statistik-page .k-combobox,
    .statistik-page .k-datepicker {
        background: var(--app-color-surface);
        border-color: var(--app-color-border-strong);
        color: var(--app-color-text);
    }

        .statistik-page .k-button:hover,
        .statistik-page .k-button:focus,
        .statistik-page .k-input:focus-within,
        .statistik-page .k-picker:focus-within,
        .statistik-page .k-combobox:focus-within,
        .statistik-page .k-datepicker:focus-within {
            border-color: var(--app-color-primary-border);
            box-shadow: var(--app-focus-ring);
        }

    .statistik-page .k-button-solid-primary,
    .statistik-page .k-selected.k-button {
        background: var(--app-color-primary);
        border-color: var(--app-color-primary);
        color: #fff;
    }

.statistik-page .k-grid {
    background: var(--app-color-surface);
    color: var(--app-color-text);
}

    .statistik-page .k-grid .k-grouping-header,
    .statistik-page .k-grid .k-grid-header,
    .statistik-page .k-grid .k-grid-pager,
    .statistik-page .k-grid .k-table-th {
        background: var(--app-color-surface-alt);
        color: var(--app-color-text);
    }

    .statistik-page .k-grid td,
    .statistik-page .k-grid th {
        border-color: var(--app-color-border-soft);
    }

    .statistik-page .k-grid tbody tr:hover,
    .statistik-page .k-grid .k-state-hover {
        background: var(--app-color-primary-softer);
    }

    .statistik-page .k-grid .k-pager-numbers .k-selected,
    .statistik-page .k-grid .k-pager-numbers .k-button.k-selected {
        background: var(--app-color-primary-soft);
        border-color: var(--app-color-primary-border);
        color: var(--app-color-text);
    }

    .statistik-page .k-grid .k-grouping-header {
        border-bottom-color: var(--app-color-border-soft);
    }

@media (max-width: 900px) {
    .statistik-filter-item--date,
    .statistik-filter-item--money,
    .statistik-filter-item--short,
    .statistik-filter-item--standard,
    .statistik-filter-item--wide {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }
}

@media print {
    .sidebar,
    .top-row,
    .statistik-page-header__actions,
    .statistik-filter-accordion,
    .statistik-busy-overlay,
    #blazor-error-ui {
        display: none !important;
    }

    html,
    body,
    .page,
    main,
    article,
    .content,
    .statistik-shell,
    .statistik-content,
    .statistik-results-scroll,
    .statistik-grid-host {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        background: #fff !important;
    }

    .page {
        display: block !important;
    }

    .content {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .statistik-sticky-top {
        position: static !important;
        top: auto !important;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    .app-toast {
        transition-duration: 120ms;
    }
}

/* Statistik: Blatt-Zeilen im Master/Detail-Grid dürfen keinen Expander anzeigen.
   Diese Regel liegt bewusst global statt in StatistikBandGrid.razor.css, weil
   Telerik die inneren Grid-Elemente außerhalb der CSS-Isolation der Komponente rendert.
   Ein zusätzlicher Wrapper um das Grid verändert je nach Header-Modus das Telerik-Layout,
   deshalb blenden wir nur den Button in der vorhandenen Hierarchie-Zelle aus. */
.statistik-grid tr.statistik-grid-row--leaf > td.k-hierarchy-cell,
.statistik-grid tr.no-children > td.k-hierarchy-cell {
    pointer-events: none;
}

.statistik-grid tr.statistik-grid-row--leaf > td.k-hierarchy-cell > *,
.statistik-grid tr.no-children > td.k-hierarchy-cell > *,
.statistik-grid tr.statistik-grid-row--leaf > td.k-hierarchy-cell .k-button,
.statistik-grid tr.no-children > td.k-hierarchy-cell .k-button,
.statistik-grid tr.statistik-grid-row--leaf > td.k-hierarchy-cell .k-icon,
.statistik-grid tr.no-children > td.k-hierarchy-cell .k-icon,
.statistik-grid tr.statistik-grid-row--leaf > td.k-hierarchy-cell .k-svg-icon,
.statistik-grid tr.no-children > td.k-hierarchy-cell .k-svg-icon {
    display: none !important;
    visibility: hidden !important;
}

