/* _content/SplitCombineForm/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5k4tpuvcrv] {
    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-5k4tpuvcrv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SplitCombineForm/Components/Pages/Apply.razor.rz.scp.css */
legend[b-nflwxwi4sg] {
    /*border-bottom: none;*/
    font-size: 1.2rem;
}

.form-border[b-nflwxwi4sg] {
    -moz-box-shadow: 0 0 3px #ccc !important;
    -webkit-box-shadow: 0 0 3px #ccc !important;
    /*box-shadow: 0 0 3px #ccc !important;*/
    padding: 1em;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.15) !important;
    background-color:#fff;
}

[b-nflwxwi4sg] #routeContent {
    background-color: lightblue !important; /* Overrides default */
}

.bi-x-circle[b-nflwxwi4sg]::before {
    vertical-align: -.65em;
    margin-left: -5px;
    /*content: "\f623";
    position: absolute;
    right: -20px;
    top: 67%;
    transform: translateY(-50%);*/
}

.account-message[b-nflwxwi4sg] {
    position: absolute;
    bottom: 0px;
    font-weight: 400 !important;
    font-size: .85em;
}

.account-message-standard[b-nflwxwi4sg] {
    top: 5px;
    left: 1.25em;
}

[b-nflwxwi4sg] div.validation-message {
    font-size: 14px !important;
    /*margin-bottom: -10px;*/
}

.btn.base-btn-text[b-nflwxwi4sg], .btn-text_base-btn-text .btn[b-nflwxwi4sg]{
    color: #212121 !important;
    font-weight: bold;
}
/* _content/SplitCombineForm/Components/Pages/Home.razor.rz.scp.css */
.btn.base-btn-text[b-eqm2uz0ljx], .btn-text_base-btn-text .btn[b-eqm2uz0ljx] {
    color: #212121 !important;
    font-weight: bold;
}

li.breadcrumb-item.active > span[b-eqm2uz0ljx] {
    color: rgba(11, 90, 156, 1) !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
}
