@import '_content/Cone.Shared.UI/Cone.Shared.UI.6p4t4m1e4h.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-layout[b-ms7c2nj347] {
    overflow-x: hidden;
}

main[b-ms7c2nj347] {
    flex: 1;
}

#blazor-error-ui[b-ms7c2nj347] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ms7c2nj347] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gmg1rewpb8],
.components-reconnect-repeated-attempt-visible[b-gmg1rewpb8],
.components-reconnect-failed-visible[b-gmg1rewpb8],
.components-pause-visible[b-gmg1rewpb8],
.components-resume-failed-visible[b-gmg1rewpb8],
.components-rejoining-animation[b-gmg1rewpb8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-retrying[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-failed[b-gmg1rewpb8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gmg1rewpb8] {
    display: block;
}


#components-reconnect-modal[b-gmg1rewpb8] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gmg1rewpb8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gmg1rewpb8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gmg1rewpb8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gmg1rewpb8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gmg1rewpb8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gmg1rewpb8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gmg1rewpb8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gmg1rewpb8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gmg1rewpb8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gmg1rewpb8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gmg1rewpb8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gmg1rewpb8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gmg1rewpb8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gmg1rewpb8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gmg1rewpb8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gmg1rewpb8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gmg1rewpb8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gmg1rewpb8 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* About Page Styles */

.veba-icon-large[b-m7nppapgmp] {
    width: 80px;
    height: 80px;
}

.board-icon[b-m7nppapgmp] {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* Date badges for enrollment section */
.date-badge[b-m7nppapgmp] {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.date-badge .month[b-m7nppapgmp] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.date-badge .day[b-m7nppapgmp] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

/* Card hover effects */
.card[b-m7nppapgmp] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-m7nppapgmp] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* /Components/Pages/Cobra.razor.rz.scp.css */
.page-header[b-ni6l2hdh7s] {
    background: linear-gradient(135deg, var(--color-accent, #D97706) 0%, #b45309 100%);
}

.page-header .breadcrumb-item + .breadcrumb-item[b-ni6l2hdh7s]::before {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar .list-group-item[b-ni6l2hdh7s] {
    transition: background-color 0.2s ease;
}

.sidebar .list-group-item:hover[b-ni6l2hdh7s] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-mq04v323ie]::before {
    color: rgba(255, 255, 255, 0.5);
}

.contact-icon[b-mq04v323ie] {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.mini-icon[b-mq04v323ie] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
/* /Components/Pages/Documents.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-wyg522ni4z]::before {
    color: rgba(255, 255, 255, 0.5);
}

.quick-doc-card[b-wyg522ni4z] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.quick-doc-card:hover[b-wyg522ni4z] {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.text-brand-accent[b-wyg522ni4z] {
    color: var(--color-accent, #D97706) !important;
}
/* /Components/Pages/Faq.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-rd690auf0o]::before {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar .list-group-item[b-rd690auf0o] {
    transition: background-color 0.2s ease;
}

.sidebar .list-group-item:hover[b-rd690auf0o] {
    background-color: #f8f9fa;
}
/* /Components/Pages/HelpfulLinks.razor.rz.scp.css */
/* Helpful Links Page Styles */

.resource-card[b-pufdrh4fyl] {
    transition: all 0.3s ease;
}

.resource-card:hover[b-pufdrh4fyl] {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

.resource-icon[b-pufdrh4fyl] {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.plan-icon[b-tea80lwkbq] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.plan-card[b-tea80lwkbq] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.plan-card:hover[b-tea80lwkbq] {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.news-section .card[b-tea80lwkbq] {
    transition: transform 0.2s ease;
    border-radius: 12px;
}

.news-section .card:hover[b-tea80lwkbq] {
    transform: translateY(-3px);
}

.contact-cta-section[b-tea80lwkbq] {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #1f2937 100%);
}
/* /Components/Pages/HowTo.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-kbq6irw2iw]::before {
    color: rgba(255, 255, 255, 0.5);
}

.quick-link-card[b-kbq6irw2iw] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.quick-link-card:hover[b-kbq6irw2iw] {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.quick-icon[b-kbq6irw2iw] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.date-badge[b-kbq6irw2iw] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.date-badge .month[b-kbq6irw2iw] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.date-badge .day[b-kbq6irw2iw] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.hctc-badge[b-kbq6irw2iw] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: white;
}

.hctc-badge .percentage[b-kbq6irw2iw] {
    font-size: 2.5rem;
    font-weight: 700;
}

.hctc-badge .label[b-kbq6irw2iw] {
    font-size: 0.875rem;
    opacity: 0.9;
}
/* /Components/Pages/LifeInsurance.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-7w5fga19wu]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-7w5fga19wu] {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.task-icon[b-7w5fga19wu] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.list-group-item[b-7w5fga19wu] {
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.list-group-item:hover[b-7w5fga19wu] {
    border-left-color: var(--color-primary, #047857);
    background-color: #f8f9fa;
}
/* /Components/Pages/News.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-lgf0h40m4w]::before {
    color: rgba(255, 255, 255, 0.5);
}

.news-item[b-lgf0h40m4w] {
    transition: transform 0.2s ease;
    border-radius: 12px;
}

.news-item:hover[b-lgf0h40m4w] {
    transform: translateX(5px);
}

.news-date[b-lgf0h40m4w] {
    min-width: 70px;
    padding: 10px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    border-radius: 8px;
    color: white;
}

.news-date .month[b-lgf0h40m4w] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-date .day[b-lgf0h40m4w] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.news-date .year[b-lgf0h40m4w] {
    display: block;
    font-size: 0.7rem;
    opacity: 0.8;
}

.bg-brand-accent[b-lgf0h40m4w] {
    background-color: var(--color-accent, #D97706) !important;
}

.sidebar .list-group-item[b-lgf0h40m4w] {
    transition: background-color 0.2s ease;
}

.sidebar .list-group-item:hover[b-lgf0h40m4w] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Plans.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-ffn4v1og9o]::before {
    color: rgba(255, 255, 255, 0.5);
}

.plan-type-card[b-ffn4v1og9o] {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.plan-type-card:hover[b-ffn4v1og9o] {
    transform: translateY(-5px);
}

.plan-icon-lg[b-ffn4v1og9o] {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.plan-icon-sm[b-ffn4v1og9o] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.btn-accent[b-ffn4v1og9o] {
    background-color: var(--color-accent, #D97706);
    color: white;
    border: none;
}

.btn-accent:hover[b-ffn4v1og9o] {
    background-color: #b45309;
    color: white;
}
/* /Components/Pages/PlansPost65.razor.rz.scp.css */
.page-header[b-alxwk95zmi] {
    background: linear-gradient(135deg, var(--color-accent, #D97706) 0%, #b45309 100%);
}

.page-header .breadcrumb-item + .breadcrumb-item[b-alxwk95zmi]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-alxwk95zmi] {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.year-selection[b-alxwk95zmi] {
    border-bottom: 1px solid #e9ecef;
}

.btn-accent[b-alxwk95zmi] {
    background-color: var(--color-accent, #D97706);
    color: white;
    border: none;
}

.btn-accent:hover[b-alxwk95zmi] {
    background-color: #b45309;
    color: white;
}

.text-brand-accent[b-alxwk95zmi] {
    color: var(--color-accent, #D97706) !important;
}
/* /Components/Pages/PlansPre65.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-r5p1poyccq]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-r5p1poyccq] {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.year-selection[b-r5p1poyccq] {
    border-bottom: 1px solid #e9ecef;
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
/* Privacy Policy Page Styles */

.use-case-card[b-m44e0oxmj0] {
    transition: all 0.2s ease;
}

.use-case-card:hover[b-m44e0oxmj0] {
    background-color: #f8f9fa;
    border-color: var(--color-primary) !important;
}
