/* _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;
}
/* _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;
}
