/* _content/RepPortal/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ot94ouyp2w] {
    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[b-ot94ouyp2w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RepPortal/Components/YieldCalculator.razor.rz.scp.css */
.form-container[b-au163xihxq] {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group[b-au163xihxq] {
    margin-bottom: 1rem;
}

.form-group label[b-au163xihxq] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-container table[b-au163xihxq] {
    margin-top: 2rem;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.form-container td[b-au163xihxq] {
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #dee2e6;
}

.page-title[b-au163xihxq] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-container tr:nth-child(even)[b-au163xihxq] {
    background-color: #f8f9fa;
}

.form-container tr.highlight[b-au163xihxq] {
    background-color: #fff3cd;
    font-weight: 600;
}

.form-container tr.sub[b-au163xihxq] {
    background-color: #f0f0f0;
}
