/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mbs85e6cv8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mbs85e6cv8] {
    flex: 1;
}

.sidebar[b-mbs85e6cv8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mbs85e6cv8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mbs85e6cv8]  a, .top-row[b-mbs85e6cv8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mbs85e6cv8]  a:hover, .top-row[b-mbs85e6cv8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mbs85e6cv8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mbs85e6cv8] {
        justify-content: space-between;
    }

    .top-row[b-mbs85e6cv8]  a, .top-row[b-mbs85e6cv8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mbs85e6cv8] {
        flex-direction: row;
    }

    .sidebar[b-mbs85e6cv8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mbs85e6cv8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mbs85e6cv8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mbs85e6cv8], article[b-mbs85e6cv8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5o3lk17dew] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5o3lk17dew] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5o3lk17dew] {
    font-size: 1.1rem;
}

.bi[b-5o3lk17dew] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5o3lk17dew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5o3lk17dew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5o3lk17dew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5o3lk17dew] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5o3lk17dew] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5o3lk17dew] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5o3lk17dew]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5o3lk17dew]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5o3lk17dew]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5o3lk17dew] {
        display: none;
    }

    .collapse[b-5o3lk17dew] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5o3lk17dew] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.login-wrapper[b-ffa55aoe3d] {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 16px;
}

.title-row[b-ffa55aoe3d] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

    .title-row span[b-ffa55aoe3d] {
        direction: rtl;
    }

.icon[b-ffa55aoe3d] {
    width: 32px;
    height: 32px;
}



.login-card[b-ffa55aoe3d] {
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    color: #1b1b1b;
    text-align: right;
}

    .login-card h3[b-ffa55aoe3d] {
        text-align: center;
        margin-bottom: 3rem;
        color: #1b1b1b;
        font-size: 18px;
        font-weight: 520;
    }

    .login-card input[b-ffa55aoe3d] {
        width: 100%;
        padding: 12px;
        margin-bottom: 44px;
        margin-top: 12px;
        border-radius: 6px;
        border: none;
        border: 2px solid #0066ff;
        outline: none;
        font-size: 16px;
    }

    .login-card button[b-ffa55aoe3d] {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        border: none;
        background: #106aff;
        color: white;
        font-size: 15px;
        cursor: pointer;
    }

        .login-card button:hover[b-ffa55aoe3d] {
            opacity: .9;
        }

.otp-container[b-ffa55aoe3d] {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.otp-input[b-ffa55aoe3d] {
    width: 52px;
    height: 54px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border: none;
    outline: none;
}

.otp-text[b-ffa55aoe3d] {
    font-size: 15px;
    opacity: .8;
    text-align: center;
}

.spinner[b-ffa55aoe3d] {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-ffa55aoe3d 0.8s linear infinite;
    margin-left: 8px;
}

@keyframes spin-b-ffa55aoe3d {
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 480px) {
    .otp-input[b-ffa55aoe3d] {
        width: 46px;
        height: 50px;
    }
}
/* /Pages/Bank/CardNumbersList.razor.rz.scp.css */
.ticket-header[b-h8uiarzb77] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title[b-h8uiarzb77] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.filters[b-h8uiarzb77] {
    display: flex;
    gap: 12px;
}

.search-input[b-h8uiarzb77] {
    width: 440px;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #e2e8f0;
}

    .search-input:focus[b-h8uiarzb77] {
        border-color: rgb(16 105 255)
    }

.status-dropdown[b-h8uiarzb77] {
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    cursor: pointer;
}


.ticket-history[b-h8uiarzb77] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-h8uiarzb77] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.table-wrapper[b-h8uiarzb77] {
    overflow-x: auto;
}

.ticket-table[b-h8uiarzb77] {
    width: 100%;
    border-collapse: collapse;
}

    .ticket-table th[b-h8uiarzb77],
    .ticket-table td[b-h8uiarzb77] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-h8uiarzb77] {
    display: flex;
    align-items: center;
}

.currency-info[b-h8uiarzb77] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-h8uiarzb77] {
    font-weight: 580;
}

.currency-symbol[b-h8uiarzb77] {
    font-size: 12px;
    color: #333;
}


.currency img[b-h8uiarzb77] {
    width: 22px;
    height: 22px;
}

.address[b-h8uiarzb77] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-h8uiarzb77] {
    font-weight: 540;
}

.status[b-h8uiarzb77] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-h8uiarzb77] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-h8uiarzb77] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-h8uiarzb77] {
        background: #ef4444;
        color: #fff;
    }

.ticket-cards[b-h8uiarzb77] {
    display: none;
}

.ticket-card[b-h8uiarzb77] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .ticket-card .row[b-h8uiarzb77] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .ticket-card span[b-h8uiarzb77] {
        font-size: 12px;
        color: #333;
    }

    .ticket-card strong[b-h8uiarzb77] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-h8uiarzb77],
.empty[b-h8uiarzb77] {
    margin-top: 6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-h8uiarzb77] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-h8uiarzb77] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-h8uiarzb77] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-h8uiarzb77] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-h8uiarzb77] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-h8uiarzb77] {
            background: #dc2626;
        }

    .btn-table:disabled[b-h8uiarzb77] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.full-width[b-h8uiarzb77] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.card-actions[b-h8uiarzb77] {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .ticket-table[b-h8uiarzb77] {
        display: none;
    }

    .ticket-cards[b-h8uiarzb77] {
        display: block;
    }

    .user-link[b-h8uiarzb77] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Bank/IbanNumbersList.razor.rz.scp.css */
.ticket-header[b-irhc5n5avv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title[b-irhc5n5avv] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.filters[b-irhc5n5avv] {
    display: flex;
    gap: 12px;
}

.search-input[b-irhc5n5avv] {
    width: 440px;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #e2e8f0;
}

    .search-input:focus[b-irhc5n5avv] {
        border-color: rgb(16 105 255)
    }

.status-dropdown[b-irhc5n5avv] {
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    cursor: pointer;
}


.ticket-history[b-irhc5n5avv] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-irhc5n5avv] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.table-wrapper[b-irhc5n5avv] {
    overflow-x: auto;
}

.ticket-table[b-irhc5n5avv] {
    width: 100%;
    border-collapse: collapse;
}

    .ticket-table th[b-irhc5n5avv],
    .ticket-table td[b-irhc5n5avv] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-irhc5n5avv] {
    display: flex;
    align-items: center;
}

.currency-info[b-irhc5n5avv] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-irhc5n5avv] {
    font-weight: 580;
}

.currency-symbol[b-irhc5n5avv] {
    font-size: 12px;
    color: #333;
}


.currency img[b-irhc5n5avv] {
    width: 22px;
    height: 22px;
}

.address[b-irhc5n5avv] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-irhc5n5avv] {
    font-weight: 540;
}

.status[b-irhc5n5avv] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-irhc5n5avv] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-irhc5n5avv] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-irhc5n5avv] {
        background: #ef4444;
        color: #fff;
    }

.ticket-cards[b-irhc5n5avv] {
    display: none;
}

.ticket-card[b-irhc5n5avv] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .ticket-card .row[b-irhc5n5avv] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .ticket-card span[b-irhc5n5avv] {
        font-size: 12px;
        color: #333;
    }

    .ticket-card strong[b-irhc5n5avv] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-irhc5n5avv],
.empty[b-irhc5n5avv] {
    margin-top: 6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-irhc5n5avv] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-irhc5n5avv] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-irhc5n5avv] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-irhc5n5avv] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-irhc5n5avv] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-irhc5n5avv] {
            background: #dc2626;
        }

    .btn-table:disabled[b-irhc5n5avv] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.full-width[b-irhc5n5avv] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.card-actions[b-irhc5n5avv] {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .ticket-table[b-irhc5n5avv] {
        display: none;
    }

    .ticket-cards[b-irhc5n5avv] {
        display: block;
    }

    .user-link[b-irhc5n5avv] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Common/PersianDatePicker.razor.rz.scp.css */
.pdp-wrapper[b-i5uumuo33v] {
    position: relative;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    width: 100%;
}

.pdp-input-box[b-i5uumuo33v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 14px;
    border: 2.2px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .pdp-input-box:hover[b-i5uumuo33v] {
        border-color: #2f7cf6;
    }

.pdp-input[b-i5uumuo33v] {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 14px;
    color: #222;
    width: 100%;
    cursor: pointer;
}

.pdp-icon[b-i5uumuo33v] {
    width: 18px;
    height: 18px;
    color: #2f7cf6;
    flex-shrink: 0;
}

.pdp-overlay[b-i5uumuo33v] {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: transparent;
}

.pdp-popup[b-i5uumuo33v] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    width: 280px;
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(20, 25, 40, 0.12);
    padding: 14px;
    animation: pdp-fade 0.15s ease;
}

@@keyframes pdp-fade {
    from[b-i5uumuo33v] {
        opacity: 0;
        transform: translateY(-4px);
    }

    to[b-i5uumuo33v] {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdp-header[b-i5uumuo33v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pdp-month-year[b-i5uumuo33v] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.pdp-nav[b-i5uumuo33v] {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 10px;
    background: #f4f6fa;
    color: #2f7cf6;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease;
    direction: ltr;
}

    .pdp-nav:hover[b-i5uumuo33v] {
        background: #e5edfd;
    }

.pdp-weekdays[b-i5uumuo33v] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 12px;
    color: #8a90a0;
    margin-bottom: 6px;
}

.pdp-days[b-i5uumuo33v] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.pdp-day[b-i5uumuo33v] {
    border: none;
    background: transparent;
    border-radius: 10px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 13px;
    color: #333;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

    .pdp-day:hover[b-i5uumuo33v] {
        background: #f4f6fa;
    }

.pdp-day-empty[b-i5uumuo33v] {
    cursor: default;
    pointer-events: none;
}

.pdp-day-today[b-i5uumuo33v] {
    border: 1px solid #2f7cf6;
    color: #2f7cf6;
    font-weight: 600;
}

.pdp-day-selected[b-i5uumuo33v] {
    background: #2f7cf6;
    color: #fff;
    font-weight: 600;
}

    .pdp-day-selected:hover[b-i5uumuo33v] {
        background: #2569db;
    }

.pdp-footer[b-i5uumuo33v] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e9ee;
}

.pdp-today-btn[b-i5uumuo33v] {
    border: none;
    background: none;
    color: #2f7cf6;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.pdp-header-labels[b-i5uumuo33v] {
    display: flex;
    gap: 6px;
}

.pdp-label-btn[b-i5uumuo33v] {
    border: none;
    background: #f4f6fa;
    color: #222;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

    .pdp-label-btn:hover[b-i5uumuo33v] {
        background: #e5edfd;
        color: #2f7cf6;
    }

.pdp-header-title[b-i5uumuo33v] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.pdp-nav-close[b-i5uumuo33v] {
    background: #f4f6fa;
    color: #666;
}

.pdp-grid-select[b-i5uumuo33v] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 4px 0 2px;
}

.pdp-cell[b-i5uumuo33v] {
    border: none;
    background: transparent;
    border-radius: 12px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 12px 6px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

    .pdp-cell:hover[b-i5uumuo33v] {
        background: #f4f6fa;
    }

.pdp-cell-selected[b-i5uumuo33v] {
    background: #2f7cf6;
    color: #fff;
    font-weight: 600;
}

    .pdp-cell-selected:hover[b-i5uumuo33v] {
        background: #2569db;
    }
/* /Pages/Currency/BalanceProvider.razor.rz.scp.css */
.loading[b-pkh9cxs3zc] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.wallet-container[b-pkh9cxs3zc] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 18px;
}

.wallet-header[b-pkh9cxs3zc] {
    padding: 16px;
    border-bottom: 1px solid #eee;
    text-align: right;
}

.wallet-title[b-pkh9cxs3zc] {
    font-size: 20px;
    font-weight: 540;
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
}

.wallet-row[b-pkh9cxs3zc] {
    display: grid;
    grid-template-columns: 50px 1fr 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f1f1;
}

    .wallet-row:last-child[b-pkh9cxs3zc] {
        border-bottom: none;
    }

    .wallet-row img[b-pkh9cxs3zc] {
        width: 32px;
        height: 32px;
    }

.col[b-pkh9cxs3zc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.symbol[b-pkh9cxs3zc] {
    font-size: 15px;
}

.balance[b-pkh9cxs3zc],
.locked[b-pkh9cxs3zc] {
    text-align: right;
}

.label[b-pkh9cxs3zc] {
    font-size: 11px;
    color: #888;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .wallet-row[b-pkh9cxs3zc] {
        grid-template-columns: 40px 1fr;
        grid-template-areas:
            "icon symbol"
            "icon balance"
            "icon locked";
    }

    .icon[b-pkh9cxs3zc] {
        grid-area: icon;
    }

    .symbol[b-pkh9cxs3zc] {
        grid-area: symbol;
    }

    .balance[b-pkh9cxs3zc] {
        grid-area: balance;
    }

    .locked[b-pkh9cxs3zc] {
        grid-area: locked;
    }

    .balance[b-pkh9cxs3zc],
    .locked[b-pkh9cxs3zc] {
        text-align: right;
    }
}
/* /Pages/Currency/PriceHistoryManagment.razor.rz.scp.css */
.page-center[b-1pofjqbajz] {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paper[b-1pofjqbajz] {
    width: 100%;
    max-width: 600px;
    height: 48vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.title[b-1pofjqbajz] {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

.form-content[b-1pofjqbajz] {
    flex: 1;
}

.form-group[b-1pofjqbajz] {
    margin-bottom: 40px;
}

    .form-group label[b-1pofjqbajz] {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        color: #555;
    }

.input[b-1pofjqbajz] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    border: 2px solid #aeaeae;
    font-size: 14px;
}

    .input:focus[b-1pofjqbajz] {
        outline: none;
        border: 2px solid rgb(16, 106, 255);
        border-color: rgb(16, 106, 255);
    }

.actions[b-1pofjqbajz] {
    margin-top: auto;
}

.btn[b-1pofjqbajz] {
    width: 100%;
    padding: 14px;
    background-color: rgb(16, 106, 255);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
/* /Pages/Employee/AddNewEmployee.razor.rz.scp.css */
.user-form-card[b-aquyo1481b] {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    max-width: 780px;
    margin: 6.2rem auto auto auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-title[b-aquyo1481b] {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 520;
    color: #1f2937;
}

.form-grid[b-aquyo1481b] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-group[b-aquyo1481b] {
    display: flex;
    flex-direction: column;
}

    .form-group.full[b-aquyo1481b] {
        grid-column: span 2;
    }

    .form-group label[b-aquyo1481b] {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .form-group input[b-aquyo1481b] {
        padding: 12px;
        border-radius: 6px;
        border: 2px solid #e5e7eb;
        font-size: 14px;
    }

        .form-group input:focus[b-aquyo1481b] {
            outline: none;
            border-color: #106aff;
        }

    .form-group.checkbox[b-aquyo1481b] {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

.form-actions[b-aquyo1481b] {
    /*display: flex;
    justify-content: flex-end;*/
}

    .form-actions button[b-aquyo1481b] {
        background: #106aff;
        width: 240px;
        color: #fff;
        border: none;
        padding: 14px 38px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
    }

        .form-actions button:hover[b-aquyo1481b] {
            background: #0d5fe0;
        }

.status-label[b-aquyo1481b] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.status-toggle[b-aquyo1481b] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .status-toggle label[b-aquyo1481b] {
        font-size: 14px;
        color: #1f2937;
    }

.spinner[b-aquyo1481b] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-aquyo1481b 0.7s linear infinite;
}

    .form-actions button:disabled[b-aquyo1481b] {
        background: #93c5fd;
        cursor: not-allowed;
    }

@keyframes spin-b-aquyo1481b {
    to {
        transform: rotate(360deg);
    }
}


/* Responsive */
@media (max-width: 640px) {
    .form-grid[b-aquyo1481b] {
        grid-template-columns: 1fr;
    }

    .form-group.full[b-aquyo1481b] {
        grid-column: span 1;
    }

    .form-actions[b-aquyo1481b] {
        justify-content: center;
    }
}
/* /Pages/Employee/EmployeeList.razor.rz.scp.css */
.ticket-header[b-zzfio28zv9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title[b-zzfio28zv9] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.filters[b-zzfio28zv9] {
    display: flex;
    gap: 12px;
}

.search-input[b-zzfio28zv9] {
    width: 440px;
    padding: 12px 12px;
    border-radius: 6px;
    border: 2px solid #e2e8f0;
}

    .search-input:focus[b-zzfio28zv9] {
        border-color: rgb(16 106 255)
    }

    .status-dropdown[b-zzfio28zv9] {
        padding: 12px 12px;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
        background-color: #fff;
        cursor: pointer;
    }


.ticket-history[b-zzfio28zv9] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-zzfio28zv9] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-zzfio28zv9],
.date-input[b-zzfio28zv9] {
    padding: 10px 12px;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .search-input:focus[b-zzfio28zv9] {
        border-color: rgb(16 106 255);
        border: 2px solid rgb(16, 106, 255);
        outline: none;
    }

    .table-wrapper[b-zzfio28zv9] {
        overflow-x: auto;
    }

.ticket-table[b-zzfio28zv9] {
    width: 100%;
    border-collapse: collapse;
}

    .ticket-table th[b-zzfio28zv9],
    .ticket-table td[b-zzfio28zv9] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-zzfio28zv9] {
    display: flex;
    align-items: center;
}

.currency-info[b-zzfio28zv9] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-zzfio28zv9] {
    font-weight: 580;
}

.currency-symbol[b-zzfio28zv9] {
    font-size: 12px;
    color: #333;
}


.currency img[b-zzfio28zv9] {
    width: 22px;
    height: 22px;
}

.address[b-zzfio28zv9] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-zzfio28zv9] {
    font-weight: 540;
}

.status[b-zzfio28zv9] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-zzfio28zv9] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-zzfio28zv9] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-zzfio28zv9] {
        background: #ef4444;
        color: #fff;
    }

.ticket-cards[b-zzfio28zv9] {
    display: none;
}

.ticket-card[b-zzfio28zv9] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .ticket-card .row[b-zzfio28zv9] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .ticket-card span[b-zzfio28zv9] {
        font-size: 12px;
        color: #333;
    }

    .ticket-card strong[b-zzfio28zv9] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-zzfio28zv9],
.empty[b-zzfio28zv9] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-zzfio28zv9] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-zzfio28zv9] {
    padding: 12px 36px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-zzfio28zv9] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-zzfio28zv9] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-zzfio28zv9] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-zzfio28zv9] {
            background: #dc2626;
        }

    .btn-table:disabled[b-zzfio28zv9] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.full-width[b-zzfio28zv9] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.table-actions[b-zzfio28zv9] {
    display: flex;
    gap: 8px;
}

.card-actions[b-zzfio28zv9] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.full-width[b-zzfio28zv9] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.btn-table.edit[b-zzfio28zv9] {
    background-color: #f1f3f5;
    color: #333;
}

    .btn-table.edit:hover[b-zzfio28zv9] {
        background-color: #e9ecef;
    }


@media (max-width: 768px) {
    .ticket-table[b-zzfio28zv9] {
        display: none;
    }

    .ticket-cards[b-zzfio28zv9] {
        display: block;
    }

    .user-link[b-zzfio28zv9] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Home/Dashboard.razor.rz.scp.css */
.loading[b-oo835nzhja] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.dashboard[b-oo835nzhja] {
    padding: 20px;
}

.dashboard-title[b-oo835nzhja] {
    text-align: right;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 580;
}

.dashboard-grid[b-oo835nzhja] {
    display: grid;
    margin-top: 2.6rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.dashboard-card[b-oo835nzhja] {
    background: #fff;
    border-radius: 10px;
    padding: 46px 60px;
    display: flex;
    align-items: center;
    gap: 26px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .dashboard-card .icon[b-oo835nzhja] {
        font-size: 30px;
        color: #fff;
    }

    .dashboard-card .info[b-oo835nzhja] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }


    .dashboard-card .info h4[b-oo835nzhja] {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
    }

        .dashboard-card .info strong[b-oo835nzhja] {
            font-size: 24px;
            font-weight: 380;
            margin-top: 6px;
        }


.users[b-oo835nzhja] {
    background-color : #2a2a2a;
    color : #ffffff;
}

.verified[b-oo835nzhja] {
    background-color: #306aff;
    color: #ffffff;
}

.crypto-deposit[b-oo835nzhja] {
    background-color: #41a060;
    color: #ffffff;
}

.crypto-withdraw[b-oo835nzhja] {
    background-color: #e93939;
    color: #ffffff;
}

.toman-deposit[b-oo835nzhja] {
    background-color: #9c27b0;
    color: #ffffff;
}

.toman-withdraw[b-oo835nzhja] {
    background-color: #197470;
    color: #ffffff;
}

.orders[b-oo835nzhja] {
    background-color: #ff9200;
    color: #ffffff;
}

.tickets[b-oo835nzhja] {
    background-color: #50008a;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-oo835nzhja] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .dashboard-grid[b-oo835nzhja] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .dashboard-grid[b-oo835nzhja] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Home/MonitorServices.razor.rz.scp.css */
.health-card[b-t1q0wmlz67] {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 12px 20px;
}

.health-header[b-t1q0wmlz67] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
}

    .health-header h4[b-t1q0wmlz67] {
        margin: 0;
        font-size: 18px;
        font-weight: 540;
        margin-top: 1.2rem;
        margin-bottom: 0.4rem;
    }

.health-table-wrapper[b-t1q0wmlz67] {
    overflow-x: auto;
}

.health-table[b-t1q0wmlz67] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

    .health-table thead[b-t1q0wmlz67] {
        background: #f8f9fb;
    }

    .health-table th[b-t1q0wmlz67] {
        text-align: right;
        padding: 14px;
        font-size: 16px;
        color: #666;
        font-weight: 520;
    }

    .health-table td[b-t1q0wmlz67] {
        padding: 14px;
        font-size: 14px;
        border-top: 1px solid #f1f1f1;
        vertical-align: middle;
    }

    .health-table tbody tr:hover[b-t1q0wmlz67] {
        background: #fafafa;
    }

.service-name[b-t1q0wmlz67] {
    font-weight: 500;
}

.description[b-t1q0wmlz67] {
    color: #666;
    font-size: 13px;
}

.status-badge[b-t1q0wmlz67] {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
}

    .status-badge.healthy[b-t1q0wmlz67] {
        background: #e6f7f1;
        color: #0f5132;
    }

    .status-badge.unhealthy[b-t1q0wmlz67] {
        background: #fdecea;
        color: #842029;
    }

    .status-badge.degraded[b-t1q0wmlz67] {
        background: #fff3cd;
        color: #664d03;
    }

.loading[b-t1q0wmlz67] {
    margin-top: 6.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

@media (max-width: 768px) {
    .health-table[b-t1q0wmlz67] {
        min-width: unset;
    }

        .health-table thead[b-t1q0wmlz67] {
            display: none;
        }

        .health-table tbody tr[b-t1q0wmlz67] {
            display: block;
            border-bottom: 1px solid #eee;
            padding: 12px;
        }

        .health-table td[b-t1q0wmlz67] {
            display: flex;
            justify-content: space-between;
            padding: 6px 0;
            border: none;
        }

            .health-table td[b-t1q0wmlz67]::before {
                content: attr(data-label);
                font-size: 12px;
                color: #999;
            }
}
/* /Pages/Order/AppUserOrder.razor.rz.scp.css */
.order-history[b-y21p8orsfz] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-y21p8orsfz] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-y21p8orsfz],
.date-input[b-y21p8orsfz] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-y21p8orsfz] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-y21p8orsfz] {
        border-color: rgb(16 105 255)
    }

    .table-wrapper[b-y21p8orsfz] {
        overflow-x: auto;
    }

.order-table[b-y21p8orsfz] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-y21p8orsfz] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

    .order-table td[b-y21p8orsfz] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-y21p8orsfz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.currency-info[b-y21p8orsfz] {
    display: flex;
    flex-direction: column;
    line-height: 1.68;
}

.symbol[b-y21p8orsfz] {
    font-weight: 520;
}

.name[b-y21p8orsfz] {
    font-size: 14px;
    color: #777;
}


    .currency img[b-y21p8orsfz] {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

.status[b-y21p8orsfz] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

    .status.success[b-y21p8orsfz] {
        background: #e6f9ef;
        color: #0a9d58;
    }

    .status.failed[b-y21p8orsfz] {
        background: #fdeaea;
        color: #d93025;
    }

    .status.pending[b-y21p8orsfz] {
        background: #fff4e5;
        color: #f57c00;
    }

.order-card[b-y21p8orsfz] {
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.card-header[b-y21p8orsfz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-row[b-y21p8orsfz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.loading[b-y21p8orsfz],
.empty[b-y21p8orsfz] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.desktop-only[b-y21p8orsfz] {
    display: block;
}

.mobile-only[b-y21p8orsfz] {
    display: none;
}

@media (max-width: 768px) {
    .filters[b-y21p8orsfz] {
        flex-direction: column;
    }

    .desktop-only[b-y21p8orsfz] {
        display: none;
    }

    .mobile-only[b-y21p8orsfz] {
        display: block;
    }
}
/* /Pages/Order/Orders.razor.rz.scp.css */
.order-history[b-z57yr5fefm] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-z57yr5fefm] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.form-field[b-z57yr5fefm] {
    width : 50%;
}

.search-input[b-z57yr5fefm],
.date-input[b-z57yr5fefm] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-z57yr5fefm] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-z57yr5fefm] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-z57yr5fefm] {
    overflow-x: auto;
}

.order-table[b-z57yr5fefm] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-z57yr5fefm] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

    .order-table td[b-z57yr5fefm] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-z57yr5fefm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.currency-info[b-z57yr5fefm] {
    display: flex;
    flex-direction: column;
    line-height: 1.68;
}

.symbol[b-z57yr5fefm] {
    font-weight: 520;
}

.name[b-z57yr5fefm] {
    font-size: 14px;
    color: #777;
}


.currency img[b-z57yr5fefm] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.status[b-z57yr5fefm] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

    .status.success[b-z57yr5fefm] {
        background: #e6f9ef;
        color: #0a9d58;
    }

    .status.failed[b-z57yr5fefm] {
        background: #fdeaea;
        color: #d93025;
    }

    .status.pending[b-z57yr5fefm] {
        background: #fff4e5;
        color: #f57c00;
    }

.order-card[b-z57yr5fefm] {
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.card-header[b-z57yr5fefm] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-row[b-z57yr5fefm] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.loading[b-z57yr5fefm],
.empty[b-z57yr5fefm] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.desktop-only[b-z57yr5fefm] {
    display: block;
}

.mobile-only[b-z57yr5fefm] {
    display: none;
}

@media (max-width: 768px) {
    .filters[b-z57yr5fefm] {
        flex-direction: column;
    }

    .form-field[b-z57yr5fefm] {
        width: 100%;
    }

    .desktop-only[b-z57yr5fefm] {
        display: none;
    }

    .mobile-only[b-z57yr5fefm] {
        display: block;
    }
}
/* /Pages/Support/InProgressTicketList.razor.rz.scp.css */
.ticket-header[b-j1zmhqthew] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title[b-j1zmhqthew] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.filters[b-j1zmhqthew] {
    display: flex;
    gap: 12px;
}

.search-input[b-j1zmhqthew] {
    width: 440px;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #e2e8f0;
}

.date-input:focus[b-j1zmhqthew] {
    border-color: rgb(16 105 255)
}

.search-input:focus[b-j1zmhqthew] {
    border-color: rgb(16 105 255)
}

.status-dropdown[b-j1zmhqthew] {
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    cursor: pointer;
}


.ticket-history[b-j1zmhqthew] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-j1zmhqthew] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.table-wrapper[b-j1zmhqthew] {
    overflow-x: auto;
}

.ticket-table[b-j1zmhqthew] {
    width: 100%;
    border-collapse: collapse;
}

    .ticket-table th[b-j1zmhqthew],
    .ticket-table td[b-j1zmhqthew] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-j1zmhqthew] {
    display: flex;
    align-items: center;
}

.currency-info[b-j1zmhqthew] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-j1zmhqthew] {
    font-weight: 580;
}

.currency-symbol[b-j1zmhqthew] {
    font-size: 12px;
    color: #333;
}


.currency img[b-j1zmhqthew] {
    width: 22px;
    height: 22px;
}

.address[b-j1zmhqthew] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-j1zmhqthew] {
    font-weight: 540;
}

.status[b-j1zmhqthew] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-j1zmhqthew] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-j1zmhqthew] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-j1zmhqthew] {
        background: #ef4444;
        color: #fff;
    }

.ticket-cards[b-j1zmhqthew] {
    display: none;
}

.ticket-card[b-j1zmhqthew] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .ticket-card .row[b-j1zmhqthew] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .ticket-card span[b-j1zmhqthew] {
        font-size: 12px;
        color: #333;
    }

    .ticket-card strong[b-j1zmhqthew] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-j1zmhqthew],
.empty[b-j1zmhqthew] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-j1zmhqthew] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-j1zmhqthew] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-j1zmhqthew] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-j1zmhqthew] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-j1zmhqthew] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-j1zmhqthew] {
            background: #dc2626;
        }

    .btn-table:disabled[b-j1zmhqthew] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .ticket-table[b-j1zmhqthew] {
        display: none;
    }

    .ticket-cards[b-j1zmhqthew] {
        display: block;
    }

    .user-link[b-j1zmhqthew] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Support/TicketList.razor.rz.scp.css */
.ticket-header[b-d1j7pmadys] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title[b-d1j7pmadys] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.filters[b-d1j7pmadys] {
    display: flex;
    gap: 12px;
}

.search-input[b-d1j7pmadys] {
    width: 440px;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #e2e8f0;
}

.date-input:focus[b-d1j7pmadys] {
    border-color: rgb(16 105 255)
}

.search-input:focus[b-d1j7pmadys] {
    border-color: rgb(16 105 255)
}

.status-dropdown[b-d1j7pmadys] {
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    cursor: pointer;
}


.ticket-history[b-d1j7pmadys] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-d1j7pmadys] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.table-wrapper[b-d1j7pmadys] {
    overflow-x: auto;
}

.ticket-table[b-d1j7pmadys] {
    width: 100%;
    border-collapse: collapse;
}

    .ticket-table th[b-d1j7pmadys],
    .ticket-table td[b-d1j7pmadys] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-d1j7pmadys] {
    display: flex;
    align-items: center;
}

.currency-info[b-d1j7pmadys] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-d1j7pmadys] {
    font-weight: 580;
}

.currency-symbol[b-d1j7pmadys] {
    font-size: 12px;
    color: #333;
}


.currency img[b-d1j7pmadys] {
    width: 22px;
    height: 22px;
}

.address[b-d1j7pmadys] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-d1j7pmadys] {
    font-weight: 540;
}

.status[b-d1j7pmadys] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-d1j7pmadys] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-d1j7pmadys] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-d1j7pmadys] {
        background: #ef4444;
        color: #fff;
    }

.ticket-cards[b-d1j7pmadys] {
    display: none;
}

.ticket-card[b-d1j7pmadys] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .ticket-card .row[b-d1j7pmadys] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .ticket-card span[b-d1j7pmadys] {
        font-size: 12px;
        color: #333;
    }

    .ticket-card strong[b-d1j7pmadys] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-d1j7pmadys],
.empty[b-d1j7pmadys] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-d1j7pmadys] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-d1j7pmadys] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-d1j7pmadys] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-d1j7pmadys] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-d1j7pmadys] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-d1j7pmadys] {
            background: #dc2626;
        }

    .btn-table:disabled[b-d1j7pmadys] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.full-width[b-d1j7pmadys] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.card-actions[b-d1j7pmadys] {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .ticket-table[b-d1j7pmadys] {
        display: none;
    }

    .ticket-cards[b-d1j7pmadys] {
        display: block;
    }

    .user-link[b-d1j7pmadys] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Support/TicketMessage.razor.rz.scp.css */
.loader-container[b-dz9sjiah78] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.4);
    z-index: 9999;
}

.ticket-chat[b-dz9sjiah78] {
    direction: rtl;
    width: 100%;
    height: 88vh;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.chat-header[b-dz9sjiah78] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.ticket-meta .ticket-title[b-dz9sjiah78] {
    color: #0f172a;
    font-weight: 700;
    font-size: 15px;
}

.ticket-meta .ticket-status[b-dz9sjiah78] {
    margin-top: 6px;
    color: #475569;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot[b-dz9sjiah78] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
}

.user-badge[b-dz9sjiah78] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 540;
    padding: 8px 14px;
    border-radius: 6px;
    background-color: #fff;
    color: rgb(16, 106, 255);
    border: 1.6px solid rgb(16, 106, 255);
}

.chat-body[b-dz9sjiah78] {
    flex: 1;
    padding: 14px 14px 18px;
    overflow: auto;
    background: #f8fafc;
}

.msg-row[b-dz9sjiah78] {
    display: flex;
    margin: 10px 0;
}

    .msg-row.left[b-dz9sjiah78] {
        justify-content: flex-start;
    }

    .msg-row.right[b-dz9sjiah78] {
        justify-content: flex-end;
    }

.msg-bubble[b-dz9sjiah78] {
    max-width: min(72%, 520px);
    border-radius: 16px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    background: white;
}

    .msg-bubble.support[b-dz9sjiah78] {
        background: #ffffff;
        color: #0f172a;
        border-top-left-radius: 6px;
    }

    .msg-bubble.user[b-dz9sjiah78] {
        background: #eff6ff;
        color: #1e3a8a;
        border-top-right-radius: 6px;
    }

.msg-text[b-dz9sjiah78] {
    font-size: 14px;
    line-height: 2;
    white-space: pre-wrap;
    color: black;
}

.msg-meta[b-dz9sjiah78] {
    margin-top: 6px;
    font-size: 11px;
    color: #64748b;
}

.chat-body[b-dz9sjiah78]::-webkit-scrollbar {
    width: 10px;
}

.chat-body[b-dz9sjiah78]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 999px;
}

.chat-footer-wrapper[b-dz9sjiah78] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
}

.preview-strip[b-dz9sjiah78] {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    overflow-x: auto;
    background: #fafafa;
}

    .preview-strip[b-dz9sjiah78]::-webkit-scrollbar {
        display: none;
    }

.preview-item[b-dz9sjiah78] {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f1f1;
    flex-shrink: 0;
}

    .preview-item img[b-dz9sjiah78] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.chat-footer[b-dz9sjiah78] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #fff;
}

.attach-btn[b-dz9sjiah78] {
    position: relative;
    width: 40px;
    background: rgb(16, 106, 255);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

.chat-input[b-dz9sjiah78] {
    flex: 1;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
}

.send-btn[b-dz9sjiah78] {
    background: rgb(16, 106, 255);
    color: #fff;
    border: none;
    gap: 6px;
    border-radius: 20px;
    padding: 8px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.file-preview.pdf[b-dz9sjiah78] {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #ffebee;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

.attachment-box[b-dz9sjiah78] {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed #ddd;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.attachment-item[b-dz9sjiah78] {
    font-size: 13px;
    color: #1059ff;
    cursor: pointer;
    user-select: none;
}

    .attachment-item:hover[b-dz9sjiah78] {
        text-decoration: underline;
    }
/* /Pages/Transactions/AllLocalWithdraw.razor.rz.scp.css */
.withdraw-history[b-yi98xrcgsw] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-yi98xrcgsw] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-yi98xrcgsw],
.date-input[b-yi98xrcgsw] {
    flex: 1;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #ddd;
}

    .date-input:focus[b-yi98xrcgsw] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-yi98xrcgsw] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-yi98xrcgsw] {
    overflow-x: auto;
}

.withdraw-table[b-yi98xrcgsw] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-yi98xrcgsw],
    .withdraw-table td[b-yi98xrcgsw] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-yi98xrcgsw] {
    display: flex;
    align-items: center;
}

.currency-info[b-yi98xrcgsw] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-yi98xrcgsw] {
    font-weight: 580;
}

.currency-symbol[b-yi98xrcgsw] {
    font-size: 12px;
    color: #333;
}


.currency img[b-yi98xrcgsw] {
    width: 22px;
    height: 22px;
}

.address[b-yi98xrcgsw] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-yi98xrcgsw] {
    font-weight: 540;
}

.status[b-yi98xrcgsw] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-yi98xrcgsw] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-yi98xrcgsw] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-yi98xrcgsw] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-yi98xrcgsw] {
    display: none;
}

.withdraw-card[b-yi98xrcgsw] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-yi98xrcgsw] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-yi98xrcgsw] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-yi98xrcgsw] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-yi98xrcgsw],
.empty[b-yi98xrcgsw] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-yi98xrcgsw] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-yi98xrcgsw] {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-yi98xrcgsw] {
        background-color: #22c55e;
        color: #fff;
    }

        .btn-table.approve:hover[b-yi98xrcgsw] {
            background: #16a34a;
        }

    .btn-table.cancel[b-yi98xrcgsw] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-yi98xrcgsw] {
            background: #dc2626;
        }

    .btn-table:disabled[b-yi98xrcgsw] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-yi98xrcgsw] {
        display: none;
    }

    .withdraw-cards[b-yi98xrcgsw] {
        display: block;
    }

    .withdraw-card .actions[b-yi98xrcgsw] {
        justify-content: space-around;
        margin-top: 0.84rem;
        align-items: center;
    }

    .user-link[b-yi98xrcgsw] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Transactions/CryptoDeposit.razor.rz.scp.css */
.withdraw-history[b-t1jfr6sgw3] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-t1jfr6sgw3] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-t1jfr6sgw3],
.date-input[b-t1jfr6sgw3] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-t1jfr6sgw3] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-t1jfr6sgw3] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-t1jfr6sgw3] {
    overflow-x: auto;
}

.withdraw-table[b-t1jfr6sgw3] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-t1jfr6sgw3],
    .withdraw-table td[b-t1jfr6sgw3] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-t1jfr6sgw3] {
    display: flex;
    align-items: center;
}

.currency-info[b-t1jfr6sgw3] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-t1jfr6sgw3] {
    font-weight: 580;
}

.currency-symbol[b-t1jfr6sgw3] {
    font-size: 12px;
    color: #333;
}


.currency img[b-t1jfr6sgw3] {
    width: 22px;
    height: 22px;
}

.address[b-t1jfr6sgw3] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-t1jfr6sgw3] {
    font-weight: 540;
}

.status[b-t1jfr6sgw3] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-t1jfr6sgw3] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-t1jfr6sgw3] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-t1jfr6sgw3] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-t1jfr6sgw3] {
    display: none;
}

.withdraw-card[b-t1jfr6sgw3] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-t1jfr6sgw3] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-t1jfr6sgw3] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-t1jfr6sgw3] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-t1jfr6sgw3],
.empty[b-t1jfr6sgw3] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-t1jfr6sgw3] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-t1jfr6sgw3] {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-t1jfr6sgw3] {
        background-color: #22c55e;
        color: #fff;
    }

        .btn-table.approve:hover[b-t1jfr6sgw3] {
            background: #16a34a;
        }

    .btn-table.cancel[b-t1jfr6sgw3] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-t1jfr6sgw3] {
            background: #dc2626;
        }

    .btn-table:disabled[b-t1jfr6sgw3] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-t1jfr6sgw3] {
        display: none;
    }

    .withdraw-cards[b-t1jfr6sgw3] {
        display: block;
    }

    .user-link[b-t1jfr6sgw3] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Transactions/CryptoWithdraw.razor.rz.scp.css */
.withdraw-history[b-t8zdda1m90] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-t8zdda1m90] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-t8zdda1m90],
.date-input[b-t8zdda1m90] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-t8zdda1m90] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-t8zdda1m90] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-t8zdda1m90] {
    overflow-x: auto;
}

.withdraw-table[b-t8zdda1m90] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-t8zdda1m90],
    .withdraw-table td[b-t8zdda1m90] {
        padding: 13px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-t8zdda1m90] {
    display: flex;
    align-items: center;
}

.currency-info[b-t8zdda1m90] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-t8zdda1m90] {
    font-weight: 580;
}

.currency-symbol[b-t8zdda1m90] {
    font-size: 12px;
    color: #333;
}


    .currency img[b-t8zdda1m90] {
        width: 22px;
        height: 22px;
    }

.address[b-t8zdda1m90] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-t8zdda1m90] {
    font-weight: 540;
}

.status[b-t8zdda1m90] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-t8zdda1m90] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-t8zdda1m90] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-t8zdda1m90] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-t8zdda1m90] {
    display: none;
}

.withdraw-card[b-t8zdda1m90] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-t8zdda1m90] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-t8zdda1m90] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-t8zdda1m90] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-t8zdda1m90],
.empty[b-t8zdda1m90] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-t8zdda1m90] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-t8zdda1m90] {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-t8zdda1m90] {
        background-color: #22c55e;
        color: #fff;
    }

        .btn-table.approve:hover[b-t8zdda1m90] {
            background: #16a34a;
        }

    .btn-table.cancel[b-t8zdda1m90] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-t8zdda1m90] {
            background: #dc2626;
        }

    .btn-table:disabled[b-t8zdda1m90] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-t8zdda1m90] {
        display: none;
    }

    .withdraw-cards[b-t8zdda1m90] {
        display: block;
    }

    .user-link[b-t8zdda1m90] {
        display: inline-block;
        padding: 4px 0;
    }
}

/* /Pages/Transactions/GatewayBalance.razor.rz.scp.css */
.accounts-grid[b-evxq5a5vat] {
    display: grid;
    gap: 20px;
    margin-top: 2.4rem;
    margin-right: 1.6rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}


.account-card[b-evxq5a5vat] {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

    .account-card:hover[b-evxq5a5vat] {
        box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }


.card-header[b-evxq5a5vat] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bank-logo[b-evxq5a5vat] {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    object-fit: contain;
    background: #f6f6f6;
    padding: 6px;
}

.bank-info[b-evxq5a5vat] {
    flex: 1;
}

.bank-name[b-evxq5a5vat] {
    font-weight: 700;
    font-size: 16px;
}

.create-date[b-evxq5a5vat] {
    font-size: 12px;
    color: #888;
}


.status[b-evxq5a5vat] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.status-success[b-evxq5a5vat] {
    background: #e6f9f0;
    color: #12a150;
}

.status-danger[b-evxq5a5vat] {
    background: #ffeaea;
    color: #d83b3b;
}

.status-normal[b-evxq5a5vat] {
    background: #f1f1f1;
    color: #555;
}


.numbers .row[b-evxq5a5vat],
.balance-row[b-evxq5a5vat] {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 6px;
    word-break: break-all;
}

    .numbers span:first-child[b-evxq5a5vat],
    .balance-row span:first-child[b-evxq5a5vat] {
        color: #888;
    }

.divider[b-evxq5a5vat] {
    height: 1px;
    background: #eee;
    margin: 14px 0;
}


.balances strong[b-evxq5a5vat] {
    font-weight: 700;
    font-size: 14px;
}

.remaining strong[b-evxq5a5vat] {
    color: #12a150;
}


@media (max-width: 600px) {
    .account-card[b-evxq5a5vat] {
        padding: 14px;
    }

    .bank-name[b-evxq5a5vat] {
        font-size: 14px;
    }

    .numbers .row[b-evxq5a5vat],
    .balance-row[b-evxq5a5vat] {
        font-size: 12px;
    }
}
/* /Pages/Transactions/LocalDeposit.razor.rz.scp.css */
.withdraw-history[b-rsb8jjc93n] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-rsb8jjc93n] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-rsb8jjc93n],
.date-input[b-rsb8jjc93n] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-rsb8jjc93n] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-rsb8jjc93n] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-rsb8jjc93n] {
    overflow-x: auto;
}

.withdraw-table[b-rsb8jjc93n] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-rsb8jjc93n],
    .withdraw-table td[b-rsb8jjc93n] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-rsb8jjc93n] {
    display: flex;
    align-items: center;
}

.currency-info[b-rsb8jjc93n] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-rsb8jjc93n] {
    font-weight: 580;
}

.currency-symbol[b-rsb8jjc93n] {
    font-size: 12px;
    color: #333;
}


.currency img[b-rsb8jjc93n] {
    width: 22px;
    height: 22px;
}

.address[b-rsb8jjc93n] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-rsb8jjc93n] {
    font-weight: 540;
}

.status[b-rsb8jjc93n] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-rsb8jjc93n] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-rsb8jjc93n] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-rsb8jjc93n] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-rsb8jjc93n] {
    display: none;
}

.withdraw-card[b-rsb8jjc93n] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-rsb8jjc93n] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-rsb8jjc93n] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-rsb8jjc93n] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-rsb8jjc93n],
.empty[b-rsb8jjc93n] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-rsb8jjc93n] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-rsb8jjc93n] {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-rsb8jjc93n] {
        background-color: #22c55e;
        color: #fff;
    }

        .btn-table.approve:hover[b-rsb8jjc93n] {
            background: #16a34a;
        }

    .btn-table.cancel[b-rsb8jjc93n] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-rsb8jjc93n] {
            background: #dc2626;
        }

    .btn-table:disabled[b-rsb8jjc93n] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-rsb8jjc93n] {
        display: none;
    }

    .withdraw-cards[b-rsb8jjc93n] {
        display: block;
    }

    .user-link[b-rsb8jjc93n] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Transactions/PendingLocalWithdraw.razor.rz.scp.css */
.withdraw-history[b-jufct0t90g] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-jufct0t90g] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-jufct0t90g],
.date-input[b-jufct0t90g] {
    flex: 1;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #ddd;
}

    .date-input:focus[b-jufct0t90g] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-jufct0t90g] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-jufct0t90g] {
    overflow-x: auto;
}

.withdraw-table[b-jufct0t90g] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-jufct0t90g],
    .withdraw-table td[b-jufct0t90g] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-jufct0t90g] {
    display: flex;
    align-items: center;
}

.currency-info[b-jufct0t90g] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-jufct0t90g] {
    font-weight: 580;
}

.currency-symbol[b-jufct0t90g] {
    font-size: 12px;
    color: #333;
}


.currency img[b-jufct0t90g] {
    width: 22px;
    height: 22px;
}

.address[b-jufct0t90g] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-jufct0t90g] {
    font-weight: 540;
}

.status[b-jufct0t90g] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-jufct0t90g] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-jufct0t90g] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-jufct0t90g] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-jufct0t90g] {
    display: none;
}

.withdraw-card[b-jufct0t90g] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-jufct0t90g] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-jufct0t90g] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-jufct0t90g] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-jufct0t90g],
.empty[b-jufct0t90g] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-jufct0t90g] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-jufct0t90g] {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-jufct0t90g] {
        background-color: #22c55e;
        color: #fff;
    }

        .btn-table.approve:hover[b-jufct0t90g] {
            background: #16a34a;
        }

    .btn-table.cancel[b-jufct0t90g] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-jufct0t90g] {
            background: #dc2626;
        }

    .btn-table:disabled[b-jufct0t90g] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-jufct0t90g] {
        display: none;
    }

    .withdraw-cards[b-jufct0t90g] {
        display: block;
    }

    .withdraw-card .actions[b-jufct0t90g] {
        justify-content: space-around;
        margin-top: 0.84rem;
        align-items: center;
    }

    .user-link[b-jufct0t90g] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/User/UserBankAccountant.razor.rz.scp.css */
.table-toolbar[b-l9ja3g0cz7] {
    margin-top: 16px;
    margin-bottom: 12px;
}

.search-input[b-l9ja3g0cz7] {
    width: 480px;
    padding: 14px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 12px;
    outline: none;
    border: 2px solid #2196f3;
}

    .search-input:focus[b-l9ja3g0cz7] {
        border-color: rgb(16 105 255)
    }
/* /Pages/User/UserInfo.razor.rz.scp.css */
.user-details-container[b-nm7ey9fspy] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    padding: 24px;
}

.user-card[b-nm7ey9fspy],
.action-card[b-nm7ey9fspy] {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.card-title[b-nm7ey9fspy] {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}

.user-form[b-nm7ey9fspy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-group[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-nm7ey9fspy] {
        font-size: 13px;
        color: #666;
        margin-bottom: 6px;
    }

    .input-style[b-nm7ey9fspy] {
        padding: 10px 12px;
        border-radius: 6px;
        border: 2px solid #ddd;
        font-size: 14px;
    }

        .input-style:disabled[b-nm7ey9fspy] {
            background-color: #f5f5f5;
            color: #888;
        }

        .input-style:focus[b-nm7ey9fspy] {
            border-color: rgb(16 106 255)
        }

    .btn-primary[b-nm7ey9fspy] {
        grid-column: span 2;
        margin-top: 12px;
        background-color: rgb(16, 106, 255);
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 12px;
        font-size: 15px;
        cursor: pointer;
    }

    .btn-primary:hover[b-nm7ey9fspy] {
        background: #125aa3;
    }

.action-card button[b-nm7ey9fspy] {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.checkbox-group[b-nm7ey9fspy] {
    margin-top: 24px;
}

.checkbox-label[b-nm7ey9fspy] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

    .checkbox-label input[type="checkbox"][b-nm7ey9fspy] {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }


.btn-outline[b-nm7ey9fspy] {
    background-color: rgb(16, 106, 255);
    color: #fff;
}

.btn-secondary[b-nm7ey9fspy] {
    background-color: rgb(16, 106, 255);
    color: #fff;
}

.asset-list[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.asset-item[b-nm7ey9fspy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    background: #f9fafb;
    transition: background 0.2s ease;
}

    .asset-item:hover[b-nm7ey9fspy] {
        background: #f1f5f9;
    }

.asset-info[b-nm7ey9fspy] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.asset-icon[b-nm7ey9fspy] {
    width: 36px;
    height: 36px;
}

.asset-name[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
    gap:8px;
}

    .asset-name .title[b-nm7ey9fspy] {
        font-weight: 600;
        font-size: 14px;
    }

    .asset-name .symbol[b-nm7ey9fspy] {
        font-size: 12px;
        color: #6b7280;
    }

.asset-balances[b-nm7ey9fspy] {
    display: flex;
    gap: 20px;
    text-align: left;
}

.balance[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
}

    .balance .label[b-nm7ey9fspy] {
        color: #6b7280;
        font-size: 11px;
    }

    .balance .value[b-nm7ey9fspy] {
        font-weight: 600;
    }

    .balance.locked .value[b-nm7ey9fspy] {
        color: #dc2626;
    }

.empty-state[b-nm7ey9fspy] {
    margin-top: 20px;
    text-align: center;
    color: #9ca3af;
}

.address-card[b-nm7ey9fspy] {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 20px;
    margin: 28px 24px;
}

.address-list[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.address-item[b-nm7ey9fspy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    color: #0f0f0f;
    border-radius: 8px;
    padding: 14px 16px;
}

.address-asset[b-nm7ey9fspy] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.asset-icon[b-nm7ey9fspy] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.asset-text[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
}

    .asset-text .name[b-nm7ey9fspy] {
        color: #101010;
        font-size: 14px;
        font-weight: 500;
    }

    .asset-text .symbol[b-nm7ey9fspy] {
        font-size: 12px;
        color: #94a3b8;
    }

.address-info[b-nm7ey9fspy] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

    .address-info .address[b-nm7ey9fspy] {
        font-family: monospace;
        font-size: 13px;
        font-weight: 540;
        color: #101010;
    }

    .address-info .network[b-nm7ey9fspy] {
        font-size: 12px;
        color: #22c55e;
    }


/* Responsive */
@media (max-width: 768px) {
    .user-details-container[b-nm7ey9fspy] {
        grid-template-columns: 1fr;
    }

    .user-form[b-nm7ey9fspy] {
        grid-template-columns: 1fr;
    }

    .btn-primary[b-nm7ey9fspy] {
        grid-column: span 1;
    }
}
/* /Pages/User/UserManagment.razor.rz.scp.css */
.table-toolbar[b-owqxlqv75v] {
    margin-top: 16px;
    margin-bottom: 12px;
}

.search-input[b-owqxlqv75v] {
    width: 420px;
    padding: 14px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 12px;
    outline: none;
    border: 2px solid #2196f3;
}

.search-input:focus[b-owqxlqv75v] {
    border-color: rgb(16 105 255)
}

.table-wrapper[b-owqxlqv75v] {
    overflow-x: auto;
    padding : 10px;
}

.custom-table[b-owqxlqv75v] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

    .custom-table thead[b-owqxlqv75v] {
        background-color: #f4f6f8;
    }

    .custom-table th[b-owqxlqv75v],
    .custom-table td[b-owqxlqv75v] {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        white-space: nowrap;
    }

    .custom-table tbody tr:nth-child(even)[b-owqxlqv75v] {
        background-color: #fafafa;
    }

.actions[b-owqxlqv75v] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.btn[b-owqxlqv75v] {
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}

    .btn.info[b-owqxlqv75v] {
        background-color: #2196f3;
    }

    .btn.danger[b-owqxlqv75v] {
        background-color: #f44336;
    }

    .btn.tertiary[b-owqxlqv75v] {
        background-color: #9c27b0;
    }

    .btn.banks[b-owqxlqv75v] {
        background-color: #009f44;
    }

    .btn:hover[b-owqxlqv75v] {
        opacity: 0.9;
    }

@media (max-width: 768px) {
    .search-input[b-owqxlqv75v] {
        width : 410px;
    }
        .custom-table thead[b-owqxlqv75v] {
        display: none;
    }

    .custom-table[b-owqxlqv75v],
    .custom-table tbody[b-owqxlqv75v],
    .custom-table tr[b-owqxlqv75v],
    .custom-table td[b-owqxlqv75v] {
        display: block;
        width: 100%;
    }

        .custom-table tr[b-owqxlqv75v] {
            margin-bottom: 14px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 10px;
        }

        .custom-table td[b-owqxlqv75v] {
            border: none;
            display: flex;
            justify-content: space-between;
            padding: 6px 0;
        }

            .custom-table td[b-owqxlqv75v]::before {
                content: attr(data-label);
                font-weight: bold;
                color: #555;
            }
}
/* /Pages/Verification/ConfirmVerification.razor.rz.scp.css */
.withdraw-history[b-0588l3pd8u] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-0588l3pd8u] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-0588l3pd8u],
.date-input[b-0588l3pd8u] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-0588l3pd8u] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-0588l3pd8u] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-0588l3pd8u] {
    overflow-x: auto;
}

.withdraw-table[b-0588l3pd8u] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-0588l3pd8u],
    .withdraw-table td[b-0588l3pd8u] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-0588l3pd8u] {
    display: flex;
    align-items: center;
}

.currency-info[b-0588l3pd8u] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-0588l3pd8u] {
    font-weight: 580;
}

.currency-symbol[b-0588l3pd8u] {
    font-size: 12px;
    color: #333;
}


.currency img[b-0588l3pd8u] {
    width: 22px;
    height: 22px;
}

.address[b-0588l3pd8u] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-0588l3pd8u] {
    font-weight: 540;
}

.status[b-0588l3pd8u] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-0588l3pd8u] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-0588l3pd8u] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-0588l3pd8u] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-0588l3pd8u] {
    display: none;
}

.withdraw-card[b-0588l3pd8u] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-0588l3pd8u] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-0588l3pd8u] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-0588l3pd8u] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-0588l3pd8u],
.empty[b-0588l3pd8u] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-0588l3pd8u] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-0588l3pd8u] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-0588l3pd8u] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-0588l3pd8u] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-0588l3pd8u] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-0588l3pd8u] {
            background: #dc2626;
        }

    .btn-table:disabled[b-0588l3pd8u] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-0588l3pd8u] {
        display: none;
    }

    .withdraw-cards[b-0588l3pd8u] {
        display: block;
    }

    .user-link[b-0588l3pd8u] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Verification/KycDetails.razor.rz.scp.css */
.kyc-page[b-2i4y263385] {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 28px 4px;
}

.user-info-card[b-2i4y263385] {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    color: #333;
    border: 1.2px solid #ecdddd;
}

    .user-info-card h3[b-2i4y263385] {
        margin-bottom: 20px;
    }

.info-row[b-2i4y263385] {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    font-size: 14px;
}

    .info-row span[b-2i4y263385] {
        color: #94a3b8;
        margin-bottom: 4px;
    }

.media-card[b-2i4y263385] {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    color: #333;
    border: 1.2px solid #ecdddd;
}

    .media-card h3[b-2i4y263385] {
        margin-bottom: 16px;
    }

.image-row[b-2i4y263385] {
    display: flex;
    gap: 36px;
    margin-bottom: 16px;
    justify-content: center;
}

    .image-row img[b-2i4y263385] {
        width: 100%;
        max-width: 340px;
        border-radius: 8px;
        object-fit: cover;
        background: #000;
    }

.media-card video[b-2i4y263385] {
    width: 100%;
    max-height: 360px;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 16px;
    border: 1.2px solid #bdbdbd;
}

.media-card textarea[b-2i4y263385] {
    width: 100%;
    min-height: 120px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #334155;
    padding: 12px;
    background-color: #ffffff;
    color: #333;
    font-family: inherit;
}

.action-bar[b-2i4y263385] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 1.8rem;
}

.loading[b-2i4y263385] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.btn-approve[b-2i4y263385] {
    background-color: #16a34a;
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: 540;
    cursor: pointer;
    min-width: 140px;
}

.btn-reject[b-2i4y263385] {
    background-color: #dc2626;
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: 540;
    cursor: pointer;
    min-width: 160px;
}

.spinner[b-2i4y263385] {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-2i4y263385 0.7s linear infinite;
}

@keyframes spin-b-2i4y263385 {
    to {
        transform: rotate(360deg);
    }
}

    .para-line[b-2i4y263385] {
        text-align: center;
        margin-top: 3.8rem;
        margin-bottom: 1.4rem;
        font-size: 16px;
        font-weight: 520;
        color: #383737;
    }

    .btn-approve:hover[b-2i4y263385],
    .btn-reject:hover[b-2i4y263385] {
        opacity: 0.9;
    }
/* /Pages/Verification/PendingVerification.razor.rz.scp.css */
.withdraw-history[b-wrhu4j6g6d] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-wrhu4j6g6d] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input[b-wrhu4j6g6d],
.date-input[b-wrhu4j6g6d] {
    flex: 1;
    padding: 12px 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #ddd;
}

    .date-input:focus[b-wrhu4j6g6d] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-wrhu4j6g6d] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-wrhu4j6g6d] {
    overflow-x: auto;
}

.withdraw-table[b-wrhu4j6g6d] {
    width: 100%;
    border-collapse: collapse;
}

    .withdraw-table th[b-wrhu4j6g6d],
    .withdraw-table td[b-wrhu4j6g6d] {
        padding: 16px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-wrhu4j6g6d] {
    display: flex;
    align-items: center;
}

.currency-info[b-wrhu4j6g6d] {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.currency-name[b-wrhu4j6g6d] {
    font-weight: 580;
}

.currency-symbol[b-wrhu4j6g6d] {
    font-size: 12px;
    color: #333;
}


.currency img[b-wrhu4j6g6d] {
    width: 22px;
    height: 22px;
}

.address[b-wrhu4j6g6d] {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 580;
}

.amount[b-wrhu4j6g6d] {
    font-weight: 540;
}

.status[b-wrhu4j6g6d] {
    padding: 4px 2px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 580;
}

    .status.pending[b-wrhu4j6g6d] {
        background: #facc15;
        color: #000;
    }

    .status.completed[b-wrhu4j6g6d] {
        background: #22c55e;
        color: #000;
    }

    .status.failed[b-wrhu4j6g6d] {
        background: #ef4444;
        color: #fff;
    }

.withdraw-cards[b-wrhu4j6g6d] {
    display: none;
}

.withdraw-card[b-wrhu4j6g6d] {
    background-color: #fdfdfd;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 12px;
    color: #333;
    margin-bottom: 12px;
}

    .withdraw-card .row[b-wrhu4j6g6d] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .withdraw-card span[b-wrhu4j6g6d] {
        font-size: 12px;
        color: #333;
    }

    .withdraw-card strong[b-wrhu4j6g6d] {
        font-size: 12px;
        color: #333;
        font-weight: 580;
    }

.loading[b-wrhu4j6g6d],
.empty[b-wrhu4j6g6d] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.actions-cell[b-wrhu4j6g6d] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.btn-table[b-wrhu4j6g6d] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-table.approve[b-wrhu4j6g6d] {
        background-color: #2566fe;
        color: #fff;
    }

        .btn-table.approve:hover[b-wrhu4j6g6d] {
            background: #0b5aed;
        }

    .btn-table.cancel[b-wrhu4j6g6d] {
        background: #ef4444;
        color: #fff;
    }

        .btn-table.cancel:hover[b-wrhu4j6g6d] {
            background: #dc2626;
        }

    .btn-table:disabled[b-wrhu4j6g6d] {
        opacity: 0.4;
        cursor: not-allowed;
    }

@media (max-width: 768px) {
    .withdraw-table[b-wrhu4j6g6d] {
        display: none;
    }

    .withdraw-cards[b-wrhu4j6g6d] {
        display: block;
    }

    .user-link[b-wrhu4j6g6d] {
        display: inline-block;
        padding: 4px 0;
    }
}
/* /Pages/Wallet/DepositAddresses.razor.rz.scp.css */
.order-history[b-o2b3ilsfxn] {
    direction: rtl;
    width: 100%;
    font-size: 14px;
    padding: 24px 16px;
}

.filters[b-o2b3ilsfxn] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.form-field[b-o2b3ilsfxn] {
    width: 50%;
}

.search-input[b-o2b3ilsfxn],
.date-input[b-o2b3ilsfxn] {
    flex: 1;
    padding: 12px 12px;
    outline: none;
    border-radius: 6px;
    border: 2px solid #ddd;
}

    .date-input:focus[b-o2b3ilsfxn] {
        border-color: rgb(16 105 255)
    }

    .search-input:focus[b-o2b3ilsfxn] {
        border-color: rgb(16 105 255)
    }

.table-wrapper[b-o2b3ilsfxn] {
    overflow-x: auto;
}

.order-table[b-o2b3ilsfxn] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-o2b3ilsfxn] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

    .order-table td[b-o2b3ilsfxn] {
        padding: 12px;
        border-bottom: 1px solid #eee;
        text-align: initial;
        white-space: nowrap;
    }

.currency[b-o2b3ilsfxn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.currency-info[b-o2b3ilsfxn] {
    display: flex;
    flex-direction: column;
    line-height: 1.68;
}

.symbol[b-o2b3ilsfxn] {
    font-weight: 520;
}

.name[b-o2b3ilsfxn] {
    font-size: 14px;
    color: #777;
}


.currency img[b-o2b3ilsfxn] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.status[b-o2b3ilsfxn] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

    .status.success[b-o2b3ilsfxn] {
        background: #e6f9ef;
        color: #0a9d58;
    }

    .status.failed[b-o2b3ilsfxn] {
        background: #fdeaea;
        color: #d93025;
    }

    .status.pending[b-o2b3ilsfxn] {
        background: #fff4e5;
        color: #f57c00;
    }

.order-card[b-o2b3ilsfxn] {
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.card-header[b-o2b3ilsfxn] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-row[b-o2b3ilsfxn] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.loading[b-o2b3ilsfxn],
.empty[b-o2b3ilsfxn] {
    margin-top: 4.6rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.desktop-only[b-o2b3ilsfxn] {
    display: block;
}

.mobile-only[b-o2b3ilsfxn] {
    display: none;
}

@media (max-width: 768px) {
    .filters[b-o2b3ilsfxn] {
        flex-direction: column;
    }

    .form-field[b-o2b3ilsfxn] {
        width: 100%;
    }

    .desktop-only[b-o2b3ilsfxn] {
        display: none;
    }

    .mobile-only[b-o2b3ilsfxn] {
        display: block;
    }
}
/* /Pages/Wallet/WalletManagement.razor.rz.scp.css */
.loading[b-ypr6l0z1e8] {
    margin-top: 6.8rem;
    text-align: center;
    padding: 32px;
    color: #777;
}

.wallet-page[b-ypr6l0z1e8] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /*margin-top: 5.8rem;*/
}

.wallet-card[b-ypr6l0z1e8] {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 28px;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

.title[b-ypr6l0z1e8] {
    text-align: center;
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 18px;
    color: #555;
}

.field[b-ypr6l0z1e8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 1.8rem;
}

    .field label[b-ypr6l0z1e8] {
        font-size: 13px;
        color: #666;
    }

.currency-item[b-ypr6l0z1e8] {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
    margin-bottom: 10px;
}

.currency-icon[b-ypr6l0z1e8] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
}

.currency-text[b-ypr6l0z1e8] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 6px;
}

.currency-symbol[b-ypr6l0z1e8] {
    font-weight: 600;
    font-size: 14px;
}

.currency-name[b-ypr6l0z1e8] {
    font-size: 12px;
    color: #888;
}


@media (max-width: 600px) {
    .wallet-card[b-ypr6l0z1e8] {
        padding: 18px;
        border-radius: 8px;
    }
}
