/* پنل کاربری و پیگیری سفارش‌ها */
#hero.account-hero {
    height: auto !important;
    min-height: 100vh;
    padding: 108px 0 72px;
    background: linear-gradient(180deg, #e8f3fb 0%, #f7fafc 42%, #ffffff 100%) !important;
    background-image: none !important;
}

#hero.account-hero:before {
    display: none !important;
}

#hero.account-hero .container {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.account-page {
    max-width: 1180px;
    margin: 0 auto;
}

.account-intro {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.account-intro-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(165deg, #3aa0e6 0%, #1d6fae 100%);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(29, 111, 174, 0.28);
}

#hero.account-hero .account-intro h1 {
    margin: 0 0 4px;
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #124265 !important;
    font-weight: 800;
    font-family: inherit !important;
}

.account-intro p {
    margin: 0;
    color: #5e7384;
    font-size: 13.5px;
    line-height: 1.8;
}

.account-user-card,
.account-nav,
.account-panel,
.account-welcome {
    background: #fff;
    border: 1px solid #d9e7f1;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(18, 66, 101, 0.08);
}

.account-user-card {
    padding: 18px 16px 14px;
    text-align: center;
    margin-bottom: 12px;
}

.account-avatar {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, #e8f4fc 0%, #d5ebf8 100%);
    color: #1d6fae;
    font-size: 26px;
}

#hero.account-hero .account-user-card h2 {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #124265 !important;
    font-weight: 800;
    font-family: inherit !important;
}

#hero.account-hero .account-user-card h3 {
    margin: 2px 0 0;
    font-size: 12px !important;
    color: #6b8294 !important;
    font-weight: 600;
    font-family: inherit !important;
}

.account-nav {
    overflow: hidden;
    margin-bottom: 20px;
    list-style: none;
    padding: 8px;
}

.account-nav .list-group-item {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 4px;
}

.account-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    color: #1f3f56 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.account-nav a i {
    width: 22px;
    text-align: center;
    font-size: 16px;
    color: #1d6fae;
}

.account-nav a:hover {
    background: #eef6fb;
    color: #124265 !important;
}

.account-nav a.is-create {
    color: #c62828 !important;
    background: #fff4f2;
}

.account-nav a.is-create i {
    color: #c62828;
}

.account-nav a.is-create:hover {
    background: #ffe8e4;
}

.account-nav a.is-active {
    background: #dceefb;
    color: #0d4d7a !important;
}

.account-nav a.is-exit {
    color: #8a3340 !important;
}

.account-nav a.is-exit i {
    color: #8a3340;
}

.account-main {
    min-width: 0;
}

.account-welcome {
    padding: 16px 18px;
    margin-bottom: 16px;
    background: linear-gradient(165deg, #fff8e8 0%, #fff 70%);
}

.account-welcome h4 {
    margin: 0 0 8px;
    color: #124265;
    font-weight: 800;
    font-size: 16px;
}

.account-welcome p {
    margin: 0;
    color: #5e7384;
    font-size: 13.5px;
    line-height: 1.8;
}

.account-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.account-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.4;
}

.account-action.is-create {
    background: linear-gradient(165deg, #ef5350 0%, #c62828 100%);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(198, 40, 40, 0.22);
}

.account-action.is-create:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

.account-action.is-track {
    background: #fff;
    border: 1px solid #d9e7f1;
    color: #124265 !important;
}

.account-action.is-track:hover {
    background: #eef6fb;
    color: #0d4d7a !important;
}

.account-panel {
    overflow: hidden;
    margin-bottom: 16px;
}

.account-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #f4f9fc 0%, #eef5fa 100%);
    border-bottom: 1px solid #d9e7f1;
    color: #124265;
    font-size: 15px;
    font-weight: 800;
}

.account-panel-head i {
    color: #1d6fae;
    font-size: 18px;
    margin-left: 6px;
}

.account-panel-body {
    padding: 14px 16px 16px;
}

.account-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: #f7fbfe;
    border: 1px solid #e3eef6;
}

.account-note:last-child {
    margin-bottom: 0;
}

.account-note-ico {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.account-note.is-muted .account-note-ico { background: #78909c; }
.account-note.is-ok .account-note-ico { background: #2e7d32; }
.account-note.is-info .account-note-ico { background: #1565c0; }
.account-note.is-warn .account-note-ico { background: #ef6c00; }
.account-note.is-danger .account-note-ico { background: #c62828; }
.account-note.is-purple .account-note-ico { background: #6a1b9a; }

.account-note span {
    color: #35586e;
    font-size: 13px;
    line-height: 1.8;
}

.account-field {
    margin-bottom: 12px;
}

.account-field label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 6px;
    color: #124265;
    font-size: 13px;
    font-weight: 800;
}

.account-field .form-control {
    height: 42px;
    border: 1px solid #c9dbe8;
    border-radius: 10px;
    box-shadow: none;
}

.account-field textarea.form-control {
    height: 110px;
    resize: vertical;
}

.account-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: 8px 16px;
    border-radius: 10px;
    background: linear-gradient(165deg, #2f8fd4 0%, #1d6fae 100%);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    border: 0;
    cursor: pointer;
}

.account-submit:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

.account-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border: 0;
    margin: 0 0 14px;
    padding: 0;
}

.account-tabs > li {
    float: none;
    margin: 0;
    flex: 1 1 160px;
}

.account-tabs > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #d9e7f1 !important;
    border-radius: 12px !important;
    background: #fff;
    color: #35586e;
    font-weight: 800;
    font-size: 13.5px;
    text-align: center;
    line-height: 1.4;
}

.account-tabs > li > a:hover {
    background: #eef6fb !important;
    border-color: #b7d3e8 !important;
    color: #0d4d7a !important;
    box-shadow: none;
}

.account-tabs > li.active > a,
.account-tabs > li.active > a:hover,
.account-tabs > li.active > a:focus,
.account-tabs > li > a.active,
.account-tabs > li > a.active:hover,
.account-tabs > li > a.active:focus {
    background: #dceefb !important;
    border: 2px solid #1d6fae !important;
    color: #0d4d7a !important;
    box-shadow: none;
}

.account-tabs > li.active > a i,
.account-tabs > li > a.active i {
    color: #1d6fae !important;
}

.account-hero .tab-pane {
    display: none;
    opacity: 1;
}

.account-hero .tab-pane.fade {
    opacity: 1;
}

.account-hero .tab-pane.active,
.account-hero .tab-pane.show {
    display: block;
    opacity: 1;
}

.account-order-cards {
    display: none;
}

.account-order-card {
    background: #f7fbfe;
    border: 1px solid #d9e7f1;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
}

.account-order-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #d9e7f1;
}

.account-order-card-code {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #124265;
    font-weight: 800;
    font-size: 13px;
}

.account-order-card-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.7;
}

.account-order-card-row > span:first-child {
    color: #6b8294;
    font-weight: 700;
    min-width: 92px;
}

.account-order-card-row > span:last-child {
    color: #124265;
    font-weight: 800;
    text-align: left;
}

.account-cards-status {
    text-align: center;
    color: #5e7384;
    font-size: 12px;
    font-weight: 700;
    margin: 8px 0 4px;
}

.account-cards-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #eef6fb;
    color: #1d6fae;
    font-size: 13px;
    font-weight: 800;
}

.account-cards-loading[hidden] {
    display: none !important;
}

.account-cards-loading.is-visible {
    display: flex !important;
}

.account-cards-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #b7d3e8;
    border-top-color: #1d6fae;
    border-radius: 50%;
    animation: account-spin 0.7s linear infinite;
}

@keyframes account-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    .account-hero .account-table-wrap table,
    .account-hero table.dataTable,
    .account-hero .dataTables_paginate,
    .account-hero .dataTables_length,
    .account-hero .dataTables_info {
        display: none !important;
    }

    .account-hero .account-table-wrap {
        display: block !important;
        overflow: visible;
    }

    .account-order-cards {
        display: block;
    }

    .account-hero .dataTables_filter {
        float: none !important;
        text-align: right;
        width: 100%;
        margin-bottom: 12px;
    }

    .account-hero .dataTables_filter input {
        width: 100% !important;
        margin: 8px 0 0;
    }

    .account-order-card .account-view-btn {
        width: 100% !important;
        margin-top: 8px;
        height: 36px !important;
    }
}

.account-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#hero.account-hero table.dataTable {
    width: 100% !important;
    margin: 0;
    font-size: 13px;
}

#hero.account-hero table.dataTable thead th {
    white-space: nowrap;
    background: #f3f8fc;
    color: #124265;
    font-weight: 800;
    border-bottom: 1px solid #d5e4ef !important;
    vertical-align: middle;
}

#hero.account-hero table.dataTable tbody td {
    vertical-align: middle;
    color: #2d4a5c;
}

.account-status-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    max-width: 260px;
}

.account-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.5;
    border: 1px solid transparent;
}

.account-status i {
    font-size: 13px;
    line-height: 1;
}

.account-status.is-muted { background: #eceff1; color: #455a64 !important; border-color: #cfd8dc; }
.account-status.is-ok { background: #e7f7ec; color: #1b7a3c !important; border-color: #b7e0c4; }
.account-status.is-info { background: #e7f1fb; color: #1565c0 !important; border-color: #bbdefb; }
.account-status.is-warn { background: #fff4e5; color: #c05600 !important; border-color: #ffe0b2; }
.account-status.is-danger { background: #fdecea; color: #c62828 !important; border-color: #ffcdd2; }
.account-status.is-cancel { background: #f4f4f5; color: #616161 !important; border-color: #e0e0e0; }
.account-status.is-done { background: #e8f8ef; color: #157347 !important; border-color: #b7ebc9; }
.account-status.is-hold { background: #f3eef8; color: #6a1b9a !important; border-color: #e1bee7; }
.account-status.is-pay-final { background: #e8f1ff; color: #1d4ed8 !important; border-color: #bfdbfe; }
.account-status.is-pay-pre { background: #e8fbf7; color: #0f766e !important; border-color: #99f6e4; }
.account-status.is-proforma { background: #f3e8ff; color: #7e22ce !important; border-color: #e9d5ff; }
.account-status.is-pending { background: #fff7e8; color: #c2410c !important; border-color: #fed7aa; }
.account-status.is-work { background: #ecfdf3; color: #15803d !important; border-color: #bbf7d0; }
.account-status.is-empty { background: #f1f5f9; color: #64748b !important; border-color: #e2e8f0; }
.account-status.is-wait-pre { background: #fff1f2; color: #be123c !important; border-color: #fecdd3; }
.account-status.is-wait-final { background: #fff7ed; color: #9a3412 !important; border-color: #fdba74; }

a.account-view-btn,
.account-view-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 2px 8px !important;
    height: 28px !important;
    width: auto !important;
    min-width: 0 !important;
    border-radius: 8px;
    background: #e8f4fc !important;
    color: #1565a8 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

a.account-view-btn:hover,
.account-view-btn:hover {
    background: #1d6fae !important;
    color: #fff !important;
}

.account-hero .dataTables_wrapper .dataTables_filter input,
.account-hero .dataTables_wrapper .dataTables_length select {
    border: 1px solid #c9dbe8;
    border-radius: 8px;
    padding: 4px 8px;
    height: 34px;
}

.account-code-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #eef6fc;
    border: 1px solid #cfe0ee;
    color: #124265;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.account-code-chip i {
    color: #1d6fae;
    font-size: 12px;
}

.account-grid-text {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

@media (min-width: 992px) {
    #hero.account-hero .account-panel-body {
        padding: 14px 16px 16px;
    }

    #hero.account-hero .account-table-wrap {
        overflow: hidden;
        border: 1px solid #d5e4ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(18, 66, 101, 0.07);
    }

    #hero.account-hero .dataTables_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 12px;
        padding: 12px 12px 10px;
    }

    #hero.account-hero .dataTables_length,
    #hero.account-hero .dataTables_filter {
        float: none !important;
        margin: 0;
        color: #3d5a6e;
        font-size: 13px;
        font-weight: 700;
    }

    #hero.account-hero .dataTables_length {
        order: 1;
        flex: 0 0 auto;
        width: auto !important;
    }

    #hero.account-hero .dataTables_length label {
        display: inline-flex !important;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        float: none !important;
        width: auto !important;
        max-width: none !important;
        margin: 0;
        white-space: nowrap;
        line-height: 38px;
        text-align: right;
    }

    #hero.account-hero .dataTables_filter {
        order: 2;
        margin-right: auto;
        text-align: left;
    }

    #hero.account-hero .dataTables_filter label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        position: relative;
    }

    #hero.account-hero .dataTables_filter input {
        width: 260px !important;
        margin: 0 !important;
        height: 38px;
        padding: 6px 36px 6px 12px;
        border-radius: 10px;
        background: #f7fbfe;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    #hero.account-hero .account-grid-search {
        position: relative;
        display: inline-flex;
        align-items: center;
    }

    #hero.account-hero .account-grid-search i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #1d6fae;
        font-size: 15px;
        pointer-events: none;
    }

    #hero.account-hero .dataTables_length select {
        float: none !important;
        display: inline-block;
        width: auto !important;
        min-width: 72px;
        height: 38px;
        margin: 0 !important;
        padding: 0 8px;
        border-radius: 10px;
        background: #f7fbfe;
        font-weight: 800;
        color: #124265;
        vertical-align: middle;
    }

    #hero.account-hero table.dataTable,
    #hero.account-hero table.account-grid-table {
        order: 3;
        flex: 1 0 100%;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 0 !important;
        border-collapse: separate !important;
        border-spacing: 0;
        font-size: 13px;
        background: #fff;
    }

    #hero.account-hero table.dataTable.no-footer {
        border-bottom: 0 !important;
    }

    #hero.account-hero table.dataTable thead th {
        background: linear-gradient(180deg, #f6fbff 0%, #eef6fc 100%);
        color: #124265;
        font-weight: 800;
        font-size: 12.5px;
        border: 0 !important;
        border-bottom: 1px solid #d5e4ef !important;
        padding: 11px 12px !important;
        white-space: nowrap;
        text-align: right;
        position: sticky;
        top: 0;
        z-index: 2;
        background-image: none !important;
    }

    #hero.account-hero table.dataTable thead th i {
        color: #1d6fae;
        margin-left: 6px;
        font-size: 14px;
        vertical-align: -1px;
    }

    #hero.account-hero table.dataTable thead .sorting,
    #hero.account-hero table.dataTable thead .sorting_asc,
    #hero.account-hero table.dataTable thead .sorting_desc,
    #hero.account-hero table.dataTable thead .sorting_asc_disabled,
    #hero.account-hero table.dataTable thead .sorting_desc_disabled {
        padding-left: 22px !important;
        cursor: pointer;
        background-image: none !important;
    }

    #hero.account-hero table.dataTable thead .sorting:after,
    #hero.account-hero table.dataTable thead .sorting_asc:after,
    #hero.account-hero table.dataTable thead .sorting_desc:after {
        content: "\F235";
        font-family: "bootstrap-icons";
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        color: #8aa7bb;
        font-size: 11px;
        font-weight: 400;
        opacity: 0.7;
    }

    #hero.account-hero table.dataTable thead .sorting_asc:after {
        content: "\F235";
        color: #1d6fae;
        opacity: 1;
    }

    #hero.account-hero table.dataTable thead .sorting_desc:after {
        content: "\F229";
        color: #1d6fae;
        opacity: 1;
    }

    #hero.account-hero table.dataTable tbody td {
        border: 0 !important;
        border-bottom: 1px solid #edf3f8 !important;
        padding: 12px !important;
        background: #fff;
        color: #2d4a5c;
        vertical-align: middle;
    }

    #hero.account-hero table.dataTable tbody tr:nth-child(even) td {
        background: #f8fbfe;
    }

    #hero.account-hero table.dataTable tbody tr:hover td {
        background: #eef7fd !important;
    }

    #hero.account-hero table.dataTable tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    #hero.account-hero td.account-grid-actions {
        width: 1%;
        white-space: nowrap;
    }

    #hero.account-hero .account-view-btn {
        height: 32px !important;
        padding: 4px 12px !important;
        border-radius: 10px;
        box-shadow: 0 1px 0 rgba(18, 66, 101, 0.06);
    }

    #hero.account-hero .dataTables_info {
        float: none !important;
        order: 4;
        padding: 6px 4px 2px;
        color: #5a7384;
        font-size: 12.5px;
        font-weight: 700;
    }

    #hero.account-hero .dataTables_paginate {
        float: none !important;
        order: 5;
        margin-right: auto;
        padding: 4px 0 2px;
    }

    #hero.account-hero .dataTables_paginate .paginate_button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 34px;
        margin: 0 3px !important;
        padding: 0 10px !important;
        border-radius: 10px !important;
        border: 1px solid #d5e4ef !important;
        background: #fff !important;
        color: #124265 !important;
        font-weight: 800 !important;
        box-shadow: none !important;
    }

    #hero.account-hero .dataTables_paginate .paginate_button:hover {
        background: #e8f4fc !important;
        color: #1565a8 !important;
        border-color: #b9d4e8 !important;
    }

    #hero.account-hero .dataTables_paginate .paginate_button.current,
    #hero.account-hero .dataTables_paginate .paginate_button.current:hover {
        background: #1d6fae !important;
        border-color: #1d6fae !important;
        color: #fff !important;
    }

    #hero.account-hero .dataTables_paginate .paginate_button.disabled,
    #hero.account-hero .dataTables_paginate .paginate_button.disabled:hover {
        opacity: 0.45;
        background: #f7fbfe !important;
        color: #8aa7bb !important;
        cursor: default;
    }

    #hero.account-hero .dataTables_empty {
        padding: 28px 12px !important;
        text-align: center;
        color: #6b8494;
        font-weight: 700;
        background: #fbfdff !important;
    }
}

@media (max-width: 991px) {
    #hero.account-hero {
        padding: 96px 0 88px;
    }

    #hero.account-hero .account-intro h1 {
        font-size: 20px !important;
    }

    .account-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        padding: 8px;
    }

    .account-nav .list-group-item {
        margin: 0;
    }

    .account-nav a {
        min-height: 44px;
        font-size: 12.5px;
    }

    .account-tabs > li {
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .account-nav,
    .account-actions {
        grid-template-columns: 1fr;
    }

    .account-tabs > li {
        flex: 1 1 100%;
    }

    .account-hero .dataTables_wrapper .dataTables_filter,
    .account-hero .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: right;
        width: 100%;
        margin-bottom: 8px;
    }

    .account-hero .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        margin-right: 0;
    }
}

.account-form-wrap {
    min-width: 0;
    border: 0 !important;
}

.account-form-card,
.account-tips {
    background: #fff;
    border: 1px solid #d9e7f1;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(18, 66, 101, 0.08);
}

.account-tips {
    padding: 14px 16px;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #eef6fb 0%, #fff 70%);
    color: #1f3f56;
}

.account-tips li {
    margin-bottom: 6px;
    line-height: 1.8;
    font-size: 13.5px;
    font-weight: 600;
}

.account-help {
    display: block;
    margin: 6px 0 10px;
    color: #5e7384;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 600;
}

.account-help.is-warn {
    color: #c05600;
}

.account-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #d9e7f1;
    border-radius: 12px;
    background: #f7fbfe;
    font-weight: 800;
    color: #124265;
}

.account-check input {
    margin-top: 4px;
}

#hero.account-hero .account-form-card .account-field {
    margin-bottom: 14px;
}

.account-form-card {
    padding: 16px 16px 8px;
}

#hero.account-hero .account-form-card label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    float: none;
    text-align: right;
    color: #124265;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px;
}

#hero.account-hero .account-form-card .form-control,
#hero.account-hero .account-form-card select,
#hero.account-hero .account-form-card input[type="text"],
#hero.account-hero .account-form-card textarea {
    border: 1px solid #c9dbe8;
    border-radius: 10px;
    min-height: 40px;
    box-shadow: none;
}

.account-embed {
    padding: 8px 4px 24px;
}

.account-embed .account-panel {
    margin-bottom: 16px;
}

.account-embed .account-intro h1 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.5;
    color: #124265;
    font-weight: 800;
}

.account-status-card {
    max-width: 560px;
    margin: 40px auto 0;
    text-align: center;
    padding: 36px 28px 28px;
}

.account-status-card .account-intro-icon {
    margin: 0 auto 16px;
    width: 72px;
    height: 72px;
    flex: none;
    font-size: 34px;
}

.account-status-card.is-error .account-intro-icon {
    background: linear-gradient(165deg, #ef5350 0%, #c62828 100%);
    box-shadow: 0 10px 24px rgba(198, 40, 40, 0.28);
}

.account-status-card.is-cancel .account-intro-icon {
    background: linear-gradient(165deg, #ffa726 0%, #ef6c00 100%);
    box-shadow: 0 10px 24px rgba(239, 108, 0, 0.28);
}

.account-status-card h2 {
    margin: 0 0 10px;
    color: #124265 !important;
    font-size: 26px !important;
    font-weight: 800;
    font-family: inherit !important;
    line-height: 1.5 !important;
}

.account-status-card p {
    color: #5e7384;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 22px;
}

.account-status-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.account-pass-wrap {
    position: relative;
}

.account-pass-wrap .form-control {
    padding-left: 42px;
}

.account-pass-toggle {
    position: absolute;
    left: 10px;
    top: 38px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #1d6fae;
    cursor: pointer;
}

.account-avatar-preview img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #d9e7f1;
}

.account-file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-kv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 8px;
}

.account-kv > label:first-child {
    min-width: 110px;
    color: #5e7384;
    font-weight: 700;
    font-size: 13px;
}

.account-modal .modal-content {
    border-radius: 16px;
    border: 1px solid #d9e7f1;
    overflow: hidden;
}

.account-modal .modal-header {
    background: linear-gradient(180deg, #f4f9fc 0%, #eef5fa 100%);
    border-bottom: 1px solid #d9e7f1;
}

.account-modal .modal-title {
    color: #124265;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.account-modal .modal-footer {
    text-align: right;
    background: #fafcfe;
    border-top: 1px solid #d9e7f1;
}

#PaymentModal,
#FinalPaymentModal,
.modal.account-modal {
    z-index: 10050;
}

.modal-backdrop {
    z-index: 10040;
}

body.modal-open #header,
body.modal-open #header.fixed-top {
    z-index: 1040;
}

#PaymentModal .modal-dialog,
#FinalPaymentModal .modal-dialog {
    margin-top: 96px;
}

@media (max-width: 767px) {
    #PaymentModal .modal-dialog,
    #FinalPaymentModal .modal-dialog {
        margin-top: 80px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.account-modal label {
    float: none !important;
    position: static !important;
}

.account-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.account-pay-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    background: #f7fbfe;
    border: 1px solid #d9e7f1;
    border-radius: 12px;
}

.account-pay-row.is-wide,
.account-pay-row.is-sum {
    grid-column: 1 / -1;
}

.account-pay-row.is-sum {
    background: #ecfdf5;
    border-color: #99f6e4;
}

.account-pay-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5e7384;
    font-weight: 700;
    font-size: 13px;
}

.account-pay-value {
    color: #124265;
    font-weight: 800;
    text-align: left;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
}

.account-pay-value.is-total {
    color: #c02942;
}

.account-pay-value.is-final {
    color: #0f766e;
    font-size: 16px;
}

.account-pay-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.account-pay-choose {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: #124265;
    font-weight: 800;
}

@media (max-width: 767px) {
    .account-pay-grid {
        grid-template-columns: 1fr;
    }

    .account-pay-row {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .account-pay-value {
        white-space: normal;
        font-size: 15px;
    }

    .account-pay-actions {
        flex-direction: column-reverse;
    }

    .account-pay-actions .btn {
        width: 100%;
        min-height: 46px;
    }
}

.account-detail-box {
    margin-top: 4px;
}

.account-detail-box #boxDetail {
    margin-bottom: 16px;
}

.account-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.account-detail-grid > .account-kv {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin: 0;
    padding: 10px 12px;
    background: #f7fbfe;
    border: 1px solid #d9e7f1;
    border-radius: 12px;
}

.account-detail-grid > .account-kv > label:first-child {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.account-detail-grid > .account-kv > label:last-child,
.account-detail-grid > .account-kv > label:last-child .account-status {
    font-weight: 800;
    color: #124265;
    font-size: 14px;
    line-height: 1.7;
}

.account-detail-grid > .is-wide {
    grid-column: 1 / -1;
}

.account-ltr {
    direction: ltr;
    text-align: right;
}

.account-receipt {
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #d9e7f1;
    background: #fff;
}

.account-receipt-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #124265;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 4px;
}

.account-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #d9e7f1;
    background: #f7fbfe;
}

.account-banner-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #e8f4fc;
    color: #1d6fae;
}

.account-banner-body {
    flex: 1;
    min-width: 0;
}

.account-banner-body p {
    margin: 0 0 8px;
    line-height: 1.9;
    color: #124265;
    font-size: 14px;
}

.account-banner.is-done { background: #eefaf3; border-color: #b7ebc9; }
.account-banner.is-done .account-banner-icon { background: #d8f3e3; color: #157347; }
.account-banner.is-pending { background: #fff7e8; border-color: #fed7aa; }
.account-banner.is-pending .account-banner-icon { background: #ffedd5; color: #c2410c; }
.account-banner.is-work { background: #eef6fb; border-color: #bfdbfe; }
.account-banner.is-work .account-banner-icon { background: #dbeafe; color: #1d4ed8; }
.account-banner.is-cancel { background: #f4f4f5; border-color: #e0e0e0; }
.account-banner.is-cancel .account-banner-icon { background: #eceff1; color: #616161; }
.account-banner.is-wait { background: #fff7ed; border-color: #fdba74; }
.account-banner.is-wait .account-banner-icon { background: #ffedd5; color: #9a3412; }
.account-banner.is-pay { background: #fff1f2; border-color: #fecdd3; }
.account-banner.is-pay .account-banner-icon { background: #ffe4e6; color: #be123c; }
.account-banner.is-proforma {
    flex-direction: column;
}

.account-proforma-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 4px 0 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ead9ff;
    color: #4a2c73;
    font-weight: 700;
    font-size: 13px;
}

.account-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 8px 0 12px;
}

.account-price-card {
    background: #fff;
    border: 1px solid #d9e7f1;
    border-radius: 16px;
    padding: 16px 14px 14px;
    text-align: center;
}

.account-price-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 800;
    color: #124265;
}

.account-price-amount {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #0d4d7a;
}

.account-price-amount em {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: #5e7384;
}

.account-price-eta {
    margin: 0 0 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #1d6fae;
    color: #fff !important;
    font-weight: 800;
    font-size: 13px;
}

.account-price-card.is-normal {
    border: 2px solid #40c0cb;
    background: linear-gradient(180deg, #f4fcfd 0%, #fff 40%);
}

.account-price-card.is-normal h3 {
    color: #0e7490;
}

.account-price-card.is-normal .account-price-amount {
    color: #155e75;
}

.account-price-card.is-normal .account-price-eta {
    background: #40c0cb;
}

.account-price-card.is-urgent {
    border: 2px solid #c02942;
    background: linear-gradient(180deg, #fff5f5 0%, #fff 40%);
}

.account-price-card.is-urgent h3 {
    color: #9b1c1c;
}

.account-price-card.is-urgent .account-price-amount {
    color: #b91c1c;
}

.account-price-card.is-urgent .account-price-eta {
    background: #c02942;
}

.account-price-note {
    color: #5e7384 !important;
    font-size: 13px !important;
}

.account-price-card .account-download-btn {
    margin: 8px 0 0;
}

@media (max-width: 767px) {
    .account-price-grid {
        grid-template-columns: 1fr;
    }
}

.account-banner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 4px 0 12px;
    color: #35586e;
    font-weight: 700;
    font-size: 13px;
}

.account-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    background: #1d6fae;
    color: #fff !important;
    font-weight: 800;
    margin-bottom: 12px;
}

.account-download-btn.is-pay {
    background: #c62828;
}

.account-vote {
    margin-top: 8px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px dashed #d9e7f1;
}

.account-vote-note {
    color: #9a3412 !important;
    font-size: 13px !important;
}

.account-vote-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    color: #124265;
    margin-bottom: 8px;
}

.account-vote-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.account-vote-options label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7fbfe;
    border: 1px solid #d9e7f1;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .account-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .account-detail-grid {
        grid-template-columns: 1fr;
    }

    .account-banner {
        flex-direction: column;
    }
}
