/* /Components/Pages/MyProfileV3/_ServicesItem.razor.rz.scp.css */
.subscription-card[b-abbu5wvsjd] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1.2rem 1.25rem;
    margin-bottom: 0.85rem;
    border: 1px solid var(--phoenix-border-color-translucent);
    border-radius: 0.95rem;
    background:
        linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.08) 0%, rgba(var(--phoenix-primary-rgb), 0.02) 100%),
        var(--phoenix-secondary-bg-subtle);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.subscription-card[b-abbu5wvsjd]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.24rem;
    border-radius: 0.95rem 0 0 0.95rem;
    background: linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.95) 0%, rgba(var(--phoenix-primary-rgb), 0.35) 100%);
}

.subscription-card:hover[b-abbu5wvsjd] {
    transform: translateY(-1px);
    border-color: rgba(var(--phoenix-primary-rgb), 0.28);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.subscription-card__icon[b-abbu5wvsjd] {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background:
        linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.2) 0%, rgba(var(--phoenix-primary-rgb), 0.08) 100%),
        var(--phoenix-primary-bg-subtle);
    border: 1px solid rgba(var(--phoenix-primary-rgb), 0.24);
    color: var(--phoenix-primary-light, var(--phoenix-primary));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.subscription-card__icon--empty[b-abbu5wvsjd] {
    opacity: 0.7;
}

.subscription-card__body[b-abbu5wvsjd] {
    min-width: 0;
    display: grid;
    gap: 0.7rem;
}

.subscription-card__header[b-abbu5wvsjd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.subscription-card__status[b-abbu5wvsjd] {
    padding: 0.36rem 0.76rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.subscription-card__expiry[b-abbu5wvsjd] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--phoenix-secondary-color);
    font-size: 0.84rem;
}

.subscription-card__expiry strong[b-abbu5wvsjd] {
    color: var(--phoenix-emphasis-color);
    font-weight: 700;
}

.subscription-card__title[b-abbu5wvsjd] {
    margin: 0;
    color: var(--phoenix-emphasis-color);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.subscription-card__summary[b-abbu5wvsjd] {
    margin: 0;
    color: var(--phoenix-secondary-color);
    line-height: 1.65;
    font-size: 0.92rem;
    max-width: 48rem;
}

.subscription-card__hint[b-abbu5wvsjd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.5rem 0.75rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(var(--phoenix-primary-rgb), 0.18);
    background: rgba(var(--phoenix-primary-rgb), 0.08);
    color: var(--phoenix-primary-light, var(--phoenix-primary));
    font-size: 0.86rem;
}

.subscription-card__actions[b-abbu5wvsjd] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 100%;
}

.subscription-card__button[b-abbu5wvsjd] {
    min-width: 7.5rem;
    padding: 0.62rem 1.1rem;
    border-radius: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: none;
}

.subscription-card__button:hover[b-abbu5wvsjd],
.subscription-card__button:focus[b-abbu5wvsjd] {
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .subscription-card[b-abbu5wvsjd] {
        grid-template-columns: auto 1fr;
        padding: 1.05rem 1rem;
    }

    .subscription-card__actions[b-abbu5wvsjd] {
        grid-column: 1 / -1;
        justify-content: stretch;
        margin-top: 0.15rem;
    }

    .subscription-card__button[b-abbu5wvsjd] {
        width: 100%;
    }
}
/* /Components/Pages/MyProfileV3/__MyServices.razor.rz.scp.css */
.services-shell[b-u6to822ecs],
.services-history-card[b-u6to822ecs] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--phoenix-border-color-translucent);
    border-radius: 1rem;
    background:
        radial-gradient(circle at top right, rgba(var(--phoenix-primary-rgb), 0.16) 0%, rgba(var(--phoenix-primary-rgb), 0) 32%),
        linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.08) 0%, rgba(var(--phoenix-primary-rgb), 0) 18%),
        var(--phoenix-body-bg);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.services-shell[b-u6to822ecs]::before,
.services-history-card[b-u6to822ecs]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--phoenix-primary-rgb), 0) 0%, rgba(var(--phoenix-primary-rgb), 0.45) 50%, rgba(var(--phoenix-primary-rgb), 0) 100%);
    pointer-events: none;
}

.services-shell__header[b-u6to822ecs],
.services-history-card__header[b-u6to822ecs] {
    padding: 1.4rem 1.45rem 1.1rem;
    background: linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.08) 0%, rgba(var(--phoenix-primary-rgb), 0.02) 100%);
    border-bottom: 1px solid var(--phoenix-border-color-translucent);
}

.services-shell__top[b-u6to822ecs],
.services-history-card__top[b-u6to822ecs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.services-shell__intro[b-u6to822ecs] {
    min-width: 0;
}

.services-history-card__intro[b-u6to822ecs] {
    min-width: 0;
    flex: 1 1 auto;
    padding-right: 1rem;
}

.services-shell .card-title[b-u6to822ecs],
.services-history-card .card-title[b-u6to822ecs] {
    color: var(--phoenix-emphasis-color);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.services-shell .card-title i[b-u6to822ecs],
.services-history-card .card-title i[b-u6to822ecs] {
    color: var(--phoenix-primary-light, var(--phoenix-primary));
}

.services-shell__eyebrow[b-u6to822ecs] {
    margin-bottom: 0.45rem;
    color: var(--phoenix-primary-light, var(--phoenix-primary));
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-shell__subtitle[b-u6to822ecs],
.services-history-card__subtitle[b-u6to822ecs] {
    max-width: 44rem;
    color: var(--phoenix-secondary-color);
    line-height: 1.65;
    font-size: 0.93rem;
}

.services-shell__metrics[b-u6to822ecs] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.15rem;
}

.services-shell__metric[b-u6to822ecs] {
    position: relative;
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem 0.95rem 1.05rem;
    border-radius: 0.95rem;
    border: 1px solid var(--phoenix-border-color-translucent);
    background:
        linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.08) 0%, rgba(var(--phoenix-primary-rgb), 0.02) 100%),
        var(--phoenix-secondary-bg-subtle);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.services-shell__metric[b-u6to822ecs]::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(var(--phoenix-primary-rgb), 0.95);
    box-shadow: 0 0 0 0.35rem rgba(var(--phoenix-primary-rgb), 0.12);
}

.services-shell__metric-label[b-u6to822ecs] {
    color: var(--phoenix-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.services-shell__metric-value[b-u6to822ecs] {
    color: var(--phoenix-emphasis-color);
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.services-shell__metric-note[b-u6to822ecs] {
    color: var(--phoenix-secondary-color);
    font-size: 0.82rem;
    line-height: 1.55;
}

.services-shell__portal-link[b-u6to822ecs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    white-space: nowrap;
    padding: 0.7rem 1.05rem;
    border-radius: 0.8rem;
    font-weight: 700;
    box-shadow: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.services-shell__portal-link:hover[b-u6to822ecs],
.services-shell__portal-link:focus[b-u6to822ecs] {
    transform: translateY(-1px);
}

.services-shell__body[b-u6to822ecs] {
    padding: 1.15rem 1.45rem 1.35rem;
    background: linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.03) 0%, rgba(var(--phoenix-primary-rgb), 0) 18%);
}

.services-shell__section-label[b-u6to822ecs] {
    margin-bottom: 0.95rem;
    color: var(--phoenix-secondary-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.services-shell__grid[b-u6to822ecs] {
    display: grid;
    gap: 0.55rem;
}

.services-shell__empty[b-u6to822ecs],
.services-history-card__empty[b-u6to822ecs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px dashed rgba(var(--phoenix-primary-rgb), 0.22);
    border-radius: 0.95rem;
    background: var(--phoenix-secondary-bg-subtle);
    padding: 2.5rem 1.5rem;
    color: var(--phoenix-secondary-color);
    text-align: center;
}

.services-shell__empty i[b-u6to822ecs],
.services-history-card__empty i[b-u6to822ecs] {
    font-size: 1.45rem;
    color: var(--phoenix-primary-light, var(--phoenix-primary));
}

.services-history-card__badge[b-u6to822ecs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.7rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(var(--phoenix-primary-rgb), 0.2);
    background: linear-gradient(180deg, rgba(var(--phoenix-primary-rgb), 0.14) 0%, rgba(var(--phoenix-primary-rgb), 0.06) 100%);
    color: var(--phoenix-emphasis-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.services-history-card__badge-icon[b-u6to822ecs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    border: 1px solid rgba(var(--phoenix-primary-rgb), 0.18);
    background: rgba(var(--phoenix-primary-rgb), 0.12);
    color: var(--phoenix-primary-light, var(--phoenix-primary));
    flex: 0 0 auto;
}

.services-history-card__badge-copy[b-u6to822ecs] {
    display: grid;
    gap: 0.1rem;
    text-align: right;
}

.services-history-card__badge-copy span[b-u6to822ecs] {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--phoenix-secondary-color);
}

.services-history-card__badge-copy strong[b-u6to822ecs] {
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.1;
}

.services-history-table-wrap[b-u6to822ecs] {
    padding-bottom: 0.25rem;
}

.services-history-table[b-u6to822ecs] {
    --bs-table-bg: transparent;
    --bs-table-color: var(--phoenix-emphasis-color);
    --bs-table-border-color: var(--phoenix-border-color-translucent);
    --bs-table-striped-bg: rgba(var(--phoenix-primary-rgb), 0.025);
    --bs-table-striped-color: var(--phoenix-emphasis-color);
    --bs-table-hover-bg: rgba(var(--phoenix-primary-rgb), 0.06);
    --bs-table-hover-color: var(--phoenix-emphasis-color);
    margin-bottom: 0;
}

.services-history-table thead th[b-u6to822ecs] {
    padding: 0.95rem 1rem 0.9rem;
    background: rgba(var(--phoenix-primary-rgb), 0.06);
    color: var(--phoenix-secondary-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border-bottom: 1px solid var(--phoenix-border-color-translucent);
    text-transform: none;
}

.services-history-table tbody td[b-u6to822ecs] {
    padding: 1rem;
    color: var(--phoenix-emphasis-color);
    border-color: var(--phoenix-border-color-translucent);
}

.services-history-table thead th:first-child[b-u6to822ecs],
.services-history-table tbody td:first-child[b-u6to822ecs] {
    padding-left: 1.45rem;
}

.services-history-table thead th:last-child[b-u6to822ecs],
.services-history-table tbody td:last-child[b-u6to822ecs] {
    padding-right: 1.45rem;
}

.services-history-table tbody tr[b-u6to822ecs] {
    transition: background-color 0.16s ease;
}

.services-history-table .badge[b-u6to822ecs] {
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    font-weight: 700;
}

.services-history-table__status[b-u6to822ecs] {
    white-space: nowrap;
}

.services-history-table__product[b-u6to822ecs] {
    max-width: 18rem;
    font-weight: 600;
    color: var(--phoenix-emphasis-color);
}

.services-history-table th.text-end[b-u6to822ecs],
.services-history-table td.text-end[b-u6to822ecs] {
    width: 1%;
    white-space: nowrap;
}

.services-history-table__button[b-u6to822ecs] {
    min-width: 7rem;
    border-radius: 0.75rem;
    font-weight: 700;
    padding: 0.5rem 0.92rem;
    white-space: nowrap;
}

.services-history-table__button:hover[b-u6to822ecs],
.services-history-table__button:focus[b-u6to822ecs] {
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .services-shell__top[b-u6to822ecs],
    .services-history-card__top[b-u6to822ecs] {
        flex-direction: column;
    }

    .services-shell__metrics[b-u6to822ecs] {
        grid-template-columns: 1fr;
    }

    .services-shell__header[b-u6to822ecs],
    .services-history-card__header[b-u6to822ecs],
    .services-shell__body[b-u6to822ecs] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .services-shell__portal-link[b-u6to822ecs] {
        width: 100%;
        text-align: center;
    }

    .services-history-card__badge[b-u6to822ecs] {
        width: 100%;
        justify-content: flex-start;
    }

    .services-history-card__badge-copy[b-u6to822ecs] {
        text-align: left;
    }

    .services-history-table thead th:first-child[b-u6to822ecs],
    .services-history-table tbody td:first-child[b-u6to822ecs] {
        padding-left: 1rem;
    }

    .services-history-table thead th:last-child[b-u6to822ecs],
    .services-history-table tbody td:last-child[b-u6to822ecs] {
        padding-right: 1rem;
    }

    .services-history-table__product[b-u6to822ecs] {
        max-width: none;
    }
}
/* /Components/Pages/Plan/_PlanItem.razor.rz.scp.css */
@media (max-width: 400px) {
    .nvabar-Price .navbar-nav[b-ta7ye5dfnr] {
        width: 100% !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }

    .nvabar-Price .navbar-nav .nav-item[b-ta7ye5dfnr] {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .nvabar-Price .navbar-nav .nav-link[b-ta7ye5dfnr] {
        width: 100% !important;
        min-width: 0 !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .nvabar-Price .navbar-nav .nav-link > b[b-ta7ye5dfnr] {
        line-height: 1.1;
    }
}
/* /Components/PageUI/EzOffcanvas.razor.rz.scp.css */
.ez-chat-fab[b-hbe7oc02n6] {
    position: fixed;
    right: 24px;
    bottom: 32px;
    z-index: 1040;
}

.ez-chat-fab__backdrop[b-hbe7oc02n6] {
    position: fixed;
    inset: 0;
    z-index: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.ez-chat-fab__menu[b-hbe7oc02n6],
.ez-chat-fab__trigger[b-hbe7oc02n6] {
    position: relative;
    z-index: 1;
}

.ez-chat-fab__menu[b-hbe7oc02n6] {
    position: absolute;
    right: 0;
    bottom: 68px;
    display: grid;
    gap: 8px;
    min-width: 196px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(10, 15, 27, 0.98));
    box-shadow: 0 18px 36px rgba(2, 6, 23, 0.32);
    backdrop-filter: blur(14px);
    animation: ez-chat-menu-in-b-hbe7oc02n6 180ms ease-out;
}

.ez-chat-fab__menu-item[b-hbe7oc02n6] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #f8fbff;
    text-align: left;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

button.ez-chat-fab__menu-item[b-hbe7oc02n6] {
    cursor: pointer;
}

.ez-chat-fab__menu-item:hover[b-hbe7oc02n6],
.ez-chat-fab__menu-item:focus-visible[b-hbe7oc02n6],
.ez-chat-fab__menu-item--qr:hover[b-hbe7oc02n6],
.ez-chat-fab__menu-item--qr:focus-within[b-hbe7oc02n6] {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.22);
    background: rgba(37, 99, 235, 0.09);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
    outline: none;
}

.ez-chat-fab__menu-item--qr[b-hbe7oc02n6] {
    cursor: default;
}

.ez-chat-fab__menu-icon[b-hbe7oc02n6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 12px;
    font-size: 15px;
    color: #ffffff;
}

.ez-chat-fab__menu-icon--chat[b-hbe7oc02n6] {
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.94), rgba(14, 165, 233, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ez-chat-fab__menu-icon--wechat[b-hbe7oc02n6] {
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.96), rgba(34, 197, 94, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ez-chat-fab__menu-text[b-hbe7oc02n6] {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f8fbff;
}

.ez-chat-fab__menu-arrow[b-hbe7oc02n6] {
    margin-left: auto;
    font-size: 11px;
    color: rgba(226, 232, 240, 0.62);
}

.ez-chat-fab__qr-card[b-hbe7oc02n6] {
    position: absolute;
    right: calc(100% + 10px);
    bottom: -2px;
    width: 156px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(74, 222, 128, 0.09), transparent 42%),
        rgba(8, 15, 29, 0.98);
    box-shadow: 0 18px 30px rgba(2, 6, 23, 0.3);
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    transform-origin: bottom right;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.ez-chat-fab__menu-item--qr:hover .ez-chat-fab__qr-card[b-hbe7oc02n6],
.ez-chat-fab__menu-item--qr:focus-within .ez-chat-fab__qr-card[b-hbe7oc02n6] {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ez-chat-fab__qr-image[b-hbe7oc02n6] {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px;
    border-radius: 14px;
    background: #ffffff;
}

.ez-chat-fab__qr-caption[b-hbe7oc02n6] {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.82);
}

.ez-chat-fab__trigger[b-hbe7oc02n6] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(24, 35, 56, 0.98), rgba(13, 19, 33, 0.98));
    color: #ffffff;
    box-shadow:
        0 10px 24px rgba(2, 6, 23, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.ez-chat-fab__trigger:hover[b-hbe7oc02n6],
.ez-chat-fab__trigger:focus-visible[b-hbe7oc02n6] {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow:
        0 14px 28px rgba(2, 6, 23, 0.28),
        0 0 0 4px rgba(59, 130, 246, 0.08);
    outline: none;
}

.ez-chat-fab__trigger.is-open[b-hbe7oc02n6] {
    background:
        linear-gradient(180deg, rgba(19, 27, 44, 0.98), rgba(10, 15, 27, 0.98));
    border-color: rgba(96, 165, 250, 0.24);
}

.ez-chat-fab__trigger-glow[b-hbe7oc02n6] {
    position: absolute;
    inset: -24%;
    background:
        radial-gradient(circle at 30% 22%, rgba(96, 165, 250, 0.12), transparent 26%),
        radial-gradient(circle at 72% 78%, rgba(45, 212, 191, 0.08), transparent 24%);
    opacity: 0.8;
}

.ez-chat-fab__trigger-icon[b-hbe7oc02n6],
.ez-chat-fab__trigger-text[b-hbe7oc02n6] {
    position: relative;
    z-index: 1;
}

.ez-chat-fab__trigger-icon[b-hbe7oc02n6] {
    font-size: 19px;
    line-height: 1;
    color: #dbeafe;
}

.ez-chat-fab__trigger-text[b-hbe7oc02n6] {
    display: none;
}

.ez-chat-fab__status-dot[b-hbe7oc02n6] {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(8, 15, 29, 0.92);
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
    z-index: 2;
}

.ez-chat-offcanvas.offcanvas-end[b-hbe7oc02n6] {
    width: min(400px, calc(100vw - 16px));
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px 0 0 22px;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(8, 15, 29, 0.98), rgba(15, 23, 42, 0.98));
    box-shadow: -18px 0 44px rgba(2, 6, 23, 0.34);
}

.ez-chat-offcanvas .offcanvas-header[b-hbe7oc02n6] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ez-chat-offcanvas .offcanvas-header h5[b-hbe7oc02n6] {
    margin: 0;
    color: #f8fbff;
}

.ez-chat-offcanvas .offcanvas-body[b-hbe7oc02n6] {
    padding: 0;
    background: transparent;
}

@keyframes ez-chat-menu-in-b-hbe7oc02n6 {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767px) {
    .ez-chat-fab[b-hbe7oc02n6] {
        right: 14px;
        bottom: 82px;
    }

    .ez-chat-fab__menu[b-hbe7oc02n6] {
        min-width: 188px;
        bottom: 66px;
    }

    .ez-chat-fab__qr-card[b-hbe7oc02n6] {
        right: 0;
        bottom: calc(100% + 10px);
        transform-origin: bottom right;
    }

    .ez-chat-fab__menu-item--qr:hover .ez-chat-fab__qr-card[b-hbe7oc02n6],
    .ez-chat-fab__menu-item--qr:focus-within .ez-chat-fab__qr-card[b-hbe7oc02n6] {
        transform: translateY(0) scale(1);
    }

    .ez-chat-offcanvas.offcanvas-end[b-hbe7oc02n6] {
        width: calc(100vw - 12px);
        border-radius: 18px 0 0 18px;
    }
}
/* /Components/_StkLayout/HomeLayout.razor.rz.scp.css */
.page[b-apli00ju6d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-apli00ju6d] {
    flex: 1;
}

.sidebar[b-apli00ju6d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-apli00ju6d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-apli00ju6d]  a, .top-row[b-apli00ju6d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-apli00ju6d]  a:hover, .top-row[b-apli00ju6d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-apli00ju6d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-apli00ju6d] {
        justify-content: space-between;
    }

    .top-row[b-apli00ju6d]  a, .top-row[b-apli00ju6d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-apli00ju6d] {
        flex-direction: row;
    }

    .sidebar[b-apli00ju6d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-apli00ju6d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-apli00ju6d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-apli00ju6d], article[b-apli00ju6d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-apli00ju6d] {
    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-apli00ju6d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/_StkLayout/MainLayout.razor.rz.scp.css */
.page[b-y49grfrk5j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y49grfrk5j] {
    flex: 1;
}

.sidebar[b-y49grfrk5j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y49grfrk5j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y49grfrk5j]  a, .top-row[b-y49grfrk5j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y49grfrk5j]  a:hover, .top-row[b-y49grfrk5j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y49grfrk5j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y49grfrk5j] {
        justify-content: space-between;
    }

    .top-row[b-y49grfrk5j]  a, .top-row[b-y49grfrk5j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y49grfrk5j] {
        flex-direction: row;
    }

    .sidebar[b-y49grfrk5j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y49grfrk5j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y49grfrk5j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y49grfrk5j], article[b-y49grfrk5j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y49grfrk5j] {
    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-y49grfrk5j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/_StkLayout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2d9kmqcdtu] {
    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-2d9kmqcdtu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2d9kmqcdtu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2d9kmqcdtu] {
    font-size: 1.1rem;
}

.bi[b-2d9kmqcdtu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2d9kmqcdtu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2d9kmqcdtu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2d9kmqcdtu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-2d9kmqcdtu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2d9kmqcdtu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2d9kmqcdtu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2d9kmqcdtu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2d9kmqcdtu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2d9kmqcdtu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2d9kmqcdtu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2d9kmqcdtu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2d9kmqcdtu] {
        display: none;
    }

    .nav-scrollable[b-2d9kmqcdtu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
