/* _content/OSF_BlazorSite/Components/Calculator/Calculator.razor.rz.scp.css */

#calculator[b-018xuinn2l] {
    --default-background: #004c97;
    --header-background: #f2f2f2;
    --alternate-default-background: #0072ce;
}

thead[b-018xuinn2l], .card-header[b-018xuinn2l], .btnCalculate[b-018xuinn2l] {
    background-color: var(--default-background);
}

.table tbody td[b-018xuinn2l] {
    vertical-align: middle;
}

#comparisonTableRow[b-018xuinn2l] {
    background-color: var(--header-background);
    color: var(--default-background);
}

.table thead tr th[b-018xuinn2l], .paymentTotal[b-018xuinn2l] {
    background-color: var(--alternate-default-background);
    color: white;
}

.btn-primary[b-018xuinn2l] {
    padding: 10px 0px;
    text-transform: none;
}
/* _content/OSF_BlazorSite/Components/Calculator/CalculatorContainer.razor.rz.scp.css */

#calculatorContainer[b-f3uns3s7ej] {
    --form-background: #004C97;
    --header-background: #f2f2f2;
}


.calculatorPageTitle[b-f3uns3s7ej] {
    color: white;
    background-color: var(--form-background);
    font-weight: 400;
    font-size: 1.4rem;
    height: 6rem;
    background-image: url(https://www.oakstreetfunding.com/hubfs/Texture-banner.jpg);
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center
}

a[b-f3uns3s7ej], a:visited[b-f3uns3s7ej] {
    font-size: 1rem;
    color: var(--form-background);
    font-weight: 600;
}

    a:hover[b-f3uns3s7ej] {
        color: white;
        background-color: var(--form-background);
    }


.cardHeader[b-f3uns3s7ej] {
    background-color: var(--header-background);
}

#cardBody[b-f3uns3s7ej] {
    background-color: var(--form-background);
}



.nav[b-f3uns3s7ej] {
    flex-wrap: nowrap;
}

@media (max-width:400px) {

    .nav[b-f3uns3s7ej] {
        flex-direction: column;
    }

    li.me-1[b-f3uns3s7ej] {
        margin-right: 0 !important
    }
}
/* _content/OSF_BlazorSite/Shared/MainLayout.razor.rz.scp.css */
.page[b-9up37vk1zi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9up37vk1zi] {
    flex: 1;
}

.sidebar[b-9up37vk1zi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9up37vk1zi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9up37vk1zi]  a, .top-row .btn-link[b-9up37vk1zi] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9up37vk1zi] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9up37vk1zi] {
        display: none;
    }

    .top-row.auth[b-9up37vk1zi] {
        justify-content: space-between;
    }

    .top-row a[b-9up37vk1zi], .top-row .btn-link[b-9up37vk1zi] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9up37vk1zi] {
        flex-direction: row;
    }

    .sidebar[b-9up37vk1zi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9up37vk1zi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9up37vk1zi], article[b-9up37vk1zi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/OSF_BlazorSite/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lr9fhga2al] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lr9fhga2al] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lr9fhga2al] {
    font-size: 1.1rem;
}

.oi[b-lr9fhga2al] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lr9fhga2al] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lr9fhga2al] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lr9fhga2al] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lr9fhga2al]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lr9fhga2al]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-lr9fhga2al]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lr9fhga2al] {
        display: none;
    }

    .collapse[b-lr9fhga2al] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
