/* /Components/BankEntry.razor.rz.scp.css */
.newbank[b-9tbpho751i] {
    font-style: italic;
}
/* /Components/BankNoteEntry.razor.rz.scp.css */

.select-container-note[b-lpkzbfxjk5] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 0px solid #DEDEE0;
}
/* /Components/BlazorModal.razor.rz.scp.css */
.blazor-modal[b-dqwtux2oks] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.blazor-modal-content[b-dqwtux2oks] {
    width: 650px;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 30%;
    padding: 25px;
    padding-top: 30px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.cancel-btn[b-dqwtux2oks] {
    color: #376B7F !important;
}

.show[b-dqwtux2oks] {
    display: block;
    animation-name: show-animation-b-dqwtux2oks;
    animation-duration: 1s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

@keyframes show-animation-b-dqwtux2oks {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hide[b-dqwtux2oks] {
    display: none;
}

.blazor-modal-header[b-dqwtux2oks] {
    background-color: white;
    padding: 0px;
    padding-bottom: 10px;
    padding-left: 3px;
    color: black;
}

.blazor-modal-title[b-dqwtux2oks] {
    margin: 5px;
    display: inline-block;
}

.blazor-modal-close-button[b-dqwtux2oks] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .blazor-modal-close-button:hover[b-dqwtux2oks] {
        color: red;
    }

.blazor-modal-body[b-dqwtux2oks] {
    padding: 10px;
}

.blazor-modal-footer[b-dqwtux2oks] {
    background-color: white;
    padding: 10px;
}

.x-icon[b-dqwtux2oks] {
    color: red;
    float: right;
}

.cancel-outline[b-dqwtux2oks] {
    border: 1px solid gray;
    border-radius: 5px;
}

    .cancel-outline:hover ellipse[b-dqwtux2oks] {
        border: 1px solid #747678;
        background-color: #C8CACC;
    }
/* /Components/BorrowerNoteEntry.razor.rz.scp.css */

.select-container-note[b-d48tg4l7kd] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 0px solid #DEDEE0;
}
/* /Components/BorrowerRatingEntry.razor.rz.scp.css */
.summary-form-row[b-hc78lwcf54] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: lightgrey;
}

.summary-input-group[b-hc78lwcf54] {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    margin-right: 20px;
    background-color: lightgrey
}
.summary-total[b-hc78lwcf54] {
    padding-left: 10px;
    padding-right: 50px;

}

/* /Components/CategoryGrid.razor.rz.scp.css */
.control-div-category[b-ojjmlpdy1d] {
    display: flex;
    flex-direction: row;
    margin-top: -10px;
    align-items: center;
    justify-content: space-between;
}
/* /Components/CollateralDocumentDisplay.razor.rz.scp.css */
.trash-icon[b-itwmv9b6ip] {
    height: 20px;
    margin-right: 10px;
}

.exception-select[b-itwmv9b6ip] {
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: -2;
}

.del-btn-w-icon[b-itwmv9b6ip] {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: 15px;
    color: #C8102E !important;
    cursor: pointer;
}

    .del-btn-w-icon:hover > span[b-itwmv9b6ip] {
        text-decoration: underline !important;
    }

.exception-radio[b-itwmv9b6ip] {
    z-index: -2;
}
/* /Components/CollateralDocumentSelect.razor.rz.scp.css */
.select-table thead th[b-58l0h132ka] {
    height: 0px;
    border-bottom: solid 1px white !important;
    border: solid 1px white !important;
    border-top: solid 1px white !important;
    padding: 0px;
}

.select-container[b-58l0h132ka] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
/* /Components/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal-header[b-adi0amzu3a] {
    border-bottom: none !important;
    padding: 3px;
}

.confirmation-modal-footer[b-adi0amzu3a] {
    border-top: none !important;
    padding: 10px;
    padding-right: 30px;
}

.confirmation-modal[b-adi0amzu3a] {
    margin-top: 200px;
    padding: 10px !important;
    background-color: white !important;
    border-radius: 5px !important;
}

.confirmation-modal-content[b-adi0amzu3a] {
    padding: 20px;
    padding-bottom: 0px;
    margin-top: -40px !important;
}

.confirmation-message[b-adi0amzu3a] {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
}


.btn-delete[b-adi0amzu3a] {
    background-color: #C8102E !important;
    border-color: #707070 !important;
    color: white !important;
}

.confirmation-question[b-adi0amzu3a] {
    font-size: 18px;
}
/* /Components/EngagementCustomQuestionEntry.razor.rz.scp.css */

.select-container-question[b-mtlkuit92w] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 0px solid #DEDEE0;
}
/* /Components/EngagementLibrarySelect.razor.rz.scp.css */
.select-table thead th[b-07t0nf9pzh] {
    height: 0px;
    border-bottom: solid 1px white !important;
    border: solid 1px white !important;
    border-top: solid 1px white !important;
    padding: 0px;
}

.select-container[b-07t0nf9pzh] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
/* /Components/EngagementQuestionEntry.razor.rz.scp.css */

.select-container-question[b-ujxiniutp6] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 0px solid #DEDEE0;
}
/* /Components/PreviousBorrowerSelect.razor.rz.scp.css */
.select-table thead th[b-o8uc8xwycg] {
    height: 0px;
    border-bottom: solid 1px white !important;
    border: solid 1px white !important;
    border-top: solid 1px white !important;
    padding: 0px;
}

.select-container[b-o8uc8xwycg] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
.select-info[b-o8uc8xwycg] {
    text-decoration-color: #747678;
    color: #747678;
    font-size: 14px;
    font-weight: 400;
}
/* /Components/PreviousLoanSelect.razor.rz.scp.css */

.select-container-loan[b-yyj5dhv0ur] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 320px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}

.select-form-row[b-yyj5dhv0ur] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: .25px solid lightgray;

}

.form-input-group[b-yyj5dhv0ur] {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 140px;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
}
/* /Components/RiskRatingGrid.razor.rz.scp.css */
.control-div-rating[b-nw5gp3bcfd] {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    align-items: flex-start;
    justify-content: space-between;
}

.active-risk-icon[b-nw5gp3bcfd] {
    margin: auto;
}
/* /Components/TimedSaveManager/TimedSaveManager.razor.rz.scp.css */
.timed-save-container[b-bbyo63zn7m] {
    padding: 0rem 1.25rem 0rem 1.25rem;
    width: 100%;
    position: relative;
}

[b-bbyo63zn7m] .timed-save-cell {
    position: absolute;
    bottom: 0;
}

[b-bbyo63zn7m] .timed-save-message {
    justify-content: center;
    align-items: center;
    padding-left: 6em;
    padding-bottom: 6px;
    font-weight: bold;
}

[b-bbyo63zn7m] .save-btn {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

    [b-bbyo63zn7m] .save-btn:hover {
        background-color: #255B62;
        color: white;
    }

/* /Components/TopNavAdmin.razor.rz.scp.css */
.top-row[b-2ztz5jh7yr] {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-bottom: 1px solid #DEDEE0;
    justify-content: space-between;
    height: 99px;
    z-index: 2;
}

    .top-row .page-name[b-2ztz5jh7yr] {
        font-size: 26px !important;
        margin-top: 22px;
    }

    .top-row a:first-child[b-2ztz5jh7yr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-nav-items[b-2ztz5jh7yr] {
    display: flex;
    flex-direction: row;
}

.top-nav-item[b-2ztz5jh7yr] {
    margin-top: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-menu-headings[b-2ztz5jh7yr] {
    margin-top: -3px;
}

.top-menu-nav[b-2ztz5jh7yr] {
    display: flex;
    flex-direction: row;
    margin-top: 18px;
}

.top-nav-link[b-2ztz5jh7yr] {
    text-decoration: none !important;
    color: #302E2F !important;
}

.top-menu-nav-item[b-2ztz5jh7yr] {
    margin-left: -25px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
    max-width: 250px;
    height: 35px;
    margin-right: 25px;
    border-right: 0.1px solid #ebeced;
}

.x-long-item[b-2ztz5jh7yr] {
    min-width: 210px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.top-menu-nav-item-active[b-2ztz5jh7yr] {
    margin-left: -25px;
    border-bottom: 2px solid #314d74;
    padding-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 250px;
    height: 35px;
    border-right: 0.1px solid #ebeced;
    font-weight: 600;
}

    .top-menu-nav-item-active .top-nav-link[b-2ztz5jh7yr] {
        color: #314D74 !important;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-2ztz5jh7yr] {
        display: none;
    }

    .top-row.auth[b-2ztz5jh7yr] {
        justify-content: space-between;
    }

    .top-row a[b-2ztz5jh7yr], .top-row .btn-link[b-2ztz5jh7yr] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .top-row[b-2ztz5jh7yr] {
        position: sticky;
        top: 0;
        height: 5rem;
    }

    .top-row-with-items-no-back[b-2ztz5jh7yr] {
        height: 103px;
        z-index: 2;
    }
}
/* /Components/TopNavBasic.razor.rz.scp.css */
.top-row[b-20k9tckh82] {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-bottom: 1px solid #DEDEE0;
    justify-content: space-between;
    height: 99px;
}

    .top-row .page-name[b-20k9tckh82] {
        font-size: 26px !important;
        margin-top: 22px;
    }

    .top-row a:first-child[b-20k9tckh82] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-nav-items[b-20k9tckh82] {
    display: flex;
    flex-direction: row;
}

.top-nav-item[b-20k9tckh82] {
    margin-top: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.basic-back-nav[b-20k9tckh82] {
    margin-top: 4px;
}

.chevron-left-icon[b-20k9tckh82] {
    margin-top: -3px;
}


@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-20k9tckh82] {
        display: none;
    }

    .top-row.auth[b-20k9tckh82] {
        justify-content: space-between;
    }

    .top-row a[b-20k9tckh82], .top-row .btn-link[b-20k9tckh82] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .top-row[b-20k9tckh82] {
        position: sticky;
        top: 0;
        height: 5rem;
    }

    .top-row-with-items[b-20k9tckh82] {
        height: 140px;
    }
}

.loan-top-nav[b-20k9tckh82] {
    z-index: 2;
}

/* /Components/TopNavBorrower.razor.rz.scp.css */
.top-row[b-1l4iiri4i0] {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-bottom: 1px solid #DEDEE0;
    justify-content: space-between;
    height: 99px;
}

    .top-row .page-name[b-1l4iiri4i0] {
        font-size: 26px !important;
        margin-top: 22px;
    }

    .top-row a:first-child[b-1l4iiri4i0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-nav-items[b-1l4iiri4i0] {
    display: flex;
    flex-direction: row;
}

.top-nav-item-2[b-1l4iiri4i0] {
    margin-top: 3px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-menu-headings-2[b-1l4iiri4i0] {
    margin-top: 4px;
}

.chevron-left-icon[b-1l4iiri4i0] {
    margin-top: -3px;
}

.top-menu-nav[b-1l4iiri4i0] {
    display: flex;
    flex-direction: row;
    margin-top: 18px;
}

.top-nav-link[b-1l4iiri4i0] {
    text-decoration: none !important;
    color: #302E2F !important;
}

.top-menu-nav-item[b-1l4iiri4i0] {
    margin-left: -25px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
    max-width: 250px;
    height: 35px;
    margin-right: 25px;
    border-right: 0.1px solid #ebeced;
}

.x-long-item[b-1l4iiri4i0] {
    min-width: 210px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.top-menu-nav-item-active[b-1l4iiri4i0] {
    margin-left: -25px;
    border-bottom: 2px solid #314d74;
    padding-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 250px;
    height: 35px;
    border-right: 0.1px solid #ebeced;
    font-weight: 600;
}

    .top-menu-nav-item-active .top-nav-link[b-1l4iiri4i0] {
        color: #314D74 !important;
    }



@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-1l4iiri4i0] {
        display: none;
    }

    .top-row.auth[b-1l4iiri4i0] {
        justify-content: space-between;
    }

    .top-row a[b-1l4iiri4i0], .top-row .btn-link[b-1l4iiri4i0] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .top-row[b-1l4iiri4i0] {
        position: sticky;
        top: 0;
        height: 5rem;
    }

    .top-row-with-items-review[b-1l4iiri4i0] {
        height: 130px;
        padding-top: 10px;
        z-index: 2;
    }

}
/* /Components/TopNavReports.razor.rz.scp.css */
.top-row[b-mtlgu6b3dm] {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-bottom: 1px solid #DEDEE0;
    justify-content: space-between;
    height: 99px;
}

    .top-row .page-name[b-mtlgu6b3dm] {
        font-size: 26px !important;
        margin-top: 22px;
    }

    .top-row a:first-child[b-mtlgu6b3dm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-nav-items[b-mtlgu6b3dm] {
    display: flex;
    flex-direction: row;
}

.top-nav-item-2[b-mtlgu6b3dm] {
    margin-top: 3px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-menu-headings-2[b-mtlgu6b3dm] {
    margin-top: 4px;
}

.chevron-left-icon[b-mtlgu6b3dm] {
    margin-top: -3px;
}

.top-menu-nav[b-mtlgu6b3dm] {
    display: flex;
    flex-direction: row;
    margin-top: 18px;
}

.top-nav-link[b-mtlgu6b3dm] {
    text-decoration: none !important;
    color: #302E2F !important;
}

.top-menu-nav-item[b-mtlgu6b3dm] {
    margin-left: -25px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
    max-width: 250px;
    height: 35px;
    margin-right: 25px;
    border-right: 0.1px solid #ebeced;
}

.x-long-item[b-mtlgu6b3dm] {
    min-width: 210px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.top-menu-nav-item-active[b-mtlgu6b3dm] {
    margin-left: -25px;
    border-bottom: 2px solid #314d74;
    padding-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 250px;
    height: 35px;
    border-right: 0.1px solid #ebeced;
    font-weight: 600;
}

    .top-menu-nav-item-active .top-nav-link[b-mtlgu6b3dm] {
        color: #314D74 !important;
    }



@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-mtlgu6b3dm] {
        display: none;
    }

    .top-row.auth[b-mtlgu6b3dm] {
        justify-content: space-between;
    }

    .top-row a[b-mtlgu6b3dm], .top-row .btn-link[b-mtlgu6b3dm] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .top-row[b-mtlgu6b3dm] {
        position: sticky;
        top: 0;
        height: 5rem;
    }

    .top-row-with-items-review[b-mtlgu6b3dm] {
        height: 130px;
        padding-top: 10px;
        z-index: 2;
    }

}
/* /Pages/Engagements/AddEngagementQuestions.razor.rz.scp.css */
.eng-control-btns[b-l51ot28j3c] {
    display: flex;
    flex-direction: row;
}

.icon-book[b-l51ot28j3c] {
    margin-top: -4px;
}
/* /Pages/Engagements/NewEngagement.razor.rz.scp.css */
.eng-details-h2[b-jfx0jhvyyu] {
    font-size: 18px;
    padding-bottom: 15px;
}

.add-eng-form-area[b-jfx0jhvyyu] {
    margin-top: 5px;
    padding-top: 20px;
    background-color: white;
    overflow-y: auto;
    height: 300px;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.eng-details-area[b-jfx0jhvyyu] {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.eng-details-area-item[b-jfx0jhvyyu] {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column !important;
}

.eng-details-select[b-jfx0jhvyyu] {
    width: 250px;
}

.eng-control-btns[b-jfx0jhvyyu] {
    justify-content: center;
}

.add-eng-btn-back[b-jfx0jhvyyu] {
    height: 32px;
    width: 62px;
    background-color: #EBECED;
    border-color: #C8CACC;
    border-width: 1px;
    color: #747678 !important;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-align: center;
}
/* /Pages/Index.razor.rz.scp.css */
.child-grid[b-2jpf97v9w0] {
    margin-left: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
    width: 102%;
    background-color: #F5F6F7 !important;
}

    .child-grid thead[b-2jpf97v9w0] {
        background-color: #F5F6F7 !important;
    }

        .child-grid thead th[b-2jpf97v9w0] {
            background-color: #F5F6F7 !important;
        }
/* /Pages/Review/BankNotes.razor.rz.scp.css */
.borrower-notes-div[b-f0inyg3tc0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: solid 1px #DEDEE0;
    white-space: pre-line;
}

.notes-question-radio[b-f0inyg3tc0] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .notes-question-radio .custom-radio[b-f0inyg3tc0] {
        margin-right: 15px;
    }

.notes-question-box[b-f0inyg3tc0] {
    width: 100%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.notes-questions-container[b-f0inyg3tc0] {
    display: flex;
    flex-direction: row;
}
/* /Pages/Review/Borrow/BorrowerDetails.razor.rz.scp.css */
.custom-form-row[b-ugo62dt9fm] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form-input-group[b-ugo62dt9fm] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.form-input-group-textarea[b-ugo62dt9fm] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    width: 45% !important;
    margin-right: 20px;
}

.review-form-textarea[b-ugo62dt9fm] {
    min-height: 72px;
    width: 100% !important;
}

.review-form-row-item[b-ugo62dt9fm] {
    width: 350px;
}

.borrower-container[b-ugo62dt9fm] {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}

.old-industry-notify[b-ugo62dt9fm] {
    background-color: #ff4c4c; 
    padding: 10px; 
    color: white; 
    border-radius: 8px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
/* /Pages/Review/Borrow/BorrowerLoans.razor.rz.scp.css */
.new-loan-form[b-khc7n1rq9v] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #F0F1F2;
    padding: 20px;
    border: 1px #C8CACC solid;
    border-radius: 2px;
}

[b-khc7n1rq9v] .loan-form-row {
    padding-top: 1em;
}

.invalid[b-khc7n1rq9v] {
    border: 1px solid red !important;
    border-radius: 5px !important;
}

.new-loan-text-area[b-khc7n1rq9v] {
    width: 500px;
    border-radius: 5px;
    border: 1px #ced4da solid;
}

.edit-btn-collateral[b-khc7n1rq9v] {
    float: left;
    padding: 20px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: #376B7F !important;
    cursor: pointer;
}
.edit-btn-collateral:hover[b-khc7n1rq9v] {
    text-decoration: underline !important;
}

.collateral-link[b-khc7n1rq9v] {
    color: #376B7F;
    cursor: pointer;
}

    .collateral-link:hover[b-khc7n1rq9v] {
        text-decoration: underline;
    }
/* /Pages/Review/Borrow/BorrowerSummary.razor.rz.scp.css */
.borrower-notes-div[b-kdisku0w4z] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: solid 1px #DEDEE0;
}

.summary-container[b-kdisku0w4z] {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
.summary-table-container[b-kdisku0w4z] {
    padding: 30px;
    background-color: white;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
.summary-check[b-kdisku0w4z] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    max-width:250px;
}
/* /Pages/Review/Borrow/Documents.razor.rz.scp.css */
.doc-comment-container[b-dnl550uk4d] {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
/* /Pages/Review/Borrow/NotesAndQuestions.razor.rz.scp.css */
.borrower-notes-div[b-odei5jpwln] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: solid 1px #DEDEE0;
    white-space: pre-line;
}
.borrower-question-div[b-odei5jpwln] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    white-space: pre-line;
}
.borrower-container[b-odei5jpwln] {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}

.notes-question-radio[b-odei5jpwln] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.notes-question-radio .custom-radio[b-odei5jpwln] {
    margin-right: 15px;
}

.notes-question-box[b-odei5jpwln] {
    width: 100%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.notes-questions-container[b-odei5jpwln] {
    display: flex;
    flex-direction: column;
    width: 600px;
    margin-right: 40px;
}

.notes-questions-wrapper[b-odei5jpwln] {
    display: flex;
    flex-direction: row;
}
/* /Pages/Review/Dashboard.razor.rz.scp.css */
.large-tile[b-neehbtp5wa] {
    padding: 30px;
    background: white;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    height: 400px;
    width: 600px;
    margin-right: 30px;
}

.dashboard-row[b-neehbtp5wa] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.small-tile[b-neehbtp5wa] {
    padding: 30px;
    background: white;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    height: 185px;
    width: 250px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.small-tile-full[b-neehbtp5wa] {
    padding: 30px;
    background: white;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    height: 185px;
    width: 250px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    line-height: 1rem;
}
.small-tile-full > h4[b-neehbtp5wa] {
    text-align: left;
}
.small-tile > h4[b-neehbtp5wa] {
    text-align: center;
}
.small-tile-full > h3[b-neehbtp5wa] {
    text-align: center;
}

h4[b-neehbtp5wa] {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    font-weight: normal;
}

.stat-value[b-neehbtp5wa] {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
}

.stat-text[b-neehbtp5wa] {
    font-size: 1rem;
}

.circle-stat[b-neehbtp5wa] {
    background-color: white;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem auto;
}

.small-tile[b-neehbtp5wa], .small-tile-full[b-neehbtp5wa], .large-tile[b-neehbtp5wa] {
    padding: 1rem;
    overflow: hidden;
}

.dashboard-row[b-neehbtp5wa] {
    gap: 1rem;
}

.text-center[b-neehbtp5wa] {
    text-align: center;
}
/* /Pages/Review/Import.razor.rz.scp.css */
.import-table[b-t555a73kbc] {
    border: 0px solid gray;
    width: 400px;
}

.import-container[b-t555a73kbc] {
    max-width: 1200px;
}

.cell-text[b-t555a73kbc] {
    max-width: 350px;
    min-width: 100px;
}

.import-mapping-container[b-t555a73kbc] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.mapping-box[b-t555a73kbc] {
    width: 25%;
    height: 24rem;
    margin-right: 1rem;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #C8CACC;
}

.mapping-title[b-t555a73kbc] {
    background-color: #F0F1F2;
    border: 1px solid #C8CACC;
    height: 32px;
    margin-bottom: -10px;
    /*object-fit: contain;*/
    width: 100%;
    padding-left: 10px;
    padding-top: 4px;
}

.import-btns-box[b-t555a73kbc] {
    margin-left: 6px;
    margin-right: 12px;
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.import-arrow-btn[b-t555a73kbc] {
    margin-bottom: 15px;
    background-color: #EBECED;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .import-arrow-btn:hover[b-t555a73kbc] {
        background-color: #255B62;
        color: white;
    }

.mapped-box[b-t555a73kbc] {
    width: 45%;
    height: 24rem;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #C8CACC;
}

.import-error[b-t555a73kbc] {
    background-color: #FAE7EA;
    border: 1px solid #C8102E;
    border-radius: 5px;
    padding: 20px;
    color: #B32317;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* /Pages/Review/LoanCollateral.razor.rz.scp.css */
.collateral-container[b-fqgrs2r4y7] {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}
.control-div-collateral[b-fqgrs2r4y7] {
    display: flex;
    flex-direction: row;
    margin-top: -10px;
    align-items: center;
    justify-content: space-between;
}

.collateral-title[b-fqgrs2r4y7] {
    margin-top: 10px;
    margin-left: 10px;
}
/* /Pages/Review/Report/Aqr.razor.rz.scp.css */
.aqr-form-row[b-pdx1wewpe1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: .25px solid lightgray;
}

.aqr-input-group[b-pdx1wewpe1] {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}

.aqr-input-group-tt[b-pdx1wewpe1] {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 20px;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    height:1.5rem;
}

.aqr-container[b-pdx1wewpe1] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 2rem;
    margin: 1rem;
}

.aqr-header[b-pdx1wewpe1] {
    margin-bottom: 2rem;
}

.aqr-title[b-pdx1wewpe1] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
}

.aqr-table[b-pdx1wewpe1] {
    width: 100%;
    border-collapse: collapse;
}

.aqr-table-header[b-pdx1wewpe1] {
    display: grid;
    grid-template-columns: 40px 2fr 1fr 1fr 1fr 1fr;
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    font-weight: 600;
    color: #2c3e50;
}

.aqr-table-row[b-pdx1wewpe1] {
    display: grid;
    grid-template-columns: 40px 2fr 1fr 1fr 1fr 1fr;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eee;
    align-items: center;
}

    .aqr-table-row:hover[b-pdx1wewpe1] {
        background: #f8f9fa;
    }

.aqr-cell[b-pdx1wewpe1] {
    padding: 0.1rem;
}

.amount-cell[b-pdx1wewpe1] {
    text-align: right;
    font-family: monospace;
}

.tooltip-cell[b-pdx1wewpe1] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-icon[b-pdx1wewpe1] {
    color: #6c757d;
    cursor: help;
}

    .tooltip-icon:hover[b-pdx1wewpe1] {
        color: #495057;
    }

.editable-cell[b-pdx1wewpe1] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background 0.2s;
}

    .editable-cell:hover[b-pdx1wewpe1] {
        background: #e9ecef;
    }

.aqr-input[b-pdx1wewpe1] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: right;
}

    .aqr-input:focus[b-pdx1wewpe1] {
        outline: none;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

.calculated-cell[b-pdx1wewpe1] {
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 4px;
    color: #6c757d;
}
/* /Pages/Review/Report/LoanReviewReport.razor.rz.scp.css */
.review-container[b-8lpbtf6l2o] {
    padding: 30px;
    background-color: white;
    min-height: 22.5vh;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    padding-bottom:8px;

}

.review-form-row[b-8lpbtf6l2o] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: .25px solid lightgray;
    font-size: 14px;
}
.review-form-header-row[b-8lpbtf6l2o] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.review-input-group[b-8lpbtf6l2o] {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 170px;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
}

.review-input-amount[b-8lpbtf6l2o] {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 150px;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
}
.review-input-group-wide[b-8lpbtf6l2o] {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 280px;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    overflow-wrap: break-word;
    padding-left: 10px;
}

.review-row-calc[b-8lpbtf6l2o] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: .25px solid lightgray;
    background-color: #EBECED;
}

.review-calc[b-8lpbtf6l2o] {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    flex-direction: column;
    text-align: center;
    background-color: #EBECED;
    font-size: 14px;
}

.review-calc-wide[b-8lpbtf6l2o] {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 280px;
    flex-direction: column;
    text-align: left;
    background-color: #EBECED;
    font-size: 14px;
    font: bold;
    padding-left: 10px;
}
/* /Pages/Review/Report/Package.razor.rz.scp.css */
.borrower-container[b-eyet64cx40] {
    padding: 30px;
    background-color: white;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    min-height: 24rem;
}

.mapping-box[b-eyet64cx40] {
    height: 24rem;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #C8CACC;
}

[b-eyet64cx40] .mapping-title {
    border: 1px solid #C8CACC;
    height: 32px;
    margin-bottom: -10px;
    /*object-fit: contain;*/
    width: 100%;
    padding-left: 10px;
    padding-top: 4px;
    background-color: #C8CACC;
    color: white;
}

[b-eyet64cx40] .arrow-btn {
    margin-top: 2rem;
    margin-left: -4px;
    justify-content: center;
    align-items: center;
    background-color: #C8CACC;
    color: white;
}

    [b-eyet64cx40] .arrow-btn:hover {
        background-color: #255B62;
        color: white;
    }

[b-eyet64cx40] .borrower-btn {
    background-color: #C8CACC;
    color: white;
}

    [b-eyet64cx40] .borrower-btn:hover {
        background-color: #255B62;
        color: white;
    }

[b-eyet64cx40] .package-btn {
    background-color: #C8CACC;
    color: white;
    width: 100%;
    margin-bottom: 1rem;
}

    [b-eyet64cx40] .package-btn:hover {
        background-color: #255B62;
        color: white;
    }

[b-eyet64cx40] .progress-modal {
    min-height: 42vh;
}

[b-eyet64cx40] .progress-detail {
    background-color: lightyellow;
    border: 1px solid #212529;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #212529;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 38vh;
    overflow: auto;
}
/* /Pages/Review/Reports.razor.rz.scp.css */
.report-type-select[b-mv8g2gugcv] {
    width: 400px;
}

.report-format-select[b-mv8g2gugcv] {
    width: 250px;
}

.report-controls[b-mv8g2gugcv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.report-btn[b-mv8g2gugcv] {
    height: 50px !important;
    margin-top: -200px;
}

.report-type[b-mv8g2gugcv] {
    margin-top: 40px;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.auth-btn[b-6wgfdwgi68] {
    font-weight: 600;
}

.name-span[b-6wgfdwgi68] {
    min-width: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* styles from MainLayout.razor.css initial template */

.page[b-t86gos16u4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-t86gos16u4] {
    flex: 1;
}


.top-row[b-t86gos16u4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t86gos16u4]  a, .top-row .btn-link[b-t86gos16u4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-t86gos16u4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t86gos16u4] {
        display: none;
    }

    .top-row.auth[b-t86gos16u4] {
        justify-content: space-between;
    }

    .top-row a[b-t86gos16u4], .top-row .btn-link[b-t86gos16u4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t86gos16u4] {
        flex-direction: row;
    }

    .sidebar[b-t86gos16u4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t86gos16u4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-t86gos16u4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* end styles from MainLayout.razor.css initial template */

.main[b-t86gos16u4] {
    flex: 1;
}

/* see also NavMenu.razor.css for more sidebar/nav styles */
.sidebar[b-t86gos16u4] {
    background-color: rgba(240, 240, 240, 1);
    color: black;
    border-right: solid rgba(128, 128, 128, 0.5) 0.5px;
}

/* confirmation message styles */
.custom-alert[b-t86gos16u4] {
    position: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    bottom: 30px !important;
    left: 20px !important;
    height: 50px;
    width: 270px !important;
    background-color: #314D74 !important;
    border: 1px solid #DEDEE0 !important;
    color: #FFFFFF !important;
    fill-opacity: 1;
}

.alert-icon[b-t86gos16u4] {
    height: 30px;
    width: 30px;
    margin-right: 6px;
}
/* end confirmation message styles */

@media (min-width: 768px) {

    .sidebar[b-t86gos16u4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main > div[b-t86gos16u4] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .app-content[b-t86gos16u4] {
        padding: 24px;
        background-color: #F0F1F2;
        height: 95vh;
        z-index: -2;
        overflow:scroll;
    }

    .navbar-toggler[b-t86gos16u4] {
        display: none;
    }

    .sidebar[b-t86gos16u4]  .collapse {
        display: block;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
/* styles from NavMenu.razor.css initial template */

.navbar-toggler[b-a6x7bnob7x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-a6x7bnob7x] {
    height: 3.5rem;
    background-color: rgba(240, 240, 240, 1);
}

.navbar-brand[b-a6x7bnob7x] {
    font-size: 1.1rem;
    margin-right: 0px;
    color: black;
    font-weight: 500;
}

    .navbar-brand > .logo[b-a6x7bnob7x] {
        width: 220px;
        max-width: 100% !important;
    }

.top-row.navbar[b-a6x7bnob7x] {
    padding-right: 1.5rem;
}

.oi[b-a6x7bnob7x] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -2px;
    background: black !important;
}

    .oi:hover[b-a6x7bnob7x], .oi.active[b-a6x7bnob7x] {
        color: white;
    }

.nav-item[b-a6x7bnob7x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: black;
    font-weight: 500;
}

    .nav-item:first-of-type[b-a6x7bnob7x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a6x7bnob7x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a6x7bnob7x]  a {
        color: rgba(10,31,143,255);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-weight: 500;
    }

        .nav-item[b-a6x7bnob7x]  a.active {
            background-color: rgba(10,31,143,255);
            color: white;
            font-weight: 500;
        }

        .nav-item[b-a6x7bnob7x]  a:hover {
            background-color: rgba(0,113,206,255);
            color: white;
            font-weight: 500;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-a6x7bnob7x] {
        display: none;
    }

    .collapse[b-a6x7bnob7x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* end styles from NavMenu.razor.css initial template */

.top-row[b-a6x7bnob7x] {
    background-color: rgba(240, 240, 240, 1);
    padding-top: 40px;
    padding-left: 40px;
}

.engagement-display-info[b-a6x7bnob7x] {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
    width: 100%;
}

    .engagement-display-info h2[b-a6x7bnob7x] {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .engagement-display-info h3[b-a6x7bnob7x] {
        font-size: 0.8rem;
    }

.oi[b-a6x7bnob7x] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -2px;
    color: black;
}

    .oi:hover[b-a6x7bnob7x], .oi.active[b-a6x7bnob7x] {
        color: white;
    }

@media (min-width: 768px) {
    .navbar-toggler[b-a6x7bnob7x] {
        display: none;
    }

    .collapse[b-a6x7bnob7x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.nav-container[b-a6x7bnob7x] {
    padding-top: 11rem;
}

    .nav-container[b-a6x7bnob7x]  .sidebar-icon {
        margin-right: 20px;
        width: 20px;
        color: black; /* Default color */
    }

    .nav-container[b-a6x7bnob7x]  .nav-item a:hover,
    .nav-container[b-a6x7bnob7x]  .nav-item a.active {
        background-color: rgba(0,113,206,255); 
        color: white;
    }

        /* Ensure that the icon inherits the color from the parent anchor tag */
        .nav-container[b-a6x7bnob7x]  .nav-item a:hover i,
        .nav-container[b-a6x7bnob7x]  .nav-item a.active i {
            color: white;
        }

    .nav-container[b-a6x7bnob7x]  .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        font-weight: 500;
    }

        .nav-container[b-a6x7bnob7x]  .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .nav-container[b-a6x7bnob7x]  .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .nav-container[b-a6x7bnob7x]  .nav-item a {
            color: black;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            font-weight: 500;
        }

            .nav-container[b-a6x7bnob7x]  .nav-item a.active {
                background-color: rgba(10,31,143,255);
                color: white;
                font-weight: 500;
            }

            .nav-container[b-a6x7bnob7x]  .nav-item a:hover {
                background-color: rgba(0,113,206,255);
                color: white;
                font-weight: 500;
            }
/* /Shared/NavMenuItemsForEngagement.razor.rz.scp.css */
.chevron-left-nav-icon[b-fwau57aya7] {
    color: #376B7F;
    margin-right: 10px;
}
