/* /JradComponents/CheckboxTree.razor.rz.scp.css */
.checkbox-tree[b-uq72olf9qn] {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 14px;
    color: #222;
}

.ct-node-row[b-uq72olf9qn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-expander[b-uq72olf9qn] {
    width: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    line-height: 1;
}

.ct-expander-placeholder[b-uq72olf9qn] {
    width: 28px;
    display: inline-block;
}

.ct-children[b-uq72olf9qn] {
    margin-left: 16px;
}

/* RTL */
.checkbox-tree.rtl .ct-node-row[b-uq72olf9qn] {
    flex-direction: row-reverse;
}

.checkbox-tree.rtl .ct-children[b-uq72olf9qn] {
    margin-left: 0;
    margin-right: 16px;
}
/* /JradComponents/JRadGridX.razor.rz.scp.css */
.JRadGridX[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
    overflow: hidden;
}

.Rad-Context-header[b-a0bzk5tlrf] {
    background-color: #eee;
}

.data-panel-Static[b-a0bzk5tlrf] {
    overflow-y: hidden;
    height: 209px;
    padding-bottom: 100px;
    background-color: #eee;
/*    background-color: #cac4f2;*/
}

.header-panel-Static[b-a0bzk5tlrf], .data-panel-Static[b-a0bzk5tlrf] {
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.header-panel-Static[b-a0bzk5tlrf] {
    border-bottom: 1px solid #ddd;
}

.header-panel-overflow[b-a0bzk5tlrf] {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.data-panel-overflow[b-a0bzk5tlrf] {
    overflow-x: auto !important;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
    padding-left: 30px;
}

.data-panel-overflow[b-a0bzk5tlrf] {
    background-color: #fff;
    padding-right: 12px;
    overflow: scroll;
}


.header-panel-dynamic[b-a0bzk5tlrf], .data-panel-dynamic .row[b-a0bzk5tlrf] {
    display: flex;
    min-width: max-content;
}

.header-panel-dynamic[b-a0bzk5tlrf] {
    padding-left: 15px;
}




.data-panel-dynamic[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
}

.Rad-Context-data[b-a0bzk5tlrf] {
    /*            overflow-y: auto;*/
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
}

.data-panel-Static div[b-a0bzk5tlrf] {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    user-select: none;
}
.data-panel-Static > div[b-a0bzk5tlrf],
.data-panel-dynamic > div[b-a0bzk5tlrf] {
    height: 31px;
}
.data-panel-dynamic .row > div[b-a0bzk5tlrf] {
    box-sizing: border-box;
    padding: 3px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap; /* متن در یک خط بماند */
    overflow: hidden; /* متن اضافی مخفی شود */
    text-overflow: ellipsis; /* در صورت نیاز سه نقطه نشان دهد */
}

.row[b-a0bzk5tlrf] {
    user-select: none;
}

    .row.selected div[b-a0bzk5tlrf] {
        background-color: #cac4f2;
    }

.Column-handle[b-a0bzk5tlrf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px;
    min-width: 60px; /* حداقل عرض ستون */
    position: relative; /* برای اینکه handle داخل این ستون قرار بگیرد */
    width: 100%;
}

.resize-handle[b-a0bzk5tlrf] {
    cursor: col-resize;
    z-index: 10; /* همیشه بالای ستون */
    user-select: none;
    margin: 0;
    padding: 0;
    width: 2px;
    cursor: col-resize;
}

.data-panel-dynamic .row[b-a0bzk5tlrf] {
    display: flex; /* هر ردیف یک flex container باشد */
    flex-direction: row; /* ستون‌ها در یک ردیف قرار بگیرند */
}

/* .modal-content .modal-body{
    overflow-y: auto;
} */

.modal-content  .modal-header[b-a0bzk5tlrf]{
    direction: rtl;
}
/* /JradComponents/JRadPersianDatePicker.razor.rz.scp.css */

/* ==========================
       Container کلی تقویم
    ========================== */
.jrad-persian-datepicker .calendar-popup[b-15t1wodq5v] {
    position: absolute;
    top: 100%; /* دقیقاً زیر input */
    left: 0; /* یا right:0 برای RTL */
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    min-width: 220px;
}

.jrad-persian-datepicker[b-15t1wodq5v] {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* استاندارد */
}

/* موقعیت بر اساس جهت صفحه */
    .jrad-persian-datepicker .calendar-popup.ltr[b-15t1wodq5v] {
        right: 0;
        left: auto;
    }

    .jrad-persian-datepicker .calendar-popup.rtl[b-15t1wodq5v] {
        right: 0;
        left: auto;

    }

    .jrad-persian-datepicker .calendar-popup.ltr table[b-15t1wodq5v] {
        direction: ltr;
        text-align: left;
    }

    .jrad-persian-datepicker .calendar-popup.rtl table[b-15t1wodq5v] {
        direction: rtl;
        text-align: right;
    }


/* جدول تقویم */
.jrad-persian-datepicker .calendar-popup table[b-15t1wodq5v] {
    border-collapse: collapse;
    width: 100%;
}

.jrad-persian-datepicker .calendar-popup th[b-15t1wodq5v],
.jrad-persian-datepicker .calendar-popup td[b-15t1wodq5v] {
    text-align: center;
    padding: 2px;
}

.jrad-persian-datepicker .calendar-popup tbody tr[b-15t1wodq5v] {
    height: 28px;
}

/* دکمه روزها */
.jrad-persian-datepicker .day-btn[b-15t1wodq5v] {
    width: 25px;
    height: 25px;
    margin: 1px;
    padding: 0;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7rem;
    line-height: 1.1;
    transition: all 0.2s;
}

    .jrad-persian-datepicker .day-btn:hover[b-15t1wodq5v] {
        background-color: #e0e0e0;
    }

    .jrad-persian-datepicker .day-btn.selected[b-15t1wodq5v] {
        background-color: #007bff;
        color: white;
        font-weight: bold;
    }

/* تب‌ها */
.jrad-persian-datepicker .nav-tabs .nav-link[b-15t1wodq5v] {
    font-size: 0.75rem;
    padding: 3px 6px;
}

/* دکمه ناوبری ماه */
.jrad-persian-datepicker .calendar-popup th button[b-15t1wodq5v] {
    font-size: 0.75rem;
    padding: 1px 4px;
    margin: 0 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    cursor: pointer;
}

    .jrad-persian-datepicker .calendar-popup th button:hover[b-15t1wodq5v] {
        background-color: #e0e0e0;
    }

/* Input تقویم */
.jrad-persian-datepicker input.form-control[b-15t1wodq5v] {
    font-size: 0.8rem;
    padding: 4px 6px;
}

.day-btn.today[b-15t1wodq5v] {
    border: 1px solid #007bff;
    border-radius: 50%;
    color: #007bff;
    font-weight: bold;
}



.day-btn.selected[b-15t1wodq5v] {
    font-weight: bold;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
}

.calendar-icon[b-15t1wodq5v] {
    position: absolute;
    right: 30px;
    top: 34px;
}
/* /JradComponents/JRadSelector.razor.rz.scp.css */
.RadPanel[b-z5aedya0i5] {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
}

    .RadPanel .head[b-z5aedya0i5] {
        flex: 0 0 auto;
        margin-bottom: 5px;
    }

    .RadPanel .context[b-z5aedya0i5] {
        flex: 1 1 auto;
        overflow-y: auto;
    }

.dynamic-table[b-z5aedya0i5] {
    border-collapse: collapse;
    width: 100%;
}

    .dynamic-table th[b-z5aedya0i5], .dynamic-table td[b-z5aedya0i5] {
        border: 1px solid #ddd;
        padding: 4px;
        text-align: center;
    }

    .dynamic-table th[b-z5aedya0i5] {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 0.7rem;
    }

    .dynamic-table tr:hover[b-z5aedya0i5] {
        background-color: #f1f1f1;
    }

.head input[b-z5aedya0i5] {
    width: 100%;
    font-size: 0.75rem;
}
/* /Pages/Gold/GoldBoard.razor.rz.scp.css */
.market-board[b-59lqs4scxd] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
    color: #202124;
    background: #f6f7f9;
}

.market-header[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.brand[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo[b-59lqs4scxd] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #202124;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.brand h1[b-59lqs4scxd] {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.brand span[b-59lqs4scxd] {
    display: block;
    margin-top: 3px;
    color: #8b9098;
    font-size: 11px;
}

.header-right[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.market-live[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 20px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
}

.live-dot[b-59lqs4scxd] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
}

.last-update[b-59lqs4scxd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.last-update span[b-59lqs4scxd] {
    color: #9ca3af;
    font-size: 9px;
}

.last-update strong[b-59lqs4scxd] {
    color: #374151;
    font-size: 11px;
}

.market-section[b-59lqs4scxd] {
    margin-bottom: 14px;
}

.section-header[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
}

.section-marker[b-59lqs4scxd] {
    width: 4px;
    height: 17px;
    border-radius: 3px;
    background: #202124;
}

.section-header h2[b-59lqs4scxd] {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.price-table[b-59lqs4scxd] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
}

.price-row[b-59lqs4scxd] {
    display: grid;
    grid-template-columns: 1fr 1.2fr 130px;
    align-items: center;
    min-height: 66px;
    padding: 0 18px;
    border-bottom: 1px solid #f0f1f3;
    transition: background .15s ease;
}

.price-row:last-child[b-59lqs4scxd] {
    border-bottom: 0;
}

.price-row:hover[b-59lqs4scxd] {
    background: #fafafa;
}

.price-name[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.price-bullet[b-59lqs4scxd] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9bec6;
}

.price-name strong[b-59lqs4scxd] {
    font-size: 13px;
    font-weight: 700;
}

.price-value[b-59lqs4scxd] {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 7px;
    direction: rtl;
}

.price-value strong[b-59lqs4scxd] {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.4px;
    color: #16181b;
}

.price-value small[b-59lqs4scxd] {
    color: #9ca3af;
    font-size: 9px;
}

.price-change[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
}

.price-change.up[b-59lqs4scxd] {
    color: #16a34a;
}

.price-change.down[b-59lqs4scxd] {
    color: #dc2626;
}

.price-change.neutral[b-59lqs4scxd] {
    color: #9ca3af;
}

.abshodeh-row[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
}

.abshodeh-title[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    gap: 11px;
}

.gold-symbol[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    background: #f4f4f5;
    font-size: 11px;
}

.abshodeh-title strong[b-59lqs4scxd] {
    display: block;
    font-size: 13px;
}

.abshodeh-title small[b-59lqs4scxd] {
    display: block;
    margin-top: 3px;
    color: #9ca3af;
    font-size: 9px;
}

.abshodeh-value[b-59lqs4scxd] {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.abshodeh-value strong[b-59lqs4scxd] {
    font-size: 23px;
    font-weight: 900;
}

.abshodeh-value span[b-59lqs4scxd] {
    color: #8b9098;
    font-size: 10px;
}

.board-loading[b-59lqs4scxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 180px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #777;
    font-size: 13px;
}

.spinner[b-59lqs4scxd] {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e7eb;
    border-top-color: #202124;
    border-radius: 50%;
    animation: spin-b-59lqs4scxd .7s linear infinite;
}

@keyframes spin-b-59lqs4scxd {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    .market-board[b-59lqs4scxd] {
        padding: 8px;
    }

    .market-header[b-59lqs4scxd] {
        padding: 12px;
        border-radius: 8px;
    }

    .header-right[b-59lqs4scxd] {
        gap: 8px;
    }

    .last-update[b-59lqs4scxd] {
        display: none;
    }

    .brand-logo[b-59lqs4scxd] {
        width: 36px;
        height: 36px;
    }

    .brand h1[b-59lqs4scxd] {
        font-size: 16px;
    }

    .price-row[b-59lqs4scxd] {
        grid-template-columns: 1fr auto;
        min-height: 64px;
        padding: 0 12px;
    }

    .price-value[b-59lqs4scxd] {
        justify-content: flex-start;
    }

    .price-value strong[b-59lqs4scxd] {
        font-size: 17px;
    }

    .price-change[b-59lqs4scxd] {
        grid-column: 1 / -1;
        position: absolute;
        margin-right: 12px;
        transform: translateY(22px);
        justify-content: flex-start;
        font-size: 9px;
    }

    .price-name strong[b-59lqs4scxd] {
        font-size: 12px;
    }

    .abshodeh-row[b-59lqs4scxd] {
        min-height: 68px;
        padding: 0 12px;
    }

    .abshodeh-value strong[b-59lqs4scxd] {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .market-header[b-59lqs4scxd] {
        align-items: flex-start;
    }

    .header-right[b-59lqs4scxd] {
        margin-top: 2px;
    }

    .market-live[b-59lqs4scxd] {
        font-size: 9px;
        padding: 5px 8px;
    }

    .section-header[b-59lqs4scxd] {
        height: 32px;
    }

    .price-row[b-59lqs4scxd] {
        min-height: 60px;
    }

    .price-value strong[b-59lqs4scxd] {
        font-size: 15px;
    }

    .price-value small[b-59lqs4scxd] {
        display: none;
    }

    .abshodeh-title small[b-59lqs4scxd] {
        display: none;
    }

    .abshodeh-value[b-59lqs4scxd] {
        gap: 3px;
    }

    .abshodeh-value strong[b-59lqs4scxd] {
        font-size: 16px;
    }
}
/* /Pages/Gold/ReportsBordPages/Index.razor.rz.scp.css */
.gold-report-page[b-sjvp1xrmbo] {
    padding: 1rem;
    direction: rtl;
}

.report-hero[b-sjvp1xrmbo] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #1d1d1d, #7a5d1a 55%, #f4d97b);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.report-kicker[b-sjvp1xrmbo] {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.report-title[b-sjvp1xrmbo] {
    margin: 0.25rem 0 0.35rem;
    font-size: 1.55rem;
    font-weight: 800;
}

.report-subtitle[b-sjvp1xrmbo] {
    font-size: 0.95rem;
    opacity: 0.9;
}

.report-actions[b-sjvp1xrmbo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.report-stat[b-sjvp1xrmbo] {
    min-width: 120px;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    text-align: center;
}

.report-stat span[b-sjvp1xrmbo] {
    display: block;
    font-size: 0.8rem;
    opacity: 0.85;
}

.report-stat strong[b-sjvp1xrmbo] {
    font-size: 1.3rem;
}

.refresh-btn[b-sjvp1xrmbo] {
    border-radius: 14px;
    padding-inline: 1rem;
}

.report-loading[b-sjvp1xrmbo],
.empty-state[b-sjvp1xrmbo] {
    margin-top: 1rem;
    padding: 2rem;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.report-loading[b-sjvp1xrmbo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.report-table-wrap[b-sjvp1xrmbo] {
    margin-top: 1rem;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.report-table[b-sjvp1xrmbo] {
    margin-bottom: 0;
    white-space: nowrap;
}

.report-table thead th[b-sjvp1xrmbo] {
    position: sticky;
    top: 0;
    background: #1d1d1d;
    color: #fff;
    z-index: 1;
}

.report-card[b-sjvp1xrmbo] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.report-card-head[b-sjvp1xrmbo] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ececec;
    font-weight: 700;
}

.report-grid[b-sjvp1xrmbo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}

.report-grid div[b-sjvp1xrmbo] {
    padding: 0.75rem;
    border-radius: 14px;
    background: #faf7ef;
}

.report-grid span[b-sjvp1xrmbo] {
    display: block;
    font-size: 0.78rem;
    color: #6c6c6c;
    margin-bottom: 0.2rem;
}

.report-grid strong[b-sjvp1xrmbo] {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .gold-report-page[b-sjvp1xrmbo] {
        padding: 0.75rem;
    }

    .report-hero[b-sjvp1xrmbo] {
        flex-direction: column;
        align-items: stretch;
    }

    .report-title[b-sjvp1xrmbo] {
        font-size: 1.2rem;
    }

    .report-grid[b-sjvp1xrmbo] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Gold/TradeManagementPages/ApiSettings.razor.rz.scp.css */

.Tb-price-row[b-8d4ska6wv0] {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.Tb-price-value[b-8d4ska6wv0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    font-size: 14px;
}

.Tb-price-value strong[b-8d4ska6wv0] {
    font-size: 18px;
    font-weight: 700;
}

.Tb-price-label[b-8d4ska6wv0] {
    font-weight: 600;
}

.Tb-api-status[b-8d4ska6wv0] {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    color: #6c757d;
    font-size: 13px;
}
/* /Pages/Gold/TradeManagementPages/Index.razor.rz.scp.css */
.gold-management-card[b-37hk5ivb4l] {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.gold-management-card .card-header[b-37hk5ivb4l] {
    position: relative;
    z-index: 1100;
    min-height: 1px;
    padding: 5px;
}

.gold-management-card .card-body[b-37hk5ivb4l] {
    position: relative;
    z-index: 1;
}
/* .card-body .table-responsive{
    height: 400px;
} */
#gold-dashboard[b-37hk5ivb4l],
#gold-units[b-37hk5ivb4l],
#gold-settings[b-37hk5ivb4l],
#gold-history[b-37hk5ivb4l] {
    position: relative;
    z-index: 1;
}

.gold-header-content[b-37hk5ivb4l] {
    min-width: 0;
}

.gold-header-status[b-37hk5ivb4l] {
    align-items: center;
}

/* =========================
   Hamburger
   ========================= */

.gold-menu-wrapper[b-37hk5ivb4l] {
    position: relative;
    z-index: 1200;
}

.gold-menu-toggle[b-37hk5ivb4l] {
    display: none;
}

.gold-menu-button[b-37hk5ivb4l] {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .25s ease;
    position: relative;
}

.gold-menu-button:hover[b-37hk5ivb4l] {
    background: #f8f9fa;
    border-color: #cfd4dc;
    box-shadow: 0 5px 15px rgba(0,0,0,.09);
    transform: translateY(-1px);
}

.gold-menu-button span[b-37hk5ivb4l] {
    width: 21px;
    height: 2px;
    border-radius: 5px;
    background: #252b33;
    transition: transform .3s ease, opacity .2s ease, width .3s ease;
}

.gold-menu-button span:nth-child(2)[b-37hk5ivb4l] {
    width: 15px;
    margin-right: -6px;
}

.gold-menu-toggle:checked + .gold-menu-button[b-37hk5ivb4l] {
    background: #111827;
    border-color: #111827;
}

.gold-menu-toggle:checked + .gold-menu-button span[b-37hk5ivb4l] {
    background: #fff;
}

.gold-menu-toggle:checked + .gold-menu-button span:nth-child(1)[b-37hk5ivb4l] {
    transform: translateY(7px) rotate(45deg);
}

.gold-menu-toggle:checked + .gold-menu-button span:nth-child(2)[b-37hk5ivb4l] {
    opacity: 0;
    transform: translateX(10px);
}

.gold-menu-toggle:checked + .gold-menu-button span:nth-child(3)[b-37hk5ivb4l] {
    transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   Overlay
   ========================= */

.gold-menu-overlay[b-37hk5ivb4l] {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.38);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 1198;
    cursor: pointer;
}

.gold-menu-toggle:checked ~ .gold-menu-overlay[b-37hk5ivb4l] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* =========================
   Side Menu
   ========================= */

.gold-side-menu[b-37hk5ivb4l] {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px,88vw);
    height: 100dvh;
    max-height: 100dvh;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0,0,0,.14);
    transform: translateX(105%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    z-index: 1202;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.gold-menu-toggle:checked ~ .gold-side-menu[b-37hk5ivb4l] {
    transform: translateX(0);
}

/* =========================
   Fixed Header
   ========================= */

.gold-menu-header[b-37hk5ivb4l] {
    flex: 0 0 auto;
    min-height: 0;
    padding: 18px 20px 20px;
    border-bottom: 1px solid #edf0f3;
    background: linear-gradient(135deg,#fff 0%,#f8fafc 100%);
}

.gold-menu-header-top[b-37hk5ivb4l] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gold-menu-title-wrapper[b-37hk5ivb4l] {
    min-width: 0;
    flex: 1;
}

.gold-menu-title[b-37hk5ivb4l] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #151922;
    font-size: 17px;
    font-weight: 800;
}

.gold-menu-title-icon[b-37hk5ivb4l] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#111827,#374151);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(17,24,39,.18);
}

.gold-menu-header small[b-37hk5ivb4l] {
    display: block;
    margin-top: 5px;
    color: #8a929d;
    font-size: 11px;
}

/* =========================
   Close Button
   ========================= */

.gold-menu-close[b-37hk5ivb4l] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid #e6e9ee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all .2s ease;
    position: relative;
}

.gold-menu-close:hover[b-37hk5ivb4l] {
    background: #f3f4f6;
    transform: rotate(4deg);
}

.gold-menu-close span[b-37hk5ivb4l] {
    position: absolute;
    width: 17px;
    height: 2px;
    border-radius: 4px;
    background: #374151;
}

.gold-menu-close span:first-child[b-37hk5ivb4l] {
    transform: rotate(45deg);
}

.gold-menu-close span:last-child[b-37hk5ivb4l] {
    transform: rotate(-45deg);
}

/* =========================
   Status Row
   ========================= */

.hamburger-row.status-row[b-37hk5ivb4l] {
    width: 100%;
    margin-top: 18px;
    padding: 10px 12px;
    border: 1px solid #edf0f3;
    border-radius: 11px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    direction: rtl;
    flex: 0 0 auto;
}

.hamburger-row.status-row span[b-37hk5ivb4l] {
    color: #5f6874;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

/* =========================
   Gold Price
   ========================= */

.Tb-price-container[b-37hk5ivb4l] {
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #edf0f3;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(15,23,42,.04);
    flex: 0 0 auto;
}




.Tb-price-header[b-37hk5ivb4l] {
    padding: 7px 5px;
    border-radius: 8px;
    background: #f3f5f7;
    color: #707985;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}



/* =========================
   ApiSettings Scroll Area
   ========================= */

.gold-menu-settings[b-37hk5ivb4l] {
    display: block;
    width: 100%;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbd1d9 transparent;
}

.gold-menu-settings[b-37hk5ivb4l]::-webkit-scrollbar {
    width: 7px;
}

.gold-menu-settings[b-37hk5ivb4l]::-webkit-scrollbar-track {
    background: transparent;
}

.gold-menu-settings[b-37hk5ivb4l]::-webkit-scrollbar-thumb {
    background: #cbd1d9;
    border-radius: 10px;
}

.gold-menu-settings[b-37hk5ivb4l]::-webkit-scrollbar-thumb:hover {
    background: #aeb6c1;
}

/* =========================
   Old Menu Elements
   ========================= */

.gold-menu-status[b-37hk5ivb4l] {
    margin: 18px;
    padding: 14px;
    border: 1px solid #edf0f3;
    border-radius: 14px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gold-menu-status-icon[b-37hk5ivb4l] {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8ebef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-status-dot[b-37hk5ivb4l] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.gold-status-dot.active[b-37hk5ivb4l] {
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34,197,94,.12);
}

.gold-status-dot.inactive[b-37hk5ivb4l] {
    background: #9ca3af;
    box-shadow: 0 0 0 5px rgba(156,163,175,.12);
}

.gold-menu-status strong[b-37hk5ivb4l] {
    display: block;
    color: #20252d;
    font-size: 13px;
    font-weight: 700;
}

.gold-menu-status small[b-37hk5ivb4l] {
    display: block;
    margin-top: 4px;
    color: #8a929d;
    font-size: 10px;
}

.gold-menu-nav[b-37hk5ivb4l] {
    padding: 0 12px;
}

.gold-menu-item[b-37hk5ivb4l] {
    position: relative;
    min-height: 68px;
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333942;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease, color .2s ease;
}

.gold-menu-item:hover[b-37hk5ivb4l] {
    background: #f5f7fa;
    color: #111827;
    transform: translateX(-3px);
}

.gold-menu-item-icon[b-37hk5ivb4l] {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f6;
    color: #4b5563;
    font-size: 18px;
    transition: all .2s ease;
}

.gold-menu-item:hover .gold-menu-item-icon[b-37hk5ivb4l] {
    background: #111827;
    color: #fff;
    box-shadow: 0 5px 12px rgba(17,24,39,.15);
}

.gold-menu-item-text[b-37hk5ivb4l] {
    min-width: 0;
    flex: 1;
}

.gold-menu-item-text strong[b-37hk5ivb4l] {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.gold-menu-item-text small[b-37hk5ivb4l] {
    display: block;
    margin-top: 4px;
    color: #9299a3;
    font-size: 10px;
}

.gold-menu-arrow[b-37hk5ivb4l] {
    color: #a3a9b2;
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease, color .2s ease;
}

.gold-menu-item:hover .gold-menu-arrow[b-37hk5ivb4l] {
    color: #111827;
    transform: translateX(-3px);
}

.gold-menu-footer[b-37hk5ivb4l] {
    margin-top: auto;
    padding: 20px;
    text-align: center;
}

.gold-menu-footer-line[b-37hk5ivb4l] {
    height: 1px;
    background: #edf0f3;
    margin-bottom: 12px;
}

.gold-menu-footer span[b-37hk5ivb4l] {
    color: #b0b6bf;
    font-size: 9px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 768px) {
    .gold-management-card .card-header[b-37hk5ivb4l] {
        padding: 1px;
    }

    .gold-header-status .badge:last-child[b-37hk5ivb4l] {
        display: none;
    }

    .gold-header-content h5[b-37hk5ivb4l] {
        font-size: 16px;
    }

    .gold-header-content small[b-37hk5ivb4l] {
        font-size: 10px;
    }

    .gold-menu-button[b-37hk5ivb4l] {
        width: 42px;
        height: 42px;
    }

    .gold-side-menu[b-37hk5ivb4l] {
        width: min(340px,90vw);
    }

    .gold-menu-header[b-37hk5ivb4l] {
        padding: 16px;
    }

    .hamburger-row.status-row[b-37hk5ivb4l] {
        padding: 9px 10px;
    }

    .hamburger-row.status-row span[b-37hk5ivb4l] {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .gold-management-card .card-header[b-37hk5ivb4l] {
        align-items: flex-start !important;
    }

    .gold-header-content[b-37hk5ivb4l] {
        max-width: calc(100% - 55px);
    }

    .gold-header-status[b-37hk5ivb4l] {
        display: none !important;
    }

    .gold-menu-button[b-37hk5ivb4l] {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .gold-side-menu[b-37hk5ivb4l] {
        width: 88vw;
    }

    .gold-menu-header[b-37hk5ivb4l] {
        padding: 14px;
    }

    .gold-menu-title[b-37hk5ivb4l] {
        font-size: 15px;
    }

    .gold-menu-title-icon[b-37hk5ivb4l] {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .gold-menu-close[b-37hk5ivb4l] {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .hamburger-row.status-row[b-37hk5ivb4l] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .hamburger-row.status-row span[b-37hk5ivb4l] {
        text-align: center;
    }


}

@media (prefers-reduced-motion: reduce) {
    .gold-menu-button[b-37hk5ivb4l],
    .gold-menu-button span[b-37hk5ivb4l],
    .gold-menu-overlay[b-37hk5ivb4l],
    .gold-side-menu[b-37hk5ivb4l],
    .gold-menu-item[b-37hk5ivb4l],
    .gold-menu-item-icon[b-37hk5ivb4l],
    .gold-menu-arrow[b-37hk5ivb4l],
    .gold-menu-close[b-37hk5ivb4l] {
        transition: none !important;
    }
}








/* ----------------------------------------------- */

/* ===============================
   Professional Bootstrap Tabs
   =============================== */

.pro-tabs-wrapper[b-37hk5ivb4l] {
    width: 100%;
    direction: rtl;
}


/* نوار تب‌ها */

.pro-tabs[b-37hk5ivb4l] {
    display: flex;
    gap: 10px;

    margin: 0;
    padding: 2px;

    list-style: none;

    background: #f8fafc;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    box-shadow:
        0 2px 5px rgba(15, 23, 42, 0.03);

}


/* هر تب */

.pro-tabs .nav-item[b-37hk5ivb4l] {
    flex: 1;
}


/* دکمه تب */

.pro-tabs .nav-link[b-37hk5ivb4l] {
    position: relative;

    width: 100%;
    min-height: 76px;

    display: flex;
    align-items: center;

    gap: 13px;

    padding: 12px 18px;

    border: 0;
    border-radius: 12px;

    background: transparent;

    color: #475569;

    text-align: right;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .2s ease;

    cursor: pointer;
}


/* Hover */

.pro-tabs .nav-link:hover[b-37hk5ivb4l] {
    background: #ffffff;
    color: #1e293b;
}


/* تب فعال */

.pro-tabs .nav-link.active[b-37hk5ivb4l] {
    background: #ffffff;

    color: #0f172a;

    box-shadow:
        0 4px 14px rgba(15, 23, 42, 0.08),
        0 1px 3px rgba(15, 23, 42, 0.05);
}


/* خط پایین تب فعال */

.pro-tabs .nav-link.active[b-37hk5ivb4l]::after {
    content: "";

    position: absolute;

    right: 18px;
    left: 18px;
    bottom: 0;

    height: 3px;

    border-radius: 3px 3px 0 0;

    background: #2563eb;
}


/* آیکن */

.pro-tab-icon[b-37hk5ivb4l] {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #f1f5f9;

    color: #64748b;

    font-size: 21px;

    transition:
        background-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


/* آیکن تب فعال */

.pro-tabs .nav-link.active .pro-tab-icon[b-37hk5ivb4l] {
    background: #eff6ff;
    color: #2563eb;

    transform: translateY(-1px);
}


/* محتوای متن */

.pro-tab-content[b-37hk5ivb4l] {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 4px;
}


/* عنوان */

.pro-tab-title[b-37hk5ivb4l] {
    display: block;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.4;

    color: inherit;
}


/* زیرعنوان */

.pro-tab-subtitle[b-37hk5ivb4l] {
    display: block;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.5;

    color: #94a3b8;
}


/* ===============================
   Tab Content
   =============================== */

.pro-tab-body[b-37hk5ivb4l] {
    margin-top: 5px;
}


.pro-panel[b-37hk5ivb4l] {

    padding: 5px;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    font-size: small !important;
}


/* ===============================
   Responsive
   =============================== */

@media (max-width: 768px) {

    .pro-tabs[b-37hk5ivb4l] {
        gap: 6px;
        padding: 5px;
    }

    .pro-tabs .nav-link[b-37hk5ivb4l] {
        min-height: 68px;

        padding: 10px 12px;

        gap: 9px;
    }

    .pro-tab-icon[b-37hk5ivb4l] {
        flex: 0 0 40px;

        width: 40px;
        height: 40px;

        font-size: 18px;
    }

    .pro-tab-title[b-37hk5ivb4l] {
        font-size: 13px;
    }

    .pro-tab-subtitle[b-37hk5ivb4l] {
        font-size: 11px;
    }

    .pro-tabs .nav-link.active[b-37hk5ivb4l]::after {
        right: 12px;
        left: 12px;
    }
}


@media (max-width: 500px) {

    .pro-tabs[b-37hk5ivb4l] {
        flex-direction: column;
    }

    .pro-tabs .nav-item[b-37hk5ivb4l] {
        width: 100%;
    }

    .pro-tabs .nav-link[b-37hk5ivb4l] {
        min-height: 64px;
    }

    .pro-tabs .nav-link.active[b-37hk5ivb4l]::after {
        right: 0;
        left: auto;

        top: 12px;
        bottom: 12px;

        width: 3px;

        height: auto;

        border-radius: 3px 0 0 3px;
    }
}


/* *********************************************************** */

/* *********************************************************** */
/* /Pages/Gold/TradePages/Index.razor.rz.scp.css */

/* =========================================
   Trade Container
========================================= */

.trade-container[b-b7jmgzi4zb] {
    max-width: 550px;
    margin: 20px auto;
    padding: 20px;
}

.page-title[b-b7jmgzi4zb] {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}


/* =========================================
   Price Card
========================================= */

.price-card[b-b7jmgzi4zb] {
    color: #222;
    border-radius: 16px;
    margin-bottom: 5px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-card strong[b-b7jmgzi4zb] {
    font-size: 20px;
}


/* =========================================
   Trade Card
========================================= */

.trade-card[b-b7jmgzi4zb] {
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================
   Tabs
========================================= */

.tabs[b-b7jmgzi4zb] {
    display: flex;
    gap: 0;

    padding: 4px;
    margin-bottom: 5px;

    background: #f2f2f2;
    border-radius: 12px;
}

.tab[b-b7jmgzi4zb] {
    flex: 1;

    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    border-radius: 10px;

    transition: 0.25s;
}

.tab.active[b-b7jmgzi4zb] {
    font-weight: 700;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================
   Middle Tab
========================================= */

.tab-middle[b-b7jmgzi4zb] {
    width: 100px;
    height: 48px;
    flex: 0 0 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 8px;

    box-sizing: border-box;

    font-size: 12px;
    font-weight: 600;
    color: #64748b;

    white-space: nowrap;

    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    border: 1px solid #dbe3ec;
    border-radius: 10px;

    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.05);
}


/* =========================================
   Input
========================================= */

.input-box[b-b7jmgzi4zb] {
    display: flex;
    align-items: center;

    height: 58px;
    margin-bottom: 15px;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.input-box input[b-b7jmgzi4zb] {
    flex: 1;

    padding: 0 15px;

    border: 0;
    outline: 0;

    font-size: 16px;
    direction: ltr;
}

.input-box span[b-b7jmgzi4zb] {
    width: 80px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8f8f8;
    border-right: 1px solid #e5e7eb;
}


/* =========================================
   Result Card
========================================= */

.result-card[b-b7jmgzi4zb] {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px;
    margin-bottom: 20px;

    background: #f9fafb;
    border: 1px solid #ececec;
    border-radius: 12px;
}

.result-card strong[b-b7jmgzi4zb] {
    color: #b8860b;
    font-size: 18px;
}


/* =========================================
   Buy / Sell Prices
========================================= */

.prices-row[b-b7jmgzi4zb] {
    display: flex;
    gap: 12px;

    margin-bottom: 20px;
}

.price-item[b-b7jmgzi4zb] {
    flex: 1;

    margin: 5px;

    padding: 10px;

    text-align: center;

    background: #fff;
    border-radius: 12px;
}

.price-item span[b-b7jmgzi4zb] {
    display: block;

    margin-bottom: 8px;

    color: #666;
    font-size: 13px;
}

.price-item strong[b-b7jmgzi4zb] {
    font-size: 14px;
}

.price-item.buy[b-b7jmgzi4zb] {
    border: 1px solid #22c55e;
}

.price-item.buy strong[b-b7jmgzi4zb] {
    color: #22c55e;
}

.price-item.sell[b-b7jmgzi4zb] {
    border: 1px solid #ef4444;
}

.price-item.sell strong[b-b7jmgzi4zb] {
    color: #ef4444;
}

.price-divider[b-b7jmgzi4zb] {
    width: 80%;
    height: 1px;

    margin: 1px auto;

    background: #e2e8f0;
}


/* =========================================
   Price Updated
========================================= */

.price-updated[b-b7jmgzi4zb] {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 2px;
    padding: 8px 14px;

    box-sizing: border-box;

    color: #64748b;
    font-size: 13px;
    font-weight: 500;

    direction: rtl;

    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.price-updated span[b-b7jmgzi4zb] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-updated span[b-b7jmgzi4zb]::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.price-updated small[b-b7jmgzi4zb] {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 400;

    direction: ltr;
}


/* =========================================
   Trade Button
========================================= */

.trade-btn[b-b7jmgzi4zb] {
    width: 100%;
    height: 54px;

    border: 0;
    border-radius: 12px;

    background: #111827;
    color: #fff;

    font-size: 17px;

    cursor: pointer;

    transition: opacity 0.2s ease;
}

.trade-btn:hover[b-b7jmgzi4zb] {
    opacity: 0.9;
}


/* =========================================
   Balance Card
========================================= */

.balance-card[b-b7jmgzi4zb] {
    /* margin-bottom: 10px; */
    padding: 0px 14px;

    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;

    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.balance-title[b-b7jmgzi4zb] {
    margin-bottom: 10px;

    text-align: center;

    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.balance-content[b-b7jmgzi4zb] {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;
}

.balance-item[b-b7jmgzi4zb] {
    flex: 1;
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.balance-rial[b-b7jmgzi4zb] {
    text-align: right;
}

.balance-gold[b-b7jmgzi4zb] {
    text-align: left;
}

.balance-label[b-b7jmgzi4zb] {
    color: #64748b;
    font-size: 11px;
}

.balance-item strong[b-b7jmgzi4zb] {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
}

.balance-toggle[b-b7jmgzi4zb] {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #cbd5e1;
    border-radius: 50%;

    background: #f8fafc;

    font-size: 14px;

    cursor: pointer;

    transition: all 0.2s ease;
}

.balance-toggle:hover[b-b7jmgzi4zb] {
    background: #f1f5f9;
    transform: scale(1.05);
}


/* =========================================
   Waiting
========================================= */

.waiting-box[b-b7jmgzi4zb] {
    text-align: center;
}

.spinner[b-b7jmgzi4zb] {
    width: 70px;
    height: 70px;

    margin: 10px auto 20px;

    border: 7px solid #eee;
    border-top-color: #333;

    border-radius: 50%;

    animation: spin-b-b7jmgzi4zb 1s linear infinite;
}

.timer[b-b7jmgzi4zb] {
    margin-top: 20px;

    font-size: 32px;
    font-weight: bold;

    direction: ltr;
}


/* =========================================
   Overlay
========================================= */

.overlay[b-b7jmgzi4zb] {
    position: fixed;
    inset: 0;

    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.55);
}


/* =========================================
   Confirmation Box
========================================= */

.confirm-box[b-b7jmgzi4zb] {
    width: 92%;
    max-width: 420px;

    padding: 25px;

    background: #fff;
    border-radius: 18px;

    animation: popup-b-b7jmgzi4zb 0.2s ease-out;
}

.line[b-b7jmgzi4zb] {
    display: flex;
    justify-content: space-between;

    margin: 18px 0;
    padding-bottom: 10px;

    border-bottom: 1px solid #f0f0f0;
}

.confirm-actions[b-b7jmgzi4zb] {
    display: flex;
    gap: 10px;

    margin-top: 20px;
}

.btn-cancel[b-b7jmgzi4zb],
.btn-confirm[b-b7jmgzi4zb] {
    flex: 1;

    height: 48px;

    border-radius: 10px;

    cursor: pointer;
}

.btn-cancel[b-b7jmgzi4zb] {
    border: 1px solid #ddd;
    background: #fff;
}

.btn-confirm[b-b7jmgzi4zb] {
    border: 0;

    background: #16a34a;
    color: #fff;
}


/* =========================================
   Animations
========================================= */

@keyframes popup-b-b7jmgzi4zb {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-b7jmgzi4zb {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 768px) {
    .trade-container[b-b7jmgzi4zb] {
        padding: 12px;
        margin-top: 10px;
    }

    .trade-card[b-b7jmgzi4zb] {
        padding: 15px;
    }

    .trade-btn[b-b7jmgzi4zb] {
        height: 50px;
    }
}

@media (max-width: 480px) {
    .price-updated[b-b7jmgzi4zb] {
        margin: 8px auto 12px;
        padding: 7px 11px;

        font-size: 12px;
    }

    .price-updated small[b-b7jmgzi4zb] {
        font-size: 11px;
    }
}
/* /Shared/AuthenticationLayout.razor.rz.scp.css */
.auth-loading[b-u9a110jkej] {
    position: fixed;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
}

.auth-loading-card[b-u9a110jkej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 30px 50px;
    background: white;
    border-radius: 15px;

    box-shadow: 0 5px 25px rgba(0,0,0,.15);
}

.auth-loading-text[b-u9a110jkej] {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}
/* /Shared/GoldLayout.razor.rz.scp.css */
تنظیمات اسکرول برای مرورگرهای مبتنی بر Webkit مانند Chrome[b-b5humdsvsj],
Safari [b-b5humdsvsj]::-webkit-scrollbar {
  width: 8px;
  /* عرض اسکرول بار عمودی */
  height: 8px;
  /* عرض اسکرول بار افقی */
}

[b-b5humdsvsj]::-webkit-scrollbar-thumb {
  background-color: darkgray;
  /* رنگ بخش قابل کشیدن اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای thumb */
}

[b-b5humdsvsj]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* رنگ پس‌زمینه ریل اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای track */
}

/* اگر نیاز دارید اسکرول‌بار را در هنگام هاور تغییر دهید */
[b-b5humdsvsj]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* تغییر رنگ در هنگام هاور */
}






html[b-b5humdsvsj],
body[b-b5humdsvsj] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.header[b-b5humdsvsj] {
  background: linear-gradient(270deg, #200202, #daf579);
  color: white;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.header h1[b-b5humdsvsj] {
  margin: 0;
  font-size: 18px;
}

.header .custom-controls-r[b-b5humdsvsj] {
  padding: 35px;
}

.header .custom-controls-l[b-b5humdsvsj] {
  display: flex;
  align-items: center;
}
.header .custom-controls-l div[b-b5humdsvsj] {
  margin: 5px;
}

.header .logout-btn[b-b5humdsvsj] {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 10px;
}

.header .logout-btn:hover[b-b5humdsvsj] {
  background-color: #c0392b;
}

.radSidebarL[b-b5humdsvsj] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  background-color: #e7e7e7;
  color: white;
  padding-top: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 100000;
  direction: ltr;
}

/* .radSidebarL.open {
    right: 1366px;
} */

.radSidebar[b-b5humdsvsj] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  color: white;
  padding-top: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 100000;
}

.radSidebar.open[b-b5humdsvsj] {
  right: 0;
}

.radSidebar .menu-item[b-b5humdsvsj] {
  padding: 10px;
  text-align: right;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.radSidebar .menu-item:hover[b-b5humdsvsj] {
  background-color: #b71c1c;
  border-radius: 5px;
}

.radSidebar .submenupanel[b-b5humdsvsj] {
  display: none;
  padding-right: 10px;
  background-color: #c2185b;
  height: 300px;
  overflow-y: auto;
}

.radSidebar .submenupanel a[b-b5humdsvsj] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.radSidebar .submenupanel a:hover[b-b5humdsvsj] {
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.radSidebar .submenupanel a i[b-b5humdsvsj] {
  margin-left: 10px;
  font-size: 18px;
}

.menu-item i[b-b5humdsvsj] {
  /* margin-right: 10px; */
  font-size: 20px;
}

.toggle-btn-R[b-b5humdsvsj] {
  position: fixed;
  top: 2px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-R.hide[b-b5humdsvsj] {
  display: none;
}

.toggle-btn-L[b-b5humdsvsj] {
  /* position: fixed; */
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-L.hide[b-b5humdsvsj] {
  display: none;
}

.footer[b-b5humdsvsj] {
  background: linear-gradient(92deg, #200202, #c2185b);
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  font-size: small;

  /* padding: 5px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .custom-controls-l[b-b5humdsvsj] {
  display: flex;
  align-items: center;
}

.footer .custom-controls-r[b-b5humdsvsj] {
  padding: 5px;
}

.Container[b-b5humdsvsj] {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: right;
}

.profile-img-container[b-b5humdsvsj] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.profile-img[b-b5humdsvsj] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-name[b-b5humdsvsj],
.profile-phone[b-b5humdsvsj] {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.head[b-b5humdsvsj] {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */
.dark-mode[b-b5humdsvsj] {
  background-color: #121212;
  color: #ffffff;
}

.dark-mode .header[b-b5humdsvsj] {
  background: linear-gradient(270deg, #333333, #444444);
}

.dark-mode .footer[b-b5humdsvsj] {
  background: linear-gradient(92deg, #333333, #444444);
}

.dark-mode .radSidebar[b-b5humdsvsj] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebar .menu-item:hover[b-b5humdsvsj] {
  background-color: #666666;
}

.dark-mode .radSidebar .submenupanel[b-b5humdsvsj] {
  background-color: #444444;
}

.dark-mode .radSidebar .submenupanel a:hover[b-b5humdsvsj] {
  background-color: #555555;
}

/* ---------------- */

.dark-mode .radSidebarL[b-b5humdsvsj] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebarL .menu-item:hover[b-b5humdsvsj] {
  background-color: #666666;
}

.dark-mode .radSidebarL .submenupanel[b-b5humdsvsj] {
  background-color: #444444;
}

.dark-mode .radSidebarL .submenupanel a:hover[b-b5humdsvsj] {
  background-color: #555555;
}

.dark-mode .header .logout-btn[b-b5humdsvsj]{
  background-color: #555555;
}


    /* Chrome, Safari, Edge, Opera */
    input[type=number][b-b5humdsvsj]::-webkit-outer-spin-button,
    input[type=number][b-b5humdsvsj]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number][b-b5humdsvsj] {
        -moz-appearance: textfield;
    }

    .radselect[b-b5humdsvsj] {
        background-color: inherit;
        width: 120px;
        font-size: small;
    }

    .backgroundInherit[b-b5humdsvsj] {
        background-color: inherit;
    }

    .dropdown-menu[b-b5humdsvsj] {
        text-align: right;
        /* تنظیم متن به راست */
        direction: rtl;
        /* جهت راست به چپ */
    }

    .Radpage[b-b5humdsvsj] {
        position: relative;
        z-index: 1;
    }

    .radSidebar[b-b5humdsvsj],
    .radSidebarL[b-b5humdsvsj] {
        z-index: 9999;
    }

.my-font[b-b5humdsvsj] {
    font-size: 1rem;
}

/* موبایل */
@media (max-width: 768px) {
    .my-font[b-b5humdsvsj] {
        font-size: 0.75rem;
    }
}
.price-header[b-b5humdsvsj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr; /* برای فارسی */
    background: #f8f8f8;
    padding: 5px 20px;
    border-radius: 12px;
    cursor: pointer;
}


/* سمت راست */
.price-title[b-b5humdsvsj] {
    display: flex;
    align-items: center;
    gap: 10px;
}


.price-title h2[b-b5humdsvsj] {
    margin: 0;
    font-size: 16px;
    color: #444;
}


/* مبلغ سمت چپ */
.price-value[b-b5humdsvsj] {
    direction: rtl;
    /* display: flex; */
    align-items: center;
    gap: 8px;
}


.amount[b-b5humdsvsj] {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}


.unit[b-b5humdsvsj] {
    font-size: 14px;
    color: #555;
}


/* دایره وضعیت */
.status-dot[b-b5humdsvsj] {
    width: 12px;
    height: 12px;
    position: relative;
}
.pulse[b-b5humdsvsj] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fca5a5;
    border-radius: 50%;
    animation: livePulse-b-b5humdsvsj 1.5s infinite;
}


@keyframes livePulse-b-b5humdsvsj {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }

}

.dot-rad[b-b5humdsvsj] {
    width: 100%;
    height: 100%;
    background: #72f51b; /* سبز = متصل */
    border-radius: 50%;
    position: relative;
    z-index: 2;
}


.dot-grin[b-b5humdsvsj] {
    width: 100%;
    height: 100%;
    background: #ef4444; /* قرمز = قطع ارتباط */
    border-radius: 50%;
    position: relative;
    z-index: 2;
}


/* هاله متحرک */
.pulse-green[b-b5humdsvsj] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #72f51b;
    border-radius: 50%;
    animation: pulse-b-b5humdsvsj 1.5s infinite;
}


.pulse-red[b-b5humdsvsj] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ef4444;
    border-radius: 50%;
    animation: pulse-b-b5humdsvsj 1.5s infinite;
}
@keyframes pulse-b-b5humdsvsj {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* /Shared/MainLayout1.razor.rz.scp.css */
تنظیمات اسکرول برای مرورگرهای مبتنی بر Webkit مانند Chrome[b-9lbhovgz38],
Safari [b-9lbhovgz38]::-webkit-scrollbar {
  width: 8px;
  /* عرض اسکرول بار عمودی */
  height: 8px;
  /* عرض اسکرول بار افقی */
}

[b-9lbhovgz38]::-webkit-scrollbar-thumb {
  background-color: darkgray;
  /* رنگ بخش قابل کشیدن اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای thumb */
}

[b-9lbhovgz38]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* رنگ پس‌زمینه ریل اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای track */
}

/* اگر نیاز دارید اسکرول‌بار را در هنگام هاور تغییر دهید */
[b-9lbhovgz38]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* تغییر رنگ در هنگام هاور */
}






html[b-9lbhovgz38],
body[b-9lbhovgz38] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.header[b-9lbhovgz38] {
  background: linear-gradient(270deg, #200202, #c2185b);
  color: white;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.header h1[b-9lbhovgz38] {
  margin: 0;
  font-size: 18px;
}

.header .custom-controls-r[b-9lbhovgz38] {
  padding: 35px;
}

.header .custom-controls-l[b-9lbhovgz38] {
  display: flex;
  align-items: center;
}
.header .custom-controls-l div[b-9lbhovgz38] {
  margin: 5px;
}

.header .logout-btn[b-9lbhovgz38] {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 10px;
}

.header .logout-btn:hover[b-9lbhovgz38] {
  background-color: #c0392b;
}

.radSidebarL[b-9lbhovgz38] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  background-color: #e7e7e7;
  color: white;
  padding-top: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 100000;
  direction: ltr;
}

/* .radSidebarL.open {
    right: 1366px;
} */

.radSidebar[b-9lbhovgz38] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  color: white;
  padding-top: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 100000;
}

.radSidebar.open[b-9lbhovgz38] {
  right: 0;
}

.radSidebar .menu-item[b-9lbhovgz38] {
  padding: 10px;
  text-align: right;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.radSidebar .menu-item:hover[b-9lbhovgz38] {
  background-color: #b71c1c;
  border-radius: 5px;
}

.radSidebar .submenupanel[b-9lbhovgz38] {
  display: none;
  padding-right: 10px;
  background-color: #c2185b;
  height: 300px;
  overflow-y: auto;
}

.radSidebar .submenupanel a[b-9lbhovgz38] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.radSidebar .submenupanel a:hover[b-9lbhovgz38] {
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.radSidebar .submenupanel a i[b-9lbhovgz38] {
  margin-left: 10px;
  font-size: 18px;
}

.menu-item i[b-9lbhovgz38] {
  /* margin-right: 10px; */
  font-size: 20px;
}

.toggle-btn-R[b-9lbhovgz38] {
  position: fixed;
  top: 2px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-R.hide[b-9lbhovgz38] {
  display: none;
}

.toggle-btn-L[b-9lbhovgz38] {
  /* position: fixed; */
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-L.hide[b-9lbhovgz38] {
  display: none;
}

.footer[b-9lbhovgz38] {
  background: linear-gradient(92deg, #200202, #c2185b);
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  font-size: small;

  /* padding: 5px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .custom-controls-l[b-9lbhovgz38] {
  display: flex;
  align-items: center;
}

.footer .custom-controls-r[b-9lbhovgz38] {
  padding: 5px;
}

.Container[b-9lbhovgz38] {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: right;
}

.profile-img-container[b-9lbhovgz38] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.profile-img[b-9lbhovgz38] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-name[b-9lbhovgz38],
.profile-phone[b-9lbhovgz38] {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.head[b-9lbhovgz38] {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */
.dark-mode[b-9lbhovgz38] {
  background-color: #121212;
  color: #ffffff;
}

.dark-mode .header[b-9lbhovgz38] {
  background: linear-gradient(270deg, #333333, #444444);
}

.dark-mode .footer[b-9lbhovgz38] {
  background: linear-gradient(92deg, #333333, #444444);
}

.dark-mode .radSidebar[b-9lbhovgz38] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebar .menu-item:hover[b-9lbhovgz38] {
  background-color: #666666;
}

.dark-mode .radSidebar .submenupanel[b-9lbhovgz38] {
  background-color: #444444;
}

.dark-mode .radSidebar .submenupanel a:hover[b-9lbhovgz38] {
  background-color: #555555;
}

/* ---------------- */

.dark-mode .radSidebarL[b-9lbhovgz38] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebarL .menu-item:hover[b-9lbhovgz38] {
  background-color: #666666;
}

.dark-mode .radSidebarL .submenupanel[b-9lbhovgz38] {
  background-color: #444444;
}

.dark-mode .radSidebarL .submenupanel a:hover[b-9lbhovgz38] {
  background-color: #555555;
}

.dark-mode .header .logout-btn[b-9lbhovgz38]{
  background-color: #555555;
}


    /* Chrome, Safari, Edge, Opera */
    input[type=number][b-9lbhovgz38]::-webkit-outer-spin-button,
    input[type=number][b-9lbhovgz38]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number][b-9lbhovgz38] {
        -moz-appearance: textfield;
    }

    .radselect[b-9lbhovgz38] {
        background-color: inherit;
        width: 120px;
        font-size: small;
    }

    .backgroundInherit[b-9lbhovgz38] {
        background-color: inherit;
    }

    .dropdown-menu[b-9lbhovgz38] {
        text-align: right;
        /* تنظیم متن به راست */
        direction: rtl;
        /* جهت راست به چپ */
    }

    .Radpage[b-9lbhovgz38] {
        position: relative;
        z-index: 1;
    }

    .radSidebar[b-9lbhovgz38],
    .radSidebarL[b-9lbhovgz38] {
        z-index: 9999;
    }

        .my-font[b-9lbhovgz38] {
    font-size: 1rem;
}

/* موبایل */
@media (max-width: 768px) {
    .my-font[b-9lbhovgz38] {
        font-size: 0.75rem;
    }
}
/* /Shared/MainLayout2.razor.rz.scp.css */
تنظیمات اسکرول برای مرورگرهای مبتنی بر Webkit مانند Chrome[b-vo0dwo5rgs],
Safari [b-vo0dwo5rgs]::-webkit-scrollbar {
  width: 8px;
  /* عرض اسکرول بار عمودی */
  height: 8px;
  /* عرض اسکرول بار افقی */
}

[b-vo0dwo5rgs]::-webkit-scrollbar-thumb {
  background-color: darkgray;
  /* رنگ بخش قابل کشیدن اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای thumb */
}

[b-vo0dwo5rgs]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* رنگ پس‌زمینه ریل اسکرول */
  border-radius: 10px;
  /* لبه‌های گرد برای track */
}

/* اگر نیاز دارید اسکرول‌بار را در هنگام هاور تغییر دهید */
[b-vo0dwo5rgs]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* تغییر رنگ در هنگام هاور */
}






html[b-vo0dwo5rgs],
body[b-vo0dwo5rgs] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.header[b-vo0dwo5rgs] {
  background: linear-gradient(270deg, #200202, #c2185b);
  color: white;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.header h1[b-vo0dwo5rgs] {
  margin: 0;
  font-size: 18px;
}

.header .custom-controls-r[b-vo0dwo5rgs] {
  padding: 35px;
}

.header .custom-controls-l[b-vo0dwo5rgs] {
  display: flex;
  align-items: center;
}
.header .custom-controls-l div[b-vo0dwo5rgs] {
  margin: 5px;
}

.header .logout-btn[b-vo0dwo5rgs] {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 10px;
}

.header .logout-btn:hover[b-vo0dwo5rgs] {
  background-color: #c0392b;
}

.radSidebarL[b-vo0dwo5rgs] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  background-color: #e7e7e7;
  color: white;
  padding-top: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 100000;
  direction: ltr;
}

/* .radSidebarL.open {
    right: 1366px;
} */

.radSidebar[b-vo0dwo5rgs] {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  background: linear-gradient(135deg, #200202, #c2185b);
  color: white;
  padding-top: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 100000;
}

.radSidebar.open[b-vo0dwo5rgs] {
  right: 0;
}

.radSidebar .menu-item[b-vo0dwo5rgs] {
  padding: 10px;
  text-align: right;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.radSidebar .menu-item:hover[b-vo0dwo5rgs] {
  background-color: #b71c1c;
  border-radius: 5px;
}

.radSidebar .submenupanel[b-vo0dwo5rgs] {
  display: none;
  padding-right: 10px;
  background-color: #c2185b;
  height: 300px;
  overflow-y: auto;
}

.radSidebar .submenupanel a[b-vo0dwo5rgs] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.radSidebar .submenupanel a:hover[b-vo0dwo5rgs] {
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.radSidebar .submenupanel a i[b-vo0dwo5rgs] {
  margin-left: 10px;
  font-size: 18px;
}

.menu-item i[b-vo0dwo5rgs] {
  /* margin-right: 10px; */
  font-size: 20px;
}

.toggle-btn-R[b-vo0dwo5rgs] {
  position: fixed;
  top: 2px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-R.hide[b-vo0dwo5rgs] {
  display: none;
}

.toggle-btn-L[b-vo0dwo5rgs] {
  /* position: fixed; */
  font-size: 30px;
  cursor: pointer;
  color: #ecf0f1;
  z-index: 1000;
}

.toggle-btn-L.hide[b-vo0dwo5rgs] {
  display: none;
}

.footer[b-vo0dwo5rgs] {
  background: linear-gradient(92deg, #200202, #c2185b);
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  font-size: small;

  /* padding: 5px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .custom-controls-l[b-vo0dwo5rgs] {
  display: flex;
  align-items: center;
}

.footer .custom-controls-r[b-vo0dwo5rgs] {
  padding: 5px;
}

.Container[b-vo0dwo5rgs] {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: right;
}

.profile-img-container[b-vo0dwo5rgs] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.profile-img[b-vo0dwo5rgs] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-name[b-vo0dwo5rgs],
.profile-phone[b-vo0dwo5rgs] {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.head[b-vo0dwo5rgs] {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */
.dark-mode[b-vo0dwo5rgs] {
  background-color: #121212;
  color: #ffffff;
}

.dark-mode .header[b-vo0dwo5rgs] {
  background: linear-gradient(270deg, #333333, #444444);
}

.dark-mode .footer[b-vo0dwo5rgs] {
  background: linear-gradient(92deg, #333333, #444444);
}

.dark-mode .radSidebar[b-vo0dwo5rgs] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebar .menu-item:hover[b-vo0dwo5rgs] {
  background-color: #666666;
}

.dark-mode .radSidebar .submenupanel[b-vo0dwo5rgs] {
  background-color: #444444;
}

.dark-mode .radSidebar .submenupanel a:hover[b-vo0dwo5rgs] {
  background-color: #555555;
}

/* ---------------- */

.dark-mode .radSidebarL[b-vo0dwo5rgs] {
  background: linear-gradient(135deg, #333333, #555555);
}

.dark-mode .radSidebarL .menu-item:hover[b-vo0dwo5rgs] {
  background-color: #666666;
}

.dark-mode .radSidebarL .submenupanel[b-vo0dwo5rgs] {
  background-color: #444444;
}

.dark-mode .radSidebarL .submenupanel a:hover[b-vo0dwo5rgs] {
  background-color: #555555;
}

.dark-mode .header .logout-btn[b-vo0dwo5rgs]{
  background-color: #555555;
}


    /* Chrome, Safari, Edge, Opera */
    input[type=number][b-vo0dwo5rgs]::-webkit-outer-spin-button,
    input[type=number][b-vo0dwo5rgs]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number][b-vo0dwo5rgs] {
        -moz-appearance: textfield;
    }

    .radselect[b-vo0dwo5rgs] {
        background-color: inherit;
        width: 120px;
        font-size: small;
    }

    .backgroundInherit[b-vo0dwo5rgs] {
        background-color: inherit;
    }

    .dropdown-menu[b-vo0dwo5rgs] {
        text-align: right;
        /* تنظیم متن به راست */
        direction: rtl;
        /* جهت راست به چپ */
    }

    .Radpage[b-vo0dwo5rgs] {
        position: relative;
        z-index: 1;
    }

    .radSidebar[b-vo0dwo5rgs],
    .radSidebarL[b-vo0dwo5rgs] {
        z-index: 9999;
    }
/* /Shared/MobileBottomMenu.razor.rz.scp.css */
.mobile-bottom-nav[b-eiun9orytd] {

    position: fixed;

    bottom: 10px;
    left: 10px;
    right: 10px;

    height: 80px;

    background: #fff;

    border-radius: 24px;

    display: flex;

    justify-content: space-around;
    align-items: center;

    box-shadow: 0 4px 20px rgba(0,0,0,.15);

    z-index: 1000;

    overflow: visible;
}

/* فرورفتگی متحرک */
.curve[b-eiun9orytd] {

    position: absolute;

    top: -25px;

    width: 90px;
    height: 50px;

    transform: translateX(-50%);

    background: #fff;

    border-radius: 0 0 50px 50px;

    transition: .35s ease;

    z-index: 1;
}

.nav-item[b-eiun9orytd] {

    flex: 1;

    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    height: 100%;

    color: #777;

    cursor: pointer;

    z-index: 2;
}

.icon-box[b-eiun9orytd] {

    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    transition: .35s ease;
}

.icon-box img[b-eiun9orytd] {

    width: 26px;
    height: 26px;

    transition: .35s ease;
}

.nav-item span[b-eiun9orytd] {

    font-size: 12px;

    margin-top: 4px;

    transition: .35s ease;
}

/* آیتم فعال */
.nav-item.active .icon-box[b-eiun9orytd] {

    position: absolute;

    top: -30px;

    left: 50%;

    transform: translateX(-50%);

    width: 60px;
    height: 60px;

    border-radius: 50%;

    background: #16c60c;

    border: 5px solid #fff;

    box-shadow: 0 10px 25px rgba(22,198,12,.35);
}

.nav-item.active img[b-eiun9orytd] {

    width: 30px;
    height: 30px;

    filter: brightness(0) invert(1);
}

.nav-item.active span[b-eiun9orytd] {

    margin-top: 35px;

    color: #16c60c;

    font-weight: 600;
}

@media(max-width:768px){

    .mobile-bottom-nav[b-eiun9orytd]{
        height:75px;
    }

    .nav-item.active .icon-box[b-eiun9orytd]{
        width:55px;
        height:55px;
        top:-25px;
    }

    .nav-item span[b-eiun9orytd]{
        font-size:11px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
#SetingMenuOpenL[b-8in9dpzkau]{
    width: inherit;
    background-color: blue;
    margin: 8px;
    margin-top:50px;
}

.btn-light[b-8in9dpzkau]{
    background-color: transparent !important;
    color: white;
}

@media (max-width: 768px) {

    .fs-5[b-8in9dpzkau] {
        font-size: 0.9rem !important;
    }

    .logout-btn[b-8in9dpzkau] {
        padding: 3px 8px;
        font-size: 12px;
    }

    .bi[b-8in9dpzkau] {
        width: 22px;
        height: 18px;
    }
}

.logout-btn[b-8in9dpzkau] {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 15px;
}

.logout-btn:hover[b-8in9dpzkau] {
    background-color: #c0392b;
}
/* /Shared/RadMenu.razor.rz.scp.css */
       
       [b-ubemxlgec0]::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-thumb {
            background-color: darkgray;
            border-radius: 10px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        [b-ubemxlgec0]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }



        .accordion[b-ubemxlgec0] {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            direction: rtl;
            text-align: right;
        }

        .accordion-item[b-ubemxlgec0] {
            border: 1px solid #ccc;
            margin-bottom: 5px;
            border-radius: 5px;
            overflow: hidden;
            margin: 5px;
        }

        .accordion-header[b-ubemxlgec0] {
            background: linear-gradient(92deg, #200202, #C2185B);
            padding: 10px;
            width: 100%;
            text-align: right;
            cursor: pointer;
            font-size: 16px;
            border: none;
            outline: none;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            transition: background-color 0.3s ease;
            border-radius: 5px;
            margin: 2px;
            color: white;
        }

        .accordion-header:hover[b-ubemxlgec0] {
            /* background: linear-gradient(92deg, #200202, #C2185B); */
            background: linear-gradient(181deg, #a51a1a, #C2185B);
        }

        .accordion-header i[b-ubemxlgec0] {
            margin-right: 10px;
            transition: transform 0.3s ease;
        }

        .accordion-header:hover i[b-ubemxlgec0] {
            transform: rotate(90deg);
        }

        .accordion-content[b-ubemxlgec0] {
            padding: 0 5px;
            display: none;
            overflow-y: auto;
            background: linear-gradient(92deg, #200202, #C2185B);
            height: 150px;
        }

        .accordion-content ul[b-ubemxlgec0] {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .accordion-content li[b-ubemxlgec0] {
            padding: 8px;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
            background: linear-gradient(92deg, #200202, #C2185B);
        }

        .accordion-content.show[b-ubemxlgec0] {
            display: block;
        }

        .accordion-content li:hover[b-ubemxlgec0] {
            background: linear-gradient(92deg, #200202, #C2185B);
            cursor: pointer;
        }

        .accordion-content ul li button span[b-ubemxlgec0] {

            margin-right: 8px;
        }


/* ------------------------------------------------------------------------------------------- */

/* حالت دارک */

  .dark-mode .accordion-header[b-ubemxlgec0] {
    background: linear-gradient(92deg, #200202, #747472);
    /* padding: 10px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    margin: 2px; */
    color: white;
}

.dark-mode .accordion-content[b-ubemxlgec0]{
    background: linear-gradient(92deg, #200202, #756c6f);
}


.dark-mode  .accordion-content li[b-ubemxlgec0] {
    background: linear-gradient(92deg, #200202, #756c6f);
}

 .accordion-content[b-ubemxlgec0]{
    background-color: black !important;
}








        
