/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5e5iqdu6js] {
    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-5e5iqdu6js] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/MoneyQuickInput.razor.rz.scp.css */
.mqi-wrap[b-re0zzxv4es] {
    position: relative;
    width: 100%;
}

.mqi-suggest[b-re0zzxv4es] {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 50;
    background: #fff;
    border: 1px solid #d7e3f0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mqi-suggest-item[b-re0zzxv4es] {
    border: none;
    background: #fff;
    text-align: right;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #1565C0;
    cursor: pointer;
}

    .mqi-suggest-item:not(:last-child)[b-re0zzxv4es] {
        border-bottom: 1px solid #eef3f9;
    }

    .mqi-suggest-item:active[b-re0zzxv4es],
    .mqi-suggest-item:hover[b-re0zzxv4es] {
        background: #F0F7FF;
    }
/* /Components/Shared/SuggestTextInput.razor.rz.scp.css */
.sti-wrap[b-x5aox51vo5] {
    position: relative;
    width: 100%;
}

    .sti-wrap input[b-x5aox51vo5] {
        width: 100%;
        box-sizing: border-box;
    }

.sti-suggest[b-x5aox51vo5] {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 50;
    background: #fff;
    border: 1px solid #d7e3f0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    overflow-y: auto;
    max-height: 220px;
    display: flex;
    flex-direction: column;
}

.sti-suggest-item[b-x5aox51vo5] {
    border: none;
    background: #fff;
    text-align: left;
    padding: 9px 12px;
    font-size: 12px;
    color: #185FA5;
    cursor: pointer;
}

    .sti-suggest-item:not(:last-child)[b-x5aox51vo5] {
        border-bottom: 1px solid #eef3f9;
    }

    .sti-suggest-item:active[b-x5aox51vo5],
    .sti-suggest-item:hover[b-x5aox51vo5] {
        background: #F0F7FF;
    }
