@import '_content/LenderTek.Blazor.Controls/LenderTek.Blazor.Controls.db4eoco9bh.bundle.scp.css';

/* /Components/Controls/Conditions.razor.rz.scp.css */
.informational-panel[b-m5jepyvj9z] {
    background-color: lightgray;
    border: solid 2px var(--secondary-accent-color);
    border-radius: 5px;
    padding: 1rem;
    max-width: 750px;
    margin: 2rem;
}

.informational-panel h2[b-m5jepyvj9z] {
    margin-block: 0.5rem;
}

    .informational-panel h3[b-m5jepyvj9z] {
        margin-block: 0.35rem;
    }

    .informational-panel p[b-m5jepyvj9z] {
        margin-block: 0.15rem;
    }
.informational-panel ul[b-m5jepyvj9z] {
    margin-left: 1rem;
    margin-block-end: 0.5rem;
}


.informational-panel ul li[b-m5jepyvj9z] {
    list-style: none;
    padding-inline-start: 1rem;
}


    .informational-panel ul li[b-m5jepyvj9z]::marker {
        content: '✓';
    }
/* /Components/Controls/LTInplaceEditor.razor.rz.scp.css */
.inline-editor[b-rlsfabf76n] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2);
    border-radius: var(--radius-sm);
}

.inline-editor:hover[b-rlsfabf76n], .inline-editor:focus-within[b-rlsfabf76n] {
    outline: 1px solid var(--primary-500);
    gap:0.25rem;
}


.editor-input[b-rlsfabf76n] {
    padding: var(--space-3) var(--space-4);
    border: 1px solid var(--primary-100);
    border-radius: 4px;
    outline: none;
}

    .editor-input:focus[b-rlsfabf76n], .editor-input:focus-within[b-rlsfabf76n] {
        outline: var(--primary-500);
        /*        box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.2);*/
    }

.display-value[b-rlsfabf76n] {
    padding: 0.5rem 0.25rem;
    cursor: pointer;
}

/* .display-value:hover {
        text-decoration: underline;
        text-decoration-style: dotted;
    } */

.btn-icon[b-rlsfabf76n] {
    background-color: white;
    border: none;
    cursor: pointer;
/*    padding: 4px;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 0;
    padding: 0.25rem;
    outline:unset;
}

.btn-icon.cancel svg[b-rlsfabf76n] {
    background-color: none;
    fill:red;
}

    .btn-icon.cancel svg:hover[b-rlsfabf76n] {
        background-color: none;
    }

    .btn-icon:hover[b-rlsfabf76n] {
     
    background-color: none;
/*    outline: 1px solid var(--gray-200);*/
    }


    .fa-icon:hover[b-rlsfabf76n] {
/*        border: 10px solid yellow;*/
        background-color: none;
    }
/* /Components/Controls/ModalContainer.razor.rz.scp.css */
/* app.css */

/* Style the dialog itself */
.blazor-modal[b-a8h5qmo148] {
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    padding: 0;
    width: 0;
    min-width: 0px;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    margin: 0;
    /* 2. Set margin-left to 'auto' to push it right */
    margin-left: auto;
    min-height: 100vh;
    min-height: 100dvh;
    /*    transition: width .6s;*/
    z-index: 999;
}

/*.blazor-modal.closing {
    background-color:rebeccapurple;
    animation: slide-in 1s;
}*/



.blazor-modal[open][b-a8h5qmo148] {
    animation: slide-out 0.4s;
    overflow-x: clip;
    width: 500px;
}

.blazor-modal.closing[b-a8h5qmo148] {
    animation: slide-in 0.4s;
    width: 0;
}

/* Style the modal backdrop when using showModal() */
.blazor-modal[b-a8h5qmo148]::backdrop {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
}

.modal-header[b-a8h5qmo148] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0.25rem 0.75rem ;
    border-bottom: 1px solid #eee;
}

.modal-title[b-a8h5qmo148] {
    margin: 0;
    font-size: 1.25rem;
}

.close-button[b-a8h5qmo148] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

.modal-body[b-a8h5qmo148] {
    padding: 0.75rem;
    overflow:hidden;
/*    overflow-x: scroll;*/
    overflow-y: auto;
}

.modal-footer[b-a8h5qmo148] {
    display: flex;
    justify-content: flex-end;
    padding:0.25rem 0.75rem;
    gap: 0.5rem;
    border-top: 1px solid #eee;
}
/* /Components/Controls/Modal/ModalDialog.razor.rz.scp.css */
/* app.css */

/* Style the dialog itself */
.blazor-modal[b-xxaeaejb2e] {
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    padding: 0;
    width: 0;
    min-width: 0px;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    margin: 0;
    /* 2. Set margin-left to 'auto' to push it right */
    margin-left: auto;
    min-height: 100vh;
    min-height: 100dvh;
    /*    transition: width .6s;*/
    z-index: 999;
}

    /*.blazor-modal.closing {
    background-color:rebeccapurple;
    animation: slide-in 1s;
}*/



    .blazor-modal[open][b-xxaeaejb2e] {
        animation: slide-out 0.4s;
        overflow-x: clip;
        width: 500px;
    }

    .blazor-modal.closing[b-xxaeaejb2e] {
        animation: slide-in 0.4s;
        width: 0;
    }

    /* Style the modal backdrop when using showModal() */
    .blazor-modal[b-xxaeaejb2e]::backdrop {
        background-color: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(1px);
    }

.modal-header[b-xxaeaejb2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-bottom: 1px solid #eee;
}

.modal-title[b-xxaeaejb2e] {
    margin: 0;
    font-size: 1.25rem;
}

.close-button[b-xxaeaejb2e] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

.modal-body[b-xxaeaejb2e] {
    padding: 0.75rem;
    overflow: hidden;
    /*    overflow-x: scroll;*/
    overflow-y: auto;
}

.modal-footer[b-xxaeaejb2e] {
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0.75rem;
    gap: 0.5rem;
    border-top: 1px solid #eee;
}

/*dialog.blazor-modal {
    display: none;*/ /* Add this as a base style */
/*}*/

/* 1. The Open State */
dialog[b-xxaeaejb2e]::backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    /* Allow the display property to be transitioned */
    transition: opacity 0.5s ease, display 0.5s ease allow-discrete;
}

/* 2. The Starting Style (The "Before" state) */
@starting-style {
    dialog[open][b-xxaeaejb2e]::backdrop {
        opacity: 0;
    }
}

/* 3. The Closed State */
dialog:not([open])[b-xxaeaejb2e]::backdrop {
    opacity: 0;
}
/* /Components/Controls/MultiActionButton.razor.rz.scp.css */
/* 1. Give the button a unique name to "anchor" to */
.trigger-btn[b-pxfed233d3] {
    anchor-name: --menu-anchor;
}

/* 2. Tell the popover to follow that anchor */
[popover][b-pxfed233d3] {
    /* This replaces position: absolute logic */
    position-anchor: --menu-anchor;
    top: anchor(bottom);
    /* Align the right edge of the menu to the right edge of the button */
    right: anchor(right);
    left: auto; /* Ensure default centering/left alignment is disabled */
    /*    left: anchor(left);*/
    /* Reset default popover style1 */
    margin: 5px 0 0 0;
    padding-inline: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    /* Sizing Logic */
    min-width: anchor-size(width); /* Matches button width at minimum */
    width: max-content; /* Grows to fit long text if needed */
    max-width: 300px; /* Optional: Prevents it from getting absurdly wide */

    & button {
        margin-inline: 0;
        margin-block: 0;
        width: 100%;
    }
}

    /* 3. Style the backdrop (optional) */
    [popover][b-pxfed233d3]::backdrop {
        background-color: rgba(0, 0, 0, 0.05);
    }


/* Style the button ONLY when its associated popover is open */
.trigger-btn:has(+ [popover]:popover-open)[b-pxfed233d3] {
    background-color: #e0e0e0;
    border-color: #007bff;
}

    /* Add a little 'caret' rotation if you have one */
    .trigger-btn:has(+ [popover]:popover-open)[b-pxfed233d3]::after {
        transform: rotate(180deg);
    }

/* Style the popover specifically when it enters the 'top layer' */
[popover]:popover-open[b-pxfed233d3] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    animation: fade-in 0.2s ease-out;
}



/*.btn-dropdown-wrapper {*/
/*    position: relative;*/
    /*width: max-content;
    display: inline-block;
    margin:0;
    padding: 0;
}

.btn-dropdown-wrapper button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block:0;
}

.dropdown-icon {
    transition: transform 0.2s ease-in-out;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    width: max-content;
    background: white;
    border: 1px solid var(--gray-300, #dee2e6);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
/*    padding: 0.5rem;*/
    /*z-index: 1000;
    animation: dropdownSlideIn 0.2s ease-out;
    height: max-content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items:start;
    right: 0;
    padding: 0;*/
/*    grid-auto-rows: 50px;*/
/*}

@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.button-dropdown-item {
    position:relative;

    width: 100%;*/
/*    padding: 0.5rem 0.75rem;*/
    /*text-align: left;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    display: flex;
    align-items: center;
    color: var(--gray-900, #212529);
    font-size: 0.95rem;
    margin: 0;
}*/

/*.button-dropdown-item:hover:not(:disabled) {
    background-color: var(--gray-100, #f8f9fa);
}

.button-dropdown-item:active:not(:disabled) {
    background-color: var(--gray-200, #e9ecef);
}*/

/*.button-dropdown-item:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fa-icon {
    flex-shrink: 0;
}*/
/* /Components/Controls/PopoverButton.razor.rz.scp.css */
.popover-wrapper[b-pzp2jm178s] {
    display: inline-block;
}

.popover-content[popover][b-pzp2jm178s] {
    top: anchor(bottom);
    right: anchor(right);
    margin-top: 8px;
    min-width: anchor-size(width);
    width: max-content;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    /* Modern 2026 Animations */
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, display 0.2s allow-discrete, overlay 0.2s allow-discrete;
    opacity: 0;
    transform: translateY(-8px);
}

.popover-content:popover-open[b-pzp2jm178s] {
    opacity: 1;
    transform: translateY(0);
}

@starting-style {
    .popover-content:popover-open[b-pzp2jm178s] {
        opacity: 0;
        transform: translateY(-8px);
    }
}

/* Backdrop with Blur */
.popover-content[b-pzp2jm178s]::backdrop {
    background-color: rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(1px);
    opacity: 0;
    transition: opacity 0.02s, display 0.2s allow-discrete, overlay 0.2s allow-discrete;
}

.popover-content:popover-open[b-pzp2jm178s]::backdrop {
    opacity: 1;
}

/* List Item Styling */
.menu-list button[b-pzp2jm178s] {
    display: block;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    color: #1e293b;
    transition: background 0.1s;
}

    .menu-list button:hover[b-pzp2jm178s] {
        background-color: #f1f5f9;
        color: #2563eb;
    }
/* /Components/Layout/BasicLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#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;
    }
*/
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#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;
    }
*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zxzn3qpy4b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid red;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zxzn3qpy4b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zxzn3qpy4b] {
    min-height: 3.5rem;
    background-color: rgba(122,122,122,0.4);
}

.navbar-brand[b-zxzn3qpy4b] {
    font-size: 1.1rem;
}

.nav-scrollable[b-zxzn3qpy4b] {
    /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    min-height: 100%;
    height: 100%;
    transition: width 5s;
}

.nav-group-container[b-zxzn3qpy4b] {
    display: flex;
    flex-direction: column;
    min-width: max-content;
    padding-block: var(--space-1);
    height: 100%;
    justify-content: space-between;
}


.nav-item[b-zxzn3qpy4b] {
    font-size: 1.1rem;
    margin-block:var(--space-2);
    margin-inline:var(--space-1);
    transition: width 5s;
}

    .nav-item:first-of-type[b-zxzn3qpy4b] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-zxzn3qpy4b] {
        margin-block-start:auto;
        padding-bottom: 0.25rem;
    }

    .nav-item[b-zxzn3qpy4b]  a,button.icon-button[b-zxzn3qpy4b] {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
/*        width: 100%;*/
        gap:1rem;
        align-items: center;
        line-height: 3rem;
        padding-block:var(--space-1);
        padding-inline:var(--space-2);
        width: auto;

    }

    .nav-item form[b-zxzn3qpy4b] {
/*        background-color:yellow;*/
        padding:0;
        margin:0;
    }

    .nav-item form button[b-zxzn3qpy4b]{
        margin:0
    }

        .nav-item form button:hover[b-zxzn3qpy4b] {
            transform:unset;
            transition: unset;
        }



.nav-item[b-zxzn3qpy4b]  a.active {
    background-color: var(--primary-100);
/*    color: white;*/
}

        .nav-item[b-zxzn3qpy4b]  a:hover, .nav-item[b-zxzn3qpy4b]  button.icon-button:hover {
            background-color: var(--gray-100);
            /*    color: white;*/
        }

.nav-scrollable[b-zxzn3qpy4b] {
/*    display: none;*/
}

.navbar-toggler:checked ~ .nav-scrollable[b-zxzn3qpy4b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zxzn3qpy4b] {
        display: none;
    }

    .nav-scrollable[b-zxzn3qpy4b] {
        /* Never collapse the sidebar for wide screens */
        display: flex;

        /* Allow sidebar to scroll for tall menus */

        overflow-y: auto;
        padding: 0.25rem;
    }
}

@media (max-width: 540px) {


    .nav-item[b-zxzn3qpy4b] {
        width: max-content;
    }

        .nav-item span[b-zxzn3qpy4b], .user-profile-container span[b-zxzn3qpy4b] {
            display: none;
        }

    .user-profile-container[b-zxzn3qpy4b] {
        margin:0;
        padding:0;
        gap:0;
        place-self: center;
        margin-block-end: var(--space-2);
    }
    /*.user-profile-container > span{*/
/*        border: solid 5px lime;*/
        /*display:none;
    }*/

    img.profile-avatar[b-zxzn3qpy4b] {
        width: 2rem;
        margin-inline-end: 0;
        padding-inline: auto;
    }

}
/* /Components/Layout/PlainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#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;
    }
*/
