html {
    font-size: 14px;
}

h1:focus {
    outline: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }


/* TELERIK PROJECT TEMPLATE STYLES */

/* Overall Layout and Drawer */

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

    div.appbar-top {
        position: fixed;
        width: 100% !important;
        z-index: 3;
        background-color: #221f5f !important;
        color: #febc15 !important;
        height: 55px;
        box-shadow: 0px 0px 5px rgb(210, 153, 6);
    }

    .mainlayout-drawer {
        flex: 1;
        align-items: stretch;
        overflow: hidden;
    }

        .mainlayout-drawer > .k-drawer .k-drawer-items {
            margin-top: 55px !important;
            margin-top: 1em;
        }

    .k-drawer {
        background-color: #3a3682 !important;
        color: #febc15 !important;
    }

    .k-drawer-item.k-selected {
        /*background-color: #c0bae8 !important;*/
        /*background-color: #0dcaf0 !important;*/
        /*background-color: #febc15 !important;*/
        background-color: #1274AC;
        color: #221f5f !important;
    }

    .k-drawer-separator {
        background-color: #1274AC !important;
    }

    .k-drawer-item.k-icon.k-svg-icon {
        color: #221f5f !important;
    }

    .k-drawer-item:hover {
        color: #0dcaf0 !important;
        background-color: #221f5f !important;
    }

    .k-appbar {
        color: rgb(254, 188, 21) !important;
    }

    .k-drawer .k-button-icon {
        color: rgb(254, 188, 21) !important;
    }

    .telerik-blazor.k-button-icon.btn-outline-info.loginout {
        color: rgba(254, 188, 21, 0.76) !important
    }
    /*.telerik-blazor.k-button-icon.k-combobox {
        color: black !important
    }*/
    /*color: rgb(254, 188, 21) !important;*/
    /*.k-grid .telerik-blazor.k-button-icon {
    color: white !important;
}*/
/*    .k-grid .telerik-blazor.k-button-icon {
        color: #febc15 !important;
    }*/
/*.k-grid .k-toolbar .k-svg-icon {
    color: #febc15 !important;
}*/
    .k-grid th.left-wrap {
        justify-content: center;
        text-align: left;
        white-space: normal;
        vertical-align: middle;
    }

        .k-grid th.left-wrap .k-column-title {
            white-space: normal;
        }

    .k-appbar-section.burger .telerik-blazor.k-button-icon {
        color: rgb(254 188 21 / 37%) !important;
    }

    .k-button-tertiary {
        border-color: #3a3682 !important; /*#6f42c1;*/
        color: var(--kendo-color-on-tertiary, white) !important;
        background-color: #3a3682 !important; /*#6f42c1;*/
    }

    .k-button-tertiary:hover,
    .k-button-tertiary:focus {
        background-color: #1227a5 !important;
        border: 1px solid #269ABC;
        filter: brightness(1.03) !important;
        text-decoration: none;
    }

    .k-button-primary {
        background-color: #221f5f !important;
        color: #febc15 !important;
    }
.k-pager-numbers .k-button-primary {
    color: black !important;
    background-color: inherit !important;
}

    .k-pager-numbers .k-button-primary:hover {
        color: rgb(12, 100, 228) !important;
        background-color: inherit !important;
    }
/* not work .k-button .k-button-primary .k-selected .k-button-text {
    color: #1227a5 !important;
    background-color: inherit !important;
}*/
mark {
    background-color: #ff0 !important;
    height: 0.8em !important;
}
.k-popup > .k-list {
    width: 100%;
}
    .k-checkbox:checked, .k-checkbox.k-checked {
        border-color: var(--kendo-color-primary, #1274AC);
        color: var(--kendo-color-on-primary, #febc15);
        background-color: var(--kendo-color-primary, #221f5f);
    }

.k-grid .k-button-primary {
    color: #221f5f !important;
}
.k-grid .k-toolbar .k-svg-icon {
    color: #221f5f !important;
}
.k-column-title {
    color: #221f5f !important;
    font-weight: bold;
    font-size: 1.2rem;
}
.k-column-title-sub {
    color: #221f5f !important;
    font-weight: bold;
    font-size: 1rem;
}
.k-icon .k-svg-icon {
    color: #221f5f !important;
}
.ua-toolbar .k-grid .k-button-primary {
    color: #fff !important;
}
    .btn-blue {
        font-family: Lora;
        display: flex;
        align-items: center;
        min-height: 20px;
        background: #221f5f;
        color: #febc15 !important;
        border-radius: 5px;
        padding: 0px 2px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,0.18);
        box-shadow: 0 1px 0 rgba(0,0,0,0.15);
        overflow: hidden;
    }

        .btn-blue:hover,
        .btn-blue:focus {
            background-color: #1227a5 !important;
            border: 1px solid #269ABC;
            filter: brightness(1.03) !important;
            text-decoration: none;
        }

    .btn-gold {
        font-family: Lora;
        display: flex;
        align-items: center;
        min-height: 20px;
        background: #febc15;
        color: #222 !important;
        border-radius: 5px;
        padding: 0px 2px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,0.18);
        box-shadow: 0 1px 0 rgba(0,0,0,0.15);
        overflow: hidden;
    }

        .btn-gold:hover,
        .btn-gold:focus {
            background-color: #f7ce67 !important;
            border: 1px solid #febc15;
            filter: brightness(1.03) !important;
            text-decoration: none;
        }

    .k-breadcrumb-item a {
        color: #003e69;
        text-decoration: underline;
    }

        .k-breadcrumb-item a:hover {
            color: #0a58ca;
            text-decoration: none !important;
        }

    .k-breadcrumb-last-item a {
        color: #003e69 !important;
        text-decoration: none !important;
    }

.k-dropdownlist > .k-icon-button {
    min-height: 24px !important;
    min-width: 24px !important;
}

:root {
    --kendo-disabled-opacity: .95;
}

.nav-tabs {
    border-bottom: 2px solid #febc15 !important;
}

.nav-link {
    color: #23235d !important;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #221f5f !important;
        background-color: #fbe673 !important;
        border: 2px solid #febc15 !important;
        border-bottom-color: #fff !important;
    }

.nav-tabs .nav-link:hover {
    background-color: #23235d !important;
    color: #fff !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-decoration: none;
}

.nav-tabs .nav-link:focus {
    color: #221f5f !important;
    background-color: #fbe673 !important;
    border: 2px solid #febc15 !important;
    border-bottom-color: #fff !important;
}

    .k-button-solid-error {
        background-color: #d31038 !important;
    }
    /* Top AppBar */
    .lascbrand {
        color: #febc15 !important;
        position: absolute;
        width: 185px;
        top: 12px !important;
        left: 102px;
        font-size: 15px;
        text-decoration: none;
        font-weight: bold;
    }

    .appbrand {
        color: #0dcaf0 !important;
        position: absolute;
        top: 35px;
        left: 102px;
        font-size: 9px;
        font-weight: bold;
    }

    .btn-outline-info {
        color: #0dcaf0 !important;
        border-color: #0dcaf0 !important;
        background-color: transparent;
    }

        .btn-outline-info:hover {
            color: #221f5f !important;
            border-color: #0dcaf0 !important;
            background-color: #0dcaf0;
        }

    .my-button,
    .my-button:hover {
        color: red;
        width: 200px;
        height: 50px;
    }

    .k-appbar {
        padding-block: 0px !important;
    }

    .appbar-top > div {
        /*line-height: 2.4;*/
    }

    #app-title {
        display: flex;
        gap: .2em;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }

        #app-title strong {
            font-weight: 500;
        }

        #app-title sup {
            font-size: .4em;
        }

        #app-title a,
        #app-title a:hover {
            text-decoration: none;
            color: inherit;
        }

    .hello {
        padding: 2px;
    }

    @media (max-width: 576px) {
        .hello {
            display: none;
        }
    }

    #product-page-link {
        display: block;
        width: 42px;
        margin-right: var(--kendo-spacing-2);
        background: url(devcraft-ninja-small.svg) center no-repeat;
        background-size: contain;
        font-size: var(--kendo-font-size-lg);
        text-decoration: none;
        text-indent: -9999px;
    }
    /* Main Content */

    main {
        padding: 65px 2em 2em 2em;
        display: flex;
        flex-flow: column;
        justify-content: start;
        align-items: center;
    }

    a {
        color: #003e69;
    }

        a:hover {
            color: var(--kendo-color-primary);
            text-decoration: none;
        }

/*    h1, h2, h3 {
        margin: .67em 0 .3em;
        font-weight: normal;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }*/
    /* Bottom AppBar */

    div.appbar-bottom {
        z-index: 1;
        background-color: var(--kendo-color-surface);
        color: var(--kendo-color-subtle);
    }

    #copyright {
        padding: .5em 0;
    }


    table.table-fit {
        width: auto !important;
        table-layout: auto !important;
    }

        table.table-fit th,
        table.table-fit td,
        table.table-fit thead th,
        table.table-fit tbody td,
        table.table-fit tfoot th,
        table.table-fit tfoot td {
            width: auto !important;
            padding: 1px 2px !important;
        }

    .big-notification {
        top: 62px !important;
        right: 20px !important;
    }

.appbody {
    margin-top: 10px;
    /*width: calc(100vw - 125px) !important;*/
}

    .dropArea {
        border: 2px dashed gray;
        max-width: 500px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e4f9e4;
        font-size: 1.5rem;
        cursor: pointer;
        position: relative;
        min-height: 50px;
    }

        .dropArea:hover {
            background-color: #f7e0a4;
            color: #333;
        }

        .dropArea input[type=file] {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    .dropAreaDrug {
        background-color: darkgray;
    }

    .k-drawer-content {
        overflow: none;
    }

    .k-svg-icon {
        color: rgb(254, 188, 21) !important;
    }

    .noshowborder {
        border: none !important;
        box-shadow: none !important;
    }

    @media screen and (max-width: 480px) {
        main {
            padding: 0 1em 1em;
        }
    }

    @media print {
        #page{
            box-shadow: none !important;
        }
        .offprint {
            display: none !important;
        }

        .noprintborder {
            border: none !important;
            box-shadow: none !important;
        }
        /*.k-drawer-items {
        display: none;
    }

    .k-drawer-content {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .k-drawer .telerik-blazor .k-drawer-start {
        display: none !important;
    }
    .burger {
        display: none !important;
    }
    .k-appbar .appbar-top {
        color: black !important;
        background-color: none !important;
        box-shadow: none !important;
    }*/
        /* Hide the Telerik Drawer and other unwanted elements when printing */
        /*    .k-drawer-container,
    .k-drawer-wrapper,*/
        .k-button,
        .k-drawer.k-drawer-start,
        .k-drawer-item {
            display: none;
        }

        .lascbrand {
            margin-left: -30px;
        }
        /* Ensure the main content is fully visible and not constrained by the drawer */
        /* Set content to full width and remove any layout constraints */
        /*    .k-drawer-content {
        display: block !important;
        width: 100% !important;
        position: static !important;
        top: 60px !important;        
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }*/
        /* For multi-page printing, prevent content from being cut off */
        @page {
            size: letter;
            margin: 1in;
        }
        /* Ensure all content flows correctly onto new pages */
        body {
            overflow: visible !important;
        }
    }

    .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
        padding: 3.5px 14px;
        padding-right: 14px;
    }

    .mud-checkbox {
        align-items: normal !important;
    }

    .mud-icon-button {
        padding: 2px !important;
    }

    .mud-input-control-input-container p {
        margin-top: 0.1rem !important;
        margin-bottom: 0.1rem !important;
    }

    @media (max-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }

    @media (max-width: 992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (max-width: 768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (max-width: 576px) {
        .container {
            max-width: 540px;
        }
    }

    .container {
        /*    display: flex;
    flex-wrap: wrap;*/
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .k-drawer-content {
        margin-top: 0px !important;
    }

    .rz-datepicker > .rz-inputtext {
        width: 100%;
        line-height: 25px !important;
        height: 25px !important;
    }

    .ui-datepicker {
        z-index: 1 !important;
    }

    .rz-datepicker {
        z-index: 1 !important;
        min-width: 130px !important;
    }

    .rz-message-popup {
        z-index: 2 !important;
    }

    .drawer-container {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        background-color: #3a3682 !important;
        position: sticky;
        top: 60px;
        z-index: 2;
    }

.custom-drawer {
    margin-top: 60px;
    min-height: 100% !important;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.sticky {
    position: sticky;
    top: 60px;
}

.grid-container{
    margin : 50px auto;
    width: min(1100px,95%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}
.grid-container .card{
    padding: 2em;
    border-radius: .5em;
    border: 5px solid var(--grid-color);
    text-align: center;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 1em;
}
    .grid-container button {
        padding: 1em 3em;
        font: inherit;
    }


.flex-container .card {
    flex:1;
    padding: 2em;
    border-radius: .5em;
    border: 5px solid var(--flex-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.flex-container .card p{
    flex-grow: 1;
}
.bvwizard-container {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}

.big-notification .k-notification-container .k-notification-wrap {
    width: 350px;
    height: 100px;
}

.big-notification {
    z-index: 3001;
}

.SessionTimeoutNotification .k-notification-container .k-notification {
    width: 300px;
    height: 200px;
    font-size: 1.5em;
    text-align: center;
    background-color: aliceblue;
}

.k-notification-group {
    top: 60px !important;
    right: 5px !important;
}

    .k-notification-group .SessionTimeoutNotification {
        top: 160px !important;
        flex-wrap: wrap;
        align-items: center;
        left: 15% !important;
        transform: translateX(-10%) !important;
        z-index: 3002 !important;
    }


.k-wizard-horizontal .k-wizard-steps {
    margin-block-start: 0 !important;
}
.validation-error {
    color: var(--kendo-color-error, #D51923);
}
.validation-message {
    color: var(--kendo-color-error, #D51923);
}
.k-table-td .k-svg-icon > svg {
    fill: white;
}

div.k-window .k-window-titlebar {
    background: #0dcaf0;
}

.k-button-bluelight {
    border-color: #4dabf5 !important;
    color: var(--kendo-color-on-tertiary, white) !important;
    background-color: #4dabf5 !important;
}

.rz-chkbox-label, .rz-chkbox-template {
    margin-inline: 3px 10px !important;
}
.transparent-button {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.myTelerikEditor div.k-editor-content div.k-content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    height: 200px;
    resize: vertical !important;
}

.myTelerikEditor div.k-editor-content {
    min-height: 200px !important;
    max-height: 1000px !important;
    height: 100% !important;
}

.myTelerikEditor {
    height: 100%;
    min-height: 200px !important;
    max-height: 1000px !important;
    height: 100% !important;
    resize: vertical !important;
}
/*.k-input-button {
    background-color: #221f5f !important;
}
.k-toolbar .k-icon-button .k-icon {
    background-color: #221f5f !important;
}
.k-pager .k-icon-button .k-icon {
    background-color: #221f5f !important;
}*/
.k-toolbar .k-svg-icon {
    /*color: rgb(254, 188, 21) !important;*/
    color: #221f5f !important;
}
.k-pager .k-svg-icon {
    /*color: rgb(254, 188, 21) !important;*/
    color: #221f5f !important;
}
.k-appbar .k-svg-icon {
    color: rgb(254, 188, 21) !important;
}
.k-pager-nav .k-button-icon .k-svg-icon {
    color: #221f5f !important;
}

.k-body {
    font-family: 'Lora', serif !important;
    font-size: 14px !important;
}

.lasc-body {
    padding: 10px var(--lasc-gutter) 18px;
    min-height: calc(100vh - 265px);
}

.tabbable .nav-tabs {
    border-bottom: 2px solid #febc15;
}

    .tabbable .nav-tabs > li > a {
        text-decoration-line: none;
        color: #003e69;
    }

    .tabbable .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #221f5f;
        background-color: #fbe673;
        border: 2px solid #febc15;
        border-bottom: 2px solid #fff;
    }

    .tabbable .nav-tabs > li > a:hover {
        background-color: #221f5f;
        color: #fff;
    }

.home-link-btn .k-button-text {
    color: #febc15 !important;
}

.bv-container {
    display: flex;
    padding: 1px;
    width: 100% !important;
    flex-wrap: wrap;
    gap: 2px;
    /*min-height: calc(100vh - 80px) !important;*/
}

.bv-container-even {
    display: flex;
    justify-content: space-around; /* Distributes space evenly between and around items */
    padding: 1px;
    width: 100% !important;
    flex-wrap: wrap;
    gap: 2px;
}

.bv-container-fit {
    display: flex;
    padding: 1px;
    flex-wrap: wrap;
    gap: 2px;
}
/* Style all links inside .bv-container */
.bv-container-grid a {
    color: #003e69 !important;
    font-size: 14px;
    /*color: #007bff;  Sets link color */
    text-decoration: none; /* Removes default underline */
    font-weight: bold; /* Makes text bold */
    transition: color 0.3s ease; /* Smooth color transition */
}
    /* Style for hover state */
    .bv-container-grid a:hover {
        color: #0056b3; /* Changes color on hover */
        text-decoration: underline; /* Adds underline on hover */
    }
    /* Style for visited links */
    .bv-container-grid a:visited {
        color: #551a8b; /* Sets color for visited links */
    }
/* Styles for the child divs */
.bv-item {
    flex: 1; /* Allows each item to grow and take up an equal amount of space */
    padding: 2px;
    margin: 1px;
}

.bv-item-fit {
    flex-shrink: 0; /* Prevents this item from shrinking */
    width: auto; /* Width determined by content */
    padding: 2px;
    margin: 1px;
}

.bv-item-fill {
    flex-grow: 1; /* Allows this item to grow and fill the available space */
    padding: 2px;
    margin: 1px;
}

.bv-break-row {
    flex-basis: 100%; /* Forces the next item onto a new line by taking up the full width of the container */
}

.bv-w100 {
    width: calc(100vw - 120px);
}

.bv-w90 {
    width: calc(90vw - 120px);
}

.bv-h100 {
    max-height: 100vh;
    overflow: auto; /* Adds a scrollbar if content exceeds the max-height */
}

.bv-h90 {
    max-height: 90vh;
    overflow: auto; /* Adds a scrollbar if content exceeds the max-height */
}

.bv-h80 {
    max-height: 90vh;
    overflow: auto; /* Adds a scrollbar if content exceeds the max-height */
}

.bv-mh-fit {
    min-height: fit-content !important;
}

.bv-mh-vp {
    min-height: calc(100vh - 80px) !important;
}

.bv-item-same {
    flex: 1; /* This makes all items the same width */
    /* Optional styling for visualization */
    padding: 2px;
    text-align: start;
    white-space: nowrap;
}

.rz-checkbox {
    flex: 1; /* This makes all items the same width */
    /* Optional styling for visualization */
    padding: 2px;
    text-align: start;
    white-space: nowrap;
}

.fs-10 {
    font-size: 0.85em; /* Makes all paragraph text slightly smaller than its parent container */
}
/*.fixed-size-container {
    width: 300px;
    height: 200px;
}*/

.bv-row img {
    width: 100%; /* Image takes the full width of the container */
    height: 100%; /* Image takes the full height of the container */
    object-fit: cover; /* or 'contain' */
}
/*.bv-container-grid {
    display: grid;
    grid-template-areas:
        "header header"
        "leftcontent content rightcontent"
        "footer footer";
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3px;
    background-color: dodgerblue;
    padding: 5px;
}

    .bv-container-grid div {
        background-color: white;
        padding: 10px;
    }

        .bv-container-grid div.header {
            grid-area: header;
            text-align: center;
        }

        .bv-container-grid div.menu {
            grid-area: menu;
        }
        .bv-container-grid div.leftcontent {
            grid-area: leftcontent;
        }
        .bv-container-grid div.rightcontent {
            grid-area: rightcontent;
        }
        .bv-container-grid div.content {
            grid-area: content;
        }
        .bv-container-grid div.footer {
            grid-area: footer;
            text-align: center;
        }*/

.bv-container-grid {
    display: grid;
    min-height: calc(100vh - 80px);
    /* Columns: Left sidebar, flexible center, right sidebar */
    /*grid-template-columns: 200px 1fr 200px;*/
    grid-template-columns: 1fr;
    /* Rows: Header (auto), main content (1fr), footer (auto) */
    /*grid-template-rows: auto 1fr auto;*/
    grid-template-rows: 1fr;
    grid-template-areas:
        "header"
        "content"
        "footer";
    width: 100% !important;
}

.df-form-layout-slot input{
    
}

.bv-container-grid div.header {
    grid-area: header;
}

/*    .bv-container-grid div.leftcontent {
        grid-area: leftcontent;
    }*/

    .bv-container-grid div.main {
        grid-area: content;
    }

/*    .bv-container-grid div.rightcontent {
        grid-area: rightcontent;
    }*/

    .bv-container-grid div.footer {
        grid-area: footer;
    }

.bv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.bv-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.bv-column-2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
}

.card-body {
    padding: 10px !important;
}

.tabbable .nav-tabs {
    border-bottom: 2px solid #febc15;
}

    .tabbable .nav-tabs > li > a {
        text-decoration-line: none;
        /*background-color: #333333;*/
        /*border-color: #777777;*/
        color: #003e69;
    }
    /* active tab color */
    .tabbable .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #221f5f;
        background-color: #fbe673;
        border: 2px solid #febc15;
        border-bottom: 2px solid #fff;
    }
    /* hover tab color */
    .tabbable .nav-tabs > li > a:hover {
        /*border-color: #000000;*/
        background-color: #221f5f;
        color: #fff;
    }

.home-link-btn .k-button-text {
    color: #febc15 !important;
}

.gdpr-banner {
    font-size: medium;
    font-weight: 500;
    padding: 16px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3000;
    /*border: 1px solid #e0e0e0;*/
}

.img-grid-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    gap: 1rem;
}

@media screen and (min-width: 800px) and (max-width: 1050px) {

    .img-grid-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(250px, 1fr));
        gap: 1rem;
    }
}

@media screen and (min-width: 530px) and (max-width: 799px) {

    .img-grid-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        gap: 1rem;
    }
}

@media screen and (max-width: 529px) {

    .img-grid-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(250px, 1fr));
        gap: 1rem;
    }
}

.rz-checkbox {
    flex: 1; /* This makes all items the same width */
    /* Optional styling for visualization */
    padding: 2px;
    text-align: start;
    white-space: nowrap;
}
/* Workflow page styling fallback (global) */
.workflow-page {
    --workflow-primary: #221f5f;
    --workflow-tertiary: #3a3682;
    --workflow-accent: #1274AC;
    --workflow-highlight: #febc15;
    --workflow-surface: #ffffff;
    --workflow-border: #cfd8ea;
    --workflow-subtle: #f6f8fc;
    --workflow-text-soft: #4d5c7b;
}

.workflow-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.workflow-title {
    margin: 0;
    color: var(--workflow-primary);
    font-weight: 600;
}

.workflow-subtitle {
    margin: 0.25rem 0 0;
    color: var(--workflow-text-soft);
    font-size: 0.92rem;
}

.workflow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

.workflow-card {
    background: var(--workflow-surface);
    border: 1px solid var(--workflow-border);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(20, 32, 72, 0.06);
    margin-bottom: 1rem;
}

.workflow-loader {
    display: flex;
    justify-content: center;
}

.workflow-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.workflow-section-title {
    margin: 0;
    color: var(--workflow-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.workflow-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem;
    align-items: start;
}

.workflow-filter-item {
    border: 1px solid var(--workflow-border);
    border-radius: 6px;
    background: #fcfdff;
    padding: 0.65rem;
}

.workflow-filter-item .form-label {
    color: var(--workflow-primary);
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.workflow-select {
    width: 100%;
}

.workflow-detected {
    border: 1px solid var(--workflow-border);
    border-radius: 6px;
    padding: 0.45rem 0.6rem;
    background: var(--workflow-subtle);
    color: var(--workflow-text-soft);
    font-size: 0.9rem;
}

.workflow-table-wrap {
    border: 1px solid var(--workflow-border);
    border-radius: 8px;
    overflow: auto;
}

.workflow-table thead th {
    background-color: var(--workflow-subtle);
    color: var(--workflow-primary);
    font-weight: 600;
    white-space: nowrap;
}

.workflow-table td,
.workflow-table th {
    vertical-align: middle;
}

.workflow-message {
    margin-bottom: 1rem;
}

.workflow-save-actions {
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 900px) {
    .workflow-header {
        flex-direction: column;
        align-items: stretch;
    }

    .workflow-actions {
        justify-content: flex-start;
    }

    .workflow-section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .workflow-save-actions {
        justify-content: flex-start;
    }
}

.k-menu-group.k-menu-group-sm {
    background-color: #febc15 !important;
    color: #3a3682 !important;
}

    .k-menu-group.k-menu-group-sm .k-link {
        color: inherit !important;
    }

    .k-menu-group.k-menu-group-sm :is(.k-svg-icon, .k-icon) {
        color: inherit !important;
    }

    .k-menu-group.k-menu-group-sm .k-svg-icon svg {
        fill: currentColor;
        stroke: currentColor;
    }

    .k-menu-group.k-menu-group-sm .k-link:is(:hover, :focus),
    .k-menu-group.k-menu-group-sm .k-item:is(.k-focus, .k-hover) > .k-link {
        background-color: #fff !important;
    }

