/* /Components/Layout/LanguageSelector.razor.rz.scp.css */
.language-selector[b-hxhrhjpsci] {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    margin-left: 0;
    min-height: 36px;
    padding: 0.2rem;
    border: 1px solid rgba(141, 189, 225, 0.72);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 245, 255, 0.92) 100%);
    box-shadow: 0 8px 18px rgba(27, 91, 140, 0.08);
    line-height: 1;
    white-space: nowrap;
}

.language-selector-icon[b-hxhrhjpsci] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #dff1ff;
    color: #1b6fae;
}

.language-selector-icon svg[b-hxhrhjpsci] {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.language-selector-options[b-hxhrhjpsci] {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    padding: 0.12rem;
    border-radius: 999px;
    background: rgba(197, 225, 246, 0.48);
}

.language-selector-link[b-hxhrhjpsci] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 28px;
    padding: 0 0.48rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #155984;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.language-selector-link:hover[b-hxhrhjpsci],
.language-selector-link:focus-visible[b-hxhrhjpsci] {
    border-color: rgba(27, 111, 174, 0.42);
    background: rgba(255, 255, 255, 0.72);
    color: #0f3d63;
    outline: none;
}

.language-selector-link.active[b-hxhrhjpsci] {
    border-color: #1b6fae;
    background: #1b6fae;
    color: #fff;
    box-shadow: 0 5px 12px rgba(27, 111, 174, 0.22);
}

.language-selector-link.active:hover[b-hxhrhjpsci],
.language-selector-link.active:focus-visible[b-hxhrhjpsci] {
    background: #155984;
    border-color: #155984;
    color: #fff;
}

@media (max-width: 760px) {
    .language-selector[b-hxhrhjpsci] {
        margin-left: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-893nt1gejk] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 300px;
    background: #eef7ff;
}

.sidebar[b-893nt1gejk] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #d8ecff;
    border-right: 1px solid #b9d8f1;
}

.main-panel[b-893nt1gejk] {
    min-width: 0;
}

.top-row[b-893nt1gejk] {
    box-sizing: border-box;
    height: 4.25rem;
    min-height: 4.25rem;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.45rem 1.5rem;
    background: rgba(248, 252, 255, 0.94);
    border-bottom: 1px solid #cfe4f7;
    backdrop-filter: blur(10px);
}

.top-row-brand[b-893nt1gejk] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    min-width: 0;
}

.top-row-brand span[b-893nt1gejk] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    background: #e6edf3;
    color: #53708a;
    font-size: 0.9rem;
    font-weight: 700;
}

.top-row strong[b-893nt1gejk] {
    font-size: 1.1375rem;
}

.top-row-controls[b-893nt1gejk] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

.account-actions[b-893nt1gejk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.account-actions form[b-893nt1gejk] {
    margin: 0;
}

.account-button[b-893nt1gejk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    max-width: 240px;
    padding: 0.45rem 0.8rem;
    border: 1px solid #8dbde1;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-button-primary[b-893nt1gejk] {
    background: #1b6fae;
    border-color: #1b6fae;
    color: #fff;
}

.account-button-secondary[b-893nt1gejk] {
    background: #ffffff;
    color: #155984;
}

.account-button-primary:hover[b-893nt1gejk],
.account-button-primary:focus[b-893nt1gejk] {
    background: #155984;
    border-color: #155984;
    color: #fff;
}

.account-button-secondary:hover[b-893nt1gejk],
.account-button-secondary:focus[b-893nt1gejk] {
    background: #e8f5ff;
    color: #0f3d63;
}

.content[b-893nt1gejk] {
    padding: 1.5rem;
}

.helpbar[b-893nt1gejk] {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #f8fcff;
    border-left: 1px solid #cfe4f7;
}

.helpbar-content[b-893nt1gejk] {
    min-height: 0;
    overflow: hidden;
}

.helpbar h2[b-893nt1gejk] {
    font-size: 1rem;
    color: #0f3d63;
}

.helpbar p[b-893nt1gejk],
.helpbar dd[b-893nt1gejk] {
    color: #526b80;
}

.helpbar dt[b-893nt1gejk] {
    margin-top: 1rem;
    font-weight: 700;
    color: #1d5d91;
}

.order-help[b-893nt1gejk] {
    font-size: 0.72rem;
    line-height: 1.18;
}

.order-help h2[b-893nt1gejk] {
    font-size: 0.92rem;
    line-height: 1.15;
    margin-bottom: 0.35rem;
}

.order-help .help-intro[b-893nt1gejk] {
    margin-bottom: 0.55rem;
    color: #45687f;
}

.order-help dl[b-893nt1gejk] {
    margin: 0;
}

.order-help dt[b-893nt1gejk] {
    margin-top: 0.34rem;
    color: #155984;
    font-size: 0.71rem;
    line-height: 1.08;
}

.order-help dd[b-893nt1gejk] {
    margin: 0.05rem 0 0;
    color: #526b80;
    line-height: 1.12;
}

.account-help[b-893nt1gejk] {
    font-size: 0.76rem;
    line-height: 1.2;
}

.account-help h2[b-893nt1gejk] {
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
    line-height: 1.15;
}

.account-help .help-intro[b-893nt1gejk] {
    margin-bottom: 0.55rem;
    color: #45687f;
}

.account-help dl[b-893nt1gejk] {
    margin: 0;
}

.account-help dt[b-893nt1gejk] {
    margin-top: 0.42rem;
    color: #155984;
    font-size: 0.73rem;
    line-height: 1.1;
}

.account-help dd[b-893nt1gejk] {
    margin: 0.06rem 0 0;
    color: #526b80;
    line-height: 1.15;
}

.contact-info[b-893nt1gejk],
.contact-help[b-893nt1gejk] {
    margin-top: auto;
    padding: 0.48rem;
    border: 1px solid #cfe4f7;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
    box-shadow: 0 6px 16px rgba(27, 91, 140, 0.07);
    font-size: 0.68rem;
}

.contact-info h2[b-893nt1gejk],
.contact-help h2[b-893nt1gejk] {
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
}

.contact-info-grid[b-893nt1gejk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
}

.contact-info-item[b-893nt1gejk] {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0.28rem;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem;
    border: 1px solid #d7e9f7;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.82);
    color: #234b67;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.contact-info-item:hover[b-893nt1gejk],
.contact-info-item:focus-visible[b-893nt1gejk] {
    border-color: #7dbde8;
    box-shadow: 0 6px 16px rgba(29, 93, 145, 0.12);
    color: #0f3d63;
    transform: translateY(-1px);
}

.contact-info-item svg[b-893nt1gejk] {
    width: 20px;
    height: 20px;
    padding: 0.24rem;
    border-radius: 999px;
    background: #e4f3ff;
    color: #1a5e93;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info-item span[b-893nt1gejk] {
    min-width: 0;
}

.contact-info-item strong[b-893nt1gejk],
.contact-info-item small[b-893nt1gejk] {
    display: block;
    line-height: 1.05;
}

.contact-info-item strong[b-893nt1gejk] {
    font-size: 0.58rem;
    color: #155984;
}

.contact-info-item small[b-893nt1gejk] {
    margin-top: 0.06rem;
    color: #526b80;
    font-size: 0.57rem;
    overflow-wrap: anywhere;
}

.contact-info-item-wide[b-893nt1gejk] {
    grid-column: 1 / -1;
}

.contact-info + .contact-help[b-893nt1gejk] {
    margin-top: 0;
}

.contact-help form[b-893nt1gejk] {
    display: grid;
    gap: 0.32rem;
}

.contact-help .field[b-893nt1gejk] {
    gap: 0.12rem;
}

.contact-help label[b-893nt1gejk] {
    color: #155984;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.05;
}

.contact-help input[b-893nt1gejk],
.contact-help textarea[b-893nt1gejk] {
    width: 100%;
    border: 1px solid #d7e9f7;
    border-radius: 6px;
    padding: 0.28rem 0.36rem;
    background: rgba(255, 255, 255, 0.82);
    color: #234b67;
    font-size: 0.68rem;
    line-height: 1.15;
}

.contact-help textarea[b-893nt1gejk] {
    min-height: 54px;
    resize: vertical;
}

.contact-help .button[b-893nt1gejk] {
    min-height: 30px;
    padding: 0.25rem 0.62rem;
    font-size: 0.72rem;
}

.contact-actions[b-893nt1gejk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.contact-success[b-893nt1gejk] {
    margin: 0 0 0.32rem;
    color: #247047;
    font-size: 0.68rem;
    font-weight: 700;
}

.contact-trap[b-893nt1gejk] {
    display: none;
}

@media (max-width: 1100px) {
    .app-shell[b-893nt1gejk] {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .helpbar[b-893nt1gejk] {
        display: none;
    }
}

@media (max-width: 760px) {
    .app-shell[b-893nt1gejk] {
        display: block;
    }

    .sidebar[b-893nt1gejk] {
        position: static;
        height: auto;
    }

    .content[b-893nt1gejk] {
        padding: 1rem;
    }

    .top-row[b-893nt1gejk] {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
    }

    .top-row-controls[b-893nt1gejk] {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .account-actions[b-893nt1gejk] {
        justify-content: flex-start;
    }
}

#blazor-error-ui[b-893nt1gejk] {
    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-893nt1gejk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.content[b-893nt1gejk]  .devices-layout,
.content[b-893nt1gejk]  .vpn-access-card,
.content[b-893nt1gejk]  .vpn-access-card section,
.content[b-893nt1gejk]  .vpn-access-card article,
.content[b-893nt1gejk]  .vpn-access-card div,
.content[b-893nt1gejk]  .vpn-access-card dl,
.content[b-893nt1gejk]  .vpn-access-card dt,
.content[b-893nt1gejk]  .vpn-access-card dd,
.content[b-893nt1gejk]  .vpn-access-card h4,
.content[b-893nt1gejk]  .vpn-access-card h5,
.content[b-893nt1gejk]  .vpn-access-card p,
.content[b-893nt1gejk]  .vpn-access-card label,
.content[b-893nt1gejk]  .vpn-access-card span,
.content[b-893nt1gejk]  .vpn-access-card strong,
.content[b-893nt1gejk]  .vpn-access-card small,
.content[b-893nt1gejk]  .vpn-access-card .text-secondary,
.content[b-893nt1gejk]  .vpn-access-card .form-text,
.content[b-893nt1gejk]  .vpn-access-card .form-control-plaintext,
.content[b-893nt1gejk]  .vpn-access-card .pill,
.content[b-893nt1gejk]  .vpn-access-card .badge,
.content[b-893nt1gejk]  .vpn-access-card .status-badge,
.content[b-893nt1gejk]  .devices-layout section,
.content[b-893nt1gejk]  .devices-layout article,
.content[b-893nt1gejk]  .devices-layout div,
.content[b-893nt1gejk]  .devices-layout dl,
.content[b-893nt1gejk]  .devices-layout dt,
.content[b-893nt1gejk]  .devices-layout dd,
.content[b-893nt1gejk]  .devices-layout h4,
.content[b-893nt1gejk]  .devices-layout h5,
.content[b-893nt1gejk]  .devices-layout p,
.content[b-893nt1gejk]  .devices-layout label,
.content[b-893nt1gejk]  .devices-layout span,
.content[b-893nt1gejk]  .devices-layout strong,
.content[b-893nt1gejk]  .devices-layout small,
.content[b-893nt1gejk]  .devices-layout .text-secondary,
.content[b-893nt1gejk]  .devices-layout .form-text,
.content[b-893nt1gejk]  .devices-layout .form-control-plaintext,
.content[b-893nt1gejk]  .devices-layout .pill,
.content[b-893nt1gejk]  .devices-layout .badge,
.content[b-893nt1gejk]  .devices-layout .status-badge,
.content[b-893nt1gejk]  .vpn-profile-result,
.content[b-893nt1gejk]  .vpn-profile-result section,
.content[b-893nt1gejk]  .vpn-profile-result article,
.content[b-893nt1gejk]  .vpn-profile-result div,
.content[b-893nt1gejk]  .vpn-profile-result dl,
.content[b-893nt1gejk]  .vpn-profile-result dt,
.content[b-893nt1gejk]  .vpn-profile-result dd,
.content[b-893nt1gejk]  .vpn-profile-result h4,
.content[b-893nt1gejk]  .vpn-profile-result h5,
.content[b-893nt1gejk]  .vpn-profile-result p,
.content[b-893nt1gejk]  .vpn-profile-result label,
.content[b-893nt1gejk]  .vpn-profile-result span,
.content[b-893nt1gejk]  .vpn-profile-result strong,
.content[b-893nt1gejk]  .vpn-profile-result small,
.content[b-893nt1gejk]  .vpn-profile-result .text-secondary,
.content[b-893nt1gejk]  .vpn-profile-result .form-text,
.content[b-893nt1gejk]  .vpn-profile-result .form-control-plaintext,
.content[b-893nt1gejk]  .vpn-profile-result .pill,
.content[b-893nt1gejk]  .vpn-profile-result .badge,
.content[b-893nt1gejk]  .vpn-profile-result .status-badge {
    color: #000000 !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fjse4i24hk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fjse4i24hk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fjse4i24hk] {
    box-sizing: border-box;
    height: 4.25rem;
    min-height: 4.25rem;
    padding: 0 1rem;
    background-color: #c8e4fb;
}

.top-row .container-fluid[b-fjse4i24hk] {
    height: 100%;
    padding: 0;
}

.navbar-brand[b-fjse4i24hk] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    font-size: 1.1rem;
    color: #0f3d63;
    font-weight: 800;
    line-height: 1;
    width: 100%;
    padding: 0.35rem 0;
    text-align: left;
}

.sidebar-brand-icon[b-fjse4i24hk] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nav-icon[b-fjse4i24hk] {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.75rem;
    color: #2878b9;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-external-icon[b-fjse4i24hk] {
    flex: 0 0 auto;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: auto;
    color: #2878b9;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-item[b-fjse4i24hk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fjse4i24hk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fjse4i24hk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fjse4i24hk]  .nav-link {
        color: #174766;
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fjse4i24hk]  a.active {
    background-color: #f8fcff;
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  a.active .nav-icon {
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  a.active .nav-external-icon {
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  .nav-link:hover {
    background-color: #eaf6ff;
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  .nav-link:hover .nav-icon {
    color: #0f5b96;
}

.nav-item[b-fjse4i24hk]  .nav-link:hover .nav-external-icon {
    color: #0f5b96;
}

.nav-scrollable[b-fjse4i24hk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fjse4i24hk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fjse4i24hk] {
        display: none;
    }

    .nav-scrollable[b-fjse4i24hk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }

    .nav-scrollable nav[b-fjse4i24hk] {
        min-height: 100%;
    }
}

.nav-scrollable nav[b-fjse4i24hk] {
    display: flex;
    flex-direction: column;
}

.vpn-status[b-fjse4i24hk] {
    margin-top: auto;
    padding-top: 0.85rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(15, 61, 99, 0.12);
    color: #174766;
    font-size: 0.78rem;
    line-height: 1.25;
}

.vpn-status-row[b-fjse4i24hk] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.vpn-status-indicator[b-fjse4i24hk] {
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.12rem;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.vpn-status-indicator-ok[b-fjse4i24hk] {
    background: #16823c;
}

.vpn-status-indicator-public[b-fjse4i24hk] {
    background: #c63232;
}

.vpn-status-text[b-fjse4i24hk] {
    display: block;
}

.vpn-status-ip[b-fjse4i24hk] {
    margin-top: 0.4rem;
    padding-left: 1.2rem;
    color: #4f6f84;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    overflow-wrap: anywhere;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ll2367tf87],
.components-reconnect-repeated-attempt-visible[b-ll2367tf87],
.components-reconnect-failed-visible[b-ll2367tf87],
.components-pause-visible[b-ll2367tf87],
.components-resume-failed-visible[b-ll2367tf87],
.components-rejoining-animation[b-ll2367tf87] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-retrying[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-failed[b-ll2367tf87],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ll2367tf87] {
    display: block;
}


#components-reconnect-modal[b-ll2367tf87] {
    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-ll2367tf87 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ll2367tf87 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ll2367tf87 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ll2367tf87]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ll2367tf87 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ll2367tf87 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ll2367tf87 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ll2367tf87 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ll2367tf87] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ll2367tf87] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ll2367tf87] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ll2367tf87] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ll2367tf87] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ll2367tf87] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ll2367tf87] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ll2367tf87 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ll2367tf87] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ll2367tf87 {
    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/Layout/ThemeSelector.razor.rz.scp.css */
.theme-selector[b-79sx2ka8qp] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.38rem;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0.2rem;
    border: 1px solid rgba(141, 189, 225, 0.72);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 245, 255, 0.92) 100%);
    box-shadow: 0 8px 18px rgba(27, 91, 140, 0.08);
    line-height: 1;
    white-space: nowrap;
}

.theme-selector-icon[b-79sx2ka8qp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #dff1ff;
    color: #1b6fae;
}

.theme-selector-icon svg[b-79sx2ka8qp] {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-selector-options[b-79sx2ka8qp] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 0.12rem;
    padding: 0.12rem;
    border-radius: 999px;
    background: rgba(197, 225, 246, 0.48);
}

.theme-selector-button[b-79sx2ka8qp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 28px;
    padding: 0 0.56rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #155984;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    appearance: none;
}

.theme-selector-button:hover[b-79sx2ka8qp],
.theme-selector-button:focus-visible[b-79sx2ka8qp] {
    border-color: rgba(27, 111, 174, 0.42);
    background: rgba(255, 255, 255, 0.72);
    color: #0f3d63;
    outline: none;
}

.theme-selector-button.active[b-79sx2ka8qp] {
    border-color: #1b6fae;
    background: #1b6fae;
    color: #fff;
    box-shadow: 0 5px 12px rgba(27, 111, 174, 0.22);
}

.theme-selector-button.active:hover[b-79sx2ka8qp],
.theme-selector-button.active:focus-visible[b-79sx2ka8qp] {
    background: #155984;
    border-color: #155984;
    color: #fff;
}
