@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
/* Default styles (Desktop first approach) */

.visually-hidden[b-ki1pkgednx] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Container for the whole page */
.forgot-password-container[b-ki1pkgednx] {
    min-height: 100vh;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;

    /* Center content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Card Styling */
[b-ki1pkgednx] .forgot-password-card {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: white;
    /* Premium soft shadow matching others */
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 4px 12px -3px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Elements */
.forgot-password-form-input-container[b-ki1pkgednx] {
    width: 100%;
}

.forgot-password-form-label[b-ki1pkgednx] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.forgot-password-form-input[b-ki1pkgednx] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.forgot-password-form-input:focus[b-ki1pkgednx] {
    border-color: var(--primary, #0078d4);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1);
    outline: none;
}

/* Responsive adjustments for Mobile (up to 600px) */
@media (max-width: 600px) {
    .forgot-password-container[b-ki1pkgednx] {
        padding: 0;
        min-height: 100vh;
        background: white;
        justify-content: flex-start;
        align-items: stretch;
    }

    [b-ki1pkgednx] .forgot-password-card {
        padding: 1.5rem !important;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
    }

    /* Adjust typography for H5 header */
    [b-ki1pkgednx] h5 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }

    .forgot-password-form-input[b-ki1pkgednx] {
        max-width: 100%;
        font-size: 16px;
    }
}

/* Specific fix for very small screens */
@media (max-width: 380px) {
    [b-ki1pkgednx] .forgot-password-card {
        padding: 1rem !important;
    }

    [b-ki1pkgednx] h5 {
        font-size: 1.1rem !important;
    }
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Default styles (Desktop first approach) */

.visually-hidden[b-pyk6tq249y] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Container for the whole page */
.login-container[b-pyk6tq249y] {
    min-height: 100vh;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;

    /* Center content (replacing FluentStack) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Card Styling - Targeted via ::deep because it's on a child component */
[b-pyk6tq249y] .login-card {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: white;
    /* Premium soft shadow */
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 4px 12px -3px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Elements */
.login-form-input-container[b-pyk6tq249y] {
    width: 100%;
    margin-bottom: 2px;
}

.login-form-label[b-pyk6tq249y] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.login-form-input[b-pyk6tq249y] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.login-form-input:focus[b-pyk6tq249y] {
    border-color: var(--primary, #0078d4);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1);
    outline: none;
}

/* Password Row */
.password-row[b-pyk6tq249y] {
    margin-bottom: 0.5rem;
}

/* Responsive adjustments for Mobile (up to 600px) */
@media (max-width: 600px) {
    .login-container[b-pyk6tq249y] {
        padding: 0;
        min-height: 100vh;
        background: white;
        justify-content: flex-start;
        /* Start from top on mobile */
        align-items: stretch;
        /* Stretch to fill width */
    }

    [b-pyk6tq249y] .login-card {
        padding: 1.5rem !important;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
    }

    /* Adjust typography for H5 header */
    [b-pyk6tq249y] h5 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }

    .login-form-input[b-pyk6tq249y] {
        max-width: 100%;
        font-size: 16px;
    }
}

/* Specific fix for very small screens */
@media (max-width: 380px) {
    [b-pyk6tq249y] .login-card {
        padding: 1rem !important;
    }

    [b-pyk6tq249y] h5 {
        font-size: 1.1rem !important;
    }
}
/* /Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
.manage-form-container[b-5d5vrp1mgd] {
    padding-top: 1rem;
}

.form-group[b-5d5vrp1mgd] {
    margin-bottom: 1.5rem;
}

.form-label[b-5d5vrp1mgd] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest);
    margin-bottom: 0.5rem;
    display: block;
}

.submit-button[b-5d5vrp1mgd] {
    height: 48px;
    font-weight: 600;
}
/* /Components/Account/Pages/Manage/Email.razor.rz.scp.css */
.manage-form-container[b-jmarlbp606] {
    padding-top: 1rem;
}

.form-group[b-jmarlbp606] {
    margin-bottom: 1.5rem;
}

.form-label[b-jmarlbp606] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest);
    margin-bottom: 0.5rem;
    display: block;
}

.submit-button[b-jmarlbp606] {
    height: 48px;
    font-weight: 600;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.manage-form-container[b-o4ks86hm9i] {
    padding-top: 1rem;
}

.form-group[b-o4ks86hm9i] {
    margin-bottom: 1.5rem;
}

.form-label[b-o4ks86hm9i] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest);
    margin-bottom: 0.5rem;
    display: block;
}

.form-control-static[b-o4ks86hm9i] {
    padding: 0.5rem 0;
    font-weight: 500;
}

.save-button[b-o4ks86hm9i] {
    height: 48px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .manage-form-container[b-o4ks86hm9i] {
        padding-top: 0.5rem;
    }
}
/* /Components/Account/Pages/Manage/Passkeys.razor.rz.scp.css */
.btn-passkey-submit[b-slx1b24ml4] {
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* Default styles (Desktop first approach) */

.visually-hidden[b-drlati5tu8] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Container for the whole page */
.register-container[b-drlati5tu8] {
    min-height: 100vh;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;

    /* Center content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Card Styling */
[b-drlati5tu8] .register-card {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: white;
    /* Premium soft shadow matching login */
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 4px 12px -3px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Elements */
.register-form-input-container[b-drlati5tu8] {
    width: 100%;
}

.register-form-label[b-drlati5tu8] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.register-form-input[b-drlati5tu8] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.register-form-input:focus[b-drlati5tu8] {
    border-color: var(--primary, #0078d4);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1);
    outline: none;
}

/* Responsive adjustments for Mobile (up to 600px) */
@media (max-width: 600px) {
    .register-container[b-drlati5tu8] {
        padding: 0;
        min-height: 100vh;
        background: white;
        justify-content: flex-start;
        align-items: stretch;
    }

    [b-drlati5tu8] .register-card {
        padding: 1.5rem !important;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
    }

    /* Adjust typography for H5 header */
    [b-drlati5tu8] h5 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }

    .register-form-input[b-drlati5tu8] {
        max-width: 100%;
        font-size: 16px;
        /* Prevents iOS zoom */
    }
}

/* Specific fix for very small screens */
@media (max-width: 380px) {
    [b-drlati5tu8] .register-card {
        padding: 1rem !important;
    }

    [b-drlati5tu8] h5 {
        font-size: 1.1rem !important;
    }
}
/* /Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
/* Default styles (Desktop first approach) */

.visually-hidden[b-u0jeg4dowt] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Container for the whole page */
.resend-confirmation-container[b-u0jeg4dowt] {
    min-height: 100vh;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;

    /* Center content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Card Styling */
[b-u0jeg4dowt] .resend-confirmation-card {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: white;
    /* Premium soft shadow matching others */
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 4px 12px -3px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Elements */
.resend-confirmation-form-input-container[b-u0jeg4dowt] {
    width: 100%;
}

.resend-confirmation-form-label[b-u0jeg4dowt] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.resend-confirmation-form-input[b-u0jeg4dowt] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.resend-confirmation-form-input:focus[b-u0jeg4dowt] {
    border-color: var(--primary, #0078d4);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1);
    outline: none;
}

/* Responsive adjustments for Mobile (up to 600px) */
@media (max-width: 600px) {
    .resend-confirmation-container[b-u0jeg4dowt] {
        padding: 0;
        min-height: 100vh;
        background: white;
        justify-content: flex-start;
        align-items: stretch;
    }

    [b-u0jeg4dowt] .resend-confirmation-card {
        padding: 1.5rem !important;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
    }

    /* Adjust typography for H5 header */
    [b-u0jeg4dowt] h5 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }

    .resend-confirmation-form-input[b-u0jeg4dowt] {
        max-width: 100%;
        font-size: 16px;
    }
}

/* Specific fix for very small screens */
@media (max-width: 380px) {
    [b-u0jeg4dowt] .resend-confirmation-card {
        padding: 1rem !important;
    }

    [b-u0jeg4dowt] h5 {
        font-size: 1.1rem !important;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-container[b-ywsqfquep1] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.manage-header[b-ywsqfquep1] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

.manage-layout-wrapper[b-ywsqfquep1] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.manage-sidebar[b-ywsqfquep1] {
    width: 100%;
}

.manage-content-area[b-ywsqfquep1] {
    flex: 1;
    min-width: 0;
}

/* Card Styling */
[b-ywsqfquep1] .manage-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Sidebar Nav styling */
[b-ywsqfquep1] .manage-nav {
    border-radius: 12px;
    overflow: hidden;
    background: white;
}

@media (min-width: 992px) {
    .manage-container[b-ywsqfquep1] {
        padding: 2rem;
    }

    .manage-layout-wrapper[b-ywsqfquep1] {
        flex-direction: row;
        align-items: flex-start;
    }

    .manage-sidebar[b-ywsqfquep1] {
        width: 280px;
        position: sticky;
        top: 2rem;
    }
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .manage-header[b-ywsqfquep1] {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    /* Maybe make the nav horizontal or scrollable on mobile */
    [b-ywsqfquep1] .manage-nav {
        margin-bottom: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-u21067bli1] {
    --primary: #51317c;
    --primary-light: #6a41a3;
    --primary-soft: rgba(81, 49, 124, 0.1);
    --bg-portal: #F1E9F8;
    --sidebar-width: 280px;
    --header-height: 60px;
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page[b-u21067bli1] {
    display: flex;
    min-height: 100vh;
    background-color: var(--bg-portal);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Sidebar Styling */
.sidebar[b-u21067bli1] {
    width: var(--sidebar-width);
    background: #ffffff;
    border-right: 1px solid rgba(81, 49, 124, 0.1);
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    z-index: 100;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: hidden;
}

/* Main Content Area */
main[b-u21067bli1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Header / Sub-Header */
.top-header[b-u21067bli1] {
    height: var(--header-height);
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    border-bottom: 1px solid rgba(81, 49, 124, 0.1);
    position: sticky;
    top: 0;
    z-index: 90;
}

.header-container[b-u21067bli1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-left[b-u21067bli1], .header-right[b-u21067bli1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand[b-u21067bli1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand img[b-u21067bli1] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.brand-text[b-u21067bli1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-title[b-u21067bli1] {
    font-weight: 700;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    color: var(--neutral-foreground-rest);
    line-height: 1;
    white-space: nowrap;
}

.brand-subtitle[b-u21067bli1] {
    font-size: 0.75rem;
    color: var(--neutral-foreground-hint);
    line-height: 1;
    margin-top: 1px;
}

.header-actions[b-u21067bli1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-link[b-u21067bli1] {
    color: var(--primary);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.2s;
}

.header-link:hover[b-u21067bli1] {
    background: var(--primary-soft);
}

/* Content Container */
.content-wrapper[b-u21067bli1] {
    flex: 1;
    padding: 1.5rem;
    /* More breathing room on desktop */
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

article.content[b-u21067bli1] {
    border-radius: 16px;
    min-height: calc(100vh - var(--header-height) - 3rem);
    /* Adjust for wrapper padding */
    width: auto;
    margin: 1rem;
    box-sizing: border-box;
}

/* Mobile Adjustments */
#nav-toggle[b-u21067bli1] {
    display: none;
}

@media (max-width: 991.98px) {
    .sidebar[b-u21067bli1] {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(-100%);
        z-index: 1001;
    }

    #nav-toggle:checked ~ div .sidebar[b-u21067bli1],
    #nav-toggle:checked ~ .sidebar[b-u21067bli1] {
        transform: translateX(0);
    }

    .sidebar-overlay[b-u21067bli1] {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1000;
        display: none;
        backdrop-filter: blur(2px);
    }

    #nav-toggle:checked ~ .sidebar-overlay[b-u21067bli1],
    #nav-toggle:checked ~ div .sidebar-overlay[b-u21067bli1] {
        display: block;
    }

    .content-wrapper[b-u21067bli1] {
        padding: 0.75rem;
    }

    article.content[b-u21067bli1] {
        padding: 0;
        border-radius: 0;
        min-height: calc(100vh - 60px);
    }
    
    .mobile-hide[b-u21067bli1] {
        display: none;
    }
    
    .top-header[b-u21067bli1] {
        height: auto;
        min-height: 60px;
    }
}

@media (min-width: 992px) {
    .mobile-hide[b-u21067bli1] {
        display: inline;
    }
    
    .FluentBadge[b-u21067bli1] {
        display: inline-flex !important;
    }
    
    .menu-toggle[b-u21067bli1] {
        display: none !important;
    }
}

.menu-toggle[b-u21067bli1] {
    display: none;
    background: transparent;
    border: none;
    color: var(--primary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
    .menu-toggle[b-u21067bli1] {
        display: inline-flex;
    }
}

#nav-toggle:checked ~ main .menu-toggle[b-u21067bli1] {
    display: none !important;
}

/* Blazor Error UI */
#blazor-error-ui[b-u21067bli1] {
    background: #fff;
    color: #e81123;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    text-align: center;
}

#blazor-error-ui a[b-u21067bli1] {
    color: var(--primary);
    font-weight: bold;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-list[b-88fbdbglt8] {
    padding: 1rem 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    /* Allow scrolling if menu is too long */
}

.nav-item[b-88fbdbglt8] {
    margin: 0.25rem 0.75rem;
}

.nav-item[b-88fbdbglt8]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #555;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border: none;
    width: 100%;
}

.nav-item[b-88fbdbglt8]  .nav-link i {
    font-size: 1.25rem;
    color: #888;
    transition: color 0.2s;
}

/* Hover State */
.nav-item[b-88fbdbglt8]  .nav-link:hover {
    background-color: #f1e9f8;
    color: #51317c;
}

.nav-item[b-88fbdbglt8]  .nav-link:hover i {
    color: #51317c;
}

/* Active State */
.nav-item[b-88fbdbglt8]  .nav-link.active {
    background-color: #51317c;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(81, 49, 124, 0.2);
}

.nav-item[b-88fbdbglt8]  .nav-link.active i {
    color: #ffffff;
}

/* Sidebar Top branding (hidden on mobile header typically, but can be here for drawer) */
.nav-branding[b-88fbdbglt8] {
    padding: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #51317c;
    font-weight: 700;
    font-size: 1.1rem;
}

@media (min-width: 992px) {
    .nav-branding[b-88fbdbglt8] {
        display: none;
        /* Already in top header on desktop */
    }
}

/* Manage User Section in Nav */
.user-section[b-88fbdbglt8] {
    /* margin-top: auto; handled by flex spacer */
    padding: 1rem;
    border-top: 1px solid #f0f0f0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eop15zs98h],
.components-reconnect-repeated-attempt-visible[b-eop15zs98h],
.components-reconnect-failed-visible[b-eop15zs98h],
.components-pause-visible[b-eop15zs98h],
.components-resume-failed-visible[b-eop15zs98h],
.components-rejoining-animation[b-eop15zs98h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-retrying[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-failed[b-eop15zs98h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eop15zs98h] {
    display: block;
}


#components-reconnect-modal[b-eop15zs98h] {
    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-eop15zs98h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eop15zs98h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eop15zs98h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eop15zs98h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eop15zs98h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eop15zs98h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eop15zs98h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eop15zs98h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eop15zs98h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eop15zs98h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eop15zs98h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eop15zs98h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eop15zs98h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eop15zs98h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eop15zs98h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eop15zs98h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eop15zs98h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eop15zs98h {
    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;
    }
}
