/* _content/LifePremiumBlazorApp/Features/Account/FindAccount/FindAccount.razor.rz.scp.css */
.left-panel[b-wwfb8h3mui] {
    z-index: 1000;
    width: 350px;
    transition: width 0.3s ease;
    /*background-color: gainsboro;*/
    color: black;
    position: relative;
    overflow: hidden;
}
    .left-panel.collapsed[b-wwfb8h3mui] {
        width: 1px;
    }
.right-panel[b-wwfb8h3mui]{
    margin-left: 10px;
}
.right-panel-iframe[b-wwfb8h3mui] {
    margin-left:10px;   
}
.form-group[b-wwfb8h3mui] {
    display: flex;
    align-items: start;
    margin-bottom: 10px; /* Optional: Add some space between form groups */
}

    .form-group label[b-wwfb8h3mui] {
        margin-right: 10px; /* Adjust the spacing as needed */
        width: 156px; /* Optional: Set a fixed width for labels */
    }

    .form-group .dx-textbox-style .dxbl-text-edit[b-wwfb8h3mui] {
        flex: 1; /* This makes the text box take the remaining space */
        width: 200px;
    }

    .form-group .dxbl-btn[b-wwfb8h3mui] {
        margin-left: 8px !important; /* Adjust the value as needed */
    }

    .form-group .dxbl-btn-standalone dxbl-btn-primary custom-left-margin[b-wwfb8h3mui] {
        margin-left: 20px; /* Adjust the value as needed */
    }

.PageHeaderLabel[b-wwfb8h3mui] {
    margin-left: 2px;
    margin-bottom: 26px;
    font-size:large;
}

.AccountValLabel[b-wwfb8h3mui] {
    margin-left: 400px;
    margin-top: 15px;
    font-size: large;
    color: red;
}

.InvalidAccountNoLabel[b-wwfb8h3mui] {
    margin-left: 167px;
    font-size: small;
    color: red;
}

.DefaultAccountNoLabel[b-wwfb8h3mui] {
    margin-left: 200px;
    font-size: large;
    margin-top: 15px;
}

.custom-combobox[b-wwfb8h3mui] {
    width: 142px; /* Set the desired width */
}

[b-wwfb8h3mui] .custom-textinput {
    width: 200px !important; /* Set the desired width */
}

[b-wwfb8h3mui] .ResetBtnWidth {
    width: 82px;
}

.panel-box[b-wwfb8h3mui] {
    border: 1px solid #ccc;
    padding: 13px;
    border-radius: 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    margin: 7px;   
    min-width: 300px; 
}

.partition[b-wwfb8h3mui] {
    padding: 0.5px;
    margin: 9px 0;
    background-color: #495057; /* Light grey background for partition */
    border-radius: 3px;
}

.container[b-wwfb8h3mui] {
    display: flex;
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 1600px;
}

.btn-Toggle[b-wwfb8h3mui] {
    border: 1px solid #ccc;
    padding: 2px;
    background-color: #f9f9f9;
    height: 790px !important;
    border-radius: 5px;
    margin-top: 6px;
    margin-left: -8px;
}

/* _content/LifePremiumBlazorApp/Features/Account/Notices/GenerateNotice.razor.rz.scp.css */
.notice-editor[b-a32qk9s34k] {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.button-bar[b-a32qk9s34k] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
/* _content/LifePremiumBlazorApp/Features/AdditionalFundingQuote/ViewClosingChecklist/ViewClosingChecklist.razor.rz.scp.css */
[b-s2es8oglw5] .dxbl-tabs-item dxbl-active .tab-green {
    background-color: green;
    color: white;
}


/* _content/LifePremiumBlazorApp/Features/Home/Index.razor.rz.scp.css */
.MainLoggedInAsText[b-nlazymirca] {
    font-weight: bold;
}
/* _content/LifePremiumBlazorApp/Features/Navigation/Search/SearchBox.razor.rz.scp.css */
.modal-search-box .modal-dialog[b-a4zk7lqawj] {
    margin-top: 0.3rem !important;
}

.modal-search-box input.search-text:focus[b-a4zk7lqawj] {
    border-color: unset !important;
}

.modal-search-box div.modal-body[b-a4zk7lqawj] {
    overflow: auto;
    padding: 0.7rem;
}

.modal-search-box span.section-heading[b-a4zk7lqawj] {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.25rem;
    display: block;
}

.modal-search-box .company-results a[b-a4zk7lqawj] {
    padding: 0.25rem 1rem !important;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.modal-search-box .company-results .company-info[b-a4zk7lqawj] {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 90%;
    gap: 1rem;
}

.modal-search-box .company-results .company-info .name-and-type[b-a4zk7lqawj] {
    max-width: 60%;
}

.modal-search-box .company-results .company-info .name[b-a4zk7lqawj] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-search-box .company-results .company-info .address[b-a4zk7lqawj] {
    color: gray;
    font-size: 0.9rem;
    padding-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-search-box .company-results a svg[b-a4zk7lqawj] {
    visibility: hidden;
    align-self: center;
}

.modal-search-box .company-results a:hover svg[b-a4zk7lqawj] {
    visibility: visible !important;
}

.modal-search-box .company-results span.type[b-a4zk7lqawj] {
    font-size: 0.8em;
    font-weight: bold;
    color: gray;
    display: block;
}

.modal-search-box .loan-results .loan-item[b-a4zk7lqawj] {
    padding: 0.4rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
}

.modal-search-box .loan-results .loan-item:hover[b-a4zk7lqawj] {
    background-color: #f8f9fa;
}

.modal-search-box .loan-item > *[b-a4zk7lqawj] {
    min-width: 0px;
}

.modal-search-box .loan-item .field-and-label[b-a4zk7lqawj] {
    display: flex;
    flex-direction: column;
    line-height: 16px;
    justify-content: center;
}

.modal-search-box .loan-item .loan-identifiers[b-a4zk7lqawj] {
    position: absolute;
    right: 4px;
    top: -2px;
    display: flex;
    gap: 0.5rem;
}

.modal-search-box .loan-item .loan-identifiers *[b-a4zk7lqawj] {
    font-size: 12px !important;
}

.modal-search-box .loan-item .loan-identifiers .field-and-label[b-a4zk7lqawj] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 60px;
}

.modal-search-box .loan-item .field-and-label label[b-a4zk7lqawj] {
    font-size: 0.8rem;
    color: gray;
}

.modal-search-box .loan-item .field-and-label button[b-a4zk7lqawj] {
    margin: 0;
    padding: 0;
}

.modal-search-box .loan-item span[b-a4zk7lqawj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.modal-search-box button.page-link:focus[b-a4zk7lqawj] {
    box-shadow: none !important;
}
/* _content/LifePremiumBlazorApp/Features/Navigation/Search/SearchButton.razor.rz.scp.css */
.btn-navbar-search[b-eo71wc6ocw] {
    --bs-btn-font-weight: normal;
    --bs-btn-color: rgba(255,255,255,0.65);
    --bs-btn-bg: var(--brand-color-primary-muted);
    --bs-btn-hover-bg: var(--brand-color-primary-light);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-border-color: var(--brand-color-primary-muted);
    --bs-btn-hover-border-color: var(--brand-color-primary-muted);
    --bs-btn-focus-shadow-rgb: var(--brand-color-primary-muted);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--brand-color-primary-muted);
    --bs-btn-active-border-color: var(--brand-color-primary-muted);
}

.btn-navbar-search:focus[b-eo71wc6ocw] {
    box-shadow: none;
}

.btn-navbar-search span[b-eo71wc6ocw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}
/* _content/LifePremiumBlazorApp/Features/Quote/CalculateLoanSummary/CalculateLoanSummary.razor.rz.scp.css */
.card.loan-summary[b-v35hal4pnx] {
    height: 100%;
}

.card.loan-summary .item-value[b-v35hal4pnx] {
    font-size: 1.15rem;
    white-space: nowrap;
}

.card.loan-summary .item-header[b-v35hal4pnx] {
    font-size: .75rem;
    white-space: nowrap;
}

.card.loan-summary li[b-v35hal4pnx] {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.card.loan-summary li .item-value[b-v35hal4pnx] {
    font-size: .8rem;
}

.card.loan-summary li .item-label[b-v35hal4pnx] {
    font-size: .75rem;
}

.card.loan-summary .list-group-item[b-v35hal4pnx] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.card.loan-summary li .sub-item-label[b-v35hal4pnx] {
    clear: both;
    float: left;
    font-size: .75rem;
    margin-left: 2rem;
}

.card.loan-summary li .sub-item-value[b-v35hal4pnx] {
    float: right;
    font-size: .8rem;
    margin-right: 6rem;
}



.badge[b-v35hal4pnx] {
    margin-left: 0.5rem;
}
/* _content/LifePremiumBlazorApp/Features/Quote/EditCollateral/EditCollateral.razor.rz.scp.css */
#fileDropZone[b-8xugw5rnse] {
    justify-content: center;
    align-items: center;
}

[b-8xugw5rnse] .dxbl-upload-upload-btn {
    display: none;
}
/* _content/LifePremiumBlazorApp/Features/Quote/EditPolicy/EditPolicy.razor.rz.scp.css */
[b-dq6rpvvqh9] .dxtagbox-cw {
    width: 33.3333%;
    flex-grow: 1;
}
/* _content/LifePremiumBlazorApp/Features/Quote/UploadDocuments/UploadDocuments.razor.rz.scp.css */
#fileDropZone[b-03yf9y586h] {
    justify-content: space-between;
    align-items: center;
}

.container[b-03yf9y586h] {
    display: flex;
}


.grid-container[b-03yf9y586h] {
    width: auto;
    /* flex: 2;*/
}

.treeview-container[b-03yf9y586h] {
    flex: 1;
    margin-right: 5px;
    border: 2px solid #000; /* Adjust the border width and color as needed */
    padding: 5px; /* Optional: Add padding if desired */
    width: 300;
}


.treeview-border[b-03yf9y586h] {
    border: 2px solid #000; /* Adjust the border width and color as needed */
    padding: 5px; /* Optional: Add padding if desired */
}


.DxTextbox-style[b-03yf9y586h] {
    width: 20px;
    margin-top: 5px;
}


.treeview-icon[b-03yf9y586h] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    background-position: center center;
}

.treeview-icon-folder[b-03yf9y586h] {
    background-image: url("images/bdcf-logo.svg");
}

[b-03yf9y586h] .folder-icon {
    background-image: url('/images/yellowfolder-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: transparent;
    border: none;
    margin-top: 5px;
}

[b-03yf9y586h] .download-icon {
    background-image: url('/images/download-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}

[b-03yf9y586h] .view-icon {
    background-image: url('/images/view-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-block;
    color: white;
}

.view-icon:hover[b-03yf9y586h] {
    background-color: transparent; /* Removes the background color on hover */
}


.button-container[b-03yf9y586h] {
    display: flex;
    gap: 10px; /* Adjust the gap as needed */
}

    .button-container .d-flex flex-row-reverse mt-2 .mt-2[b-03yf9y586h] {
        margin-top: .1rem !important;
    }

.mt-2[b-03yf9y586h] {
    margin-top: .1rem !important;
}

.small-checkbox[b-03yf9y586h] {
    /*height: 16px;*/
    /*transform: scale(0.8);*/ /* Adjust the scale as needed */
}

.fdvalidation-message[b-03yf9y586h] {
    color: red;
}

.renamefolderrightmargin[b-03yf9y586h]
{
    margin-top:10px;
    margin-left:3px;
}
/* _content/LifePremiumBlazorApp/Features/Quote/ViewExisting/ViewExisting.razor.rz.scp.css */
.quote-footer[b-owhrjdf7gh] {
    text-align: center;
    line-height: 2;
}

.quote-delete-button[b-owhrjdf7gh] {
    position: absolute;
    left: 1rem;
}

[b-owhrjdf7gh] .label-r-symbol::after {
    content: url('images/sve-r-symbol.svg');
    width: 16px;
    height: 16px;
    margin-left: 0.25rem;
}
.warning-message[b-owhrjdf7gh] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.warning-symbol[b-owhrjdf7gh] {
    font-size: 16px;
}
.lock-box[b-owhrjdf7gh] {
    background-color: #fff8dc; /* light yellow */
    border: 1px solid #e0e0a0;
    padding: 12px;
    font-size: 14px;
}

.lock-icon[b-owhrjdf7gh] {
    color: #d4a017; /* golden brown */
    margin-right: 6px;
}

.release-link[b-owhrjdf7gh] {
    margin-left: 4px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
/* _content/LifePremiumBlazorApp/Features/Quote/ViewLoanChecklist/ViewLoanChecklist.razor.rz.scp.css */
[b-sarl8qix1z] .dxbl-tabs-item dxbl-active .tab-green {
    background-color: green;
    color: white;
}

*:has(+ .border-bottom-suppress)[b-sarl8qix1z] {
    border-bottom-color: transparent;
}
.bold-underline[b-sarl8qix1z] {
    font-weight:bold;
    text-decoration:underline;
}
.gap-collateral-table[b-sarl8qix1z] {
    border-collapse:collapse;
}
    .gap-collateral-table tbody tr:has(td[rowspan]:not([rowspan="1"]))[b-sarl8qix1z] {
        border-top: 2px solid #ced9de;
    }
        .gap-collateral-table tbody tr:has(td[rowspan]:not([rowspan="1"])) td:first-child[b-sarl8qix1z] {
            border-left: 2px solid #ced9de;
        }
        .gap-collateral-table tbody tr:has(td[rowspan]:not([rowspan="1"])) td:last-child[b-sarl8qix1z],
        .gap-collateral-table tbody tr:not(:has(td:nth-child(3))) td:last-child[b-sarl8qix1z] {
            border-right: 2px solid #ced9de;
        }
    .gap-collateral-table .top-border[b-sarl8qix1z] {
        border-top: 2px solid #ced9de;
    }
    
/* _content/LifePremiumBlazorApp/Features/Settings/CreateNoticeTemplates/CreateNoticeTemplates.razor.rz.scp.css */
.notice-editor[b-fcwqzsb2to] {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.button-bar[b-fcwqzsb2to] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
/* _content/LifePremiumBlazorApp/Features/Settings/EditNoticeTemplates/EditNoticeTemplates.razor.rz.scp.css */
.notice-editor[b-bj3bvzj29q] {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.button-bar[b-bj3bvzj29q] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
