@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/TBVB.VideoChat.WebServerApp.Web.Shared/TBVB.VideoChat.WebServerApp.Web.Shared.wuge53ukjl.bundle.scp.css';

/* /Components/Cartable/CustomerCartable.razor.rz.scp.css */
.panel-title[b-id23vf8d11] {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to left, #0d6efd, #a1bce1c2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-right: 275px;
    margin-left: 275px;
    text-align: center;
}

.section-title[b-id23vf8d11] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: right;
}
/* کانتینر اصلی مانند تم اول */
.history-container[b-id23vf8d11] {
    direction: rtl;
    max-width: 1400px;
    width: 100%;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    min-height: 600px;
}

/* هدر با گرافیک الهام گرفته از تم اول */
.history-header[b-id23vf8d11] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    padding: 25px 40px;
    position: relative;
    overflow: hidden;
}

    .history-header[b-id23vf8d11]::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 35px 35px;
        animation: drift-b-id23vf8d11 25s linear infinite;
        pointer-events: none;
    }

@keyframes drift-b-id23vf8d11 {
    0% {
        transform: translate(0,0) rotate(0deg);
    }

    100% {
        transform: translate(-60px, -60px) rotate(5deg);
    }
}

.header-top[b-id23vf8d11] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logo-area[b-id23vf8d11] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .logo-area i[b-id23vf8d11] {
        font-size: 34px;
        color: white;
        text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .logo-area h1[b-id23vf8d11] {
        font-size: 26px;
        color: white;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

.security-tag[b-id23vf8d11] {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    padding: 8px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.title-section[b-id23vf8d11] {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

    .title-section h2[b-id23vf8d11] {
        font-size: 32px;
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .title-section h2 i[b-id23vf8d11] {
            font-size: 36px;
            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
        }

.subtitle[b-id23vf8d11] {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .subtitle i[b-id23vf8d11] {
        font-size: 14px;
    }

/* توضیح بالای جدول (نوتیفیکیشن/راهنما) */
.info-banner[b-id23vf8d11] {
    background: #f0f7ff;
    margin: 25px 40px 0 40px;
    padding: 16px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 5px solid #1a5fb4;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

    .info-banner i[b-id23vf8d11] {
        font-size: 28px;
        color: #1a5fb4;
    }

    .info-banner p[b-id23vf8d11] {
        font-size: 15px;
        color: #1e3a5f;
        line-height: 1.5;
        font-weight: 500;
    }

/* بخش جدول */
.table-wrapper[b-id23vf8d11] {
    padding: 20px 40px 40px 40px;
    overflow-x: auto;
}

.history-table[b-id23vf8d11] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

    .history-table thead tr[b-id23vf8d11] {
        background: #1f2b48;
        color: white;
    }

    .history-table th[b-id23vf8d11] {
        padding: 18px 16px;
        font-weight: 600;
        font-size: 15px;
        text-align: right;
    }

    .history-table td[b-id23vf8d11] {
        padding: 16px;
        border-bottom: 1px solid #e9edf2;
        background-color: white;
        vertical-align: middle;
        font-size: 14px;
        color: #1e2a3e;
    }

    .history-table tr:hover td[b-id23vf8d11] {
        background-color: #f8fbff;
        transition: 0.2s;
    }

.badge-status[b-id23vf8d11] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
}

    .badge-status.pending[b-id23vf8d11] {
        background: #fff8e1;
        color: #b76e00;
    }

    .badge-status.rejected[b-id23vf8d11] {
        background: #ffebee;
        color: #c62828;
    }

.btn-action[b-id23vf8d11] {
    background: linear-gradient(135deg, #1a5fb4, #2a6dc7);
    border: none;
    padding: 8px 16px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .btn-action:hover[b-id23vf8d11] {
        background: linear-gradient(135deg, #0f498f, #1f5bb0);
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(26,95,180,0.25);
    }

.amount-positive[b-id23vf8d11] {
    font-weight: 700;
    color: #1e7e34;
}

.amount-negative[b-id23vf8d11] {
    font-weight: 700;
    color: #c0392b;
}

/* فوتر امنیت مانند تم اصلی */
.security-footer[b-id23vf8d11] {
    background: #f9fafc;
    padding: 16px 40px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .security-footer span[b-id23vf8d11] {
        font-size: 13px;
        color: #4a627a;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.back-home[b-id23vf8d11] {
    background: none;
    border: none;
    color: #1a5fb4;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.2s;
}

    .back-home:hover[b-id23vf8d11] {
        background: #e9f0fa;
    }

/* لودینگ مدرن مشابه تم (برای دکمه جزئیات) */
.modern-loading[b-id23vf8d11] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,42,108,0.98), rgba(42,77,142,0.98));
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}

    .modern-loading.active[b-id23vf8d11] {
        display: flex;
        opacity: 1;
    }

.loading-card[b-id23vf8d11] {
    text-align: center;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 60px;
    padding: 40px 50px;
}

.spinner-ring[b-id23vf8d11] {
    width: 70px;
    height: 70px;
    border: 5px solid rgba(255,255,255,0.2);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin-b-id23vf8d11 0.9s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-id23vf8d11 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ریسپانسیو */
@media (max-width: 780px) {
    .history-header[b-id23vf8d11] {
        padding: 20px 20px;
    }

    .table-wrapper[b-id23vf8d11] {
        padding: 15px 20px 30px 20px;
    }

    .info-banner[b-id23vf8d11] {
        margin: 20px 20px 0 20px;
    }

    .security-footer[b-id23vf8d11] {
        padding: 14px 20px;
    }

    .history-table th[b-id23vf8d11], .history-table td[b-id23vf8d11] {
        padding: 12px 10px;
        font-size: 12px;
    }

    .btn-action[b-id23vf8d11] {
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .title-section h2[b-id23vf8d11] {
        font-size: 24px;
    }

    .subtitle[b-id23vf8d11] {
        font-size: 13px;
    }

    .logo-area h1[b-id23vf8d11] {
        font-size: 20px;
    }
}
/* /Components/Cartable/HistoryCartable.razor.rz.scp.css */
.panel-title[b-2skfrztr5n] {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to left, #0d6efd, #a1bce1c2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-right: 275px;
    margin-left: 275px;
    text-align: center;
}

.section-title[b-2skfrztr5n] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: right;
}
/* کانتینر اصلی مانند تم اول */
.history-container[b-2skfrztr5n] {
    direction:rtl;
    max-width: 1400px;
    width: 100%;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}

/* هدر با گرافیک الهام گرفته از تم اول */
.history-header[b-2skfrztr5n] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    padding: 25px 40px;
    position: relative;
    overflow: hidden;
}

    .history-header[b-2skfrztr5n]::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 35px 35px;
        animation: drift-b-2skfrztr5n 25s linear infinite;
        pointer-events: none;
    }

@keyframes drift-b-2skfrztr5n {
    0% {
        transform: translate(0,0) rotate(0deg);
    }

    100% {
        transform: translate(-60px, -60px) rotate(5deg);
    }
}

.header-top[b-2skfrztr5n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logo-area[b-2skfrztr5n] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .logo-area i[b-2skfrztr5n] {
        font-size: 34px;
        color: white;
        text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .logo-area h1[b-2skfrztr5n] {
        font-size: 26px;
        color: white;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

.security-tag[b-2skfrztr5n] {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    padding: 8px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.title-section[b-2skfrztr5n] {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

    .title-section h2[b-2skfrztr5n] {
        font-size: 32px;
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .title-section h2 i[b-2skfrztr5n] {
            font-size: 36px;
            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
        }

.subtitle[b-2skfrztr5n] {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .subtitle i[b-2skfrztr5n] {
        font-size: 14px;
    }

/* توضیح بالای جدول (نوتیفیکیشن/راهنما) */
.info-banner[b-2skfrztr5n] {
    background: #f0f7ff;
    margin: 25px 40px 0 40px;
    padding: 16px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 5px solid #1a5fb4;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

    .info-banner i[b-2skfrztr5n] {
        font-size: 28px;
        color: #1a5fb4;
    }

    .info-banner p[b-2skfrztr5n] {
        font-size: 15px;
        color: #1e3a5f;
        line-height: 1.5;
        font-weight: 500;
    }

/* بخش جدول */
.table-wrapper[b-2skfrztr5n] {
    padding: 20px 40px 40px 40px;
    overflow-x: auto;
}

.history-table[b-2skfrztr5n] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

    .history-table thead tr[b-2skfrztr5n] {
        background: #1f2b48;
        color: white;
    }

    .history-table th[b-2skfrztr5n] {
        padding: 18px 16px;
        font-weight: 600;
        font-size: 15px;
        text-align: right;
    }

    .history-table td[b-2skfrztr5n] {
        padding: 16px;
        border-bottom: 1px solid #e9edf2;
        background-color: white;
        vertical-align: middle;
        font-size: 14px;
        color: #1e2a3e;
    }

    .history-table tr:hover td[b-2skfrztr5n] {
        background-color: #f8fbff;
        transition: 0.2s;
    }

.badge-status[b-2skfrztr5n] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
}

    .badge-status.pending[b-2skfrztr5n] {
        background: #fff8e1;
        color: #b76e00;
    }

    .badge-status.rejected[b-2skfrztr5n] {
        background: #ffebee;
        color: #c62828;
    }

.btn-action[b-2skfrztr5n] {
    background: linear-gradient(135deg, #1a5fb4, #2a6dc7);
    border: none;
    padding: 8px 16px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .btn-action:hover[b-2skfrztr5n] {
        background: linear-gradient(135deg, #0f498f, #1f5bb0);
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(26,95,180,0.25);
    }

.amount-positive[b-2skfrztr5n] {
    font-weight: 700;
    color: #1e7e34;
}

.amount-negative[b-2skfrztr5n] {
    font-weight: 700;
    color: #c0392b;
}

/* فوتر امنیت مانند تم اصلی */
.security-footer[b-2skfrztr5n] {
    background: #f9fafc;
    padding: 16px 40px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .security-footer span[b-2skfrztr5n] {
        font-size: 13px;
        color: #4a627a;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.back-home[b-2skfrztr5n] {
    background: none;
    border: none;
    color: #1a5fb4;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.2s;
}

    .back-home:hover[b-2skfrztr5n] {
        background: #e9f0fa;
    }

/* لودینگ مدرن مشابه تم (برای دکمه جزئیات) */
.modern-loading[b-2skfrztr5n] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,42,108,0.98), rgba(42,77,142,0.98));
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}

    .modern-loading.active[b-2skfrztr5n] {
        display: flex;
        opacity: 1;
    }

.loading-card[b-2skfrztr5n] {
    text-align: center;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 60px;
    padding: 40px 50px;
}

.spinner-ring[b-2skfrztr5n] {
    width: 70px;
    height: 70px;
    border: 5px solid rgba(255,255,255,0.2);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin-b-2skfrztr5n 0.9s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-2skfrztr5n {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ریسپانسیو */
@media (max-width: 780px) {
    .history-header[b-2skfrztr5n] {
        padding: 20px 20px;
    }

    .table-wrapper[b-2skfrztr5n] {
        padding: 15px 20px 30px 20px;
    }

    .info-banner[b-2skfrztr5n] {
        margin: 20px 20px 0 20px;
    }

    .security-footer[b-2skfrztr5n] {
        padding: 14px 20px;
    }

    .history-table th[b-2skfrztr5n], .history-table td[b-2skfrztr5n] {
        padding: 12px 10px;
        font-size: 12px;
    }

    .btn-action[b-2skfrztr5n] {
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .title-section h2[b-2skfrztr5n] {
        font-size: 24px;
    }

    .subtitle[b-2skfrztr5n] {
        font-size: 13px;
    }

    .logo-area h1[b-2skfrztr5n] {
        font-size: 20px;
    }
}
/* /Components/Cartable/OperatorCartable.razor.rz.scp.css */
.panel-title[b-pc4moirjgo] {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to left, #0d6efd, #a1bce1c2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-right: 275px;
    margin-left: 275px;
    text-align: center;
}

.section-title[b-pc4moirjgo] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: right;
}
/* کانتینر اصلی مانند تم اول */
.history-container[b-pc4moirjgo] {
    direction: rtl;
    max-width: 1400px;
    width: 100%;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    min-height: 600px;
}

/* هدر با گرافیک الهام گرفته از تم اول */
.history-header[b-pc4moirjgo] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    padding: 25px 40px;
    position: relative;
    overflow: hidden;
}

    .history-header[b-pc4moirjgo]::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 35px 35px;
        animation: drift-b-pc4moirjgo 25s linear infinite;
        pointer-events: none;
    }

@keyframes drift-b-pc4moirjgo {
    0% {
        transform: translate(0,0) rotate(0deg);
    }

    100% {
        transform: translate(-60px, -60px) rotate(5deg);
    }
}

.header-top[b-pc4moirjgo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logo-area[b-pc4moirjgo] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .logo-area i[b-pc4moirjgo] {
        font-size: 34px;
        color: white;
        text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .logo-area h1[b-pc4moirjgo] {
        font-size: 26px;
        color: white;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

.security-tag[b-pc4moirjgo] {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    padding: 8px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.title-section[b-pc4moirjgo] {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

    .title-section h2[b-pc4moirjgo] {
        font-size: 32px;
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .title-section h2 i[b-pc4moirjgo] {
            font-size: 36px;
            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
        }

.subtitle[b-pc4moirjgo] {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .subtitle i[b-pc4moirjgo] {
        font-size: 14px;
    }

/* توضیح بالای جدول (نوتیفیکیشن/راهنما) */
.info-banner[b-pc4moirjgo] {
    background: #f0f7ff;
    margin: 25px 40px 0 40px;
    padding: 16px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 5px solid #1a5fb4;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

    .info-banner i[b-pc4moirjgo] {
        font-size: 28px;
        color: #1a5fb4;
    }

    .info-banner p[b-pc4moirjgo] {
        font-size: 15px;
        color: #1e3a5f;
        line-height: 1.5;
        font-weight: 500;
    }

/* بخش جدول */
.table-wrapper[b-pc4moirjgo] {
    padding: 20px 40px 40px 40px;
    overflow-x: auto;
}

.history-table[b-pc4moirjgo] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

    .history-table thead tr[b-pc4moirjgo] {
        background: #1f2b48;
        color: white;
    }

    .history-table th[b-pc4moirjgo] {
        padding: 18px 16px;
        font-weight: 600;
        font-size: 15px;
        text-align: right;
    }

    .history-table td[b-pc4moirjgo] {
        padding: 16px;
        border-bottom: 1px solid #e9edf2;
        background-color: white;
        vertical-align: middle;
        font-size: 14px;
        color: #1e2a3e;
    }

    .history-table tr:hover td[b-pc4moirjgo] {
        background-color: #f8fbff;
        transition: 0.2s;
    }

.badge-status[b-pc4moirjgo] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
}

    .badge-status.pending[b-pc4moirjgo] {
        background: #fff8e1;
        color: #b76e00;
    }

    .badge-status.rejected[b-pc4moirjgo] {
        background: #ffebee;
        color: #c62828;
    }

.btn-action[b-pc4moirjgo] {
    background: linear-gradient(135deg, #1a5fb4, #2a6dc7);
    border: none;
    padding: 8px 16px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .btn-action:hover[b-pc4moirjgo] {
        background: linear-gradient(135deg, #0f498f, #1f5bb0);
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(26,95,180,0.25);
    }

.amount-positive[b-pc4moirjgo] {
    font-weight: 700;
    color: #1e7e34;
}

.amount-negative[b-pc4moirjgo] {
    font-weight: 700;
    color: #c0392b;
}

/* فوتر امنیت مانند تم اصلی */
.security-footer[b-pc4moirjgo] {
    background: #f9fafc;
    padding: 16px 40px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .security-footer span[b-pc4moirjgo] {
        font-size: 13px;
        color: #4a627a;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.back-home[b-pc4moirjgo] {
    background: none;
    border: none;
    color: #1a5fb4;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.2s;
}

    .back-home:hover[b-pc4moirjgo] {
        background: #e9f0fa;
    }

/* لودینگ مدرن مشابه تم (برای دکمه جزئیات) */
.modern-loading[b-pc4moirjgo] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,42,108,0.98), rgba(42,77,142,0.98));
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}

    .modern-loading.active[b-pc4moirjgo] {
        display: flex;
        opacity: 1;
    }

.loading-card[b-pc4moirjgo] {
    text-align: center;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 60px;
    padding: 40px 50px;
}

.spinner-ring[b-pc4moirjgo] {
    width: 70px;
    height: 70px;
    border: 5px solid rgba(255,255,255,0.2);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin-b-pc4moirjgo 0.9s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-pc4moirjgo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ریسپانسیو */
@media (max-width: 780px) {
    .history-header[b-pc4moirjgo] {
        padding: 20px 20px;
    }

    .table-wrapper[b-pc4moirjgo] {
        padding: 15px 20px 30px 20px;
    }

    .info-banner[b-pc4moirjgo] {
        margin: 20px 20px 0 20px;
    }

    .security-footer[b-pc4moirjgo] {
        padding: 14px 20px;
    }

    .history-table th[b-pc4moirjgo], .history-table td[b-pc4moirjgo] {
        padding: 12px 10px;
        font-size: 12px;
    }

    .btn-action[b-pc4moirjgo] {
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .title-section h2[b-pc4moirjgo] {
        font-size: 24px;
    }

    .subtitle[b-pc4moirjgo] {
        font-size: 13px;
    }

    .logo-area h1[b-pc4moirjgo] {
        font-size: 20px;
    }
}
/* /Components/Dialog/ComponentDialog.razor.rz.scp.css */
/ /***********************************  بخش جزئیات ***************************************/
/* دیالوگ‌های مودال */
.modal-overlay[b-5s9c592vmc] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 42, 108, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}
/* دیالوگ‌های مودال */
.modal-overlay[b-5s9c592vmc] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 42, 108, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

    .modal-overlay.active[b-5s9c592vmc] {
        display: flex;
        opacity: 1;
    }

.modal-content[b-5s9c592vmc] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
    transition: transform 0.4s ease;
    position: relative;
}

.modal-overlay.active .modal-content[b-5s9c592vmc] {
    transform: translateY(0);
}

.modal-header[b-5s9c592vmc] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

    .modal-header i[b-5s9c592vmc] {
        font-size: 28px;
        color: #1a5fb4;
        margin-left: 15px;
    }

.modal-title[b-5s9c592vmc] {
    font-size: 24px;
    color: #1a2a6c;
    font-weight: 700;
}

.modal-subtitle[b-5s9c592vmc] {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.close-modal[b-5s9c592vmc] {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a5fb4;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}

    .close-modal:hover[b-5s9c592vmc] {
        background: #f0f7ff;
        transform: rotate(90deg);
    }

/* دکمه جزئیات */

.details-btn[b-5s9c592vmc] {
    background: #f0f7ff;
    color: #1a5fb4;
    border: 1px solid #d0e3ff;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
    transition: all 0.3s ease;
}
    .details-btn:hover[b-5s9c592vmc] {
        background: #e3f0ff;
        transform: translateY(-2px);
    }

/* دیالوگ جزئیات تراکنش */
.transactions-list[b-5s9c592vmc] {
    max-height: 300px;
    overflow-y: auto;
    margin: 20px 0;
    padding-left: 10px;
}

.transaction-item[b-5s9c592vmc] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border-right: 4px solid #1a5fb4;
    transition: all 0.3s ease;
}

    .transaction-item:hover[b-5s9c592vmc] {
        background: #f0f7ff;
        transform: translateX(-5px);
    }

.transaction-header[b-5s9c592vmc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.transaction-title[b-5s9c592vmc] {
    font-weight: 600;
    color: #1a2a6c;
    font-size: 16px;
}

.transaction-amount[b-5s9c592vmc] {
    font-weight: 700;
    font-size: 18px;
}

.transaction-details[b-5s9c592vmc] {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

    .transaction-details div[b-5s9c592vmc] {
        margin: 5px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .transaction-details i[b-5s9c592vmc] {
        color: #1a5fb4;
        font-size: 14px;
    }
/****************************************** دیالوگ نتیجه تراکش*****************************************************************/
/* دیالوگ نتیجه تراکنش */
/* دکمه برای باز کردن دیالوگ */
.demo-button[b-5s9c592vmc] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .demo-button:hover[b-5s9c592vmc] {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }

/* دیالوگ تأیید تراکنش */
.transaction-dialog[b-5s9c592vmc], .transaction-dialog2[b-5s9c592vmc] {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    animation: fadeIn-b-5s9c592vmc 0.3s ease;
    padding: 20px;
    direction: rtl;
}

    .transaction-dialog.active[b-5s9c592vmc], .transaction-dialog2.active[b-5s9c592vmc] {
        display: flex;
    }

@keyframes fadeIn-b-5s9c592vmc {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dialog-content[b-5s9c592vmc] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-5s9c592vmc 0.4s ease;
    display: flex;
    flex-direction: column;
}

@keyframes slideUp-b-5s9c592vmc {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.dialog-header[b-5s9c592vmc] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}

.status-icon[b-5s9c592vmc] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

    .status-icon i[b-5s9c592vmc] {
        font-size: 24px;
    }

.dialog-header h2[b-5s9c592vmc] {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.3;
}

.dialog-header p[b-5s9c592vmc] {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

.dialog-body[b-5s9c592vmc] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

    /* اسکرول بار زیبا */
    .dialog-body[b-5s9c592vmc]::-webkit-scrollbar {
        width: 6px;
    }

    .dialog-body[b-5s9c592vmc]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .dialog-body[b-5s9c592vmc]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .dialog-body[b-5s9c592vmc]::-webkit-scrollbar-thumb:hover {
            background: #a1a1a1;
        }

/* جزئیات تراکنش */
.transaction-info[b-5s9c592vmc] {
    margin-bottom: 20px;
}

.transaction-title[b-5s9c592vmc] {
    color: #1a2a6c;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f7ff;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .transaction-title i[b-5s9c592vmc] {
        color: #1a5fb4;
    }

.details-grid[b-5s9c592vmc] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 15px;
}

.detail-item[b-5s9c592vmc] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-5s9c592vmc] {
    color: #666;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}

.detail-value[b-5s9c592vmc] {
    color: #1a2a6c;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}

.amount-section[b-5s9c592vmc] {
    text-align: center;
    padding: 15px;
    background: #f0f7ff;
    border-radius: 10px;
    margin-top: 12px;
    border: 1px solid #d0e3ff;
}

.amount-label[b-5s9c592vmc] {
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
}

.amount-value[b-5s9c592vmc] {
    font-size: 24px;
    color: #1a5fb4;
    font-weight: 700;
    direction: ltr;
    word-break: break-all;
}

/* بخش کد تأیید */
.verification-section[b-5s9c592vmc] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.verification-header[b-5s9c592vmc] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 8px;
}

    .verification-header i[b-5s9c592vmc] {
        color: #1a5fb4;
        font-size: 18px;
    }

    .verification-header h4[b-5s9c592vmc] {
        color: #1a2a6c;
        font-size: 15px;
        font-weight: 600;
    }

.verification-message[b-5s9c592vmc] {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
}

.phone-number[b-5s9c592vmc] {
    background: #e8f2ff;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    color: #1a5fb4;
    display: inline-block;
    margin: 0 4px;
    font-size: 13px;
}

.otp-inputs[b-5s9c592vmc] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}

.otp-input[b-5s9c592vmc] {
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    background: white;
    transition: all 0.3s ease;
}

    .otp-input:focus[b-5s9c592vmc] {
        border-color: #1a5fb4;
        box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.2);
        outline: none;
    }

.verification-actions[b-5s9c592vmc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.timer[b-5s9c592vmc] {
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .timer i[b-5s9c592vmc] {
        color: #1a5fb4;
    }

.resend-btn[b-5s9c592vmc] {
    background: none;
    border: none;
    color: #1a5fb4;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

    .resend-btn:hover[b-5s9c592vmc] {
        color: #164a94;
        background: #f0f7ff;
    }

    .resend-btn:disabled[b-5s9c592vmc] {
        color: #999;
        cursor: not-allowed;
        background: none;
    }

/* دکمه‌های اقدام */
.dialog-actions[b-5s9c592vmc] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-shrink: 0;
}

.dialog-btn[b-5s9c592vmc] {
    flex: 1;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    min-height: 48px;
}

.btn-primary[b-5s9c592vmc] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
}

    .btn-primary:hover[b-5s9c592vmc] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.3);
    }

    .btn-primary:disabled[b-5s9c592vmc] {
        background: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
    }

.btn-secondary[b-5s9c592vmc] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
}

    .btn-secondary:hover[b-5s9c592vmc] {
        background: #e9ecef;
    }

.btn-danger[b-5s9c592vmc] {
    background: #dc3545;
    color: white;
}

    .btn-danger:hover[b-5s9c592vmc] {
        background: #c82333;
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    }

.security-note[b-5s9c592vmc] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 12px;
    background: #fff5f5;
    border-radius: 8px;
    border: 1px solid #f8d7da;
    font-size: 12px;
}

    .security-note i[b-5s9c592vmc] {
        color: #dc3545;
        font-size: 16px;
        flex-shrink: 0;
    }

    .security-note span[b-5s9c592vmc] {
        color: #721c24;
        font-weight: 500;
        line-height: 1.4;
    }

.close-dialog[b-5s9c592vmc] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .close-dialog:hover[b-5s9c592vmc] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* ریسپانسیو */
@media (max-width: 576px) {
    .dialog-content[b-5s9c592vmc] {
        max-height: 85vh;
        border-radius: 12px;
    }

    .dialog-header[b-5s9c592vmc] {
        padding: 15px;
    }

        .dialog-header h2[b-5s9c592vmc] {
            font-size: 18px;
        }

    .dialog-body[b-5s9c592vmc] {
        padding: 15px;
    }

    .details-grid[b-5s9c592vmc] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .amount-section[b-5s9c592vmc] {
        padding: 12px;
    }

    .amount-value[b-5s9c592vmc] {
        font-size: 20px;
    }

    .otp-input[b-5s9c592vmc] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .verification-section[b-5s9c592vmc] {
        padding: 15px;
    }

    .dialog-actions[b-5s9c592vmc] {
        flex-direction: column;
    }

    .dialog-btn[b-5s9c592vmc] {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .otp-inputs[b-5s9c592vmc] {
        gap: 6px;
    }

    .otp-input[b-5s9c592vmc] {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .dialog-header h2[b-5s9c592vmc] {
        font-size: 16px;
    }

    .dialog-header p[b-5s9c592vmc] {
        font-size: 13px;
    }
}

/* تنظیمات برای صفحات خیلی کوچک */
@media (max-height: 700px) {
    .dialog-content[b-5s9c592vmc] {
        max-height: 85vh;
    }

    .dialog-body[b-5s9c592vmc] {
        padding: 15px;
    }

    .verification-section[b-5s9c592vmc] {
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media (max-height: 600px) {
    .dialog-content[b-5s9c592vmc] {
        max-height: 80vh;
    }

    .transaction-title[b-5s9c592vmc] {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .details-grid[b-5s9c592vmc] {
        gap: 8px;
        margin-bottom: 10px;
    }

    .amount-section[b-5s9c592vmc] {
        padding: 10px;
        margin-top: 10px;
    }

    .amount-value[b-5s9c592vmc] {
        font-size: 20px;
    }

    .verification-message[b-5s9c592vmc] {
        margin-bottom: 10px;
        font-size: 12px;
    }
}
/* /Components/Dialog/ComponentDialogEndCall.razor.rz.scp.css */
/ /***********************************  بخش جزئیات ***************************************/
/* دیالوگ‌های مودال */
.modal-overlay[b-sg515arcpt] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 42, 108, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}
/* دیالوگ‌های مودال */
.modal-overlay[b-sg515arcpt] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 42, 108, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

    .modal-overlay.active[b-sg515arcpt] {
        display: flex;
        opacity: 1;
    }

.modal-content[b-sg515arcpt] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
    transition: transform 0.4s ease;
    position: relative;
}

.modal-overlay.active .modal-content[b-sg515arcpt] {
    transform: translateY(0);
}

.modal-header[b-sg515arcpt] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

    .modal-header i[b-sg515arcpt] {
        font-size: 28px;
        color: #1a5fb4;
        margin-left: 15px;
    }

.modal-title[b-sg515arcpt] {
    font-size: 24px;
    color: #1a2a6c;
    font-weight: 700;
}

.modal-subtitle[b-sg515arcpt] {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.close-modal[b-sg515arcpt] {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a5fb4;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}

    .close-modal:hover[b-sg515arcpt] {
        background: #f0f7ff;
        transform: rotate(90deg);
    }

/* دکمه جزئیات */

.details-btn[b-sg515arcpt] {
    background: #f0f7ff;
    color: #1a5fb4;
    border: 1px solid #d0e3ff;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
    transition: all 0.3s ease;
}
    .details-btn:hover[b-sg515arcpt] {
        background: #e3f0ff;
        transform: translateY(-2px);
    }

/* دیالوگ جزئیات تراکنش */
.transactions-list[b-sg515arcpt] {
    max-height: 300px;
    overflow-y: auto;
    margin: 20px 0;
    padding-left: 10px;
}

.transaction-item[b-sg515arcpt] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border-right: 4px solid #1a5fb4;
    transition: all 0.3s ease;
}

    .transaction-item:hover[b-sg515arcpt] {
        background: #f0f7ff;
        transform: translateX(-5px);
    }

.transaction-header[b-sg515arcpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.transaction-title[b-sg515arcpt] {
    font-weight: 600;
    color: #1a2a6c;
    font-size: 16px;
}

.transaction-amount[b-sg515arcpt] {
    font-weight: 700;
    font-size: 18px;
}

.transaction-details[b-sg515arcpt] {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

    .transaction-details div[b-sg515arcpt] {
        margin: 5px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .transaction-details i[b-sg515arcpt] {
        color: #1a5fb4;
        font-size: 14px;
    }
/****************************************** دیالوگ نتیجه تراکش*****************************************************************/
/* دیالوگ نتیجه تراکنش */
/* دکمه برای باز کردن دیالوگ */
.demo-button[b-sg515arcpt] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .demo-button:hover[b-sg515arcpt] {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }

/* دیالوگ تأیید تراکنش */
.transaction-dialog[b-sg515arcpt], .transaction-dialog2[b-sg515arcpt] {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    animation: fadeIn-b-sg515arcpt 0.3s ease;
    padding: 20px;
    direction: rtl;
}

    .transaction-dialog.active[b-sg515arcpt], .transaction-dialog2.active[b-sg515arcpt] {
        display: flex;
    }

@keyframes fadeIn-b-sg515arcpt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dialog-content[b-sg515arcpt] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-sg515arcpt 0.4s ease;
    display: flex;
    flex-direction: column;
}

@keyframes slideUp-b-sg515arcpt {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.dialog-header[b-sg515arcpt] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}

.status-icon[b-sg515arcpt] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

    .status-icon i[b-sg515arcpt] {
        font-size: 24px;
    }

.dialog-header h2[b-sg515arcpt] {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.3;
}

.dialog-header p[b-sg515arcpt] {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

.dialog-body[b-sg515arcpt] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

    /* اسکرول بار زیبا */
    .dialog-body[b-sg515arcpt]::-webkit-scrollbar {
        width: 6px;
    }

    .dialog-body[b-sg515arcpt]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .dialog-body[b-sg515arcpt]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .dialog-body[b-sg515arcpt]::-webkit-scrollbar-thumb:hover {
            background: #a1a1a1;
        }

/* جزئیات تراکنش */
.transaction-info[b-sg515arcpt] {
    margin-bottom: 20px;
}

.transaction-title[b-sg515arcpt] {
    color: #1a2a6c;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f7ff;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .transaction-title i[b-sg515arcpt] {
        color: #1a5fb4;
    }

.details-grid[b-sg515arcpt] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 15px;
}

.detail-item[b-sg515arcpt] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-sg515arcpt] {
    color: #666;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}

.detail-value[b-sg515arcpt] {
    color: #1a2a6c;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}

.amount-section[b-sg515arcpt] {
    text-align: center;
    padding: 15px;
    background: #f0f7ff;
    border-radius: 10px;
    margin-top: 12px;
    border: 1px solid #d0e3ff;
}

.amount-label[b-sg515arcpt] {
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
}

.amount-value[b-sg515arcpt] {
    font-size: 24px;
    color: #1a5fb4;
    font-weight: 700;
    direction: ltr;
    word-break: break-all;
}

/* بخش کد تأیید */
.verification-section[b-sg515arcpt] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.verification-header[b-sg515arcpt] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 8px;
}

    .verification-header i[b-sg515arcpt] {
        color: #1a5fb4;
        font-size: 18px;
    }

    .verification-header h4[b-sg515arcpt] {
        color: #1a2a6c;
        font-size: 15px;
        font-weight: 600;
    }

.verification-message[b-sg515arcpt] {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
}

.phone-number[b-sg515arcpt] {
    background: #e8f2ff;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    color: #1a5fb4;
    display: inline-block;
    margin: 0 4px;
    font-size: 13px;
}

.otp-inputs[b-sg515arcpt] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}

.otp-input[b-sg515arcpt] {
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    background: white;
    transition: all 0.3s ease;
}

    .otp-input:focus[b-sg515arcpt] {
        border-color: #1a5fb4;
        box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.2);
        outline: none;
    }

.verification-actions[b-sg515arcpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.timer[b-sg515arcpt] {
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .timer i[b-sg515arcpt] {
        color: #1a5fb4;
    }

.resend-btn[b-sg515arcpt] {
    background: none;
    border: none;
    color: #1a5fb4;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

    .resend-btn:hover[b-sg515arcpt] {
        color: #164a94;
        background: #f0f7ff;
    }

    .resend-btn:disabled[b-sg515arcpt] {
        color: #999;
        cursor: not-allowed;
        background: none;
    }

/* دکمه‌های اقدام */
.dialog-actions[b-sg515arcpt] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-shrink: 0;
}

.dialog-btn[b-sg515arcpt] {
    flex: 1;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    min-height: 48px;
}

.btn-primary[b-sg515arcpt] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
}

    .btn-primary:hover[b-sg515arcpt] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.3);
    }

    .btn-primary:disabled[b-sg515arcpt] {
        background: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
    }

.btn-secondary[b-sg515arcpt] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
}

    .btn-secondary:hover[b-sg515arcpt] {
        background: #e9ecef;
    }

.btn-danger[b-sg515arcpt] {
    background: #dc3545;
    color: white;
}

    .btn-danger:hover[b-sg515arcpt] {
        background: #c82333;
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    }

.security-note[b-sg515arcpt] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 12px;
    background: #fff5f5;
    border-radius: 8px;
    border: 1px solid #f8d7da;
    font-size: 12px;
}

    .security-note i[b-sg515arcpt] {
        color: #dc3545;
        font-size: 16px;
        flex-shrink: 0;
    }

    .security-note span[b-sg515arcpt] {
        color: #721c24;
        font-weight: 500;
        line-height: 1.4;
    }

.close-dialog[b-sg515arcpt] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .close-dialog:hover[b-sg515arcpt] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* ریسپانسیو */
@media (max-width: 576px) {
    .dialog-content[b-sg515arcpt] {
        max-height: 85vh;
        border-radius: 12px;
    }

    .dialog-header[b-sg515arcpt] {
        padding: 15px;
    }

        .dialog-header h2[b-sg515arcpt] {
            font-size: 18px;
        }

    .dialog-body[b-sg515arcpt] {
        padding: 15px;
    }

    .details-grid[b-sg515arcpt] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .amount-section[b-sg515arcpt] {
        padding: 12px;
    }

    .amount-value[b-sg515arcpt] {
        font-size: 20px;
    }

    .otp-input[b-sg515arcpt] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .verification-section[b-sg515arcpt] {
        padding: 15px;
    }

    .dialog-actions[b-sg515arcpt] {
        flex-direction: column;
    }

    .dialog-btn[b-sg515arcpt] {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .otp-inputs[b-sg515arcpt] {
        gap: 6px;
    }

    .otp-input[b-sg515arcpt] {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .dialog-header h2[b-sg515arcpt] {
        font-size: 16px;
    }

    .dialog-header p[b-sg515arcpt] {
        font-size: 13px;
    }
}

/* تنظیمات برای صفحات خیلی کوچک */
@media (max-height: 700px) {
    .dialog-content[b-sg515arcpt] {
        max-height: 85vh;
    }

    .dialog-body[b-sg515arcpt] {
        padding: 15px;
    }

    .verification-section[b-sg515arcpt] {
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media (max-height: 600px) {
    .dialog-content[b-sg515arcpt] {
        max-height: 80vh;
    }

    .transaction-title[b-sg515arcpt] {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .details-grid[b-sg515arcpt] {
        gap: 8px;
        margin-bottom: 10px;
    }

    .amount-section[b-sg515arcpt] {
        padding: 10px;
        margin-top: 10px;
    }

    .amount-value[b-sg515arcpt] {
        font-size: 20px;
    }

    .verification-message[b-sg515arcpt] {
        margin-bottom: 10px;
        font-size: 12px;
    }
}
/* /Components/Forms/AgreementForm.razor.rz.scp.css */
.container[b-xmfxy2w266] {
    background: white;
    border-radius: 20px;
    font-size: large;
    color: black !important;
    padding: 20px;
}

.agreement-text h3[b-xmfxy2w266] {
    color: #1a5fb4;
    margin: 25px 0 15px 0;
    font-size: 18px;
}

.agreement-text h2[b-xmfxy2w266] {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1a2a6c;
    text-align: center;
}

.agreement-text h1[b-xmfxy2w266] {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.agreement-content[b-xmfxy2w266] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    max-height: 400px;
    overflow-y: auto;
}

.agreement-title[b-xmfxy2w266] {
    color: #1a2a6c;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.agreement-text[b-xmfxy2w266] {
    line-height: 1.8;
    color: #444;
}

    .agreement-text h3[b-xmfxy2w266] {
        color: #1a5fb4;
        margin: 25px 0 15px 0;
        font-size: 18px;
    }

    .agreement-text p[b-xmfxy2w266] {
        margin-bottom: 15px;
        text-align: right;
    }

    .agreement-text ul[b-xmfxy2w266] {
        margin: 15px 0;
        padding-right: 20px;
    }

    .agreement-text li[b-xmfxy2w266] {
        margin-bottom: 10px;
        line-height: 1.6;
    }

.terms-checkbox[b-xmfxy2w266] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f0f7ff;
    border-radius: 8px;
    border: 1px solid #d0e3ff;
}

    .terms-checkbox input[b-xmfxy2w266] {
        margin-left: 15px;
        margin-top: 3px;
        transform: scale(1.2);
    }

    .terms-checkbox label[b-xmfxy2w266] {
        color: #444;
        line-height: 1.6;
        font-weight: 500;
    }

    .terms-checkbox a[b-xmfxy2w266] {
        color: #1a5fb4;
        text-decoration: none;
        font-weight: 600;
    }

        .terms-checkbox a:hover[b-xmfxy2w266] {
            text-decoration: underline;
        }

.actions[b-xmfxy2w266] {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.back-btn[b-xmfxy2w266] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

    .back-btn i[b-xmfxy2w266] {
        margin-right: 8px;
    }

    .back-btn:hover[b-xmfxy2w266] {
        background: #e9ecef;
    }

.continue-btn[b-xmfxy2w266] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

    .continue-btn i[b-xmfxy2w266] {
        margin-right: 8px;
    }

    .continue-btn:hover[b-xmfxy2w266] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.3);
    }

    .continue-btn:disabled[b-xmfxy2w266] {
        background: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
    }

.security-notice[b-xmfxy2w266] {
    display: flex;
    align-items: center;
    background: #f0f7ff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    border-right: 4px solid #1a5fb4;
}

    .security-notice i[b-xmfxy2w266] {
        color: #1a5fb4;
        margin-left: 10px;
        font-size: 18px;
    }

/* استایل‌های ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .container[b-xmfxy2w266] {
        padding: 25px;
    }

    .agreement-content[b-xmfxy2w266] {
        padding: 20px;
        max-height: 300px;
    }

    .terms-checkbox[b-xmfxy2w266] {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .container[b-xmfxy2w266] {
        padding: 20px;
    }

    .logo h1[b-xmfxy2w266] {
        font-size: 24px;
    }

    .agreement-section h2[b-xmfxy2w266] {
        font-size: 24px;
    }

    .actions[b-xmfxy2w266] {
        flex-direction: column;
        gap: 15px;
    }

    .back-btn[b-xmfxy2w266], .continue-btn[b-xmfxy2w266] {
        width: 100%;
        justify-content: center;
    }

    .terms-checkbox[b-xmfxy2w266] {
        flex-direction: column;
        align-items: flex-start;
    }

        .terms-checkbox input[b-xmfxy2w266] {
            margin-left: 0;
            margin-bottom: 10px;
        }
}
/* /Components/Forms/FeedBack.razor.rz.scp.css */
.container[b-5ycgawefnx] {
    max-width: 900px;
    width: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.radio[b-5ycgawefnx] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .radio > input[b-5ycgawefnx] {
        position: absolute;
        appearance: none;
    }

    .radio > label[b-5ycgawefnx] {
        cursor: pointer;
        font-size: 30px;
        position: relative;
        display: inline-block;
        transition: transform 0.3s ease;
    }

        .radio > label > svg[b-5ycgawefnx] {
            fill: #666;
            transition: fill 0.3s ease;
        }

        .radio > label[b-5ycgawefnx]::before,
        .radio > label[b-5ycgawefnx]::after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #ff9e0b;
            border-radius: 50%;
            opacity: 0;
            transform: scale(0);
            transition: transform 0.4s ease, opacity 0.4s ease;
            animation: particle-explosion-b-5ycgawefnx 1s ease-out;
        }

        .radio > label[b-5ycgawefnx]::before {
            top: -15px;
            left: 50%;
            transform: translateX(-50%) scale(0);
        }

        .radio > label[b-5ycgawefnx]::after {
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%) scale(0);
        }

        .radio > label:hover[b-5ycgawefnx]::before,
        .radio > label:hover[b-5ycgawefnx]::after {
            opacity: 1;
            transform: translateX(-50%) scale(1.5);
        }

        .radio > label:hover[b-5ycgawefnx] {
            transform: scale(1.2);
            animation: pulse-b-5ycgawefnx 0.6s infinite alternate;
        }

            /* Star glow and animation on hover */
            .radio > label:hover > svg[b-5ycgawefnx] {
                fill: #ff9e0b;
                filter: drop-shadow(0 0 15px rgba(255, 158, 11, 0.9));
                animation: shimmer-b-5ycgawefnx 1s ease infinite alternate;
            }

    .radio > input:checked + label > svg[b-5ycgawefnx] {
        fill: #ff9e0b;
        filter: drop-shadow(0 0 15px rgba(255, 158, 11, 0.9));
        animation: pulse-b-5ycgawefnx 0.8s infinite alternate;
    }

    .radio > input:checked + label ~ label > svg[b-5ycgawefnx],
    .radio > input:checked + label > svg[b-5ycgawefnx] {
        fill: #ff9e0b; /* Highlight the stars */
    }

@keyframes pulse-b-5ycgawefnx {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes particle-explosion-b-5ycgawefnx {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes shimmer-b-5ycgawefnx {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 158, 11, 0.5));
    }

    100% {
        filter: drop-shadow(0 0 20px rgba(255, 158, 11, 1));
    }
}

.radio > input:checked + label:hover[b-5ycgawefnx],
.radio > input:checked + label:hover ~ label[b-5ycgawefnx] {
    fill: #e58e09;
}

.radio > label:hover[b-5ycgawefnx],
.radio > label:hover ~ label[b-5ycgawefnx] {
    fill: #ff9e0b;
}

.radio input:checked ~ label svg[b-5ycgawefnx] {
    fill: #ffa723;
}



.like-unlike-radio[b-5ycgawefnx] {
    --inactive-color: #515254;
    --active-color: #1877f2;
    --hover: #515254;
    display: flex;
    align-items: center;
    column-gap: 24px;
    flex-shrink: 0;
}

    .like-unlike-radio .custom-radio-fb[b-5ycgawefnx] {
        display: none;
    }

    .like-unlike-radio .feedback-label[b-5ycgawefnx] {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        font-size: 14px;
        font-weight: 600;
        color: var(--inactive-color);
        margin: 0;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
    }

        .like-unlike-radio .feedback-label:hover[b-5ycgawefnx] {
            color: var(--hover);
        }

.icon[b-5ycgawefnx] {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.like-unlike-radio .feedback-label:hover .icon[b-5ycgawefnx] {
    transform: scale(1.3);
}

.like-unlike-radio .custom-radio-fb:checked ~ .feedback-label[b-5ycgawefnx] {
    color: var(--active-color);
}

    .like-unlike-radio .custom-radio-fb:checked ~ .feedback-label svg[b-5ycgawefnx] {
        animation: keyframes-fill-b-5ycgawefnx 0.2s ease-in-out;
    }
.rating-input[b-5ycgawefnx] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}
.rating[b-5ycgawefnx] {
    display: inline-flex;
    flex-direction: row-reverse; /* ستاره 5 اول */
}

.rating-star[b-5ycgawefnx] {
    font-size: 32px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

    .rating-star:hover[b-5ycgawefnx],
    .rating-star:hover ~ .rating-star[b-5ycgawefnx] {
        color: #ffcc00;
    }

    .rating-star.active[b-5ycgawefnx] {
        color: #ffcc00;
    }

/* ------ Animation ------ */
@keyframes keyframes-fill-b-5ycgawefnx {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(-10deg);
    }
}

.rating[b-5ycgawefnx] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input[b-5ycgawefnx] {
        display: none;
    }

    .rating > label[b-5ycgawefnx] {
        position: relative;
        width: 1em;
        font-size: 40pt;
        color: #FFD600;
        cursor: pointer;
    }

        .rating > label[b-5ycgawefnx]::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover[b-5ycgawefnx]:before,
        .rating > label:hover ~ label[b-5ycgawefnx]:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label[b-5ycgawefnx]:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label[b-5ycgawefnx]:before {
        opacity: 0.4;
    }
/* /Components/Forms/Histories/CustomerRequestHistoryComponent.razor.rz.scp.css */
.cartable-container[b-l4f3pb0h6q] {
    max-width: 800px;
    margin: 30px auto;
    padding: 10px;
    font-family: sans-serif;
}

.request-card[b-l4f3pb0h6q] {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

.request-header[b-l4f3pb0h6q] {
    padding: 15px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

    .request-header:hover[b-l4f3pb0h6q] {
        background: #eaeaea;
    }

.phone[b-l4f3pb0h6q] {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.date[b-l4f3pb0h6q] {
    font-size: 12px;
    color: #888;
    align-self: center;
}

.request-details[b-l4f3pb0h6q] {
    padding: 15px;
    background: #fff;
}

.service-list[b-l4f3pb0h6q] {
    list-style: none;
    padding-left: 0;
}

    .service-list li[b-l4f3pb0h6q] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

.request-actions[b-l4f3pb0h6q] {
    margin-top: 10px;
}

    .request-actions button[b-l4f3pb0h6q] {
        margin-right: 10px;
        padding: 6px 12px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

        .request-actions button:hover[b-l4f3pb0h6q] {
            opacity: 0.85;
        }

.scroll-box[b-l4f3pb0h6q] {
    max-height: 600px; /* Adjust as needed */
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    /* Optional: custom scroll bar styling for Chrome & Edge */
    .scroll-box[b-l4f3pb0h6q]::-webkit-scrollbar {
        width: 10px;
    }

    .scroll-box[b-l4f3pb0h6q]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scroll-box[b-l4f3pb0h6q]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .scroll-box[b-l4f3pb0h6q]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Components/Forms/ProfileComponent.razor.rz.scp.css */


.fancy[b-1uhgf64u2l] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

.fancy2[b-1uhgf64u2l]::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: black;
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text[b-1uhgf64u2l] {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.fancy .top-key[b-1uhgf64u2l] {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1[b-1uhgf64u2l] {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2[b-1uhgf64u2l] {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy2:hover[b-1uhgf64u2l] {
    color: white;
    background: black;
}

/*.fancy:hover::before {
            width: 0.9375rem;
            background: white;
        }*/

.fancy:hover .text[b-1uhgf64u2l] {
    color: white;
    padding-left: 1.5em;
}

.fancy:hover .top-key[b-1uhgf64u2l] {
    left: -2px;
    width: 0px;
}

.fancy:hover .bottom-key-1[b-1uhgf64u2l],
.fancy:hover .bottom-key-2[b-1uhgf64u2l] {
    right: 0;
    width: 0;
}
/* /Components/Forms/Service/ConfirmCustomerService.razor.rz.scp.css */
.nav[b-b7upyohd5f] {
    display: grid;
    grid-template-columns: repeat(2, 50%) !important;
}
/* /Components/Forms/Service/Confirm/ConfirmPayaSatna.razor.rz.scp.css */
.bodyForm[b-je8y9z7rqm] {
    font-family: 'Tahoma', sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
}
.container[b-je8y9z7rqm]
{
    padding:0 !important;
}
.form-section[b-je8y9z7rqm] {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
.tab-content[b-je8y9z7rqm]
{
    padding:0 !important;
}
.form-title[b-je8y9z7rqm] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.signature-field[b-je8y9z7rqm] {
    border-bottom: 2px dotted #666;
    min-width: 250px;
    display: inline-block;
    margin: 0 1rem;
}

#AmountLetterTxtbox[b-je8y9z7rqm] {
    font-size: 12pt !important;
}

h2[b-je8y9z7rqm], h3[b-je8y9z7rqm], h4[b-je8y9z7rqm], p[b-je8y9z7rqm], label[b-je8y9z7rqm] {
    font-family: Bzar;
}

.form-label[b-je8y9z7rqm], .form-control[b-je8y9z7rqm], .btn[b-je8y9z7rqm], .form-title[b-je8y9z7rqm] {
    font-family: Bzar;
}
/* /Components/Forms/Service/Confirm/ConfirmPol.razor.rz.scp.css */
.step-indicator[b-6mf9yzbxvq] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}
.container[b-6mf9yzbxvq] {
    padding: 0 !important;
}
.form-section.border[b-6mf9yzbxvq] {
    padding: 10px;
}
    .step-indicator[b-6mf9yzbxvq]::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #e9ecef;
        z-index: 1;
    }

.step[b-6mf9yzbxvq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number[b-6mf9yzbxvq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-number[b-6mf9yzbxvq] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step.completed .step-number[b-6mf9yzbxvq] {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label[b-6mf9yzbxvq] {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label[b-6mf9yzbxvq] {
    color: #007bff;
    font-weight: bold;
}

.step.completed .step-label[b-6mf9yzbxvq] {
    color: #28a745;
}

.form-step[b-6mf9yzbxvq] {
    display: none;
}

    .form-step.active[b-6mf9yzbxvq] {
        display: block;
    }

.card-header[b-6mf9yzbxvq] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-action[b-6mf9yzbxvq] {
    min-width: 100px;
}

/* RTL specific styles */
.rtl-form[b-6mf9yzbxvq] {
    direction: rtl;
    text-align: right;
}

.form-label[b-6mf9yzbxvq] {
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-6mf9yzbxvq] {
    text-align: right;
    direction: rtl;
}

.table[b-6mf9yzbxvq] {
    direction: rtl;
}

    .table th[b-6mf9yzbxvq] {
        text-align: right;
    }

.alert[b-6mf9yzbxvq] {
    text-align: right;
}

.text-center[b-6mf9yzbxvq] {
    text-align: center !important;
}
/* /Components/Forms/Service/Confirm/ConfirmTransfer.razor.rz.scp.css */
.step-indicator[b-i25w66wgwe] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}
.container[b-i25w66wgwe] {
    padding: 0 !important;
}
.form-section.border[b-i25w66wgwe]
{
    padding:10px;
}
.step-indicator[b-i25w66wgwe]::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #e9ecef;
    z-index: 1;
}

.step[b-i25w66wgwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number[b-i25w66wgwe] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-number[b-i25w66wgwe] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step.completed .step-number[b-i25w66wgwe] {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label[b-i25w66wgwe] {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label[b-i25w66wgwe] {
    color: #007bff;
    font-weight: bold;
}

.step.completed .step-label[b-i25w66wgwe] {
    color: #28a745;
}

.form-step[b-i25w66wgwe] {
    display: none;
}

    .form-step.active[b-i25w66wgwe] {
        display: block;
    }

.card-header[b-i25w66wgwe] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-action[b-i25w66wgwe] {
    min-width: 100px;
}

/* RTL specific styles */
.rtl-form[b-i25w66wgwe] {
    direction: rtl;
    text-align: right;
}

.form-label[b-i25w66wgwe] {
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-i25w66wgwe] {
    text-align: right;
    direction: rtl;
}

.table[b-i25w66wgwe] {
    direction: rtl;
}

    .table th[b-i25w66wgwe] {
        text-align: right;
    }

.alert[b-i25w66wgwe] {
    text-align: right;
}

.text-center[b-i25w66wgwe] {
    text-align: center !important;
}
/* /Components/Forms/Service/EntryCustomerService.razor.rz.scp.css */
.fade[b-wy81tze8vq] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .fade.show[b-wy81tze8vq] {
        opacity: 1;
    }

.btn-action[b-wy81tze8vq] {
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
/* /Components/Forms/Service/Entry/EntryPayaSatna.razor.rz.scp.css */
.step-indicator[b-95pqa67ij5] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

    .step-indicator[b-95pqa67ij5]::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #e9ecef;
        z-index: 1;
    }

.step[b-95pqa67ij5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number[b-95pqa67ij5] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-number[b-95pqa67ij5] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step.completed .step-number[b-95pqa67ij5] {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label[b-95pqa67ij5] {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label[b-95pqa67ij5] {
    color: #007bff;
    font-weight: bold;
}

.step.completed .step-label[b-95pqa67ij5] {
    color: #28a745;
}

.form-step[b-95pqa67ij5] {
    display: none;
}

    .form-step.active[b-95pqa67ij5] {
        display: block;
    }

.card-header[b-95pqa67ij5] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-action[b-95pqa67ij5] {
    min-width: 100px;
}

/* RTL specific styles */
.rtl-form[b-95pqa67ij5] {
    direction: rtl;
    text-align: right;
}

.form-label[b-95pqa67ij5] {
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-95pqa67ij5] {
    text-align: right;
    direction: rtl;
}

.table[b-95pqa67ij5] {
    direction: rtl;
}

    .table th[b-95pqa67ij5] {
        text-align: right;
    }

.alert[b-95pqa67ij5] {
    text-align: right;
}

.text-center[b-95pqa67ij5] {
    text-align: center !important;
}
.form-step-card[b-95pqa67ij5]
{
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 24px;
    scroll-margin-top: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
/* /Components/Forms/Service/Entry/EntryPol.razor.rz.scp.css */
.step-indicator[b-xk08fe0jml] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

    .step-indicator[b-xk08fe0jml]::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #e9ecef;
        z-index: 1;
    }

.step[b-xk08fe0jml] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number[b-xk08fe0jml] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-number[b-xk08fe0jml] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step.completed .step-number[b-xk08fe0jml] {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label[b-xk08fe0jml] {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label[b-xk08fe0jml] {
    color: #007bff;
    font-weight: bold;
}

.step.completed .step-label[b-xk08fe0jml] {
    color: #28a745;
}

.form-step[b-xk08fe0jml] {
    display: none;
}

    .form-step.active[b-xk08fe0jml] {
        display: block;
    }

.card-header[b-xk08fe0jml] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-action[b-xk08fe0jml] {
    min-width: 100px;
}

/* RTL specific styles */
.rtl-form[b-xk08fe0jml] {
    direction: rtl;
    text-align: right;
}

.form-label[b-xk08fe0jml] {
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-xk08fe0jml] {
    text-align: right;
    direction: rtl;
}

.table[b-xk08fe0jml] {
    direction: rtl;
}

    .table th[b-xk08fe0jml] {
        text-align: right;
    }

.alert[b-xk08fe0jml] {
    text-align: right;
}

.text-center[b-xk08fe0jml] {
    text-align: center !important;
}
.form-step-card[b-xk08fe0jml] {
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 24px;
    scroll-margin-top: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* /Components/Forms/Service/Entry/EntryTransfer.razor.rz.scp.css */
.step-indicator[b-bchaenmhg7] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

    .step-indicator[b-bchaenmhg7]::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #e9ecef;
        z-index: 1;
    }

.step[b-bchaenmhg7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number[b-bchaenmhg7] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border: 2px solid #e9ecef;
}

.step.active .step-number[b-bchaenmhg7] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step.completed .step-number[b-bchaenmhg7] {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label[b-bchaenmhg7] {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label[b-bchaenmhg7] {
    color: #007bff;
    font-weight: bold;
}

.step.completed .step-label[b-bchaenmhg7] {
    color: #28a745;
}

.form-step[b-bchaenmhg7] {
    display: none;
}

    .form-step.active[b-bchaenmhg7] {
        display: block;
    }

.card-header[b-bchaenmhg7] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-action[b-bchaenmhg7] {
    min-width: 100px;
}

/* RTL specific styles */
.rtl-form[b-bchaenmhg7] {
    direction: rtl;
    text-align: right;
}

.form-label[b-bchaenmhg7] {
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-bchaenmhg7] {
    text-align: right;
    direction: rtl;
}

.table[b-bchaenmhg7] {
    direction: rtl;
}

    .table th[b-bchaenmhg7] {
        text-align: right;
    }

.alert[b-bchaenmhg7] {
    text-align: right;
}

.text-center[b-bchaenmhg7] {
    text-align: center !important;
}
.form-step-card[b-bchaenmhg7] {
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 24px;
    scroll-margin-top: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* /Components/Forms/UploadFileComponent.razor.rz.scp.css */
:root[b-dyubz1km6i] {
    --primary-color: #4361ee;
    --secondary-color: #3f37c9;
    --accent-color: #4895ef;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --success-color: #4cc9f0;
    --card-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}


.upload-container[b-dyubz1km6i] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    transition: var(--transition);
}

    .upload-container:hover[b-dyubz1km6i] {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

.upload-header[b-dyubz1km6i] {
    background: #4361ee;
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.upload-body[b-dyubz1km6i] {
    padding: 30px;
}

.upload-message[b-dyubz1km6i] {
    background-color: #e8f4fd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
    border-left: 4px solid #4895ef;
    transition: all 0.3s ease;
}

    .upload-message.success[b-dyubz1km6i] {
        background-color: #e6f7ee;
        border-left-color: #2ecc71;
    }

    .upload-message.error[b-dyubz1km6i] {
        background-color: #fdecea;
        border-left-color: #e74c3c;
    }

.form-group[b-dyubz1km6i] {
    margin-bottom: 25px;
}

.custom-file-upload[b-dyubz1km6i] {
    border: 2px dashed #ced4da;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

    .custom-file-upload:hover[b-dyubz1km6i] {
        border-color: #4895ef;
        background-color: #edf6ff;
    }

    .custom-file-upload i[b-dyubz1km6i] {
        font-size: 48px;
        color: #4895ef;
        margin-bottom: 15px;
    }

.file-info[b-dyubz1km6i] {
    margin-top: 15px;
    font-size: 14px;
    color: #6c757d;
}

.btn-upload[b-dyubz1km6i] {
    background: #4361ee;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

    .btn-upload:hover[b-dyubz1km6i] {
        background: linear-gradient(to right, #3f37c9, #4361ee);
        transform: translateY(-2px);
    }

    .btn-upload:disabled[b-dyubz1km6i] {
        background: #adb5bd;
        cursor: not-allowed;
        transform: none;
    }

.footer-note[b-dyubz1km6i] {
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* Animation for file selection */
@keyframes pulse-b-dyubz1km6i {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.file-selected[b-dyubz1km6i] {
    animation: pulse-b-dyubz1km6i 0.5s ease;
    border-color: #4cc9f0;
    background-color: #e8f4ff;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .upload-body[b-dyubz1km6i] {
        padding: 20px;
    }

    .upload-header h3[b-dyubz1km6i] {
        font-size: 1.5rem;
    }
}
/* /Components/Meeting/NationalCode.razor.rz.scp.css */
body[b-jqaum03o75] {
    direction: rtl;
}



.registration-container[b-jqaum03o75] {
    max-width: 1200px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    min-height: 80vh;
    position: relative;
}

/* بخش چپ - راهنمایی و عکس نمونه */
.guidance-section[b-jqaum03o75] {
    direction:rtl;
    flex: 1;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    display: flex;
    flex-direction: column;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

    .guidance-section[b-jqaum03o75]::before {
        content: '';
        position: absolute;
        width: 300%;
        height: 300%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        animation: float-b-jqaum03o75 20s linear infinite;
    }

@keyframes float-b-jqaum03o75 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(360deg);
    }
}

.guidance-header[b-jqaum03o75] {
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}

    .guidance-header i[b-jqaum03o75] {
        font-size: 48px;
        color: white;
        margin-bottom: 15px;
        display: block;
    }

    .guidance-header h2[b-jqaum03o75] {
        color: white;
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .guidance-header p[b-jqaum03o75] {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
    }

/* کارت ملی نمونه */
.card-sample-container[b-jqaum03o75] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    z-index: 2;
}

.card-sample[b-jqaum03o75] {
    width: 100%;
    max-width: 400px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.5s ease;
}

    .card-sample:hover[b-jqaum03o75] {
        transform: translateY(-5px) rotateX(2deg);
    }

.card-front01[b-jqaum03o75], .card-back01[b-jqaum03o75] {
    padding: 20px;
    background: white;
}

.card-front01[b-jqaum03o75] {
    border-bottom: 1px solid #eee;
}

.card-sample-title[b-jqaum03o75] {
    text-align: center;
    color: #1a2a6c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .card-sample-title i[b-jqaum03o75] {
        color: #1a5fb4;
    }

.card-sample-image[b-jqaum03o75] {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 2px dashed #1a5fb4;
}

    .card-sample-image[b-jqaum03o75]::before {
        content: 'نمونه کارت ملی';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #666;
        font-size: 16px;
        font-weight: 500;
    }

.card-sample-pattern[b-jqaum03o75] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(26, 95, 180, 0.1) 5px, rgba(26, 95, 180, 0.1) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(53, 132, 228, 0.1) 5px, rgba(53, 132, 228, 0.1) 10px);
}

.card-sample-content[b-jqaum03o75] {
    padding: 15px 0;
    text-align: center;
}

.card-sample-text[b-jqaum03o75] {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.card-sample-highlight[b-jqaum03o75] {
    background: #f0f7ff;
    padding: 10px 15px;
    border-radius: 8px;
    border-right: 4px solid #1a5fb4;
    margin-top: 15px;
}

    .card-sample-highlight span[b-jqaum03o75] {
        color: #1a2a6c;
        font-weight: 600;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }

    .card-sample-highlight small[b-jqaum03o75] {
        color: #666;
        font-size: 12px;
    }

/* نقاط راهنمای روی کارت */
.card-guide-points[b-jqaum03o75] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px;
}

.guide-point[b-jqaum03o75] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    .guide-point:hover[b-jqaum03o75] {
        background: rgba(255, 255, 255, 0.15);
        transform: translateX(-5px);
    }

.guide-point-icon[b-jqaum03o75] {
    width: 24px;
    height: 24px;
    background: white;
    color: #1a5fb4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.guide-point-content[b-jqaum03o75] {
    flex-grow: 1;
}

.guide-point-title[b-jqaum03o75] {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.guide-point-desc[b-jqaum03o75] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    line-height: 1.4;
}

/* بخش راست - فرم ثبت */
.registration-section[b-jqaum03o75] {
    direction:rtl;
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.registration-header[b-jqaum03o75] {
    margin-bottom: 40px;
}

    .registration-header h1[b-jqaum03o75] {
        font-size: 32px;
        color: #1a2a6c;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .registration-header p[b-jqaum03o75] {
        color: #666;
        font-size: 16px;
        line-height: 1.6;
    }

.registration-form[b-jqaum03o75] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group[b-jqaum03o75] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-label[b-jqaum03o75] {
    color: #1a2a6c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .form-label i[b-jqaum03o75] {
        color: #1a5fb4;
        font-size: 18px;
    }

.form-input[b-jqaum03o75] {
    padding: 16px 20px;
    border: 2px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    background: #f8f9fa;
    text-align: center;
    letter-spacing: 2px;
    font-family: monospace;
    font-size: 18px;
}

    .form-input:focus[b-jqaum03o75] {
        border-color: #1a5fb4;
        background: white;
        box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.1);
        outline: none;
    }

    .form-input.valid[b-jqaum03o75] {
        border-color: #2ecc71;
        background: #e7f7ef;
    }

    .form-input.invalid[b-jqaum03o75] {
        border-color: #e74c3c;
        background: #fdedec;
    }

/* فیلد سریال */
.serial-input-container[b-jqaum03o75] {
    position: relative;
}

.serial-mask[b-jqaum03o75] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 5px;
}

.serial-digit[b-jqaum03o75] {
    width: 35px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #1a5fb4;
    font-family: monospace;
}

.serial-separator[b-jqaum03o75] {
    color: #666;
    font-weight: 300;
}

/* پیام‌های اعتبارسنجی */
.validation-message[b-jqaum03o75] {
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    animation: slideIn-b-jqaum03o75 0.3s ease;
}

@keyframes slideIn-b-jqaum03o75 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.validation-success[b-jqaum03o75] {
    background: #e7f7ef;
    color: #27ae60;
    border-right: 4px solid #2ecc71;
}

.validation-error[b-jqaum03o75] {
    background: #fdedec;
    color: #e74c3c;
    border-right: 4px solid #e74c3c;
}

.validation-info[b-jqaum03o75] {
    background: #e3f2fd;
    color: #1a5fb4;
    border-right: 4px solid #1a5fb4;
}

/* ابزار کمکی */
.helper-tools[b-jqaum03o75] {
    background: #f0f7ff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}

.helper-title[b-jqaum03o75] {
    color: #1a2a6c;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.helper-options[b-jqaum03o75] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.helper-btn[b-jqaum03o75] {
    padding: 8px 16px;
    background: white;
    border: 1px solid #d0e3ff;
    border-radius: 8px;
    color: #1a5fb4;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .helper-btn:hover[b-jqaum03o75] {
        background: #e3f0ff;
        transform: translateY(-2px);
    }

/* دکمه‌های اقدام */
.action-buttons[b-jqaum03o75] {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.btn[b-jqaum03o75] {
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.btn-primary[b-jqaum03o75] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    color: white;
    flex: 2;
}

    .btn-primary:hover[b-jqaum03o75] {
        background: linear-gradient(135deg, #164a94, #2a6dc7);
        box-shadow: 0 10px 25px rgba(26, 95, 180, 0.3);
        transform: translateY(-2px);
    }

.btn-secondary[b-jqaum03o75] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
    flex: 1;
}

    .btn-secondary:hover[b-jqaum03o75] {
        background: #e9ecef;
        transform: translateY(-2px);
    }

.btn:disabled[b-jqaum03o75] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* مودال بزرگنمایی عکس */
.image-modal-overlay[b-jqaum03o75] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

    .image-modal-overlay.active[b-jqaum03o75] {
        display: flex;
        opacity: 1;
    }

.image-modal-content[b-jqaum03o75] {
    max-width: 800px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.4s ease;
}

.image-modal-overlay.active .image-modal-content[b-jqaum03o75] {
    transform: scale(1);
}

.image-modal-header[b-jqaum03o75] {
    padding: 20px;
    background: #1a5fb4;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-modal-title[b-jqaum03o75] {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.close-image-modal[b-jqaum03o75] {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .close-image-modal:hover[b-jqaum03o75] {
        background: rgba(255, 255, 255, 0.2);
        transform: rotate(90deg);
    }

.image-modal-body[b-jqaum03o75] {
    padding: 30px;
    text-align: center;
}

.detailed-card-image[b-jqaum03o75] {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 20px;
}

.image-description[b-jqaum03o75] {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

/* دات‌های شناور */
.floating-dots[b-jqaum03o75] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dot[b-jqaum03o75] {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float-dots-b-jqaum03o75 15s infinite linear;
}

@keyframes float-dots-b-jqaum03o75 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(20px, 20px);
    }

    50% {
        transform: translate(0, 40px);
    }

    75% {
        transform: translate(-20px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .registration-container[b-jqaum03o75] {
        flex-direction: column;
        max-width: 600px;
    }

    .guidance-section[b-jqaum03o75] {
        min-height: auto;
        padding: 30px;
    }

    .registration-section[b-jqaum03o75] {
        padding: 40px 30px;
    }

    .card-sample[b-jqaum03o75] {
        max-width: 100%;
    }

    .action-buttons[b-jqaum03o75] {
        flex-direction: column;
    }

    .btn[b-jqaum03o75] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .guidance-header h2[b-jqaum03o75] {
        font-size: 22px;
    }

    .registration-header h1[b-jqaum03o75] {
        font-size: 24px;
    }

    .form-input[b-jqaum03o75] {
        font-size: 16px;
        padding: 14px 16px;
    }

    .serial-digit[b-jqaum03o75] {
        width: 30px;
        height: 45px;
        font-size: 16px;
    }

    .helper-options[b-jqaum03o75] {
        flex-direction: column;
    }

    .helper-btn[b-jqaum03o75] {
        width: 100%;
        justify-content: center;
    }

    .card-sample-image[b-jqaum03o75] {
        height: 180px;
    }
}
/* /Components/Meeting/VideoCallPreflight.razor.rz.scp.css */
body[b-t0spl9z6mp] {
    direction: rtl;
}

.container[b-t0spl9z6mp] {
    max-width: 900px;
    width: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.header[b-t0spl9z6mp] {
    text-align: center;
    margin-bottom: 25px;
}

.logo[b-t0spl9z6mp] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .logo i[b-t0spl9z6mp] {
        font-size: 28px;
        color: #1a5fb4;
        margin-left: 10px;
    }

    .logo h1[b-t0spl9z6mp] {
        font-size: 24px;
        color: #1a5fb4;
        font-weight: 700;
    }

.tech-check-section h2[b-t0spl9z6mp] {
    font-size: 24px;
    margin-bottom: 10px;
    color: #1a2a6c;
    text-align: center;
}

.tech-check-section p[b-t0spl9z6mp] {
    color: #666;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
}

.test-section[b-t0spl9z6mp] {
    /* display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.test-card[b-t0spl9z6mp] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    border: 2px dashed #ddd;
    text-align: center;
}

    .test-card h3[b-t0spl9z6mp] {
        color: #1a2a6c;
        margin-bottom: 15px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

.camera-preview[b-t0spl9z6mp], .audio-visualizer[b-t0spl9z6mp] {
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 8px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.audio-visualizer[b-t0spl9z6mp] {
    background: #1a2a6c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.visualizer-bars[b-t0spl9z6mp] {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 40px;
}

.bar[b-t0spl9z6mp] {
    width: 4px;
    background: #4CAF50;
    border-radius: 2px;
    transition: height 0.1s ease;
}

.test-placeholder[b-t0spl9z6mp] {
    text-align: center;
    color: #999;
}

    .test-placeholder i[b-t0spl9z6mp] {
        font-size: 36px;
        margin-bottom: 8px;
        display: block;
    }

.test-controls[b-t0spl9z6mp] {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
}

.test-btn[b-t0spl9z6mp] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
    flex: 1;
    justify-content: center;
}

.start-btn[b-t0spl9z6mp] {
    background: #1a5fb4;
    color: white;
}

    .start-btn:hover[b-t0spl9z6mp] {
        background: #164a94;
    }

.stop-btn[b-t0spl9z6mp] {
    background: #dc3545;
    color: white;
}

    .stop-btn:hover[b-t0spl9z6mp] {
        background: #c82333;
    }

.test-btn:disabled[b-t0spl9z6mp] {
    background: #cccccc;
    cursor: not-allowed;
}

.volume-indicator[b-t0spl9z6mp] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    justify-content: center;
}

.volume-bar[b-t0spl9z6mp] {
    width: 80px;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.volume-level[b-t0spl9z6mp] {
    height: 100%;
    background: #4CAF50;
    width: 0%;
    transition: width 0.2s ease;
}

.status-card[b-t0spl9z6mp] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    border-right: 4px solid #e0e0e0;
}

    .status-card.success[b-t0spl9z6mp] {
        border-right-color: #28a745;
        background: #f8fff9;
    }

    .status-card.error[b-t0spl9z6mp] {
        border-right-color: #dc3545;
        background: #fff5f5;
    }

    .status-card.pending[b-t0spl9z6mp] {
        border-right-color: #6c757d;
    }

.status-header[b-t0spl9z6mp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.status-title[b-t0spl9z6mp] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1a2a6c;
    font-size: 14px;
}

    .status-title i[b-t0spl9z6mp] {
        margin-left: 10px;
        font-size: 16px;
    }

.status-badge[b-t0spl9z6mp] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-success[b-t0spl9z6mp] {
    background: #d4edda;
    color: #155724;
}

.badge-error[b-t0spl9z6mp] {
    background: #f8d7da;
    color: #721c24;
}

.badge-pending[b-t0spl9z6mp] {
    background: #e2e3e5;
    color: #383d41;
}

.status-details[b-t0spl9z6mp] {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.progress-info[b-t0spl9z6mp] {
    text-align: center;
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}

.spinner[b-t0spl9z6mp] {
    width: 30px;
    height: 30px;
    border: 3px solid #f0f0f0;
    border-top: 3px solid #1a5fb4;
    border-radius: 50%;
    animation: spin-b-t0spl9z6mp 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin-b-t0spl9z6mp {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.actions[b-t0spl9z6mp] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.back-btn[b-t0spl9z6mp] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

    .back-btn i[b-t0spl9z6mp] {
        margin-right: 8px;
    }

    .back-btn:hover[b-t0spl9z6mp] {
        background: #e9ecef;
    }

.retry-btn[b-t0spl9z6mp] {
    background: #ffc107;
    color: #856404;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

    .retry-btn i[b-t0spl9z6mp] {
        margin-right: 8px;
    }

    .retry-btn:hover[b-t0spl9z6mp] {
        background: #e0a800;
    }

.continue-btn[b-t0spl9z6mp] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

    .continue-btn i[b-t0spl9z6mp] {
        margin-right: 8px;
    }

    .continue-btn:hover[b-t0spl9z6mp] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
        box-shadow: 0 3px 10px rgba(26, 95, 180, 0.3);
    }

    .continue-btn:disabled[b-t0spl9z6mp] {
        background: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
    }

.summary[b-t0spl9z6mp] {
    text-align: center;
    margin: 15px 0;
    padding: 12px;
    background: #f0f7ff;
    border-radius: 8px;
    border-right: 4px solid #1a5fb4;
}

.summary-text[b-t0spl9z6mp] {
    font-size: 14px;
    color: #1a5fb4;
    font-weight: 600;
}

video[b-t0spl9z6mp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .container[b-t0spl9z6mp] {
        padding: 20px;
    }

    .test-section[b-t0spl9z6mp] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .camera-preview[b-t0spl9z6mp], .audio-visualizer[b-t0spl9z6mp] {
        height: 120px;
    }

    .actions[b-t0spl9z6mp] {
        flex-direction: column;
    }

    .status-header[b-t0spl9z6mp] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .status-badge[b-t0spl9z6mp] {
        align-self: flex-start;
    }
}
/* /Components/Meeting/VideoSession.razor.rz.scp.css */
.video-call-container[b-s9j5s8ec0e] {
    display: flex;
    height: 85vh;
}

button.nav-link.active[b-s9j5s8ec0e] {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent !important;
    border-bottom-color: transparent !important;
    transition: all 0.3s;
    font-weight: 600;
    color: #666 !important;
}

.nav[b-s9j5s8ec0e] {
    display: grid;
    grid-template-columns: repeat(2, 50%) !important;
}

    main[b-s9j5s8ec0e] {
        padding: 0px;
    }
    /* بخش ویدئو */
    .video-section[b-s9j5s8ec0e] {
        flex: 1;
        background: #000;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden
    }

    .video-header[b-s9j5s8ec0e] {
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
    }

    .call-info[b-s9j5s8ec0e] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .call-info i[b-s9j5s8ec0e] {
            color: #4CAF50;
        }

    .call-timer[b-s9j5s8ec0e] {
        background: rgba(255, 255, 255, 0.2);
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 14px;
        display:none;
    }

    .mobile-forms-toggle[b-s9j5s8ec0e] {
        display: none;
        background: #1a5fb4;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
        align-items: center;
        gap: 8px;
        position: relative;
        top: 40px;
    }

    .mobile-forms-toggle2[b-s9j5s8ec0e] {
        display: none;
        background: #ed1398;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
        align-items: center;
        gap: 8px;
    }

    .video-container[b-s9j5s8ec0e] {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 75vh;
    }

    .remote-video[b-s9j5s8ec0e] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .local-video[b-s9j5s8ec0e] {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 200px;
        height: 150px;
        border: 2px solid white;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .video-controls[b-s9j5s8ec0e] {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
    }

    .control-btn[b-s9j5s8ec0e] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .end-call[b-s9j5s8ec0e] {
        background: #dc3545;
        color: white;
    }

    .mute-audio[b-s9j5s8ec0e] {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .mute-video[b-s9j5s8ec0e] {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }
    /* بخش فرم‌ها */
    .forms-section[b-s9j5s8ec0e] {
        width: 400px;
        background: white;
        display: flex;
        flex-direction: column;
        border-right: 1px solid #e0e0e0;
        transition: transform 0.3s ease;
    }

    .forms-header[b-s9j5s8ec0e] {
        padding: 20px;
        background: #f8f9fa;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .forms-header h2[b-s9j5s8ec0e] {
            color: #1a2a6c;
            font-size: 20px;
            margin-bottom: 5px;
        }

        .forms-header p[b-s9j5s8ec0e] {
            color: #666;
            font-size: 14px;
        }

    .close-forms[b-s9j5s8ec0e] {
        display: none;
        background: none;
        border: none;
        font-size: 20px;
        color: #666;
        cursor: pointer;
    }

    .forms-tabs[b-s9j5s8ec0e] {
        display: flex;
        background: #f0f7ff;
        border-bottom: 1px solid #e0e0e0;
    }

    .form-tab[b-s9j5s8ec0e] {
        flex: 1;
        padding: 15px;
        text-align: center;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
        font-weight: 600;
        color: #666;
    }

        .form-tab.active[b-s9j5s8ec0e] {
            border-bottom-color: #1a5fb4;
            color: #1a5fb4;
            background: white;
        }

    .forms-content[b-s9j5s8ec0e] {
        flex: 1;
        overflow-y: auto;
        padding: 4px;
    }

    .form-container[b-s9j5s8ec0e] {
        display: none;
    }

        .form-container.active[b-s9j5s8ec0e] {
            display: block;
        }

    .form-title[b-s9j5s8ec0e] {
        color: #1a2a6c;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f0f7ff;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .form-group[b-s9j5s8ec0e] {
        margin-bottom: 20px;
    }

    .form-label[b-s9j5s8ec0e] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #444;
        font-size: 14px;
    }

    .form-input[b-s9j5s8ec0e] {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s;
    }

        .form-input:focus[b-s9j5s8ec0e] {
            border-color: #1a5fb4;
            box-shadow: 0 0 0 2px rgba(26, 95, 180, 0.2);
            outline: none;
        }

    .form-select[b-s9j5s8ec0e] {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        background: white;
        cursor: pointer;
    }

    .form-actions[b-s9j5s8ec0e] {
        display: flex;
        gap: 10px;
        margin-top: 25px;
    }

    .btn[b-s9j5s8ec0e] {
        padding: 12px 20px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .btn-primary[b-s9j5s8ec0e] {
        background: linear-gradient(to left, #1a5fb4, #3584e4);
        color: white;
    }

        .btn-primary:hover[b-s9j5s8ec0e] {
            background: linear-gradient(to left, #164a94, #2a6dc7);
        }

    .btn-secondary[b-s9j5s8ec0e] {
        background: #f8f9fa;
        color: #1a5fb4;
        border: 1px solid #ddd;
    }

        .btn-secondary:hover[b-s9j5s8ec0e] {
            background: #e9ecef;
        }

    .form-status[b-s9j5s8ec0e] {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        padding: 10px;
        background: #f0f7ff;
        border-radius: 8px;
        font-size: 13px;
    }

    .status-indicator[b-s9j5s8ec0e] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .status-pending[b-s9j5s8ec0e] {
        background: #ffc107;
    }

    .status-completed[b-s9j5s8ec0e] {
        background: #28a745;
    }

    .status-in-progress[b-s9j5s8ec0e] {
        background: #1a5fb4;
    }

    .participant-info[b-s9j5s8ec0e] {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 8px;
    }

    .participant-avatar[b-s9j5s8ec0e] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #1a5fb4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
    }

    .participant-details[b-s9j5s8ec0e] {
        flex: 1;
    }

    .participant-name[b-s9j5s8ec0e] {
        font-weight: 600;
        color: #1a2a6c;
    }

    .participant-role[b-s9j5s8ec0e] {
        font-size: 12px;
        color: #666;
    }
    /* وضعیت‌های فرم */
    .form-progress[b-s9j5s8ec0e] {
        margin: 20px 0;
    }

    .progress-bar[b-s9j5s8ec0e] {
        height: 6px;
        background: #e0e0e0;
        border-radius: 3px;
        overflow: hidden;
    }

    .progress-fill[b-s9j5s8ec0e] {
        height: 100%;
        background: #1a5fb4;
        border-radius: 3px;
        transition: width 0.5s ease;
    }

    .progress-text[b-s9j5s8ec0e] {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    /* حالت پاسخ‌های همزمان */
    .sync-indicator[b-s9j5s8ec0e] {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: #e8f5e9;
        border-radius: 6px;
        margin-bottom: 15px;
        font-size: 12px;
        color: #2e7d32;
    }

        .sync-indicator i[b-s9j5s8ec0e] {
            animation: pulse-b-s9j5s8ec0e 1.5s infinite;
        }

    @keyframes pulse-b-s9j5s8ec0e {
        0% {
            opacity: 0.6;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0.6;
        }
    }
    /* مدال فرم‌ها در موبایل */
    .forms-modal[b-s9j5s8ec0e] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1000;
        flex-direction: column;
    }

        .forms-modal.active[b-s9j5s8ec0e] {
            display: flex;
        }

    .modal-header[b-s9j5s8ec0e] {
        padding: 15px 20px;
        background: #f8f9fa;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal-title[b-s9j5s8ec0e] {
        color: #1a2a6c;
        font-size: 18px;
        font-weight: 600;
    }

    .close-modal[b-s9j5s8ec0e] {
        background: none;
        border: none;
        font-size: 20px;
        color: #666;
        cursor: pointer;
    }

    .modal-content[b-s9j5s8ec0e] {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
    }
    /* ریسپانسیو */
    @media (max-width: 1200px) {
        .forms-section[b-s9j5s8ec0e] {
            width: 100%;
        }


        .local-video[b-s9j5s8ec0e] {
            width: 180px;
            height: 135px;
        }
    }

    @media (max-width: 768px) {
        #screenShare[b-s9j5s8ec0e] {
            display: none;
        }

        .video-call-container[b-s9j5s8ec0e] {
            flex-direction: column;
        }

        .video-section[b-s9j5s8ec0e] {
            /* display: none;*/
            height: 70vh;
        }

        .active-mobile[b-s9j5s8ec0e] {
            display: flex !important;
        }

        .disable-mobile[b-s9j5s8ec0e] {
            display: none !important;
        }

        .forms-section[b-s9j5s8ec0e] {
            display: none;
            height: 90vh;
        }

        .mobile-forms-toggle[b-s9j5s8ec0e] {
            display: flex;
        }

        .mobile-forms-toggle2[b-s9j5s8ec0e] {
            display: block;
        }

        .local-video[b-s9j5s8ec0e] {
            width: 120px;
            height: 90px;
            bottom: 10px;
            left: 10px;
        }

        .video-controls[b-s9j5s8ec0e] {
            bottom: 10px;
            gap: 10px;
        }

        .control-btn[b-s9j5s8ec0e] {
            width: 45px;
            height: 45px;
            font-size: 16px;
        }

        .forms-modal .forms-tabs[b-s9j5s8ec0e] {
            flex-direction: column;
        }

        .forms-modal .form-tab[b-s9j5s8ec0e] {
            border-bottom: 1px solid #e0e0e0;
            border-left: 3px solid transparent;
        }

            .forms-modal .form-tab.active[b-s9j5s8ec0e] {
                border-left-color: #1a5fb4;
                border-bottom-color: #e0e0e0;
            }
    }

    @media (max-width: 480px) {
        .video-header[b-s9j5s8ec0e] {
            padding: 10px 15px;
        }

        .local-video[b-s9j5s8ec0e] {
            width: 100px;
            height: 75px;
            bottom: 5px;
            left: 5px;
        }

        .video-controls[b-s9j5s8ec0e] {
            bottom: 5px;
            gap: 8px;
        }

        .control-btn[b-s9j5s8ec0e] {
            width: 40px;
            height: 40px;
            font-size: 14px;
        }

        .modal-content[b-s9j5s8ec0e] {
            padding: 15px;
        }
    }
/* /Components/Meeting/VideoSessionOperator.razor.rz.scp.css */
.video-call-container[b-ox4d8g1pnx] {
    display: flex;
    height: 85vh;
}

button.nav-link.active[b-ox4d8g1pnx] {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent !important;
    border-bottom-color: transparent !important;
    transition: all 0.3s;
    font-weight: 600;
    color: #666 !important;
}

main[b-ox4d8g1pnx] {
    padding: 0px;
}
/* بخش ویدئو */
.video-section[b-ox4d8g1pnx] {
    flex: 1;
    background: #000;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.video-header[b-ox4d8g1pnx] {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.call-info[b-ox4d8g1pnx] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .call-info i[b-ox4d8g1pnx] {
        color: #4CAF50;
    }

.call-timer[b-ox4d8g1pnx] {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    display:none;
}

.mobile-forms-toggle[b-ox4d8g1pnx] {
    display: none;
    background: #1a5fb4;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    position: relative;
    top: 40px;
}

.mobile-forms-toggle2[b-ox4d8g1pnx] {
    display: none;
    background: #ed1398;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
}
.open-confirm[b-ox4d8g1pnx] {
    
    background: #0e41e9;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
}
.btn-disabled[b-ox4d8g1pnx] {
    background-color: #ddd;
    color: #888;
    cursor: not-allowed;
    pointer-events: none;
}

.spinner[b-ox4d8g1pnx] {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-ox4d8g1pnx 1s linear infinite;
}

@keyframes spin-b-ox4d8g1pnx {
    to {
        transform: rotate(360deg);
    }
}
.video-container[b-ox4d8g1pnx] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75vh;
}

.remote-video[b-ox4d8g1pnx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.local-video[b-ox4d8g1pnx] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 150px;
    border: 2px solid white;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.video-controls[b-ox4d8g1pnx] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.control-btn[b-ox4d8g1pnx] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.end-call[b-ox4d8g1pnx] {
    background: #c42e1d;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
}

.mute-audio[b-ox4d8g1pnx] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.mute-video[b-ox4d8g1pnx] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* بخش فرم‌ها */
.forms-section[b-ox4d8g1pnx] {
    width: 400px;
    background: white;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
    transition: transform 0.3s ease;
}

.forms-header[b-ox4d8g1pnx] {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .forms-header h2[b-ox4d8g1pnx] {
        color: #1a2a6c;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .forms-header p[b-ox4d8g1pnx] {
        color: #666;
        font-size: 14px;
    }

.close-forms[b-ox4d8g1pnx] {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.forms-tabs[b-ox4d8g1pnx] {
    display: flex;
    background: #f0f7ff;
    border-bottom: 1px solid #e0e0e0;
}

.form-tab[b-ox4d8g1pnx] {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    font-weight: 600;
    color: #666;
}

    .form-tab.active[b-ox4d8g1pnx] {
        border-bottom-color: #1a5fb4;
        color: #1a5fb4;
        background: white;
    }

.forms-content[b-ox4d8g1pnx] {
    flex: 1;
    overflow-y: auto;
    padding: 4px;
}

.form-container[b-ox4d8g1pnx] {
    display: none;
}

    .form-container.active[b-ox4d8g1pnx] {
        display: block;
    }

.form-title[b-ox4d8g1pnx] {
    color: #1a2a6c;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f7ff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group[b-ox4d8g1pnx] {
    margin-bottom: 20px;
}

.form-label[b-ox4d8g1pnx] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

.form-input[b-ox4d8g1pnx] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

    .form-input:focus[b-ox4d8g1pnx] {
        border-color: #1a5fb4;
        box-shadow: 0 0 0 2px rgba(26, 95, 180, 0.2);
        outline: none;
    }

.form-select[b-ox4d8g1pnx] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
}

.form-actions[b-ox4d8g1pnx] {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.btn[b-ox4d8g1pnx] {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary[b-ox4d8g1pnx] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
}

    .btn-primary:hover[b-ox4d8g1pnx] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
    }

.btn-secondary[b-ox4d8g1pnx] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
}

    .btn-secondary:hover[b-ox4d8g1pnx] {
        background: #e9ecef;
    }

.form-status[b-ox4d8g1pnx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 10px;
    background: #f0f7ff;
    border-radius: 8px;
    font-size: 13px;
}

.status-indicator[b-ox4d8g1pnx] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-pending[b-ox4d8g1pnx] {
    background: #ffc107;
}

.status-completed[b-ox4d8g1pnx] {
    background: #28a745;
}

.status-in-progress[b-ox4d8g1pnx] {
    background: #1a5fb4;
}

.participant-info[b-ox4d8g1pnx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.participant-avatar[b-ox4d8g1pnx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a5fb4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.participant-details[b-ox4d8g1pnx] {
    flex: 1;
}

.participant-name[b-ox4d8g1pnx] {
    font-weight: 600;
    color: #1a2a6c;
}

.participant-role[b-ox4d8g1pnx] {
    font-size: 12px;
    color: #666;
}

/* وضعیت‌های فرم */
.form-progress[b-ox4d8g1pnx] {
    margin: 20px 0;
}

.progress-bar[b-ox4d8g1pnx] {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-ox4d8g1pnx] {
    height: 100%;
    background: #1a5fb4;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-text[b-ox4d8g1pnx] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

/* حالت پاسخ‌های همزمان */
.sync-indicator[b-ox4d8g1pnx] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #e8f5e9;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #2e7d32;
}

    .sync-indicator i[b-ox4d8g1pnx] {
        animation: pulse-b-ox4d8g1pnx 1.5s infinite;
    }

@keyframes pulse-b-ox4d8g1pnx {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

/* مدال فرم‌ها در موبایل */
.forms-modal[b-ox4d8g1pnx] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    flex-direction: column;
}

    .forms-modal.active[b-ox4d8g1pnx] {
        display: flex;
    }

.modal-header[b-ox4d8g1pnx] {
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-ox4d8g1pnx] {
    color: #1a2a6c;
    font-size: 18px;
    font-weight: 600;
}

.close-modal[b-ox4d8g1pnx] {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.modal-content[b-ox4d8g1pnx] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* ریسپانسیو */
@media (max-width: 1200px) {
    .forms-section[b-ox4d8g1pnx] {
        width: 100%;
    }


    .local-video[b-ox4d8g1pnx] {
        width: 180px;
        height: 135px;
    }
}

@media (max-width: 768px) {
    #screenShare[b-ox4d8g1pnx] {
        display: none;
    }

    .video-call-container[b-ox4d8g1pnx] {
        flex-direction: column;
    }

    .video-section[b-ox4d8g1pnx] {
        /* display: none;*/
        height: 70vh;
    }

    .active-mobile[b-ox4d8g1pnx] {
        display: flex !important;
    }

    .disable-mobile[b-ox4d8g1pnx] {
        display: none !important;
    }

    .forms-section[b-ox4d8g1pnx] {
        display: none;
        height: 90vh;
    }

    .mobile-forms-toggle[b-ox4d8g1pnx] {
        display: flex;
    }

    .mobile-forms-toggle2[b-ox4d8g1pnx] {
        display: block;
    }

    .local-video[b-ox4d8g1pnx] {
        width: 120px;
        height: 90px;
        bottom: 10px;
        left: 10px;
    }

    .video-controls[b-ox4d8g1pnx] {
        bottom: 10px;
        gap: 10px;
    }

    .control-btn[b-ox4d8g1pnx] {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .forms-modal .forms-tabs[b-ox4d8g1pnx] {
        flex-direction: column;
    }

    .forms-modal .form-tab[b-ox4d8g1pnx] {
        border-bottom: 1px solid #e0e0e0;
        border-left: 3px solid transparent;
    }

        .forms-modal .form-tab.active[b-ox4d8g1pnx] {
            border-left-color: #1a5fb4;
            border-bottom-color: #e0e0e0;
        }
}

@media (max-width: 480px) {
    .video-header[b-ox4d8g1pnx] {
        padding: 10px 15px;
    }

    .local-video[b-ox4d8g1pnx] {
        width: 100px;
        height: 75px;
        bottom: 5px;
        left: 5px;
    }

    .video-controls[b-ox4d8g1pnx] {
        bottom: 5px;
        gap: 8px;
    }

    .control-btn[b-ox4d8g1pnx] {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .modal-content[b-ox4d8g1pnx] {
        padding: 15px;
    }
}
/* /Components/Panel/RequestPanel.razor.rz.scp.css */
.cartable-container[b-qthgplnepc] {
    max-width: 800px;
    margin: 30px auto;
    padding: 10px;
    font-family: sans-serif;
}

.request-card[b-qthgplnepc] {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

.request-header[b-qthgplnepc] {
    padding: 15px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

    .request-header:hover[b-qthgplnepc] {
        background: #eaeaea;
    }

.phone[b-qthgplnepc] {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.date[b-qthgplnepc] {
    font-size: 12px;
    color: #888;
    align-self: center;
}

.request-details[b-qthgplnepc] {
    padding: 15px;
    background: #fff;
}

.service-list[b-qthgplnepc] {
    list-style: none;
    padding-left: 0;
}

    .service-list li[b-qthgplnepc] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

.request-actions[b-qthgplnepc] {
    margin-top: 10px;
}

    .request-actions button[b-qthgplnepc] {
        margin-right: 10px;
        padding: 6px 12px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

        .request-actions button:hover[b-qthgplnepc] {
            opacity: 0.85;
        }

.scroll-box[b-qthgplnepc] {
    max-height: 600px; /* Adjust as needed */
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    /* Optional: custom scroll bar styling for Chrome & Edge */
    .scroll-box[b-qthgplnepc]::-webkit-scrollbar {
        width: 10px;
    }

    .scroll-box[b-qthgplnepc]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scroll-box[b-qthgplnepc]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .scroll-box[b-qthgplnepc]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Components/Panel/ServicePanel.razor.rz.scp.css */
body[b-apt9qty3sb] {
    direction: rtl;
}

.container[b-apt9qty3sb] {
    max-width: 1000px;
    width: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.header[b-apt9qty3sb] {
    text-align: center;
    margin-bottom: 40px;
}

.logo[b-apt9qty3sb] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .logo i[b-apt9qty3sb] {
        font-size: 32px;
        color: #1a5fb4;
        margin-left: 10px;
    }

    .logo h1[b-apt9qty3sb] {
        font-size: 28px;
        color: #1a5fb4;
        font-weight: 700;
    }

.service-selection h2[b-apt9qty3sb] {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1a2a6c;
    text-align: center;
}

.service-selection p[b-apt9qty3sb] {
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.customer-card[b-apt9qty3sb] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 40px;
    border-right: 4px solid #1a5fb4;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .customer-card h3[b-apt9qty3sb] {
        color: #1a2a6c;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .customer-card h3 i[b-apt9qty3sb] {
            margin-left: 10px;
            color: #1a5fb4;
        }

.customer-info[b-apt9qty3sb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-item[b-apt9qty3sb] {
    margin-bottom: 10px;
}

.info-label[b-apt9qty3sb] {
    font-weight: 600;
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}

.info-value[b-apt9qty3sb] {
    color: #333;
    background: white;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-weight: 500;
}

.services-grid[b-apt9qty3sb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.service-card[b-apt9qty3sb] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

    .service-card:hover[b-apt9qty3sb] {
        border-color: #1a5fb4;
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(26, 95, 180, 0.15);
    }

    .service-card.selected[b-apt9qty3sb] {
        border-color: #1a5fb4;
        background: #f0f7ff;
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.1);
    }

.checkmark[b-apt9qty3sb] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #1a5fb4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(26, 95, 180, 0.3);
}

.service-card.selected .checkmark[b-apt9qty3sb] {
    opacity: 1;
    transform: scale(1);
}

.service-icon-small[b-apt9qty3sb] {
    font-size: 48px;
    color: #1a5fb4;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f7ff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.service-card.selected .service-icon-small[b-apt9qty3sb] {
    background: #1a5fb4;
    color: white;
}

.service-title[b-apt9qty3sb] {
    font-weight: 600;
    color: #1a2a6c;
    margin-bottom: 12px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.service-card.selected .service-title[b-apt9qty3sb] {
    color: #1a5fb4;
}

.service-desc[b-apt9qty3sb] {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.service-points[b-apt9qty3sb] {
    margin-top: 10px;
    font-size: 13px;
    color: #1a5fb4;
    font-weight: 600;
    background: #e8f2ff;
    padding: 5px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.service-card.selected .service-points[b-apt9qty3sb] {
    background: #1a5fb4;
    color: white;
}

.selected-count[b-apt9qty3sb] {
    text-align: center;
    margin-bottom: 20px;
    color: #1a5fb4;
    font-weight: 600;
    font-size: 16px;
}

.actions[b-apt9qty3sb] {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.back-btn[b-apt9qty3sb] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

    .back-btn i[b-apt9qty3sb] {
        margin-right: 8px;
    }

    .back-btn:hover[b-apt9qty3sb] {
        background: #e9ecef;
    }

.continue-btn[b-apt9qty3sb] {
    background: linear-gradient(to left, #1a5fb4, #3584e4);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

    .continue-btn i[b-apt9qty3sb] {
        margin-right: 8px;
    }

    .continue-btn:hover[b-apt9qty3sb] {
        background: linear-gradient(to left, #164a94, #2a6dc7);
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.3);
    }

    .continue-btn:disabled[b-apt9qty3sb] {
        background: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
    }

/* استایل‌های ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .container[b-apt9qty3sb] {
        padding: 25px;
    }

    .customer-info[b-apt9qty3sb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid[b-apt9qty3sb] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-icon-small[b-apt9qty3sb] {
        font-size: 40px;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .container[b-apt9qty3sb] {
        padding: 20px;
    }

    .logo h1[b-apt9qty3sb] {
        font-size: 24px;
    }

    .service-selection h2[b-apt9qty3sb] {
        font-size: 24px;
    }

    .customer-info[b-apt9qty3sb] {
        grid-template-columns: 1fr;
    }

    .services-grid[b-apt9qty3sb] {
        grid-template-columns: 1fr;
    }

    .actions[b-apt9qty3sb] {
        flex-direction: column;
        gap: 15px;
    }

    .back-btn[b-apt9qty3sb], .continue-btn[b-apt9qty3sb] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Utile/Calculator.razor.rz.scp.css */
.calculator-container[b-l9dmrvf85x] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.calculator-input[b-l9dmrvf85x] {
    cursor: pointer;
}

.calculator-popup[b-l9dmrvf85x] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 15px;
    margin-top: 5px;
    min-width: 250px;
}

.calculator-display[b-l9dmrvf85x] {
    margin-bottom: 10px;
}

.calc-display[b-l9dmrvf85x] {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f9fa;
}

.calculator-buttons[b-l9dmrvf85x] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.calc-btn[b-l9dmrvf85x] {
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

    .calc-btn:hover[b-l9dmrvf85x] {
        background: #f0f0f0;
    }

    .calc-btn.btn-primary[b-l9dmrvf85x] {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .calc-btn.btn-secondary[b-l9dmrvf85x] {
        background: #6c757d;
        color: white;
        border-color: #6c757d;
    }

    .calc-btn.btn-success[b-l9dmrvf85x] {
        background: #28a745;
        color: white;
        border-color: #28a745;
    }

    .calc-btn.btn-danger[b-l9dmrvf85x] {
        background: #dc3545;
        color: white;
        border-color: #dc3545;
    }

.span-2[b-l9dmrvf85x] {
    grid-column: span 2;
}
/* /Pages/About/About.razor.rz.scp.css */
.about-container[b-tzfqjxaqea] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    direction:rtl;
}

/* هدر صفحه */
.page-header[b-tzfqjxaqea] {
    text-align: center;
    margin-bottom: 50px;
}

.header-icon[b-tzfqjxaqea] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    color: white;
    transform: rotate(-10deg);
    animation: float-b-tzfqjxaqea 3s ease-in-out infinite;
    box-shadow: 0 15px 30px rgba(26, 95, 180, 0.4);
}

@keyframes float-b-tzfqjxaqea {
    0%, 100% {
        transform: translateY(0) rotate(-10deg);
    }

    50% {
        transform: translateY(-15px) rotate(-10deg);
    }
}

.page-header h1[b-tzfqjxaqea] {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #a8d8ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.page-header p[b-tzfqjxaqea] {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* بخش معرفی */
.intro-section[b-tzfqjxaqea] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .intro-section:hover[b-tzfqjxaqea] {
        transform: translateY(-5px);
    }

.intro-content[b-tzfqjxaqea] {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.intro-text[b-tzfqjxaqea] {
    flex: 1;
}

    .intro-text h2[b-tzfqjxaqea] {
        font-size: 28px;
        color: #1a2a6c;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
    }

        .intro-text h2[b-tzfqjxaqea]::after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #1a5fb4, #3584e4);
            border-radius: 3px;
        }

    .intro-text p[b-tzfqjxaqea] {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 20px;
    }

.intro-stats[b-tzfqjxaqea] {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.stat-item[b-tzfqjxaqea] {
    text-align: center;
}

.stat-number[b-tzfqjxaqea] {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label[b-tzfqjxaqea] {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.intro-image[b-tzfqjxaqea] {
    flex: 1;
    text-align: center;
}

    .intro-image i[b-tzfqjxaqea] {
        font-size: 200px;
        color: #1a5fb4;
        opacity: 0.8;
        transition: transform 0.3s ease;
    }

        .intro-image i:hover[b-tzfqjxaqea] {
            transform: scale(1.05);
        }

/* کارت‌های ویژگی‌ها */
.features-section[b-tzfqjxaqea] {
    margin-bottom: 40px;
}

.section-title[b-tzfqjxaqea] {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2[b-tzfqjxaqea] {
        font-size: 32px;
        color: white;
        margin-bottom: 10px;
    }

    .section-title p[b-tzfqjxaqea] {
        color: rgba(255, 255, 255, 0.7);
    }

.features-grid[b-tzfqjxaqea] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-card[b-tzfqjxaqea] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .feature-card:hover[b-tzfqjxaqea] {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    }

.feature-icon[b-tzfqjxaqea] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon[b-tzfqjxaqea] {
    transform: scale(1.1) rotate(5deg);
}

.feature-card h3[b-tzfqjxaqea] {
    font-size: 20px;
    color: #1a2a6c;
    margin-bottom: 15px;
}

.feature-card p[b-tzfqjxaqea] {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* بخش نحوه کار */
.howitworks-section[b-tzfqjxaqea] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .howitworks-section h2[b-tzfqjxaqea] {
        text-align: center;
        font-size: 28px;
        color: #1a2a6c;
        margin-bottom: 40px;
    }

.steps-container[b-tzfqjxaqea] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.step[b-tzfqjxaqea] {
    flex: 1;
    text-align: center;
    position: relative;
}

    .step:not(:last-child)[b-tzfqjxaqea]::after {
        content: '';
        position: absolute;
        top: 35px;
        left: -30px;
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg, #1a5fb4, #3584e4);
    }

.step-number[b-tzfqjxaqea] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.step h4[b-tzfqjxaqea] {
    font-size: 18px;
    color: #1a2a6c;
    margin-bottom: 10px;
}

.step p[b-tzfqjxaqea] {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* بخش تیم */
.team-section[b-tzfqjxaqea] {
    margin-bottom: 40px;
}

.team-grid[b-tzfqjxaqea] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.team-card[b-tzfqjxaqea] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .team-card:hover[b-tzfqjxaqea] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.team-avatar[b-tzfqjxaqea] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 40px;
    color: white;
}

.team-card h4[b-tzfqjxaqea] {
    font-size: 18px;
    color: #1a2a6c;
    margin-bottom: 5px;
}

.team-card p[b-tzfqjxaqea] {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.team-social[b-tzfqjxaqea] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

    .team-social a[b-tzfqjxaqea] {
        color: #1a5fb4;
        font-size: 18px;
        transition: all 0.3s ease;
    }

        .team-social a:hover[b-tzfqjxaqea] {
            color: #3584e4;
            transform: scale(1.2);
        }

/* بخش تماس */
.contact-section[b-tzfqjxaqea] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    color: white;
}

    .contact-section h2[b-tzfqjxaqea] {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .contact-section p[b-tzfqjxaqea] {
        margin-bottom: 25px;
        opacity: 0.9;
    }

.contact-buttons[b-tzfqjxaqea] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-btn[b-tzfqjxaqea] {
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-btn-primary[b-tzfqjxaqea] {
    background: white;
    color: #1a5fb4;
}

    .contact-btn-primary:hover[b-tzfqjxaqea] {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

.contact-btn-secondary[b-tzfqjxaqea] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .contact-btn-secondary:hover[b-tzfqjxaqea] {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
    }

/* فوتر */
.footer[b-tzfqjxaqea] {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .features-grid[b-tzfqjxaqea] {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid[b-tzfqjxaqea] {
        grid-template-columns: repeat(2, 1fr);
    }

    .step:not(:last-child)[b-tzfqjxaqea]::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-container[b-tzfqjxaqea] {
        padding: 20px;
    }

    .page-header h1[b-tzfqjxaqea] {
        font-size: 32px;
    }

    .intro-content[b-tzfqjxaqea] {
        flex-direction: column;
    }

    .features-grid[b-tzfqjxaqea] {
        grid-template-columns: 1fr;
    }

    .team-grid[b-tzfqjxaqea] {
        grid-template-columns: 1fr;
    }

    .steps-container[b-tzfqjxaqea] {
        flex-direction: column;
    }

    .intro-image i[b-tzfqjxaqea] {
        font-size: 150px;
    }
}

@media (max-width: 480px) {
    .page-header h1[b-tzfqjxaqea] {
        font-size: 28px;
    }

    .intro-section[b-tzfqjxaqea] {
        padding: 25px;
    }

    .feature-card[b-tzfqjxaqea] {
        padding: 20px;
    }

    .contact-buttons[b-tzfqjxaqea] {
        flex-direction: column;
    }
}
/* /Pages/Auth/LoginOperator.cshtml.rz.scp.css */
body[b-8bhhr6c9d4] {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: linear-gradient(#141e30, #243b55);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[b-8bhhr6c9d4] {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) !important;
    background-size: 400% 400%;
    animation: gradient-b-8bhhr6c9d4 15s ease infinite;
    height: 100vh;
}

@keyframes gradient-b-8bhhr6c9d4 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-box[b-8bhhr6c9d4] {
    margin: 0 auto;
    width: 400px;
    padding: 40px;
    background: linear-gradient(#141e30, #243b55);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
}

    .login-box h2[b-8bhhr6c9d4] {
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .login-box .user-box[b-8bhhr6c9d4] {
        position: relative;
    }

        .login-box .user-box input[b-8bhhr6c9d4] {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            margin-bottom: 30px;
            border: none;
            border-bottom: 1px solid #fff;
            outline: none;
            background: transparent;
        }

        .login-box .user-box label[b-8bhhr6c9d4] {
            position: absolute;
            top: 0;
            right: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        .login-box .user-box input:focus ~ label[b-8bhhr6c9d4],
        .login-box .user-box input:active ~ label[b-8bhhr6c9d4] {
            top: -20px;
            right: 0;
            color: #03e9f4;
            font-size: 12px;
        }

    .login-box form a[b-8bhhr6c9d4] {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: #03e9f4;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        margin-top: 40px;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .login-box a:hover[b-8bhhr6c9d4] {
        background: #03e9f4;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
    }

    .login-box a span[b-8bhhr6c9d4] {
        position: absolute;
        display: block;
    }

        .login-box a span:nth-child(1)[b-8bhhr6c9d4] {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #03e9f4);
            animation: btn-anim1-b-8bhhr6c9d4 4s linear infinite;
        }

main[b-8bhhr6c9d4] {
    margin-left: 60px !important;
}

@keyframes btn-anim1-b-8bhhr6c9d4 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2)[b-8bhhr6c9d4] {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2-b-8bhhr6c9d4 4s linear infinite;
    animation-delay: 1s
}

@keyframes btn-anim2-b-8bhhr6c9d4 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3)[b-8bhhr6c9d4] {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3-b-8bhhr6c9d4 4s linear infinite;
    animation-delay: 2s
}

@keyframes btn-anim3-b-8bhhr6c9d4 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4)[b-8bhhr6c9d4] {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4-b-8bhhr6c9d4 4s linear infinite;
    animation-delay: 3s
}

@keyframes btn-anim4-b-8bhhr6c9d4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}
/* /Pages/Index.razor.rz.scp.css */
@font-face {
    font-family: Bzar;
    src: url("_content/TBVB.VideoChat.WebServerApp.Web.Shared/font/BZar.woff") format("woff"),url("_content/TBVB.VideoChat.WebServerApp.Web.Shared/font/BZar.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

*[b-s9mauguj8k] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Bzar, Tahoma, Geneva, Verdana, sans-serif;
}

body[b-s9mauguj8k] {
    background: linear-gradient(135deg, #1a2a6c, #2a4d8e, #3a70b0);
    color: #333;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    direction: rtl;
    overflow-x: hidden;
}

.welcome-container[b-s9mauguj8k] {
    max-width: 1200px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    min-height: 80vh;
    margin: 0 auto;
}

/* بخش چپ - گرافیک و وکتور */
.graphics-section[b-s9mauguj8k] {
    flex: 1;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

    .graphics-section[b-s9mauguj8k]::before {
        content: '';
        position: absolute;
        width: 300%;
        height: 300%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        animation: float-b-s9mauguj8k 20s linear infinite;
    }

@keyframes float-b-s9mauguj8k {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(360deg);
    }
}

.vector-container[b-s9mauguj8k] {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-icon[b-s9mauguj8k] {
    font-size: 180px;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    animation: pulse-b-s9mauguj8k 2s infinite alternate;
}

.shield-icon[b-s9mauguj8k] {
    font-size: 120px;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50px;
    left: 50px;
    animation: float-shield-b-s9mauguj8k 4s infinite ease-in-out;
}

.connection-icon[b-s9mauguj8k] {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 50px;
    right: 50px;
    animation: float-connection-b-s9mauguj8k 5s infinite ease-in-out;
}

@keyframes pulse-b-s9mauguj8k {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes float-shield-b-s9mauguj8k {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes float-connection-b-s9mauguj8k {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(15px) rotate(-5deg);
    }
}

.floating-dots[b-s9mauguj8k] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dot[b-s9mauguj8k] {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float-dots-b-s9mauguj8k 15s infinite linear;
}

@keyframes float-dots-b-s9mauguj8k {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(20px, 20px);
    }

    50% {
        transform: translate(0, 40px);
    }

    75% {
        transform: translate(-20px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.graphics-text[b-s9mauguj8k] {
    text-align: center;
    margin-top: 30px;
    color: white;
    z-index: 2;
}

    .graphics-text h3[b-s9mauguj8k] {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .graphics-text p[b-s9mauguj8k] {
        font-size: 14px;
        opacity: 0.9;
        max-width: 300px;
    }

/* بخش راست - متن خوش‌آمد */
.welcome-section[b-s9mauguj8k] {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.logo[b-s9mauguj8k] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .logo i[b-s9mauguj8k] {
        font-size: 36px;
        color: #1a5fb4;
        margin-left: 15px;
    }

    .logo h1[b-s9mauguj8k] {
        font-size: 28px;
        color: #1a5fb4;
        font-weight: 700;
    }

.welcome-title[b-s9mauguj8k] {
    font-size: 36px;
    color: #1a2a6c;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
}

    .welcome-title[b-s9mauguj8k]::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 4px;
        background: linear-gradient(to left, #1a5fb4, #3584e4);
        border-radius: 2px;
    }

.welcome-subtitle[b-s9mauguj8k] {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.highlight[b-s9mauguj8k] {
    color: #1a5fb4;
    font-weight: 600;
}

.features[b-s9mauguj8k] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.feature-item[b-s9mauguj8k] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border-right: 3px solid #1a5fb4;
    transition: all 0.3s ease;
}

    .feature-item:hover[b-s9mauguj8k] {
        background: #f0f7ff;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(26, 95, 180, 0.1);
    }

.feature-icon[b-s9mauguj8k] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.feature-text h4[b-s9mauguj8k] {
    color: #1a2a6c;
    font-size: 16px;
    margin-bottom: 5px;
}

.feature-text p[b-s9mauguj8k] {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.cta-buttons[b-s9mauguj8k] {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.btn[b-s9mauguj8k] {
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.btn-primary[b-s9mauguj8k] {
    background: linear-gradient(135deg, #1a5fb4, #3584e4);
    color: white;
    flex: 2;
}

    .btn-primary:hover[b-s9mauguj8k] {
        background: linear-gradient(135deg, #164a94, #2a6dc7);
        box-shadow: 0 10px 25px rgba(26, 95, 180, 0.3);
        transform: translateY(-2px);
    }

.btn-secondary[b-s9mauguj8k] {
    background: #f8f9fa;
    color: #1a5fb4;
    border: 1px solid #ddd;
    flex: 1;
}

    .btn-secondary:hover[b-s9mauguj8k] {
        background: #e9ecef;
        transform: translateY(-2px);
    }

.security-badge[b-s9mauguj8k] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 15px;
    background: #f0f7ff;
    border-radius: 10px;
    border: 1px solid #d0e3ff;
}

    .security-badge i[b-s9mauguj8k] {
        color: #1a5fb4;
        font-size: 20px;
    }

    .security-badge span[b-s9mauguj8k] {
        color: #1a2a6c;
        font-size: 14px;
        font-weight: 500;
    }

/* ریسپانسیو */
@media (max-width: 992px) {
    .welcome-container[b-s9mauguj8k] {
        flex-direction: column;
        max-width: 600px;
    }

    .graphics-section[b-s9mauguj8k] {
        min-height: 300px;
        padding: 30px;
    }

    .vector-container[b-s9mauguj8k] {
        height: 200px;
    }

    .video-icon[b-s9mauguj8k] {
        font-size: 120px;
    }

    .shield-icon[b-s9mauguj8k] {
        font-size: 80px;
        top: 30px;
        left: 30px;
    }

    .connection-icon[b-s9mauguj8k] {
        font-size: 70px;
        bottom: 30px;
        right: 30px;
    }

    .welcome-section[b-s9mauguj8k] {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .features[b-s9mauguj8k] {
        grid-template-columns: 1fr;
    }

    .welcome-title[b-s9mauguj8k] {
        font-size: 28px;
    }

    .welcome-subtitle[b-s9mauguj8k] {
        font-size: 16px;
    }

    .cta-buttons[b-s9mauguj8k] {
        flex-direction: column;
    }

    .btn[b-s9mauguj8k] {
        width: 100%;
    }

    .graphics-text h3[b-s9mauguj8k] {
        font-size: 18px;
    }

    .graphics-text p[b-s9mauguj8k] {
        font-size: 13px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-v7pyn6hsl4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v7pyn6hsl4] {
    flex: 1;
}

.sidebar[b-v7pyn6hsl4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v7pyn6hsl4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v7pyn6hsl4]  a, .top-row .btn-link[b-v7pyn6hsl4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-v7pyn6hsl4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v7pyn6hsl4] {
        display: none;
    }

    .top-row.auth[b-v7pyn6hsl4] {
        justify-content: space-between;
    }

    .top-row a[b-v7pyn6hsl4], .top-row .btn-link[b-v7pyn6hsl4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v7pyn6hsl4] {
        flex-direction: row;
    }

    .sidebar[b-v7pyn6hsl4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v7pyn6hsl4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-v7pyn6hsl4], article[b-v7pyn6hsl4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qilavinzp1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qilavinzp1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qilavinzp1] {
    font-size: 1.1rem;
}

.oi[b-qilavinzp1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qilavinzp1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qilavinzp1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qilavinzp1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qilavinzp1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qilavinzp1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qilavinzp1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qilavinzp1] {
        display: none;
    }

    .collapse[b-qilavinzp1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qilavinzp1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
