/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-pui3qmsk44] {
    min-height: 100vh;
}

#blazor-error-ui[b-pui3qmsk44] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pui3qmsk44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hgipbxfltw],
.components-reconnect-repeated-attempt-visible[b-hgipbxfltw],
.components-reconnect-failed-visible[b-hgipbxfltw],
.components-pause-visible[b-hgipbxfltw],
.components-resume-failed-visible[b-hgipbxfltw],
.components-rejoining-animation[b-hgipbxfltw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-retrying[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-failed[b-hgipbxfltw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hgipbxfltw] {
    display: block;
}

#components-reconnect-modal[b-hgipbxfltw] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: components-reconnect-modal-fadeOutOpacity-b-hgipbxfltw 0.5s both;
}

    #components-reconnect-modal[open][b-hgipbxfltw] {
        animation: components-reconnect-modal-slideUp-b-hgipbxfltw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hgipbxfltw 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

    #components-reconnect-modal[b-hgipbxfltw]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-hgipbxfltw 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-hgipbxfltw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hgipbxfltw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hgipbxfltw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hgipbxfltw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hgipbxfltw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hgipbxfltw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
    cursor: pointer;
}

    #components-reconnect-modal button:hover[b-hgipbxfltw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hgipbxfltw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hgipbxfltw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hgipbxfltw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hgipbxfltw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hgipbxfltw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hgipbxfltw {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */

.welcome-title[b-uyg36k65cu]{
    color: #fff;
    margin-top:3rem;
}

.btns-header[b-uyg36k65cu] {
    display: flex;
    gap: 2rem;
    /*    width: min(21vw, 100%);*/
}

.today-strip[b-uyg36k65cu] {
    width: 300px;
    min-width: 170px;
    border-radius: 15px;
    background: #d4deff;
    color: #132f7d;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
    margin: 5px 0;
}
.dashboard-action[b-uyg36k65cu] {
    background: #ababf2;
    border: 0;
    border-radius: 15px;
    color: #2141a2;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 150px;
    padding: 0 1rem;
    margin: 5px 0;
}
/*.btn-dashboard {
    background-color: #ababf2;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
    width: 60%;
    margin: 5px 0;
    min-width: 125px;
}

    .btn-dashboard:hover {
        background-color: #5f73d8;
    }*/


@media (max-width: 1400px) {
}

@media (max-width: 1120px) {
    .dashboard-main[b-uyg36k65cu] {
        
        max-width: 80%;
    }
    .user-strip p[b-uyg36k65cu] {
        font-size: 1rem;
    }
  
}
@media (max-width: 914px) {
    .today-strip[b-uyg36k65cu] {
        width: 180px;
    }
}
@media (max-width: 760px) {
    .dashboard-main[b-uyg36k65cu] {
        max-width: 100%;
    }
    .header-dashboard[b-uyg36k65cu] {
        flex-wrap: wrap;
    }
    .btns-header[b-uyg36k65cu]{
        gap: 1rem;
    }
    .btn-dashboard[b-uyg36k65cu]{
        width:130px;
    }
    .today-strip[b-uyg36k65cu] {
        margin-left: 10vw;
    }
}

@media (max-width: 591px) {
    .user-strip[b-uyg36k65cu] {
        justify-content: right;
    }

        .user-strip p[b-uyg36k65cu] {
            font-size: .95rem;
        }
}

@media (max-width: 484px) {
    .header-dashboard[b-uyg36k65cu] {
        flex-direction: column;
        gap: 1rem;
    }

  

    .admin-toolbar-header[b-uyg36k65cu] {
        flex-wrap: wrap;
    }
    .btn-dashboard[b-uyg36k65cu] {
        width: 120px;
    }

    .today-strip[b-uyg36k65cu] {
        width:150px;
    }
}
/* /Components/Pages/Complaint.razor.rz.scp.css */

.user-strip[b-03a36sys94] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .user-strip p[b-03a36sys94] {
        margin: 0;
        font-size: 1.5rem;
        color: white;
    }

.user-avatar[b-03a36sys94] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    /*    background: radial-gradient(circle at 34% 22%, #8aa0f4, #1d38a3 78%);*/
    background: #FFF;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.welcome-title[b-03a36sys94] {
    margin: 2rem 0 3rem 0;
    /*    font-size: clamp(2rem, 1.55rem + 1.2vw, 4rem);*/
    font-size: 2rem;
    font-weight: 500;
    color: white;
}


.service-grid[b-03a36sys94] {
    /*    width: min(840px, 100%);*/
    /*    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 3rem;
    background: white;*/
    /*    justify-items: center;*/
    padding: 40px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #ababf2;
    /*    background-image: linear-gradient(180deg, #ccd1ff 0%, #7e97e4 42%, #5371c8 100%);*/
}

    .service-grid[b-03a36sys94]  a.service-card {
        position: relative;
        overflow: hidden;
        min-height: 220px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

        /* لایه حالت عادی */
        .service-grid[b-03a36sys94]  a.service-card::before,
        .service-grid[b-03a36sys94]  a.service-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            transition: opacity 350ms ease-in-out;
        }

        /* گرادیان اولیه */
        .service-grid[b-03a36sys94]  a.service-card::before {
            background: #fffcfc;
            /*            background: linear-gradient(120deg, #fffcfc 0%, #ced2f7 50%, #979eeb 100%);*/
            opacity: 1;
            /*            box-shadow: rgba(227, 225, 255, 0.76) 0px -23px 25px 0px inset, rgba(199, 214, 255, 0.78) 0px -36px 30px 0px inset, rgba(229, 235, 255, 0.85) 0px -79px 40px 0px inset;*/
            box-shadow: rgba(231, 230, 251, 0.58) 0px -23px 25px 0px inset, rgba(209, 221, 251, 0.46) 0px -36px 30px 0px inset, rgba(229, 235, 255, 0.72) 0px -79px 40px 0px inset;
        }

        /* گرادیان هاور */
        .service-grid[b-03a36sys94]  a.service-card::after {
            background: linear-gradient(90deg, #ededff, #e4e4fc);
            opacity: 0;
        }

        .service-grid[b-03a36sys94]  a.service-card:hover::after {
            opacity: 1;
        }

        .service-grid[b-03a36sys94]  a.service-card:hover::before {
            opacity: 0;
        }

        /* محتوا روی لایه‌ها */
        .service-grid[b-03a36sys94]  a.service-card > * {
            position: relative;
            z-index: 1;
        }


.service-icon[b-03a36sys94] {
    width: 84px;
    height: 84px;
}

.service-card h3[b-03a36sys94] {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #132f7d;
    font-weight: 500;
}

.today-strip[b-03a36sys94] {
    width: min(17vw, 100%);
    border-radius: 15px;
    background: #d4deff;
    color: #132f7d;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
}

.dashboard-state[b-03a36sys94] {
    min-height: 100vh;
    background: #dfe2f1;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.5rem;
}

    .dashboard-state h1[b-03a36sys94] {
        color: #12348f;
        margin-bottom: 0.75rem;
    }

    .dashboard-state p[b-03a36sys94] {
        color: #435690;
        margin-bottom: 1.2rem;
    }

.dashboard-action[b-03a36sys94] {
    background: linear-gradient(90deg, #13378f 0%, #5f73d8 100%);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 170px;
    padding: 0 1rem;
    margin: 5px 0;
}


.receive-reports-page[b-03a36sys94] {
    display: flex;
    padding: 2rem;
    gap: 3rem;
}

.receive-reports[b-03a36sys94] {
    background: #ababf2;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0 0 7px 1px #6855ee;
    width: 100%;
}

.title-page[b-03a36sys94] {
    color: #132f7d;
}

.table-scroll-container[b-03a36sys94] {
    max-height: 865px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.invoice-table[b-03a36sys94] {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: Tahoma, sans-serif;
    color: #132f7d;
}

    .invoice-table thead[b-03a36sys94] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .invoice-table th[b-03a36sys94] {
        background-color: #fff;
        position: sticky;
        border: 1px solid #ddd;
        padding: 8px;
    }

    .invoice-table td[b-03a36sys94] {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .invoice-table thead tr:nth-child(1) th[b-03a36sys94] {
        top: 0;
        z-index: 11;
    }

    .invoice-table thead tr:nth-child(2) th[b-03a36sys94] {
        top: 46px;
        z-index: 10;
        border-top: none;
    }

    .invoice-table tbody tr:nth-child(even)[b-03a36sys94] {
        background-color: #fff;
    }

    .invoice-table tbody tr:nth-child(odd)[b-03a36sys94] {
        background-color: #f0f2fb;
    }

    .invoice-table tbody tr:hover[b-03a36sys94] {
        background-color: #e2e6f9;
    }

.filter-input[b-03a36sys94] {
    width: 90%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.date-range-filter[b-03a36sys94] {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.sort-btn[b-03a36sys94] {
    cursor: pointer;
    border: none;
    background: transparent;
    float: left;
    font-weight: bold;
}

/*.btn-dashboard {
    background-color: #2b24ba;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
}

    .btn-dashboard:hover {
        background-color: #2242a3;
    }*/

.btn-download[b-03a36sys94] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
    min-width: 66px;
}

    .btn-download:hover[b-03a36sys94] {
        background-color: #218838;
    }

/* استایل‌های مربوط به دکمه حذف و باکس تاریخ */
.date-input-wrapper[b-03a36sys94] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn-clear-date[b-03a36sys94] {
    position: absolute;
    top: 50%;
    right: 5px; /* دکمه ضربدر در سمت راست قرار می‌گیرد */
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ff4d4f;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
    z-index: 2;
    transition: color 0.3s;
}

    .btn-clear-date:hover[b-03a36sys94] {
        color: #cf1322;
    }

/* آپدیت ظاهر اینپوت برای جا دادن آیکون و دکمه ضربدر */
.filter-input-date[b-03a36sys94] {
    width: 100%;
    padding: 4px 8px;
    padding-right: 25px; /* ایجاد فضا در سمت راست برای دکمه ضربدر */
    padding-left: 30px; /* ایجاد فضا در سمت چپ برای آیکون تقویم */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center; /* آیکون تقویم در سمت چپ */
    cursor: pointer;
    text-align: right;
    color: #333;
}

.modal-overlay[b-03a36sys94] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-container[b-03a36sys94] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    direction: rtl;
}

.modal-header[b-03a36sys94] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.modal-close[b-03a36sys94] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body[b-03a36sys94] {
    padding: 1rem;
}

.modal-footer[b-03a36sys94] {
    padding: 1rem;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: left;
    gap: 10px;
}

.form-group[b-03a36sys94] {
    margin-bottom: 1rem;
}

    .form-group label[b-03a36sys94] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

.form-control[b-03a36sys94] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
}

.btn[b-03a36sys94] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary[b-03a36sys94] {
    background-color: #28a745;
    color: white;
}

.btn-secondary[b-03a36sys94] {
    background-color: #6c757d;
    color: white;
}

.alert[b-03a36sys94] {
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.alert-danger[b-03a36sys94] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



@media (max-width: 1701px) {

    .today-strip[b-03a36sys94] {
        font-size: .9rem;
        font-weight: bold;
    }
}

@media (max-width: 1500px) {
    .invoice-table th[b-03a36sys94]{
        
        font-size: .73rem;
    }
}

@media (max-width: 1400px) {
    .invoice-table th[b-03a36sys94] {
        font-size: .7rem;
    }

    .today-strip[b-03a36sys94] {
        font-size: .7rem;
        min-height: 50px;
    }
}

@media (max-width: 1340px) {
    .dashboard-frame[b-03a36sys94] {
        gap: 2rem;
    }
    .service-grid[b-03a36sys94] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .service-card h3[b-03a36sys94] {
        margin: 0;
        text-align: center;
        font-size: .8rem;
        color: #132f7d;
        font-weight: 500;
    }
    .invoice-table th[b-03a36sys94] {
        min-width: 175px;
        font-size:.9rem
    }
}

@media (max-width: 1266px) {
    .today-strip[b-03a36sys94] {
        width: 35%;
    }
}

@media (max-width: 1120px) {
    .dashboard-frame[b-03a36sys94] {
        flex-direction: column;
    }

    .dashboard-side[b-03a36sys94] {
        width: 100%;
    }

    .dashboard-main[b-03a36sys94] {
        max-width: 100%;
    }

    .service-grid[b-03a36sys94] {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .today-strip[b-03a36sys94] {
        width: 25%;
    }
}

@media (max-width: 914px) {
    .today-strip[b-03a36sys94] {
        width: 40%;
    }
    .invoice-table th[b-03a36sys94] {
        font-size: .8rem;
    }
    
}
@media (max-width: 849px) {
    .invoice-table th[b-03a36sys94] {
        min-width: 140px;
        font-size: .73rem;
    }

}


@media (max-width: 760px) {
    .service-grid[b-03a36sys94] {
        grid-template-columns: repeat(2, minmax(70px, 1fr));
        padding: 70px 10px 10px 10px;
    }

    .user-strip p[b-03a36sys94] {
        font-size: 1.45rem;
    }

    .user-avatar[b-03a36sys94] {
        width: 68px;
        height: 68px;
    }

    .welcome-title[b-03a36sys94] {
        font-size: 1.5rem;
    }

    .chat-entry[b-03a36sys94] {
        font-size: 1.55rem;
    }
    .table-scroll-container[b-03a36sys94] {
        overflow-y: auto;
        overflow-x: auto;
       
    }
    .invoice-table th[b-03a36sys94] {
        font-size: .7rem;
    }
}

@media (max-width: 591px) {
    .service-grid[b-03a36sys94] {
        grid-template-columns: 1fr;
    }

    .today-strip[b-03a36sys94] {
        width: 50%;
    }
    .title-page[b-03a36sys94] {
        font-size: 1.1rem;
    }

    .btn-dashboard[b-03a36sys94] {
        
        padding: 8px 16px;
    }
}

@media (max-width: 484px) {
    .header-dashboard[b-03a36sys94] {
        flex-direction: column;
        gap: 1rem;
    }

    .welcome-title[b-03a36sys94] {
        font-size: 1rem;
        margin: 1rem 0 1.2rem 0;
    }

    .today-strip[b-03a36sys94] {
        width: 100%;
    }
    .title-page[b-03a36sys94] {
        font-size: 1rem;
    }

    .btn-dashboard[b-03a36sys94] {
        padding: 8px 12px;
        font-size:.7rem;
    }
}
/* /Components/Pages/Cost.razor.rz.scp.css */
.reports-panel[b-vh9u6pst11] {
    width: 100%;
}

.download-action[b-vh9u6pst11] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

[b-vh9u6pst11] .btn-download {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
    min-width: 100px;
}

[b-vh9u6pst11] .btn-download:hover {
    background-color: #218838;
}


.btn-download:disabled[b-vh9u6pst11] {
    cursor: not-allowed;
    opacity: .55;
}

.report-dialog-backdrop[b-vh9u6pst11] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(15, 23, 42, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.report-dialog[b-vh9u6pst11] {
    width: min(1100px, 96vw);
    max-height: 88vh;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
    direction: rtl;
    display: flex;
    flex-direction: column;
}

.report-dialog-header[b-vh9u6pst11] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
}

    .report-dialog-header h3[b-vh9u6pst11] {
        margin: 0 0 6px;
        font-size: 1.05rem;
    }

    .report-dialog-header p[b-vh9u6pst11] {
        margin: 0;
        color: #475569;
    }

.report-dialog-close[b-vh9u6pst11] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    background: #f1f5f9;
}

    .report-dialog-close:disabled[b-vh9u6pst11] {
        cursor: not-allowed;
        opacity: .55;
    }

.report-dialog-body[b-vh9u6pst11] {
    padding: 18px;
    overflow: auto;
}

.dialog-state[b-vh9u6pst11] {
    padding: 18px;
    border-radius: 10px;
    background: #f8fafc;
    text-align: center;
    color: #334155;
}

.dialog-error[b-vh9u6pst11] {
    background: #fff1f2;
    color: #be123c;
}

/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-frame[b-hxrri8dbm1] {
    min-height: 100vh;
    background: linear-gradient(180deg, #6E79DD 0%, #102b7c 100%);
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.dashboard-main[b-hxrri8dbm1] {
    flex: 1;
    max-width: 1500px;
    margin: 0 auto;
}

.header-dashboard[b-hxrri8dbm1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.user-strip[b-hxrri8dbm1] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .user-strip p[b-hxrri8dbm1] {
        margin: 0;
        font-size: 1.5rem;
        color: white;
    }

.user-avatar[b-hxrri8dbm1] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    background: #FFF;
    color: #132f7d;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.welcome-title[b-hxrri8dbm1] {
    margin: 2rem 0 3rem 0;
    font-size: 2rem;
    font-weight: 500;
    color: white;
    line-height: 1.5;
}

.chat-entry[b-hxrri8dbm1] {
    min-height: 200px;
    border: 0;
    border-radius: 28px;
    color: #fff;
    font-size: clamp(2rem, 1.35rem + 1.7vw, 4.3rem);
    background: linear-gradient(90deg, #123790 0%, #6a75d6 100%);
    box-shadow: 0 12px 26px rgba(18, 49, 136, 0.2);
    margin-bottom: 1.5rem;
}

.service-grid[b-hxrri8dbm1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 3rem;
    padding: 40px;
    border-radius: 25px;
    background: #F9F9FD;
    background-image: linear-gradient(180deg, #ccd1ff 0%, #7e97e4 42%, #5371c8 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .service-grid[b-hxrri8dbm1]  a.service-card {
        position: relative;
        overflow: hidden;
        min-height: 214px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

        .service-grid[b-hxrri8dbm1]  a.service-card::before,
        .service-grid[b-hxrri8dbm1]  a.service-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            transition: opacity 350ms ease-in-out;
        }

        .service-grid[b-hxrri8dbm1]  a.service-card::before {
            background: #fffcfc;
            opacity: 1;
            box-shadow: rgba(231, 230, 251, 0.58) 0px -23px 25px 0px inset, rgba(209, 221, 251, 0.46) 0px -36px 30px 0px inset, rgba(229, 235, 255, 0.72) 0px -79px 40px 0px inset;
        }

        .service-grid[b-hxrri8dbm1]  a.service-card::after {
            background: linear-gradient(90deg, #ededff, #e4e4fc);
            opacity: 0;
        }

        .service-grid[b-hxrri8dbm1]  a.service-card:hover::after {
            opacity: 1;
        }

        .service-grid[b-hxrri8dbm1]  a.service-card:hover::before {
            opacity: 0;
        }

        .service-grid[b-hxrri8dbm1]  a.service-card > * {
            position: relative;
            z-index: 1;
        }

.service-icon[b-hxrri8dbm1] {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.service-card h3[b-hxrri8dbm1] {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #132f7d;
    font-weight: 500;
    line-height: 1.5rem;
}

.today-strip[b-hxrri8dbm1] {
    width: min(19vw, 100%);
    border-radius: 15px;
    background: #d4deff;
    color: #132f7d;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
    margin: 5px 0;
}

.dashboard-state[b-hxrri8dbm1] {
    min-height: 100vh;
    background: #dfe2f1;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.5rem;
}

    .dashboard-state h1[b-hxrri8dbm1] {
        color: #12348f;
        margin-bottom: 0.75rem;
    }

    .dashboard-state p[b-hxrri8dbm1] {
        color: #435690;
        margin-bottom: 1.2rem;
    }

.dashboard-action[b-hxrri8dbm1] {
    background: linear-gradient(90deg, #13378f 0%, #5f73d8 100%);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 170px;
    padding: 0 1rem;
}

.dashboard-card-admin[b-hxrri8dbm1] {
    border: 1px solid rgba(19, 55, 143, 0.12);
}

.dashboard-card-content[b-hxrri8dbm1] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.dashboard-card-icon[b-hxrri8dbm1] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #eef2ff;
    font-size: 1.5rem;
}

.dashboard-card-button[b-hxrri8dbm1] {
    margin-top: 1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #13378f 0%, #5f73d8 100%);
    color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: 42px;
    padding: 0 1.1rem;
}

    .dashboard-card-button:hover[b-hxrri8dbm1] {
        opacity: 0.92;
    }
@media (max-width: 1701px) {
    .today-strip[b-hxrri8dbm1] {
        font-size: .9rem;
        font-weight: bold;
    }
}

@media (max-width: 1400px) {
    .today-strip[b-hxrri8dbm1] {
        font-size: .7rem;
        min-height: 50px;
    }
}

@media (max-width: 1340px) {
    .service-grid[b-hxrri8dbm1] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .service-card h3[b-hxrri8dbm1] {
        font-size: .8rem;
    }
}

@media (max-width: 1266px) {
    .today-strip[b-hxrri8dbm1] {
        width: 35%;
    }
}

@media (max-width: 1120px) {
    .dashboard-frame[b-hxrri8dbm1] {
        flex-direction: column;
        padding: 1.5rem;
    }

    .dashboard-main[b-hxrri8dbm1] {
        max-width: 100%;
    }

    .service-grid[b-hxrri8dbm1] {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .today-strip[b-hxrri8dbm1] {
        width: 25%;
    }
}

@media (max-width: 914px) {
    .today-strip[b-hxrri8dbm1] {
        width: 40%;
    }
}

@media (max-width: 760px) {
    .service-grid[b-hxrri8dbm1] {
        grid-template-columns: repeat(2, minmax(70px, 1fr));
    }

    .user-strip p[b-hxrri8dbm1] {
        font-size: 1.45rem;
    }

    .user-avatar[b-hxrri8dbm1] {
        width: 68px;
        height: 68px;
    }

    .welcome-title[b-hxrri8dbm1] {
        font-size: 1.5rem;
    }

    .chat-entry[b-hxrri8dbm1] {
        font-size: 1.55rem;
    }
}

@media (max-width: 591px) {
    .service-grid[b-hxrri8dbm1] {
        grid-template-columns: 1fr;
    }

    .today-strip[b-hxrri8dbm1] {
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 484px) {
    .header-dashboard[b-hxrri8dbm1] {
        flex-direction: column;
        gap: 1rem;
    }

    .welcome-title[b-hxrri8dbm1] {
        font-size: 1rem;
        margin: 1rem 0 1.2rem 0;
    }

    .today-strip[b-hxrri8dbm1] {
        width: 100%;
    }
}

@media (min-height: 901px) and (max-height: 1074px) {
    .service-grid[b-hxrri8dbm1]  a.service-card {
        height:171px;
        min-height: 160px;
        padding: 8px 0;
    }
}

@media (max-height: 900px) {
    .service-grid[b-hxrri8dbm1]  a.service-card {
        
        min-height: 100px;
        padding: 4px 0;
      
    }
   .service-grid[b-hxrri8dbm1]{
       grid-template-columns: repeat(4, minmax(150px),1fr);

   }
}
@media (max-height: 800px) {
   .service-grid[b-hxrri8dbm1]{
       grid-template-columns: repeat(6, minmax(150px),1fr);

   }
}
/* /Components/Pages/Finance.razor.rz.scp.css */
.workflow-panel[b-31hjwklea9] {
    padding: 40px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    background: #ababf2;
}

.workflow-header[b-31hjwklea9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.title-page[b-31hjwklea9] {
    color: #132f7d;
    margin: 0;
}

.workflow-actions[b-31hjwklea9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-dashboard[b-31hjwklea9],
.btn-refresh[b-31hjwklea9],
.btn-export[b-31hjwklea9] {
    background-color: #2b24ba;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
}


.btn-refresh:disabled[b-31hjwklea9] {
    opacity: 0.75;
    cursor: not-allowed;
}

.btn-export:disabled[b-31hjwklea9] {
    opacity: 0.75;
    cursor: not-allowed;
}

.table-scroll-container[b-31hjwklea9] {
    max-height: 865px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.workflow-table[b-31hjwklea9] {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: Tahoma, sans-serif;
    color: #132f7d;
}

.workflow-table thead[b-31hjwklea9] {
    position: sticky;
    top: 0;
    z-index: 10;
}


    .workflow-table th[b-31hjwklea9] {
        vertical-align: middle;
        background-color: #fff;
        position: sticky;
        border: 1px solid #ddd;
        padding: 8px;
        font-size: .9rem;
        min-width: 120px;
    }

.workflow-table td[b-31hjwklea9] {
    border: 1px solid #ddd;
    padding: 8px;
}

.workflow-table tbody tr:nth-child(even)[b-31hjwklea9] {
    background-color: #fff;
}

.workflow-table tbody tr:nth-child(odd)[b-31hjwklea9] {
    background-color: #f0f2fb;
}

.workflow-table tbody tr:hover[b-31hjwklea9] {
    background-color: #e2e6f9;
}

/* تنظیم سلول‌های ستون قرارداد (چهارمین ستون جدول) برای شکستن متن و نمایش چندخطی */
[b-31hjwklea9] .workflow-table tbody {
        max-width: 250px;
        white-space: normal;
        word-break: break-word;
        line-height: 1.4;
        vertical-align: top;
 }
.state-cell[b-31hjwklea9] {
    text-align: center;
    padding: 14px;
}

.amount-cell[b-31hjwklea9] {
    direction: ltr;
    white-space: nowrap;
}

.totals-row[b-31hjwklea9] {
    font-weight: 700;
    background: #e9ecff !important;
}

.filter-input[b-31hjwklea9] {
    width: 100%;
    min-width: 80px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.85em;
    text-align: center;
}

.sort-btn[b-31hjwklea9] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0 4px;
    color: #3d57bf;
    font-weight: bold;
}

.date-range-filter[b-31hjwklea9] {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.date-input-wrapper[b-31hjwklea9] {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-input-date[b-31hjwklea9] {
    width: 100%;
    padding: 6px 20px 6px 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.85em;
    text-align: center;
}

.btn-clear-date[b-31hjwklea9] {
    position: absolute;
    right: 4px;
    background: none;
    border: none;
    color: #e74c3c;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
}

.workflow-table th[b-31hjwklea9] {
    vertical-align: middle;
}
.date-filter-container[b-31hjwklea9] {
    position: relative;
    width: 100%;
}

.btn-date-toggle[b-31hjwklea9] {
    width: 100%;
    min-width: 130px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-family: inherit;
    font-size: 0.85em;
    text-align: center;
    cursor: pointer;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

    .btn-date-toggle:hover[b-31hjwklea9] {
        border-color: #3d57bf;
    }

    .btn-date-toggle.has-value[b-31hjwklea9] {
        color: #132f7d;
        font-weight: bold;
        background-color: #e9ecff;
        border-color: #3d57bf;
    }


.date-dropdown-overlay[b-31hjwklea9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999; 
    background: rgba(0, 0, 0, 0.4); 
    display: none;
}

    .date-dropdown-overlay.show[b-31hjwklea9] {
        display: block;
    }

.date-dropdown-menu[b-31hjwklea9] {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9); 
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 280px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .date-dropdown-menu.show[b-31hjwklea9] {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1); 
        pointer-events: auto;
    }

.date-dropdown-header[b-31hjwklea9] {
    font-weight: bold;
    color: #132f7d;
    border-bottom: 2px solid #f0f2fb;
    padding-bottom: 12px;
    margin-bottom: 5px;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* استایل دکمه ضربدر (X) */
.btn-close-modal[b-31hjwklea9] {
    background: none;
    border: none;
    font-size: 1.5em;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0 5px;
    transition: color 0.2s;
    font-family: Arial, sans-serif;
}

    .btn-close-modal:hover[b-31hjwklea9] {
        color: #e74c3c; 
    }

.date-dropdown-menu label[b-31hjwklea9] {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 4px;
    display: block;
    text-align: right;
    min-width: 50px;
}

.btn-apply-date[b-31hjwklea9] {
    background-color: #3d57bf;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    margin-top: 5px;
}

    .btn-apply-date:hover[b-31hjwklea9] {
        background-color: #2b24ba;
    }

.btn-clear-date[b-31hjwklea9] {
    top: 50%;
    transform: translateY(-50%);
}

/* ================= استایل‌های مربوط به دکمه حذف کل تاریخ روی جدول ================= */
.toggle-button-wrapper[b-31hjwklea9] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

/* وقتی دکمه مقدار دارد، از سمت چپ به آن پدینگ می‌دهیم تا متن تاریخ روی ضربدر نرود */
.btn-date-toggle.has-value[b-31hjwklea9] {
    padding-left: 28px;
}

/* استایل دکمه ضربدر جدید */
.btn-clear-all-dates[b-31hjwklea9] {
    position: absolute;
    left: 4px; /* قرارگیری در سمت چپ باکس */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
    font-family: Arial, sans-serif;
    transition: all 0.2s ease;
    z-index: 2; /* برای اینکه قابل کلیک باشد */
}

    .btn-clear-all-dates:hover[b-31hjwklea9] {
        color: #c0392b;
        transform: translateY(-50%) scale(1.15); /* کمی بزرگنمایی موقع هاور */
    }

@media (max-width: 1120px) {
    .workflow-panel[b-31hjwklea9] {
        padding: 24px;
    }

    .workflow-header[b-31hjwklea9] {
        gap: 10px;
        margin-top: 3rem;
    }

    .workflow-actions[b-31hjwklea9] {
        justify-content: flex-start;
    }
    .dashboard-main[b-31hjwklea9] {
        
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .workflow-panel[b-31hjwklea9] {
        padding: 16px;
    }
    .workflow-header[b-31hjwklea9] {
        flex-wrap: wrap;
    }
    .workflow-actions[b-31hjwklea9] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/FollowUpTesting.razor.rz.scp.css */
/* ===== FollowUp Testing Dialog ===== */

.report-dialog-backdrop[b-03ee6naigc] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(8, 18, 58, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    direction: rtl;
}

.report-dialog[b-03ee6naigc] {
    width: min(1280px, 100%);
    max-height: calc(100vh - 48px);
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 24px 60px;
    color: #132f7d;
    font-family: Tahoma, sans-serif;
}

.followup-testing-dialog[b-03ee6naigc] {
    display: flex;
    flex-direction: column;
}

.report-dialog-header[b-03ee6naigc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid #d9def7;
    background: #f7f8ff;
    border-radius: 22px 22px 0 0;
    flex-shrink: 0;
}

.report-dialog-title h3[b-03ee6naigc] {
    margin: 0 0 8px;
    font-size: 1.25rem;
    color: #132f7d;
    line-height: 1.8;
}

.report-dialog-title p[b-03ee6naigc] {
    margin: 0;
    color: #4d5a8e;
    font-size: 0.95rem;
}

.report-dialog-close[b-03ee6naigc] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #e9ecff;
    color: #132f7d;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .report-dialog-close:hover[b-03ee6naigc] {
        background: #d9def7;
    }

    .report-dialog-close:disabled[b-03ee6naigc] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.report-dialog-body[b-03ee6naigc] {
    padding: 22px 24px 24px;
    overflow-y: auto;
    max-height: calc(100vh - 155px);
}

.dialog-state[b-03ee6naigc] {
    padding: 18px;
    border-radius: 14px;
    background: #f7f8ff;
    color: #132f7d;
    text-align: center;
    font-weight: 600;
}

.dialog-error[b-03ee6naigc] {
    color: #b00020;
    background: #fff3f3;
}

.dialog-empty[b-03ee6naigc] {
    color: #58627e;
    background: #f7f8ff;
}

/* ===== View Button ===== */

[b-03ee6naigc] .btn-view {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
    min-width: 66px;
    font-family: inherit;
}

    [b-03ee6naigc] .btn-view:hover {
        background-color: #218838;
    }

    [b-03ee6naigc] .btn-view:disabled {
        opacity: 0.75;
        cursor: not-allowed;
    }

/* ===== Sample Cards ===== */

.sample-list[b-03ee6naigc] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sample-card[b-03ee6naigc] {
    border: 1px solid #dce2ff;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: rgba(23, 38, 105, 0.08) 0 10px 26px;
    overflow: hidden;
}

.sample-card-header[b-03ee6naigc] {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 18px;
    padding: 18px;
    background: #f8f9ff;
    border-bottom: 1px solid #e4e8fb;
}

.sample-images[b-03ee6naigc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 14px;
    align-items: stretch;
}

.sample-image-box[b-03ee6naigc] {
    min-height: 150px;
    border: 1px solid #d8def8;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-image[b-03ee6naigc] {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    background: #fff;
}

.sample-image-placeholder[b-03ee6naigc] {
    width: 100%;
    height: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6d789e;
    background: repeating-linear-gradient( 45deg, #f2f4ff, #f2f4ff 10px, #e9edff 10px, #e9edff 20px );
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}

.sample-info-grid[b-03ee6naigc] {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 12px;
    align-content: center;
}

.sample-info-item[b-03ee6naigc] {
    min-height: 72px;
    border: 1px solid #dce2ff;
    border-radius: 14px;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.sample-info-label[b-03ee6naigc] {
    color: #6270a5;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
}

.sample-info-item strong[b-03ee6naigc] {
    color: #132f7d;
    font-size: 0.95rem;
    line-height: 1.7;
    word-break: break-word;
    text-align: center;
}

/* ===== Tests Table ===== */

.sample-tests-wrapper[b-03ee6naigc] {
    padding: 0 18px 18px;
    overflow-x: auto;
}

.sample-empty-tests[b-03ee6naigc] {
    margin-top: 18px;
    padding: 14px;
    border-radius: 12px;
    background: #fff8e6;
    color: #806000;
    text-align: center;
    font-weight: 600;
}

.sample-tests-table[b-03ee6naigc] {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    margin-top: 18px;
    font-size: 0.86rem;
    text-align: center;
    direction: rtl;
    overflow: hidden;
    border-radius: 12px;
}

    .sample-tests-table th[b-03ee6naigc],
    .sample-tests-table td[b-03ee6naigc] {
        border: 1px solid #dfe4f7;
        padding: 10px 8px;
        white-space: nowrap;
    }

    .sample-tests-table th[b-03ee6naigc] {
        background-color: #eef2ff;
        font-weight: bold;
        color: #132f7d;
    }

    .sample-tests-table tbody tr:nth-child(even)[b-03ee6naigc] {
        background-color: #ffffff;
    }

    .sample-tests-table tbody tr:nth-child(odd)[b-03ee6naigc] {
        background-color: #fafbff;
    }

    .sample-tests-table tbody tr:hover[b-03ee6naigc] {
        background-color: #f1f4ff;
    }

/* ===== Responsive ===== */

@media (max-width: 1100px) {
    .sample-card-header[b-03ee6naigc] {
        grid-template-columns: 1fr;
    }

    .sample-info-grid[b-03ee6naigc] {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}

@media (max-width: 760px) {
    .report-dialog-backdrop[b-03ee6naigc] {
        padding: 12px;
    }

    .report-dialog[b-03ee6naigc] {
        border-radius: 18px;
        max-height: calc(100vh - 24px);
    }

    .report-dialog-header[b-03ee6naigc] {
        padding: 16px;
        border-radius: 18px 18px 0 0;
    }

    .report-dialog-title h3[b-03ee6naigc] {
        font-size: 1rem;
    }

    .report-dialog-body[b-03ee6naigc] {
        padding: 16px;
        max-height: calc(100vh - 130px);
    }

    .sample-card-header[b-03ee6naigc] {
        padding: 14px;
    }

    .sample-images[b-03ee6naigc] {
        grid-template-columns: 1fr;
    }

    .sample-image[b-03ee6naigc],
    .sample-image-placeholder[b-03ee6naigc] {
        height: 130px;
        min-height: 130px;
    }

    .sample-info-grid[b-03ee6naigc] {
        grid-template-columns: 1fr;
    }

    .sample-tests-wrapper[b-03ee6naigc] {
        padding: 0 14px 14px;
    }
}
/* /Components/Pages/InvoicesIssued.razor.rz.scp.css */

.user-strip[b-alqbzd72lz] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .user-strip p[b-alqbzd72lz] {
        margin: 0;
        font-size: 1.5rem;
        color: white;
    }

.user-avatar[b-alqbzd72lz] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    /*    background: radial-gradient(circle at 34% 22%, #8aa0f4, #1d38a3 78%);*/
    background: #FFF;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.welcome-title[b-alqbzd72lz] {
    margin: 2rem 0 3rem 0;
    /*    font-size: clamp(2rem, 1.55rem + 1.2vw, 4rem);*/
    font-size: 2rem;
    font-weight: 500;
    color: white;
}


.service-grid[b-alqbzd72lz] {
    /*    width: min(840px, 100%);*/
    /*    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 3rem;
    background: white;*/
    /*    justify-items: center;*/
    padding: 40px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #ababf2;
    /*    background-image: linear-gradient(180deg, #ccd1ff 0%, #7e97e4 42%, #5371c8 100%);*/
}

    .service-grid[b-alqbzd72lz]  a.service-card {
        position: relative;
        overflow: hidden;
        min-height: 220px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

        /* لایه حالت عادی */
        .service-grid[b-alqbzd72lz]  a.service-card::before,
        .service-grid[b-alqbzd72lz]  a.service-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            transition: opacity 350ms ease-in-out;
        }

        /* گرادیان اولیه */
        .service-grid[b-alqbzd72lz]  a.service-card::before {
            background: #fffcfc;
            /*            background: linear-gradient(120deg, #fffcfc 0%, #ced2f7 50%, #979eeb 100%);*/
            opacity: 1;
            /*            box-shadow: rgba(227, 225, 255, 0.76) 0px -23px 25px 0px inset, rgba(199, 214, 255, 0.78) 0px -36px 30px 0px inset, rgba(229, 235, 255, 0.85) 0px -79px 40px 0px inset;*/
            box-shadow: rgba(231, 230, 251, 0.58) 0px -23px 25px 0px inset, rgba(209, 221, 251, 0.46) 0px -36px 30px 0px inset, rgba(229, 235, 255, 0.72) 0px -79px 40px 0px inset;
        }

        /* گرادیان هاور */
        .service-grid[b-alqbzd72lz]  a.service-card::after {
            background: linear-gradient(90deg, #ededff, #e4e4fc);
            opacity: 0;
        }

        .service-grid[b-alqbzd72lz]  a.service-card:hover::after {
            opacity: 1;
        }

        .service-grid[b-alqbzd72lz]  a.service-card:hover::before {
            opacity: 0;
        }

        /* محتوا روی لایه‌ها */
        .service-grid[b-alqbzd72lz]  a.service-card > * {
            position: relative;
            z-index: 1;
        }


.service-icon[b-alqbzd72lz] {
    width: 84px;
    height: 84px;
}

.service-card h3[b-alqbzd72lz] {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #132f7d;
    font-weight: 500;
}

.today-strip[b-alqbzd72lz] {
    width: min(17vw, 100%);
    border-radius: 15px;
    background: #d4deff;
    color: #132f7d;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
}

.dashboard-state[b-alqbzd72lz] {
    min-height: 100vh;
    background: #dfe2f1;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.5rem;
}

    .dashboard-state h1[b-alqbzd72lz] {
        color: #12348f;
        margin-bottom: 0.75rem;
    }

    .dashboard-state p[b-alqbzd72lz] {
        color: #435690;
        margin-bottom: 1.2rem;
    }

.dashboard-action[b-alqbzd72lz] {
    background: linear-gradient(90deg, #13378f 0%, #5f73d8 100%);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 170px;
    padding: 0 1rem;
    margin: 5px 0;
}


.receive-reports-page[b-alqbzd72lz] {
    display: flex;
    padding: 2rem;
    gap: 3rem;
}

.receive-reports[b-alqbzd72lz] {
    background: #ababf2;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0 0 7px 1px #6855ee;
    width: 100%;
}

.title-page[b-alqbzd72lz] {
    color: #132f7d;
}

.table-scroll-container[b-alqbzd72lz] {
    max-height: 865px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.invoice-table[b-alqbzd72lz] {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: Tahoma, sans-serif;
    color: #132f7d;
}

    .invoice-table thead[b-alqbzd72lz] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .invoice-table th[b-alqbzd72lz] {
        background-color: #fff;
        position: sticky;
        border: 1px solid #ddd;
        padding: 8px;
    }

    .invoice-table td[b-alqbzd72lz] {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .invoice-table thead tr:nth-child(1) th[b-alqbzd72lz] {
        top: 0;
        z-index: 11;
    }

    .invoice-table thead tr:nth-child(2) th[b-alqbzd72lz] {
        top: 46px;
        z-index: 10;
        border-top: none;
    }

    .invoice-table tbody tr:nth-child(even)[b-alqbzd72lz] {
        background-color: #fff;
    }

    .invoice-table tbody tr:nth-child(odd)[b-alqbzd72lz] {
        background-color: #f0f2fb;
    }

    .invoice-table tbody tr:hover[b-alqbzd72lz] {
        background-color: #e2e6f9;
    }

.filter-input[b-alqbzd72lz] {
    width: 90%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.date-range-filter[b-alqbzd72lz] {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.sort-btn[b-alqbzd72lz] {
    cursor: pointer;
    border: none;
    background: transparent;
    float: left;
    font-weight: bold;
}
.btn-dashboard[b-alqbzd72lz],
.btn-refresh[b-alqbzd72lz],
.btn-export[b-alqbzd72lz] {
    background-color: #2b24ba;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
}

[b-alqbzd72lz] .btn-download {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
    min-width: 66px;
}

   [b-alqbzd72lz] .btn-download:hover {
        background-color: #218838;
    }

/* استایل‌های مربوط به دکمه حذف و باکس تاریخ */
.date-input-wrapper[b-alqbzd72lz] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn-download:disabled[b-alqbzd72lz] {
    background-color: #9abfa3;
    cursor: not-allowed;
    opacity: 0.75;
}
.btn-clear-date[b-alqbzd72lz] {
    position: absolute;
    top: 50%;
    right: 5px; /* دکمه ضربدر در سمت راست قرار می‌گیرد */
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ff4d4f;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
    z-index: 2;
    transition: color 0.3s;
}

    .btn-clear-date:hover[b-alqbzd72lz] {
        color: #cf1322;
    }

/* آپدیت ظاهر اینپوت برای جا دادن آیکون و دکمه ضربدر */
.filter-input-date[b-alqbzd72lz] {
    width: 100%;
    padding: 4px 8px;
    padding-right: 25px; /* ایجاد فضا در سمت راست برای دکمه ضربدر */
    padding-left: 30px; /* ایجاد فضا در سمت چپ برای آیکون تقویم */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center; /* آیکون تقویم در سمت چپ */
    cursor: pointer;
    text-align: right;
    color: #333;
}

@media (max-width: 1701px) {

    .today-strip[b-alqbzd72lz] {
        font-size: .9rem;
        font-weight: bold;
    }
}

@media (max-width: 1500px) {
    .invoice-table th[b-alqbzd72lz]{
        
        font-size: .73rem;
    }
}

@media (max-width: 1400px) {
    .invoice-table th[b-alqbzd72lz] {
        font-size: .7rem;
    }

    .today-strip[b-alqbzd72lz] {
        font-size: .7rem;
        min-height: 50px;
    }
}

@media (max-width: 1340px) {
    .dashboard-frame[b-alqbzd72lz] {
        gap: 2rem;
    }
    .service-grid[b-alqbzd72lz] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .service-card h3[b-alqbzd72lz] {
        margin: 0;
        text-align: center;
        font-size: .8rem;
        color: #132f7d;
        font-weight: 500;
    }
    .invoice-table th[b-alqbzd72lz] {
        min-width: 175px;
        font-size:.9rem
    }
}

@media (max-width: 1266px) {
    .today-strip[b-alqbzd72lz] {
        width: 35%;
    }
}

@media (max-width: 1120px) {
    .dashboard-frame[b-alqbzd72lz] {
        flex-direction: column;
    }

    .dashboard-side[b-alqbzd72lz] {
        width: 100%;
    }

    .dashboard-main[b-alqbzd72lz] {
        max-width: 100%;
    }

    .service-grid[b-alqbzd72lz] {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .today-strip[b-alqbzd72lz] {
        width: 25%;
    }
}

@media (max-width: 914px) {
    .today-strip[b-alqbzd72lz] {
        width: 40%;
    }
    .invoice-table th[b-alqbzd72lz] {
        font-size: .8rem;
    }
    
}
@media (max-width: 849px) {
    .invoice-table th[b-alqbzd72lz] {
        min-width: 140px;
        font-size: .73rem;
    }

}


@media (max-width: 760px) {
    .service-grid[b-alqbzd72lz] {
        grid-template-columns: repeat(2, minmax(70px, 1fr));
        padding: 70px 10px 10px 10px;
    }

    .user-strip p[b-alqbzd72lz] {
        font-size: 1.45rem;
    }

    .user-avatar[b-alqbzd72lz] {
        width: 68px;
        height: 68px;
    }

    .welcome-title[b-alqbzd72lz] {
        font-size: 1.5rem;
    }

    .chat-entry[b-alqbzd72lz] {
        font-size: 1.55rem;
    }
    .table-scroll-container[b-alqbzd72lz] {
        overflow-y: auto;
        overflow-x: auto;
       
    }
    .invoice-table th[b-alqbzd72lz] {
        font-size: .7rem;
    }
}

@media (max-width: 591px) {
    .service-grid[b-alqbzd72lz] {
        grid-template-columns: 1fr;
    }

    .today-strip[b-alqbzd72lz] {
        width: 50%;
    }
    .title-page[b-alqbzd72lz] {
        font-size: 1.1rem;
    }

    .btn-dashboard[b-alqbzd72lz] {
        
        padding: 8px 16px;
    }
}

@media (max-width: 484px) {
    .header-dashboard[b-alqbzd72lz] {
        flex-direction: column;
        gap: 1rem;
    }

    .welcome-title[b-alqbzd72lz] {
        font-size: 1rem;
        margin: 1rem 0 1.2rem 0;
    }

    .today-strip[b-alqbzd72lz] {
        width: 100%;
    }
    .title-page[b-alqbzd72lz] {
        font-size: 1rem;
    }

    .btn-dashboard[b-alqbzd72lz] {
        padding: 8px 12px;
        font-size:.7rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-layout[b-iq1362wwd4] {
    background: #fff;
    display: grid;
    grid-template-columns: minmax(350px, 1fr) minmax(420px, 1fr);
    min-height: 100vh;
}

.brand-panel[b-iq1362wwd4] {
    background: #6E79DD;
    background: linear-gradient(184deg, rgba(110, 121, 221, 1) 13%, rgba(2, 31, 102, 1) 97%);
    color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.brand-content[b-iq1362wwd4] {
    text-align: center;
    position: relative;
    z-index: 2;
}

.brand-title[b-iq1362wwd4] {
    margin-top: 0.25rem;
    font-size: clamp(1.8rem, 1.6rem + 1vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-subtitle[b-iq1362wwd4] {
    margin-top: 0.7rem;
    opacity: 0.9;
    font-size: 1.02rem;
}

.form-panel[b-iq1362wwd4] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
}

.login-card[b-iq1362wwd4] {
    width: min(480px, 100%);
}

    .login-card h1[b-iq1362wwd4] {
        color: #10204c;
        font-size: clamp(1.8rem, 1.6rem + 0.6vw, 2.4rem);
        font-weight: 700;
        margin-bottom: 5rem;
        text-align: center;
    }

.field-block[b-iq1362wwd4] {
    margin-bottom: 1rem;
}

.portal-input[b-iq1362wwd4] {
    background: #f0f1fd;
    border: 0;
    border-radius: 0.75rem;
    color: #4f578f;
    font-size: 1.35rem;
    min-height: 68px;
    padding: 0 1.6rem;
    text-align: right;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

    .portal-input:focus[b-iq1362wwd4] {
        box-shadow: 0 0 0 4px rgba(92, 126, 255, 0.25);
        outline: 0;
        transform: translateY(-1px);
    }

.ghost-link[b-iq1362wwd4] {
    background: transparent;
    border: 0;
    color: #14326f;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0.7rem 0 2rem;
    padding: 0;
}

    .ghost-link:disabled[b-iq1362wwd4] {
        cursor: not-allowed;
        opacity: 0.75;
    }

.login-button[b-iq1362wwd4] {
    cursor: pointer;
    border: 0;
    border-radius: 25px;
    color: #fff;
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    min-height: 74px;
    background: linear-gradient(90deg, #10328d 0%, #6473da 100%);
    box-shadow: 0 16px 28px rgba(20, 45, 126, 0.27);
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

    .login-button:hover:enabled[b-iq1362wwd4] {
        transform: translateY(-2px);
        box-shadow: 0 20px 34px rgba(20, 45, 126, 0.34);
    }

    .login-button:disabled[b-iq1362wwd4] {
        cursor: wait;
        opacity: 0.8;
    }

.login-success[b-iq1362wwd4] {
    color: #136b3e;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
}

.login-error[b-iq1362wwd4] {
    color: #bf2d2d;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
}

.validation-message[b-iq1362wwd4] {
    display: block;
    color: #b52020;
    margin-top: 0.45rem;
    margin-inline: 0.6rem;
}

@media (max-width: 1024px) {
    .login-layout[b-iq1362wwd4] {
        grid-template-columns: 1fr;
    }

    .brand-panel[b-iq1362wwd4] {
        min-height: 34vh;
        padding: 2rem 1.5rem;
    }

    .brand-title[b-iq1362wwd4] {
        font-size: 1.75rem;
    }

    .form-panel[b-iq1362wwd4] {
        padding: 2rem 1.25rem 3rem;
    }

    .login-card h1[b-iq1362wwd4] {
        margin-bottom: 1.8rem;
        font-size: 1.8rem;
    }

    .portal-input[b-iq1362wwd4] {
        min-height: 60px;
        font-size: 1.15rem;
    }

    .login-button[b-iq1362wwd4] {
        min-height: 62px;
        font-size: 1.6rem;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-tq4mm8qw9x] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: linear-gradient(180deg, #6E79DD 0%, #102b7c 100%);
}

.not-found-card[b-tq4mm8qw9x] {
    width: min(520px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(16, 32, 76, 0.22);
}

.not-found-code[b-tq4mm8qw9x] {
    color: #6473da;
    font-size: clamp(4rem, 3rem + 4vw, 7rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem;
}

.not-found-card h1[b-tq4mm8qw9x] {
    color: #10204c;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.not-found-card p[b-tq4mm8qw9x] {
    color: #4f578f;
    font-size: 1rem;
    line-height: 1.9;
    margin: 0 0 2rem;
}

.not-found-action[b-tq4mm8qw9x] {
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    min-height: 48px;
    min-width: 180px;
    padding: 0 1.5rem;
    background: linear-gradient(90deg, #10328d 0%, #6473da 100%);
    box-shadow: 0 12px 24px rgba(20, 45, 126, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .not-found-action:hover[b-tq4mm8qw9x] {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(20, 45, 126, 0.32);
    }
/* /Components/Pages/ReceiveReports.razor.rz.scp.css */
.reports-panel[b-fmj3waxcmw] {
/*    padding: 40px;*/
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    background: #ababf2;
}

.reports-header[b-fmj3waxcmw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.title-page[b-fmj3waxcmw] {
    color: #132f7d;
    margin: 0;
}

.workflow-actions[b-fmj3waxcmw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*.btn-dashboard,*/
.btn-refresh[b-fmj3waxcmw],
.btn-export[b-fmj3waxcmw] {
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
}

.reports-actions[b-fmj3waxcmw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*.btn-dashboard,*/
.btn-refresh[b-fmj3waxcmw] {
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
}

/*.btn-dashboard {
    background-color: #2b24ba;
    padding: 12px 22px;
}

.btn-dashboard:hover {
    background-color: #2242a3;
}
*/
.btn-refresh[b-fmj3waxcmw] {
    background-color: #3d57bf;
    padding: 12px 18px;
    min-width: 112px;
}

.btn-refresh:hover[b-fmj3waxcmw] {
    background-color: #3048aa;
}

.btn-refresh:disabled[b-fmj3waxcmw] {
    opacity: 0.75;
    cursor: not-allowed;
}

.table-scroll-container[b-fmj3waxcmw] {
    max-height: 865px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.workflow-table[b-fmj3waxcmw] {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: Tahoma, sans-serif;
    color: #132f7d;
}

    .workflow-table thead[b-fmj3waxcmw] {
        position: sticky;
        top: 0;
        z-index: 10;
    }


    .workflow-table th[b-fmj3waxcmw] {
        vertical-align: middle;
        background-color: #fff;
        position: sticky;
        border: 1px solid #ddd;
        padding: 8px;
    }

    .workflow-table td[b-fmj3waxcmw] {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .workflow-table tbody tr:nth-child(even)[b-fmj3waxcmw] {
        background-color: #fff;
    }

    .workflow-table tbody tr:nth-child(odd)[b-fmj3waxcmw] {
        background-color: #f0f2fb;
    }

    .workflow-table tbody tr:hover[b-fmj3waxcmw] {
        background-color: #e2e6f9;
    }

.state-cell[b-fmj3waxcmw] {
    text-align: center;
    padding: 14px;
}

.amount-cell[b-fmj3waxcmw] {
    direction: ltr;
    white-space: nowrap;
}

.totals-row[b-fmj3waxcmw] {
    font-weight: 700;
    background: #e9ecff !important;
}

.filter-input[b-fmj3waxcmw] {
    width: 100%;
    min-width: 80px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.85em;
    text-align: center;
}

.sort-btn[b-fmj3waxcmw] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0 4px;
    color: #3d57bf;
    font-weight: bold;
}

.date-range-filter[b-fmj3waxcmw] {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.date-input-wrapper[b-fmj3waxcmw] {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-input-date[b-fmj3waxcmw] {
    width: 100%;
    padding: 6px 20px 6px 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.85em;
    text-align: center;
}

.btn-clear-date[b-fmj3waxcmw] {
    position: absolute;
    right: 4px;
    background: none;
    border: none;
    color: #e74c3c;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
}

.workflow-table th[b-fmj3waxcmw] {
    vertical-align: middle;
}
.reports-table[b-fmj3waxcmw] {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-family: Tahoma, sans-serif;
    color: #132f7d;
}

.reports-table thead[b-fmj3waxcmw] {
    position: sticky;
    top: 0;
    z-index: 10;
}

    .reports-table th[b-fmj3waxcmw] {
        background-color: #fff;
        position: sticky;
        border: 1px solid #ddd;
        padding: 8px;
        min-width: 150px;
    }

.reports-table td[b-fmj3waxcmw] {
    border: 1px solid #ddd;
    padding: 8px;
}

.reports-table tbody tr:nth-child(even)[b-fmj3waxcmw] {
    background-color: #fff;
}

.reports-table tbody tr:nth-child(odd)[b-fmj3waxcmw] {
    background-color: #f0f2fb;
}

.reports-table tbody tr:hover[b-fmj3waxcmw] {
    background-color: #e2e6f9;
}

.state-cell[b-fmj3waxcmw] {
    text-align: center;
    padding: 14px;
}
.sort-btn[b-fmj3waxcmw] {
    cursor: pointer;
    border: none;
    background: transparent;
    float: left;
    font-weight: bold;
}
[b-fmj3waxcmw] .btn-download {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.3s;
    min-width: 66px;
}

    [b-fmj3waxcmw] .btn-download:hover {
        background-color: #218838;
    }

.btn-download:disabled[b-fmj3waxcmw] {
    opacity: 0.75;
    cursor: not-allowed;
}

.download-action[b-fmj3waxcmw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.download-hint[b-fmj3waxcmw] {
    font-size: 0.72rem;
    color: #4d5a8e;
    line-height: 1.2;
    text-align: center;
}

.filter-row th[b-fmj3waxcmw] {
    background: #f7f8ff;
    padding: 6px;
}

.table-filter[b-fmj3waxcmw] {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.8rem;
    text-align: center;
}
.filter-input[b-fmj3waxcmw] {
    width: 90%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.date-filter[b-fmj3waxcmw] {
    display: flex;
    gap: 4px;
}

    .date-filter input[b-fmj3waxcmw] {
        width: 100%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 0.75rem;
    }
.date-range-filter[b-fmj3waxcmw] {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.date-input-wrapper[b-fmj3waxcmw] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.filter-input-date[b-fmj3waxcmw] {
    width: 100%;
    padding: 4px 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-right: 25px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center;
    cursor: pointer;
    text-align: right;
    color: #333;
}

.btn-clear-date[b-fmj3waxcmw]{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ff4d4f;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
    z-index: 2;
    transition: color 0.3s;
}

.btn-clear-date:hover[b-fmj3waxcmw] {
    color: #cf1322;
 }

.report-dialog-backdrop[b-fmj3waxcmw] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(8, 18, 58, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    direction: rtl;
}

.report-dialog[b-fmj3waxcmw] {
    width: min(880px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 24px 60px;
    color: #132f7d;
    font-family: Tahoma, sans-serif;
}

.report-dialog-header[b-fmj3waxcmw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid #d9def7;
    background: #f7f8ff;
    border-radius: 22px 22px 0 0;
}

    .report-dialog-header h3[b-fmj3waxcmw] {
        margin: 0 0 8px;
        font-size: 1.25rem;
        color: #132f7d;
    }

    .report-dialog-header p[b-fmj3waxcmw] {
        margin: 0;
        color: #4d5a8e;
    }

.report-dialog-close[b-fmj3waxcmw] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #e9ecff;
    color: #132f7d;
    font-size: 1.6rem;
    line-height: 1;
}

    .report-dialog-close:hover[b-fmj3waxcmw] {
        background: #d9def7;
    }

    .report-dialog-close:disabled[b-fmj3waxcmw] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.report-dialog-body[b-fmj3waxcmw] {
    padding: 24px;
}

.dialog-state[b-fmj3waxcmw] {
    padding: 18px;
    border-radius: 14px;
    background: #f7f8ff;
    color: #132f7d;
    text-align: center;
    font-weight: 600;
}

.dialog-error[b-fmj3waxcmw] {
    color: #b00020;
    background: #fff3f3;
}

.details-grid-dialog[b-fmj3waxcmw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 14px;
}

.details-item-dialog[b-fmj3waxcmw] {
    border: 1px solid #d9def7;
    border-radius: 14px;
    padding: 14px;
    background: #f7f8ff;
}

    .details-item-dialog span[b-fmj3waxcmw] {
        display: block;
        margin-bottom: 8px;
        color: #4d5a8e;
        font-size: 0.85rem;
    }

    .details-item-dialog strong[b-fmj3waxcmw] {
        display: block;
        color: #132f7d;
        font-size: 1.05rem;
    }

.dialog-note[b-fmj3waxcmw] {
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
    background: #f0f2fb;
    color: #4d5a8e;
    font-size: 0.85rem;
    line-height: 1.8;
}

.report-dialog-footer[b-fmj3waxcmw] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 18px 24px 22px;
    border-top: 1px solid #d9def7;
}

.btn-dialog-primary[b-fmj3waxcmw],
.btn-dialog-secondary[b-fmj3waxcmw] {
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    padding: 12px 20px;
    min-width: 120px;
}

.btn-dialog-primary[b-fmj3waxcmw] {
    background-color: #28a745;
}

    .btn-dialog-primary:hover[b-fmj3waxcmw] {
        background-color: #218838;
    }

.btn-dialog-secondary[b-fmj3waxcmw] {
    background-color: #3d57bf;
}

    .btn-dialog-secondary:hover[b-fmj3waxcmw] {
        background-color: #3048aa;
    }

    .btn-dialog-primary:disabled[b-fmj3waxcmw],
    .btn-dialog-secondary:disabled[b-fmj3waxcmw] {
        opacity: 0.75;
        cursor: not-allowed;
    }

@media (max-width: 760px) {
    .report-dialog-backdrop[b-fmj3waxcmw] {
        padding: 12px;
    }

    .report-dialog-header[b-fmj3waxcmw],
    .report-dialog-body[b-fmj3waxcmw],
    .report-dialog-footer[b-fmj3waxcmw] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .details-grid-dialog[b-fmj3waxcmw] {
        grid-template-columns: 1fr;
    }

    .report-dialog-footer[b-fmj3waxcmw] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-dialog-primary[b-fmj3waxcmw],
    .btn-dialog-secondary[b-fmj3waxcmw] {
        width: 100%;
    }
}


@media (max-width: 1400px) {
    .dashboard-frame[b-fmj3waxcmw] {
        gap: 2rem;
    }

}
@media (max-width: 1120px) {
    .dashboard-main[b-fmj3waxcmw] {
        max-width: 100%;
    }

}
    
@media (max-width: 1100px) {
    
    .reports-panel[b-fmj3waxcmw] {
        padding: 24px;
    }

    .reports-header[b-fmj3waxcmw] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .reports-actions[b-fmj3waxcmw] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .reports-panel[b-fmj3waxcmw] {
        padding: 16px;
    }
}
/* /Components/Pages/UserManagement.razor.rz.scp.css */
.users-frame[b-5g9gda2r7j] {
    min-height: 100vh;
    background: linear-gradient(180deg, #6E79DD 0%, #102b7c 100%);
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.users-main[b-5g9gda2r7j] {
    flex: 1;
    max-width: 1500px;
    margin: 0 auto;
}

.users-header[b-5g9gda2r7j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #fff;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

    .users-header h1[b-5g9gda2r7j] {
        margin: 0 0 0.5rem 0;
        font-size: 2rem;
        font-weight: 700;
    }

    .users-header p[b-5g9gda2r7j] {
        margin: 0;
        opacity: 0.9;
    }

.header-buttons[b-5g9gda2r7j] {
    display: flex;
    gap: 0.75rem;
}
.dashboard-action[b-5g9gda2r7j] {
    background: #acacf3;
    border: 0;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
/*    min-width: 170px;*/
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background ease-in-out .2s;
}
    .dashboard-action:hover[b-5g9gda2r7j] {
        background: #2942a4;
    }
.icon-dashboard[b-5g9gda2r7j] {
    width: 2rem;
    filter: brightness(0) invert(1);
    padding-left: .4rem;
    height: fit-content;
}
.users-card[b-5g9gda2r7j] {
    background: #acacf3;
    border-radius: 24px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0 20px 25px -5px, rgba(0, 0, 0, 0.05) 0 10px 10px -5px;
}

.users-card-title[b-5g9gda2r7j] {
    margin-bottom: 1rem;
}

    .users-card-title h2[b-5g9gda2r7j] {
        color: #132f7d;
        font-size: 1.25rem;
        margin: 0 0 0.35rem 0;
    }

    .users-card-title p[b-5g9gda2r7j] {
        color: #52649d;
        margin: 0;
    }

.users-card-title-row[b-5g9gda2r7j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
}
.users-list[b-5g9gda2r7j] {
    display: flex;
    justify-content: space-between;
}
.users-form-grid[b-5g9gda2r7j] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 1rem;
    align-items: end;
}

    .users-form-grid label[b-5g9gda2r7j] {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        color: #132f7d;
        font-weight: 600;
    }

    .users-form-grid input[b-5g9gda2r7j],
    .users-form-grid select[b-5g9gda2r7j] {
        min-height: 44px;
        border: 1px solid #cbd3f3;
        border-radius: 14px;
        padding: 0 0.8rem;
        font-size: 0.95rem;
        outline: none;
        background: #fff;
        color: #102b7c;
    }

        .users-form-grid input:focus[b-5g9gda2r7j],
        .users-form-grid select:focus[b-5g9gda2r7j] {
            border-color: #5f73d8;
            box-shadow: 0 0 0 3px rgba(95, 115, 216, 0.18);
        }

.users-check[b-5g9gda2r7j] {
    flex-direction: row !important;
    align-items: center;
    min-height: 44px;
}

    .users-check input[b-5g9gda2r7j] {
        min-height: auto;
        width: 18px;
        height: 18px;
    }

.users-form-actions[b-5g9gda2r7j] {
    display: flex;
    gap: 0.75rem;
}

/* دکمه‌ها */
.users-primary-button[b-5g9gda2r7j],
.users-secondary-button[b-5g9gda2r7j],
.users-icon-button[b-5g9gda2r7j] {
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: 44px;
    padding: 0 1.2rem;
}

.users-primary-button[b-5g9gda2r7j] {
    color: #fff;
    background: #2942a4;
}

.users-secondary-button[b-5g9gda2r7j] {
    color: #132f7d;
    background: #d4deff;
}

.users-icon-button[b-5g9gda2r7j] {
    background: #eef2ff;
    color: #132f7d;
    padding: 0 1rem;
}

button:disabled[b-5g9gda2r7j] {
    opacity: 0.55;
    cursor: not-allowed;
}

/* آلرت‌ها */
.users-alert[b-5g9gda2r7j] {
    border-radius: 18px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.users-alert-success[b-5g9gda2r7j] {
    background: #e9f9ef;
    color: #0c7a35;
    border: 1px solid #bce8ca;
}

.users-alert-error[b-5g9gda2r7j] {
    background: #fff0f0;
    color: #b42318;
    border: 1px solid #f4c7c3;
}

.users-empty[b-5g9gda2r7j] {
    min-height: 110px;
    display: grid;
    place-items: center;
    color: #52649d;
    font-weight: 600;
}

/* جدول */
.users-table-wrap[b-5g9gda2r7j] {
    overflow-x: auto;
}

.users-table[b-5g9gda2r7j] {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

    .users-table th[b-5g9gda2r7j],
    .users-table td[b-5g9gda2r7j] {
        padding: 0.85rem;
        text-align: right;
        border-bottom: 1px solid #e4e8f8;
        vertical-align: middle;
    }

    .users-table th[b-5g9gda2r7j] {
        color: #132f7d;
        background: #eef2ff;
        font-weight: 800;
    }

    .users-table td[b-5g9gda2r7j] {
        color: #25345f;
    }

/* نشانگرها */
.users-badge[b-5g9gda2r7j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #132f7d;
    font-size: 0.85rem;
    font-weight: 700;
}

.users-badge-success[b-5g9gda2r7j] {
    background: #e9f9ef;
    color: #0c7a35;
}

.users-badge-danger[b-5g9gda2r7j] {
    background: #fff0f0;
    color: #b42318;
}

.users-badge-warning[b-5g9gda2r7j] {
    background: #fff8e1;
    color: #9a6700;
}

/* دکمه‌های عملیات داخل جدول */
.users-actions[b-5g9gda2r7j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

    .users-actions button[b-5g9gda2r7j] {
        border: 0;
        border-radius: 15px;
        background: #eef2ff;
        color: #132f7d;
        cursor: pointer;
        font-size: 0.82rem;
        font-weight: 700;
        min-height: 34px;
        padding: 0 0.75rem;
    }

        .users-actions button:hover[b-5g9gda2r7j] {
            background: #d4deff;
        }

/* صفحه بارگذاری و خطا */
.users-state[b-5g9gda2r7j] {
    min-height: 100vh;
    background: #dfe2f1;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.5rem;
}

    .users-state h1[b-5g9gda2r7j] {
        color: #12348f;
        margin-bottom: 0.75rem;
    }

    .users-state p[b-5g9gda2r7j] {
        color: #435690;
        margin-bottom: 1.2rem;
    }

/* مودال یکسان برای ایجاد و ویرایش */
.modal-overlay[b-5g9gda2r7j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    direction: rtl;
}

.modal-container[b-5g9gda2r7j] {
    background: white;
    border-radius: 28px;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalFadeIn-b-5g9gda2r7j 0.2s ease-out;
}

    .modal-container.small-modal[b-5g9gda2r7j] {
        max-width: 500px;
    }

@keyframes modalFadeIn-b-5g9gda2r7j {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-header[b-5g9gda2r7j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #eef2ff;
}

    .modal-header h3[b-5g9gda2r7j] {
        margin: 0;
        color: #132f7d;
        font-size: 1.35rem;
    }

.modal-close[b-5g9gda2r7j] {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #7c8bc0;
    transition: color 0.2s;
    line-height: 1;
}

    .modal-close:hover[b-5g9gda2r7j] {
        color: #b42318;
    }

.modal-body[b-5g9gda2r7j] {
    padding: 1.5rem;
}
.reset-password-input[b-5g9gda2r7j] {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}
.modal-footer[b-5g9gda2r7j] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #eef2ff;
}

    .modal-footer button[b-5g9gda2r7j] {
        min-width: 100px;
    }

.search-area[b-5g9gda2r7j] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.users-search-input[b-5g9gda2r7j] {
    min-height: 44px;
    border: 1px solid #cbd3f3;
    border-radius: 15px;
    padding: 0 1rem;
    font-size: 0.95rem;
    background: #fff;
    color: #102b7c;
    outline: none;
    flex-grow: 2;
}

    .users-search-input:focus[b-5g9gda2r7j] {
        border-color: #5f73d8;
        box-shadow: 0 0 0 3px rgba(95, 115, 216, 0.18);
    }
.users-search-button[b-5g9gda2r7j] {
    padding: 13px 15px;
    background: #2942a4;
    color: #fff;
    border-radius:15px;
    border: 0;
    min-width:10%;
    cursor: pointer;
}


.required[b-5g9gda2r7j] {
    color: #b42318;
    font-weight: bold;
    margin-left: 0.25rem;
}

/* جعبه جستجوی شرکت */
.company-search[b-5g9gda2r7j] {
    position: relative;
}

    .company-search input[type="text"]:disabled[b-5g9gda2r7j] {
        background: #f9f9ff;
        color: #25345f;
    }

.selected-company-label[b-5g9gda2r7j] {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-weight: 600;
    color: #132f7d;
    background: #fff;
    padding: 0 0.5rem;
}

.clear-company[b-5g9gda2r7j] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #b42318;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.25rem;
}

/* دراپ‌داون نتایج جستجو */
.company-dropdown-wrap[b-5g9gda2r7j] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbd3f3;
    border-radius: 14px;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.15);
    z-index: 10;
    margin-top: 0.35rem;
}

.company-dropdown-list[b-5g9gda2r7j] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .company-dropdown-list li[b-5g9gda2r7j] {
        padding: 0.6rem 1rem;
        cursor: pointer;
        font-weight: 500;
        color: #25345f;
        transition: background 0.15s;
    }

        .company-dropdown-list li:hover[b-5g9gda2r7j] {
            background: #eef2ff;
        }

.company-dropdown-empty[b-5g9gda2r7j] {
    padding: 0.8rem 1rem;
    color: #7c8bc0;
    font-weight: 500;
    text-align: center;
}

/* واکنش‌گرایی */
@media (max-width: 1120px) {
    .users-frame[b-5g9gda2r7j] {
        flex-direction: column;
        padding: 1.5rem;
    }

    .users-main[b-5g9gda2r7j] {
        max-width: 100%;
    }

    .users-form-grid[b-5g9gda2r7j] {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}

@media (max-width: 720px) {
    .users-header[b-5g9gda2r7j],
    .users-card-title-row[b-5g9gda2r7j] {
        flex-direction: column;
        align-items: stretch;
    }

    .users-form-grid[b-5g9gda2r7j] {
        grid-template-columns: 1fr;
    }

    .header-buttons[b-5g9gda2r7j] {
        justify-content: flex-start;
    }
    .search-area[b-5g9gda2r7j] {
        width: 100%;
    }

    .users-search-input[b-5g9gda2r7j] {
    }

}

.users-action-note[b-5g9gda2r7j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.users-help-text[b-5g9gda2r7j] {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.7;
}
/* /Components/Shared/DashboardSidebar.razor.rz.scp.css */
.portal-dashboard[b-cty2z0qi39] {
    min-height: 100vh;
    /*    background: #dfe2f1;*/
    padding: 0.22rem;
}

.dashboard-frame[b-cty2z0qi39] {
    min-height: calc(100vh - 0.44rem);
    display: flex;
    gap: 4.45rem;
    padding: 1.45rem;
    box-sizing: border-box;
    /*    align-items: center;*/
    justify-content: center;
}

.dashboard-side[b-cty2z0qi39] {
    width: 365px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ccd1ff 0%, #7e97e4 42%, #5371c8 100%);
    border: 1px solid rgba(13, 32, 102, 0.72);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    color: #fff;
    padding: 1.65rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    max-height: 1030px;
}

.side-top[b-cty2z0qi39] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-logo[b-cty2z0qi39] {
    width: 150px;
    margin-bottom: 0.95rem;
    padding: 1rem;
    margin: 2rem 0;
}

.side-menu[b-cty2z0qi39] {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 1.05rem;
    line-height: 1.85;
}

    .side-menu li[b-cty2z0qi39] {
        padding: 3px 0;
    }

.side-link[b-cty2z0qi39] {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: right;
    text-decoration: none;
}

.active-link[b-cty2z0qi39] {
    font-weight: bold;
    color: #132f7d;
}

.side-exit[b-cty2z0qi39] {
    border: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.05rem;
    cursor: pointer;
    text-align: right;
    margin-top: 48px;
    text-shadow: 0px 0px 3px rgba(50, 60, 196, 1);
}

.icon-logout[b-cty2z0qi39] {
    width: 1.7rem;
    filter: brightness(0) invert(1);
}

.dashboard-main[b-cty2z0qi39] {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*    align-items: center;*/
    color: #0f2f84;
    max-width: 70%;
}

.header-dashboard[b-cty2z0qi39] {
    display: flex;
    justify-content: space-between;
}

.user-strip[b-cty2z0qi39] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .user-strip p[b-cty2z0qi39] {
        margin: 0;
        font-size: 1.5rem;
        color: white;
    }

.user-avatar[b-cty2z0qi39] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    /*    background: radial-gradient(circle at 34% 22%, #8aa0f4, #1d38a3 78%);*/
    background: #FFF;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.welcome-title[b-cty2z0qi39] {
    margin: 2rem 0 3rem 0;
    /*    font-size: clamp(2rem, 1.55rem + 1.2vw, 4rem);*/
    font-size: 2rem;
    font-weight: 500;
    color: white;
}



.today-strip[b-cty2z0qi39] {
    width: min(17vw, 100%);
    border-radius: 25px;
    background: #d4deff;
    color: #132f7d;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
}

.dashboard-state[b-cty2z0qi39] {
    min-height: 100vh;
    background: #dfe2f1;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.5rem;
}

    .dashboard-state h1[b-cty2z0qi39] {
        color: #12348f;
        margin-bottom: 0.75rem;
    }

    .dashboard-state p[b-cty2z0qi39] {
        color: #435690;
        margin-bottom: 1.2rem;
    }

.dashboard-action[b-cty2z0qi39] {
    background: linear-gradient(90deg, #13378f 0%, #5f73d8 100%);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 170px;
    padding: 0 1rem;
}


/* دکمه همبرگری - در حالت عادی مخفی است */
.hamburger-btn[b-cty2z0qi39] {
    display: none;
    position: fixed;
    top: 26px;
    left: 23px;
    z-index: 1001;
    background: #99abec;
    border: none;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.49);
    padding: 30px 20px;
}

.hamburger-icon[b-cty2z0qi39], .hamburger-icon[b-cty2z0qi39]::before, .hamburger-icon[b-cty2z0qi39]::after {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    position: relative;
    transition: all 0.3s;
}

    .hamburger-icon[b-cty2z0qi39]::before, .hamburger-icon[b-cty2z0qi39]::after {
        content: '';
        position: absolute;
    }

    .hamburger-icon[b-cty2z0qi39]::before {
        top: -8px;
    }

    .hamburger-icon[b-cty2z0qi39]::after {
        bottom: -8px;
    }

/* استایل‌های ریسپانسیو برای عرض کمتر از 1121 پیکسل */
@media (max-width: 1120px) {
    .hamburger-btn[b-cty2z0qi39] {
        display: block; /* نمایش دکمه در موبایل */
    }

    .dashboard-side[b-cty2z0qi39] {
        position: fixed;
        right: -100%; /* مخفی کردن منو در سمت راست بیرون صفحه */
        top: 0;
        bottom: 0;
        z-index: 1000;
        transition: right 0.4s ease-in-out;
        width: 280px; /* عرض ثابت برای منو در حالت موبایل */
        height: 100vh;
        border-radius: 0; /* حذف گردی گوشه‌ها در حالت تمام صفحه */
    }

        /* وقتی کلاس show-menu اضافه شود، منو به داخل صفحه می‌آید */
        .dashboard-side.show-menu[b-cty2z0qi39] {
            right: 0;
        }

    .menu-backdrop[b-cty2z0qi39] {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        backdrop-filter: blur(2px);
    }

    .dashboard-frame[b-cty2z0qi39] {
        gap: 1rem;
        padding: 0.5rem;
    }

    .side-exit[b-cty2z0qi39] {
        margin-top: 0px;
    }
}

@media (max-width: 1400px) {
    .dashboard-frame[b-cty2z0qi39] {
        padding: 1rem;
    }

    .dashboard-side[b-cty2z0qi39] {
        width: 315px;
    }

    .user-strip p[b-cty2z0qi39] {
        font-size: 2rem;
    }

    .welcome-title[b-cty2z0qi39] {
        font-size: 2.4rem;
    }

    .chat-entry[b-cty2z0qi39] {
        min-height: 98px;
        font-size: 2.8rem;
    }

    .service-card h3[b-cty2z0qi39] {
        font-size: 1.45rem;
    }

    .today-strip[b-cty2z0qi39] {
        font-size: 1.38rem;
        min-height: 58px;
    }
}

@media (max-width: 1120px) {
    .dashboard-frame[b-cty2z0qi39] {
        flex-direction: column-reverse;
    }

    .dashboard-side[b-cty2z0qi39] {
        width: 100%;
    }

    .service-grid[b-cty2z0qi39] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 760px) {
    .service-grid[b-cty2z0qi39] {
        grid-template-columns: 1fr;
    }

    .user-strip p[b-cty2z0qi39] {
        font-size: 1.45rem;
    }

    .user-avatar[b-cty2z0qi39] {
        width: 68px;
        height: 68px;
    }

    .welcome-title[b-cty2z0qi39] {
        font-size: 1.5rem;
    }

    .chat-entry[b-cty2z0qi39] {
        font-size: 1.55rem;
    }
}

@media (min-height: 901px) {
    .side-logo[b-cty2z0qi39] {
        width: 120px;
        padding: 1rem;
        margin: .5rem 0;
    }

    .dashboard-side[b-cty2z0qi39] {
        max-height: 93vh;
        min-height: 600px;

    }

    .side-menu[b-cty2z0qi39] {
        /*        line-height:1.3;*/
        font-size: .8rem;
    }
}

@media (max-height: 900px) {
    .side-logo[b-cty2z0qi39] {
        width: 120px;
        padding: 1rem;
        margin: .5rem 0;
    }

    .dashboard-side[b-cty2z0qi39] {
        max-height: 750px;
        min-height: 600px;
    }

    .side-menu[b-cty2z0qi39] {
        /*        line-height: 1.3;*/
        font-size: .8rem;
    }
}

@media (max-height: 800px) {
}
