@import '_content/Cone.Shared.UI/Cone.Shared.UI.6p4t4m1e4h.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3hppbf1apy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.site-layout[b-3hppbf1apy] {
    overflow-x: clip;
}

/* Ensure navbar is not clipped */
.site-layout>nav[b-3hppbf1apy] {
    overflow: visible;
}

main[b-3hppbf1apy] {
    flex: 1;
}

.top-row[b-3hppbf1apy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-3hppbf1apy]  a,
.top-row[b-3hppbf1apy]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-3hppbf1apy]  a:hover,
.top-row[b-3hppbf1apy]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-3hppbf1apy]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-3hppbf1apy] {
        justify-content: space-between;
    }

    .top-row[b-3hppbf1apy]  a,
    .top-row[b-3hppbf1apy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3hppbf1apy] {
        flex-direction: row;
    }

    .top-row[b-3hppbf1apy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3hppbf1apy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3hppbf1apy],
    article[b-3hppbf1apy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3hppbf1apy] {
    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-3hppbf1apy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lym9mravbf],
.components-reconnect-repeated-attempt-visible[b-lym9mravbf],
.components-reconnect-failed-visible[b-lym9mravbf],
.components-pause-visible[b-lym9mravbf],
.components-resume-failed-visible[b-lym9mravbf],
.components-rejoining-animation[b-lym9mravbf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-retrying[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-failed[b-lym9mravbf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lym9mravbf] {
    display: block;
}


#components-reconnect-modal[b-lym9mravbf] {
    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-lym9mravbf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lym9mravbf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lym9mravbf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lym9mravbf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lym9mravbf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lym9mravbf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lym9mravbf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lym9mravbf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lym9mravbf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lym9mravbf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lym9mravbf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lym9mravbf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lym9mravbf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lym9mravbf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lym9mravbf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lym9mravbf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lym9mravbf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lym9mravbf {
    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/Contact.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-2c2n8pc60y]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-2c2n8pc60y] {
    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;
}

.bg-brand-primary[b-2c2n8pc60y] {
    background-color: var(--color-primary, #1E293B) !important;
}

.bg-brand-accent[b-2c2n8pc60y] {
    background-color: var(--color-accent, #DC2626) !important;
}

.call-center-card[b-2c2n8pc60y] {
    border-radius: 20px;
    overflow: hidden;
}

.call-icon-wrapper[b-2c2n8pc60y] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--color-primary, #1E293B) 0%, var(--color-secondary, #64748B) 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.topic-icon[b-2c2n8pc60y] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.contact-icon[b-2c2n8pc60y] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.team-icon[b-2c2n8pc60y] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.accordion-button:not(.collapsed)[b-2c2n8pc60y] {
    background-color: var(--color-primary, #1E293B);
    color: white;
}

.accordion-button:not(.collapsed)[b-2c2n8pc60y]::after {
    filter: brightness(0) invert(1);
}
/* /Components/Pages/DentalVision.razor.rz.scp.css */
.page-header[b-haafu66963] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.page-header .breadcrumb-item + .breadcrumb-item[b-haafu66963]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-haafu66963] {
    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;
}

.plan-card[b-haafu66963] {
    border-radius: 16px;
    overflow: hidden;
}

.plan-icon[b-haafu66963] {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.dental-header[b-haafu66963] {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.vision-header[b-haafu66963] {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
}

.documents-section .list-group-item[b-haafu66963] {
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.documents-section .list-group-item:hover[b-haafu66963] {
    border-left-color: #10b981;
    background-color: #f8f9fa;
}

.bg-brand-primary[b-haafu66963] {
    background-color: var(--color-primary, #1E293B) !important;
}
/* /Components/Pages/Forms.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-42yendkqmn]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-42yendkqmn] {
    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;
}

.bg-brand-primary[b-42yendkqmn] {
    background-color: var(--color-primary, #1E293B) !important;
}

.quick-link-card[b-42yendkqmn] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
}

.quick-link-card:hover[b-42yendkqmn] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.quick-link-card:hover h6[b-42yendkqmn] {
    color: var(--color-primary, #1E293B) !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.feature-icon[b-67qje2w2uq] {
    width: 80px;
    height: 80px;
}

.features-section .card[b-67qje2w2uq] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .card:hover[b-67qje2w2uq] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.plan-icon[b-67qje2w2uq] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.plan-highlight-card[b-67qje2w2uq] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.plan-highlight-card:hover[b-67qje2w2uq] {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.documents-section .list-group-item[b-67qje2w2uq] {
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.documents-section .list-group-item:hover[b-67qje2w2uq] {
    border-left-color: var(--color-accent, #dc2626);
    background-color: #f8f9fa;
}

.news-section .card[b-67qje2w2uq] {
    transition: transform 0.2s ease;
    border-radius: 12px;
}

.news-section .card:hover[b-67qje2w2uq] {
    transform: translateY(-3px);
}

.contact-cta-section[b-67qje2w2uq] {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0f172a 100%);
}

.bg-brand-primary[b-67qje2w2uq] {
    background-color: var(--color-primary, #1E293B) !important;
}

.bg-brand-accent[b-67qje2w2uq] {
    background-color: var(--color-accent, #DC2626) !important;
}
/* /Components/Pages/MailingList.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-5hdxm05uk2]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-5hdxm05uk2] {
    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;
}

.bg-brand-primary[b-5hdxm05uk2] {
    background-color: var(--color-primary, #1E293B) !important;
}

.signup-icon-wrapper[b-5hdxm05uk2] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--color-primary, #1E293B) 0%, var(--color-secondary, #64748B) 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.news-card[b-5hdxm05uk2] {
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.news-card:hover[b-5hdxm05uk2] {
    transform: translateY(-2px);
}

.sidebar .list-group-item:hover[b-5hdxm05uk2] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Plans.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-wfgyu1xdst]::before {
    color: rgba(255, 255, 255, 0.5);
}

.plan-type-card[b-wfgyu1xdst] {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.plan-type-card:hover[b-wfgyu1xdst] {
    transform: translateY(-5px);
}

.plan-icon-lg[b-wfgyu1xdst] {
    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-wfgyu1xdst] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-brand-primary[b-wfgyu1xdst] {
    background-color: var(--color-primary, #1E293B) !important;
}

.bg-brand-accent[b-wfgyu1xdst] {
    background-color: var(--color-accent, #DC2626) !important;
}

.btn-accent[b-wfgyu1xdst] {
    background-color: var(--color-accent, #DC2626);
    color: white;
    border: none;
}

.btn-accent:hover[b-wfgyu1xdst] {
    background-color: #b91c1c;
    color: white;
}
/* /Components/Pages/PlansMedicare.razor.rz.scp.css */
.page-header[b-lduo4p505f] {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.page-header .breadcrumb-item + .breadcrumb-item[b-lduo4p505f]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-lduo4p505f] {
    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;
}

.notice-section[b-lduo4p505f] {
    border-bottom: 1px solid #e9ecef;
}

.year-selection[b-lduo4p505f] {
    border-bottom: 1px solid #e9ecef;
}

.sidebar .list-group-item:hover[b-lduo4p505f] {
    background-color: #f8f9fa;
}

.bg-brand-accent[b-lduo4p505f] {
    background-color: var(--color-accent, #DC2626) !important;
}
/* /Components/Pages/PlansPre65.razor.rz.scp.css */
.page-header .breadcrumb-item + .breadcrumb-item[b-mc1os74uin]::before {
    color: rgba(255, 255, 255, 0.5);
}

.header-icon[b-mc1os74uin] {
    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-mc1os74uin] {
    border-bottom: 1px solid #e9ecef;
}

.documents-section .list-group-item[b-mc1os74uin] {
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.documents-section .list-group-item:hover[b-mc1os74uin] {
    border-left-color: var(--color-primary, #1E293B);
    background-color: #f8f9fa;
}

.bg-brand-primary[b-mc1os74uin] {
    background-color: var(--color-primary, #1E293B) !important;
}
