h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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;
}

.rz-card-group {
    width: 100%;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

@media print {


    .rz-layout {
        height: 100% !important;
    }
}

.rz-fileupload-buttonbar {
    height: 30px !important;
}

.rz-fileupload .rz-button {
    height: 30px !important;
    padding: 2px !important;
    box-shadow: none !important;
    top: 1px !important;
}

.rz-cell-data {
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.rz-datatable-data tr td:last-child:not(.rz-composite-cell), .rz-grid-table tr td:last-child:not(.rz-composite-cell) {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.rz-datatable-data td .rz-cell-data:has(.rz-chkbox), .rz-datatable-data td .rz-cell-data:has(.rz-button), .rz-grid-table td .rz-cell-data:has(.rz-chkbox), .rz-grid-table td .rz-cell-data:has(.rz-button) {
    display: flex !important;
    justify-content: space-evenly !important;
}

.rz-fileupload-choose:not(.rz-state-disabled) {
    background-color: transparent !important;
}

.rz-fileupload-buttonbar {
    background-color: transparent !important;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    /*text-align: center;*/
}

.rz-datatable-data td:not(:last-child), .rz-grid-table td:not(:last-child) {
    border-inline-end: var(--rz-grid-right-cell-border);
    padding: 0.5rem !important;
    padding: 5px 5px 5px 18px !important;
}

.rz-datatable-edit td:not(:last-child) {
    padding: 5px 5px 5px 5px !important;
}

.rz-grid-table thead th .rz-column-title-content {
    padding: 0.2rem;
}

.rz-grid-table td {
    padding: 5px !important;
}

    ..rz-datatable-data td .rz-cell-data:has(.rz-chkbox), .rz-datatable-data td .rz-cell-data:has(.rz-button), .rz-grid-table td .rz-cell-data:has(.rz-chkbox), .rz-grid-table td .rz-cell-data:has(.rz-button) {
        justify-content: space-evenly !important;
    }

.rz-body {
    padding: 0px !important;
    margin: 0px !important;
}

.rz-lookup-panel {
    max-height: 300px;
    overflow-y: scroll;
}

.rz-textarea {
    min-width: 750px;
}

.blur-out-contract {
    -webkit-animation: blur-out-contract 1s cubic-bezier(.55,.085,.68,.53) both;
    animation: blur-out-contract 1s cubic-bezier(.55,.085,.68,.53) both
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-9 17:23:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes blur-out-contract-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }

    100% {
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-contract-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }

    100% {
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

.focus-in-expand {
    -webkit-animation: focus-in-expand .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: focus-in-expand .6s cubic-bezier(.25,.46,.45,.94) both
}
/* ----------------------------------------------
 * Generated by Animista on 2025-7-9 17:16:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.fade-in-fwd {
    -webkit-animation: fade-in-fwd .8s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-fwd .8s cubic-bezier(.39,.575,.565,1.000) both
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-10 0:21:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.fade-out-bck {
    -webkit-animation: fade-out-bck .15s cubic-bezier(.25,.46,.45,.94) both;
    animation: fade-out-bck .15s cubic-bezier(.25,.46,.45,.94) both
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-10 0:21:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
}

@keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
}

.rz-timeline-column .rz-timeline-content-start {
    width: 60px !important;
    flex: 0 1 auto !important;
}

.rz-timeline-column .rz-timeline-item:before {
    left: 106px !important;
}


.rz-grid-table thead th > div:not(.rz-cell-filter) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    outline: none;
    padding: var(--rz-grid-header-cell-padding);
}