/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*
 * KFL LoanOS — Main Layout
 * Warm cream/gold theme matching login.css
 */

/* Master Container */
.master-container[b-9l43kctniv] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Segoe UI', Calibri, Arial, sans-serif;
    font-size: 12px;
    background: #eee9e0;
}

/* ===== HEADER ROW ===== */
.header-row[b-9l43kctniv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 8px 20px;
    min-height: 56px;
    border-bottom: 2px solid #b8960c;
}

.header-left[b-9l43kctniv] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header-logo[b-9l43kctniv] {
    height: 40px;
    width: auto;
}

.header-brand[b-9l43kctniv] {
    display: flex;
    flex-direction: column;
}

.product-name[b-9l43kctniv] {
    font-size: 18px;
    font-weight: 700;
    color: #3d3530;
    letter-spacing: 1px;
}

.product-name .accent[b-9l43kctniv] {
    color: #9b6a3c;
}

.company-name[b-9l43kctniv] {
    font-size: 10px;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header-right[b-9l43kctniv] {
    display: flex;
    align-items: center;
}

.header-links[b-9l43kctniv] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.header-link[b-9l43kctniv] {
    color: #666;
    text-decoration: none;
    font-size: 11px;
    padding: 2px 6px;
    transition: color 0.2s;
}

.header-link:hover[b-9l43kctniv] {
    color: #3d3530;
    text-decoration: underline;
}

.header-separator[b-9l43kctniv] {
    color: #ccc4b8;
    font-size: 11px;
}

/* ===== INFO BAR ===== */
.info-bar[b-9l43kctniv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #9b6a3c;
    color: #fff;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 600;
}

.info-left[b-9l43kctniv],
.info-right[b-9l43kctniv] {
    white-space: nowrap;
}

/* ===== MARQUEE BAR ===== */
.marquee-bar[b-9l43kctniv] {
    background-color: #f5f0e8;
    padding: 2px 0;
    font-size: 11px;
    color: #3d3530;
    border-bottom: 1px solid #d5cfc6;
}

.marquee-bar marquee[b-9l43kctniv] {
    font-weight: 600;
    color: #9b6a3c;
}

/* ===== CONTENT AREA ===== */
.content-area[b-9l43kctniv] {
    display: flex;
    flex: 1;
}

/* ===== LEFT SIDEBAR MENU ===== */
.sidebar-menu[b-9l43kctniv] {
    width: 200px;
    min-width: 200px;
    background-color: #f5f0e8;
    border-right: 1px solid #d5cfc6;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

.menu-loading[b-9l43kctniv],
.menu-error[b-9l43kctniv] {
    padding: 10px;
    font-size: 11px;
    color: #888;
}

.menu-error[b-9l43kctniv] {
    color: #c0392b;
}

/* ===== Accordion Styles — KFL LoanOS Theme ===== */
[b-9l43kctniv] .accordion {
    --bs-accordion-border-color: #d5cfc6;
    --bs-accordion-border-radius: 0;
    --bs-accordion-border-width: 0;
}

[b-9l43kctniv] .accordion-item {
    border: none;
    background: transparent;
}

[b-9l43kctniv] .accordion-button {
    background-color: #ebe5da;
    color: #9b6a3c;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Segoe UI', Calibri, Arial, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    padding: 9px 12px;
    border-radius: 0;
    box-shadow: none;
    min-height: 30px;
    border-bottom: 1px solid #d5cfc6;
    border-left: 3px solid transparent;
}

[b-9l43kctniv] .accordion-button:not(.collapsed) {
    background-color: #e0d9cd;
    color: #9b6a3c;
    box-shadow: none;
    border-left: 3px solid #b8960c;
}

[b-9l43kctniv] .accordion-button:focus {
    box-shadow: none;
    border-color: #d5cfc6;
}

[b-9l43kctniv] .accordion-button::after {
    display: none;
}

[b-9l43kctniv] .accordion-body {
    padding: 0;
    background-color: #f5f0e8;
}

[b-9l43kctniv] .menu-program-link {
    display: block;
    padding: 5px 8px 5px 24px;
    color: #3d3530;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 400;
    font-family: 'Segoe UI', Calibri, Arial, sans-serif;
    line-height: 1.7;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    border-bottom: 1px solid #ebe5da;
}

[b-9l43kctniv] .menu-program-link:hover {
    background-color: #eee9e0;
    color: #9b6a3c;
    text-decoration: none;
}

/* ===== SIDEBAR TOGGLE ===== */
.sidebar-toggle[b-9l43kctniv] {
    width: 15px;
    min-width: 15px;
    background-color: #ebe5da;
    border-left: 1px solid #d5cfc6;
    border-right: 1px solid #d5cfc6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
    cursor: pointer;
    user-select: none;
    font-size: 10px;
    color: #9b6a3c;
}

.sidebar-toggle:hover[b-9l43kctniv] {
    background-color: #e0d9cd;
}

/* ===== SIDEBAR COLLAPSED STATE ===== */
.sidebar-collapsed[b-9l43kctniv] {
    width: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-right: none !important;
    padding: 0 !important;
}

/* ===== RIGHT CONTENT ===== */
.main-content[b-9l43kctniv] {
    flex: 1;
    padding: 8px;
    overflow-y: auto;
    height: calc(100vh - 150px);
    background: #eee9e0;
}

/* ===== FOOTER ===== */
.footer-row[b-9l43kctniv] {
    background-color: #fff;
    border-top: 1px solid #d5cfc6;
    text-align: left;
    padding: 4px 12px;
    font-size: 11px;
}

.footer-links[b-9l43kctniv] {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-links a[b-9l43kctniv] {
    color: #666;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: color 0.2s;
}

.footer-links a:hover[b-9l43kctniv] {
    color: #3d3530;
    text-decoration: underline;
}

.footer-separator[b-9l43kctniv] {
    color: #ccc4b8;
    margin: 0 6px;
    font-size: 11px;
}

.footer-copyright[b-9l43kctniv] {
    color: #888;
    font-size: 11px;
    text-align: center;
    padding: 2px 0;
}

/* ===== BLAZOR ERROR UI ===== */
#blazor-error-ui[b-9l43kctniv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-9l43kctniv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu styles removed - sidebar is now in MainLayout */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-krl50p1gi2],
.components-reconnect-repeated-attempt-visible[b-krl50p1gi2],
.components-reconnect-failed-visible[b-krl50p1gi2],
.components-pause-visible[b-krl50p1gi2],
.components-resume-failed-visible[b-krl50p1gi2],
.components-rejoining-animation[b-krl50p1gi2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-retrying[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-failed[b-krl50p1gi2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-krl50p1gi2] {
    display: block;
}


#components-reconnect-modal[b-krl50p1gi2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-krl50p1gi2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-krl50p1gi2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-krl50p1gi2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-krl50p1gi2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-krl50p1gi2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-krl50p1gi2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-krl50p1gi2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-krl50p1gi2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-krl50p1gi2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-krl50p1gi2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-krl50p1gi2] {
    border: 0;
    background-color: #b8960c;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-krl50p1gi2] {
        background-color: #9a7d0a;
    }

    #components-reconnect-modal button:active[b-krl50p1gi2] {
        background-color: #b8960c;
    }

.components-rejoining-animation[b-krl50p1gi2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-krl50p1gi2] {
        position: absolute;
        border: 3px solid #b8960c;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-krl50p1gi2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-krl50p1gi2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-krl50p1gi2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/SystemAdmin/CompanyMasterForm.razor.rz.scp.css */
/* Company Master Form - KFL Warm Theme */
.form-lbl[b-t9rjatp14m] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-t9rjatp14m] .nav-tabs .nav-link {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    padding: 4px 12px;
}

[b-t9rjatp14m] .nav-tabs .nav-link.active {
    background-color: #f0ebe3;
    color: #9b6a3c;
    border-color: #d5cfc6 #d5cfc6 #f0ebe3;
}

[b-t9rjatp14m] .form-control-sm,
[b-t9rjatp14m] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-t9rjatp14m] textarea.form-control-sm {
    height: auto;
}

[b-t9rjatp14m] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-t9rjatp14m] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/CompanyMasterList.razor.rz.scp.css */
/* Company Master List - KFL Warm Theme */
.company-grid[b-0c3yks1sld] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.company-grid th[b-0c3yks1sld],
.company-grid td[b-0c3yks1sld] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-0c3yks1sld] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-0c3yks1sld] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-0c3yks1sld] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-0c3yks1sld] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-0c3yks1sld] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/CurrencyMasterForm.razor.rz.scp.css */
/* Currency Master Form - KFL Warm Theme */
.form-lbl[b-z5hl54xu2c] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-z5hl54xu2c] .form-control-sm,
[b-z5hl54xu2c] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-z5hl54xu2c] textarea.form-control-sm {
    height: auto;
}

[b-z5hl54xu2c] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-z5hl54xu2c] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/CurrencyMasterList.razor.rz.scp.css */
/* Currency Master List - KFL Warm Theme */
.currency-grid[b-wbew3l7uyf] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.currency-grid th[b-wbew3l7uyf],
.currency-grid td[b-wbew3l7uyf] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-wbew3l7uyf] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-wbew3l7uyf] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-wbew3l7uyf] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-wbew3l7uyf] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-wbew3l7uyf] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/CustomerAlertForm.razor.rz.scp.css */
/* Customer Alert Form - KFL Warm Theme */
.form-lbl[b-gtwh3u3hdm] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    color: #9b6a3c;
    font-weight: bold;
}

[b-gtwh3u3hdm] .form-control-sm,
[b-gtwh3u3hdm] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-gtwh3u3hdm] .form-check-input {
    margin-top: 4px;
}

[b-gtwh3u3hdm] .stylePanel {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #f0ebe3;
    padding: 8px;
}

[b-gtwh3u3hdm] .stylePanel legend {
    font-size: 13px;
    font-weight: bold;
    color: #9b6a3c;
    padding: 0 6px;
    width: auto;
}

[b-gtwh3u3hdm] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-gtwh3u3hdm] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/CustomerAlertList.razor.rz.scp.css */
/* Customer Alert List - KFL Warm Theme */
.alert-grid[b-gowq3926e7] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.alert-grid th[b-gowq3926e7],
.alert-grid td[b-gowq3926e7] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-gowq3926e7] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-gowq3926e7] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-gowq3926e7] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-gowq3926e7] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-gowq3926e7] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/DocPathSetupForm.razor.rz.scp.css */
/* Document Path Setup Form - KFL Warm Theme */
.form-lbl[b-alw58azwmn] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-alw58azwmn] .form-control-sm,
[b-alw58azwmn] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-alw58azwmn] textarea.form-control-sm {
    height: auto;
}

[b-alw58azwmn] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-alw58azwmn] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/DocPathSetupList.razor.rz.scp.css */
/* Document Path Setup List - KFL Warm Theme */
.docpath-grid[b-ybhyqb9lht] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.docpath-grid th[b-ybhyqb9lht],
.docpath-grid td[b-ybhyqb9lht] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-ybhyqb9lht] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-ybhyqb9lht] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-ybhyqb9lht] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-ybhyqb9lht] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-ybhyqb9lht] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/DocumentNumberControlForm.razor.rz.scp.css */
/* Document Number Control Form - KFL Warm Theme */
.form-lbl[b-mh3g1qxh3o] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-mh3g1qxh3o] .form-control-sm,
[b-mh3g1qxh3o] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-mh3g1qxh3o] .form-check-input {
    margin-top: 4px;
}

[b-mh3g1qxh3o] .stylePanel {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #f0ebe3;
    padding: 8px;
}

[b-mh3g1qxh3o] .stylePanel legend {
    font-size: 13px;
    font-weight: bold;
    color: #9b6a3c;
    padding: 0 6px;
    width: auto;
}

[b-mh3g1qxh3o] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-mh3g1qxh3o] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/DocumentNumberControlList.razor.rz.scp.css */
/* Document Number Control List - KFL Warm Theme */
.dnc-grid[b-wh9aduc8e9] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.dnc-grid th[b-wh9aduc8e9],
.dnc-grid td[b-wh9aduc8e9] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-wh9aduc8e9] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-wh9aduc8e9] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-wh9aduc8e9] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-wh9aduc8e9] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-wh9aduc8e9] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/EscalationMasterForm.razor.rz.scp.css */
/* Escalation Master Form - KFL Warm Theme */
.form-lbl[b-e6jlultt2h] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-e6jlultt2h] .form-control-sm,
[b-e6jlultt2h] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-e6jlultt2h] .form-check-input {
    margin-top: 4px;
}

[b-e6jlultt2h] .stylePanel {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #f0ebe3;
    padding: 8px;
}

[b-e6jlultt2h] .stylePanel legend {
    font-size: 13px;
    font-weight: bold;
    color: #9b6a3c;
    padding: 0 6px;
    width: auto;
}

[b-e6jlultt2h] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-e6jlultt2h] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/EscalationMasterList.razor.rz.scp.css */
/* Escalation Master List - KFL Warm Theme */
.escalation-grid[b-8fkzwwdbpx] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.escalation-grid th[b-8fkzwwdbpx],
.escalation-grid td[b-8fkzwwdbpx] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-8fkzwwdbpx] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-8fkzwwdbpx] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-8fkzwwdbpx] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-8fkzwwdbpx] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-8fkzwwdbpx] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/ExchangeRateMasterForm.razor.rz.scp.css */
/* Exchange Rate Master Form - KFL Warm Theme */
.form-lbl[b-lv8x6go2my] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-lv8x6go2my] .form-control-sm,
[b-lv8x6go2my] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-lv8x6go2my] textarea.form-control-sm {
    height: auto;
}

[b-lv8x6go2my] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-lv8x6go2my] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/ExchangeRateMasterList.razor.rz.scp.css */
/* Exchange Rate Master List - KFL Warm Theme */
.exchange-grid[b-d12mujydc6] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.exchange-grid th[b-d12mujydc6],
.exchange-grid td[b-d12mujydc6] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-d12mujydc6] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-d12mujydc6] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-d12mujydc6] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-d12mujydc6] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-d12mujydc6] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/LOBMasterForm.razor.rz.scp.css */
/* LOB Master Form - KFL Warm Theme */
.form-lbl[b-w9i6q99cx6] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-w9i6q99cx6] .form-control-sm,
[b-w9i6q99cx6] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-w9i6q99cx6] textarea.form-control-sm {
    height: auto;
}

[b-w9i6q99cx6] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-w9i6q99cx6] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/LOBMasterList.razor.rz.scp.css */
/* LOB Master List - KFL Warm Theme */
.lob-grid[b-y6hcvq9sde] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.lob-grid th[b-y6hcvq9sde],
.lob-grid td[b-y6hcvq9sde] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-y6hcvq9sde] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-y6hcvq9sde] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-y6hcvq9sde] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-y6hcvq9sde] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-y6hcvq9sde] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/ProductMasterForm.razor.rz.scp.css */
/* Product Master Form - KFL Warm Theme */
.form-lbl[b-jel6u0nh3g] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-jel6u0nh3g] .form-control-sm,
[b-jel6u0nh3g] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-jel6u0nh3g] textarea.form-control-sm {
    height: auto;
}

[b-jel6u0nh3g] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-jel6u0nh3g] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}

/* Tab styling */
.nav-tabs .nav-link[b-jel6u0nh3g] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    padding: 4px 12px;
    color: #9b6a3c;
}

.nav-tabs .nav-link.active[b-jel6u0nh3g] {
    font-weight: bold;
}

/* Grid inside tabs */
.product-grid[b-jel6u0nh3g] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.product-grid th[b-jel6u0nh3g],
.product-grid td[b-jel6u0nh3g] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-jel6u0nh3g] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}
/* /Components/Pages/SystemAdmin/ProductMasterList.razor.rz.scp.css */
/* Product Master List - KFL Warm Theme */
.product-grid[b-3tiifoosah] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.product-grid th[b-3tiifoosah],
.product-grid td[b-3tiifoosah] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-3tiifoosah] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-3tiifoosah] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-3tiifoosah] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-3tiifoosah] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-3tiifoosah] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/RegionMasterForm.razor.rz.scp.css */
/* Region Master Form - KFL Warm Theme */
.form-lbl[b-cmfodhm348] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    color: #9b6a3c;
    font-weight: bold;
}

[b-cmfodhm348] .form-control-sm,
[b-cmfodhm348] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-cmfodhm348] .form-check-input {
    margin-top: 4px;
}

[b-cmfodhm348] .stylePanel {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #f0ebe3;
    padding: 8px;
}

[b-cmfodhm348] .stylePanel legend {
    font-size: 13px;
    font-weight: bold;
    color: #9b6a3c;
    padding: 0 6px;
    width: auto;
}

[b-cmfodhm348] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-cmfodhm348] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/RegionMasterList.razor.rz.scp.css */
/* Region Master List - KFL Warm Theme */
.region-grid[b-4c8nso6f30] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.region-grid th[b-4c8nso6f30],
.region-grid td[b-4c8nso6f30] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-4c8nso6f30] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-4c8nso6f30] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-4c8nso6f30] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-4c8nso6f30] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-4c8nso6f30] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/RoleCenterMasterForm.razor.rz.scp.css */
/* Role Center Master Form - KFL Warm Theme */
.form-lbl[b-lmmgc0tosp] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-lmmgc0tosp] .form-control-sm,
[b-lmmgc0tosp] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-lmmgc0tosp] textarea.form-control-sm {
    height: auto;
}

[b-lmmgc0tosp] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-lmmgc0tosp] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/RoleCenterMasterList.razor.rz.scp.css */
/* Role Center Master List - KFL Warm Theme */
.rolecenter-grid[b-yjazvhsri6] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.rolecenter-grid th[b-yjazvhsri6],
.rolecenter-grid td[b-yjazvhsri6] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-yjazvhsri6] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-yjazvhsri6] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-yjazvhsri6] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-yjazvhsri6] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-yjazvhsri6] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/ScheduledJobForm.razor.rz.scp.css */
/* Scheduled Job Form - KFL Warm Theme */
.form-lbl[b-etoalg9lwj] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-etoalg9lwj] .form-control-sm,
[b-etoalg9lwj] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-etoalg9lwj] textarea.form-control-sm {
    height: auto;
}

[b-etoalg9lwj] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-etoalg9lwj] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/ScheduledJobList.razor.rz.scp.css */
/* Scheduled Job List - KFL Warm Theme */
.job-grid[b-im6jk1z8f9] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.job-grid th[b-im6jk1z8f9],
.job-grid td[b-im6jk1z8f9] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-im6jk1z8f9] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-im6jk1z8f9] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-im6jk1z8f9] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-im6jk1z8f9] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-im6jk1z8f9] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/TemplateMasterForm.razor.rz.scp.css */
/* Template Master Form - KFL Warm Theme */
.form-lbl[b-zk86ubyakm] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-zk86ubyakm] .form-control-sm,
[b-zk86ubyakm] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-zk86ubyakm] textarea.form-control-sm {
    height: auto;
}

[b-zk86ubyakm] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-zk86ubyakm] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}
/* /Components/Pages/SystemAdmin/TemplateMasterList.razor.rz.scp.css */
/* Template Master List - KFL Warm Theme */
.template-grid[b-la5seb5g0q] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.template-grid th[b-la5seb5g0q],
.template-grid td[b-la5seb5g0q] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-la5seb5g0q] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-la5seb5g0q] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-la5seb5g0q] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-la5seb5g0q] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-la5seb5g0q] {
    font-size: 11px;
    padding: 1px 6px;
}
/* /Components/Pages/SystemAdmin/WorkflowMasterForm.razor.rz.scp.css */
/* Workflow Master Form - KFL Warm Theme */
.form-lbl[b-uruilw0f1i] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9b6a3c;
    white-space: nowrap;
}

[b-uruilw0f1i] .form-control-sm,
[b-uruilw0f1i] .form-select-sm {
    font-size: 11px;
    padding: 2px 6px;
    height: 24px;
}

[b-uruilw0f1i] textarea.form-control-sm {
    height: auto;
}

[b-uruilw0f1i] .validation-message {
    color: #c0392b;
    font-size: 10px;
}

[b-uruilw0f1i] .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
}

/* Detail grid styles */
.workflow-grid[b-uruilw0f1i] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.workflow-grid th[b-uruilw0f1i],
.workflow-grid td[b-uruilw0f1i] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-uruilw0f1i] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}
/* /Components/Pages/SystemAdmin/WorkflowMasterList.razor.rz.scp.css */
/* Workflow Master List - KFL Warm Theme */
.workflow-grid[b-aj4mt23lee] {
    font-family: calibri, Verdana, sans-serif;
    font-size: 11px;
}

.workflow-grid th[b-aj4mt23lee],
.workflow-grid td[b-aj4mt23lee] {
    padding: 3px 6px;
    vertical-align: middle;
}

.grid-header th[b-aj4mt23lee] {
    background-color: #f0ebe3;
    color: #9b6a3c;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #d5cfc6;
    white-space: nowrap;
}

.grid-search td[b-aj4mt23lee] {
    background-color: #faf8f5;
    padding: 2px 4px;
}

.grid-search input[b-aj4mt23lee] {
    font-size: 11px;
    padding: 1px 4px;
    height: 22px;
}

.pagination-bar[b-aj4mt23lee] {
    padding: 4px 0;
    font-size: 11px;
}

.pagination-bar .btn[b-aj4mt23lee] {
    font-size: 11px;
    padding: 1px 6px;
}
