/* /Components/Layout/MainLayout.razor.rz.scp.css */

html[b-6kap5znxnc], body[b-6kap5znxnc] {
    height: 100%;
    margin: 0;
    background-color: #FFFFFF; 
}

.main-content[b-6kap5znxnc] {
    position: relative;
    top: calc(3.5rem + 25px + 15px);
    height: calc(100vh - (3.5rem + 25px + 15px)); 
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Article content */
article.content[b-6kap5znxnc] {
    flex: 1;
    padding: 1rem 2rem;
    overflow-x: hidden;
}


/* Error UI */
#blazor-error-ui[b-6kap5znxnc] {
    background: #FFF8EC;
    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-6kap5znxnc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.custom-navbar[b-jlk3nj8wpx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-top: 25px solid #CCD1D3;
    border-bottom: 15px solid #CCD1D3;
    height: calc(3.5rem + 25px + 15px); /* add border thickness */
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

/* Logo */
.navbar-brand img[b-jlk3nj8wpx] {
    object-fit: contain;
}

/* Navbar links */
.nav-scrollable[b-jlk3nj8wpx] {
    display: flex;
}

.navbar-nav[b-jlk3nj8wpx] {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-jlk3nj8wpx] {
    margin-left: 1rem;
}

    .nav-item .nav-link[b-jlk3nj8wpx] {
       color: #007992; /* teal for link text */
        display: flex;
        align-items: center;
        height: 3.5rem;
        line-height: 3.5rem;
        text-decoration: none;
        padding: 0 0.5rem;
        border-radius: 0.25rem;
        transition: all 0.2s ease-in-out;
    }

        .nav-item .nav-link:hover[b-jlk3nj8wpx],
        .nav-item .nav-link.active[b-jlk3nj8wpx] {

        }

/* Icons */
.bi[b-jlk3nj8wpx] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background-size: cover;
    position: relative;
    top: -1px;
}

/* Hamburger toggle for mobile */
.navbar-toggler[b-jlk3nj8wpx] {
    display: none;
}

.navbar-toggler-label[b-jlk3nj8wpx] {
    display: none;
    width: 2.5rem;
    height: 2rem;
    cursor: pointer;
}

/* Responsive mobile menu */
@media (max-width: 640px) {
    .nav-scrollable[b-jlk3nj8wpx] {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #FFFFFF; /* white mobile menu background */
        border-top: 1px solid #C1F3F7;
        position: absolute;
        top: 3.5rem;
        left: 0;
        padding: 0.5rem 0;
    }

    .navbar-toggler[b-jlk3nj8wpx] {
        display: inline-block;
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-jlk3nj8wpx] {
            display: flex;
        }

    .navbar-nav[b-jlk3nj8wpx] {
        flex-direction: column;
    }

    .nav-item[b-jlk3nj8wpx] {
        margin: 0;
        padding: 0.25rem 1rem;
    }
}
/* /Components/Pages/AdminScreen.razor.rz.scp.css */
body[b-st2ky3drhp] {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;

}

.loading-container[b-st2ky3drhp] {
    text-align: center;
    margin-top: 50px;
}

.cart-container[b-st2ky3drhp] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.client-table[b-st2ky3drhp] {
    width: 100%;
    border-collapse: collapse;
}

    .client-table thead[b-st2ky3drhp] {
        background-color: #f0f0f0;
        color: #333;
    }

    .client-table th[b-st2ky3drhp], .client-table td[b-st2ky3drhp] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .client-table th[b-st2ky3drhp] {
        background-color: #e0e0e0;
    }

    .client-table tr:nth-child(even)[b-st2ky3drhp] {
        background-color: #f9f9f9;
    }

    .client-table tr:hover[b-st2ky3drhp] {
        background-color: #f1f1f1;
    }

    .client-table a[b-st2ky3drhp] {
        color: #333;
        text-decoration: none;
    }

        .client-table a:hover[b-st2ky3drhp] {
            text-decoration: underline;
        }

p[b-st2ky3drhp] {
    font-size: 1.1em;
    color: #333;
}
/* /Components/Pages/AssumptionSetEditor.razor.rz.scp.css */
/* Stepper Wizard Styles for Assumption Set Editor */
.stepper-header[b-tgdr0sxwym] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
}

.stepper-header[b-tgdr0sxwym]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(98, 0, 234, 0.1);
    z-index: 1;
    transform: translateY(-50%);
}

.step-node[b-tgdr0sxwym] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.step-circle[b-tgdr0sxwym] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid rgba(98, 0, 234, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #9e9e9e;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.step-node.active .step-circle[b-tgdr0sxwym] {
    background: #6200ea;
    border-color: #6200ea;
    color: #ffffff;
    box-shadow: 0 0 0 6px rgba(98, 0, 234, 0.15), 0 4px 15px rgba(98, 0, 234, 0.3);
}

.step-node.completed .step-circle[b-tgdr0sxwym] {
    background: #03dac6;
    border-color: #03dac6;
    color: #ffffff;
}

.step-label[b-tgdr0sxwym] {
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #9e9e9e;
    transition: all 0.3s ease;
    text-align: center;
}

.step-node.active .step-label[b-tgdr0sxwym] {
    color: #6200ea;
    font-weight: 700;
}

.step-node.completed .step-label[b-tgdr0sxwym] {
    color: #00897b;
}

/* Glass panel background */
.wizard-panel[b-tgdr0sxwym] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(31, 38, 135, 0.05);
}

/* Preview details container */
.preview-container[b-tgdr0sxwym] {
    background: rgba(98, 0, 234, 0.03);
    border: 1px solid rgba(98, 0, 234, 0.08);
    border-radius: 14px;
    padding: 20px;
    margin-top: 16px;
    transition: all 0.3s ease;
}

.preview-metric[b-tgdr0sxwym] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a237e;
}

/* Slide animations */
@keyframes slideIn-b-tgdr0sxwym {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide[b-tgdr0sxwym] {
    animation: slideIn-b-tgdr0sxwym 0.4s ease-out forwards;
}
/* /Components/Pages/AssumptionSets.razor.rz.scp.css */
/* Premium Glassmorphic Styles for Assumption Set Setup */
.dashboard-container[b-6u5hrmhrlg] {
    padding: 24px;
    background: radial-gradient(circle at 10% 20%, rgba(20, 24, 33, 0.05) 0%, rgba(33, 39, 53, 0.02) 90%);
    border-radius: 20px;
}

.glass-card[b-6u5hrmhrlg] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.glass-card:hover[b-6u5hrmhrlg] {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px 0 rgba(31, 38, 135, 0.12);
    border-color: rgba(98, 0, 234, 0.25);
}

.glass-card[b-6u5hrmhrlg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6200ea, #03dac6);
    opacity: 0.8;
}

.card-header-accent[b-6u5hrmhrlg] {
    font-weight: 700;
    color: #1a237e;
}

.metric-pill[b-6u5hrmhrlg] {
    background: rgba(98, 0, 234, 0.05);
    border: 1px solid rgba(98, 0, 234, 0.1);
    color: #6200ea;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
}

.glow-button[b-6u5hrmhrlg] {
    box-shadow: 0 4px 14px 0 rgba(98, 0, 234, 0.4);
    transition: all 0.3s ease;
}

.glow-button:hover[b-6u5hrmhrlg] {
    box-shadow: 0 6px 20px 0 rgba(98, 0, 234, 0.6);
    transform: scale(1.02);
}

.search-field[b-6u5hrmhrlg] {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.empty-state-card[b-6u5hrmhrlg] {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px dashed rgba(98, 0, 234, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}
/* /Components/Pages/CalculationHistory.razor.rz.scp.css */
body[b-7ns0votw7n] {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.loading-container[b-7ns0votw7n] {
    text-align: center;
    margin-top: 50px;
}

.cart-container[b-7ns0votw7n] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.client-table[b-7ns0votw7n] {
    width: 100%;
    border-collapse: collapse;
}

    .client-table thead[b-7ns0votw7n] {
        background-color: #f0f0f0;
        color: #333;
    }

    .client-table th[b-7ns0votw7n], .client-table td[b-7ns0votw7n] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .client-table th[b-7ns0votw7n] {
        background-color: #e0e0e0;
    }

    .client-table tr:nth-child(even)[b-7ns0votw7n] {
        background-color: #f9f9f9;
    }

    .client-table tr:hover[b-7ns0votw7n] {
        background-color: #f1f1f1;
    }

    .client-table a[b-7ns0votw7n] {
        color: #333;
        text-decoration: none;
    }

        .client-table a:hover[b-7ns0votw7n] {
            text-decoration: underline;
        }

p[b-7ns0votw7n] {
    font-size: 1.1em;
    color: #333;
}
/* /Components/Pages/ClientList.razor.rz.scp.css */
body[b-6itun56aeq] {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.loading-container[b-6itun56aeq] {
    text-align: center;
    margin-top: 50px;
}

.cart-container[b-6itun56aeq] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.client-table[b-6itun56aeq] {
    width: 100%;
    border-collapse: collapse;
}

    .client-table thead[b-6itun56aeq] {
        background-color: #f0f0f0;
        color: #333;
    }

    .client-table th[b-6itun56aeq], .client-table td[b-6itun56aeq] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .client-table th[b-6itun56aeq] {
        background-color: #e0e0e0;
    }

    .client-table tr:nth-child(even)[b-6itun56aeq] {
        background-color: #f9f9f9;
    }

    .client-table tr:hover[b-6itun56aeq] {
        background-color: #f1f1f1;
    }

    .client-table a[b-6itun56aeq] {
        color: #333;
        text-decoration: none;
    }

        .client-table a:hover[b-6itun56aeq] {
            text-decoration: underline;
        }

p[b-6itun56aeq] {
    font-size: 1.1em;
    color: #333;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.page-spacer[b-vn5aeqmzg0] {
    min-height: 40px;
}

.multirole-container[b-vn5aeqmzg0] {
    background: url('/images/Background.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100%;
}

.vl[b-vn5aeqmzg0] {
    border-left: 1px solid #ffffff;
}

.landingcontain[b-vn5aeqmzg0] {
    text-align: center;
}

.multipic[b-vn5aeqmzg0] {
    max-width: 100%;
}

.sexy-section[b-vn5aeqmzg0] {
    background-color: #d9e3ea;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid white;
}
.loading-container[b-vn5aeqmzg0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.text-white-bold[b-vn5aeqmzg0] {
    color: white !important;
    font-weight: bold;
}

    .text-white-bold:hover[b-vn5aeqmzg0] { /* Correct hover syntax */
        color: cadetblue !important;
        font-weight: bold;
    }
.text-white[b-vn5aeqmzg0]
{
    color: white;
}
.text-grey[b-vn5aeqmzg0]{
    color: #4A4A4A !important; /* Dark grey */
    font-weight: bold;
    background-color: white;
}
/* /Components/Pages/LinkedMemberInformation.razor.rz.scp.css */
.loading-container[b-zwvj4392l6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
/* /Components/Pages/PlanMyLife/CurrentSituation.razor.rz.scp.css */
.mud-divider[b-wj9leauajl] {
    margin: 12px 0;
}

.mud-card[b-wj9leauajl] {
    border-radius: 14px;
}
/* /Components/Pages/PlanMyLife/MemberSummary.razor.rz.scp.css */
.mud-card[b-1fm1m47g0a] {
    border-radius: 14px;
}

.mud-button-root[b-1fm1m47g0a] {
    border-radius: 8px;
    font-weight: 500;
    text-transform: none;
}

.mud-typography-caption[b-1fm1m47g0a] {
    color: #8A9094;
}
/* /Components/Pages/PlanMyLife/PMLCalculationResults.razor.rz.scp.css */
.mud-card[b-pamcaxkrmp] {
    border-radius: 14px;
}

.section-title[b-pamcaxkrmp] {
    color: #004574;
    font-weight: 600;
}

.mud-divider[b-pamcaxkrmp] {
    margin: 14px 0;
}
/* /Components/Pages/PlanMyLife/RetirementPlanning.razor.rz.scp.css */
.mud-paper[b-qeoe08zkx4] {
    border-radius: 14px;
    border: 1px solid #E3E8EF;
    padding: 16px;
    transition: 0.2s ease;
}

    .mud-paper:hover[b-qeoe08zkx4] {
        box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    }

.mud-button-root[b-qeoe08zkx4] {
    margin-top: 12px;
    border-radius: 8px;
    text-transform: none;
}

.mud-list-item[b-qeoe08zkx4] {
    border-bottom: 1px solid #F1F3F5;
}

    .mud-list-item:last-child[b-qeoe08zkx4] {
        border-bottom: none;
    }
/* /Components/Pages/PlanMyLife/SectionCard.razor.rz.scp.css */
.section-card[b-kv2wm166ty] {
    background: #F5F7FA;
    border-radius: 14px;
    padding: 16px;
    transition: 0.2s ease;
}

    .section-card:hover[b-kv2wm166ty] {
        box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    }

.section-title[b-kv2wm166ty] {
    color: #004574;
    font-weight: 600;
    margin-bottom: 10px;
}
/* /Components/Pages/PlanMyLife/StatItem.razor.rz.scp.css */
.compact-cell[b-persjbp3go] {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bordered-right[b-persjbp3go] {
    border-right: 1px solid #E3E8EF;
}

.stat-value[b-persjbp3go] {
    font-weight: 600;
    font-size: 1rem;
    color: #163250;
}

.mud-typography-caption[b-persjbp3go] {
    color: #626669;
}
/* /Components/Pages/TwoPotCalculationHistory.razor.rz.scp.css */
body[b-bowll678aa] {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.loading-container[b-bowll678aa] {
    text-align: center;
    margin-top: 50px;
}

.cart-container[b-bowll678aa] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.client-table[b-bowll678aa] {
    width: 100%;
    border-collapse: collapse;
}

    .client-table thead[b-bowll678aa] {
        background-color: #f0f0f0;
        color: #333;
    }

    .client-table th[b-bowll678aa], .client-table td[b-bowll678aa] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .client-table th[b-bowll678aa] {
        background-color: #e0e0e0;
    }

    .client-table tr:nth-child(even)[b-bowll678aa] {
        background-color: #f9f9f9;
    }

    .client-table tr:hover[b-bowll678aa] {
        background-color: #f1f1f1;
    }

    .client-table a[b-bowll678aa] {
        color: #333;
        text-decoration: none;
    }

        .client-table a:hover[b-bowll678aa] {
            text-decoration: underline;
        }

p[b-bowll678aa] {
    font-size: 1.1em;
    color: #333;
}
