@import url("./订单字段.07d4af599ca4.css");
.svc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.svc-icon svg {
    width: 1em;
    height: 1em;
}

.p-breadcrumbs {
    border-bottom: 1px solid rgb(221, 221, 221);
}

body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(241, 241, 241);
}

body.service-page #panel-order-detail .zen-details {
    padding-top: 20px;
}

body.service-page #panel-order-detail .zen-open-link {
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0px !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    background: none !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: 0.15s !important;
}

body.service-page #panel-order-detail .zen-open-link:hover {
    border-color: rgb(209, 213, 219) !important;
    background: rgb(243, 244, 246) !important;
}

body.service-page #panel-order-detail .zen-board-head, body.service-page #panel-order-detail .zen-summary {
    display: grid;
    align-items: center;
    font-size: 14px;
    grid-template-columns: 32px minmax(0px, 1.2fr) minmax(0px, 2.5fr) minmax(0px, 1fr) minmax(0px, 1fr) 80px !important;
    box-sizing: border-box !important;
}

.p-breadcrumbs {
    padding: 6px 8px;
    color: rgb(104, 111, 126);
    border-bottom: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

.p-breadcrumbs .nav-lists a {
    color: rgb(55, 65, 81);
    text-decoration: none;
}

.p-breadcrumbs .sep {
    margin: 0px 6px;
    color: rgb(156, 163, 175);
}

.p-breadcrumbs .trail {
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.hidden-csrf-form {
    display: none;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dot--expired {
    background: rgb(239, 68, 68);
}

.status-dot--near {
    background: rgb(245, 158, 11);
}

.status-dot--active {
    background: rgb(22, 163, 74);
}

.hint--spaced {
    margin-bottom: 6px;
}

.renewal-action-links {
    display: flex;
    gap: 12px;
    flex-flow: column wrap;
    width: 100%;
}

.renewal-link {
    color: rgb(37, 99, 235);
    font-size: 13px;
}

.renewal-email-editor {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.main-content {
    display: flex;
    flex: 1.2 1 0px;
    min-width: 0px;
    position: sticky;
    top: 24px;
    align-self: flex-start;
    height: 100%;
    max-height: calc(-48px + 100vh);
    flex-direction: column;
    align-items: flex-start;
}

.form-button {
    white-space: nowrap;
    width: 65px;
    border-radius: 10px;
    border: medium;
    background: rgb(147, 199, 255);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
}

.form-button:hover {
    background-color: rgb(241, 241, 241);
}

.form-button img {
    width: 25px;
    height: 22px;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    position: absolute;
}

.order-btn {
    border: medium;
    background-color: transparent;
    transition: none;
    padding: 0px;
    width: 100%;
    display: contents;
}

.user-signin {
    display: flex;
    width: 100%;
}

.right {
    text-align: right;
}

.user-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(249, 249, 249);
}

.list-card {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
    flex: 5 1 0px;
    min-width: 0px;
}

.fangan-card {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
}

.image-container:active {
    background: rgb(238, 242, 255);
}

.image-container-copy {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
    text-decoration: none;
    color: inherit;
}

.image-container span {
    font-size: 16px;
    color: rgb(99, 99, 99);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-container-copy span {
    flex-grow: 1;
    font-size: 17px;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
}

.image-container img {
    max-width: 30px;
    height: auto;
}

.text-and-icon {
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 3px;
}

.text-and-icon span {
    flex-grow: 1;
    font-size: 17px;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
}

.chevron {
    width: 24px;
    height: 24px;
    fill: rgb(102, 102, 102);
    transition: transform 0.3s;
}

.card-content {
    display: none;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor rgb(221, 221, 221) rgb(221, 221, 221);
    border-image: none;
}

.service-box {
    display: flex;
    min-height: 100vh;
}

.service-lists {
    width: 100%;
}

.service-panels--mobile {
    flex: 1 1 auto;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .service-panels {
        display: none !important;
    }

    .service-panels.service-panels--mobile {
        min-height: 100%;
        display: block !important;
    }
}

body.service-page .service-panels > .service-panel[hidden] {
    display: none !important;
}

.service-panel--mobile {
    display: block;
}

.service-panel > h2, .service-panel > h3 {
    margin-top: 0px;
}

.promotion-box {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}

.promotion-main {
    flex: 2 1 566px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0px;
}

.promotion-aside {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0px;
}

.invite-info {
    padding: 10px;
    border: 1px solid var(--svc-border);
    border-radius: 15px;
}

.invite-link {
    padding: 10px;
    background: rgb(248, 250, 252);
    color: rgb(96, 157, 255);
    word-break: break-all;
    display: flex;
    flex-flow: column wrap;
    gap: 8px;
    font-size: larger;
    border-radius: 15px;
}

.promotion-code-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.promotion-applicable {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.promotion-applicable-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hint {
    margin: 0px;
    font-size: 12px;
    color: rgb(62, 62, 62);
    font-weight: 300;
}

.summary-list {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: wrap;
    gap: 12px;
}

.payout-link:hover, .payout-link:focus-visible {
    background-color: rgb(17, 24, 39);
    color: rgb(255, 255, 255);
}

.payout-link--primary {
    background-color: rgb(17, 24, 39);
    color: rgb(255, 255, 255);
}

.payout-history {
    display: flex;
    flex-direction: column;
}

.settlement-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .summary-list {
        gap: 10px;
        display: flex;
        flex-direction: row;
        padding: 10px;
        border-radius: 10px;
    }

    .summary-list strong {
        font-size: 14px;
        padding: 3px 10px;
    }
}

@media (max-width: 480px) {
    .summary-list strong {
        font-size: 13px;
        padding: 2px 8px;
    }
}

.promo-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgb(255, 255, 255);
}

.nav-button {
    padding: 6px 12px;
    border-radius: 999px;
    border: medium;
}

.promo-tab.is-active {
    display: block;
}

.payout-card {
    display: flex;
    flex-direction: column;
}

.analytics-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0px;
}

.analytics-panel__head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.analytics-panel__head h3 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(17, 24, 39);
}

.panel-sub {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.overview-card {
    background: rgb(255, 255, 255);
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    color: inherit;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.overview-card:focus-visible {
    outline: 2px solid rgb(37, 99, 235);
    outline-offset: 3px;
}

.overview-placeholder {
    border: 1px dashed rgb(209, 213, 219);
    background: rgb(249, 250, 251);
    border-radius: 12px;
    padding: 16px;
    color: rgb(75, 85, 99);
    font-size: 13px;
}

@media (max-width: 768px) {
    body.service-page {
        --svc-mobile-font-title: 15px;
        --svc-mobile-font-body: 14px;
        --svc-mobile-nav-logo-size: 34px;
        --svc-mobile-menu-icon-size: 18px;
        --svc-mobile-item-pad-y: 8px;
        --svc-mobile-item-pad-x: 10px;
    }

    .service-box {
        flex-direction: column;
        gap: 12px;
    }

    body.service-page .service-aside__brand {
        display: none;
    }

    .main-content {
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        position: static;
        top: auto;
        height: auto;
        max-height: none;
        align-items: stretch;
        box-sizing: border-box;
    }

    body.service-page .main-content {
        padding: 10px 8px;
    }

    .service-lists, .list-card {
        width: 100%;
    }

    body.service-page .service-lists {
        margin-top: 2px;
    }

    body.service-page .list-card {
        gap: 2px;
    }

    body.service-page .image-container {
        margin-bottom: 2px;
        padding: var(--svc-mobile-item-pad-y) var(--svc-mobile-item-pad-x);
        border-radius: 12px;
    }

    body.service-page .order-btn-span .left {
        gap: 8px;
        font-size: 23px;
        line-height: 1.35;
        font-weight: 400;
    }

    body.service-page .menu-icon {
        width: 28px;
        height: 28px;
    }

    body.service-page .user-signin {
        font-size: var(--svc-mobile-font-body);
    }

    .service-panels:not(.service-panels--mobile) :is(#panel-overview, #panel-support) {
        display: none !important;
    }

    .row-content {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .row-content .form-input {
        width: 100%;
    }

    button.from-btn {
        width: 100%;
    }

    .main-content--mobile-overview {
        background: none;
        box-shadow: none;
        padding: 10px 10px 80px;
        position: static;
        top: auto;
        height: auto;
        max-height: none;
        align-items: stretch;
        width: 100%;
    }

    .promotion-box {
        flex-direction: column;
        gap: 16px;
    }

    .promotion-main, .promotion-aside {
        flex: 1 1 100%;
    }

    .promotion-code-panel__head {
        align-items: flex-start;
    }

    body.service-page.service-mobile-fullpanel .main-content {
        display: none !important;
    }

    body.service-page.service-mobile-fullpanel .service-box {
        display: block;
    }

    body.service-page.service-mobile-fullpanel .service-panels {
        width: 100%;
        min-width: 0px;
        margin: 0px auto;
        padding: 0px;
        background: none;
        display: block !important;
    }
}

@media (max-width: 420px) {
    body.service-page .image-container {
        padding: 7px 8px;
    }

    body.service-page .order-btn-span .left {
        font-size: 14px;
    }

    body.service-page .menu-icon {
        width: 24px;
        height: 24px;
    }

    body.service-page .menu-icon svg, body.service-page .menu-icon img {
        width: 16px;
        height: 16px;
    }
}

.nav-lists {
    margin: 0px auto;
    max-width: 1200px;
}

[data-order-row] {
    cursor: pointer;
}

.footer {
    padding: 10px;
}

body.service-page #Bottom {
    width: 100%;
    margin-top: 20px;
    display: block !important;
}

body.service-page #Bottom .footer {
    display: block !important;
}

.btn-primary {
    border-radius: 999px;
    background-color: rgb(223, 223, 223);
    color: rgb(0, 0, 0);
    border: medium;
}

body.service-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: color(display-p3 0.2196 0.498 0.9688);
    color: rgb(255, 255, 255);
    font-size: 14px;
    width: 100%;
    height: 31px;
}

body.service-page .btn:focus-visible {
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

body.service-page .btn:active {
    transform: translateY(1px);
}

body.service-page .input:focus {
    outline: medium;
    border-color: rgb(147, 197, 253);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

body.service-page textarea.input {
    resize: vertical;
}

.menu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.menu-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.renewal-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 960px) {
    .overview-layout {
        flex-direction: column;
        min-height: auto;
    }
}

@media (max-width: 640px) {
    body.service-page .table-container {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    body.service-page .table-container {
        padding: 14px;
        overflow-x: auto;
    }

    body.service-page .data-table th, body.service-page .data-table td {
        font-size: 12px;
        padding: 8px 6px;
    }

    body.service-page form#renewal-form {
        padding: 16px;
    }
}

body.service-page form#renewal-form {
    background-color: rgb(255, 255, 255);
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

body.service-page .input-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

body.service-page .switch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

body.service-page .switch-ios {
    position: relative;
    width: 44px;
    height: 26px;
    display: inline-block;
}

body.service-page .switch-ios input {
    opacity: 0;
    width: 0px;
    height: 0px;
}

body.service-page .switch-ios .slider {
    position: absolute;
    cursor: pointer;
    inset: 0px;
    background: rgb(229, 231, 235);
    transition: 0.2s;
    border-radius: 16px;
}

body.service-page .switch-ios .slider::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    top: 2px;
    background: rgb(255, 255, 255);
    transition: 0.2s;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

body.service-page .switch-ios input:checked + .slider {
    background: rgb(52, 199, 89);
}

body.service-page .switch-ios input:checked + .slider::before {
    transform: translateX(18px);
}

body.service-page #orders-filter-empty {
    display: none;
    margin-top: 8px;
}

.order-status {
    font-weight: 600;
}

.order-status.status--completed {
    color: rgb(22, 163, 74);
}

.order-status.status--paid, .order-status.status--processing {
    color: rgb(37, 99, 235);
}

.order-status.status--on_hold, .order-status.status--pending_manual_delivery {
    color: rgb(217, 119, 6);
}

.order-status.status--failed, .order-status.status--cancelled {
    color: rgb(239, 68, 68);
}

.order-status.status--refunded {
    color: rgb(14, 165, 233);
}

.order-status.status--pending {
    color: rgb(107, 114, 128);
}

body.service-page {
    --site-topbar-offset: 0px;
    --service-aside-width: 256px;
    --service-aside-brand-height: 116px;
    --svc-card: #ffffff;
    --svc-border: #e6e8ee;
    --svc-text: #5c5c5c;
    --svc-muted: #a5a5a5;
    --svc-brand: #ffffff;
    --svc-radius: 18px;
    --svc-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 30px rgba(15, 23, 42, 0.06);
    --svc-aside-icon-color: var(--svc-text);
    --svc-aside-icon-color-active: var(--svc-aside-icon-color);
    background: rgb(255, 255, 255);
    font-family: system-ui;
    overflow-x: hidden;
}

body.service-page .main-content a {
    color: inherit;
    font-size: 16px;
    padding: 10px;
}

body.service-page .main-content .service-brand {
    padding: 10px;
}

body.service-page .main-content {
    display: flex;
    flex-direction: column;
}

body.service-page .service-aside__top {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0px;
    width: 100%;
}

body.service-page .service-mobile-topbar {
    display: none;
}

body.service-page .service-mobile-toolbar {
    display: contents;
}

body.service-page .service-lists {
    flex: 1 1 auto;
    min-height: 0px;
}

body.service-page .support-fab, body.service-page .support-fab-tip {
    display: none !important;
}

body.service-page .p-breadcrumbs .nav-lists {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 16px;
    box-sizing: border-box;
    margin: 0px;
    flex: 1 1 auto;
    min-width: 0px;
}

body.service-page .service-aside__brand {
    padding: 8px 6px 14px;
    margin-bottom: 12px;
}

body.service-page .service-aside__brand-shell {
    width: 100%;
}

body.service-page .service-brand {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0px;
    padding: 0px 12px;
}

body.service-page .service-brand__logo {
    width: 28px;
    height: 28px;
    object-fit: cover;
    box-shadow: rgba(15, 23, 42, 0.08) 0px 2px 12px;
}

body.service-page .service-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0px;
}

body.service-page .service-brand__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: system-ui;
}

body.service-page .user-signin {
    margin: 8px 6px 12px;
    border-radius: var(--svc-radius);
    border: 1px solid var(--svc-border);
    background: rgb(248, 250, 252);
    padding: 12px;
    box-sizing: border-box;
}

body.service-page .list-card {
    background: none;
    margin-top: 6px;
    box-shadow: none;
}

body.service-page .image-container:hover {
    background: rgba(37, 99, 235, 0.06);
}

body.service-page .image-container.is-selected {
    background: rgba(37, 99, 235, 0.1);
}

body.service-page .svc-hero__kicker {
    font-size: 12px;
    font-weight: 800;
    color: var(--svc-muted);
    letter-spacing: 0.3px;
}

body.service-page .svc-hero__title {
    margin: 6px 0px;
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: 0.2px;
    font-weight: 900;
}

body.service-page .svc-hero__desc {
    margin: 0px;
    max-width: 64ch;
    font-size: 14px;
    line-height: 1.6;
    color: var(--svc-muted);
}

body.service-page .overview-card {
    flex: 1 1 140px;
    min-width: 120px;
    border: 1px solid var(--svc-border);
    border-radius: 14px;
    padding: 12px;
    box-shadow: none;
    transition: border-color 0.15s, background-color 0.15s;
}

body.service-page .overview-card:hover {
    border-color: rgba(37, 99, 235, 0.25);
    background: rgb(248, 250, 252);
    transform: none;
}

body.service-page .table-container {
    overflow: auto hidden;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.92);
    background: rgb(255, 255, 255);
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.72) transparent;
    padding: 10px;
}

body.service-page .table-container::-webkit-scrollbar {
    height: 8px;
}

body.service-page .table-container::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.72);
    border-radius: 999px;
}

body.service-page .data-table {
    width: 100%;
}

body.service-page .data-table th {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
    color: var(--svc-muted);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-align: left;
}

body.service-page .data-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.72);
    color: var(--svc-text);
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
}

body.service-page .data-table tbody tr:last-child td {
    border-bottom: medium;
}

body.service-page .data-table .is-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

body.service-page .data-table .empty {
    padding: 20px 16px;
    text-align: center;
    color: var(--svc-muted);
}

@media (max-width: 640px) {
    body.service-page .table-container {
        border-radius: 14px;
    }

    body.service-page .table-container .data-table {
        min-width: 560px;
    }

    body.service-page .data-table th, body.service-page .data-table td {
        padding: 12px 14px;
        font-size: 13px;
    }
}

body.service-page .billing-data-table {
    min-width: 790px;
}

body.service-page .billing-order-no {
    color: rgb(51, 65, 85);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
}

body.service-page .billing-action-cell {
    min-width: 122px;
}

body.service-page .billing-row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0px 12px;
    border: 1px solid rgb(203, 213, 225);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: rgb(30, 64, 175);
    font-size: 13px;
    text-decoration: none;
}

body.service-page .billing-row-action:hover {
    border-color: rgb(147, 197, 253);
    background: rgb(239, 246, 255);
}

body.service-page .billing-row-action--primary {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

body.service-page .billing-row-action--primary:hover {
    border-color: rgb(29, 78, 216);
    background: rgb(29, 78, 216);
}

body.service-page .billing-row-action--void {
    border-color: rgb(254, 202, 202);
    background: rgb(254, 242, 242);
    color: rgb(185, 28, 28);
}

body.service-page .billing-action-unavailable {
    color: rgb(148, 163, 184);
    font-size: 12px;
}

body.service-page .billing-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    color: rgb(100, 116, 139);
    font-size: 13px;
}

body.service-page .billing-pagination div {
    display: flex;
    gap: 8px;
}

body.service-page .billing-pagination a {
    padding: 7px 11px;
    border: 1px solid rgb(203, 213, 225);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    color: rgb(30, 64, 175);
    font-weight: 700;
    text-decoration: none;
}

body.service-page .billing-empty-state {
    display: grid;
    place-items: center;
    gap: 6px;
    min-height: 190px;
    border: 1px dashed rgb(203, 213, 225);
    border-radius: 16px;
    color: rgb(100, 116, 139);
}

body.service-page .billing-empty-state strong {
    color: rgb(30, 41, 59);
}

body.service-page .svc-orders-nav__btn:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

body.service-page .pkg-row .info-value {
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

body.service-page .pkg-row .info-value > p, body.service-page .pkg-row .info-value > a, body.service-page .pkg-row .info-value > .field-copy {
    flex: 1 1 auto;
    min-width: 0px;
}

body.service-page .pkg-row .field-copy {
    display: grid;
    flex: 1 1 auto;
    min-width: 0px;
    width: 100%;
    grid-template-columns: minmax(0px, 1fr) auto;
    align-items: center;
    gap: 10px;
}

body.service-page .pkg-row .info-value[data-has-field-key] > .field-copy {
    grid-template-columns: minmax(72px, max-content) minmax(0px, 1fr) auto;
}

body.service-page .pkg-row .field-copy > p, body.service-page .pkg-row .field-copy > a {
    margin: 0px;
    min-width: 0px;
    width: 100%;
}

body.service-page .pkg-row .field-key {
    color: rgb(100, 116, 139);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

body.service-page .pkg-row .info-value .copy-button {
    margin-left: auto;
    align-self: center;
}

body.service-page .pkg-row .field-copy > .copy-button {
    margin-left: 0px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-section-title {
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    letter-spacing: 0.2px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-section-link {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

body.service-page :is(#panel-overview, #panel-support) .svc-section-link:hover {
    text-decoration: underline;
}

body.service-page :is(#panel-overview, #panel-support) .svc-offers {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--svc-border);
}

body.service-page :is(#panel-overview, #panel-support) .svc-offers__track {
    --offers-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--offers-gap);
}

body.service-page :is(#panel-overview, #panel-support) .svc-offer-card {
    flex: 0 0 280px;
    height: 260px;
    min-width: 0px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 0px;
    border-radius: 0px;
    background: none;
    overflow: visible;
    padding: 0px;
}

@media (min-width: 1051px) {
    body.service-page :is(#panel-overview, #panel-support) .svc-offer-card + .svc-offer-card::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: calc(var(--offers-gap) / -2);
        width: 1px;
        background: var(--svc-border);
    }
}

@media (max-width: 1050px) {
    body.service-page :is(#panel-overview, #panel-support) .svc-offer-card {
        flex-basis: 380px;
        width: 380px;
    }
}

@media not all {
    body.service-page :is(#panel-overview, #panel-support) .svc-offer-card:nth-child(2n)::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: calc(var(--offers-gap) / -2);
        width: 1px;
        background: var(--svc-border);
    }
}

@media (max-width: 768px) {
    body.service-page :is(#panel-overview, #panel-support) .svc-offer-card {
        flex: 0 1 380px;
        width: 380px;
        max-width: 100%;
    }

    body.service-page :is(#panel-overview, #panel-support) .svc-offer-card + .svc-offer-card::before {
        content: "";
        position: absolute;
        top: calc(var(--offers-gap) / -2);
        right: 0px;
        left: 0px;
        height: 1px;
        background: var(--svc-border);
    }
}

body.service-page :is(#panel-overview, #panel-support) .svc-contact-form {
    display: grid;
    width: 100%;
    gap: 10px;
    margin-top: 4px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-contact-channel {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 18px;
    flex-direction: column;
    box-sizing: border-box;
}

body.service-page :is(#panel-overview, #panel-support) .svc-offer-card--contact .svc-functional-fields dt {
    flex-basis: 76px;
    text-align: left;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscriptions {
    display: flex;
    min-width: 0px;
    flex-direction: column;
    gap: 10px;
    padding: 0px 0px 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--svc-border);
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-list {
    display: grid;
    min-width: 0px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    align-items: stretch;
    gap: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row {
    display: flex;
    min-width: 0px;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid var(--svc-border);
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__copy {
    display: flex;
    min-width: 0px;
    gap: 8px;
    flex-direction: column;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__copy h4 {
    margin: 0px;
    color: rgb(37, 99, 235);
    font-size: 16px;
    font-weight: normal;
    overflow-wrap: anywhere;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__copy p, body.service-page :is(#panel-overview, #panel-support) .svc-subscription-list__empty {
    margin: 0px;
    color: rgb(43, 43, 43);
    font-size: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__status {
    flex: 0 0 auto;
    color: rgb(100, 116, 139);
    font-size: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__account {
    overflow-wrap: anywhere;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 12px 16px;
    margin: 6px 0px 0px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__details dt {
    margin-bottom: 4px;
    color: rgb(100, 116, 139);
    font-size: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__details dd {
    margin: 0px;
    color: rgb(43, 43, 43);
    font-size: 13px;
    overflow-wrap: anywhere;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__copy .svc-subscription-row__notice {
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 5px;
    background: rgb(248, 250, 252);
    color: rgb(100, 116, 139);
    line-height: 1.6;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__action:empty {
    display: none;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__action form {
    margin: 0px;
    max-width: 100%;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__source {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--svc-border);
    color: rgb(100, 116, 139);
    font-size: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__order-number {
    min-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__source a {
    flex: 0 0 auto;
    margin-left: auto;
    color: rgb(37, 99, 235);
    text-decoration: none;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__source a:hover {
    text-decoration: underline;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-list__empty {
    padding: 12px 0px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-link {
    display: inline-flex;
    min-height: 36px;
    max-width: 100%;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: medium;
    border-radius: 8px;
    background: rgb(229, 240, 255);
    color: rgb(37, 99, 235);
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    text-align: center;
    overflow-wrap: anywhere;
    cursor: pointer;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-link:hover, body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-link:focus-visible {
    background: rgb(219, 234, 254);
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-state {
    color: rgb(157, 93, 0);
    font-size: 13px;
    font-weight: 600;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-secondary {
    display: inline-flex;
    min-height: 34px;
    padding: 6px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--svc-border);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    color: var(--svc-text);
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 640px) {
    body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row {
        padding: 14px;
    }

    body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__action, body.service-page :is(#panel-overview, #panel-support) .svc-subscription-row__action form, body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-link, body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade-secondary {
        width: auto;
    }
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 18px;
    box-sizing: border-box;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__form {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__form label {
    color: rgb(71, 85, 105);
    font-size: 12px;
    font-weight: 700;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__form select {
    width: 100%;
    min-height: 44px;
    padding: 0px 12px;
    border: 1px solid var(--svc-border);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    color: var(--svc-text);
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__quote {
    display: grid;
    gap: 8px;
    margin: 0px 0px 14px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__quote > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__quote dt {
    color: var(--svc-muted);
    font-size: 13px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__quote dd {
    margin: 0px;
    color: var(--svc-text);
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__submit {
    display: inline-flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__reselect-form {
    margin: 0px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__reselect {
    display: inline-flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 16px;
    border: 1px solid var(--svc-border);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: var(--svc-text);
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    cursor: pointer;
    font-size: 14px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__reselect:hover {
    border-color: rgb(147, 197, 253);
    background: rgb(239, 246, 255);
    color: rgb(30, 64, 175);
}

body.service-page :is(#panel-overview, #panel-support) .svc-subscription-upgrade__reselect:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-telegram-support {
    display: flex;
    padding: 18px;
    flex-direction: column;
}

body.service-page :is(#panel-overview, #panel-support) .svc-telegram-support__links {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-telegram-support__link {
    color: rgb(59, 130, 246);
    font-size: 16px;
    text-decoration: none;
}

body.service-page :is(#panel-overview, #panel-support) .svc-wechat-support {
    display: flex;
    flex-direction: column;
    padding: 18px;
    box-sizing: border-box;
}

body.service-page :is(#panel-overview, #panel-support) .svc-wechat-support__qr-link {
    padding: 8px 0px;
}

body.service-page :is(#panel-overview, #panel-support) .svc-wechat-support__qr {
    display: block;
    width: 176px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 563 / 573;
    object-fit: contain;
}

body.service-page :is(#panel-overview, #panel-support) .svc-table-card {
    border-radius: var(--svc-radius);
    border: 1px solid var(--svc-border);
    background: var(--svc-card);
    overflow: hidden;
}

body.service-page .order-btn-span {
    align-items: center;
}

body.service-page .image-container:hover .menu-icon, body.service-page .image-container.is-selected .menu-icon, body.service-page .image-container:focus-within .menu-icon {
    color: var(--svc-aside-icon-color-active);
}

body.service-page .menu-icon img {
    width: 40px;
    height: 40px;
}

body.service-page .menu-icon svg {
    width: 25px;
    height: 25px;
}

@media (min-width: 769px) {
    body.service-page #top .content {
        max-width: none;
        width: 100%;
        padding: 0px 16px;
        box-sizing: border-box;
    }

    body.service-page .p-breadcrumbs .nav-lists {
        padding-left: calc(var(--service-aside-width) + 10px);
    }

    body.service-page .service-wapper {
        padding-left: calc(var(--service-aside-width));
    }

    body.service-page .service-aside__brand-shell {
        position: fixed;
        top: var(--site-topbar-offset, 0px);
        left: 0px;
        width: var(--service-aside-width);
        padding: 16px 12px 0px;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 21;
    }

    body.service-page .main-content {
        position: fixed;
        top: 64px;
        left: 0px;
        bottom: auto;
        width: var(--service-aside-width);
        height: auto;
        max-height: calc(100vh - var(--site-topbar-offset, 0px) - var(--service-aside-brand-height));
        overflow: auto;
        overscroll-behavior: contain;
        align-items: stretch;
        z-index: 20;
        box-shadow: none;
        padding: 16px 12px;
    }
}

body.service-page #panel-order-detail [hidden] {
    display: none !important;
}

body.service-page #panel-order-detail .svc-order-slot-state {
    margin: 0px;
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px dashed rgb(214, 222, 234);
    background: rgb(248, 250, 252);
    color: var(--svc-detail-muted);
}

body.service-page #panel-order-detail .svc-order-card-slot > .card.order-box {
    margin: 0px;
    min-width: 0px;
    border: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    background: none;
}

body.service-page #panel-order-detail .svc-order-cards-empty {
    margin: 0px;
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px dashed rgb(214, 222, 234);
    background: rgb(248, 250, 252);
    color: var(--svc-detail-muted);
}

body.service-page #panel-order-detail .card.order-box {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

body.service-page #panel-order-detail .info-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.service-page #panel-order-detail .card-head {
    margin: 0px;
    padding: 0px;
    gap: 12px;
    align-items: start;
}

body.service-page #panel-order-detail .order-product-image {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    object-fit: cover;
    flex-shrink: 0;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.06) 0px 0px 0px 1px inset;
}

body.service-page #panel-order-detail .order-product {
    color: var(--svc-detail-text);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

body.service-page #panel-order-detail .order-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: none;
    border-color: transparent;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
    justify-content: space-between;
}

body.service-page #panel-order-detail .order-meta-item .k, body.service-page #panel-order-detail .order-meta-item .v {
    min-width: 0px;
}

body.service-page #panel-order-detail .order-meta-item + .order-meta-item {
    position: relative;
    margin-top: 10px;
    padding-top: 14px;
}

body.service-page #panel-order-detail .order-meta-item + .order-meta-item::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0px;
    height: 1px;
    background: rgb(214, 222, 234);
}

body.service-page #panel-order-detail .order-meta-item .k {
    font-size: 14px;
    color: rgb(71, 85, 105);
}

body.service-page #panel-order-detail .order-meta-item .v {
    font-size: 14px;
    text-align: right;
    word-break: break-word;
    color: rgb(0, 0, 0);
}

body.service-page #panel-order-detail .order-meta-item--status.status--completed {
    border-color: transparent;
    background: none;
    color: rgb(157, 157, 157);
}

body.service-page #panel-order-detail .order-meta-item--status.status--pending, body.service-page #panel-order-detail .order-meta-item--status.status--paid, body.service-page #panel-order-detail .order-meta-item--status.status--processing {
    border-color: transparent;
    background: none;
    color: rgb(146, 64, 14);
}

body.service-page #panel-order-detail .order-meta-item--status.status--pending_manual_delivery, body.service-page #panel-order-detail .order-meta-item--status.status--on_hold, body.service-page #panel-order-detail .order-meta-item--status.status--resource_unavailable {
    border-color: transparent;
    background: none;
    color: rgb(154, 52, 18);
}

body.service-page #panel-order-detail .order-meta-item--status.status--failed, body.service-page #panel-order-detail .order-meta-item--status.status--cancelled, body.service-page #panel-order-detail .order-meta-item--status.status--coupon_invalid, body.service-page #panel-order-detail .order-meta-item--status.status--coupon_exhausted, body.service-page #panel-order-detail .order-meta-item--status.status--recharge_failed {
    border-color: transparent;
    background: none;
    color: rgb(153, 27, 27);
}

body.service-page #panel-order-detail .order-meta-item--status.status--refunded {
    border-color: transparent;
    background: none;
    color: rgb(14, 116, 144);
}

body.service-page #panel-order-detail .support-group, body.service-page #panel-order-detail .packages-group, body.service-page #panel-order-detail .recharge-info-group, body.service-page #panel-order-detail .inline-actions, body.service-page #panel-order-detail .card-foot {
    margin: 0px;
    padding: 0px;
}

body.service-page #panel-order-detail .support-group .support-link {
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-decoration: none;
}

body.service-page #panel-order-detail .support-group .support-msg {
    color: rgb(71, 85, 105);
    font-size: 12px;
    line-height: 1.6;
}

body.service-page #panel-order-detail .support-group.support-warn {
    background: rgb(255, 251, 235);
    border-color: rgb(253, 230, 138) rgb(253, 230, 138) rgb(253, 230, 138) rgb(245, 158, 11);
}

body.service-page #panel-order-detail .support-group.support-err {
    background: rgb(254, 242, 242);
    border-color: rgb(254, 202, 202) rgb(254, 202, 202) rgb(254, 202, 202) rgb(239, 68, 68);
}

body.service-page #panel-order-detail .recharge-info-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.service-page #panel-order-detail .recharge-info-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.service-page #panel-order-detail .recharge-info-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: white;
    border-radius: 10px;
}

body.service-page #panel-order-detail .recharge-kv-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .recharge-kv-item {
    display: inline-flex;
    gap: 6px;
    padding: 4px 10px;
    background: none;
    border-color: transparent;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
}

body.service-page #panel-order-detail .recharge-kv-item .k, body.service-page #panel-order-detail .recharge-kv-item .v {
    min-width: 0px;
}

body.service-page #panel-order-detail .recharge-kv-item + .recharge-kv-item {
    position: relative;
    margin-top: 10px;
    padding-top: 14px;
}

body.service-page #panel-order-detail .recharge-kv-item + .recharge-kv-item::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0px;
    height: 1px;
    background: rgb(214, 222, 234);
}

body.service-page #panel-order-detail .recharge-kv-item .k {
    font-size: 16px;
    color: rgb(71, 85, 105);
    line-height: 1.5;
    word-break: break-word;
}

body.service-page #panel-order-detail .recharge-kv-item .v {
    font-size: 16px;
    text-align: right;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

body.service-page #panel-order-detail .recharge-kv-empty {
    display: block;
    border-radius: 10px;
    border: 1px dashed rgb(214, 222, 234);
    background: rgb(251, 251, 251);
    color: rgb(100, 116, 139);
    font-size: 12px;
    line-height: 1.6;
    padding: 8px 10px;
}

body.service-page #panel-order-detail .packages-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .pkg-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .pkg-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    min-width: 0px;
    padding: 0px;
    border: 1px solid rgb(214, 222, 234);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    overflow: hidden;
}

body.service-page #panel-order-detail .pkg-block > .package-name {
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(15, 23, 42);
    font-family: inherit;
    line-height: 1.45;
    word-break: break-word;
}

body.service-page #panel-order-detail .pkg-block > .package-name::before {
    content: none;
}

body.service-page #panel-order-detail .pkg-row .info-value {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    padding: 4px 10px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

body.service-page #panel-order-detail .pkg-row .info-value + .info-value {
    position: relative;
    margin-top: 10px;
    padding-top: 14px;
}

body.service-page #panel-order-detail .pkg-row .info-value[data-first-visible] {
    margin-top: 0px;
    padding-top: 4px;
}

body.service-page #panel-order-detail .pkg-row .info-value[data-first-visible]::before {
    content: none;
}

body.service-page #panel-order-detail .pkg-row .info-value + .info-value::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0px;
    height: 1px;
    background: rgb(214, 222, 234);
}

body.service-page #panel-order-detail .pkg-row .field-copy {
    grid-template-columns: minmax(0px, 1fr) auto;
    align-items: center;
    gap: 12px;
}

body.service-page #panel-order-detail .pkg-row .info-value[data-has-field-key] > .field-copy {
    grid-template-columns: minmax(88px, max-content) minmax(0px, 1fr) auto;
}

body.service-page #panel-order-detail .pkg-row .acc-p, body.service-page #panel-order-detail .pkg-row .password-p, body.service-page #panel-order-detail .pkg-row .redeemcode-p, body.service-page #panel-order-detail .pkg-row .profile-p, body.service-page #panel-order-detail .pkg-row .pkg-text {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}

body.service-page #panel-order-detail .pkg-row .link-a {
    color: rgb(29, 78, 216);
    text-decoration: underline dotted;
    text-underline-offset: 2px;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}

body.service-page #panel-order-detail .pkg-row .field-key {
    flex: 0 0 auto;
    color: rgb(71, 85, 105);
    font-size: 16px;
    line-height: 1.5;
}

body.service-page #panel-order-detail .pkg-row .field-copy > p, body.service-page #panel-order-detail .pkg-row .field-copy > a, body.service-page #panel-order-detail .pkg-row .generic-wrap .pkg-text {
    flex: 1 1 auto;
    min-width: 0px;
    width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

body.service-page #panel-order-detail .pkg-row .field-copy > .copy-button {
    margin-left: 0px;
}

body.service-page #panel-order-detail .copy-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0px;
    margin-left: 8px;
    border-radius: 8px;
    border: 1px solid rgb(207, 216, 227);
    color: rgb(17, 17, 18);
}

body.service-page #panel-order-detail .copy-button:hover {
    background: rgb(241, 245, 249);
}

body.service-page #panel-order-detail .copy-button:active {
    transform: translateY(1px);
}

body.service-page #panel-order-detail .copy-button svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

body.service-page #panel-order-detail .inline-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

body.service-page #panel-order-detail .result-container {
    min-height: 52px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px dashed rgb(214, 222, 234);
    background: rgb(255, 255, 255);
    overflow: hidden;
}

@keyframes nf-spin {
    100% {
        transform: rotate(360deg);
    }
}

body.service-page #panel-order-detail .nf-result {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .nf-line {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .nf-input {
    min-width: 0px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(248, 250, 252);
    color: rgb(15, 23, 42);
}

body.service-page #panel-order-detail .nf-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .nf-code {
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(248, 250, 252);
    color: rgb(15, 23, 42);
}

body.service-page #panel-order-detail .note-group {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}

body.service-page #panel-order-detail .note-value, body.service-page #panel-order-detail .note-p {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
}

@media (max-width: 860px) {
    body.service-page #panel-order-detail .svc-order-card-slot {
        margin: 0px auto;
    }
}

@media (max-width: 640px) {
    body.service-page #panel-order-detail .order-product-image {
        width: 52px;
        height: 52px;
    }

    body.service-page #panel-order-detail .netflix-button {
        width: 100%;
    }
}

body.service-page.svc-order-detail-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .svc-order-card-slot > .card.order-box {
        border: 1px solid rgba(219, 228, 239, 0.9);
        border-radius: 24px;
        background: linear-gradient(rgba(255, 255, 255, 0.98) 0%, rgb(243, 247, 253) 100%);
        box-shadow: rgba(15, 23, 42, 0.08) 0px 14px 28px;
    }

    body.service-page #panel-order-detail .svc-order-detail-toolbar, body.service-page #panel-order-detail .svc-order-cards-wrap {
        width: 100%;
        padding: 0px 8px;
    }

    body.service-page #panel-order-detail .pkg-row .field-copy > p, body.service-page #panel-order-detail .pkg-row .field-copy > a, body.service-page #panel-order-detail .pkg-row .generic-wrap .pkg-text, body.service-page #panel-order-detail .note-value, body.service-page #panel-order-detail .note-p, body.service-page #panel-order-detail .note-p * {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.service-page #panel-order-detail .note-value, body.service-page #panel-order-detail .note-p {
        text-align: left;
    }
}

body.service-page .site-message {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: rgb(15, 23, 42);
    background: rgb(224, 242, 254);
    border: 1px solid rgb(186, 230, 253);
}

body.service-page .site-message--success {
    background: rgb(236, 253, 245);
    border-color: rgb(187, 247, 208);
    color: rgb(6, 95, 70);
}

body.service-page .site-message--error {
    background: rgb(254, 242, 242);
    border-color: rgb(254, 202, 202);
    color: rgb(185, 28, 28);
}

body.service-page .site-toast-stack {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3000;
    width: min(420px, -24px + 100vw);
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
}

body.service-page .site-toast-stack .site-toast {
    margin: 0px;
    box-shadow: rgba(15, 23, 42, 0.18) 0px 18px 44px;
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 0.18s, transform 0.18s;
}

body.service-page .site-toast-stack .site-toast.is-visible {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

@media (max-width: 640px) {
    body.service-page .site-toast-stack {
        top: 12px;
        width: calc(-20px + 100vw);
    }
}

body.service-page .md-body.md-v2 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.service-page .md-body.md-v2 a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.service-page .md-body.md-v2 a:hover {
    text-decoration: underline;
}

body.service-page .md-body.md-v2 code {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 768px) {
    body.service-page .image-container:hover, body.service-page .image-container:focus-within, body.service-page .image-container:active, body.service-page .image-container.is-selected {
        background: none !important;
        box-shadow: none !important;
    }

    body.service-page .image-container:hover .menu-icon, body.service-page .image-container:focus-within .menu-icon, body.service-page .image-container.is-selected .menu-icon {
        width: 40px;
        height: 51px;
        color: var(--svc-aside-icon-color) !important;
    }
}

.service-lists {
    border-bottom: 1px dashed rgb(153, 153, 153);
}

body.service-page .service-lists {
    border-bottom: medium;
    border-radius: 10px;
}

body.service-page .service-lists .list-card {
    margin-top: 0px;
}

body.service-page .service-lists .menu-icon i, body.service-page .service-lists .menu-icon .svc-icon {
    line-height: 1;
}

body.service-page .service-lists .right i, body.service-page .service-lists .right .svc-icon {
    line-height: 1;
}

body.service-page .service-lists .image-container.is-selected .right i, body.service-page .service-lists .image-container.is-selected .right .svc-icon {
    color: inherit;
}

body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container.is-selected .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon {
    color: rgb(128, 128, 128);
}

body.service-page .service-lists .image-container:hover .right, body.service-page .service-lists .image-container.is-selected .right, body.service-page .service-lists .image-container:focus-within .right {
    color: rgb(37, 99, 235);
    transform: translateX(2px);
}

@media (max-width: 768px) {
    body.service-page .service-wapper {
        margin: 0px;
    }

    body.service-page .service-panels {
        overflow-x: hidden;
        margin: 16px 0px;
    }

    body.service-page .service-lists .order-btn-span {
        width: 100%;
        min-width: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    body.service-page .service-lists .order-btn-span .left {
        min-width: 0px;
        flex: 1 1 auto;
    }

    body.service-page .service-lists .menu-label {
        min-width: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.service-page .service-lists .right {
        flex: 0 0 auto;
        margin-left: 8px;
    }

    body.service-page .main-content {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        padding: 12px 8px 16px;
        margin-bottom: 0px;
        min-height: calc(100dvh - 16px);
        max-height: calc(100dvh - 16px);
        overflow: hidden;
    }

    body.service-page .service-aside__top {
        overflow-y: auto;
        min-height: 0px;
        padding-bottom: 8px;
    }

    body.service-page .service-mobile-topbar {
        display: flex;
        align-items: center;
        padding: 8px 8px 0px;
        background: rgb(243, 243, 243);
    }

    body.service-page .service-mobile-home-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 12px;
        border-radius: 999px;
        border: 1px solid rgb(58, 117, 255);
        background: rgb(255, 255, 255);
        color: rgb(58, 117, 255);
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        margin: 15px;
    }

    body.service-page .service-mobile-home-btn i, body.service-page .service-mobile-home-btn .svc-icon {
        font-size: 15px;
        line-height: 1;
    }

    body.service-page .service-lists .list-card {
        gap: 8px;
        margin-top: 0px;
    }

    body.service-page .service-lists .list-card > .image-container:nth-child(2n):not(:last-child) {
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    body.service-page .service-lists .list-card > .image-container:nth-child(2n):not(:last-child)::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0px;
        height: 1px;
        background: var(--svc-border);
    }

    body.service-page .service-lists .order-btn-span {
        min-height: 52px;
        padding: 9px 10px;
        border-radius: 12px;
    }

    body.service-page .service-lists .order-btn-span .left {
        font-size: 18px;
        font-weight: 600;
    }

    body.service-page .service-lists .menu-icon, body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon, body.service-page .service-lists .image-container.is-selected .menu-icon {
        width: 34px;
        height: 34px;
    }

    body.service-page .service-lists .menu-icon i, body.service-page .service-lists .menu-icon .svc-icon {
        font-size: 16px;
    }

    body.service-page .service-lists .right {
        width: 22px;
        height: 22px;
    }
}

@media not all {
    body.service-page .service-mobile-topbar {
        display: flex;
        align-items: center;
        padding: 10px 10px 0px;
        background: rgb(243, 243, 243);
    }

    body.service-page .service-mobile-home-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        margin: 10px;
        border-radius: 999px;
        border: 1px solid rgb(58, 117, 255);
        background: rgb(255, 255, 255);
        color: rgb(58, 117, 255);
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
    }

    body.service-page .service-mobile-home-btn i, body.service-page .service-mobile-home-btn .svc-icon {
        font-size: 15px;
        line-height: 1;
    }

    body.service-page .service-wapper {
        margin: 0px;
        padding: 0px 10px 18px;
        min-height: 0px;
    }

    body.service-page .service-box {
        flex-direction: column;
        gap: 12px;
        min-height: 0px;
    }

    body.service-page .service-aside__brand {
        display: none;
    }

    body.service-page .main-content {
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        position: static;
        top: auto;
        align-items: stretch;
        box-sizing: border-box;
        background: rgb(255, 255, 255);
        border-radius: 16px;
        padding: 12px 10px 16px;
        min-height: 0px;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    body.service-page .service-aside__top {
        overflow: visible;
        min-height: 0px;
        width: 100%;
        padding-bottom: 8px;
    }

    body.service-page .service-panels {
        margin: 0px;
        gap: 14px;
        border-radius: 18px;
        background: none;
    }

    body.service-page .service-panels:not(.service-panels--mobile) {
        display: block;
        min-height: 0px;
        padding: 0px;
        border: 0px;
        background: none;
        overflow: visible;
    }

    body.service-page .service-panels:not(.service-panels--mobile) > .service-panel.is-active {
        overflow: visible;
        padding: 0px;
    }
}

@media (max-width: 420px) {
    body.service-page .service-lists .order-btn-span .left {
        font-size: 18px;
    }

    body.service-page .service-lists .menu-icon, body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon, body.service-page .service-lists .image-container.is-selected .menu-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    body.service-page .service-lists .menu-icon i, body.service-page .service-lists .menu-icon .svc-icon {
        font-size: 15px;
    }
}

.info-title {
    font-size: 22px;
}

body.service-page .service-brand__name {
    font-size: 18px;
    letter-spacing: -0.02em;
}

body.service-page .service-lists .menu-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

body.service-page .service-lists .menu-icon i, body.service-page .service-lists .menu-icon .svc-icon {
    font-size: 16px;
}

body.service-page .service-lists .right i, body.service-page .service-lists .right .svc-icon {
    font-size: 13px;
}

body.service-page .service-lists .image-container:hover .order-btn-span, body.service-page .service-lists .image-container:focus-within .order-btn-span {
    background: rgb(245, 245, 245);
}

body.service-page .service-lists .image-container.is-selected .order-btn-span .left, body.service-page .service-lists .image-container.is-selected .menu-label, body.service-page .service-lists .image-container.is-selected .right {
    color: rgb(17, 24, 39);
}

body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon {
    color: rgb(107, 114, 128);
}

body.service-page .service-lists .image-container:hover .right, body.service-page .service-lists .image-container:focus-within .right {
    color: rgb(156, 163, 175);
    transform: translateX(1px);
}

body.service-page .service-lists .image-container.is-selected .right {
    color: rgb(107, 114, 128);
}

.service-lists .right {
    display: none !important;
}

@media (max-width: 420px) {
    body.service-page .service-lists .order-btn-span .left, body.service-page .service-lists .menu-label {
        font-size: 14px;
    }

    body.service-page .service-lists .menu-icon, body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon, body.service-page .service-lists .image-container.is-selected .menu-icon {
        width: 16px;
        height: 16px;
        border-radius: 0px;
    }

    body.service-page .service-lists .menu-icon i, body.service-page .service-lists .menu-icon .svc-icon {
        font-size: 16px;
    }
}

body.service-page #panel-order-detail .svc-orders-nav__btn {
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor transparent;
    border-image: none;
    background: none;
    color: rgb(156, 163, 175);
    font-size: 18px;
    font-weight: 500;
}

body.service-page #panel-order-detail .svc-orders-nav__btn.is-active {
    border-bottom-color: rgb(17, 24, 39);
    color: rgb(17, 24, 39);
}

body.service-page #panel-order-detail .zen-board-head {
    font-size: 16px;
    color: rgb(87, 87, 87);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.service-page #panel-order-detail .svc-order-card-slot.zen-order-item.is-expanded .zen-summary {
    border-bottom: 1px solid rgb(229, 231, 235);
}

body.service-page #panel-order-detail .zen-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

body.service-page #panel-order-detail .zen-ticket-order {
    color: rgb(156, 163, 175);
}

body.service-page #panel-order-detail .zen-ticket-title {
    margin: 0px;
    color: var(--svc-muted);
    font-size: 14px;
    font-weight: normal;
}

body.service-page #panel-order-detail .zen-ticket-amount {
    color: rgb(156, 163, 175);
}

body.service-page #panel-order-detail .zen-ticket-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0px;
    border: 0px;
    background: none;
    color: rgb(107, 114, 128);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s, text-decoration-color 0.15s;
    text-decoration: none;
}

body.service-page #panel-order-detail .zen-ticket-action:hover, body.service-page #panel-order-detail .zen-ticket-action:focus-visible {
    text-decoration: underline;
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="active"] .zen-ticket-status-dot {
    background: rgb(16, 185, 129);
}

body.service-page #panel-order-detail .svc-order-slot-state, body.service-page #panel-order-detail .svc-order-cards-empty {
    margin: 16px 0px 0px;
    padding: 0px;
    color: rgb(107, 114, 128);
    font-size: 13px;
    line-height: 1.6;
}

body.service-page #panel-order-detail .zen-config-item__text, body.service-page #panel-order-detail .zen-config-item__link {
    min-width: 0px;
    text-align: left;
}

body.service-page #panel-order-detail .zen-config-item__link {
    color: rgb(37, 99, 235);
    text-decoration: none;
}

body.service-page #panel-order-detail .zen-config-item__link:hover {
    color: rgb(29, 78, 216);
    text-decoration: underline;
}

body.service-page #panel-order-detail .zen-notice__text {
    display: inline;
}

body.service-page #panel-order-detail .zen-footer-link {
    padding: 6px 12px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

body.service-page #panel-order-detail .zen-detail-footer__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

body.service-page #panel-order-detail .zen-detail-footer__action .zen-notice__label {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 960px) {
    body.service-page #panel-order-detail .zen-board-head {
        display: none;
    }

    body.service-page #panel-order-detail .zen-summary__cell--chevron {
        grid-column-start: 1;
        grid-column-end: auto;
        grid-row-start: 1;
        grid-row-end: span 3;
        align-self: flex-start;
        padding-top: 2px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--title {
        grid-column-start: 2;
        grid-column-end: auto;
        grid-row-start: 1;
        grid-row-end: auto;
    }

    body.service-page #panel-order-detail .zen-summary__cell--action {
        grid-column-start: 3;
        grid-column-end: auto;
        grid-row-start: 1;
        grid-row-end: auto;
        align-self: flex-start;
        min-width: 0px;
        width: 100%;
        padding-right: 0px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--status {
        grid-column-start: 2;
        grid-column-end: span 2;
        grid-row-start: 2;
        grid-row-end: auto;
    }

    body.service-page #panel-order-detail .zen-summary__cell--amount {
        grid-column-start: 2;
        grid-column-end: auto;
        grid-row-start: 3;
        grid-row-end: auto;
    }

    body.service-page #panel-order-detail .zen-summary__cell--expire {
        grid-column-start: 3;
        grid-column-end: auto;
        grid-row-start: 3;
        grid-row-end: auto;
        justify-content: flex-start;
    }

    body.service-page #panel-order-detail .zen-summary__cell--order {
        grid-column-start: 2;
        grid-column-end: span 2;
        grid-row-start: 4;
        grid-row-end: auto;
    }

    body.service-page #panel-order-detail .zen-details {
        padding: 0px 16px 24px;
        box-sizing: border-box;
        min-width: 0px;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    body.service-page #panel-order-detail .svc-order-detail-toolbar, body.service-page #panel-order-detail .zen-board-head, body.service-page #panel-order-detail .svc-order-cards-wrap {
        width: 100%;
        padding: 0px 8px;
    }

    body.service-page #panel-order-detail .svc-orders-nav.svc-orders-nav--detail {
        gap: 18px;
    }

    body.service-page #panel-order-detail .svc-orders-nav__btn {
        font-size: 18px;
        padding-bottom: 8px;
    }

    body.service-page #panel-order-detail .zen-summary {
        grid-template-columns: 24px minmax(0px, 1fr) minmax(72px, 88px);
    }

    body.service-page #panel-order-detail .zen-detail-footer {
        justify-content: flex-start;
    }
}

body.service-page #panel-order-detail .zen-summary__cell--amount, body.service-page #panel-order-detail .zen-summary__cell--expire, body.service-page #panel-order-detail .zen-summary__cell--order, body.service-page #panel-order-detail .zen-summary__cell--title, body.service-page #panel-order-detail .zen-summary__cell--status {
    justify-content: flex-start !important;
    justify-self: stretch !important;
    text-align: left !important;
}

body.service-page #panel-order-detail .zen-board-head__cell--action, body.service-page #panel-order-detail .zen-summary__cell--action, body.service-page #panel-order-detail .zen-summary__cell.zen-summary__cell--action {
    justify-content: flex-end !important;
    justify-self: end !important;
    text-align: right !important;
}

body.service-page #panel-order-detail .zen-summary__cell--action .zen-ticket-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    max-width: 100% !important;
    text-align: right !important;
}

body.service-page #panel-order-detail .zen-open-link {
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 12px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 999px;
    background: rgb(248, 250, 252);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    position: static !important;
    display: inline-flex !important;
    color: rgb(71, 85, 105) !important;
    opacity: 1 !important;
}

body.service-page #panel-order-detail .zen-open-link:hover {
    border-color: rgb(209, 213, 219);
    background: rgb(243, 244, 246);
    color: rgb(17, 24, 39) !important;
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .zen-summary__cell--amount, body.service-page #panel-order-detail .zen-summary__cell--expire, body.service-page #panel-order-detail .zen-summary__cell--order, body.service-page #panel-order-detail .zen-summary__cell--status {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

@media (min-width: 961px) {
    body.service-page #panel-order-detail .zen-details {
        padding: 3px 31px;
        box-sizing: border-box;
        min-width: 0px;
        max-width: 100%;
    }
}

body.service-page #panel-order-detail .zen-read-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 0px;
    background: none;
    line-height: 1.4;
    cursor: pointer;
}

body.service-page #panel-order-detail .zen-read-link:hover {
    color: rgb(29, 78, 216);
}

body.service-page #panel-order-detail .zen-config-item__text, body.service-page #panel-order-detail .zen-config-item__link {
    display: block;
    width: 100%;
    color: rgb(15, 23, 42);
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.service-page #panel-order-detail .zen-config-item__action {
    padding: 0px;
    border: 0px;
    background: none;
    color: rgb(100, 116, 139);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}

body.service-page #panel-order-detail .zen-config-item__action:hover {
    color: rgb(15, 23, 42);
    text-decoration: underline;
}

@media (max-width: 960px) {
    body.service-page #panel-order-detail .zen-details {
        padding: 16px 18px 22px;
    }

    body.service-page #panel-order-detail .zen-order-shell {
        padding: 20px 18px;
        border-radius: 20px;
    }
}

body.service-page #panel-order-detail .zen-creds-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-bottom: 12px !important;
    gap: 12px !important;
}

body.service-page #panel-order-detail .zen-read-link {
    font-size: 12px !important;
    color: rgb(59, 130, 246) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

body.service-page #panel-order-detail .zen-read-link:hover {
    text-decoration: underline !important;
}

body.service-page #panel-order-detail .zen-cred-table-wrapper {
    border: 1px solid rgb(229, 231, 235) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: rgb(255, 255, 255) !important;
    margin-bottom: 24px !important;
}

body.service-page #panel-order-detail .zen-cred-table tr {
    display: flex;
    align-items: center;
    padding: 4px;
    border-bottom: 1px solid rgb(243, 244, 246) !important;
    transition: background 0.2s !important;
}

body.service-page #panel-order-detail .zen-cred-table tr:hover {
    background-color: rgb(249, 250, 251) !important;
}

body.service-page #panel-order-detail .zen-cred-action-cell {
    width: 48px !important;
    text-align: right !important;
}

body.service-page #panel-order-detail .zen-cred-value-cell.is-link a {
    color: rgb(59, 130, 246) !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.service-page #panel-order-detail .zen-cred-value-cell.is-link a:hover {
    text-decoration: underline !important;
}

body.service-page #panel-order-detail .zen-cred-copy-btn {
    opacity: 0 !important;
    background: none !important;
    border: medium !important;
    color: rgb(156, 163, 175) !important;
    cursor: pointer !important;
    padding: 4px !important;
    transition: 0.2s !important;
}

body.service-page #panel-order-detail .zen-cred-table tr:hover .zen-cred-copy-btn {
    opacity: 1 !important;
}

body.service-page #panel-order-detail .zen-cred-copy-btn:hover {
    color: rgb(17, 24, 39) !important;
}

body.service-page.svc-read-modal-open {
    overflow: hidden !important;
}

body.service-page #panel-order-detail .zen-modal-overlay {
    position: fixed !important;
    inset: 0px !important;
    z-index: 9999 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
}

body.service-page #panel-order-detail .zen-modal-backdrop {
    position: absolute !important;
    inset: 0px !important;
    background: rgba(17, 24, 39, 0.3) !important;
    backdrop-filter: blur(4px) !important;
}

body.service-page #panel-order-detail .zen-modal-box {
    position: relative !important;
    background: rgb(255, 255, 255) !important;
    width: 100% !important;
    max-width: 480px !important;
    border-radius: 12px !important;
    border: 1px solid rgb(229, 231, 235) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.service-page #panel-order-detail .zen-modal-head {
    padding: 20px 24px !important;
    border-bottom: 1px solid rgb(243, 244, 246) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: rgb(17, 24, 39) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.service-page #panel-order-detail .zen-modal-body {
    padding: 24px !important;
    font-size: 13.5px !important;
    color: rgb(75, 85, 99) !important;
    line-height: 1.7 !important;
    background: rgb(249, 250, 251) !important;
    white-space: pre-wrap !important;
}

body.service-page #panel-order-detail .zen-modal-footer {
    padding: 16px 24px !important;
    border-top: 1px solid rgb(243, 244, 246) !important;
    display: flex !important;
    justify-content: flex-end !important;
}

body.service-page #panel-order-detail .zen-btn-confirm {
    background: rgb(17, 24, 39) !important;
    color: rgb(255, 255, 255) !important;
    border: medium !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    width: 100% !important;
}

body.service-page #panel-order-detail .zen-btn-confirm:hover {
    background: rgb(0, 0, 0) !important;
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .zen-summary__cell--chevron {
        grid-column-start: 1 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: span 4 !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--title {
        grid-column-start: 2 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--action {
        grid-column-start: 3 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--status {
        grid-column-start: 2 !important;
        grid-column-end: span 2 !important;
        grid-row-start: 2 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--amount {
        grid-column-start: 2 !important;
        grid-column-end: auto !important;
        grid-row-start: 3 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--expire {
        grid-column-start: 3 !important;
        grid-column-end: auto !important;
        grid-row-start: 3 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--order {
        grid-column-start: 2 !important;
        grid-column-end: span 2 !important;
        grid-row-start: 4 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-order-shell {
        padding: 18px 16px !important;
    }

    body.service-page #panel-order-detail .zen-creds-header {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

body.service-page .service-lists .order-btn-span {
    padding: 10px 16px !important;
}

body.service-page .service-lists .image-container:hover .order-btn-span {
    background: rgb(249, 250, 251) !important;
}

body.service-page .service-lists .image-container:hover .order-btn-span .left, body.service-page .service-lists .image-container:hover .menu-icon {
    color: rgb(17, 24, 39) !important;
}

body.service-page .service-lists .image-container.is-selected .order-btn-span .left {
    color: rgb(0, 0, 0) !important;
}

body.service-page .service-lists .image-container.is-selected .menu-icon {
    color: rgb(17, 24, 39) !important;
}

@media (min-width: 769px) {
    body.service-page .service-aside__brand-shell, body.service-page .main-content {
        box-sizing: border-box !important;
    }

    body.service-page .service-panels, body.service-page .service-panels:not(.service-panels--mobile) {
        width: 100%;
        padding: 0px 100px;
        background: rgb(255, 255, 255) !important;
        box-shadow: none !important;
    }
}

body.service-page .promotion-code-panel, body.service-page .promotion-applicable {
    display: none !important;
}

body.service-page .service-lists .menu-icon {
    display: none !important;
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail {
        padding: 18px 0px 32px !important;
        overflow-x: hidden !important;
    }

    body.service-page #panel-order-detail .svc-order-detail-toolbar, body.service-page #panel-order-detail .svc-order-cards-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0px !important;
        box-sizing: border-box !important;
        margin: 4px auto !important;
        padding: 0px 12px !important;
    }

    body.service-page #panel-order-detail .zen-board-head {
        display: none !important;
    }

    body.service-page #panel-order-detail .svc-order-card-slot.zen-order-item {
        overflow: hidden !important;
        background: rgb(255, 255, 255) !important;
    }

    body.service-page #panel-order-detail .zen-summary {
        box-sizing: border-box;
        display: grid !important;
        grid-template-columns: 20px minmax(0px, 1fr) max-content !important;
        grid-template-areas: "chevron title action" "chevron status status" "chevron amount amount" "chevron order order" !important;
        gap: 8px 10px !important;
        align-items: center !important;
        height: auto !important;
        min-height: 0px !important;
        padding: 12px 10px !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell {
        min-width: 0px !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--chevron {
        grid-row-start: chevron !important;
        grid-column-start: chevron !important;
        grid-row-end: chevron !important;
        grid-column-end: chevron !important;
        align-self: start !important;
        justify-content: center !important;
        padding-top: 3px !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--title {
        grid-row-start: title !important;
        grid-column-start: title !important;
        grid-row-end: title !important;
        grid-column-end: title !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--action {
        grid-row-start: action !important;
        grid-column-start: action !important;
        grid-row-end: action !important;
        grid-column-end: action !important;
        justify-content: flex-end !important;
        justify-self: end !important;
        width: auto !important;
        max-width: 74px !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--status {
        grid-row-start: status !important;
        grid-column-start: status !important;
        grid-row-end: status !important;
        grid-column-end: status !important;
        gap: 8px !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--amount {
        grid-row-start: amount !important;
        grid-column-start: amount !important;
        grid-row-end: amount !important;
        grid-column-end: amount !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--expire {
        grid-row-start: expire !important;
        grid-column-start: expire !important;
        grid-row-end: expire !important;
        grid-column-end: expire !important;
        justify-content: flex-end !important;
        justify-self: end !important;
        max-width: 104px !important;
    }

    body.service-page #panel-order-detail .zen-summary__cell--order {
        grid-row-start: order !important;
        grid-column-start: order !important;
        grid-row-end: order !important;
        grid-column-end: order !important;
    }

    body.service-page #panel-order-detail .zen-ticket-title, body.service-page #panel-order-detail .zen-ticket-status, body.service-page #panel-order-detail .zen-ticket-order, body.service-page #panel-order-detail .zen-ticket-amount, body.service-page #panel-order-detail .zen-ticket-expire {
        min-width: 0px !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.service-page #panel-order-detail .zen-ticket-action {
        width: auto !important;
        max-width: 74px !important;
        text-align: right !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .zen-cred-table-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: auto visible !important;
        border-radius: 8px !important;
    }

    body.service-page #panel-order-detail .zen-cred-table, body.service-page #panel-order-detail .zen-cred-table tbody {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.service-page #panel-order-detail .zen-cred-table {
        table-layout: auto !important;
    }

    body.service-page #panel-order-detail .zen-cred-table tr {
        display: grid !important;
        grid-template-columns: minmax(0px, 1fr) auto !important;
        grid-template-rows: auto auto !important;
        gap: 8px 12px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 16px !important;
        border-bottom: 1px solid rgb(243, 244, 246) !important;
    }

    body.service-page #panel-order-detail .zen-cred-table tr:last-child {
        border-bottom: 0px !important;
    }

    body.service-page #panel-order-detail .zen-cred-table td {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0px !important;
        padding: 0px !important;
        border: 0px !important;
        box-sizing: border-box !important;
    }

    body.service-page #panel-order-detail .zen-cred-label-cell {
        grid-column-start: 1 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
        margin-bottom: 0px !important;
        align-self: center !important;
        background: none !important;
        color: rgb(100, 116, 139) !important;
    }

    body.service-page #panel-order-detail .zen-cred-value-cell {
        grid-column-start: 1 !important;
        grid-column-end: -1 !important;
        grid-row-start: 2 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-cred-value-cell, body.service-page #panel-order-detail .zen-cred-value-cell.is-link, body.service-page #panel-order-detail .zen-cred-value-cell.is-link a {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        line-height: 1.6 !important;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell {
        grid-column-start: 2 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
        margin-top: 0px !important;
        width: auto !important;
        justify-self: end !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        text-align: right !important;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell .copy-button {
        margin-left: 0px !important;
    }

    body.service-page #panel-order-detail .zen-cred-copy-btn {
        opacity: 1 !important;
    }
}

@media (max-width: 960px) {
    body.service-page #panel-order-detail .zen-cred-table-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: auto visible !important;
        border-radius: 8px !important;
    }

    body.service-page #panel-order-detail .zen-cred-table, body.service-page #panel-order-detail .zen-cred-table tbody {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0px !important;
        box-sizing: border-box !important;
    }

    body.service-page #panel-order-detail .zen-cred-table tr {
        display: grid !important;
        grid-template-columns: minmax(0px, 1fr) auto !important;
        grid-template-rows: auto auto !important;
        gap: 8px 12px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0px !important;
        box-sizing: border-box !important;
        padding: 14px 16px !important;
        border-bottom: 1px solid rgb(243, 244, 246) !important;
    }

    body.service-page #panel-order-detail .zen-cred-table tr:last-child {
        border-bottom: 0px !important;
    }

    body.service-page #panel-order-detail .zen-cred-table td {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0px !important;
        padding: 0px !important;
        border: 0px !important;
        box-sizing: border-box !important;
    }

    body.service-page #panel-order-detail .zen-cred-label-cell {
        grid-column-start: 1 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
        margin-bottom: 0px !important;
        width: auto !important;
        align-self: center !important;
        background: none !important;
        color: rgb(100, 116, 139) !important;
    }

    body.service-page #panel-order-detail .zen-cred-value-cell {
        grid-column-start: 1 !important;
        grid-column-end: -1 !important;
        grid-row-start: 2 !important;
        grid-row-end: auto !important;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell {
        grid-column-start: 2 !important;
        grid-column-end: auto !important;
        grid-row-start: 1 !important;
        grid-row-end: auto !important;
        margin-top: 0px !important;
        width: auto !important;
        justify-self: end !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        text-align: right !important;
    }

    body.service-page #panel-order-detail .zen-cred-table {
        table-layout: auto !important;
    }

    body.service-page #panel-order-detail .zen-cred-value-cell, body.service-page #panel-order-detail .zen-cred-value-cell *, body.service-page #panel-order-detail .zen-config-item__text, body.service-page #panel-order-detail .zen-config-item__link {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0px !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        line-height: 1.6 !important;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell .copy-button {
        margin-left: 0px !important;
    }

    body.service-page #panel-order-detail .zen-cred-copy-btn {
        opacity: 1 !important;
    }
}

body.service-page #panel-order-detail .zen-order-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
}

.zen-notice {
    margin: 10px 0px;
    font-weight: normal;
    font-size: 14px;
    color: rgb(93, 93, 93);
}

:root {
    --svc-border: #e6e8ee;
}

.promotion-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 10px;
}

.promotion-aside {
    flex: 1 1 260px;
}

.promotion-header h2 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.promotion-sub {
    margin: 0px;
    font-size: 14px;
    color: rgb(205, 205, 205);
    line-height: 1.6;
}

.section-title {
    margin: 0px 0px 10px;
    font-size: 16px;
    color: rgb(31, 41, 55);
    font-weight: 600;
    text-align: left;
}

.promotion-code-panel, .promotion-applicable {
    border-radius: 12px;
    background: rgb(248, 250, 252);
    padding: 12px;
    gap: 8px;
}

.promotion-code-panel__head {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.promotion-code-panel__label {
    display: block;
    font-size: 12px;
    color: rgb(71, 85, 105);
    margin-bottom: 4px;
}

.promotion-code-panel__code {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgb(15, 23, 42);
}

.promotion-applicable h4 {
    margin: 0px;
    font-size: 14px;
    color: rgb(15, 23, 42);
}

.promotion-applicable-list, .settlement-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.promotion-applicable-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.promotion-applicable-list strong {
    color: rgb(17, 24, 39);
    font-size: 14px;
}

.promotion-applicable-list span {
    color: rgb(71, 85, 105);
    font-size: 13px;
    line-height: 1.5;
}

.copy-btn {
    align-self: flex-start;
    padding: 6px 12px;
    font-size: 13px;
    border: medium;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 999px;
}

.copy-btn:hover, .copy-btn:focus-visible {
    background: rgb(253, 253, 253);
}

.summary-list li {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 10px;
    background: rgb(255, 255, 255);
    align-items: center;
    border-radius: 10px;
}

.summary-list .label {
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.summary-list strong {
    font-size: 16px;
    color: rgb(96, 157, 255);
    border-radius: 999px;
    text-align: center;
    font-weight: normal;
}

.payout-hint-box {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.payout-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgb(17, 24, 39);
    color: rgb(17, 24, 39);
    text-decoration: none;
    font-size: 13px;
    width: fit-content;
    transition: background-color 0.2s, color 0.2s;
}

.payout-link--primary, .payout-link:hover, .payout-link:focus-visible {
    background-color: rgb(17, 24, 39);
    color: rgb(255, 255, 255);
}

.payout-link--primary:hover, .payout-link--primary:focus-visible {
    background-color: rgb(0, 0, 0);
}

.hint--warning {
    color: rgb(180, 83, 9);
}

.payout-request-form {
    margin: 0px 0px 10px;
}

.payout-history {
    background: rgb(255, 255, 255);
    border: 1px solid var(--svc-border);
    padding: 14px;
    gap: 10px;
    border-radius: 15px;
}

.payout-history h4 {
    margin: 0px;
    font-size: 15px;
    color: rgb(17, 24, 39);
}

.settlement-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgb(31, 41, 55);
}

.settlement-amount {
    font-weight: 600;
}

.settlement-status {
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.settlement-status--pending {
    background: rgb(245, 158, 11);
}

.settlement-status--approved {
    background: rgb(16, 185, 129);
}

.settlement-status--rejected {
    background: rgb(239, 68, 68);
}

.settlement-time {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.payout-available {
    margin: 0px 0px 8px;
    font-size: 13px;
    color: rgb(37, 99, 235);
}

@media (max-width: 768px) {
    .summary-list {
        gap: 10px;
        flex-direction: row;
        padding: 10px;
        border-radius: 10px;
    }

    .summary-list strong {
        font-size: 14px;
        padding: 3px 10px;
    }
}

@media (max-width: 480px) {
    .summary-list strong {
        font-size: 13px;
        padding: 2px 8px;
    }
}

.promo-tab {
    display: none;
}

.payout-card {
    padding: 12px;
    background: rgb(255, 255, 255);
    gap: 8px;
    border: 1px solid var(--svc-border);
    border-radius: 15px;
}

.payout-amount {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(17, 24, 39);
    text-align: center;
}

.btn-full {
    width: 100%;
}

.payout-card hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgb(229, 231, 235) currentcolor currentcolor;
    border-image: none;
    margin: 4px 0px;
}

.payout-stats {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 13px;
    color: rgb(75, 85, 99);
    justify-content: center;
}

.payout-stats dt {
    font-weight: 500;
}

.payout-stats dd {
    margin: 0px;
    font-weight: 600;
    color: rgb(31, 41, 55);
}

.promo-note {
    border: 1px solid rgb(229, 231, 235);
    padding: 12px;
    background: rgb(255, 255, 255);
    min-width: 0px;
    border-radius: 10px;
}

.promo-note h4 {
    margin: 0px 0px 8px;
    font-size: 14px;
    color: rgb(31, 41, 55);
}

.promo-note ul {
    margin: 0px;
    padding-left: 18px;
    font-size: 13px;
    color: rgb(75, 85, 99);
    line-height: 1.6;
}

.promo-note li {
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .promotion-box {
        flex-direction: column;
        gap: 16px;
    }

    .promotion-main, .promotion-aside {
        flex: 1 1 100%;
    }

    .promotion-code-panel__head {
        align-items: flex-start;
    }
}

body.service-page .promotion-code-panel, body.service-page .promotion-applicable {
    display: none;
}

body.service-page #panel-order-detail .nf-state {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(100, 116, 139);
    font-size: 13px;
}

body.service-page #panel-order-detail .nf-state__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgb(148, 163, 184);
}

body.service-page #panel-order-detail .nf-state--loading {
    color: rgb(51, 65, 85);
}

body.service-page #panel-order-detail .result-container .hint {
    color: rgb(100, 116, 139);
}

body.service-page #panel-order-detail .result-container .ok {
    color: rgb(6, 95, 70);
}

body.service-page #panel-order-detail .result-container .err {
    color: rgb(185, 28, 28);
}

body.service-page #panel-order-detail .result-container .muted {
    color: rgb(100, 116, 139);
    font-size: 12px;
}

body.service-page #panel-order-detail .nf-spinner {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(29, 78, 216) rgb(203, 213, 225) rgb(203, 213, 225);
    border-image: none;
    animation: 0.8s linear infinite nf-spin;
}

@keyframes nf-spin {
    100% {
        transform: rotate(360deg);
    }
}

body.service-page #panel-order-detail .nf-result {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.service-page #panel-order-detail .nf-result, body.service-page #panel-order-detail .nf-line, body.service-page #panel-order-detail .nf-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
}

body.service-page #panel-order-detail .nf-result__title {
    font-size: 13px;
    font-weight: 700;
    color: rgb(15, 23, 42);
    min-width: 0px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

body.service-page #panel-order-detail .nf-line {
    display: flex;
    gap: 8px;
    align-items: center;
}

body.service-page #panel-order-detail .nf-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgb(209, 213, 219);
    font-size: 13px;
}

body.service-page #panel-order-detail .nf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

body.service-page #panel-order-detail .nf-action {
    appearance: none;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: filter 0.2s, transform 0.05s;
    max-width: 100%;
    box-sizing: border-box;
}

body.service-page #panel-order-detail .nf-action:active {
    transform: translateY(1px);
}

body.service-page #panel-order-detail .nf-action:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

body.service-page #panel-order-detail .nf-action--copy {
    border: 1px solid rgb(203, 213, 225);
    background: rgb(255, 255, 255);
    color: rgb(15, 23, 42);
}

body.service-page #panel-order-detail .nf-action--open {
    border: 1px solid rgb(185, 28, 28);
    background: rgb(220, 38, 38);
    color: rgb(255, 255, 255);
}

body.service-page #panel-order-detail .nf-action--guide {
    border: 1px solid transparent;
    background: none;
    color: rgb(29, 78, 216);
    text-decoration: underline;
    text-underline-offset: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

body.service-page #panel-order-detail .nf-action:hover {
    filter: brightness(1.04);
}

body.service-page #panel-order-detail .nf-code {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.18em;
    padding: 8px 12px;
    border: 1px dashed rgb(148, 163, 184);
    overflow-wrap: anywhere;
}

body.service-page #panel-order-detail .nf-input, body.service-page #panel-order-detail .nf-code {
    min-width: 0px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(248, 250, 252);
    color: rgb(15, 23, 42);
}

body.service-page #panel-order-detail .nf-tip {
    margin: 0px;
    font-size: 12px;
    color: rgb(100, 116, 139);
}

body.service-page #panel-order-detail .nf-result--error .err {
    margin: 0px;
    color: rgb(185, 28, 28);
    font-size: 13px;
    font-weight: 600;
}

body.service-page .md-body.md-v2 {
    color: rgb(47, 47, 47);
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box;
}

body.service-page .md-body.md-v2, body.service-page .md-body.md-v2 a, body.service-page .md-body.md-v2 code {
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.service-page .md-body.md-v2 > * + * {
    margin-top: 0.9em;
}

body.service-page .md-body.md-v2 p {
    margin: 0.6em 0px;
}

body.service-page .md-body.md-v2 h1, body.service-page .md-body.md-v2 h2, body.service-page .md-body.md-v2 h3, body.service-page .md-body.md-v2 h4 {
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.35;
    margin: 1.2em 0px 0.6em;
}

body.service-page .md-body.md-v2 h1 {
    font-size: 17px;
}

body.service-page .md-body.md-v2 h2 {
    font-size: 16px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 0.25em;
}

body.service-page .md-body.md-v2 h3 {
    font-size: 18px;
}

body.service-page .md-body.md-v2 h4 {
    font-size: 16px;
}

body.service-page .md-body.md-v2 a {
    color: rgb(34, 87, 207);
    text-decoration: none;
}

body.service-page .md-body.md-v2 a:hover, body.service-page #panel-order-detail .zen-read-link:hover, body.service-page #panel-order-detail .zen-cred-value-cell.is-link a:hover, body.service-page #panel-order-detail .zen-ticket-action:hover, body.service-page #panel-order-detail .zen-ticket-action:focus-visible {
    text-decoration: underline;
}

body.service-page .md-body.md-v2 ul, body.service-page .md-body.md-v2 ol {
    margin: 0.4em 0px 0.8em 1.4em;
    padding: 0px;
}

body.service-page .md-body.md-v2 li {
    margin: 0.25em 0px;
}

body.service-page .md-body.md-v2 ul {
    list-style: outside;
}

body.service-page .md-body.md-v2 ol {
    list-style: decimal;
}

body.service-page .md-body.md-v2 blockquote {
    margin: 1em 0px;
    padding: 0.6em 1em;
    border-left: 4px solid rgb(229, 231, 235);
    background: rgb(249, 250, 251);
    color: rgb(85, 85, 85);
}

body.service-page .md-body.md-v2 code, body.service-page .md-body.md-v2 pre code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
}

body.service-page .md-body.md-v2 code {
    background: rgb(246, 248, 250);
    border: 1px solid rgb(234, 236, 239);
    border-radius: 4px;
    padding: 0.15em 0.35em;
}

body.service-page .md-body.md-v2 pre {
    background: rgb(246, 248, 250);
    border: 1px solid rgb(234, 236, 239);
    border-radius: 6px;
    padding: 12px;
    overflow: auto;
    line-height: 1.6;
}

body.service-page .md-body.md-v2 pre code {
    background: none;
    border: 0px;
    padding: 0px;
}

body.service-page .md-body.md-v2 hr {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(238, 238, 238) currentcolor currentcolor;
    border-image: none;
    margin: 1.2em 0px;
}

body.service-page .md-body.md-v2 table {
    display: block;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0.8em 0px;
    font-size: 14px;
    overflow-x: auto;
}

body.service-page .md-body.md-v2 th, body.service-page .md-body.md-v2 td {
    border: 1px solid rgb(229, 231, 235);
    padding: 8px 10px;
}

body.service-page .md-body.md-v2 th {
    background: rgb(245, 247, 250);
    text-align: left;
}

body.service-page .md-body.md-v2 img {
    display: block;
    max-width: 100%;
    border-radius: 6px;
}

body.service-page #panel-order-detail[hidden] {
    display: none;
}

body.service-page #panel-order-detail .svc-order-detail-toolbar {
    display: flex;
    margin-bottom: 23px;
}

body.service-page #panel-order-detail .svc-orders-nav__btn.is-active, body.service-page #panel-order-detail .zen-cred-copy-btn:hover {
    color: rgb(17, 24, 39);
}

body.service-page #panel-order-detail .svc-order-card-slot.zen-order-item:hover .zen-summary, body.service-page #panel-order-detail .svc-order-card-slot.is-target .zen-summary {
    background: rgb(249, 250, 251);
}

body.service-page #panel-order-detail .zen-summary__cell--status {
    gap: 8px;
}

body.service-page #panel-order-detail .zen-ticket-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgb(209, 213, 219);
    transition: transform 0.18s, color 0.18s;
}

body.service-page #panel-order-detail .zen-ticket-chevron svg {
    width: 14px;
    height: 14px;
    display: block;
}

body.service-page #panel-order-detail .svc-order-card-slot.is-expanded .zen-ticket-chevron {
    transform: rotate(90deg);
    color: rgb(107, 114, 128);
}

body.service-page #panel-order-detail .zen-ticket-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgb(16, 185, 129);
    flex: 0 0 auto;
}

body.service-page #panel-order-detail .zen-ticket-status, body.service-page #panel-order-detail .zen-ticket-expire {
    color: rgb(75, 85, 99);
    line-height: 1.4;
}

body.service-page #panel-order-detail .zen-ticket-action:hover, body.service-page #panel-order-detail .zen-ticket-action:focus-visible {
    color: rgb(0, 0, 0);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="expiring"] .zen-ticket-status-dot {
    background: rgb(245, 158, 11);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="processing"] .zen-ticket-status-dot {
    background: rgb(59, 130, 246);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="attention"] .zen-ticket-status-dot {
    background: rgb(249, 115, 22);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="ended"] .zen-ticket-status-dot {
    background: rgb(209, 213, 219);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="expiring"] .zen-ticket-status, body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="expiring"] .zen-ticket-expire {
    color: rgb(180, 83, 9);
    font-weight: 500;
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="processing"] .zen-ticket-status {
    color: rgb(37, 99, 235);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="attention"] .zen-ticket-status {
    color: rgb(194, 65, 12);
}

body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="ended"] .zen-ticket-status, body.service-page #panel-order-detail .svc-order-card-slot[data-ticket-status-variant="ended"] .zen-ticket-expire {
    color: rgb(156, 163, 175);
}

body.service-page #panel-order-detail .zen-footer-link:hover, body.service-page #panel-order-detail .zen-footer-link:focus-visible {
    color: rgb(17, 24, 39);
    background: rgb(248, 250, 252);
    border-color: rgb(203, 213, 225);
    text-decoration: none;
}

body.service-page #panel-order-detail .zen-footer-link:focus-visible {
    outline: 2px solid rgb(59, 130, 246);
    outline-offset: 2px;
}

body.service-page #panel-order-detail .zen-footer-link:active {
    transform: translateY(1px);
    background: rgb(241, 245, 249);
}

body.service-page #panel-order-detail .zen-footer-result {
    min-width: 0px;
    color: rgb(107, 114, 128);
    font-size: 13px;
    line-height: 1.6;
}

body.service-page #panel-order-detail .zen-creds-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
    gap: 12px;
}

body.service-page #panel-order-detail .zen-read-link {
    font-size: 12px;
    color: rgb(59, 130, 246);
    text-decoration: none;
    font-weight: 500;
}

body.service-page #panel-order-detail .zen-cred-table-wrapper {
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    margin-bottom: 24px;
}

body.service-page #panel-order-detail .zen-cred-table {
    width: 100%;
    table-layout: fixed;
}

body.service-page #panel-order-detail .zen-cred-table tr:hover {
    background-color: rgb(249, 250, 251);
}

body.service-page #panel-order-detail .zen-cred-label-cell {
    width: 63px;
    font-size: 12px;
    color: rgb(147, 147, 147);
}

body.service-page #panel-order-detail .zen-cred-value-cell {
    font-size: 13.5px;
    color: rgb(161, 161, 161);
}

body.service-page #panel-order-detail .zen-cred-action-cell {
    width: 48px;
    text-align: right;
}

body.service-page #panel-order-detail .zen-cred-value-cell.is-link a {
    color: rgb(59, 130, 246);
    text-decoration: none;
    display: block;
}

body.service-page #panel-order-detail .zen-cred-copy-btn {
    opacity: 0;
    background: none;
    border: medium;
    color: rgb(156, 163, 175);
    cursor: pointer;
    padding: 4px;
    transition: 0.2s;
}

body.service-page #panel-order-detail .zen-cred-table tr:hover .zen-cred-copy-btn {
    opacity: 1;
}

body.service-page.svc-read-modal-open {
    overflow: hidden;
}

body.service-page #panel-order-detail .zen-modal-overlay {
    display: flex;
    position: fixed;
    inset: 0px;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

body.service-page #panel-order-detail .zen-modal-backdrop {
    position: absolute;
    inset: 0px;
    background: rgba(17, 24, 39, 0.3);
    backdrop-filter: blur(4px);
}

body.service-page #panel-order-detail .zen-modal-box {
    position: relative;
    background: rgb(255, 255, 255);
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    border: 1px solid rgb(229, 231, 235);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.service-page #panel-order-detail .zen-modal-head {
    padding: 20px 24px;
    border-bottom: 1px solid rgb(243, 244, 246);
    font-size: 15px;
    font-weight: 700;
    color: rgb(17, 24, 39);
    display: flex;
    align-items: center;
    gap: 8px;
}

body.service-page #panel-order-detail .zen-modal-body {
    padding: 24px;
    font-size: 13.5px;
    color: rgb(75, 85, 99);
    line-height: 1.7;
    background: rgb(249, 250, 251);
    white-space: pre-wrap;
}

body.service-page #panel-order-detail .zen-modal-footer {
    padding: 16px 24px;
    border-top: 1px solid rgb(243, 244, 246);
    display: flex;
    justify-content: flex-end;
}

body.service-page #panel-order-detail .zen-btn-confirm {
    background: rgb(17, 24, 39);
    color: rgb(255, 255, 255);
    border: medium;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

body.service-page #panel-order-detail .zen-btn-confirm:hover {
    background: rgb(0, 0, 0);
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .svc-order-detail-toolbar, body.service-page #panel-order-detail .svc-order-cards-wrap {
        width: 100%;
        margin: 4px auto;
        padding: 0px 12px;
    }

    body.service-page #panel-order-detail .zen-board-head {
        display: none;
    }

    body.service-page #panel-order-detail .zen-summary__cell {
        min-width: 0px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    body.service-page #panel-order-detail .zen-summary__cell--chevron {
        grid-row-start: chevron;
        grid-column-start: chevron;
        grid-row-end: chevron;
        grid-column-end: chevron;
        align-self: start;
        justify-content: center;
        padding-top: 3px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--title {
        grid-row-start: title;
        grid-column-start: title;
        grid-row-end: title;
        grid-column-end: title;
    }

    body.service-page #panel-order-detail .zen-summary__cell--action {
        grid-row-start: action;
        grid-column-start: action;
        grid-row-end: action;
        grid-column-end: action;
        justify-content: flex-end;
        justify-self: end;
        width: auto;
        max-width: 74px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--status {
        grid-row-start: status;
        grid-column-start: status;
        grid-row-end: status;
        grid-column-end: status;
        gap: 8px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--amount {
        grid-row-start: amount;
        grid-column-start: amount;
        grid-row-end: amount;
        grid-column-end: amount;
    }

    body.service-page #panel-order-detail .zen-summary__cell--expire {
        grid-row-start: expire;
        grid-column-start: expire;
        grid-row-end: expire;
        grid-column-end: expire;
        justify-content: flex-end;
        justify-self: end;
        max-width: 104px;
    }

    body.service-page #panel-order-detail .zen-summary__cell--order {
        grid-row-start: order;
        grid-column-start: order;
        grid-row-end: order;
        grid-column-end: order;
    }

    body.service-page #panel-order-detail .zen-ticket-title, body.service-page #panel-order-detail .zen-ticket-status, body.service-page #panel-order-detail .zen-ticket-order, body.service-page #panel-order-detail .zen-ticket-amount, body.service-page #panel-order-detail .zen-ticket-expire {
        min-width: 0px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.service-page #panel-order-detail .zen-ticket-action {
        width: auto;
        max-width: 74px;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 960px) {
    body.service-page #panel-order-detail .zen-cred-table-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: auto visible;
        border-radius: 8px;
    }

    body.service-page #panel-order-detail .zen-cred-table, body.service-page #panel-order-detail .zen-cred-table tbody {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0px;
        box-sizing: border-box;
    }

    body.service-page #panel-order-detail .zen-cred-table tr {
        display: grid;
        grid-template-columns: minmax(0px, 1fr) auto;
        grid-template-rows: auto auto;
        gap: 8px 12px;
        align-items: center;
        width: 100%;
        max-width: 100%;
        min-width: 0px;
        box-sizing: border-box;
        padding: 14px 16px;
        border-bottom: 1px solid rgb(243, 244, 246);
    }

    body.service-page #panel-order-detail .zen-cred-table tr:last-child {
        border-bottom: 0px;
    }

    body.service-page #panel-order-detail .zen-cred-table td {
        display: block;
        width: auto;
        max-width: 100%;
        min-width: 0px;
        padding: 0px;
        border: 0px;
        box-sizing: border-box;
    }

    body.service-page #panel-order-detail .zen-cred-label-cell {
        grid-column-start: 1;
        grid-column-end: auto;
        grid-row-start: 1;
        grid-row-end: auto;
        margin-bottom: 0px;
        width: auto;
        align-self: center;
        background: none;
        color: rgb(100, 116, 139);
    }

    body.service-page #panel-order-detail .zen-cred-value-cell {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: auto;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell {
        grid-column-start: 2;
        grid-column-end: auto;
        grid-row-start: 1;
        grid-row-end: auto;
        margin-top: 0px;
        width: auto;
        justify-self: end;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
    }

    body.service-page #panel-order-detail .zen-cred-table {
        table-layout: auto;
    }

    body.service-page #panel-order-detail .zen-cred-value-cell, body.service-page #panel-order-detail .zen-cred-value-cell * {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.6;
    }

    body.service-page #panel-order-detail .zen-cred-action-cell .copy-button {
        margin-left: 0px;
    }

    body.service-page #panel-order-detail .zen-cred-copy-btn {
        opacity: 1;
    }
}

body.service-page #panel-order-detail .saved-renewal-confirm {
    display: grid;
    gap: 8px;
    margin: 0px;
}

body.service-page #panel-order-detail .saved-renewal-confirm > div {
    display: grid;
    grid-template-columns: 86px minmax(0px, 1fr);
    gap: 10px;
    align-items: baseline;
}

body.service-page #panel-order-detail .saved-renewal-confirm dt {
    color: rgb(100, 116, 139);
    font-size: 12px;
}

body.service-page #panel-order-detail .saved-renewal-confirm dd {
    min-width: 0px;
    margin: 0px;
    color: rgb(30, 41, 59);
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.service-page #panel-order-detail .saved-renewal-modal__btn {
    min-height: 28px;
    padding: 0px 12px;
    border: 1px solid rgb(15, 23, 42);
    border-radius: 6px;
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    cursor: pointer;
}

body.service-page #panel-order-detail .saved-renewal-modal__btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

body.service-page #panel-order-detail .saved-renewal-modal {
    position: fixed;
    inset: 0px;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 18px;
}

body.service-page #panel-order-detail .saved-renewal-modal[hidden] {
    display: none;
}

body.service-page #panel-order-detail .saved-renewal-modal__backdrop {
    position: absolute;
    inset: 0px;
    border: 0px;
    background: rgba(15, 23, 42, 0.48);
}

body.service-page #panel-order-detail .saved-renewal-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(-36px + 100vh);
    overflow: auto;
    border-radius: 8px;
    border: 1px solid rgb(226, 232, 240);
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.22) 0px 24px 60px;
}

body.service-page #panel-order-detail .saved-renewal-modal__head, body.service-page #panel-order-detail .saved-renewal-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgb(226, 232, 240);
}

body.service-page #panel-order-detail .saved-renewal-modal__head h3 {
    margin: 0px;
    color: rgb(15, 23, 42);
    font-size: 16px;
    letter-spacing: 0px;
}

body.service-page #panel-order-detail .saved-renewal-modal__close {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    color: rgb(51, 65, 85);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

body.service-page #panel-order-detail .saved-renewal-modal__body {
    padding: 16px;
}

body.service-page #panel-order-detail .saved-renewal-modal__footer {
    justify-content: flex-end;
    border-top: 1px solid rgb(226, 232, 240);
    border-bottom: 0px;
}

body.service-page #panel-order-detail .saved-renewal-modal__btn--ghost {
    border-color: rgb(203, 213, 225);
    background: rgb(255, 255, 255);
    color: rgb(51, 65, 85);
}

body.service-page #panel-order-detail .saved-renewal-modal__result {
    min-height: 18px;
    margin: 12px 0px 0px;
    color: rgb(185, 28, 28);
    font-size: 13px;
}

body.saved-renewal-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .saved-renewal-confirm > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    body.service-page #panel-order-detail .saved-renewal-modal {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    body.service-page {
        overflow-x: hidden;
        background: rgb(255, 255, 255);
    }

    body.service-page .service-mobile-topbar {
        position: sticky;
        top: 0px;
        z-index: 40;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        min-height: 42px;
        padding: max(4px, env(safe-area-inset-top)) 4px 4px 10px;
        background: none;
    }

    body.service-page .service-mobile-home-btn {
        width: 32px;
        height: 32px;
        margin: 0px;
        padding: 0px;
        justify-content: center;
        border: 1px solid rgba(15, 23, 42, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.78);
        color: rgb(17, 24, 39);
        box-shadow: rgba(15, 23, 42, 0.08) 0px 1px 3px;
    }

    body.service-page .service-mobile-home-btn > span:last-child {
        display: none;
    }

    body.service-page .service-wapper {
        min-height: 0px;
        margin: 0px;
        padding: 0 0 calc(24px + env(safe-area-inset-bottom));
        background: rgb(255, 255, 255);
    }

    body.service-page .service-box, body.service-page.service-mobile-fullpanel .service-box {
        position: relative;
        min-height: 0px;
        display: block !important;
    }

    body.service-page .service-mobile-toolbar {
        position: sticky;
        top: 0px;
        z-index: 50;
        display: grid;
        grid-template-columns: 52px minmax(0px, 1fr);
        align-items: stretch;
        width: 100%;
        min-width: 0px;
        overflow: hidden;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: rgba(15, 23, 42, 0.05) 0px 2px 10px;
        backdrop-filter: saturate(180%) blur(20px);
    }

    body.service-page .service-aside__brand-shell {
        display: none;
    }

    body.service-page .main-content, body.service-page.service-mobile-fullpanel .main-content {
        z-index: auto;
        width: 100%;
        max-width: none;
        min-height: 0px;
        height: auto;
        max-height: none;
        margin: 0px;
        padding: 4px 10px 4px 0px;
        overflow: visible;
        border: 0px;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        backdrop-filter: saturate(180%) blur(20px);
        position: static !important;
        display: block !important;
    }

    body.service-page .service-aside__top {
        width: 100%;
        min-height: 0px;
        padding: 0px 10px;
        overflow: visible;
        box-sizing: border-box;
    }

    body.service-page .user-signin {
        display: none;
    }

    body.service-page .service-lists {
        width: 100%;
        overflow: auto hidden;
        border: 0px;
        border-radius: 0px;
        scrollbar-width: none;
    }

    body.service-page .service-lists::-webkit-scrollbar {
        display: none;
    }

    body.service-page .service-lists .list-card {
        display: flex;
        flex-direction: row;
        width: max-content;
        min-width: 100%;
        gap: 4px;
        margin: 0px;
        padding: 0px 6px;
    }

    body.service-page .service-lists .list-card > .image-container, body.service-page .service-lists .list-card > .image-container:nth-child(2n):not(:last-child) {
        position: static;
        flex: 0 0 auto;
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    body.service-page .service-lists .list-card > .image-container::after, body.service-page .service-lists .list-card > .image-container:nth-child(2n):not(:last-child)::after {
        display: none;
    }

    body.service-page .service-lists .order-btn {
        width: auto;
        min-width: max-content;
        padding: 0px;
    }

    body.service-page .service-lists .order-btn-span {
        width: auto;
        min-width: max-content;
        min-height: 32px;
        padding: 4px 10px;
        border: 0px;
        border-radius: 10px;
        background: none;
        box-shadow: none;
    }

    body.service-page .service-lists .order-btn-span .left {
        flex: 0 0 auto;
        gap: 5px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    body.service-page .service-lists .menu-label {
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    body.service-page .service-lists .menu-icon, body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon, body.service-page .service-lists .image-container.is-selected .menu-icon {
        align-items: center;
        justify-content: center;
        width: 19px;
        height: 19px;
        border-radius: 0px;
        background: none;
        display: inline-flex !important;
    }

    body.service-page .service-lists .menu-icon svg {
        width: 17px;
        height: 17px;
        display: block !important;
    }

    body.service-page .service-lists .right {
        display: none;
    }

    body.service-page .service-lists .image-container.is-selected .order-btn-span, body.service-page .service-lists .image-container:hover .order-btn-span, body.service-page .service-lists .image-container:focus-within .order-btn-span {
        background: rgba(15, 23, 42, 0.08);
        color: rgb(17, 24, 39);
        box-shadow: rgba(15, 23, 42, 0.04) 0px 0px 0px 1px inset;
    }

    body.service-page .service-lists .image-container.is-selected .order-btn-span .left, body.service-page .service-lists .image-container.is-selected .menu-label, body.service-page .service-lists .image-container.is-selected .menu-icon, body.service-page .service-lists .image-container:hover .menu-icon, body.service-page .service-lists .image-container:focus-within .menu-icon {
        color: inherit;
    }

    body.service-page .service-panels, body.service-page .service-panels:not(.service-panels--mobile), body.service-page.service-mobile-fullpanel .service-panels {
        width: 100%;
        min-width: 0px;
        min-height: 0px;
        margin: 0px;
        padding: 0px 16px;
        overflow: visible;
        border: 0px;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        display: block !important;
    }

    body.service-page .service-panels > .service-panel.is-active, body.service-page .service-panels:not(.service-panels--mobile) > .service-panel.is-active {
        width: 100%;
        min-width: 0px;
        min-height: 0px;
        padding: 12px 0px;
        overflow: visible;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        box-sizing: border-box;
        display: block !important;
    }

    body.service-page .service-panels:not(.service-panels--mobile) > :is(#panel-overview, #panel-support).is-active {
        display: block !important;
    }

    body.service-page .service-panels > .service-panel[hidden] {
        display: none !important;
    }

    body.service-page .service-panel .table-container, body.service-page .service-panel .svc-table-wrap {
        max-width: 100%;
        overflow-x: auto;
    }

    body.service-page #panel-promotion, body.service-page #panel-promotion .promotion-box, body.service-page #panel-promotion .promotion-main, body.service-page #panel-promotion .promotion-aside, body.service-page #panel-promotion .invite-info, body.service-page #panel-promotion .promo-tabs, body.service-page #panel-promotion .payout-card, body.service-page #panel-promotion .payout-history, body.service-page #panel-promotion .analytics-panel {
        width: 100%;
        max-width: 100%;
        min-width: 0px;
        box-sizing: border-box;
    }

    body.service-page #panel-promotion .promotion-box {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 0px;
        overflow: hidden;
    }

    body.service-page #panel-promotion .promotion-main, body.service-page #panel-promotion .promotion-aside {
        flex: 0 1 auto;
    }

    body.service-page #panel-promotion .invite-link, body.service-page #panel-promotion .invite-link code {
        width: 100%;
        max-width: 100%;
        min-width: 0px;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-all;
    }

    body.service-page #panel-promotion .summary-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        width: 100%;
        padding: 0px;
        gap: 8px;
    }

    body.service-page #panel-promotion .summary-list li {
        min-width: 0px;
        box-sizing: border-box;
    }

    body.service-page #panel-promotion .payout-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        width: 100%;
    }

    body.service-page #panel-promotion .btn-full, body.service-page #panel-promotion .payout-request-form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.service-page #panel-promotion .data-table {
        min-width: 420px;
        table-layout: auto;
    }
}

.coupon-wallet-panel {
    display: grid;
    gap: 18px;
}

.coupon-wallet-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.coupon-wallet-warn {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgb(254, 243, 199);
    color: rgb(180, 83, 9);
    font-size: 12px;
    font-weight: 700;
}

.coupon-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
}

.coupon-card {
    position: relative;
    display: grid;
    grid-template-columns: 116px minmax(0px, 1fr);
    overflow: hidden;
    border: 1px solid var(--svc-border);
    border-radius: 14px;
    background: var(--svc-card, #fff);
}

.coupon-card--soon {
    border-color: rgb(252, 211, 77);
}

.coupon-card::before, .coupon-card::after {
    position: absolute;
    left: 108px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--svc-border);
    border-radius: 50%;
    background: rgb(245, 246, 248);
    content: "";
}

.coupon-card::before {
    top: -9px;
}

.coupon-card::after {
    bottom: -9px;
}

.coupon-card__value {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 4px;
    padding: 18px 10px;
    border-right: 1px dashed var(--svc-border);
    text-align: center;
}

.coupon-card__value strong {
    color: rgb(225, 29, 72);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    word-break: break-all;
}

.coupon-card__value span {
    color: var(--svc-muted, #a5a5a5);
    font-size: 11px;
}

.coupon-card__body {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0px;
    padding: 14px 16px 10px;
}

.coupon-card__body h3 {
    margin: 0px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon-card__desc {
    margin: 0px;
    color: var(--svc-text, #5c5c5c);
    font-size: 12px;
    line-height: 1.5;
}

.coupon-card__meta {
    display: grid;
    gap: 2px;
    margin: 0px;
    padding: 0px;
    color: var(--svc-muted, #a5a5a5);
    font-size: 12px;
    list-style: none;
}

.coupon-card__foot {
    grid-column-start: 2;
    grid-column-end: auto;
    padding: 0px 16px 14px;
}

.coupon-card__state {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    border-radius: 999px;
    background: rgb(220, 252, 231);
    color: rgb(21, 128, 61);
    font-size: 11px;
    font-weight: 700;
}

.coupon-card__state--soon {
    background: rgb(254, 243, 199);
    color: rgb(180, 83, 9);
}

.coupon-card__state--locked {
    background: rgb(219, 234, 254);
    color: rgb(29, 78, 216);
}

.coupon-wallet-empty {
    padding: 34px 18px;
    border: 1px dashed var(--svc-border);
    border-radius: 14px;
    text-align: center;
}

.coupon-wallet-empty p {
    margin: 0px 0px 6px;
}

.coupon-wallet-empty p:last-child {
    margin-bottom: 0px;
}

.coupon-wallet-history > summary {
    padding: 10px 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.coupon-history-row td {
    color: var(--svc-muted, #a5a5a5);
}

.coupon-history-state {
    display: inline-flex;
    align-items: center;
    padding: 1px 8px;
    border-radius: 999px;
    background: rgb(241, 245, 249);
    color: rgb(100, 116, 139);
    font-size: 11px;
    font-weight: 700;
}

.coupon-history-state--used {
    background: rgb(220, 252, 231);
    color: rgb(21, 128, 61);
}

.coupon-history-state--review {
    margin-left: 4px;
    background: rgb(254, 226, 226);
    color: rgb(185, 28, 28);
}

@media (max-width: 480px) {
    .coupon-card-grid {
        grid-template-columns: minmax(0px, 1fr);
    }
}

body.service-page .service-dashboard {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
}

body.service-page .service-dashboard > .service-panels {
    width: 100%;
    box-sizing: border-box;
}

body.service-page .service-account-nav {
    display: contents;
}

body.service-page .service-account-nav > .svc-instance-back--desktop, body.service-page .service-dashboard > .svc-instance-back--desktop {
    margin: 10px;
    box-sizing: border-box;
    height: 31px;
    min-height: 31px;
    padding: 0px 11px;
}

body.service-page [data-panel-target="panel-bills"] {
    display: none !important;
}

body.service-page .service-account-nav__controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.service-page .service-account-nav__identity {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 12px 5px 6px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    background: rgb(248, 250, 252);
    color: rgb(51, 65, 85);
}

body.service-page .service-account-nav__email {
    min-width: 0px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.service-page .service-account-nav__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    background: rgb(237, 237, 237);
    color: rgb(164, 164, 164);
    cursor: pointer;
    transition: background 160ms, border-color 160ms;
}

body.service-page .service-account-nav__trigger:hover, body.service-page .service-account-nav__trigger[aria-expanded="true"] {
    border-color: rgb(203, 213, 225);
    background: rgb(248, 250, 252);
}

body.service-page .service-account-nav__trigger > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
}

body.service-page .service-account-nav__trigger i {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 99px;
    background: currentcolor;
}

body.service-page .service-account-nav__settings-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

body.service-page .service-account-nav__settings-icon svg {
    width: 18px;
    height: 18px;
}

body.service-page .service-account-nav__desktop .service-account-nav__trigger > span:not(.service-account-nav__settings-icon) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

body.service-page .service-account-nav__desktop .service-account-nav__trigger > span:not(.service-account-nav__settings-icon) i {
    display: none;
}

body.service-page .service-account-nav__desktop .service-account-nav__trigger > span:not(.service-account-nav__settings-icon)::before {
    content: "⚙";
    font-size: 18px;
    line-height: 1;
}

body.service-page .service-account-nav__login {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0px 18px;
    border-radius: 999px;
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

body.service-page .service-account-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    z-index: 60;
    display: grid;
    width: 244px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 20px;
    background: rgb(248, 250, 252);
}

body.service-page .service-account-menu > a, body.service-page .service-account-menu > button {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 0px;
    border-radius: 12px;
    background: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}

body.service-page .service-account-menu > a:hover, body.service-page .service-account-menu > button:hover, body.service-page .service-account-menu > a:focus-visible, body.service-page .service-account-menu > button:focus-visible {
    background: rgb(238, 242, 247);
    outline: medium;
}

body.service-page .service-account-menu__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: rgb(148, 163, 184);
}

body.service-page .service-account-menu__icon svg {
    width: 22px;
    height: 22px;
}

body.service-page .service-account-menu > .service-account-menu__logout, body.service-page .service-account-menu > .service-account-menu__logout .service-account-menu__icon {
    color: rgb(220, 38, 38);
}

@media (min-width: 769px) {
    body.service-page .main-content {
        bottom: 0px;
        height: calc(100dvh - 64px);
        max-height: none;
        overflow: hidden;
    }

    body.service-page .service-aside__top {
        overflow-y: auto;
        padding-bottom: 12px;
    }

    body.service-page .service-aside__account-slot {
        flex: 0 0 auto;
        width: 100%;
        box-sizing: border-box;
        margin-top: auto;
        padding-top: 12px;
        border-top: 1px solid rgb(226, 232, 240);
    }

    body.service-page .service-aside__account-nav {
        width: 100%;
    }

    body.service-page .service-aside__account-slot .service-account-nav__controls {
        position: relative;
        width: 100%;
    }

    body.service-page .service-account-nav__desktop > .service-account-nav__controls {
        position: fixed;
        left: 12px;
        bottom: 16px;
        z-index: 60;
        width: calc(var(--service-aside-width) - 24px);
        box-sizing: border-box;
        padding-top: 12px;
        border-top: 1px solid rgb(226, 232, 240);
    }

    body.service-page .service-aside__account-slot .service-account-nav__controls {
        position: relative;
        left: auto;
        bottom: auto;
        padding-top: 0px;
        border-top: 0px;
    }

    body.service-page .service-account-nav__controls .service-account-nav__identity {
        flex: 1 1 auto;
        min-width: 0px;
        padding-left: 10px;
    }

    body.service-page .service-account-nav__controls .service-account-nav__trigger {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
    }

    body.service-page .service-aside__account-slot .service-account-menu, body.service-page .service-account-nav__desktop > .service-account-nav__controls .service-account-menu {
        top: auto;
        right: 0px;
        bottom: calc(100% + 10px);
    }
}

body.service-page .service-account-dialog {
    position: fixed;
    inset: 0px;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    background: rgba(15, 23, 42, 0.46);
}

body.service-page .service-account-dialog__panel {
    width: min(440px, 100%);
    max-height: calc(-48px + 100vh);
    overflow: auto;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 11px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.24) 0px 30px 80px;
}

body.service-page .service-account-dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

body.service-page .service-account-dialog__header h2 {
    margin: 0px;
    color: rgb(15, 23, 42);
    font-size: 18px;
    font-weight: 650;
}

body.service-page .service-account-dialog__header p {
    margin: 6px 0px 0px;
    color: rgb(112, 112, 112);
    font-size: 13px;
    line-height: 1.5;
}

body.service-page .service-account-dialog__header > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 19px;
    border: 1px solid rgb(255, 173, 166);
    border-radius: 5px;
    background: none;
    color: rgb(255, 63, 63);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

body.service-page .service-account-dialog__form {
    display: grid;
    gap: 16px;
}

body.service-page .service-account-dialog__status {
    margin: 0px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}

body.service-page .service-account-dialog__status.is-success {
    background: rgb(236, 253, 243);
    color: rgb(22, 101, 52);
}

body.service-page .service-account-dialog__status.is-error {
    background: rgb(254, 242, 242);
    color: rgb(185, 28, 28);
}

body.service-page .service-account-dialog__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

body.service-page .service-account-dialog__actions .react-form__button:first-child {
    border: 1px solid rgb(215, 222, 233);
    background: rgb(255, 255, 255);
    color: rgb(51, 65, 85);
    height: 30px;
    border-radius: 5px;
    padding: 0px 12px;
}

body.service-page .service-account-dialog__actions .react-form__button:first-child:hover {
    border-color: rgb(203, 213, 225);
    background: rgb(248, 250, 252);
}

@media (max-width: 768px) {
    body.service-page .service-account-nav {
        display: contents;
    }

    body.service-page .service-account-nav__identity {
        max-width: calc(-86px + 100vw);
    }

    body.service-page .service-account-menu {
        width: min(280px, -24px + 100vw);
    }

    body.service-page .service-account-dialog {
        align-items: flex-end;
        padding: 12px;
    }

    body.service-page .service-account-dialog__panel {
        width: 100%;
        max-height: calc(100dvh - 24px);
        padding: 20px;
        border-radius: 20px;
    }
}

body.service-page .react-panel-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 0px 0px 24px;
    padding: 0px;
}

body.service-page .react-panel-header__copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0px;
}

body.service-page .react-panel-header__title {
    margin: 0px;
    color: rgb(15, 23, 42);
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.025em;
}

body.service-page .react-panel-header__description {
    max-width: 860px;
    margin: 0px;
    color: rgb(133, 133, 133);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.65;
}

body.service-page .react-panel-header__description strong {
    color: rgb(51, 65, 85);
    font-weight: 700;
}

body.service-page .react-panel-header__divider {
    width: 100%;
    height: 1px;
    background: rgb(226, 232, 240);
}

@media (min-width: 769px) {
    body.service-page .service-wapper::before {
        content: "";
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: calc(var(--service-aside-width) - 1px);
        z-index: 19;
        width: 1px;
        background: rgb(226, 232, 240);
        pointer-events: none;
    }

    body.service-page .service-panels > .service-panel.is-active {
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    body.service-page .react-panel-header {
        gap: 10px;
        margin-bottom: 16px;
        padding: 0px 4px;
        box-sizing: border-box;
    }

    body.service-page .react-panel-header__title {
        font-size: 20px;
    }

    body.service-page .react-panel-header__description {
        font-size: 13px;
    }
}

body.service-page .react-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

body.service-page .react-form__label {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}

body.service-page .react-form__control, body.service-page .react-form__control.form-input, body.service-page .react-form__control.input, body.service-page .react-form__control.nf-input {
    font-size: 16px;
}

body.service-page .react-form__control::placeholder {
    color: rgb(148, 163, 184);
}

body.service-page .react-form__control:focus {
    border-color: rgb(37, 99, 235);
    box-shadow: none;
}

body.service-page textarea.react-form__control {
    min-height: 112px;
    resize: vertical;
}

body.service-page select.react-form__control {
    appearance: none;
    padding-right: 38px;
    background-image: linear-gradient(45deg, transparent 50%, rgb(100, 116, 139) 50%), linear-gradient(135deg, rgb(100, 116, 139) 50%, transparent 50%);
    background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

body.service-page .react-form__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

body.service-page .react-form__button:active, body.service-page .react-form__submit:active {
    transform: translateY(1px);
}

body.service-page .react-form__button:disabled, body.service-page .react-form__submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

body.service-page .react-form .row, body.service-page .react-form .row-content {
    width: 100%;
    border: 0px;
}

body.service-page .react-form .row-content {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

body.service-page .react-form .row-content .react-form__control {
    flex: 1 1 auto;
}

body.service-page .react-form .hint {
    margin: 0px;
    color: rgb(100, 116, 139);
    font-size: 12px;
    line-height: 1.6;
}

body.service-page .react-form--stacked {
    max-width: 720px;
    margin: 0px auto;
    padding: 4px 0px;
}

body.service-page .react-form--stacked .react-form__actions {
    margin-top: 2px;
}

body.service-page form#renewal-form .react-form__control, body.service-page form.payout-request-form .react-form__control {
    min-height: 44px;
}

body.service-page form#renewal-form .react-form__button, body.service-page form.payout-request-form .react-form__button {
    width: auto;
}

@media (max-width: 640px) {
    body.service-page .react-form .row-content {
        flex-direction: column;
        align-items: stretch;
    }

    body.service-page .react-form__actions, body.service-page .react-form__button, body.service-page .react-form__submit {
        width: 100%;
    }
}

body.service-page #panel-promotion .invite-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 21px;
    border: 1px solid rgb(233, 230, 222);
    border-radius: 22px;
    color: rgb(5, 5, 5);
    text-align: center;
    overflow: hidden;
}

body.service-page #panel-promotion .invite-info__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px 14px;
    color: rgb(5, 5, 5);
}

body.service-page #panel-promotion .invite-info__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.service-page #panel-promotion .invite-info__label {
    color: rgb(17, 17, 17);
    font-size: 13px;
}

body.service-page #panel-promotion .invite-info__code {
    margin: 15px;
    color: rgb(5, 5, 5);
    font-size: 34px;
    font-weight: normal;
}

body.service-page #panel-promotion .invite-info__actions {
    display: flex;
    gap: 18px;
}

body.service-page #panel-promotion .invite-info__button {
    display: inline-flex;
    height: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 14px;
}

body.service-page #panel-promotion .invite-info__button:hover {
    transform: translateY(-1px);
}

body.service-page #panel-promotion .invite-info__button:active {
    transform: translateY(0px);
}

body.service-page #panel-promotion .invite-info__button--secondary {
    border: 1px solid rgb(233, 230, 222);
    background: rgb(253, 252, 248);
    color: rgb(17, 17, 17);
}

body.service-page #panel-promotion .invite-info__button--secondary:hover, body.service-page #panel-promotion .invite-info__button--secondary:focus-visible {
    border-color: rgb(207, 202, 192);
    background: rgb(255, 255, 255);
}

body.service-page #panel-promotion .invite-info__button--primary {
    border: 1px solid rgb(5, 5, 5);
    background: rgb(5, 5, 5);
    color: rgb(255, 255, 255);
}

body.service-page #panel-promotion .invite-info__button--primary:hover, body.service-page #panel-promotion .invite-info__button--primary:focus-visible {
    border-color: rgb(39, 39, 39);
    background: rgb(39, 39, 39);
}

body.service-page #panel-promotion .invite-info__button.copied {
    border-color: rgb(22, 163, 74);
    background: rgb(22, 163, 74);
    color: rgb(255, 255, 255);
}

body.service-page #panel-promotion .invite-info__button.copy-failed {
    border-color: rgb(220, 38, 38);
    background: rgb(254, 242, 242);
    color: rgb(185, 28, 28);
}

body.service-page #panel-promotion .invite-info__copy-feedback {
    min-height: 20px;
    margin: 12px 0px 0px;
    color: rgb(22, 163, 74);
    font-size: 13px;
    line-height: 20px;
    opacity: 0;
    transition: opacity 0.15s;
}

body.service-page #panel-promotion .invite-info__copy-feedback.is-visible {
    opacity: 1;
}

body.service-page #panel-promotion .invite-info__copy-feedback.is-error {
    color: rgb(185, 28, 28);
}

body.service-page #panel-promotion .invite-info__copy-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 768px) {
    body.service-page #panel-promotion .invite-info {
        min-height: 320px;
        padding: 40px 20px;
        border-radius: 20px;
    }

    body.service-page #panel-promotion .invite-info__label {
        margin-bottom: 12px;
        font-size: 18px;
    }

    body.service-page #panel-promotion .invite-info__code {
        margin-bottom: 28px;
        font-size: 40px;
    }

    body.service-page #panel-promotion .invite-info__actions {
        gap: 12px;
    }

    body.service-page #panel-promotion .invite-info__button {
        height: 30px;
        min-height: 30px;
        padding: 0px 12px;
        font-size: 14px;
    }
}

body.service-page #panel-promotion .promotion-reward-card {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 28px 22px;
    border: 1px solid rgb(227, 231, 237);
    border-radius: 16px;
    background: rgb(255, 255, 255);
}

body.service-page #panel-promotion .promotion-reward-card__header {
    display: flex;
    align-items: center;
    gap: 18px;
}

body.service-page #panel-promotion .promotion-reward-card__header h3 {
    margin: 0px;
    color: rgb(17, 24, 39);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

body.service-page #panel-promotion .promotion-reward-card__header a {
    color: rgb(59, 130, 246);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

body.service-page #panel-promotion .promotion-reward-card__header a:hover, body.service-page #panel-promotion .promotion-reward-card__header a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

body.service-page #panel-promotion .promotion-reward-card__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    margin-top: 24px;
}

body.service-page #panel-promotion .promotion-reward-card__balance, body.service-page #panel-promotion .promotion-reward-card__metrics {
    min-width: 0px;
    box-sizing: border-box;
}

body.service-page #panel-promotion .promotion-reward-card__balance {
    padding-right: 28px;
}

body.service-page #panel-promotion .promotion-reward-card__metrics {
    border-left: 1px solid rgb(227, 231, 237);
    padding: 0px 17px;
}

body.service-page #panel-promotion .promotion-reward-card__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: rgb(86, 86, 86);
    font-size: 14px;
    line-height: 1.4;
}

body.service-page #panel-promotion .promotion-reward-card__amount {
    display: block;
    color: rgb(17, 24, 39);
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -0.035em;
    line-height: 1;
}

body.service-page #panel-promotion .promotion-reward-card__actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

body.service-page #panel-promotion .promotion-reward-card__button, body.service-page #panel-promotion .promotion-reward-card__button.react-form__button, body.service-page #panel-promotion .promotion-reward-card__button.react-form__submit {
    display: inline-flex;
    height: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    flex: 1 1 0px;
    box-sizing: border-box;
    padding: 0px 40px;
    border-radius: 5px;
}

body.service-page #panel-promotion .promotion-reward-card__button--primary, body.service-page #panel-promotion .promotion-reward-card__button--primary.react-form__button, body.service-page #panel-promotion .promotion-reward-card__button--primary.react-form__submit {
    border: 1px solid rgb(96, 165, 250);
}

body.service-page #panel-promotion .promotion-reward-card__button--primary:hover:not(:disabled), body.service-page #panel-promotion .promotion-reward-card__button--primary:focus-visible:not(:disabled) {
    border-color: rgb(59, 130, 246);
    background: rgb(59, 130, 246);
}

body.service-page #panel-promotion .promotion-reward-card__button--primary:disabled {
    border-color: rgb(191, 219, 254);
    background: rgb(191, 219, 254);
    color: rgb(255, 255, 255);
    cursor: not-allowed;
    opacity: 1;
    border-radius: 5px;
}

body.service-page #panel-promotion .promotion-reward-card__button--secondary {
    border: 1px solid rgb(229, 231, 235);
    background: rgb(255, 255, 255);
    color: rgb(100, 116, 139);
}

body.service-page #panel-promotion .promotion-reward-card__button--secondary:hover, body.service-page #panel-promotion .promotion-reward-card__button--secondary:focus-visible {
    border-color: rgb(203, 213, 225);
    background: rgb(248, 250, 252);
    color: rgb(17, 24, 39);
}

body.service-page #panel-promotion .promotion-reward-card__threshold {
    margin: 10px 0px 0px;
    color: rgb(129, 129, 129);
    font-size: 13px;
    line-height: 1.55;
    display: flex;
    flex-direction: column;
}

body.service-page #panel-promotion .promotion-reward-card__threshold a {
    color: rgb(59, 130, 246);
    text-decoration: none;
    white-space: nowrap;
}

body.service-page #panel-promotion .promotion-reward-card__threshold a:hover, body.service-page #panel-promotion .promotion-reward-card__threshold a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.service-page #panel-promotion .settlement-status--coupon {
    background: rgb(249, 115, 22);
    color: rgb(255, 255, 255);
}

body.service-page #panel-promotion .promotion-reward-card__metrics h4 {
    margin: 2px 0px 18px;
    color: rgb(17, 24, 39);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dl {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0px;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dl > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dt, body.service-page #panel-promotion .promotion-reward-card__metrics dd {
    margin: 0px;
    line-height: 1.35;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dt {
    color: rgb(100, 116, 139);
    font-size: 14px;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dd {
    flex: 0 0 auto;
    color: rgb(17, 24, 39);
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

body.service-page #panel-promotion .promotion-reward-card__metrics dd.is-accent {
    color: rgb(249, 115, 22);
}

@media (max-width: 768px) {
    body.service-page #panel-promotion .promotion-reward-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    body.service-page #panel-promotion .promotion-reward-card__header h3 {
        font-size: 18px;
    }

    body.service-page #panel-promotion .promotion-reward-card__header a {
        font-size: 13px;
    }

    body.service-page #panel-promotion .promotion-reward-card__grid {
        grid-template-columns: minmax(0px, 1fr);
        margin-top: 20px;
    }

    body.service-page #panel-promotion .promotion-reward-card__balance, body.service-page #panel-promotion .promotion-reward-card__metrics {
        padding: 0px;
        border-left: 0px;
    }

    body.service-page #panel-promotion .promotion-reward-card__metrics {
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid rgb(227, 231, 237);
    }

    body.service-page #panel-promotion .promotion-reward-card__amount {
        font-size: 36px;
    }

    body.service-page #panel-promotion .promotion-reward-card__metrics h4 {
        margin-bottom: 18px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    body.service-page #panel-promotion .promotion-reward-card__actions {
        flex-direction: column;
    }

    body.service-page #panel-promotion form.promotion-reward-card__action-form, body.service-page #panel-promotion form.promotion-reward-card__action-form.react-form, body.service-page #panel-promotion .promotion-reward-card__button, body.service-page #panel-promotion .promotion-reward-card__button.react-form__button, body.service-page #panel-promotion .promotion-reward-card__button.react-form__submit {
        width: 100%;
    }
}

body.service-page #panel-promotion .promotion-records-card {
    display: flex;
    flex-direction: column;
}

body.service-page #panel-promotion .promotion-records-card__heading h3 {
    margin: 0px;
    color: rgb(17, 24, 39);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
}

body.service-page #panel-promotion .promotion-records-card__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}

body.service-page #panel-promotion .promotion-records-tabs {
    display: flex;
    align-items: flex-end;
    min-width: 0px;
    overflow-x: auto;
    scrollbar-width: none;
}

body.service-page #panel-promotion .promotion-records-tabs::-webkit-scrollbar {
    display: none;
}

body.service-page #panel-promotion .promotion-records-tab {
    position: relative;
    flex: 0 0 auto;
    min-height: 42px;
    border: 0px;
    border-radius: 0px;
    background: none;
    color: rgb(156, 163, 175);
    cursor: pointer;
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
}

body.service-page #panel-promotion .promotion-records-tab::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 4px;
    border-radius: 999px;
    background: none;
    content: "";
}

body.service-page #panel-promotion .promotion-records-tab:hover, body.service-page #panel-promotion .promotion-records-tab:focus-visible, body.service-page #panel-promotion .promotion-records-tab.is-active {
    color: rgb(17, 24, 39);
}

body.service-page #panel-promotion .promotion-records-tab.is-active::after {
    background: rgb(59, 130, 246);
}

body.service-page #panel-promotion .promotion-records-card__body {
    width: 100%;
    margin-top: 10px;
}

body.service-page #panel-promotion .promotion-records-card__body .promo-tab[hidden] {
    display: none !important;
}

body.service-page #panel-promotion .promotion-records-card__body .table-container {
    min-height: 270px;
    box-sizing: border-box;
    padding: 0px;
    border-color: rgb(227, 231, 237);
    border-radius: 15px;
    background: rgb(255, 255, 255);
}

body.service-page #panel-promotion .promotion-records-card__body .data-table {
    min-width: 640px;
    border-collapse: collapse;
}

body.service-page #panel-promotion .promotion-records-card__body .data-table th, body.service-page #panel-promotion .promotion-records-card__body .data-table td {
    padding: 17px 30px;
    border-bottom-color: rgb(227, 231, 237);
    font-size: 14px;
}

body.service-page #panel-promotion .promotion-records-card__body .data-table th {
    color: rgb(17, 24, 39);
    font-weight: 700;
}

body.service-page #panel-promotion .promotion-records-card__body .data-table td {
    color: rgb(107, 114, 128);
}

body.service-page #panel-promotion .promotion-records-card__body .data-table td.empty {
    height: 200px;
    color: rgb(156, 163, 175);
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

body.service-page #panel-promotion .promotion-records-tab__note {
    margin: 16px 0px 0px;
    color: rgb(148, 163, 184);
    font-size: 13px;
    line-height: 1.6;
}

body.service-page #panel-promotion .promotion-records-card__footer {
    color: rgb(136, 136, 136);
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    body.service-page #panel-promotion .promotion-records-card {
        padding: 26px 18px 24px;
        border-radius: 22px;
    }

    body.service-page #panel-promotion .promotion-records-card__heading h3 {
        font-size: 20px;
    }

    body.service-page #panel-promotion .promotion-records-card__toolbar {
        margin-top: 34px;
    }

    body.service-page #panel-promotion .promotion-records-tabs {
        width: 100%;
        gap: 28px;
    }

    body.service-page #panel-promotion .promotion-records-tab {
        font-size: 15px;
    }

    body.service-page #panel-promotion .promotion-records-card__body {
        margin-top: 24px;
    }

    body.service-page #panel-promotion .promotion-records-card__body .data-table th, body.service-page #panel-promotion .promotion-records-card__body .data-table td {
        padding: 14px 18px;
        font-size: 13px;
    }

    body.service-page #panel-promotion .promotion-records-card__body .data-table {
        min-width: 560px;
    }

    body.service-page #panel-promotion .promotion-records-card__footer {
        margin-top: 24px;
        font-size: 16px;
    }
}

body.service-page .service-mobile-appbar, body.service-page .service-mobile-drawer-layer {
    display: none;
}

body.service-page .service-account-nav__desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 768px) {
    body.service-page .service-desktop-sidebar {
        display: none !important;
    }

    body.service-page .service-box, body.service-page.service-mobile-fullpanel .service-box {
        display: block !important;
    }

    body.service-page .service-account-nav {
        display: contents;
    }

    body.service-page .service-account-nav__desktop {
        display: none;
    }

    body.service-page .service-account-nav > .svc-instance-back--desktop, body.service-page .service-dashboard > .svc-instance-back--desktop {
        display: none;
    }

    body.service-page .service-mobile-appbar {
        position: sticky;
        top: 0px;
        z-index: 80;
        display: grid;
        grid-template-columns: 42px minmax(0px, 1fr) 42px;
        align-items: center;
        gap: 8px;
        min-height: 58px;
        box-sizing: border-box;
        padding: 8px 14px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: rgba(15, 23, 42, 0.05) 0px 2px 10px;
        backdrop-filter: saturate(180%) blur(20px);
    }

    body.service-page .service-mobile-appbar__home, body.service-page .service-mobile-appbar__trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        box-sizing: border-box;
        padding: 0px;
        border: 1px solid rgb(226, 232, 240);
        border-radius: 12px;
        background: rgb(255, 255, 255);
        color: rgb(17, 24, 39);
        text-decoration: none;
        box-shadow: rgba(15, 23, 42, 0.05) 0px 1px 3px;
    }

    body.service-page .service-mobile-appbar__home.svc-instance-back {
        min-height: 38px;
        margin: 0px;
        border-radius: 12px;
        box-shadow: rgba(15, 23, 42, 0.05) 0px 1px 3px;
    }

    body.service-page .service-mobile-appbar__home.svc-instance-back span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        white-space: nowrap;
    }

    body.service-page .service-mobile-appbar__home svg {
        width: 21px;
        height: 21px;
    }

    body.service-page .service-mobile-appbar__home.svc-instance-back svg {
        width: 16px;
        height: 16px;
    }

    body.service-page .service-mobile-appbar__trigger {
        justify-self: end;
        background: rgb(248, 250, 252);
        color: rgb(71, 85, 105);
    }

    body.service-page .service-mobile-appbar__title {
        min-width: 0px;
        overflow: hidden;
        color: rgb(15, 23, 42);
        font-size: 16px;
        font-weight: 650;
        line-height: 1.3;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.service-page .service-mobile-drawer-layer {
        position: fixed;
        inset: 0px;
        z-index: 12000;
        display: flex;
        align-items: stretch;
        background: rgba(15, 23, 42, 0.45);
    }

    body.service-page .service-mobile-drawer {
        display: flex;
        flex-direction: column;
        width: min(324px, -44px + 100vw);
        height: 100dvh;
        box-sizing: border-box;
        padding: max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));
        overflow: auto;
        overscroll-behavior: contain;
        border-right: 1px solid rgb(226, 232, 240);
        background: rgb(255, 255, 255);
        box-shadow: rgba(15, 23, 42, 0.24) 18px 0px 60px;
        animation: 180ms ease-out service-mobile-drawer-enter;
    }

    body.service-page .service-mobile-drawer__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding: 4px 4px 18px;
        border-bottom: 1px solid rgb(226, 232, 240);
    }

    body.service-page .service-mobile-drawer__header > div {
        display: flex;
        flex-direction: column;
        min-width: 0px;
    }

    body.service-page .service-mobile-drawer__eyebrow, body.service-page .service-mobile-drawer__section-title {
        color: rgb(148, 163, 184);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
    }

    body.service-page .service-mobile-drawer__header strong {
        max-width: 228px;
        margin-top: 5px;
        overflow: hidden;
        color: rgb(30, 41, 59);
        font-size: 15px;
        font-weight: 650;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.service-page .service-mobile-drawer__header > button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        padding: 0px;
        border: 1px solid rgb(226, 232, 240);
        border-radius: 12px;
        background: rgb(248, 250, 252);
        color: rgb(71, 85, 105);
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
    }

    body.service-page .service-mobile-drawer__body {
        padding: 20px 0px 14px;
    }

    body.service-page .service-mobile-drawer__panels.service-lists {
        width: 100%;
        margin-top: 8px;
        overflow: visible;
    }

    body.service-page .service-mobile-drawer__panels .list-card {
        display: grid;
        width: 100%;
        min-width: 0px;
        gap: 4px;
        margin: 0px;
        padding: 0px;
    }

    body.service-page .service-mobile-drawer__panels .list-card > .image-container, body.service-page .service-mobile-drawer__panels .list-card > .image-container:nth-child(2n):not(:last-child) {
        position: static;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    body.service-page .service-mobile-drawer__panels .list-card > .image-container::after {
        display: none;
    }

    body.service-page .service-mobile-drawer__panels .order-btn {
        display: block;
        width: 100%;
        padding: 0px;
        border: 0px;
        background: none;
        cursor: pointer;
    }

    body.service-page .service-mobile-drawer__panels .order-btn-span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        box-sizing: border-box;
        padding: 8px 10px;
        border-radius: 12px;
    }

    body.service-page .service-mobile-drawer__panels .left {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgb(51, 65, 85);
        font-size: 15px;
        font-weight: 600;
    }

    body.service-page .service-mobile-drawer__panels .menu-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: rgb(100, 116, 139);
    }

    body.service-page .service-mobile-drawer__panels .menu-icon svg {
        width: 21px;
        height: 21px;
    }

    body.service-page .service-mobile-drawer__panels .right {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: rgb(148, 163, 184);
    }

    body.service-page .service-mobile-drawer__panels .right svg {
        width: 18px;
        height: 18px;
    }

    body.service-page .service-mobile-drawer__panels .image-container.is-selected .order-btn-span, body.service-page .service-mobile-drawer__panels .order-btn[aria-selected="true"] .order-btn-span {
        background: rgb(241, 245, 249);
    }

    body.service-page .service-mobile-drawer__panels .image-container.is-selected .left, body.service-page .service-mobile-drawer__panels .order-btn[aria-selected="true"] .left {
        color: rgb(15, 23, 42);
    }

    body.service-page .service-mobile-drawer__account {
        display: grid;
        gap: 4px;
        margin-top: auto;
        padding: 16px 0px 0px;
        border-top: 1px solid rgb(226, 232, 240);
    }

    body.service-page .service-mobile-drawer__account .service-mobile-drawer__section-title {
        margin: 0px 10px 6px;
    }

    body.service-page .service-mobile-drawer__account > a, body.service-page .service-mobile-drawer__account > button {
        display: flex;
        align-items: center;
        min-height: 42px;
        box-sizing: border-box;
        padding: 8px 10px;
        border: 0px;
        border-radius: 10px;
        background: none;
        color: rgb(51, 65, 85);
        cursor: pointer;
        font-style: inherit;
        font-variant-caps: inherit;
        font-weight: inherit;
        font-width: inherit;
        line-height: inherit;
        font-family: inherit;
        font-size-adjust: inherit;
        font-kerning: inherit;
        font-variant-alternates: inherit;
        font-variant-ligatures: inherit;
        font-variant-numeric: inherit;
        font-variant-east-asian: inherit;
        font-variant-position: inherit;
        font-feature-settings: inherit;
        font-optical-sizing: inherit;
        font-variation-settings: inherit;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
    }

    body.service-page .service-mobile-drawer__account > a:hover, body.service-page .service-mobile-drawer__account > button:hover, body.service-page .service-mobile-drawer__account > a:focus-visible, body.service-page .service-mobile-drawer__account > button:focus-visible {
        background: rgb(248, 250, 252);
    }

    body.service-page .service-mobile-drawer__account > .service-mobile-drawer__logout {
        color: rgb(220, 38, 38);
    }

    body.service-page .react-panel-header__title, body.service-page .react-panel-header__divider {
        display: none;
    }
}

@keyframes service-mobile-drawer-enter {
    0% {
        transform: translateX(-18px);
        opacity: 0.72;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

body.service-page #panel-order-detail.is-instance-detail-mode .svc-order-detail-toolbar, body.service-page #panel-order-detail.is-instance-detail-mode .zen-board-head, body.service-page #panel-order-detail.is-instance-detail-mode > .react-panel-header {
    display: none !important;
}

body.service-page #panel-order-detail .svc-order-cards-panel.is-instance-detail > .svc-order-cards-grid {
    display: block !important;
}

body.service-page #panel-order-detail .svc-order-cards-panel.is-instance-detail .svc-order-card-slot:not(.is-expanded) {
    display: none !important;
}

body.service-page #panel-order-detail .svc-order-card-slot.is-expanded[data-loaded="1"] > .zen-summary {
    display: none !important;
}

body.service-page #panel-order-detail .svc-order-card-slot.is-expanded > .zen-details {
    display: block !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: none !important;
    box-shadow: none !important;
}

body.service-page .svc-instance-back {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    margin-top: 0px;
    padding: 7px 11px;
    border: 1px solid rgb(219, 226, 234);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    color: rgb(71, 85, 105);
    font-style: inherit;
    font-variant-caps: inherit;
    font-width: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    transition: border-color 160ms, color 160ms, background 160ms;
}

body.service-page .svc-instance-back:hover {
    border-color: rgb(148, 163, 184);
    background: rgb(248, 250, 252);
    color: rgb(15, 23, 42);
}

body.service-page .svc-instance-back:focus-visible, body.service-page .svc-instance-tab:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.22);
    outline-offset: 2px;
}

body.service-page .svc-instance-back svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.service-page .svc-instance-section-kicker {
    color: rgb(148, 163, 184);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.service-page .svc-instance-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px !important;
}

body.service-page .svc-instance-tabs {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgb(225, 230, 236);
    gap: 15px;
}

body.service-page .svc-instance-tabs::-webkit-scrollbar {
    display: none;
}

body.service-page .svc-instance-tab {
    border: 0px;
    background: none;
    color: rgb(134, 134, 134);
    font-size: 16px;
}

body.service-page .svc-instance-refresh {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin: 0px 2px 4px auto;
    padding: 0px;
    align-self: center;
    align-items: center;
    justify-content: center;
    border: 0px;
    border-radius: 50%;
    background: none;
    color: rgb(120, 120, 120);
    cursor: pointer;
}

body.service-page .svc-instance-refresh:hover {
    background: rgb(245, 245, 245);
    color: rgb(90, 90, 90);
}

body.service-page .svc-instance-refresh:focus-visible {
    outline: 2px solid rgba(0, 122, 255, 0.28);
    outline-offset: 2px;
}

body.service-page .svc-instance-refresh:disabled {
    cursor: wait;
    opacity: 0.65;
}

body.service-page .svc-instance-refresh svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.service-page .svc-instance-refresh.is-loading svg {
    animation: 700ms linear infinite svc-instance-refresh-spin;
}

@keyframes svc-instance-refresh-spin {
    100% {
        transform: rotate(360deg);
    }
}

body.service-page .svc-instance-tab-panels {
    padding-top: 18px;
}

body.service-page .svc-instance-tab-panel {
    min-height: 220px;
}

body.service-page .svc-instance-panel-card .zen-creds-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 18px;
}

body.service-page .svc-instance-panel-card .zen-notice {
    margin: 0px 0px 20px;
    padding: 13px 15px;
    border-radius: 5px;
    background: rgb(240, 247, 255);
}

body.service-page .svc-instance-panel-card .zen-notice__text {
    margin: 0px;
}

body.service-page .svc-instance-detail-list {
    display: grid;
    margin: 0px;
}

body.service-page .svc-instance-detail-list > div {
    padding: 4px 0px;
}

body.service-page .svc-instance-detail-list > div:first-child {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
}

body.service-page .svc-instance-detail-list > div:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

body.service-page .svc-instance-detail-list dt, body.service-page .svc-instance-detail-list dd {
    margin: 0px;
    font-size: 12px;
    line-height: 1.55;
}

body.service-page .svc-instance-detail-list dt {
    color: rgb(145, 145, 145);
}

body.service-page .svc-instance-detail-list dd {
    min-width: 0px;
    color: rgb(23, 32, 51);
    overflow-wrap: anywhere;
    font-size: 15px;
}

body.service-page .svc-instance-panel-card .recharge-info-group {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: none !important;
    box-shadow: none !important;
}

body.service-page .svc-instance-panel-card .recharge-info-group .info-title {
    margin-bottom: 16px;
    color: rgb(23, 32, 51);
    font-size: 18px;
    font-weight: 780;
    display: none;
}

body.service-page .svc-instance-empty, body.service-page .svc-instance-panel-card .recharge-kv-empty {
    margin: 0px;
    padding: 32px 12px;
    color: rgb(148, 163, 184);
    font-size: 14px;
    text-align: center;
}

body.service-page .svc-instance-support-link {
    display: inline-flex;
    margin-top: 22px;
    color: rgb(38, 125, 155);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.service-page .svc-instance-support-link[hidden] {
    display: none;
}

body.service-page .svc-instance-support-link:hover {
    text-decoration: underline;
}

@media (max-width: 820px) {
    body.service-page #panel-order-detail.is-instance-detail-mode {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    body.service-page .svc-instance-page {
        padding-bottom: 24px !important;
    }

    body.service-page .svc-instance-tabs {
        gap: 18px;
    }

    body.service-page .svc-instance-tab {
    }

    body.service-page .svc-instance-tab-panels {
        padding-top: 12px;
    }

    body.service-page .svc-instance-tab-panel {
        min-height: 180px;
    }

    body.service-page .svc-instance-panel-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    body.service-page .svc-instance-panel-card .zen-creds-header {
        flex-direction: column;
        gap: 7px;
    }

    body.service-page .svc-instance-detail-list > div {
        grid-template-columns: minmax(92px, 0.4fr) minmax(0px, 1fr);
        gap: 12px;
    }
}

body.service-page #panel-order-detail > .react-panel-header {
    display: none;
}

body.service-page .svc-order-single-state > .svc-order-slot-state {
    margin: 80px auto;
    color: rgb(110, 110, 115);
    text-align: center;
}

body.service-page .svc-functional-window {
    overflow: hidden;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

body.service-page .svc-functional-header {
    padding: 0px 22px;
}

body.service-page .svc-functional-header__copy h1 {
    color: rgb(29, 29, 31);
    font-size: 18px;
    font-weight: normal;
}

body.service-page .svc-functional-header__copy p, body.service-page .svc-functional-header__status span {
    margin: 0px;
    color: rgb(110, 110, 115);
    font-size: 13px;
}

body.service-page .svc-instance-section-kicker {
    color: rgb(110, 110, 115);
    font-size: 12px;
    font-weight: 600;
}

body.service-page .svc-functional-header__status {
    min-width: 130px;
    padding-left: 22px;
    border-left: 1px solid rgb(209, 209, 214);
    text-align: right;
}

body.service-page .svc-functional-header__status strong {
    display: block;
    margin-top: 5px;
    color: rgb(0, 122, 255);
    font-size: 16px;
    font-weight: 700;
}

body.service-page .svc-functional-body {
    padding: 14px 18px 0px;
}

body.service-page .svc-instance-tab.is-active {
    color: black;
    border-bottom: 2px solid rgb(153, 153, 153);
}

body.service-page .svc-instance-tab::after {
    display: none;
}

body.service-page .svc-instance-tab-panels, body.service-page .svc-instance-tab-panel, body.service-page .svc-instance-panel-card {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
    box-shadow: none;
}

body.service-page .svc-instance-panel-card {
    padding: 22px 12px 10px;
}

body.service-page .svc-functional-heading {
    margin: 0px 0px 13px;
    color: rgb(29, 29, 31);
    font-size: 17px;
    font-weight: 700;
}

body.service-page .svc-instance-detail-list {
    margin: 0px;
}

body.service-page .svc-instance-detail-list dt {
    color: rgb(150, 150, 150);
}

body.service-page .svc-instance-detail-list dd {
    margin: 0px;
}

body.service-page .svc-functional-fields dd[data-editable="true"] {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

body.service-page .svc-functional-fields dd[data-editable="true"]:focus-within {
    border-color: rgb(0, 122, 255);
}

body.service-page .svc-functional-fields dd[data-editable="true"] input, body.service-page .svc-functional-fields dd[data-editable="true"] select {
    width: 100%;
    min-width: 0px;
    padding: 0px 4px;
    border: 0px;
    background: none;
    color: inherit;
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    outline: 0px;
    height: 21px;
}

body.service-page .svc-functional-fields > div > .svc-functional-button {
    flex: 0 0 auto;
    align-self: center;
}

body.service-page .svc-invoice-activity {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgb(229, 229, 231);
}

body.service-page .svc-invoice-activity__list {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    list-style: none;
}

body.service-page .svc-invoice-activity__item {
    display: grid;
    min-width: 0px;
    grid-template-columns: 16px minmax(0px, 1fr);
    gap: 12px;
    padding: 0px 0px 18px;
}

body.service-page .svc-invoice-activity__marker {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    border: 2px solid rgb(142, 142, 147);
    border-radius: 50%;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}

body.service-page .svc-invoice-activity__item.is-current .svc-invoice-activity__marker {
    border-color: rgb(0, 122, 255);
    background: rgb(0, 122, 255);
}

body.service-page .svc-invoice-activity__body strong {
    display: block;
    color: rgb(29, 29, 31);
    font-size: 14px;
    font-weight: 600;
}

body.service-page .svc-invoice-activity__body p, body.service-page .svc-invoice-activity__body time {
    display: block;
    margin: 3px 0px 0px;
    color: rgb(110, 110, 115);
    font-size: 12px;
    line-height: 1.55;
}

body.service-page .svc-invoice-activity__actions {
    display: flex;
    padding-top: 14px;
    border-top: 1px solid rgb(229, 229, 231);
}

body.service-page .svc-functional-value--success {
    color: color(display-p3 0.204 0.4707 0.9648) !important;
}

body.service-page .svc-functional-value--current {
    color: rgb(0, 122, 255) !important;
}

body.service-page .svc-functional-assurance {
    margin: 18px 4px 0px;
    padding: 12px 14px;
    border-width: 0px 0px 0px 4px;
    border-style: none none none solid;
    border-color: currentcolor currentcolor currentcolor rgb(0, 122, 255);
    border-image: none;
    border-radius: 0px;
    background: rgb(242, 247, 255);
}

body.service-page .svc-instance-panel-card .svc-functional-assurance {
    margin: 18px 4px 0px;
    padding: 12px 14px;
    border-width: 0px 0px 0px 4px;
    border-style: none none none solid;
    border-color: currentcolor currentcolor currentcolor rgb(217, 217, 217);
    border-image: none;
    border-radius: 0px;
    background: rgb(247, 247, 247);
}

body.service-page .svc-instance-panel-card .svc-functional-assurance--action-required {
    border-left-color: rgb(230, 126, 34);
    background: rgb(255, 247, 232);
    color: rgb(111, 69, 17);
}

body.service-page .svc-instance-panel-card .svc-functional-assurance--action-required::before {
    display: block;
    margin-bottom: 5px;
    color: rgb(160, 82, 0);
    font-size: 12px;
    font-weight: 700;
    content: "需要你操作";
}

body.service-page .svc-instance-panel-card .svc-functional-assurance--action-required .zen-notice__text {
    color: rgb(111, 69, 17);
}

body.service-page .svc-functional-assurance__action {
    margin-top: 12px;
}

body.service-page .svc-functional-assurance .zen-notice__text {
    margin: 0px;
}

body.service-page #panel-order-detail .svc-order-notice-list {
    display: block;
}

body.service-page .svc-order-notice + .svc-order-notice {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(223, 223, 226);
}

body.service-page .svc-order-notice__title, body.service-page .svc-order-notice__message {
    display: block;
}

body.service-page .svc-order-notice__title {
    margin-bottom: 3px;
    color: rgb(29, 29, 31);
    font-size: 13px;
    font-weight: 700;
}

body.service-page .svc-order-notice__message {
    white-space: pre-line;
}

body.service-page .svc-order-notice--warning .svc-order-notice__title, body.service-page .svc-order-notice--action .svc-order-notice__title {
    color: rgb(160, 82, 0);
}

body.service-page .svc-order-notice--success .svc-order-notice__title {
    color: rgb(0, 113, 68);
}

body.service-page .svc-functional-assurance .zen-notice__label {
    color: rgb(29, 29, 31);
}

body.service-page .svc-fulfillment-progress {
    margin: 22px 4px 0px;
}

body.service-page .svc-fulfillment-progress__head h2 {
    margin: 2px 0px 0px;
    color: rgb(29, 29, 31);
    font-size: 16px;
}

body.service-page .svc-fulfillment-progress__status {
    padding: 0px;
    border-radius: 0px;
    background: none;
    color: rgb(0, 122, 255);
    font-size: 13px;
    font-weight: 700;
}

body.service-page .svc-fulfillment-progress__message {
    margin: 0px;
    padding: 12px 15px;
    border-bottom: 1px solid rgb(229, 229, 231);
    color: rgb(72, 72, 74);
    font-size: 13px;
    line-height: 1.6;
}

body.service-page .svc-fulfillment-timeline__item {
    display: grid;
    grid-template-columns: 22px minmax(0px, 1fr);
    gap: 11px;
    margin: 0px;
    padding: 13px 15px;
}

body.service-page .svc-fulfillment-timeline__item:last-child {
    border-bottom: 0px;
}

body.service-page .svc-fulfillment-timeline__item:not(:last-child)::before {
    top: 30px;
    bottom: -1px;
    left: 24px;
    width: 1px;
    background: rgb(199, 199, 204);
}

body.service-page .svc-fulfillment-timeline__marker {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    border: 1.5px solid rgb(142, 142, 147);
    background: rgb(255, 255, 255);
}

body.service-page .svc-fulfillment-timeline__item.is-complete .svc-fulfillment-timeline__marker {
    background: rgb(36, 138, 117);
}

body.service-page .svc-fulfillment-timeline__item.is-current {
}

body.service-page .svc-fulfillment-timeline__item.is-current .svc-fulfillment-timeline__marker {
    border: 5px solid rgb(0, 122, 255);
    background: rgb(255, 255, 255);
    box-shadow: none;
}

body.service-page .svc-fulfillment-timeline__item.is-cancelled .svc-fulfillment-timeline__marker {
    border-color: rgb(255, 59, 48);
    background: rgb(255, 59, 48);
}

body.service-page .svc-fulfillment-timeline__item.is-cancelled .svc-fulfillment-timeline__marker::after {
    color: rgb(255, 255, 255);
    content: "×";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.service-page .svc-fulfillment-timeline__body strong {
    color: rgb(29, 29, 31);
    font-size: 14px;
}

body.service-page .svc-fulfillment-timeline__body p, body.service-page .svc-fulfillment-timeline__body time {
    color: rgb(110, 110, 115);
    font-size: 12px;
}

body.service-page .svc-fulfillment-progress__updated {
    margin: 0px;
    padding: 10px 15px;
    border-top: 1px solid rgb(229, 229, 231);
    color: rgb(142, 142, 147);
    font-size: 12px;
}

body.service-page .svc-functional-explainer {
    margin: 14px 4px 0px;
    border-top: 1px solid rgb(209, 209, 214);
    border-bottom: 1px solid rgb(209, 209, 214);
}

body.service-page .svc-functional-explainer summary {
    padding: 12px 2px;
    color: rgb(0, 102, 204);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

body.service-page .svc-functional-explainer p {
    margin: 0px;
    padding: 0px 2px 14px;
    color: rgb(72, 72, 74);
    font-size: 13px;
    line-height: 1.7;
}

body.service-page .svc-functional-section + .svc-functional-section {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgb(209, 209, 214);
}

body.service-page .svc-functional-section__head, body.service-page .svc-functional-service-row, body.service-page .svc-functional-footer {
    display: flex;
}

body.service-page .svc-functional-section__head p, body.service-page .svc-functional-service-row span, body.service-page .svc-functional-inline-note {
    display: block;
    margin: 3px 0px 0px;
    color: rgb(110, 110, 115);
    font-size: 13px;
    line-height: 1.55;
}

body.service-page .svc-invoice-form__result {
    margin-top: 12px;
}

body.service-page .svc-invoice-form__result.is-error {
    color: rgb(185, 28, 28);
}

body.service-page .svc-functional-service-list {
    border-top: 1px solid rgb(209, 209, 214);
}

body.service-page .svc-functional-service-row {
    min-height: 54px;
    padding: 10px 4px;
    border-bottom: 1px solid rgb(229, 229, 231);
}

body.service-page .svc-functional-service-row strong {
    color: rgb(29, 29, 31);
    font-size: 14px;
}

body.service-page .svc-functional-service-row__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

body.service-page .svc-functional-button {
    display: inline-flex;
    min-height: 27px;
    padding: 0px 14px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgb(184, 184, 189);
    border-radius: 3px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(236, 236, 238) 100%);
    color: rgb(29, 29, 31);
    font-style: inherit;
    font-variant-caps: inherit;
    font-weight: inherit;
    font-width: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-variant-alternates: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-position: inherit;
    font-feature-settings: inherit;
    font-optical-sizing: inherit;
    font-variation-settings: inherit;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    appearance: none;
    cursor: pointer;
}

body.service-page .svc-functional-button:visited {
    color: rgb(29, 29, 31);
}

body.service-page .svc-functional-button--secondary {
    border-color: rgb(184, 184, 189);
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(236, 236, 238) 100%);
    color: rgb(29, 29, 31);
}

body.service-page .svc-functional-button:hover, body.service-page .svc-functional-button--secondary:hover {
    border-color: rgb(142, 142, 147);
    color: rgb(29, 29, 31);
}

body.service-page .svc-functional-button:focus-visible {
    outline: 2px solid rgb(0, 122, 255);
    outline-offset: 2px;
}

body.service-page .svc-functional-button:disabled, body.service-page .svc-functional-button[aria-disabled="true"] {
    opacity: 0.5;
    cursor: default;
}

body.service-page .svc-functional-button--primary {
    border-color: rgb(0, 113, 227);
    background: linear-gradient(rgb(24, 136, 255) 0%, rgb(0, 113, 227) 100%);
    color: rgb(255, 255, 255);
}

body.service-page .svc-functional-button--primary:hover {
    border-color: rgb(0, 102, 204);
    color: rgb(255, 255, 255);
}

body.service-page .svc-functional-button--primary:visited {
    color: rgb(255, 255, 255);
}

body.service-page .svc-instance-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
}

body.service-page .recharge-info-group, body.service-page .recharge-kv-list, body.service-page .recharge-kv-item {
    border: 0px;
    background: none;
    box-shadow: none;
}

body.service-page .recharge-kv-item {
    display: grid;
    grid-template-columns: 142px minmax(0px, 1fr);
    gap: 12px;
    padding: 6px 4px;
}

body.service-page .recharge-kv-item .k {
    color: rgb(110, 110, 115);
    text-align: right;
}

body.service-page .recharge-kv-item .v, body.service-page .nf-code {
    padding: 0px;
    border: 0px;
    background: none;
    color: rgb(29, 29, 31);
    overflow-wrap: anywhere;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-list {
    display: block;
    width: 100%;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item {
    display: grid;
    grid-template-columns: 142px minmax(0px, 1fr);
    align-items: start;
    gap: 12px;
    width: 100%;
    margin: 0px;
    padding: 6px 4px;
    border: 0px;
    background: none;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item + .recharge-kv-item {
    margin: 0px;
    padding-top: 6px;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item + .recharge-kv-item::before {
    display: none;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item .k, body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item .v {
    padding: 0px;
    border: 0px;
    background: none;
    color: rgb(29, 29, 31);
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item .k {
    color: rgb(110, 110, 115);
    text-align: right;
}

body.service-page #panel-order-detail .svc-functional-window .recharge-kv-empty {
    padding: 8px 4px;
    border: 0px;
    border-radius: 0px;
    background: none;
    color: rgb(110, 110, 115);
    text-align: left;
}

body.service-page #panel-order-detail .svc-functional-window .zen-cred-table-wrapper {
    margin: 0px;
    overflow: visible;
    border: 0px !important;
    border-radius: 0px !important;
    background: none !important;
}

body.service-page #panel-order-detail .svc-functional-window .zen-cred-table tr {
    padding: 8px 4px;
    border-bottom: 1px solid rgb(229, 229, 231) !important;
    background: none !important;
}

body.service-page #panel-order-detail .svc-functional-window .zen-cred-copy-btn {
    opacity: 1 !important;
    border: 1px solid rgb(184, 184, 189) !important;
    border-radius: 6px !important;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(236, 236, 238) 100%) !important;
    color: rgb(29, 29, 31) !important;
}

body.service-page .svc-functional-footer {
    min-height: 58px;
    margin: 20px -18px 0px;
    padding: 10px 18px;
    border-top: 1px solid rgb(209, 209, 214);
    color: rgb(110, 110, 115);
    font-size: 12px;
}

body.service-page .svc-functional-footer__services, body.service-page .svc-functional-footer__navigation {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

body.service-page .svc-functional-footer__services {
    flex: 1 1 auto;
}

body.service-page .svc-functional-footer__updated {
    order: 3;
    flex: 0 0 100%;
}

@media (max-width: 700px) {
    body.service-page #panel-order-detail {
        padding: 10px 0px 0px;
    }

    body.service-page .svc-functional-window {
        border-right: 0px;
        border-left: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    body.service-page .svc-functional-header {
        padding: 14px;
    }

    body.service-page .svc-functional-header__status {
        grid-column-start: 1;
        grid-column-end: -1;
        min-width: 0px;
        padding: 10px 0px 0px;
        border-top: 1px solid rgb(209, 209, 214);
        border-left: 0px;
        text-align: left;
    }

    body.service-page .svc-functional-header__status span, body.service-page .svc-functional-header__status strong {
        display: inline;
        margin: 0px 8px 0px 0px;
    }

    body.service-page .svc-functional-body {
        padding: 10px 10px 0px;
    }

    body.service-page .svc-instance-tab {
        padding: 7px 4px;
        font-size: 15px;
    }

    body.service-page .svc-instance-panel-card {
        padding: 18px 2px 8px;
    }

    body.service-page .svc-instance-detail-list > div, body.service-page .recharge-kv-item {
        grid-template-columns: 96px minmax(0px, 1fr) auto;
        gap: 9px;
    }

    body.service-page .svc-instance-detail-list dt, body.service-page .recharge-kv-item .k {
        text-align: left;
    }

    body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item {
        grid-template-columns: 96px minmax(0px, 1fr);
        gap: 9px;
    }

    body.service-page #panel-order-detail .svc-functional-window .recharge-kv-item .k {
        text-align: left;
    }

    body.service-page .svc-functional-section__head, body.service-page .svc-functional-service-row, body.service-page .svc-functional-footer {
        align-items: flex-start;
    }

    body.service-page .svc-functional-service-row {
        gap: 10px;
    }

    body.service-page .svc-functional-footer {
        flex-direction: column;
        margin-right: -10px;
        margin-left: -10px;
        padding: 10px;
    }

    body.service-page .svc-functional-footer__services, body.service-page .svc-functional-footer__navigation, body.service-page .svc-functional-footer__updated {
        width: 100%;
    }

    body.service-page .svc-functional-footer__navigation {
        justify-content: flex-end;
    }
}

body.service-page .svc-fulfillment-progress__head h2 {
    margin: 4px 0px 0px;
    color: rgb(23, 32, 51);
    font-size: 18px;
    line-height: 1.4;
}

body.service-page .svc-fulfillment-progress__status {
    flex: 0 0 auto;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgb(232, 244, 248);
    color: rgb(38, 125, 155);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

body.service-page .svc-fulfillment-progress__message {
    margin: 12px 0px 0px;
    color: rgb(82, 97, 115);
    font-size: 13px;
    line-height: 1.7;
}

body.service-page .svc-fulfillment-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(0px, 1fr);
    gap: 11px;
    padding: 0px 0px 18px;
}

body.service-page .svc-fulfillment-timeline__item:last-child {
    padding-bottom: 0px;
}

body.service-page .svc-fulfillment-timeline__item:not(:last-child)::before {
    position: absolute;
    top: 17px;
    bottom: 1px;
    left: 7px;
    width: 2px;
    content: "";
}

body.service-page .svc-fulfillment-timeline__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border: 2px solid rgb(141, 183, 198);
    border-radius: 50%;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}

body.service-page .svc-fulfillment-timeline__item.is-complete .svc-fulfillment-timeline__marker {
}

body.service-page .svc-fulfillment-timeline__item.is-complete .svc-fulfillment-timeline__marker::after {
    color: rgb(255, 255, 255);
    content: "✓";
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

body.service-page .svc-fulfillment-timeline__item.is-current .svc-fulfillment-timeline__marker {
    border-color: rgb(38, 125, 155);
    box-shadow: rgba(38, 125, 155, 0.12) 0px 0px 0px 4px;
}

body.service-page .svc-fulfillment-timeline__body strong {
    display: block;
    color: rgb(38, 50, 68);
    font-size: 13px;
    font-weight: normal;
}

body.service-page .svc-fulfillment-timeline__body p, body.service-page .svc-fulfillment-timeline__body time {
    display: block;
    margin: 3px 0px 0px;
    color: rgb(113, 128, 150);
    font-size: 12px;
    line-height: 1.55;
}

body.service-page .svc-fulfillment-progress__updated {
    margin: 17px 0px 0px;
    color: rgb(148, 163, 184);
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 820px) {
    body.service-page .svc-fulfillment-progress {
        padding: 17px 16px;
    }

    body.service-page .svc-fulfillment-progress__head {
        gap: 12px;
    }
}

body.service-page #panel-orders .svc-orders-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0px 0px 22px;
}

@media (min-width: 769px) {
    body.service-page .service-dashboard > .service-panels {
        padding-top: 20px;
    }
}

body.service-page #panel-orders .react-panel-header__copy > .svc-orders-nav {
    margin: 0px;
}

body.service-page #panel-orders > .react-panel-header {
    gap: 0px;
    margin-bottom: 0px;
}

body.service-page #panel-orders .svc-orders-nav__btn {
    padding: 0px 0px 8px;
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor transparent;
    border-image: none;
    border-radius: 0px;
    background: none;
    color: rgb(156, 163, 175);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

body.service-page #panel-orders .svc-orders-nav__btn.is-active {
    border-bottom-color: rgb(17, 24, 39);
    color: rgb(17, 24, 39);
}

body.service-page .service-lists .image-container.is-selected .order-btn-span, body.service-page .service-mobile-drawer__panels .order-btn[aria-selected="true"] .order-btn-span {
    background: rgb(247, 247, 247) !important;
}

body.service-page #panel-orders .svc-order-list-component {
    width: 100%;
    border-top: 0px;
}

body.service-page #panel-orders .svc-order-list__head, body.service-page #panel-orders .svc-order-list__row {
    display: grid;
    grid-template-columns: 32px minmax(130px, 1.2fr) minmax(0px, 2.5fr) minmax(110px, 1fr) minmax(88px, 1fr) 80px;
    align-items: center;
}

body.service-page #panel-orders .svc-order-list__head {
    min-height: 46px;
    padding: 0px 12px;
    border-top: 0px;
    border-bottom: 1px solid rgb(229, 231, 235);
    color: rgb(87, 87, 87);
    font-size: 14px;
    letter-spacing: 0.03em;
}

body.service-page #panel-orders .svc-order-list__head-action {
    text-align: right;
}

body.service-page #panel-orders .svc-order-list__row {
    width: 100%;
    min-height: 58px;
    padding: 0px 12px;
    border: 0px;
    background: rgb(255, 255, 255);
    color: rgb(75, 85, 99);
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.15s;
}

body.service-page #panel-orders .svc-order-list__row:hover, body.service-page #panel-orders .svc-order-list__row:focus-visible {
    background: rgb(249, 250, 251);
    outline: medium;
}

body.service-page #panel-orders .svc-order-list__cell {
    min-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.service-page #panel-orders .svc-order-list__cell--chevron {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: rgb(209, 213, 219);
}

body.service-page #panel-orders .svc-order-list__cell--chevron svg {
    width: 14px;
    height: 14px;
}

body.service-page #panel-orders .svc-order-list__cell--order {
    color: rgb(0, 122, 255);
    text-decoration: underline 1px;
    text-underline-offset: 2px;
    cursor: pointer;
}

body.service-page #panel-orders .svc-order-list__cell--amount {
    color: rgb(156, 163, 175);
}

body.service-page #panel-orders .svc-order-list__cell--title {
    color: rgb(75, 85, 99);
}

body.service-page #panel-orders .svc-order-list__cell--status {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.service-page #panel-orders .svc-order-list__status-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgb(16, 185, 129);
}

body.service-page #panel-orders .svc-order-list__cell--action {
    color: rgb(107, 114, 128);
    font-weight: 500;
    text-align: right;
}

body.service-page #panel-orders .svc-order-list__row:hover .svc-order-list__cell--action, body.service-page #panel-orders .svc-order-list__row:focus-visible .svc-order-list__cell--action {
    color: rgb(0, 122, 255);
    text-decoration: underline;
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="expiring"] .svc-order-list__status-dot {
    background: rgb(245, 158, 11);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="processing"] .svc-order-list__status-dot {
    background: rgb(0, 122, 255);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="attention"] .svc-order-list__status-dot {
    background: rgb(249, 115, 22);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="ended"] .svc-order-list__status-dot {
    background: rgb(209, 213, 219);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="processing"] .svc-order-list__cell--status {
    color: rgb(0, 122, 255);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="attention"] .svc-order-list__cell--status {
    color: rgb(194, 65, 12);
}

body.service-page #panel-orders .svc-order-list__row[data-ticket-status-variant="ended"] .svc-order-list__cell--status {
    color: rgb(156, 163, 175);
}

body.service-page #panel-orders .svc-order-list__empty {
    margin: 16px 0px 0px;
}

@media (max-width: 760px) {
    body.service-page #panel-orders .svc-order-list__head {
        display: none;
    }

    body.service-page #panel-orders .svc-order-list__row {
        grid-template-columns: 20px minmax(0px, 1fr) max-content;
        grid-template-areas: "chevron title action" "chevron status status" "chevron amount amount" "chevron order order";
        gap: 7px 10px;
        min-height: 0px;
        padding: 13px 10px;
    }

    body.service-page #panel-orders .svc-order-list__cell--chevron {
        grid-row-start: chevron;
        grid-column-start: chevron;
        grid-row-end: chevron;
        grid-column-end: chevron;
        align-self: start;
        margin-top: 2px;
    }

    body.service-page #panel-orders .svc-order-list__cell--title {
        grid-row-start: title;
        grid-column-start: title;
        grid-row-end: title;
        grid-column-end: title;
    }

    body.service-page #panel-orders .svc-order-list__cell--action {
        grid-row-start: action;
        grid-column-start: action;
        grid-row-end: action;
        grid-column-end: action;
    }

    body.service-page #panel-orders .svc-order-list__cell--status {
        grid-row-start: status;
        grid-column-start: status;
        grid-row-end: status;
        grid-column-end: status;
    }

    body.service-page #panel-orders .svc-order-list__cell--amount {
        grid-row-start: amount;
        grid-column-start: amount;
        grid-row-end: amount;
        grid-column-end: amount;
    }

    body.service-page #panel-orders .svc-order-list__cell--order {
        grid-row-start: order;
        grid-column-start: order;
        grid-row-end: order;
        grid-column-end: order;
    }
}

body.service-page .svc-fulfillment-stagebar {
    --svc-stage-progress: 0%;
    --svc-stage-color: rgb(0, 151, 35);
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, minmax(0px, 1fr));
    gap: 0px;
    margin: 24px 0px 4px;
    padding: 24px 0px 0px;
    list-style: none;
}

body.service-page .svc-fulfillment-stagebar::before, body.service-page .svc-fulfillment-stagebar::after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8px;
    border-radius: 999px;
    content: "";
}

body.service-page .svc-fulfillment-stagebar::before {
    width: 100%;
    background: rgb(229, 229, 234);
}

body.service-page .svc-fulfillment-stagebar::after {
    width: var(--svc-stage-progress);
    background: var(--svc-stage-color);
    transition: width 220ms;
}

body.service-page .svc-fulfillment-stagebar.is-cancelled {
    --svc-stage-color: rgb(255, 59, 48);
}

body.service-page .svc-fulfillment-stagebar__item {
    grid-row-start: 1;
    grid-row-end: auto;
    min-width: 0px;
    margin: 0px;
    padding: 0px 6px;
    color: rgb(142, 142, 147);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
}

body.service-page .svc-fulfillment-stagebar__item:first-child {
    grid-column-start: 1;
    grid-column-end: span 2;
    padding-left: 0px;
    text-align: left;
}

body.service-page .svc-fulfillment-stagebar__item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: span 2;
}

body.service-page .svc-fulfillment-stagebar__item:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: span 2;
}

body.service-page .svc-fulfillment-stagebar__item:nth-child(4) {
    grid-column-start: 6;
    grid-column-end: span 2;
}

body.service-page .svc-fulfillment-stagebar__item:last-child {
    grid-column-start: 7;
    grid-column-end: span 2;
    padding-right: 0px;
    text-align: right;
}

body.service-page .svc-fulfillment-stagebar__item.is-passed {
    color: rgb(99, 99, 102);
}

body.service-page .svc-fulfillment-stagebar__item.is-current {
    color: rgb(29, 29, 31);
    font-weight: 700;
}

body.service-page .svc-fulfillment-stagebar.is-cancelled .svc-fulfillment-stagebar__item.is-current {
    color: rgb(215, 0, 21);
}

@media (max-width: 768px) {
    body.service-page .svc-fulfillment-progress {
        overflow: auto hidden;
        overscroll-behavior: contain none;
        touch-action: pan-x;
    }

    body.service-page .svc-fulfillment-stagebar {
        width: 760px;
        min-width: 760px;
        grid-template-columns: repeat(8, 95px);
        margin-top: 20px;
        padding-top: 20px;
    }

    body.service-page .svc-fulfillment-stagebar__item {
        padding: 0px 10px;
        font-size: 13px;
        white-space: nowrap;
    }
}

body.service-page #panel-order-detail .svc-functional-window {
    display: flex;
    min-height: calc(100dvh - 50px);
    flex-direction: column;
    overflow: clip;
}

body.service-page #panel-order-detail .svc-functional-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 20px 0px;
}

body.service-page #panel-order-detail .svc-functional-footer {
    position: sticky;
    z-index: 5;
    bottom: 0px;
    flex: 0 0 auto;
    margin-top: auto;
    background: rgb(255, 255, 255);
}

body.service-page .svc-functional-header__title-row {
    display: flex;
    min-width: 0px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.service-page .svc-functional-header__title-row h1 {
    margin: 0px;
}

body.service-page .svc-fulfillment-result-badge {
    display: inline-flex;
    min-height: 24px;
    padding: 2px 9px;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}

body.service-page .svc-fulfillment-result-badge[hidden] {
    display: none;
}

body.service-page .svc-fulfillment-result-badge--success {
    color: rgb(26, 127, 55);
    background: rgb(234, 248, 238);
}

body.service-page .svc-fulfillment-result-badge--failed {
    color: rgb(186, 54, 46);
    background: rgb(255, 239, 238);
}

body.service-page .svc-fulfillment-result-badge--manual {
    color: rgb(157, 93, 0);
    background: rgb(255, 247, 225);
}

@media (max-width: 768px) {
    body.service-page #panel-order-detail .svc-functional-window {
        min-height: calc(100dvh - 100px - env(safe-area-inset-bottom));
    }

    body.service-page #panel-order-detail .svc-functional-footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        align-items: stretch;
        gap: 8px;
        padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
    }

    body.service-page #panel-order-detail .svc-functional-footer__services, body.service-page #panel-order-detail .svc-functional-footer__navigation {
        display: contents;
    }

    body.service-page #panel-order-detail [data-order-refresh] {
        order: 2;
    }

    body.service-page #panel-order-detail [data-statement-action] {
        order: 3;
    }

    body.service-page #panel-order-detail [data-order-support-link] {
        order: 4;
    }

    body.service-page #panel-order-detail .svc-functional-footer .svc-functional-button {
        display: inline-flex;
        width: 100%;
        min-width: 0px;
        height: 31px;
        padding: 8px 10px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    body.service-page #panel-order-detail .svc-functional-footer .svc-functional-button[data-order-support-link] {
        min-height: 34px;
        padding: 4px 10px;
    }
}
