@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.content-wrapper[b-ga1hqtpumm] {
    padding-top: 20px;
    margin-left: 13px;
    margin-right: 13px;
    /* مسافة آمنة صغيرة أسفل الصفحة لتفادي اختفاء المحتوى خلف شريط التنقل */
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}

.page-body[b-ga1hqtpumm] {
    /* لا شيء هنا — المحتوى يأخذ ارتفاعه الطبيعي فقط بدون أي min-height */
}
/* /Components/Pages/Accounting/CreateInvoice.razor.rz.scp.css */
/*breadcrumb*/
.main-breadcrumb[b-z1qoe1oxid] {
    font-weight: 600;
}

.breadcrumb-item a:hover[b-z1qoe1oxid] {
    color: #4c34c7;
}

.btn-new[b-z1qoe1oxid] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-z1qoe1oxid] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-z1qoe1oxid] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.muted[b-z1qoe1oxid] {
    color: #b9b9b9;
    font-weight: 500;
}


body[b-z1qoe1oxid] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-z1qoe1oxid] {
    padding: 15px;
}

.card[b-z1qoe1oxid] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-z1qoe1oxid] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-z1qoe1oxid] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-z1qoe1oxid] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-z1qoe1oxid], .gutters-sm > [class*=col-][b-z1qoe1oxid] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-z1qoe1oxid], .my-3[b-z1qoe1oxid] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-z1qoe1oxid] {
    background-color: #e2e8f0;
}

.h-100[b-z1qoe1oxid] {
    height: 100% !important;
}

.shadow-none[b-z1qoe1oxid] {
    box-shadow: none !important;
}

.line-down[b-z1qoe1oxid] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}


.delete-row[b-z1qoe1oxid] {
    color: #ff4d4d;
    font-weight: bold;
}
/* /Components/Pages/Accounting/InvoiceDetails.razor.rz.scp.css */
/*breadcrumb*/
.main-breadcrumb[b-s15rzykww1] {
    font-weight: 600;
}

.breadcrumb-item a:hover[b-s15rzykww1] {
    color: #4c34c7;
}

.btn-new[b-s15rzykww1] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-s15rzykww1] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-s15rzykww1] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.muted[b-s15rzykww1] {
    color: #b9b9b9;
    font-weight: 500;
}


body[b-s15rzykww1] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-s15rzykww1] {
    padding: 15px;
}

.card[b-s15rzykww1] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-s15rzykww1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-s15rzykww1] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-s15rzykww1] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-s15rzykww1], .gutters-sm > [class*=col-][b-s15rzykww1] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-s15rzykww1], .my-3[b-s15rzykww1] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-s15rzykww1] {
    background-color: #e2e8f0;
}

.h-100[b-s15rzykww1] {
    height: 100% !important;
}

.shadow-none[b-s15rzykww1] {
    box-shadow: none !important;
}
.line-down[b-s15rzykww1] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.delete-row[b-s15rzykww1] {
    color: #ff4d4d;
    font-weight: bold;
}
.badge-container[b-s15rzykww1] {
    position: relative;
    display: inline-block;
}

.badge[b-s15rzykww1] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

.switch[b-s15rzykww1] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-s15rzykww1] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-s15rzykww1] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-s15rzykww1]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-s15rzykww1] {
    background-color: #4caf50;
}

    input:checked + .slider[b-s15rzykww1]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-s15rzykww1] {
    background-color: #4caf50;
}

    input:checked + .slider[b-s15rzykww1]:before {
        transform: translateX(25px);
    }

.styled-link[b-s15rzykww1] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-s15rzykww1] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }
/* /Components/Pages/Accounting/InvoiceList.razor.rz.scp.css */
/* Button Styling */
.btn-new[b-3hei4sx46s] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-3hei4sx46s] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-3hei4sx46s] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.badge-container[b-3hei4sx46s] {
    position: relative;
    display: inline-block;
}

.badge[b-3hei4sx46s] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}
.styled-link[b-3hei4sx46s] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-3hei4sx46s] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }
/* /Components/Pages/Accounting/InvoicesSearch.razor.rz.scp.css */
.btn-add[b-g9tgqy0nhc] {
    width: auto; /* Allows the button to resize according to its content */
    height: auto; /* Allows height to fit content */
    border-radius: 10px; /* Adjusts the button's shape */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex; /* Ensures content (icon and text) aligns in a row */
    align-items: center; /* Vertically centers icon and text */
    padding: 0.5rem 1rem; /* Adds padding for a better appearance */
}

.no-border[b-g9tgqy0nhc] {
    border: none;
    box-shadow: none;
}

.btn-icon-text[b-g9tgqy0nhc] {
    display: flex; /* Aligns content (icon and text) in a row */
    align-items: center; /* Vertically centers icon and text */
    gap: 8px; /* Adds space between icon and text */
}

    .btn-icon-text i[b-g9tgqy0nhc] {
        font-size: 16px; /* Adjusts icon size */
        color: #005c8f;
    }


.btn-new[b-g9tgqy0nhc] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-g9tgqy0nhc] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-g9tgqy0nhc] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }
/* /Components/Pages/Admin/Permissions/RoleDetails.razor.rz.scp.css */
/* Role Card */
.role-card[b-8rt7hq6607] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Permissions Section */
.permissions-section[b-8rt7hq6607] {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.permissions-header[b-8rt7hq6607] {
    background: linear-gradient(135deg, #007AFF 0%, #5856D6 100%);
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.header-left[b-8rt7hq6607] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-icon-header[b-8rt7hq6607] {
    font-size: 28px;
    color: white;
    animation: pulse-b-8rt7hq6607 2s infinite;
}

@keyframes pulse-b-8rt7hq6607 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.section-title-main[b-8rt7hq6607] {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.selected-count-badge[b-8rt7hq6607] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Accordion Container */
.accordion-container[b-8rt7hq6607] {
    padding: 20px;
}

.category-accordion[b-8rt7hq6607] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .category-accordion.expanded[b-8rt7hq6607] {
        border-color: #007AFF;
        box-shadow: 0 8px 24px rgba(0, 122, 255, 0.15);
    }

/* Category Header */
.category-header-accordion[b-8rt7hq6607] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.category-accordion.expanded .category-header-accordion[b-8rt7hq6607] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f1f8fd 100%);
    border-bottom-color: #007AFF;
}

.category-header-accordion:hover[b-8rt7hq6607] {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.category-header-left[b-8rt7hq6607] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.expand-icon[b-8rt7hq6607] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007AFF;
    color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.category-accordion.expanded .expand-icon[b-8rt7hq6607] {
    background: #34C759;
    transform: rotate(180deg);
}

.category-icon[b-8rt7hq6607] {
    font-size: 28px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.category-name[b-8rt7hq6607] {
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0;
}

.category-header-right[b-8rt7hq6607] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-badge[b-8rt7hq6607] {
    background: #e9ecef;
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

    .category-badge.has-selection[b-8rt7hq6607] {
        background: linear-gradient(135deg, #007AFF, #5856D6);
        color: white;
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
    }

.btn-category-action[b-8rt7hq6607] {
    background: white;
    color: #007AFF;
    border: 2px solid #007AFF;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-category-action:hover[b-8rt7hq6607] {
        background: #007AFF;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 122, 255, 0.3);
    }

/* Category Content */
.category-content[b-8rt7hq6607] {
    padding: 24px;
    background: #f8f9fa;
    animation: slideDown-b-8rt7hq6607 0.3s ease;
}

@keyframes slideDown-b-8rt7hq6607 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Permissions Grid */
.permissions-grid[b-8rt7hq6607] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.permission-item[b-8rt7hq6607] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 14px;
    padding: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .permission-item:hover[b-8rt7hq6607] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
        border-color: #007AFF;
    }

    .permission-item.checked[b-8rt7hq6607] {
        background: linear-gradient(135deg, #e3f2fd 0%, #f1f8e9 100%);
        border-color: #007AFF;
    }

    .permission-item[b-8rt7hq6607]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #007AFF, #34C759);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .permission-item.checked[b-8rt7hq6607]::before {
        transform: scaleX(1);
    }

.permission-content[b-8rt7hq6607] {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Custom Checkbox */
.custom-checkbox[b-8rt7hq6607] {
    position: relative;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

    .custom-checkbox input[b-8rt7hq6607] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        z-index: 1;
    }

.checkbox-visual[b-8rt7hq6607] {
    width: 26px;
    height: 26px;
    border: 2.5px solid #d1d5db;
    border-radius: 7px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    pointer-events: none;
}

.custom-checkbox input:checked + .checkbox-visual[b-8rt7hq6607] {
    background: linear-gradient(135deg, #007AFF, #5856D6);
    border-color: #007AFF;
    transform: scale(1.1);
}

    .custom-checkbox input:checked + .checkbox-visual[b-8rt7hq6607]::after {
        content: '✓';
        color: white;
        font-weight: bold;
        font-size: 16px;
        animation: checkmark-b-8rt7hq6607 0.3s ease;
    }

@keyframes checkmark-b-8rt7hq6607 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Permission Info */
.permission-info[b-8rt7hq6607] {
    flex: 1;
}

.permission-title[b-8rt7hq6607] {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.4;
}

/* No Permissions */
.no-permissions[b-8rt7hq6607] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

    .no-permissions i[b-8rt7hq6607] {
        font-size: 48px;
        margin-bottom: 15px;
        opacity: 0.5;
    }

    .no-permissions p[b-8rt7hq6607] {
        font-size: 18px;
        margin: 0;
    }

/* Responsive */
@media (max-width: 992px) {
    .permissions-grid[b-8rt7hq6607] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .category-header-right[b-8rt7hq6607] {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .permissions-header[b-8rt7hq6607] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .permissions-grid[b-8rt7hq6607] {
        grid-template-columns: 1fr;
    }

    .category-header-accordion[b-8rt7hq6607] {
        flex-direction: column;
        gap: 15px;
    }

    .category-header-left[b-8rt7hq6607],
    .category-header-right[b-8rt7hq6607] {
        width: 100%;
        justify-content: center;
    }

    .btn-category-action[b-8rt7hq6607] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Admin/ServiceCategories/ServiceCategoryDetails.razor.rz.scp.css */
/* Scoped: InputFile renders outside this file's attribute scope — use ::deep for the real input */
.image-upload-container[b-3ec4x2lp6f] {
    position: relative;
}

label.upload-zone[b-3ec4x2lp6f] (input[type="file"]) {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    border: 0 !important;
}

label.upload-zone[b-3ec4x2lp6f] (input[type="file"]::file-selector-button) {
    display: none !important;
}

label.upload-zone[b-3ec4x2lp6f] (input[type="file"]::-webkit-file-upload-button) {
    display: none !important;
}

label.upload-zone[b-3ec4x2lp6f] {
    display: block;
    margin-bottom: 0;
}

/* Communities sit in their own row below the split (main + localized) so a long Localized list is never covered. */
/* /Components/Pages/Admin/Shared/AdminNavTop.razor.rz.scp.css */
.admin-navbar-width[b-zaa2lhkehf]{
    height:30px;
}
/* /Components/Pages/Admin/Users/ConfirmEmail.razor.rz.scp.css */
body[b-w0pna9rsmp] {
    background-color: #f8f9fa;
}

/*.form-control {
    border-width: 2px;
    box-shadow: none !important;
    font-size: 1rem;
    height: auto;
    padding: 0.75rem;
    height: 40px;
}
*/
.btn-add[b-w0pna9rsmp] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #005c8f;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
    text-align: center;
}

.div-button:focus[b-w0pna9rsmp] {
    outline: none;
}

.div-button:active[b-w0pna9rsmp] {
    border-radius: 10px;
    color:white;
    background-color: #00466b; /* Darker color when pressed */
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3); /* Inset shadow for pressed effect */
    opacity: 0.9; /* Slight opacity change */
}
/* /Components/Pages/Admin/Users/InvitationsList.razor.rz.scp.css */
/* Status Badge - matches RequestList design */
.badge-container .status-pending[b-reh7tt9pq2] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.badge-container .status-Expired[b-reh7tt9pq2] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.badge-container .status-accepted[b-reh7tt9pq2] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}
/* /Components/Pages/Admin/Users/SendInvitations.razor.rz.scp.css */
.btn-new[b-4i9mwopoh1] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-4i9mwopoh1] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-4i9mwopoh1] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

/* /Components/Pages/Admin/Users/UserDetails.razor.rz.scp.css */
/* Resident / membership card — same shell as Staff & site access (blue) */
.user-client-card[b-rrbq01z32x] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 112, 201, 0.14) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 48%);
}

.user-client-card__header[b-rrbq01z32x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #0070c9 0%, #085a94 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

    .user-client-card__header i[b-rrbq01z32x] {
        font-size: 1.15rem;
        opacity: 0.95;
    }

.user-client-community-badge[b-rrbq01z32x] {
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
    background-color: #e3f2fd;
    color: #085a94;
    border-radius: 0.35rem;
}

/* Staff & site access card */
.user-staff-card[b-rrbq01z32x] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 112, 201, 0.14) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 48%);
}

.user-staff-card__header[b-rrbq01z32x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #0070c9 0%, #085a94 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

    .user-staff-card__header i[b-rrbq01z32x] {
        font-size: 1.15rem;
        opacity: 0.95;
    }

/* "Manage access" in header — white label + icon on blue gradient */
.user-staff-card__header .user-staff-card__manage-access[b-rrbq01z32x] {
    color: #fff !important;
    text-decoration: none;
}

    .user-staff-card__header .user-staff-card__manage-access .bc-btn__label[b-rrbq01z32x],
    .user-staff-card__header .user-staff-card__manage-access .bc-btn__icon[b-rrbq01z32x] {
        color: #fff !important;
    }

    .user-staff-card__header .user-staff-card__manage-access:hover[b-rrbq01z32x] {
        background: rgba(255, 255, 255, 0.14) !important;
        box-shadow: none;
        color: #fff !important;
    }

    .user-staff-card__header .user-staff-card__manage-access:active[b-rrbq01z32x] {
        background: rgba(255, 255, 255, 0.22) !important;
    }

/*breadcrumb*/
.main-breadcrumb[b-rrbq01z32x] {
    font-weight: 600;
}

.breadcrumb-item a:hover[b-rrbq01z32x] {
    color: #4c34c7;
}

.btn-new[b-rrbq01z32x] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-rrbq01z32x] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-rrbq01z32x] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.muted[b-rrbq01z32x] {
    color: #b9b9b9;
    font-weight: 500;
}

.read-icon[b-rrbq01z32x] {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -15px;
}

body[b-rrbq01z32x] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-rrbq01z32x] {
    padding: 15px;
}

.card[b-rrbq01z32x] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-rrbq01z32x] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-rrbq01z32x] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-rrbq01z32x] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-rrbq01z32x], .gutters-sm > [class*=col-][b-rrbq01z32x] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-rrbq01z32x], .my-3[b-rrbq01z32x] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-rrbq01z32x] {
    background-color: #e2e8f0;
}

.h-100[b-rrbq01z32x] {
    height: 100% !important;
}

.shadow-none[b-rrbq01z32x] {
    box-shadow: none !important;
}

.profile-pic[b-rrbq01z32x] {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.line-down[b-rrbq01z32x] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}



.badge-container[b-rrbq01z32x] {
    position: relative;
    display: inline-block;
}

.badge[b-rrbq01z32x] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

    .badge .btn-close[b-rrbq01z32x] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #F44336;
        color: #fff !important; /* Ensure the color stays white */
        border-radius: 50%;
        padding: 3px;
        font-size: 0.7rem;
        border: none; /* Remove any default border */
        cursor: pointer;
    }

        .badge .btn-close:hover[b-rrbq01z32x] {
            background-color: red; /* لون أغمق عند التمرير */
        }

a:hover[b-rrbq01z32x] {
    background-color: transparent !important; /* Removes the background color */
}








.units-container[b-rrbq01z32x] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.section-header[b-rrbq01z32x] {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .section-header h5[b-rrbq01z32x] {
        margin: 0;
        font-weight: 600;
        color: #1a1a1a;
        font-size: 16px;
    }

.add-unit-btn[b-rrbq01z32x] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

    .add-unit-btn:hover[b-rrbq01z32x] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

.unit-row[b-rrbq01z32x] {
    background: white;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    align-items: center;
    border-left: 4px solid #667eea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .unit-row:hover[b-rrbq01z32x] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        transform: translateX(-2px);
    }

.unit-info[b-rrbq01z32x] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.unit-name[b-rrbq01z32x] {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
}

.owner-type-badge[b-rrbq01z32x] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f4ff;
    color: #667eea;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    width: fit-content;
}

    .owner-type-badge.residential[b-rrbq01z32x] {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .owner-type-badge.commercial[b-rrbq01z32x] {
        background: #fff3e0;
        color: #f57c00;
    }

    .owner-type-badge.industrial[b-rrbq01z32x] {
        background: #f3e5f5;
        color: #7b1fa2;
    }

.delete-btn[b-rrbq01z32x] {
    background: #ff6b6b;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .delete-btn:hover[b-rrbq01z32x] {
        background: #ff5252;
        transform: scale(1.05);
    }

    .delete-btn:active[b-rrbq01z32x] {
        transform: scale(0.95);
    }

.empty-state[b-rrbq01z32x] {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 8px;
    border: 2px dashed #ddd;
}

    .empty-state i[b-rrbq01z32x] {
        font-size: 48px;
        color: #bbb;
        margin-bottom: 12px;
    }

    .empty-state p[b-rrbq01z32x] {
        color: #999;
        margin: 0;
        font-size: 14px;
    }

@media (max-width: 576px) {
    .unit-row[b-rrbq01z32x] {
        grid-template-columns: 1fr;
    }

    .owner-type-badge[b-rrbq01z32x], .delete-btn[b-rrbq01z32x] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Admin/Users/UserList.razor.rz.scp.css */
.muted[b-vchmsxvuko] {
    color: #b9b9b9;
    font-weight: 500;
}
/* /Components/Pages/Admin/Users/UserSettings.razor.rz.scp.css */
/* /Components/Pages/Booking/Playground/CreatePlaygroundBooking.razor.rz.scp.css */
.time-slot-list[b-x6nvvymq4q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time-slot[b-x6nvvymq4q] {
    height: 55px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
}

    /* Available time slots */
    .time-slot.available[b-x6nvvymq4q] {
        background-color: rgb(119 217 142);
        color: #007bff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: #005c8f;
    }


    /* Selected time slots */
    .time-slot.selected[b-x6nvvymq4q] {
        background-color: #3096cf;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: black;
    }

    /* Booked time slots */
    .time-slot.booked[b-x6nvvymq4q] {
        background-color: rgb(215,0,21);
        cursor: not-allowed;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: white;
    }
/* Legend (override global .badge in badge.css) */
.slot-legend[b-x6nvvymq4q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.slot-legend__item[b-x6nvvymq4q] {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    padding: 0.45rem 0.9rem !important;
    border-radius: 20px !important;
    display: inline-block !important;
    min-width: 5.5rem !important;
    text-align: center !important;
    border: 1px solid transparent !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
    cursor: default !important;
}

.slot-legend__item--booked[b-x6nvvymq4q] {
    background: linear-gradient(135deg, #f87171 0%, #dc2626 100%) !important;
    color: #fff !important;
    border-color: rgba(185, 28, 28, 0.35) !important;
}

.slot-legend__item--available[b-x6nvvymq4q] {
    background: linear-gradient(135deg, #86efac 0%, #22c55e 100%) !important;
    color: #064e3b !important;
    border-color: rgba(22, 101, 52, 0.25) !important;
}

.slot-legend__item--selected[b-x6nvvymq4q] {
    background: linear-gradient(135deg, #7dd3fc 0%, #0284c7 100%) !important;
    color: #0c4a6e !important;
    border-color: rgba(3, 105, 161, 0.35) !important;
}


/* Button Styling */
.btn-new[b-x6nvvymq4q] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-x6nvvymq4q] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-x6nvvymq4q] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.time-table[b-x6nvvymq4q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.time-slot[b-x6nvvymq4q] {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}

.booked[b-x6nvvymq4q] {
    background-color: #ffcccc; /* Light red */
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
/* /Components/Pages/Booking/Playground/PlaygroundDetails.razor.rz.scp.css */
body[b-b9qpuq2pos] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-b9qpuq2pos] {
    padding: 15px;
}

.card[b-b9qpuq2pos] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-b9qpuq2pos] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-b9qpuq2pos] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-b9qpuq2pos] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-b9qpuq2pos], .gutters-sm > [class*=col-][b-b9qpuq2pos] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-b9qpuq2pos], .my-3[b-b9qpuq2pos] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-b9qpuq2pos] {
    background-color: #e2e8f0;
}

.h-100[b-b9qpuq2pos] {
    height: 100% !important;
}

.shadow-none[b-b9qpuq2pos] {
    box-shadow: none !important;
}

.line-down[b-b9qpuq2pos] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-link[b-b9qpuq2pos] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-b9qpuq2pos] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }

.switch[b-b9qpuq2pos] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-b9qpuq2pos] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-b9qpuq2pos] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-b9qpuq2pos]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-b9qpuq2pos] {
    background-color: #4caf50;
}

    input:checked + .slider[b-b9qpuq2pos]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-b9qpuq2pos] {
    background-color: #4caf50;
}

    input:checked + .slider[b-b9qpuq2pos]:before {
        transform: translateX(25px);
    }

.badge-container[b-b9qpuq2pos] {
    position: relative;
    display: inline-block;
}

.Archive-badge-container[b-b9qpuq2pos] {
    position: relative;
    display: inline-block;
}

.Archive-badge[b-b9qpuq2pos] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #D3D3D3;
    color: black;
}
/* /Components/Pages/Communications/BroadcastDetails.razor.rz.scp.css */
.breadcrumb-item a:hover[b-1cfy0zclsj] {
    text-decoration: underline;
    color: #4c34c7;
}
.breadcrumb-item a[title][b-1cfy0zclsj] {
    cursor: pointer;
}
/* Button Styling */
.btn-new[b-1cfy0zclsj] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-1cfy0zclsj] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-1cfy0zclsj] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }



.card[b-1cfy0zclsj] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-1cfy0zclsj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-1cfy0zclsj] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-1cfy0zclsj] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-1cfy0zclsj], .gutters-sm > [class*=col-][b-1cfy0zclsj] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-1cfy0zclsj], .my-3[b-1cfy0zclsj] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-1cfy0zclsj] {
    background-color: #e2e8f0;
}

.h-100[b-1cfy0zclsj] {
    height: 100% !important;
}

.shadow-none[b-1cfy0zclsj] {
    box-shadow: none !important;
}

.profile-pic[b-1cfy0zclsj] {
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
}

.line-down[b-1cfy0zclsj] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.switch[b-1cfy0zclsj] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-1cfy0zclsj] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-1cfy0zclsj] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-1cfy0zclsj]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-1cfy0zclsj] {
    background-color: #4caf50;
}

    input:checked + .slider[b-1cfy0zclsj]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-1cfy0zclsj] {
    background-color: #4caf50;
}

    input:checked + .slider[b-1cfy0zclsj]:before {
        transform: translateX(25px);
    }



.timestamp[b-1cfy0zclsj] {
    font-size: 14px;
    color: #6c757d;
}

.file-upload-wrapper[b-1cfy0zclsj] {
    border: 2px dashed #ccc;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    transition: border-color 0.3s;
}

    .file-upload-wrapper:hover[b-1cfy0zclsj] {
        border-color: #4c34c7;
    }
.preview-card[b-1cfy0zclsj] {
    background-color: #ffffff; /* Pure white for a clean look */
    border: none; /* Remove borders for a sleeker design */
    border-radius: 20px; /* Rounded corners to mimic iPhone design */
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for a floating effect */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .preview-card:hover[b-1cfy0zclsj] {
        transform: scale(1.02); /* Slight zoom effect on hover */
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
    }

.card-img-top[b-1cfy0zclsj] {
    height: 250px; /* Larger image size */
    width: 100%;
    border-radius: 20px; /* Match card corner rounding */
    object-fit: cover; /* Ensures images fill the container */
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Add shadow to the image */
}

.title[b-1cfy0zclsj] {
    font-size: 1.2rem; /* Larger, clean font for the title */
    font-weight: 600;
    color: #333; /* Darker text for better readability */
}

.Mobile-description[b-1cfy0zclsj] {
    font-size: 0.95rem; /* Clean and simple text */
    color: #666; /* Softer black for better contrast */
    margin-top: 10px;
    line-height: 1.5; /* Increase readability */
}

.badge-container[b-1cfy0zclsj] {
    position: relative;
    display: inline-block;
}

.badge[b-1cfy0zclsj] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

    .badge .btn-close[b-1cfy0zclsj] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #8ad9f5;
        color: #fff !important; /* Ensure the color stays white */
        border-radius: 50%;
        padding: 3px;
        font-size: 0.7rem;
        border: none; /* Remove any default border */
    }

        .badge .btn-close:hover[b-1cfy0zclsj] {
            background-color: red; /* لون أغمق عند التمرير */
        }
/* /Components/Pages/Communications/HighlightDetails.razor.rz.scp.css */
.breadcrumb-item a:hover[b-8lokp8r4dc] {
    text-decoration: underline;
    color: #4c34c7;
}

.breadcrumb-item a[title][b-8lokp8r4dc] {
    cursor: pointer;
}
/* Button Styling */
.btn-new[b-8lokp8r4dc] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-8lokp8r4dc] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-8lokp8r4dc] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }



.card[b-8lokp8r4dc] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-8lokp8r4dc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-8lokp8r4dc] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-8lokp8r4dc] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-8lokp8r4dc], .gutters-sm > [class*=col-][b-8lokp8r4dc] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-8lokp8r4dc], .my-3[b-8lokp8r4dc] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-8lokp8r4dc] {
    background-color: #e2e8f0;
}

.h-100[b-8lokp8r4dc] {
    height: 100% !important;
}

.shadow-none[b-8lokp8r4dc] {
    box-shadow: none !important;
}

.profile-pic[b-8lokp8r4dc] {
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
}

.line-down[b-8lokp8r4dc] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.switch[b-8lokp8r4dc] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-8lokp8r4dc] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-8lokp8r4dc] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-8lokp8r4dc]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-8lokp8r4dc] {
    background-color: #4caf50;
}

    input:checked + .slider[b-8lokp8r4dc]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-8lokp8r4dc] {
    background-color: #4caf50;
}

    input:checked + .slider[b-8lokp8r4dc]:before {
        transform: translateX(25px);
    }



.timestamp[b-8lokp8r4dc] {
    font-size: 14px;
    color: #6c757d;
}

.file-upload-wrapper[b-8lokp8r4dc] {
    border: 2px dashed #ccc;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    transition: border-color 0.3s;
}

    .file-upload-wrapper:hover[b-8lokp8r4dc] {
        border-color: #4c34c7;
    }

.preview-card[b-8lokp8r4dc] {
    background-color: #ffffff; /* Pure white for a clean look */
    border: none; /* Remove borders for a sleeker design */
    border-radius: 20px; /* Rounded corners to mimic iPhone design */
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for a floating effect */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .preview-card:hover[b-8lokp8r4dc] {
        transform: scale(1.02); /* Slight zoom effect on hover */
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
    }

.card-img-top[b-8lokp8r4dc] {
    height: 250px; /* Larger image size */
    width: 100%;
    border-radius: 20px; /* Match card corner rounding */
    object-fit: cover; /* Ensures images fill the container */
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Add shadow to the image */
}

.title[b-8lokp8r4dc] {
    font-size: 1.2rem; /* Larger, clean font for the title */
    font-weight: 600;
    color: #333; /* Darker text for better readability */
}

.Mobile-description[b-8lokp8r4dc] {
    font-size: 0.95rem; /* Clean and simple text */
    color: #666; /* Softer black for better contrast */
    margin-top: 10px;
    line-height: 1.5; /* Increase readability */
}

.badge-container[b-8lokp8r4dc] {
    position: relative;
    display: inline-block;
}

.badge[b-8lokp8r4dc] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

    .badge .btn-close[b-8lokp8r4dc] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #8ad9f5;
        color: #fff !important; /* Ensure the color stays white */
        border-radius: 50%;
        padding: 3px;
        font-size: 0.7rem;
        border: none; /* Remove any default border */
    }

        .badge .btn-close:hover[b-8lokp8r4dc] {
            background-color: red; /* لون أغمق عند التمرير */
        }
/* /Components/Pages/Communications/NewsDetails.razor.rz.scp.css */
.breadcrumb-item a:hover[b-9mjftpn03k] {
    text-decoration: underline;
    color: #4c34c7;
}

.breadcrumb-item a[title][b-9mjftpn03k] {
    cursor: pointer;
}
/* Button Styling */
.btn-new[b-9mjftpn03k] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-9mjftpn03k] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-9mjftpn03k] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }



.card[b-9mjftpn03k] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-9mjftpn03k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-9mjftpn03k] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-9mjftpn03k] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-9mjftpn03k], .gutters-sm > [class*=col-][b-9mjftpn03k] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-9mjftpn03k], .my-3[b-9mjftpn03k] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-9mjftpn03k] {
    background-color: #e2e8f0;
}

.h-100[b-9mjftpn03k] {
    height: 100% !important;
}

.shadow-none[b-9mjftpn03k] {
    box-shadow: none !important;
}

.profile-pic[b-9mjftpn03k] {
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
}

.line-down[b-9mjftpn03k] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.switch[b-9mjftpn03k] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-9mjftpn03k] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-9mjftpn03k] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-9mjftpn03k]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-9mjftpn03k] {
    background-color: #4caf50;
}

    input:checked + .slider[b-9mjftpn03k]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-9mjftpn03k] {
    background-color: #4caf50;
}

    input:checked + .slider[b-9mjftpn03k]:before {
        transform: translateX(25px);
    }



.timestamp[b-9mjftpn03k] {
    font-size: 14px;
    color: #6c757d;
}

.file-upload-wrapper[b-9mjftpn03k] {
    border: 2px dashed #ccc;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    transition: border-color 0.3s;
}

    .file-upload-wrapper:hover[b-9mjftpn03k] {
        border-color: #4c34c7;
    }

.preview-card[b-9mjftpn03k] {
    background-color: #ffffff; /* Pure white for a clean look */
    border: none; /* Remove borders for a sleeker design */
    border-radius: 20px; /* Rounded corners to mimic iPhone design */
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for a floating effect */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .preview-card:hover[b-9mjftpn03k] {
        transform: scale(1.02); /* Slight zoom effect on hover */
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
    }

.card-img-top[b-9mjftpn03k] {
    height: 250px; /* Larger image size */
    width: 100%;
    border-radius: 20px; /* Match card corner rounding */
    object-fit: cover; /* Ensures images fill the container */
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Add shadow to the image */
}

.title[b-9mjftpn03k] {
    font-size: 1.2rem; /* Larger, clean font for the title */
    font-weight: 600;
    color: #333; 
}

.Mobile-description[b-9mjftpn03k] {
    font-size: 0.95rem;
    color: #666; 
    margin-top: 10px;
    line-height: 1.5; 
}

.badge-container[b-9mjftpn03k] {
    position: relative;
    display: inline-block;
}

.badge[b-9mjftpn03k] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

    .badge .btn-close[b-9mjftpn03k] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #8ad9f5;
        color: #fff !important; /* Ensure the color stays white */
        border-radius: 50%;
        padding: 3px;
        font-size: 0.7rem;
        border: none; /* Remove any default border */
    }

        .badge .btn-close:hover[b-9mjftpn03k] {
            background-color: red; /* لون أغمق عند التمرير */
        }
/* /Components/Pages/Communications/PhoneDirectoryDetails.razor.rz.scp.css */
/* Scoped styles for PhoneDirectoryDetails */

.phone-directory-details .main-form-card[b-vkwnu41c6x] {
    border-radius: 0.75rem;
}

.phone-directory-details .community-scope-card[b-vkwnu41c6x] {
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 48%);
}

.phone-directory-details .community-scope-header[b-vkwnu41c6x] {
    background: transparent !important;
}

.phone-directory-details .community-scope-icon[b-vkwnu41c6x] {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-size: 1rem;
}

.phone-directory-details .community-check-list[b-vkwnu41c6x] {
    overflow: hidden;
}

.phone-directory-details .community-check-item[b-vkwnu41c6x] {
    border-color: rgba(0, 0, 0, 0.06) !important;
    transition: background-color 0.15s ease;
    cursor: pointer;
}

.phone-directory-details .community-check-item:hover[b-vkwnu41c6x] {
    background-color: rgba(13, 110, 253, 0.04);
}

.phone-directory-details .community-check-item .form-check-input[b-vkwnu41c6x] {
    cursor: pointer;
}
/* /Components/Pages/Communications/PollsAndSurveys/PollsDetails.razor.rz.scp.css */
/* Poll Details Styles */
.poll-image-container[b-1m5y4zb23p] {
    max-width: 400px;
    margin-top: 10px;
}

.poll-image[b-1m5y4zb23p] {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.poll-image:hover[b-1m5y4zb23p] {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Rating Section Styles */
.rating-section[b-1m5y4zb23p] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.star-label[b-1m5y4zb23p] {
    cursor: pointer;
    font-size: 24px;
    color: #ddd;
    transition: all 0.2s ease;
    padding: 5px;
    border-radius: 50%;
}

.star-label:hover[b-1m5y4zb23p] {
    color: #ffc107;
    transform: scale(1.1);
}

.star-label.active[b-1m5y4zb23p] {
    color: #ffc107;
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.5);
}

.user-rating-display[b-1m5y4zb23p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-rating-display .stars[b-1m5y4zb23p] {
    display: flex;
    gap: 3px;
}

.user-rating-display .stars i[b-1m5y4zb23p] {
    font-size: 18px;
}

.user-rating[b-1m5y4zb23p] {
    margin-left: 10px;
}

.user-rating i[b-1m5y4zb23p] {
    font-size: 14px;
    margin-right: 2px;
}

/* Statistics Styles */
.stat-item[b-1m5y4zb23p] {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.stat-item:last-child[b-1m5y4zb23p] {
    border-bottom: none;
}

.stat-item i[b-1m5y4zb23p] {
    width: 20px;
    text-align: center;
}

/* Card Enhancements */
.card[b-1m5y4zb23p] {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.card-body[b-1m5y4zb23p] {
    padding: 1.5rem;
}

.line-down[b-1m5y4zb23p] {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.line-down:hover[b-1m5y4zb23p] {
    background-color: #f8f9fa;
}

/* Tab Styles */
.Tab[b-1m5y4zb23p] {
    border-radius: 12px 12px 0 0;
}

.nav-tabs[b-1m5y4zb23p] {
    border-bottom: none;
}

.nav-link[b-1m5y4zb23p] {
    color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.nav-link:hover[b-1m5y4zb23p] {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-link.active[b-1m5y4zb23p] {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

/* Comment Section Styles */
.comment-section[b-1m5y4zb23p] {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.comment-section:last-child[b-1m5y4zb23p] {
    border-bottom: none;
}

.user-info[b-1m5y4zb23p] {
    align-items: flex-start;
}

.profile-pic[b-1m5y4zb23p] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-picture-avatar[b-1m5y4zb23p] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.username[b-1m5y4zb23p] {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.username:hover[b-1m5y4zb23p] {
    color: #667eea;
    text-decoration: none;
}

.date[b-1m5y4zb23p] {
    font-size: 12px;
    color: #888;
}

/* Empty State */
.text-center.py-5[b-1m5y4zb23p] {
    padding: 3rem 0;
}

.text-center.py-5 i[b-1m5y4zb23p] {
    opacity: 0.6;
    color: #ccc;
}

/* Image Lightbox Styles */
.image-lightbox[b-1m5y4zb23p] {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.image-lightbox.active[b-1m5y4zb23p] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content[b-1m5y4zb23p] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close[b-1m5y4zb23p] {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.2s ease;
}

.lightbox-close:hover[b-1m5y4zb23p] {
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rating-section[b-1m5y4zb23p] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .star-label[b-1m5y4zb23p] {
        font-size: 20px;
    }
    
    .poll-image-container[b-1m5y4zb23p] {
        max-width: 100%;
    }
    
    .stat-item[b-1m5y4zb23p] {
        padding: 8px 0;
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .user-info[b-1m5y4zb23p] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-body[b-1m5y4zb23p] {
        padding: 1rem;
    }
    
    .nav-link[b-1m5y4zb23p] {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .rating-section[b-1m5y4zb23p] {
        gap: 8px;
    }
    
    .star-label[b-1m5y4zb23p] {
        font-size: 18px;
        padding: 3px;
    }
    
    .stat-item[b-1m5y4zb23p] {
        font-size: 13px;
    }
    
    .lightbox-close[b-1m5y4zb23p] {
        top: 15px;
        right: 25px;
        font-size: 30px;
    }
}

/* /Components/Pages/Communications/PollsAndSurveys/PollsList.razor.rz.scp.css */
/* Poll List Styles */
/*.rating-info {
    margin: 10px 0;
    padding: 8px 0;
}

.stars {
    display: inline-block;
    margin-right: 10px;
}

.stars i {
    font-size: 16px;
    margin-right: 2px;
    transition: color 0.2s ease;
}

.rating-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}*/

/* Card Enhancements */
/*.universal-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.universal-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-subtitle {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ios-date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #888;
    margin-top: 8px;
}

.ios-date i {
    margin-right: 6px;
}*/

/* Badge Styles */
/*.badge-container {
    margin-bottom: 10px;
}

.badge {
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.Process-state-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.bg-success {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important;
}

.bg-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
}*/

/* Empty State Styles */
/*.text-center.py-5 {
    padding: 4rem 2rem;
    text-align: center;
}

.text-center.py-5 i {
    opacity: 0.4;
    margin-bottom: 1rem;
    color: #ddd;
}

.text-center.py-5 h5 {
    color: #666;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-center.py-5 p {
    color: #999;
    margin-bottom: 2rem;
}*/

/* Button Styles */
/*.btn-ios-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-ios-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-ios-primary i {
    font-size: 14px;
}

.no-underline {
    text-decoration: none !important;
}*/

/* Header Styles */
/*.page-header {
    margin-bottom: 2rem;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.title-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.add-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.add-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.add-icon i {
    font-size: 18px;
}

.search-container {
    display: flex;
    align-items: center;
}

.search-btn {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.search-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.search-btn i {
    font-size: 16px;
}*/

/* Cards Grid */
/*.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}*/

/* Pagination Styles */
/*.custom-pagination {
    justify-content: center;
    margin-top: 2rem;
}

.custom-pagination .page-link {
    color: #667eea;
    border: 1px solid #e9ecef;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.custom-pagination .page-link:hover {
    background-color: #667eea;
    color: white;
    border-color: #667eea;
}

.custom-pagination .page-item.active .page-link {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
}

.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #e9ecef;
    cursor: not-allowed;
}*/

/* Responsive Design */
/*@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .header-content {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    
    .title-section {
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    .page-title {
        font-size: 1.5rem;
    }
    
    .add-icon {
        width: 45px;
        height: 45px;
    }
    
    .search-btn {
        width: 40px;
        height: 40px;
    }
    
    .card-content {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .custom-pagination {
        flex-wrap: wrap;
    }
    
    .custom-pagination .page-link {
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .cards-grid {
        margin: 0 -10px;
    }
    
    .universal-card {
        margin: 0 10px;
    }
    
    .page-title {
        font-size: 1.25rem;
    }
    
    .add-icon {
        width: 40px;
        height: 40px;
    }
    
    .add-icon i {
        font-size: 16px;
    }
    
    .search-btn {
        width: 35px;
        height: 35px;
    }
    
    .search-btn i {
        font-size: 14px;
    }
    
    .btn-ios-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
}*/

/* Loading States */
/*.universal-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

.universal-card.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/* Animation Classes */
/*.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================================
   XCommunity Dashboard — Apple-inspired Design
   ============================================================ */

.dashboard[b-u6dghii1a7] {
    padding: 0 0 100px;
    animation: dashFadeIn-b-u6dghii1a7 0.5s ease-out;
}

@keyframes dashFadeIn-b-u6dghii1a7 {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Greeting Header ---- */
.dash-header[b-u6dghii1a7] {
    margin-bottom: 32px;
}

.dash-greeting[b-u6dghii1a7] {
    font-size: 28px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.3px;
    margin: 0 0 4px;
}

.dash-date[b-u6dghii1a7] {
    font-size: 15px;
    font-weight: 500;
    color: #86868b;
    margin: 0;
}

/* ---- KPI Cards ---- */
.dash-kpi-row[b-u6dghii1a7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.kpi-card[b-u6dghii1a7] {
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04);
    transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s cubic-bezier(.4,0,.2,1);
}

.kpi-card:hover[b-u6dghii1a7] {
    transform: translateY(-3px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.08);
}

.kpi-icon[b-u6dghii1a7] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.kpi-icon-blue[b-u6dghii1a7]   { background: #e8f0fe; color: #1a73e8; }
.kpi-icon-purple[b-u6dghii1a7] { background: #f3e8fd; color: #8e24aa; }
.kpi-icon-orange[b-u6dghii1a7] { background: #fef3e2; color: #e8710a; }
.kpi-icon-green[b-u6dghii1a7]  { background: #e6f4ea; color: #1e8e3e; }

.kpi-info[b-u6dghii1a7] {
    display: flex;
    flex-direction: column;
}

.kpi-value[b-u6dghii1a7] {
    font-size: 26px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.kpi-label[b-u6dghii1a7] {
    font-size: 13px;
    font-weight: 500;
    color: #86868b;
    margin-top: 2px;
}

/* ---- Panels (Cards) ---- */
.dash-grid[b-u6dghii1a7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.dash-grid-3[b-u6dghii1a7] {
    grid-template-columns: repeat(3, 1fr);
}

.dash-panel[b-u6dghii1a7] {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04);
    transition: box-shadow 0.25s ease;
}

.dash-panel:hover[b-u6dghii1a7] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.08);
}

.panel-header[b-u6dghii1a7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.panel-title[b-u6dghii1a7] {
    font-size: 18px;
    font-weight: 650;
    color: #1d1d1f;
    margin: 0;
    letter-spacing: -0.2px;
}

.panel-link[b-u6dghii1a7] {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #0070c9);
    text-decoration: none;
    transition: opacity 0.2s;
}

.panel-link:hover[b-u6dghii1a7] {
    opacity: 0.7;
    color: var(--primary-color, #0070c9);
}

/* ---- Quick Actions ---- */
.quick-actions-grid[b-u6dghii1a7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.action-tile[b-u6dghii1a7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    border-radius: 14px;
    background: #fafafa;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    border: 1px solid transparent;
}

.action-tile:hover[b-u6dghii1a7] {
    background: #f0f5ff;
    border-color: rgba(0, 112, 201, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.action-icon[b-u6dghii1a7] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.action-icon-blue[b-u6dghii1a7]   { background: #e8f0fe; color: #1a73e8; }
.action-icon-green[b-u6dghii1a7]  { background: #e6f4ea; color: #1e8e3e; }
.action-icon-purple[b-u6dghii1a7] { background: #f3e8fd; color: #8e24aa; }
.action-icon-orange[b-u6dghii1a7] { background: #fef3e2; color: #e8710a; }
.action-icon-teal[b-u6dghii1a7]   { background: #e0f7fa; color: #00838f; }
.action-icon-pink[b-u6dghii1a7]   { background: #fce4ec; color: #c2185b; }

.action-name[b-u6dghii1a7] {
    font-size: 13px;
    font-weight: 600;
    color: #3c3c43;
    text-align: center;
    line-height: 1.3;
}

/* ---- Department Rows ---- */
.dept-list[b-u6dghii1a7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dept-row[b-u6dghii1a7] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
}

.dept-row:hover[b-u6dghii1a7] {
    background: #f5f5f7;
}

.dept-icon[b-u6dghii1a7] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.dept-name[b-u6dghii1a7] {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #1d1d1f;
}

.dept-arrow[b-u6dghii1a7] {
    font-size: 11px;
    color: #c7c7cc;
    transition: transform 0.2s;
}

.dept-row:hover .dept-arrow[b-u6dghii1a7] {
    transform: translateX(3px);
    color: #86868b;
}

/* ---- Communication / Feature Items ---- */
.comm-list[b-u6dghii1a7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.comm-item[b-u6dghii1a7] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
}

.comm-item:hover[b-u6dghii1a7] {
    background: #f5f5f7;
}

.comm-icon[b-u6dghii1a7] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.comm-info[b-u6dghii1a7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.comm-name[b-u6dghii1a7] {
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.3;
}

.comm-desc[b-u6dghii1a7] {
    font-size: 12px;
    font-weight: 400;
    color: #86868b;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comm-arrow[b-u6dghii1a7] {
    font-size: 11px;
    color: #c7c7cc;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.comm-item:hover .comm-arrow[b-u6dghii1a7] {
    transform: translateX(3px);
    color: #86868b;
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
    .dash-grid-3[b-u6dghii1a7] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .dash-kpi-row[b-u6dghii1a7] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-grid[b-u6dghii1a7] {
        grid-template-columns: 1fr;
    }

    .dash-grid-3[b-u6dghii1a7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dash-kpi-row[b-u6dghii1a7] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kpi-card[b-u6dghii1a7] {
        padding: 18px 20px;
    }

    .kpi-value[b-u6dghii1a7] {
        font-size: 22px;
    }

    .dash-greeting[b-u6dghii1a7] {
        font-size: 22px;
    }

    .quick-actions-grid[b-u6dghii1a7] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-panel[b-u6dghii1a7] {
        padding: 20px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.modern-login-body[b-qk9oei1chi] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.modern-login-container[b-qk9oei1chi] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-logo-container[b-qk9oei1chi] {
    text-align: center;
    margin-bottom: 40px;
}

.modern-logo[b-qk9oei1chi] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #005c8f, #0078d4);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 92, 143, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.modern-logo-img[b-qk9oei1chi] {
    max-width: 200px; /* حجم مناسب للصورة */
    width: 100%; /* responsive */
    height: auto; /* يحافظ على النسبة */
    display: block;
    margin: 0 auto 20px; /* وسطن الصورة وحط مسافة تحتها */
}
    .modern-logo:hover[b-qk9oei1chi] {
        transform: scale(1.05);
    }

    .modern-logo img[b-qk9oei1chi] {
        width: 50px;
        height: auto;
        filter: brightness(0) invert(1);
    }

.modern-welcome-text[b-qk9oei1chi] {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modern-subtitle[b-qk9oei1chi] {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.modern-form-group[b-qk9oei1chi] {
    margin-bottom: 24px;
    position: relative;
}

.modern-input-container[b-qk9oei1chi] {
    position: relative;
}

.modern-form-input[b-qk9oei1chi] {
    width: 100%;
    height: 54px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    padding: 16px 16px 8px 16px;
    font-size: 16px;
    background: #fafbfc;
    transition: all 0.3s ease;
    outline: none;
}

    .modern-form-input:focus[b-qk9oei1chi] {
        border-color: #005c8f;
        background: white;
        box-shadow: 0 0 0 4px rgba(0, 92, 143, 0.1);
    }

.modern-input-label[b-qk9oei1chi] {
    position: absolute;
    left: 16px;
    top: 8px;
    color: #005c8f;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    padding: 0 4px;
    transition: all 0.3s ease;
}

.modern-validation-message[b-qk9oei1chi] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 16px;
}

.modern-login-btn[b-qk9oei1chi] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #005c8f, #0078d4);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 92, 143, 0.3);
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modern-login-btn:hover[b-qk9oei1chi] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 92, 143, 0.4);
    }

    .modern-login-btn:active[b-qk9oei1chi] {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(0, 92, 143, 0.3);
    }

    .modern-login-btn:disabled[b-qk9oei1chi] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.modern-footer[b-qk9oei1chi] {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e1e5e9;
}

.modern-footer-text[b-qk9oei1chi] {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer-link[b-qk9oei1chi] {
    color: #005c8f;
    text-decoration: none;
    font-weight: 500;
}

    .modern-footer-link:hover[b-qk9oei1chi] {
        text-decoration: underline;
    }

/* Loading skeleton styles */
.modern-skeleton[b-qk9oei1chi] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: modern-loading-b-qk9oei1chi 1.5s infinite;
    border-radius: 12px;
}

.modern-skeleton-logo[b-qk9oei1chi] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 16px;
}

.modern-skeleton-text[b-qk9oei1chi] {
    height: 20px;
    margin-bottom: 10px;
}

.modern-skeleton-input[b-qk9oei1chi] {
    height: 54px;
    margin-bottom: 24px;
}

.modern-skeleton-button[b-qk9oei1chi] {
    height: 54px;
    margin-top: 8px;
}

@keyframes modern-loading-b-qk9oei1chi {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Responsive */
@media (max-width: 480px) {
    .modern-login-container[b-qk9oei1chi] {
        padding: 24px;
        margin: 16px;
        border-radius: 16px;
    }

    .modern-welcome-text[b-qk9oei1chi] {
        font-size: 20px;
    }

    .modern-subtitle[b-qk9oei1chi] {
        font-size: 14px;
    }
}
/* /Components/Pages/Requests/VisitRequest/ListOfVisitRequest.razor.rz.scp.css */
/*.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}*/


/*breadcrumb*/
/*.main-breadcrumb {
    font-weight: 600;
}

.breadcrumb-item a:hover {
    color: #4c34c7;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    padding: 20px;
    background-color: #f4f4f4;
}*/

/* Header Styling */
/*header {
    background-color: #005d8f;
    color: white;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}*/

/* Card Layout */
/*.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
}

.card-raised {
    background-color: white;
    border-radius: 10px;
    padding:5px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card-raised:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    }

.card-content {
    padding-bottom: 20px;
}*/

/* Button Styling */
/*.btn-new {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }*/

/* Input Group */
/*.input-group {
    display: flex;
    align-items: stretch;
}

    .input-group .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: -1px;
    }

    .input-group .btn-new {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0.375rem 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .input-group button i {
        font-size: 16px;
    }*/

/* Flexbox Alignment for Buttons */
/*.card-actions {
    display: flex;
    justify-content: flex-end;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}*/

    /* Hide the default checkbox */
    /*.switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }*/
/* The slider */
/*.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }*/

/* When the checkbox is checked */
/*input:checked + .slider {
    background-color: #4caf50;
}

    input:checked + .slider:before {
        transform: translateX(25px);
    }*/

/* When the checkbox is checked*/
/*input:checked + .slider {
    background-color: #4caf50;
}

    input:checked + .slider:before {
        transform: translateX(25px);
    }*/
/* Responsive Breakpoints for Mobile */
/*@media (max-width: 768px) {
    .card-container {
        grid-template-columns: 1fr;
    }

    .btn-new {
        width: 100%;
        padding: 12px;
    }
}

.muted {
    color: #b9b9b9;
    font-weight: 500;
}
.styled-link {
    text-decoration: none;*/ /* Removes the default underline */
    /*color: #007BFF;*/ /* A professional blue color */
    /*font-weight: bold;*/ /* Makes the text stand out */
    /*font-size: 1rem;*/ /* Sets a readable font size */
    /*transition: color 0.3s ease;*/ /* Smooth transition for hover effect */
    /*cursor: pointer;
}

    .styled-link:hover {
        color: #0056b3;*/ /* Darker blue on hover */
        /*text-decoration: underline;*/ /* Adds emphasis on hover */
    /*}

.Approved-badge {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #8ad9f5;
    color: black;
}

.Archive-badge {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #D3D3D3;
    color: black;
}
a {
    text-decoration: none;
}*/
/* /Components/Pages/Requests/VisitRequest/QRCodeDetails.razor.rz.scp.css */
body[b-cnxgwviqq7] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-cnxgwviqq7] {
    padding: 15px;
}

.card[b-cnxgwviqq7] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-cnxgwviqq7] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
/* Button Styling */
.btn-new[b-cnxgwviqq7] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-cnxgwviqq7] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-cnxgwviqq7] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.card-body[b-cnxgwviqq7] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-cnxgwviqq7] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-cnxgwviqq7], .gutters-sm > [class*=col-][b-cnxgwviqq7] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-cnxgwviqq7], .my-3[b-cnxgwviqq7] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-cnxgwviqq7] {
    background-color: #e2e8f0;
}

.h-100[b-cnxgwviqq7] {
    height: 100% !important;
}

.shadow-none[b-cnxgwviqq7] {
    box-shadow: none !important;
}

.line-down[b-cnxgwviqq7] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-link[b-cnxgwviqq7] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-cnxgwviqq7] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }

.switch[b-cnxgwviqq7] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-cnxgwviqq7] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-cnxgwviqq7] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-cnxgwviqq7]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-cnxgwviqq7] {
    background-color: #4caf50;
}

    input:checked + .slider[b-cnxgwviqq7]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-cnxgwviqq7] {
    background-color: #4caf50;
}

    input:checked + .slider[b-cnxgwviqq7]:before {
        transform: translateX(25px);
    }
/* /Components/Pages/Requests/VisitRequest/ScanQRCode.razor.rz.scp.css */
/*.camera-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}
*/
.camera-box[b-s2mjithi3u] {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

video[b-s2mjithi3u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Components/Pages/Requests/VisitRequest/VisitRequestDetails.razor.rz.scp.css */
body[b-1kh1qwm6p5] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-1kh1qwm6p5] {
    padding: 15px;
}

.card[b-1kh1qwm6p5] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-1kh1qwm6p5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-1kh1qwm6p5] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-1kh1qwm6p5] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-1kh1qwm6p5], .gutters-sm > [class*=col-][b-1kh1qwm6p5] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-1kh1qwm6p5], .my-3[b-1kh1qwm6p5] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-1kh1qwm6p5] {
    background-color: #e2e8f0;
}

.h-100[b-1kh1qwm6p5] {
    height: 100% !important;
}

.shadow-none[b-1kh1qwm6p5] {
    box-shadow: none !important;
}

.line-down[b-1kh1qwm6p5] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-link[b-1kh1qwm6p5] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-1kh1qwm6p5] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }
.switch[b-1kh1qwm6p5] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-1kh1qwm6p5] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-1kh1qwm6p5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-1kh1qwm6p5]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-1kh1qwm6p5] {
    background-color: #4caf50;
}

    input:checked + .slider[b-1kh1qwm6p5]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-1kh1qwm6p5] {
    background-color: #4caf50;
}

    input:checked + .slider[b-1kh1qwm6p5]:before {
        transform: translateX(25px);
    }


.Request-image img[b-1kh1qwm6p5] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}
/* /Components/Pages/Search/Basics/ServicePackage.razor.rz.scp.css */
/* Shimmer Effect Styles */
.shimmer[b-x9qthw4kg1] {
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-animation-b-x9qthw4kg1 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer-animation-b-x9qthw4kg1 {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.table-placeholder[b-x9qthw4kg1] {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
}

.table-header-placeholder[b-x9qthw4kg1] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.table-row-placeholder[b-x9qthw4kg1] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.col-placeholder[b-x9qthw4kg1] {
    width: 45%;
    height: 20px;
    margin-right: 5px;
    background: #f4f4f4;
}

    .col-placeholder.header[b-x9qthw4kg1] {
        width: 45%;
        height: 20px;
        margin-right: 5px;
        font-weight: bold;
    }
/* /Components/Pages/Search/Requests/ServiceRequestSearch.razor.rz.scp.css */
/* /Components/Pages/Search/Users/UserTypeSearch.razor.rz.scp.css */
/* /Components/Pages/Services/Category/ServiceHierarchyTree.razor.rz.scp.css */
.service-hierarchy-tree-page .tree-panel[b-vinlckv2pl] {
    background: #fff;
}

.service-hierarchy-tree-page .tree-block[b-vinlckv2pl] {
    margin-bottom: 0.35rem;
}

.service-hierarchy-tree-page .tree-block--dept[b-vinlckv2pl] {
    border-left: 3px solid #4f46e5;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}

.service-hierarchy-tree-page .tree-block--cat[b-vinlckv2pl] {
    border-left: 3px solid #0d9488;
    padding-left: 0.65rem;
    margin: 0.5rem 0 0.5rem 0.5rem;
}

.service-hierarchy-tree-page .tree-summary[b-vinlckv2pl] {
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    padding: 0.25rem 0;
    font-weight: 600;
}

.service-hierarchy-tree-page .tree-summary[b-vinlckv2pl]::-webkit-details-marker {
    display: none;
}

.service-hierarchy-tree-page .tree-summary[b-vinlckv2pl]::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    width: 1em;
    color: #94a3b8;
    transition: transform 0.15s ease;
}

.service-hierarchy-tree-page details[open] > .tree-summary[b-vinlckv2pl]::before {
    transform: rotate(90deg);
}

.service-hierarchy-tree-page .tree-children[b-vinlckv2pl] {
    margin: 0.35rem 0 0 1.25rem;
    padding-left: 0;
}

.service-hierarchy-tree-page .tree-leaf[b-vinlckv2pl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    padding: 0.2rem 0;
    font-weight: 500;
}

.service-hierarchy-tree-page .tree-empty[b-vinlckv2pl] {
    padding: 0.25rem 0 0.25rem 1.5rem;
}

.service-hierarchy-tree-page .tree-badge[b-vinlckv2pl] {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    color: #fff;
}

.service-hierarchy-tree-page .tree-badge--dept[b-vinlckv2pl] {
    background: #4f46e5;
}

.service-hierarchy-tree-page .tree-badge--cat[b-vinlckv2pl] {
    background: #0d9488;
}

.service-hierarchy-tree-page .tree-badge--pkg[b-vinlckv2pl] {
    background: #ca8a04;
}

.service-hierarchy-tree-page .tree-legend .tree-badge[b-vinlckv2pl] {
    vertical-align: middle;
    margin-right: 0.25rem;
}

.service-hierarchy-tree-page .tree-id[b-vinlckv2pl] {
    font-size: 0.8rem;
    font-weight: 400;
}
/* /Components/Pages/Services/Category/ServicePackageDetails.razor.rz.scp.css */
/*form mobile desgin*/
.notification-list--unread[b-ae1jbvlxgo] {
    position: relative;
}

.notification-list[b-ae1jbvlxgo] {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0 13px;
    border-bottom: 1px solid #ddd;
}

    .notification-list .notification-list_img img[b-ae1jbvlxgo] {
        height: 48px;
        width: 48px;
        margin-right: 14px;
    }

    .notification-list .notification-list_detail[b-ae1jbvlxgo] {
        flex-grow: 1;
    }

        .notification-list .notification-list_detail p[b-ae1jbvlxgo] {
            margin-bottom: 5px;
            line-height: 1.2;
        }

.small[b-ae1jbvlxgo], small[b-ae1jbvlxgo] {
    font-size: .875em;
}

.form-input-select[b-ae1jbvlxgo] {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.no-border[b-ae1jbvlxgo] {
    border: none;
    box-shadow: none;
}

.input-group-text i[b-ae1jbvlxgo] {
    color: #005c8f;
}

.empty-Space[b-ae1jbvlxgo] {
    height: 2px;
}

.Service-Price[b-ae1jbvlxgo] {
    color: #005c8f;
}

.input-group-text[b-ae1jbvlxgo] {
    background: white;
}

.White-Container[b-ae1jbvlxgo] {
    background-color: white;
    margin: 6px 15px 5px 10px;
    border-radius: 10px;
}

.chevron[b-ae1jbvlxgo] {
    margin-left: auto;
}

    .chevron i[b-ae1jbvlxgo] {
        color: #b9b9b9;
    }

.div-button:focus[b-ae1jbvlxgo] {
    outline: none;
}

.div-button:active[b-ae1jbvlxgo] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #d1ae7f;
    border-radius: 10px;
}

.muted[b-ae1jbvlxgo] {
    color: #b9b9b9;
    font-weight: 500;
}

.service-role[b-ae1jbvlxgo] {
    word-break: break-word;
}

.fa-stack-1x[b-ae1jbvlxgo] {
    font-size: 1.5em;
}

.media-container[b-ae1jbvlxgo] {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of elements */
    max-width: 100%;
    gap: 10px; /* Space between items */
    overflow: hidden; /* Prevent overflow */
    box-sizing: border-box; /* Include padding and border in width/height */
}

.media-element[b-ae1jbvlxgo], .selected-image[b-ae1jbvlxgo] {
    width: 80px;
    height: 80px;
    border-radius: 17px;
    background: #02598B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .selected-image img[b-ae1jbvlxgo] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

/* ---- Activity timeline (same as Service package list page) ---- */
.spk-timeline-scope[b-ae1jbvlxgo] {
    --rd-primary: var(--primary-color, #0f4c81);
    --rd-radius: 14px;
    --rd-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 20px rgba(0,0,0,0.07);
    --rd-border: #e5e7eb;
    --rd-bg-subtle: #f8fafc;
    --rd-text: #1e293b;
    --rd-text-secondary: #64748b;
    --rd-green: #10b981;
    --rd-blue: #3b82f6;
    --rd-red: #ef4444;
}

.spk-mobile-preview-col[b-ae1jbvlxgo] {
    min-width: 0;
}

.spk-bottom-row[b-ae1jbvlxgo] {
    align-items: stretch;
}

.rd-sidebar[b-ae1jbvlxgo] {
    position: sticky;
    top: 1rem;
}

.rd-card[b-ae1jbvlxgo] {
    background: #fff;
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    overflow: hidden;
    border: 1px solid var(--rd-border);
}

.rd-card-header[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid var(--rd-border);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--rd-text);
    gap: 0.5rem;
}

.rd-card-header > i[b-ae1jbvlxgo],
.rd-card-header-left > i[b-ae1jbvlxgo] {
    color: #0f4c81;
    font-size: 0.95rem;
}

.rd-card-header-left[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rd-timeline-card[b-ae1jbvlxgo] {
    position: sticky;
    top: 1rem;
}

.rd-count-badge[b-ae1jbvlxgo] {
    background: var(--rd-primary);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    min-width: 22px;
    text-align: center;
}

.rd-timeline-body[b-ae1jbvlxgo] {
    max-height: 75vh;
    overflow-y: auto;
}

.rd-timeline-body[b-ae1jbvlxgo]::-webkit-scrollbar {
    width: 3px;
}

.rd-timeline-body[b-ae1jbvlxgo]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.rd-timeline-loading[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1rem;
    color: var(--rd-text-secondary);
    font-size: 0.85rem;
}

.rd-timeline-empty[b-ae1jbvlxgo] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.rd-timeline-empty i[b-ae1jbvlxgo] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.3;
}

.rd-timeline-empty p[b-ae1jbvlxgo] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.rd-timeline-error[b-ae1jbvlxgo] {
    margin: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    font-size: 0.78rem;
}

.rd-tl-flow-hint[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem 0.65rem;
    margin: 0 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--rd-text-secondary);
    letter-spacing: 0.02em;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.rd-tl-flow-hint .rd-tl-flow-label[b-ae1jbvlxgo] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}

.rd-tl-flow-hint .rd-tl-flow-label i[b-ae1jbvlxgo] {
    font-size: 0.55rem;
    opacity: 0.85;
    color: var(--rd-primary);
}

.rd-tl-flow-hint .rd-tl-flow-mid[b-ae1jbvlxgo] {
    flex: 1;
    max-width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--rd-primary), #cbd5e1 55%, #e2e8f0);
}

.rd-timeline[b-ae1jbvlxgo] {
    padding: 1rem 1.25rem 0.5rem;
}

.rd-timeline.rd-timeline--directed[b-ae1jbvlxgo] {
    position: relative;
    padding-bottom: 1.35rem;
}

.rd-timeline.rd-timeline--directed[b-ae1jbvlxgo]::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0.35rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #94a3b8;
    opacity: 0.85;
}

.rd-tl-item[b-ae1jbvlxgo] {
    display: flex;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
    position: relative;
}

.rd-tl-item:not(:last-child)[b-ae1jbvlxgo]::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.22) 0%, #cbd5e1 40%, #f1f5f9 100%);
}

.rd-tl-dot[b-ae1jbvlxgo] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e5e7eb;
    transition: box-shadow 0.2s;
}

.rd-tl-item.action-insert .rd-tl-dot[b-ae1jbvlxgo] {
    background: var(--rd-green);
    box-shadow: 0 0 0 2px #d1fae5;
}

.rd-tl-item.action-update .rd-tl-dot[b-ae1jbvlxgo] {
    background: var(--rd-blue);
    box-shadow: 0 0 0 2px #dbeafe;
}

.rd-tl-item.action-delete .rd-tl-dot[b-ae1jbvlxgo] {
    background: var(--rd-red);
    box-shadow: 0 0 0 2px #fee2e2;
}

.rd-tl-content[b-ae1jbvlxgo] {
    flex: 1;
    min-width: 0;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.rd-tl-item:hover .rd-tl-content[b-ae1jbvlxgo] {
    background: var(--rd-bg-subtle);
}

.rd-tl-top[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.rd-tl-action[b-ae1jbvlxgo] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.13rem 0.5rem;
    border-radius: 5px;
}

.rd-tl-action.action-insert[b-ae1jbvlxgo] {
    background: #d1fae5;
    color: #065f46;
}

.rd-tl-action.action-update[b-ae1jbvlxgo] {
    background: #dbeafe;
    color: #1e40af;
}

.rd-tl-action.action-delete[b-ae1jbvlxgo] {
    background: #fee2e2;
    color: #991b1b;
}

.rd-tl-entity[b-ae1jbvlxgo] {
    font-size: 0.68rem;
    color: var(--rd-text-secondary);
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

.rd-tl-desc[b-ae1jbvlxgo] {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.5;
    margin: 0.15rem 0 0.35rem;
    word-break: break-word;
}

.rd-tl-meta[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.rd-tl-user[b-ae1jbvlxgo], .rd-tl-time[b-ae1jbvlxgo] {
    font-size: 0.68rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.rd-tl-user i[b-ae1jbvlxgo], .rd-tl-time i[b-ae1jbvlxgo] {
    font-size: 0.6rem;
}

.rd-tl-pagination[b-ae1jbvlxgo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.rd-tl-page-btn[b-ae1jbvlxgo] {
    background: #f8fafc;
    border: 1px solid var(--rd-border);
    color: var(--rd-text-secondary);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.rd-tl-page-btn:hover:not(:disabled)[b-ae1jbvlxgo] {
    background: var(--rd-primary);
    color: #fff;
    border-color: var(--rd-primary);
}

.rd-tl-page-btn:disabled[b-ae1jbvlxgo] {
    opacity: 0.35;
    cursor: not-allowed;
}

.rd-tl-page-info[b-ae1jbvlxgo] {
    font-size: 0.72rem;
    color: var(--rd-text-secondary);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .rd-sidebar[b-ae1jbvlxgo],
    .rd-timeline-card[b-ae1jbvlxgo] {
        position: static;
    }

    .rd-timeline-body[b-ae1jbvlxgo] {
        max-height: 400px;
    }
}
/* /Components/Pages/Services/Category/ServicePackageForDepartment.razor.rz.scp.css */
/* /Components/Pages/Services/Category/ServicePriceDetails.razor.rz.scp.css */
/* Service price details — activity timeline (scoped) */
.spk-timeline-scope[b-zwihe3m011] {
    --rd-primary: var(--primary-color, #0f4c81);
    --rd-radius: 14px;
    --rd-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 20px rgba(0,0,0,0.07);
    --rd-border: #e5e7eb;
    --rd-bg-subtle: #f8fafc;
    --rd-text: #1e293b;
    --rd-text-secondary: #64748b;
    --rd-green: #10b981;
    --rd-blue: #3b82f6;
    --rd-red: #ef4444;
}

.spk-bottom-row[b-zwihe3m011] {
    align-items: stretch;
}

.rd-sidebar[b-zwihe3m011] {
    position: sticky;
    top: 1rem;
}

.rd-card[b-zwihe3m011] {
    background: #fff;
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    overflow: hidden;
    border: 1px solid var(--rd-border);
}

.rd-card-header[b-zwihe3m011] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid var(--rd-border);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--rd-text);
    gap: 0.5rem;
}

.rd-card-header > i[b-zwihe3m011],
.rd-card-header-left > i[b-zwihe3m011] {
    color: #0f4c81;
    font-size: 0.95rem;
}

.rd-card-header-left[b-zwihe3m011] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rd-timeline-card[b-zwihe3m011] {
    position: sticky;
    top: 1rem;
}

.rd-count-badge[b-zwihe3m011] {
    background: var(--rd-primary);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    min-width: 22px;
    text-align: center;
}

.rd-timeline-body[b-zwihe3m011] {
    max-height: 75vh;
    overflow-y: auto;
}

.rd-timeline-body[b-zwihe3m011]::-webkit-scrollbar {
    width: 3px;
}

.rd-timeline-body[b-zwihe3m011]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.rd-timeline-loading[b-zwihe3m011] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1rem;
    color: var(--rd-text-secondary);
    font-size: 0.85rem;
}

.rd-timeline-empty[b-zwihe3m011] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.rd-timeline-empty i[b-zwihe3m011] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.3;
}

.rd-timeline-empty p[b-zwihe3m011] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.rd-timeline-error[b-zwihe3m011] {
    margin: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    font-size: 0.78rem;
}

.rd-tl-flow-hint[b-zwihe3m011] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem 0.65rem;
    margin: 0 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--rd-text-secondary);
    letter-spacing: 0.02em;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.rd-tl-flow-hint .rd-tl-flow-label[b-zwihe3m011] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}

.rd-tl-flow-hint .rd-tl-flow-label i[b-zwihe3m011] {
    font-size: 0.55rem;
    opacity: 0.85;
    color: var(--rd-primary);
}

.rd-tl-flow-hint .rd-tl-flow-mid[b-zwihe3m011] {
    flex: 1;
    max-width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--rd-primary), #cbd5e1 55%, #e2e8f0);
}

.rd-timeline[b-zwihe3m011] {
    padding: 1rem 1.25rem 0.5rem;
}

.rd-timeline.rd-timeline--directed[b-zwihe3m011] {
    position: relative;
    padding-bottom: 1.35rem;
}

.rd-timeline.rd-timeline--directed[b-zwihe3m011]::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0.35rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #94a3b8;
    opacity: 0.85;
}

.rd-tl-item[b-zwihe3m011] {
    display: flex;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
    position: relative;
}

.rd-tl-item:not(:last-child)[b-zwihe3m011]::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.22) 0%, #cbd5e1 40%, #f1f5f9 100%);
}

.rd-tl-dot[b-zwihe3m011] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e5e7eb;
    transition: box-shadow 0.2s;
}

.rd-tl-item.action-insert .rd-tl-dot[b-zwihe3m011] {
    background: var(--rd-green);
    box-shadow: 0 0 0 2px #d1fae5;
}

.rd-tl-item.action-update .rd-tl-dot[b-zwihe3m011] {
    background: var(--rd-blue);
    box-shadow: 0 0 0 2px #dbeafe;
}

.rd-tl-item.action-delete .rd-tl-dot[b-zwihe3m011] {
    background: var(--rd-red);
    box-shadow: 0 0 0 2px #fee2e2;
}

.rd-tl-content[b-zwihe3m011] {
    flex: 1;
    min-width: 0;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.rd-tl-item:hover .rd-tl-content[b-zwihe3m011] {
    background: var(--rd-bg-subtle);
}

.rd-tl-top[b-zwihe3m011] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.rd-tl-action[b-zwihe3m011] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.13rem 0.5rem;
    border-radius: 5px;
}

.rd-tl-action.action-insert[b-zwihe3m011] {
    background: #d1fae5;
    color: #065f46;
}

.rd-tl-action.action-update[b-zwihe3m011] {
    background: #dbeafe;
    color: #1e40af;
}

.rd-tl-action.action-delete[b-zwihe3m011] {
    background: #fee2e2;
    color: #991b1b;
}

.rd-tl-entity[b-zwihe3m011] {
    font-size: 0.68rem;
    color: var(--rd-text-secondary);
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

.rd-tl-desc[b-zwihe3m011] {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.5;
    margin: 0.15rem 0 0.35rem;
    word-break: break-word;
}

.rd-tl-meta[b-zwihe3m011] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.rd-tl-user[b-zwihe3m011], .rd-tl-time[b-zwihe3m011] {
    font-size: 0.68rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.rd-tl-user i[b-zwihe3m011], .rd-tl-time i[b-zwihe3m011] {
    font-size: 0.6rem;
}

.rd-tl-pagination[b-zwihe3m011] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.rd-tl-page-btn[b-zwihe3m011] {
    background: #f8fafc;
    border: 1px solid var(--rd-border);
    color: var(--rd-text-secondary);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.rd-tl-page-btn:hover:not(:disabled)[b-zwihe3m011] {
    background: var(--rd-primary);
    color: #fff;
    border-color: var(--rd-primary);
}

.rd-tl-page-btn:disabled[b-zwihe3m011] {
    opacity: 0.35;
    cursor: not-allowed;
}

.rd-tl-page-info[b-zwihe3m011] {
    font-size: 0.72rem;
    color: var(--rd-text-secondary);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .rd-sidebar[b-zwihe3m011],
    .rd-timeline-card[b-zwihe3m011] {
        position: static;
    }

    .rd-timeline-body[b-zwihe3m011] {
        max-height: 400px;
    }
}
/* /Components/Pages/Services/Category/ServiceRequestFormDetails.razor.rz.scp.css */















/* Mobile preview column — align with ServicePackage.razor feel */
.department-name[b-b7e2b1s48p] {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.15rem;
}

.package-name[b-b7e2b1s48p] {
    font-size: 0.875rem;
    line-height: 1.35;
}

/*form mobile desgin*/
.notification-list--unread[b-b7e2b1s48p] {
    position: relative;
}

.notification-list[b-b7e2b1s48p] {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0 13px;
    border-bottom: 1px solid #ddd;
}

    .notification-list .notification-list_img img[b-b7e2b1s48p] {
        height: 48px;
        width: 48px;
        margin-right: 14px;
    }

    .notification-list .notification-list_detail[b-b7e2b1s48p] {
        flex-grow: 1;
    }

        .notification-list .notification-list_detail p[b-b7e2b1s48p] {
            margin-bottom: 5px;
            line-height: 1.2;
        }

.small[b-b7e2b1s48p], small[b-b7e2b1s48p] {
    font-size: .875em;
}

.form-input-select[b-b7e2b1s48p] {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.no-border[b-b7e2b1s48p] {
    border: none;
    box-shadow: none;
}

.input-group-text i[b-b7e2b1s48p] {
    color: #005c8f;
}

.empty-Space[b-b7e2b1s48p] {
    height: 2px;
}

.Service-Price[b-b7e2b1s48p] {
    color: #005c8f;
}

.input-group-text[b-b7e2b1s48p] {
    background: white;
}

.White-Container[b-b7e2b1s48p] {
    background-color: white;
    margin: 6px 15px 5px 10px;
    border-radius: 10px;
}

.chevron[b-b7e2b1s48p] {
    margin-left: auto;
}

    .chevron i[b-b7e2b1s48p] {
        color: #b9b9b9;
    }

.div-button:focus[b-b7e2b1s48p] {
    outline: none;
}

.div-button:active[b-b7e2b1s48p] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #d1ae7f;
    border-radius: 10px;
}

.muted[b-b7e2b1s48p] {
    color: #b9b9b9;
    font-weight: 500;
}

.service-role[b-b7e2b1s48p] {
    word-break: break-word;
}

.fa-stack-1x[b-b7e2b1s48p] {
    font-size: 1.5em;
}

.media-container[b-b7e2b1s48p] {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of elements */
    max-width: 100%;
    gap: 10px; /* Space between items */
    overflow: hidden; /* Prevent overflow */
    box-sizing: border-box; /* Include padding and border in width/height */
}

.media-element[b-b7e2b1s48p], .selected-image[b-b7e2b1s48p] {
    width: 80px;
    height: 80px;
    border-radius: 17px;
    background: #02598B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .selected-image img[b-b7e2b1s48p] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

/* ---- Activity timeline (aligned with RequestDetails) ---- */
.srf-timeline-scope[b-b7e2b1s48p] {
    --rd-primary: var(--primary-color, #0f4c81);
    --rd-radius: 14px;
    --rd-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 20px rgba(0,0,0,0.07);
    --rd-border: #e5e7eb;
    --rd-bg-subtle: #f8fafc;
    --rd-text: #1e293b;
    --rd-text-secondary: #64748b;
    --rd-green: #10b981;
    --rd-blue: #3b82f6;
    --rd-red: #ef4444;
}

.srf-preview-row[b-b7e2b1s48p] {
    margin-top: 0.5rem;
}

.srf-mobile-preview-col[b-b7e2b1s48p] {
    min-width: 0;
}

.rd-sidebar[b-b7e2b1s48p] {
    position: sticky;
    top: 1rem;
}

.rd-card[b-b7e2b1s48p] {
    background: #fff;
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    overflow: hidden;
    border: 1px solid var(--rd-border);
}

.rd-card-header[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid var(--rd-border);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--rd-text);
    gap: 0.5rem;
}

.rd-card-header > i[b-b7e2b1s48p],
.rd-card-header-left > i[b-b7e2b1s48p] {
    color: #0f4c81;
    font-size: 0.95rem;
}

.rd-card-header-left[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rd-timeline-card[b-b7e2b1s48p] {
    position: sticky;
    top: 1rem;
}

.rd-count-badge[b-b7e2b1s48p] {
    background: var(--rd-primary);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    min-width: 22px;
    text-align: center;
}

.rd-timeline-body[b-b7e2b1s48p] {
    max-height: 75vh;
    overflow-y: auto;
}

.rd-timeline-body[b-b7e2b1s48p]::-webkit-scrollbar {
    width: 3px;
}

.rd-timeline-body[b-b7e2b1s48p]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.rd-timeline-loading[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1rem;
    color: var(--rd-text-secondary);
    font-size: 0.85rem;
}

.rd-timeline-empty[b-b7e2b1s48p] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.rd-timeline-empty i[b-b7e2b1s48p] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.3;
}

.rd-timeline-empty p[b-b7e2b1s48p] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.rd-timeline-error[b-b7e2b1s48p] {
    margin: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    font-size: 0.78rem;
}

.rd-tl-flow-hint[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem 0.65rem;
    margin: 0 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--rd-text-secondary);
    letter-spacing: 0.02em;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.rd-tl-flow-hint .rd-tl-flow-label[b-b7e2b1s48p] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}

.rd-tl-flow-hint .rd-tl-flow-label i[b-b7e2b1s48p] {
    font-size: 0.55rem;
    opacity: 0.85;
    color: var(--rd-primary);
}

.rd-tl-flow-hint .rd-tl-flow-mid[b-b7e2b1s48p] {
    flex: 1;
    max-width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--rd-primary), #cbd5e1 55%, #e2e8f0);
}

.rd-timeline[b-b7e2b1s48p] {
    padding: 1rem 1.25rem 0.5rem;
}

.rd-timeline.rd-timeline--directed[b-b7e2b1s48p] {
    position: relative;
    padding-bottom: 1.35rem;
}

.rd-timeline.rd-timeline--directed[b-b7e2b1s48p]::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0.35rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #94a3b8;
    opacity: 0.85;
}

.rd-tl-item[b-b7e2b1s48p] {
    display: flex;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
    position: relative;
}

.rd-tl-item:not(:last-child)[b-b7e2b1s48p]::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.22) 0%, #cbd5e1 40%, #f1f5f9 100%);
}

.rd-tl-dot[b-b7e2b1s48p] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e5e7eb;
    transition: box-shadow 0.2s;
}

.rd-tl-item.action-insert .rd-tl-dot[b-b7e2b1s48p] {
    background: var(--rd-green);
    box-shadow: 0 0 0 2px #d1fae5;
}

.rd-tl-item.action-update .rd-tl-dot[b-b7e2b1s48p] {
    background: var(--rd-blue);
    box-shadow: 0 0 0 2px #dbeafe;
}

.rd-tl-item.action-delete .rd-tl-dot[b-b7e2b1s48p] {
    background: var(--rd-red);
    box-shadow: 0 0 0 2px #fee2e2;
}

.rd-tl-content[b-b7e2b1s48p] {
    flex: 1;
    min-width: 0;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.rd-tl-item:hover .rd-tl-content[b-b7e2b1s48p] {
    background: var(--rd-bg-subtle);
}

.rd-tl-top[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.rd-tl-action[b-b7e2b1s48p] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.13rem 0.5rem;
    border-radius: 5px;
}

.rd-tl-action.action-insert[b-b7e2b1s48p] {
    background: #d1fae5;
    color: #065f46;
}

.rd-tl-action.action-update[b-b7e2b1s48p] {
    background: #dbeafe;
    color: #1e40af;
}

.rd-tl-action.action-delete[b-b7e2b1s48p] {
    background: #fee2e2;
    color: #991b1b;
}

.rd-tl-entity[b-b7e2b1s48p] {
    font-size: 0.68rem;
    color: var(--rd-text-secondary);
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

.rd-tl-desc[b-b7e2b1s48p] {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.5;
    margin: 0.15rem 0 0.35rem;
    word-break: break-word;
}

.rd-tl-meta[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.rd-tl-user[b-b7e2b1s48p], .rd-tl-time[b-b7e2b1s48p] {
    font-size: 0.68rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.rd-tl-user i[b-b7e2b1s48p], .rd-tl-time i[b-b7e2b1s48p] {
    font-size: 0.6rem;
}

.rd-tl-pagination[b-b7e2b1s48p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.rd-tl-page-btn[b-b7e2b1s48p] {
    background: #f8fafc;
    border: 1px solid var(--rd-border);
    color: var(--rd-text-secondary);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.rd-tl-page-btn:hover:not(:disabled)[b-b7e2b1s48p] {
    background: var(--rd-primary);
    color: #fff;
    border-color: var(--rd-primary);
}

.rd-tl-page-btn:disabled[b-b7e2b1s48p] {
    opacity: 0.35;
    cursor: not-allowed;
}

.rd-tl-page-info[b-b7e2b1s48p] {
    font-size: 0.72rem;
    color: var(--rd-text-secondary);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .rd-sidebar[b-b7e2b1s48p],
    .rd-timeline-card[b-b7e2b1s48p] {
        position: static;
    }

    .rd-timeline-body[b-b7e2b1s48p] {
        max-height: 400px;
    }
}
/* /Components/Pages/Services/Requests/CreateRequest.razor.rz.scp.css */

/* Button Styling */
.btn-new[b-s06n4iarcu] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-s06n4iarcu] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-s06n4iarcu] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }


.custom-file-upload[b-s06n4iarcu] {
    display: inline-block;
    cursor: pointer;
    color: black;
    background-color: rgb(241, 241, 246);
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}


/* Hide the default file input */
.file-input[b-s06n4iarcu] {
    display: none;
}

/* Style for the image previews */
.Request-image img[b-s06n4iarcu] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

.file-upload-wrapper[b-s06n4iarcu] {
    border: 2px dashed #ccc;
    text-align: center;
    border-radius: 10px;
    padding:5px;
    transition: border-color 0.3s;
}

    .file-upload-wrapper:hover[b-s06n4iarcu] {
        border-color: #4c34c7;
    }

.preview-card[b-s06n4iarcu] {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}
.line-down[b-s06n4iarcu] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-link[b-s06n4iarcu] {
    text-decoration: none; /* Removes the default underline */
    color: #007BFF; /* A professional blue color */
    font-weight: bold; /* Makes the text stand out */
    font-size: 1rem; /* Sets a readable font size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
}

    .styled-link:hover[b-s06n4iarcu] {
        color: #0056b3; /* Darker blue on hover */
        text-decoration: underline; /* Adds emphasis on hover */
    }
/* /Components/Pages/Services/Requests/RequestDetails.razor.rz.scp.css */
/* ============================================
   Request Details — Professional Design System
   ============================================ */

:root[b-8c5a5s3ics] {
    --rd-primary: var(--primary-color, #0f4c81);
    --rd-radius: 14px;
    --rd-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 20px rgba(0,0,0,0.07);
    --rd-shadow-hover: 0 2px 6px rgba(0,0,0,0.08), 0 8px 28px rgba(0,0,0,0.12);
    --rd-border: #e5e7eb;
    --rd-bg-subtle: #f8fafc;
    --rd-text: #1e293b;
    --rd-text-secondary: #64748b;
    --rd-green: #10b981;
    --rd-blue: #3b82f6;
    --rd-red: #ef4444;
    --rd-amber: #f59e0b;
}

/* ---- Page Shell ---- */
.rd-page[b-8c5a5s3ics] {
    max-width: 1360px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
}

/* ============================================
   Page Header
   ============================================ */
.rd-header[b-8c5a5s3ics] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.rd-breadcrumb[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

.rd-breadcrumb-link[b-8c5a5s3ics] {
    color: var(--rd-text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.rd-breadcrumb-link:hover[b-8c5a5s3ics] {
    color: var(--rd-primary);
}

.rd-breadcrumb-sep[b-8c5a5s3ics] {
    font-size: 0.55rem;
    color: #cbd5e1;
}

.rd-breadcrumb-current[b-8c5a5s3ics] {
    color: var(--rd-primary);
    font-weight: 700;
}

.rd-page-title[b-8c5a5s3ics] {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--rd-text);
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.rd-header-meta[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: var(--rd-text-secondary);
}

.rd-meta-sep[b-8c5a5s3ics] {
    color: #cbd5e1;
    font-weight: 700;
}

.rd-meta-item[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.rd-meta-item i[b-8c5a5s3ics] {
    opacity: 0.75;
    color: #0f4c81;
}

.rd-status-badge[b-8c5a5s3ics] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #1d4ed8;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    border: 1px solid #bfdbfe;
}

.rd-status-badge i[b-8c5a5s3ics] {
    font-size: 0.35rem;
}

/* Archive Toggle */
.rd-archive-toggle[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.5rem 0.9rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.rd-archive-toggle:hover[b-8c5a5s3ics] {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.rd-archive-toggle input[type="checkbox"][b-8c5a5s3ics],
.rd-archive-toggle input[b-8c5a5s3ics] {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

.rd-toggle-track[b-8c5a5s3ics] {
    width: 44px;
    height: 24px;
    background: #d1d5db;
    border-radius: 12px;
    position: relative;
    transition: background 0.3s;
}

.rd-archive-toggle input:checked ~ .rd-toggle-track[b-8c5a5s3ics] {
    background: var(--rd-primary);
}

.rd-toggle-thumb[b-8c5a5s3ics] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.rd-archive-toggle input:checked ~ .rd-toggle-track .rd-toggle-thumb[b-8c5a5s3ics] {
    transform: translateX(20px);
}

.rd-toggle-label[b-8c5a5s3ics] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--rd-text-secondary);
}


/* ============================================
   Main Grid Layout
   ============================================ */
.rd-grid[b-8c5a5s3ics] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 1.5rem;
    align-items: start;
}

.rd-main[b-8c5a5s3ics] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rd-sidebar[b-8c5a5s3ics] {
    position: sticky;
    top: 1rem;
}


/* ============================================
   Cards
   ============================================ */
.rd-card[b-8c5a5s3ics] {
    background: #fff;
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    overflow: hidden;
    border: 1px solid var(--rd-border);
}

.rd-card-header[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid var(--rd-border);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--rd-text);
    gap: 0.5rem;
}

.rd-card-header > i[b-8c5a5s3ics],
.rd-card-header-left > i[b-8c5a5s3ics] {
    color: #0f4c81;
    font-size: 0.95rem;
}

.rd-card-header-left[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rd-card-body[b-8c5a5s3ics] {
    padding: 0;
}


/* ============================================
   Detail Sections
   ============================================ */
.rd-section[b-8c5a5s3ics] {
    padding: 1.1rem 1.35rem;
    border-bottom: 1px solid #f1f5f9;
}

.rd-section-last[b-8c5a5s3ics] {
    border-bottom: none;
}

.rd-section-title[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.rd-section-title i[b-8c5a5s3ics] {
    font-size: 0.85rem;
    color: #0f4c81;
    opacity: 1;
    width: 16px;
    text-align: center;
}


/* ============================================
   Fields Grid
   ============================================ */
.rd-fields[b-8c5a5s3ics] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 2rem;
}

.rd-field[b-8c5a5s3ics] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.rd-field-full[b-8c5a5s3ics] {
    grid-column: 1 / -1;
}

.rd-field-label[b-8c5a5s3ics] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.1rem;
}

.rd-field-value[b-8c5a5s3ics] {
    font-size: 0.95rem;
    color: #0f172a;
    font-weight: 600;
    line-height: 1.5;
}

.rd-field-arrow[b-8c5a5s3ics] {
    font-size: 0.55rem;
    color: #cbd5e1;
    margin: 0 0.2rem;
    vertical-align: middle;
}

.rd-link[b-8c5a5s3ics] {
    color: var(--rd-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.rd-link:hover[b-8c5a5s3ics] {
    color: #1d4ed8;
    text-decoration: underline;
}

.rd-price[b-8c5a5s3ics] {
    color: var(--rd-green) !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
}

.rd-time-range[b-8c5a5s3ics] {
    color: var(--rd-text-secondary);
    font-size: 0.82rem;
    margin-left: 0.25rem;
}

.rd-invoice-link[b-8c5a5s3ics] {
    color: var(--rd-green);
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

.rd-invoice-link:hover[b-8c5a5s3ics] {
    color: #059669;
    text-decoration: underline;
}

.rd-invoice-sep[b-8c5a5s3ics] {
    margin: 0 0.15rem;
    color: #cbd5e1;
}


/* ============================================
   Remarks
   ============================================ */
.rd-remarks[b-8c5a5s3ics] {
    font-size: 0.88rem;
    color: var(--rd-text);
    line-height: 1.65;
    background: var(--rd-bg-subtle);
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
}


/* ============================================
   Images Grid
   ============================================ */
.rd-images-grid[b-8c5a5s3ics] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 0.5rem;
}

.rd-image-thumb[b-8c5a5s3ics] {
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #f1f5f9;
    transition: transform 0.25s, box-shadow 0.25s;
}

.rd-image-thumb:hover[b-8c5a5s3ics] {
    transform: translateY(-3px);
    box-shadow: var(--rd-shadow-hover);
}

.rd-image-thumb img[b-8c5a5s3ics] {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}

.rd-image-thumb:hover img[b-8c5a5s3ics] {
    transform: scale(1.08);
}

.rd-image-count[b-8c5a5s3ics] {
    position: absolute;
    top: 6px; right: 6px;
    background: rgba(15, 76, 129, 0.9);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    z-index: 1;
}

/* Rating */
.rd-rating[b-8c5a5s3ics] {
    padding: 0.25rem 0;
}

/* ============================================
   Badges (Departments / State)
   ============================================ */
.rd-badges[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.rd-badge-item[b-8c5a5s3ics] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #1e40af;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.38rem 0.85rem;
    border-radius: 20px;
    border: 1px solid #bfdbfe;
    transition: all 0.2s;
}

.rd-badge-item:hover[b-8c5a5s3ics] {
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.2);
}

.rd-badge-remove[b-8c5a5s3ics] {
    background: none;
    border: none;
    color: #93c5fd;
    font-size: 0.6rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.rd-badge-remove:hover[b-8c5a5s3ics] {
    color: var(--rd-red);
}

.rd-state-badge[b-8c5a5s3ics] {
    background: linear-gradient(135deg, #d1fae5, #ecfdf5);
    color: #065f46;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.38rem 1rem;
    border-radius: 20px;
    border: 1px solid #a7f3d0;
}

.rd-add-btn[b-8c5a5s3ics] {
    margin-left: auto;
    background: none;
    border: 1.5px dashed #cbd5e1;
    color: var(--rd-text-secondary);
    width: 26px; height: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.65rem;
    transition: all 0.2s;
}

.rd-add-btn:hover[b-8c5a5s3ics] {
    border-color: var(--rd-primary);
    color: var(--rd-primary);
    background: #f0f7ff;
}

.rd-no-data[b-8c5a5s3ics] {
    font-size: 0.82rem;
    color: #94a3b8;
    font-style: italic;
}


/* ============================================
   Comments — Tab Navigation (Bootstrap-compatible)
   ============================================ */
.rd-comments-card[b-8c5a5s3ics] {
    border: 1px solid var(--rd-border);
}

.rd-tabs-header[b-8c5a5s3ics] {
    padding: 0;
}

.rd-tabs-header nav[b-8c5a5s3ics] {
    margin: 0;
}

.rd-tabs-header .nav-tabs[b-8c5a5s3ics] {
    display: flex !important;
    gap: 0.25rem !important;
    padding: 0.75rem 1rem !important;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9) !important;
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    margin: 0 !important;
}

.rd-tabs-header .nav-tabs .nav-link[b-8c5a5s3ics] {
    background: transparent !important;
    border: none !important;
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    padding: 0.65rem 1.3rem !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
}

.rd-tabs-header .nav-tabs .nav-link.active[b-8c5a5s3ics] {
    background: #0f4c81 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 12px rgba(15, 76, 129, 0.35) !important;
}

.rd-tabs-header .nav-tabs .nav-link.active i[b-8c5a5s3ics] {
    color: #ffffff !important;
}

.rd-tabs-header .nav-tabs .nav-link:hover:not(.active)[b-8c5a5s3ics] {
    background: #ffffff !important;
    color: #0f4c81 !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08) !important;
}

.rd-comments-card .tab-content[b-8c5a5s3ics] {
    padding: 0;
}


/* ============================================
   Comments — Body & Items
   ============================================ */
.rd-comments-body[b-8c5a5s3ics] {
    padding: 1.25rem;
}

.rd-comment[b-8c5a5s3ics] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    background: var(--rd-bg-subtle);
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    transition: all 0.25s;
}

.rd-comment:hover[b-8c5a5s3ics] {
    border-color: #e2e8f0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.rd-comment-avatar[b-8c5a5s3ics] {
    flex-shrink: 0;
}

.rd-avatar[b-8c5a5s3ics] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--rd-primary);
    color: #0f4c81;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 76, 129, 0.25);
}

.rd-avatar-img[b-8c5a5s3ics] {
    width: 40px; height: 40px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.rd-comment-body[b-8c5a5s3ics] {
    flex: 1;
    min-width: 0;
}

.rd-comment-header[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.rd-comment-author[b-8c5a5s3ics] {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--rd-text);
    text-decoration: none;
    transition: color 0.2s;
}

.rd-comment-author:hover[b-8c5a5s3ics] {
    color: var(--rd-primary);
}

.rd-comment-date[b-8c5a5s3ics] {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 500;
}

.rd-comment-delete[b-8c5a5s3ics] {
    margin-left: auto;
    background: none;
    border: none;
    color: #d1d5db;
    font-size: 0.72rem;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
    border-radius: 6px;
    transition: all 0.2s;
    opacity: 0;
}

.rd-comment:hover .rd-comment-delete[b-8c5a5s3ics] {
    opacity: 1;
}

.rd-comment-delete:hover[b-8c5a5s3ics] {
    color: var(--rd-red);
    background: #fef2f2;
}

.rd-comment-text[b-8c5a5s3ics] {
    font-size: 0.9rem;
    color: var(--rd-text);
    line-height: 1.65;
    margin: 0;
    word-wrap: break-word;
}

.rd-comment-files[b-8c5a5s3ics] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.rd-file-thumb[b-8c5a5s3ics] {
    width: 56px; height: 56px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

.rd-file-thumb:hover[b-8c5a5s3ics] {
    border-color: var(--rd-primary);
    transform: scale(1.05);
}

.rd-file-thumb img[b-8c5a5s3ics] {
    width: 100%; height: 100%;
    object-fit: cover;
}

.rd-file-badge[b-8c5a5s3ics] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.65rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.rd-file-pdf[b-8c5a5s3ics] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.rd-file-pdf:hover[b-8c5a5s3ics] {
    background: #fee2e2;
    color: #b91c1c;
}

/* Empty Comments */
.rd-empty-comments[b-8c5a5s3ics] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.rd-empty-comments i[b-8c5a5s3ics] {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.35;
}

.rd-empty-comments p[b-8c5a5s3ics] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Comment Pagination */
.rd-comments-pagination[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    color: var(--rd-text-secondary);
}

.rd-comments-pagination-btns[b-8c5a5s3ics] {
    display: flex;
    gap: 0.25rem;
}

.rd-page-btn[b-8c5a5s3ics] {
    background: #f8fafc;
    border: 1px solid var(--rd-border);
    color: var(--rd-text-secondary);
    width: 28px; height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.rd-page-btn:hover:not(:disabled)[b-8c5a5s3ics] {
    background: var(--rd-primary);
    color: #fff;
    border-color: var(--rd-primary);
}

.rd-page-btn:disabled[b-8c5a5s3ics] {
    opacity: 0.35;
    cursor: not-allowed;
}


/* ============================================
   Comment Form
   ============================================ */
.rd-comment-form[b-8c5a5s3ics] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--rd-bg-subtle);
    border-radius: 12px;
    border: 1.5px solid var(--rd-border);
    margin-top: 1rem;
}

.rd-comment-form-avatar[b-8c5a5s3ics] {
    flex-shrink: 0;
    padding-top: 0.15rem;
}

.rd-comment-form-input[b-8c5a5s3ics] {
    flex: 1;
    min-width: 0;
}

.rd-textarea[b-8c5a5s3ics],
[b-8c5a5s3ics] .rd-textarea,
[b-8c5a5s3ics] textarea.rd-textarea,
.rd-comment-form-input textarea[b-8c5a5s3ics] {
    width: 100% !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
    background: #ffffff !important;
    resize: none !important;
    min-height: 90px !important;
    transition: border-color 0.25s, box-shadow 0.25s !important;
    font-family: inherit !important;
    color: #1e293b !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    display: block !important;
}

.rd-textarea:focus[b-8c5a5s3ics],
[b-8c5a5s3ics] .rd-textarea:focus,
.rd-comment-form-input textarea:focus[b-8c5a5s3ics] {
    outline: none !important;
    border-color: #0f4c81 !important;
    box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.1) !important;
}

.rd-textarea[b-8c5a5s3ics]::placeholder,
[b-8c5a5s3ics] .rd-textarea::placeholder,
.rd-comment-form-input textarea[b-8c5a5s3ics]::placeholder {
    color: #94a3b8 !important;
}

.rd-comment-form-actions[b-8c5a5s3ics] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.6rem !important;
    margin-top: 0.6rem !important;
}

/* Attach Button — hides native file input */
.rd-attach-btn[b-8c5a5s3ics] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: #ffffff;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    color: #475569;
    padding: 0.5rem 0.85rem;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s;
    position: relative;
    min-height: 38px;
}

.rd-attach-btn:hover:not(.disabled)[b-8c5a5s3ics] {
    border-color: #0f4c81;
    color: #0f4c81;
    background: #f0f7ff;
}

.rd-attach-btn.disabled[b-8c5a5s3ics] {
    opacity: 0.5;
    cursor: not-allowed;
}

.rd-attach-btn input[type="file"][b-8c5a5s3ics],
.rd-attach-btn[b-8c5a5s3ics]  input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
}

.rd-attach-label[b-8c5a5s3ics] {
    font-size: 0.82rem;
    font-weight: 600;
    color: inherit;
}

.rd-attach-count[b-8c5a5s3ics] {
    background: #0f4c81;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    width: 18px; height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Send Button */
.rd-send-btn[b-8c5a5s3ics] {
    background: #0f4c81 !important;
    color: #ffffff !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    transition: all 0.2s !important;
    box-shadow: 0 3px 12px rgba(15, 76, 129, 0.35) !important;
}

.rd-send-btn i[b-8c5a5s3ics] {
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.rd-send-btn:hover[b-8c5a5s3ics] {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 18px rgba(15, 76, 129, 0.45) !important;
}

.rd-send-loading[b-8c5a5s3ics] {
    width: 40px; height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Preview files */
.rd-preview-files[b-8c5a5s3ics] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.6rem;
    padding: 0 1rem 0.5rem 3.5rem;
}

.rd-preview-item[b-8c5a5s3ics] {
    position: relative;
    width: 50px; height: 50px;
    border-radius: 8px;
    overflow: visible;
    border: 1.5px solid var(--rd-border);
}

.rd-preview-img[b-8c5a5s3ics] {
    width: 100%; height: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.rd-preview-img img[b-8c5a5s3ics] {
    width: 100%; height: 100%;
    object-fit: cover;
}

.rd-preview-pdf[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    color: #dc2626;
    font-size: 1.2rem;
    text-decoration: none;
}

.rd-preview-remove[b-8c5a5s3ics] {
    position: absolute;
    top: -6px; right: -6px;
    width: 18px; height: 18px;
    background: var(--rd-red);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    transition: transform 0.15s;
}

.rd-preview-remove:hover[b-8c5a5s3ics] {
    transform: scale(1.15);
}


/* ============================================
   Activity Timeline
   ============================================ */
.rd-timeline-card[b-8c5a5s3ics] {
    position: sticky;
    top: 1rem;
}

.rd-count-badge[b-8c5a5s3ics] {
    background: var(--rd-primary);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    min-width: 22px;
    text-align: center;
}

.rd-timeline-body[b-8c5a5s3ics] {
    max-height: 75vh;
    overflow-y: auto;
}

.rd-timeline-body[b-8c5a5s3ics]::-webkit-scrollbar {
    width: 3px;
}

.rd-timeline-body[b-8c5a5s3ics]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.rd-timeline-loading[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1rem;
    color: var(--rd-text-secondary);
    font-size: 0.85rem;
}

.rd-timeline-empty[b-8c5a5s3ics] {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.rd-timeline-empty i[b-8c5a5s3ics] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.3;
}

.rd-timeline-empty p[b-8c5a5s3ics] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.rd-timeline-error[b-8c5a5s3ics] {
    margin: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    font-size: 0.78rem;
}

/* Timeline direction: newest entries are listed first (top). */
.rd-tl-flow-hint[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem 0.65rem;
    margin: 0 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--rd-text-secondary);
    letter-spacing: 0.02em;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.rd-tl-flow-hint .rd-tl-flow-label[b-8c5a5s3ics] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}

.rd-tl-flow-hint .rd-tl-flow-label i[b-8c5a5s3ics] {
    font-size: 0.55rem;
    opacity: 0.85;
    color: var(--rd-primary);
}

.rd-tl-flow-hint .rd-tl-flow-mid[b-8c5a5s3ics] {
    flex: 1;
    max-width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--rd-primary), #cbd5e1 55%, #e2e8f0);
}

.rd-timeline[b-8c5a5s3ics] {
    padding: 1rem 1.25rem 0.5rem;
}

.rd-timeline.rd-timeline--directed[b-8c5a5s3ics] {
    position: relative;
    padding-bottom: 1.35rem;
}

.rd-timeline.rd-timeline--directed[b-8c5a5s3ics]::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0.35rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #94a3b8;
    opacity: 0.85;
}

.rd-tl-item[b-8c5a5s3ics] {
    display: flex;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
    position: relative;
}

.rd-tl-item:not(:last-child)[b-8c5a5s3ics]::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.22) 0%, #cbd5e1 40%, #f1f5f9 100%);
}

.rd-tl-dot[b-8c5a5s3ics] {
    width: 12px; height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e5e7eb;
    transition: box-shadow 0.2s;
}

.rd-tl-item.action-insert .rd-tl-dot[b-8c5a5s3ics] {
    background: var(--rd-green);
    box-shadow: 0 0 0 2px #d1fae5;
}

.rd-tl-item.action-update .rd-tl-dot[b-8c5a5s3ics] {
    background: var(--rd-blue);
    box-shadow: 0 0 0 2px #dbeafe;
}

.rd-tl-item.action-delete .rd-tl-dot[b-8c5a5s3ics] {
    background: var(--rd-red);
    box-shadow: 0 0 0 2px #fee2e2;
}

.rd-tl-content[b-8c5a5s3ics] {
    flex: 1;
    min-width: 0;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.rd-tl-item:hover .rd-tl-content[b-8c5a5s3ics] {
    background: var(--rd-bg-subtle);
}

.rd-tl-top[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.rd-tl-action[b-8c5a5s3ics] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.13rem 0.5rem;
    border-radius: 5px;
}

.rd-tl-action.action-insert[b-8c5a5s3ics] {
    background: #d1fae5;
    color: #065f46;
}

.rd-tl-action.action-update[b-8c5a5s3ics] {
    background: #dbeafe;
    color: #1e40af;
}

.rd-tl-action.action-delete[b-8c5a5s3ics] {
    background: #fee2e2;
    color: #991b1b;
}

.rd-tl-entity[b-8c5a5s3ics] {
    font-size: 0.68rem;
    color: var(--rd-text-secondary);
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

.rd-tl-desc[b-8c5a5s3ics] {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.5;
    margin: 0.15rem 0 0.35rem;
    word-break: break-word;
}

.rd-tl-meta[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.rd-tl-user[b-8c5a5s3ics], .rd-tl-time[b-8c5a5s3ics] {
    font-size: 0.68rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.rd-tl-user i[b-8c5a5s3ics], .rd-tl-time i[b-8c5a5s3ics] {
    font-size: 0.6rem;
}

/* Timeline Pagination */
.rd-tl-pagination[b-8c5a5s3ics] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.rd-tl-page-btn[b-8c5a5s3ics] {
    background: #f8fafc;
    border: 1px solid var(--rd-border);
    color: var(--rd-text-secondary);
    width: 28px; height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.2s;
}

.rd-tl-page-btn:hover:not(:disabled)[b-8c5a5s3ics] {
    background: var(--rd-primary);
    color: #fff;
    border-color: var(--rd-primary);
}

.rd-tl-page-btn:disabled[b-8c5a5s3ics] {
    opacity: 0.35;
    cursor: not-allowed;
}

.rd-tl-page-info[b-8c5a5s3ics] {
    font-size: 0.72rem;
    color: var(--rd-text-secondary);
    font-weight: 600;
}


/* ============================================
   Lightbox
   ============================================ */
.image-lightbox[b-8c5a5s3ics] {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.image-lightbox.active[b-8c5a5s3ics] {
    display: flex;
}

.lightbox-content[b-8c5a5s3ics] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-close[b-8c5a5s3ics] {
    position: absolute;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s;
}

.lightbox-close:hover[b-8c5a5s3ics] {
    transform: scale(1.2);
}


/* ============================================
   Large screens — Request Information clarity
   ============================================ */
@media (min-width: 1200px) {
    .rd-page[b-8c5a5s3ics] {
        max-width: 1580px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .rd-grid[b-8c5a5s3ics] {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 1.75rem;
    }

    .rd-main > .rd-card:first-of-type .rd-card-header[b-8c5a5s3ics] {
        padding: 1rem 1.5rem;
        font-size: 1.02rem;
    }

    .rd-main > .rd-card:first-of-type .rd-card-header > i[b-8c5a5s3ics] {
        font-size: 1.08rem;
    }

    .rd-main > .rd-card:first-of-type .rd-section[b-8c5a5s3ics] {
        padding: 1.35rem 1.75rem;
    }

    .rd-main > .rd-card:first-of-type .rd-section-title[b-8c5a5s3ics] {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .rd-main > .rd-card:first-of-type .rd-section-title i[b-8c5a5s3ics] {
        font-size: 0.95rem;
        width: 18px;
    }

    .rd-main > .rd-card:first-of-type .rd-fields[b-8c5a5s3ics] {
        gap: 1.15rem 2.75rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field[b-8c5a5s3ics] {
        gap: 0.35rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field-label[b-8c5a5s3ics] {
        font-size: 0.76rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field-value[b-8c5a5s3ics] {
        font-size: 1.08rem;
        line-height: 1.55;
    }

    .rd-main > .rd-card:first-of-type .rd-price[b-8c5a5s3ics] {
        font-size: 1.1rem !important;
    }

    .rd-main > .rd-card:first-of-type .rd-time-range[b-8c5a5s3ics] {
        font-size: 0.9rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field-arrow[b-8c5a5s3ics] {
        font-size: 0.62rem;
        margin: 0 0.3rem;
    }

    .rd-main > .rd-card:first-of-type .rd-remarks[b-8c5a5s3ics] {
        font-size: 0.95rem;
        padding: 1rem 1.2rem;
        line-height: 1.7;
    }

    .rd-main > .rd-card:first-of-type .rd-badge-item[b-8c5a5s3ics],
    .rd-main > .rd-card:first-of-type .rd-state-badge[b-8c5a5s3ics] {
        font-size: 0.9rem;
        padding: 0.45rem 1.05rem;
    }

    .rd-main > .rd-card:first-of-type .rd-add-btn[b-8c5a5s3ics] {
        width: 30px;
        height: 30px;
        font-size: 0.72rem;
    }

    .rd-main > .rd-card:first-of-type .rd-no-data[b-8c5a5s3ics] {
        font-size: 0.9rem;
    }

    .rd-main > .rd-card:first-of-type .rd-images-grid[b-8c5a5s3ics] {
        grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
        gap: 0.65rem;
    }
}

@media (min-width: 1440px) {
    .rd-page[b-8c5a5s3ics] {
        max-width: 1720px;
    }

    .rd-grid[b-8c5a5s3ics] {
        grid-template-columns: minmax(0, 1fr) 288px;
        gap: 2rem;
    }

    .rd-main > .rd-card:first-of-type .rd-card-header[b-8c5a5s3ics] {
        padding: 1.1rem 1.65rem;
        font-size: 1.06rem;
    }

    .rd-main > .rd-card:first-of-type .rd-section[b-8c5a5s3ics] {
        padding: 1.5rem 2rem;
    }

    .rd-main > .rd-card:first-of-type .rd-section-title[b-8c5a5s3ics] {
        font-size: 0.84rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field-label[b-8c5a5s3ics] {
        font-size: 0.8rem;
    }

    .rd-main > .rd-card:first-of-type .rd-field-value[b-8c5a5s3ics] {
        font-size: 1.14rem;
    }

    .rd-main > .rd-card:first-of-type .rd-price[b-8c5a5s3ics] {
        font-size: 1.16rem !important;
    }
}


/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1100px) {
    .rd-grid[b-8c5a5s3ics] {
        grid-template-columns: 1fr;
    }

    .rd-sidebar[b-8c5a5s3ics] {
        position: static;
    }

    .rd-timeline-card[b-8c5a5s3ics] {
        position: static;
    }

    .rd-timeline-body[b-8c5a5s3ics] {
        max-height: 400px;
    }
}

@media (max-width: 640px) {
    .rd-page[b-8c5a5s3ics] {
        padding: 1rem 0.75rem 2rem;
    }

    .rd-page-title[b-8c5a5s3ics] {
        font-size: 1.3rem;
    }

    .rd-header[b-8c5a5s3ics] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .rd-fields[b-8c5a5s3ics] {
        grid-template-columns: 1fr;
    }

    .rd-comment[b-8c5a5s3ics] {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .rd-avatar[b-8c5a5s3ics], .rd-avatar-img[b-8c5a5s3ics] {
        width: 34px; height: 34px;
        font-size: 0.75rem;
    }

    .rd-tabs-header .nav-tabs[b-8c5a5s3ics] {
        padding: 0.5rem !important;
    }

    .rd-tabs-header .nav-tabs .nav-link[b-8c5a5s3ics] {
        font-size: 0.78rem !important;
        padding: 0.45rem 0.75rem !important;
    }

    .rd-section[b-8c5a5s3ics] {
        padding: 0.85rem 1rem;
    }
}
/* /Components/Pages/Services/Requests/RequestFilter.razor.rz.scp.css */
/*.Services {
    background: white;
    position: fixed;
    height: calc(100% - 11%);
    width: 250px;
}

.li-classes {
    list-style: none;
    margin-top: 14px;
}

.div-classes {
    padding: 0;
}

    .div-classes li div {
        width: 100%;
        height: 100%;
    }

.button-classes {
    border: none;
    padding: 0;
    cursor: pointer;
    color: black;
    background-color: transparent;
    width: 100%;
    align-items: center;
    border-radius: 6px;
    padding-left: 12px;
    text-align: left;
}

    .button-classes:hover {
        background-color: #f6f8fe;
    }

    .button-classes:active,
    .button-classes:focus {
        background-color: #ebf0ff;
    }*/


    /* Style the <i> and <p> elements as inline-block to keep them on the same line */
    /*.button-classes i,
    .button-classes p {
        display: inline-block;
    }

.section-2 {
    margin-bottom: 0px;
    margin-top: 400px;
}

.section-3 {
    margin-bottom: 0px;
    margin-top: 600px;
}*/

.full-height[b-qdraphuvad] {
    height: 100%;
}
.sidebar[b-qdraphuvad] {
    /*    position: fixed;*/
    height: 200px;
    /*width: 250px;*/
    padding-top: 0px;
    background-color: white;
}

/* Default styles */
.nav-link[b-qdraphuvad] {
    text-decoration: none;
    color: black; /* Default color */
    transition: color 0.3s ease; /* Smooth transition */
}

fa-solid[b-qdraphuvad] {
    font-size: small;
    width: 5px;
}
/* Icon color */
.nav-link .icon-color[b-qdraphuvad] {
    color: #005d8f; /* Default color */
}

/* Strong text color */
.nav-link strong[b-qdraphuvad] {
    color: black; /* Default color */
    font-weight: 500;
}

/* Strong text color */
.nav-link:hover strong[b-qdraphuvad] {
    color: white;
}

/* Hover styles */
.nav-link:hover[b-qdraphuvad] {
    background-color: #005d8f;
    color: white; /* Change text color on hover */
}

    /* Change icon color on hover */
    .nav-link:hover .icon-color[b-qdraphuvad] {
        color: white;
    }


/* /Components/Pages/Services/Requests/SearchForm.razor.rz.scp.css */
/* Search Form Modal - Form-based search (filter) */

.search-form-modal[b-nh65uvw7er] {
    padding: 0.5rem 0;
    max-height: 85vh;
    overflow-y: auto;
}

.search-form-modal__header[b-nh65uvw7er] {
    text-align: center;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

.search-form-modal__icon[b-nh65uvw7er] {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.search-form-modal__title[b-nh65uvw7er] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem;
}

.search-form-modal__hint[b-nh65uvw7er] {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
}

.search-form-modal__body[b-nh65uvw7er] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-form-modal__row[b-nh65uvw7er] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 576px) {
    .search-form-modal__row[b-nh65uvw7er] {
        grid-template-columns: 1fr;
    }
}

.search-form-modal__section[b-nh65uvw7er] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-form-modal__section-title[b-nh65uvw7er] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.search-form-modal__field[b-nh65uvw7er] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.search-form-modal__label[b-nh65uvw7er] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
}

.search-form-modal__input[b-nh65uvw7er],
.search-form-modal__select[b-nh65uvw7er] {
    padding: 0.6rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1e293b;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-form-modal__input:focus[b-nh65uvw7er],
.search-form-modal__select:focus[b-nh65uvw7er] {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.search-form-modal__input[b-nh65uvw7er]::placeholder {
    color: #94a3b8;
}

.search-form-modal__chips[b-nh65uvw7er] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.search-form-modal__chip-input[b-nh65uvw7er] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.search-form-modal__chip[b-nh65uvw7er] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.search-form-modal__chip:hover[b-nh65uvw7er] {
    border-color: #0ea5e9;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.06);
}

.search-form-modal__chip-input:checked + .search-form-modal__chip[b-nh65uvw7er] {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-color: #0ea5e9;
    color: white;
}

.search-form-modal__actions[b-nh65uvw7er] {
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.search-form-modal__btn[b-nh65uvw7er] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.search-form-modal__btn:hover[b-nh65uvw7er] {
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
    transform: translateY(-1px);
}

.search-form-modal__btn:active[b-nh65uvw7er] {
    transform: translateY(0);
}
/* /Components/Pages/Services/Requests/ServicesRequestMainPage.razor.rz.scp.css */


/* /Components/Pages/Shard/AccessDenied.razor.rz.scp.css */
.wrapper[b-fxkxx9bzw0] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.error-container[b-fxkxx9bzw0] {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    padding: 3rem 2rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: slideUp-b-fxkxx9bzw0 0.6s ease-out;
}

    .error-container[b-fxkxx9bzw0]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--danger-color));
    }

@keyframes slideUp-b-fxkxx9bzw0 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-icon-container[b-fxkxx9bzw0] {
    position: relative;
    margin-bottom: 2rem;
}

.error-icon[b-fxkxx9bzw0] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    animation: pulse-b-fxkxx9bzw0 2s infinite;
}

    .error-icon i[b-fxkxx9bzw0] {
        font-size: 3rem;
        color: var(--white);
    }

@keyframes pulse-b-fxkxx9bzw0 {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 90, 36, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(238, 90, 36, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(238, 90, 36, 0);
    }
}

.error-title[b-fxkxx9bzw0] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
}

.error-subtitle[b-fxkxx9bzw0] {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.error-code[b-fxkxx9bzw0] {
    display: inline-block;
    background: #ecf0f1;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: #34495e;
    margin-bottom: 2rem;
}

.action-buttons[b-fxkxx9bzw0] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-custom[b-fxkxx9bzw0] {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-custom[b-fxkxx9bzw0] {
    background: linear-gradient(135deg, var(--primary-color), #4a90e2);
    color: var(--white);
}

    .btn-primary-custom:hover[b-fxkxx9bzw0] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-hover);
        color: var(--white);
    }

.btn-outline-custom[b-fxkxx9bzw0] {
    background: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

    .btn-outline-custom:hover[b-fxkxx9bzw0] {
        background: var(--secondary-color);
        color: var(--white);
        transform: translateY(-2px);
    }

.help-section[b-fxkxx9bzw0] {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.help-title[b-fxkxx9bzw0] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
}

.help-links[b-fxkxx9bzw0] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.help-link[b-fxkxx9bzw0] {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .help-link:hover[b-fxkxx9bzw0] {
        color: #004499;
        text-decoration: underline;
    }

.status-indicator[b-fxkxx9bzw0] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: var(--danger-color);
    border-radius: 50%;
    animation: blink-b-fxkxx9bzw0 1.5s infinite;
}

@keyframes blink-b-fxkxx9bzw0 {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    .error-container[b-fxkxx9bzw0] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .error-title[b-fxkxx9bzw0] {
        font-size: 2rem;
    }

    .action-buttons[b-fxkxx9bzw0] {
        flex-direction: column;
    }

    .help-links[b-fxkxx9bzw0] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Pages/Shard/LoadingPage.razor.rz.scp.css */
.bc-loading[b-flqtiodfvi] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: var(--font-sans, -apple-system, "Segoe UI", sans-serif);
    pointer-events: all;
}

.bc-loading__backdrop[b-flqtiodfvi] {
    position: absolute;
    inset: 0;
    background: rgba(240, 241, 245, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bc-loading__panel[b-flqtiodfvi] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    max-width: 320px;
    padding: 32px 36px 28px;
    background: var(--bg-white, #ffffff);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 16px;
    box-shadow: var(--shadow-lg, 0 1rem 3rem rgba(0, 0, 0, 0.12));
    animation: bc-loading-enter-b-flqtiodfvi 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bc-loading__spinner[b-flqtiodfvi] {
    position: relative;
    width: 52px;
    height: 52px;
}

.bc-loading__ring[b-flqtiodfvi] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(31, 31, 31, 0.12);
    border-top-color: #1f1f1f;
    animation: bc-loading-spin-b-flqtiodfvi 0.9s linear infinite;
}

.bc-loading__core[b-flqtiodfvi] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #1f1f1f;
    box-shadow: 0 0 0 4px rgba(31, 31, 31, 0.1);
    animation: bc-loading-pulse-b-flqtiodfvi 1.4s ease-in-out infinite;
}

.bc-loading__title[b-flqtiodfvi] {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary, #212529);
    letter-spacing: -0.02em;
    text-align: center;
}

.bc-loading__subtitle[b-flqtiodfvi] {
    margin: -6px 0 0;
    font-size: 13px;
    font-weight: 400;
    color: var(--text-secondary, #6c757d);
    text-align: center;
    line-height: 1.4;
}

.bc-loading__dots[b-flqtiodfvi] {
    display: flex;
    gap: 6px;
    margin-top: 2px;
}

    .bc-loading__dots span[b-flqtiodfvi] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #1f1f1f;
        opacity: 0.35;
        animation: bc-loading-dot-b-flqtiodfvi 1.2s ease-in-out infinite;
    }

        .bc-loading__dots span:nth-child(2)[b-flqtiodfvi] {
            animation-delay: 0.15s;
        }

        .bc-loading__dots span:nth-child(3)[b-flqtiodfvi] {
            animation-delay: 0.3s;
        }

@keyframes bc-loading-enter-b-flqtiodfvi {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bc-loading-spin-b-flqtiodfvi {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bc-loading-pulse-b-flqtiodfvi {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.85);
        opacity: 0.7;
    }
}

@keyframes bc-loading-dot-b-flqtiodfvi {
    0%, 100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }
}
/* /Components/Pages/Shard/NavSide.razor.rz.scp.css */

.sidebar[b-lngfsgjamk] {
    background-color: white;
}
/* Default styles */
.nav-link[b-lngfsgjamk] {
    text-decoration: none;
    color: black; /* Default color */
    transition: color 0.3s ease; /* Smooth transition */
}

fa-solid[b-lngfsgjamk] {
    font-size: small;
    width: 5px;
}
/* Icon color */
.nav-link .icon-color[b-lngfsgjamk] {
    color: #005d8f; /* Default color */
}

/* Strong text color */
.nav-link strong[b-lngfsgjamk] {
    color: black; /* Default color */
    font-weight: 500;
}

/* Hover styles */
.nav-link:hover[b-lngfsgjamk] {
    background-color: #dcdcdc;
}

/* /Components/Pages/Shard/NavTop.razor.rz.scp.css */
.navtop-shell[b-o31c89oksq] {
    background: #ffffff;
    border-bottom: 1px solid #e9edf3;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    z-index: 1030;
}

.navtop[b-o31c89oksq] {
    min-height: 64px;
    border-radius: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.CustomerLogo[b-o31c89oksq] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.AppNavTop .nav-link[b-o31c89oksq] {
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.AppNavTop .nav-link:hover[b-o31c89oksq],
.AppNavTop .nav-link:focus-visible[b-o31c89oksq] {
    background-color: #f3f6fb;
    color: #0f5bd3;
}

.app-dropdown-menu[b-o31c89oksq] {
    border: 1px solid #e7ebf2;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    padding: 0.4rem;
}

.app-dropdown-menu .dropdown-item[b-o31c89oksq] {
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.55rem 0.7rem;
}

.app-dropdown-menu .dropdown-item:hover[b-o31c89oksq] {
    background-color: #f3f6fb;
    color: #0f5bd3;
}

.dropdown-header[b-o31c89oksq] {
    font-size: 0.78rem;
    color: #6b7280 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 1;
}

.profile-trigger[b-o31c89oksq] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.user-name[b-o31c89oksq] {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 600;
}

.profile-dropdown-menu[b-o31c89oksq] {
    min-width: 220px;
}

.logout-link[b-o31c89oksq] {
    gap: 8px;
    font-size: 0.94rem;
    cursor: pointer;
    color: #dc3545 !important;
    font-weight: 600;
}

.logout-link:hover[b-o31c89oksq] {
    background-color: #fff2f2 !important;
    color: #dc3545 !important;
}

@media (max-width: 992px) {
    .navbar-collapse[b-o31c89oksq] {
        background-color: #fff;
        margin-top: 0.5rem;
        padding: 0.9rem;
        border: 1px solid #e7ebf2;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        z-index: 999;
    }

    .nav-primary .nav-link[b-o31c89oksq] {
        border-radius: 8px;
        margin-bottom: 0.2rem;
    }

    .nav-primary .dropdown-menu[b-o31c89oksq] {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0.25rem;
        box-shadow: none;
        border: 0;
        padding: 0.2rem 0.2rem 0.2rem 0.55rem;
    }

    .navbar-toggler[b-o31c89oksq] {
        border: none;
        outline: none;
    }

    .navbar-toggler:focus[b-o31c89oksq] {
        box-shadow: none;
    }

    .custom-toggler[b-o31c89oksq] {
        width: 35px;
        height: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: none;
        background: transparent;
        padding: 0;
    }

    .burger-line[b-o31c89oksq] {
        height: 3px;
        background-color: #1035ac;
        border-radius: 2px;
        transition: all 0.35s ease;
    }

    .burger-line.top[b-o31c89oksq],
    .burger-line.middle[b-o31c89oksq],
    .burger-line.bottom[b-o31c89oksq] {
        width: 100%;
        display: block;
        position: relative;
    }

    .custom-toggler.active .top[b-o31c89oksq] {
        transform: rotate(45deg) translateY(8px);
    }

    .custom-toggler.active .middle[b-o31c89oksq] {
        opacity: 0;
    }

    .custom-toggler.active .bottom[b-o31c89oksq] {
        transform: rotate(-45deg) translateY(-8px);
    }
}

@media (max-width: 576px) {
    .CustomerLogo img[b-o31c89oksq] {
        width: 100px !important;
    }

    .user-name[b-o31c89oksq] {
        display: none;
    }

    .user-avatar-initials[b-o31c89oksq],
    .navtop-profile-avatar-img[b-o31c89oksq] {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        font-size: 0.75rem;
    }
}

.notification-dropdown[b-o31c89oksq] {
    width: 360px;
    max-height: 480px;
    border: 1px solid #e7ebf2;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    padding: 0;
    overflow: hidden;
}

.notification-header[b-o31c89oksq] {
    background: #fff;
    padding: 16px 20px;
    border-bottom: 1px solid #e4e6ea;
    margin: 0;
}

    .notification-header h6[b-o31c89oksq] {
        font-size: 20px;
        font-weight: 700;
        color: #1c1e21;
        margin: 0;
    }

.notification-item[b-o31c89oksq] {
    border: none;
    padding: 0;
    transition: all 0.2s ease;
    cursor: pointer;
    border-bottom: 1px solid #f0f2f5;
}

    .notification-item:hover[b-o31c89oksq] {
        background-color: #f8f9fa;
    }

.notification-content[b-o31c89oksq] {
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.notification-avatar[b-o31c89oksq] {
    flex-shrink: 0;
    position: relative;
}

    .notification-avatar img[b-o31c89oksq] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
    }

.profile-picture-avatar[b-o31c89oksq] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

/* Navbar user avatar — match RequestDetails `.rd-avatar` / `.rd-avatar-img` */
.navtop-profile-avatar-img[b-o31c89oksq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.user-avatar-initials[b-o31c89oksq] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    /* Same token stack as RequestDetails `:root` → `--rd-primary` */
    background: white;
    color: #0f4c81;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 76, 129, 0.25);
    line-height: 1;
    flex-shrink: 0;
}

.notification-text[b-o31c89oksq] {
    flex: 1;
    min-width: 0;
}

.notification-user[b-o31c89oksq] {
    font-weight: 600;
    color: #1c1e21;
    font-size: 14px;
    margin: 0 0 4px 0;
}

.notification-message[b-o31c89oksq] {
    color: #65676b;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 6px 0;
    word-wrap: break-word;
}

.notification-time[b-o31c89oksq] {
    color: #8a8d91;
    font-size: 12px;
    margin: 0;
}

.unread-notification[b-o31c89oksq] {
    background-color: #e7f3ff;
    position: relative;
}

    .unread-notification[b-o31c89oksq]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #1877f2;
    }

    .unread-notification .notification-content[b-o31c89oksq] {
        padding-left: 19px;
    }

.unread-indicator[b-o31c89oksq] {
    width: 12px;
    height: 12px;
    background: #1877f2;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

.notification-empty[b-o31c89oksq] {
    text-align: center;
    padding: 40px 20px;
    color: #65676b;
}

.notification-empty-icon[b-o31c89oksq] {
    width: 64px;
    height: 64px;
    background: #f0f2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #8a8d91;
    font-size: 24px;
}

.notification-list-container[b-o31c89oksq] {
    max-height: 400px;
    overflow-y: auto;
}

    .notification-list-container[b-o31c89oksq]::-webkit-scrollbar {
        width: 6px;
    }

    .notification-list-container[b-o31c89oksq]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .notification-list-container[b-o31c89oksq]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .notification-list-container[b-o31c89oksq]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

/* Action buttons */
.notification-actions[b-o31c89oksq] {
    padding: 12px 16px;
    border-top: 1px solid #e4e6ea;
    background: #f8f9fa;
    text-align: center;
}

.mark-all-read-btn[b-o31c89oksq] {
    background: none;
    border: none;
    color: #1877f2;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

    .mark-all-read-btn:hover[b-o31c89oksq] {
        background-color: #e7f3ff;
    }
/* /Components/Pages/Shard/ServiceCategoryTranslationsSection.razor.rz.scp.css */
.svc-translations[b-ivv95iwcdi] {
    overflow: visible;
}

.svc-translations--disabled[b-ivv95iwcdi] {
    opacity: 0.92;
}

.svc-translations__header[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.svc-translations__title[b-ivv95iwcdi] {
    letter-spacing: 0.01em;
}

.svc-translations__subtitle[b-ivv95iwcdi] {
    display: block;
    margin-top: 0.15rem;
    max-width: 42rem;
    line-height: 1.35;
}

.svc-translations__hint[b-ivv95iwcdi] {
    max-width: 18rem;
    text-align: end;
}

.svc-translations__empty[b-ivv95iwcdi] {
    border-color: #cbd5e1 !important;
}

.svc-lang-panel[b-ivv95iwcdi] {
    background: #fff;
    border-color: #e2e8f0 !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.svc-lang-panel:hover[b-ivv95iwcdi] {
    border-color: #cbd5e1 !important;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.06) !important;
}

.svc-lang-panel__head[b-ivv95iwcdi] {
    background: rgba(248, 250, 252, 0.85);
    border-bottom: 1px solid #eef2f7;
}

.svc-lang-badge[b-ivv95iwcdi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.svc-lang-panel[data-lang="ar"] .svc-lang-badge[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #059669, #047857);
}

.svc-lang-panel[data-lang="fr"] .svc-lang-badge[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.svc-lang-panel[data-lang="de"] .svc-lang-badge[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.svc-lang-panel[data-lang="it"] .svc-lang-badge[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #0891b2, #0e7490);
}

.svc-lang-panel[data-lang="ru"] .svc-lang-badge[b-ivv95iwcdi] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.svc-lang-desc[b-ivv95iwcdi] {
    resize: vertical;
    min-height: 4.5rem;
}

@media (max-width: 576px) {
    .svc-translations__hint[b-ivv95iwcdi] {
        text-align: start;
        max-width: none;
    }
}
/* /Components/Pages/Shard/ServicePackageTranslationsSection.razor.rz.scp.css */
.svc-translations[b-6fwp6ultid] {
    overflow: visible;
}

.svc-translations--disabled[b-6fwp6ultid] {
    opacity: 0.92;
}

.svc-translations__header[b-6fwp6ultid] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.svc-translations__title[b-6fwp6ultid] {
    letter-spacing: 0.01em;
}

.svc-translations__subtitle[b-6fwp6ultid] {
    display: block;
    margin-top: 0.15rem;
    max-width: 42rem;
    line-height: 1.35;
}

.svc-translations__hint[b-6fwp6ultid] {
    max-width: 18rem;
    text-align: end;
}

.svc-translations__empty[b-6fwp6ultid] {
    border-color: #cbd5e1 !important;
}

.svc-lang-panel[b-6fwp6ultid] {
    background: #fff;
    border-color: #e2e8f0 !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.svc-lang-panel:hover[b-6fwp6ultid] {
    border-color: #cbd5e1 !important;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.06) !important;
}

.svc-lang-panel__head[b-6fwp6ultid] {
    background: rgba(248, 250, 252, 0.85);
    border-bottom: 1px solid #eef2f7;
}

.svc-lang-badge[b-6fwp6ultid] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.svc-lang-panel[data-lang="ar"] .svc-lang-badge[b-6fwp6ultid] {
    background: linear-gradient(135deg, #059669, #047857);
}

.svc-lang-panel[data-lang="fr"] .svc-lang-badge[b-6fwp6ultid] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.svc-lang-panel[data-lang="de"] .svc-lang-badge[b-6fwp6ultid] {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.svc-lang-panel[data-lang="it"] .svc-lang-badge[b-6fwp6ultid] {
    background: linear-gradient(135deg, #0891b2, #0e7490);
}

.svc-lang-panel[data-lang="ru"] .svc-lang-badge[b-6fwp6ultid] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.svc-lang-desc[b-6fwp6ultid] {
    resize: vertical;
    min-height: 4.5rem;
}

@media (max-width: 576px) {
    .svc-translations__hint[b-6fwp6ultid] {
        text-align: start;
        max-width: none;
    }
}
/* /Components/Pages/Shard/ServicePriceTranslationsSection.razor.rz.scp.css */
.svc-translations[b-ao3i1o3y9b] {
    overflow: visible;
}

.svc-translations--disabled[b-ao3i1o3y9b] {
    opacity: 0.92;
}

.svc-translations__header[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.svc-translations__title[b-ao3i1o3y9b] {
    letter-spacing: 0.01em;
}

.svc-translations__subtitle[b-ao3i1o3y9b] {
    display: block;
    margin-top: 0.15rem;
    max-width: 42rem;
    line-height: 1.35;
}

.svc-translations__hint[b-ao3i1o3y9b] {
    max-width: 18rem;
    text-align: end;
}

.svc-translations__empty[b-ao3i1o3y9b] {
    border-color: #cbd5e1 !important;
}

.svc-lang-panel[b-ao3i1o3y9b] {
    background: #fff;
    border-color: #e2e8f0 !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.svc-lang-panel:hover[b-ao3i1o3y9b] {
    border-color: #cbd5e1 !important;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.06) !important;
}

.svc-lang-panel__head[b-ao3i1o3y9b] {
    background: rgba(248, 250, 252, 0.85);
    border-bottom: 1px solid #eef2f7;
}

.svc-lang-badge[b-ao3i1o3y9b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.svc-lang-panel[data-lang="ar"] .svc-lang-badge[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #059669, #047857);
}

.svc-lang-panel[data-lang="fr"] .svc-lang-badge[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.svc-lang-panel[data-lang="de"] .svc-lang-badge[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.svc-lang-panel[data-lang="it"] .svc-lang-badge[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #0891b2, #0e7490);
}

.svc-lang-panel[data-lang="ru"] .svc-lang-badge[b-ao3i1o3y9b] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.svc-lang-desc[b-ao3i1o3y9b] {
    resize: vertical;
    min-height: 4.5rem;
}

@media (max-width: 576px) {
    .svc-translations__subtitle[b-ao3i1o3y9b] {
        max-width: none;
    }

    .svc-translations__hint[b-ao3i1o3y9b] {
        text-align: start;
        max-width: none;
    }
}
/* /Components/Pages/Shard/ServiceRequestFormTranslationsSection.razor.rz.scp.css */
.svc-translations[b-u6hzl1g221] {
    overflow: visible;
}

.svc-translations--disabled[b-u6hzl1g221] {
    opacity: 0.92;
}

.svc-translations__header[b-u6hzl1g221] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.svc-translations__title[b-u6hzl1g221] {
    letter-spacing: 0.01em;
}

.svc-translations__subtitle[b-u6hzl1g221] {
    display: block;
    margin-top: 0.15rem;
    max-width: 42rem;
    line-height: 1.35;
}

.svc-translations__empty[b-u6hzl1g221] {
    border-color: #cbd5e1 !important;
}

.svc-lang-panel[b-u6hzl1g221] {
    background: #fff;
    border-color: #e2e8f0 !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.svc-lang-panel:hover[b-u6hzl1g221] {
    border-color: #cbd5e1 !important;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.06) !important;
}

.svc-lang-panel__head[b-u6hzl1g221] {
    background: rgba(248, 250, 252, 0.85);
    border-bottom: 1px solid #eef2f7;
}

.svc-lang-badge[b-u6hzl1g221] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.svc-lang-panel[data-lang="ar"] .svc-lang-badge[b-u6hzl1g221] {
    background: linear-gradient(135deg, #059669, #047857);
}

.svc-lang-panel[data-lang="fr"] .svc-lang-badge[b-u6hzl1g221] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.svc-lang-panel[data-lang="de"] .svc-lang-badge[b-u6hzl1g221] {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.svc-lang-panel[data-lang="it"] .svc-lang-badge[b-u6hzl1g221] {
    background: linear-gradient(135deg, #0891b2, #0e7490);
}

.svc-lang-panel[data-lang="ru"] .svc-lang-badge[b-u6hzl1g221] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

@media (max-width: 576px) {
    .svc-translations__subtitle[b-u6hzl1g221] {
        max-width: none;
    }
}
/* /Components/Pages/Shard/SuccessPage.razor.rz.scp.css */
h1[b-khj7540wuu] {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

p[b-khj7540wuu] {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

i[b-khj7540wuu] {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.card[b-khj7540wuu] {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}
/* /Components/Pages/Shard/XeroOneFooter.razor.rz.scp.css */

.modern-footer[b-frxnlbsuwi] {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e1e5e9;
}

.modern-footer-text[b-frxnlbsuwi] {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer-link[b-frxnlbsuwi] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
}

    .modern-footer-link:hover[b-frxnlbsuwi] {
        text-decoration: underline;
    }
/* /Components/Pages/User/ForgotPassword.razor.rz.scp.css */
.modern-login-body[b-9elg69l616] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.modern-login-container[b-9elg69l616] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-logo-container[b-9elg69l616] {
    text-align: center;
    margin-bottom: 40px;
}

.modern-logo[b-9elg69l616] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #005c8f, #0078d4);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 92, 143, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.modern-logo-img[b-9elg69l616] {
    max-width: 200px; /* حجم مناسب للصورة */
    width: 100%; /* responsive */
    height: auto; /* يحافظ على النسبة */
    display: block;
    margin: 0 auto 20px; /* وسطن الصورة وحط مسافة تحتها */
}

.modern-logo:hover[b-9elg69l616] {
    transform: scale(1.05);
}

.modern-logo img[b-9elg69l616] {
    width: 50px;
    height: auto;
    filter: brightness(0) invert(1);
}

.modern-welcome-text[b-9elg69l616] {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modern-subtitle[b-9elg69l616] {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.modern-form-group[b-9elg69l616] {
    margin-bottom: 24px;
    position: relative;
}

.modern-input-container[b-9elg69l616] {
    position: relative;
}

.modern-form-input[b-9elg69l616] {
    width: 100%;
    height: 54px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    padding: 16px 16px 8px 16px;
    font-size: 16px;
    background: #fafbfc;
    transition: all 0.3s ease;
    outline: none;
}

    .modern-form-input:focus[b-9elg69l616] {
        border-color: #005c8f;
        background: white;
        box-shadow: 0 0 0 4px rgba(0, 92, 143, 0.1);
    }

.modern-input-label[b-9elg69l616] {
    position: absolute;
    left: 16px;
    top: 8px;
    color: #005c8f;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    padding: 0 4px;
    transition: all 0.3s ease;
}

.modern-validation-message[b-9elg69l616] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 16px;
}

.modern-login-btn[b-9elg69l616] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #005c8f, #0078d4);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 92, 143, 0.3);
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modern-login-btn:hover[b-9elg69l616] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 92, 143, 0.4);
    }

    .modern-login-btn:active[b-9elg69l616] {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(0, 92, 143, 0.3);
    }

    .modern-login-btn:disabled[b-9elg69l616] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.modern-footer[b-9elg69l616] {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e1e5e9;
}

.modern-footer-text[b-9elg69l616] {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer-link[b-9elg69l616] {
    color: #005c8f;
    text-decoration: none;
    font-weight: 500;
}

    .modern-footer-link:hover[b-9elg69l616] {
        text-decoration: underline;
    }

/* Loading skeleton styles */
.modern-skeleton[b-9elg69l616] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: modern-loading-b-9elg69l616 1.5s infinite;
    border-radius: 12px;
}

.modern-skeleton-logo[b-9elg69l616] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 16px;
}

.modern-skeleton-text[b-9elg69l616] {
    height: 20px;
    margin-bottom: 10px;
}

.modern-skeleton-input[b-9elg69l616] {
    height: 54px;
    margin-bottom: 24px;
}

.modern-skeleton-button[b-9elg69l616] {
    height: 54px;
    margin-top: 8px;
}

@keyframes modern-loading-b-9elg69l616 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Responsive */
@media (max-width: 480px) {
    .modern-login-container[b-9elg69l616] {
        padding: 24px;
        margin: 16px;
        border-radius: 16px;
    }

    .modern-welcome-text[b-9elg69l616] {
        font-size: 20px;
    }

    .modern-subtitle[b-9elg69l616] {
        font-size: 14px;
    }
}
/* /Components/Pages/User/ResetPassword.razor.rz.scp.css */
.modern-login-body[b-ue7k5fnwq4] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.modern-login-container[b-ue7k5fnwq4] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-logo-container[b-ue7k5fnwq4] {
    text-align: center;
    margin-bottom: 40px;
}

.modern-logo-img[b-ue7k5fnwq4] {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    cursor: pointer;
}

.modern-welcome-text[b-ue7k5fnwq4] {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modern-subtitle[b-ue7k5fnwq4] {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.modern-form-group[b-ue7k5fnwq4] {
    margin-bottom: 24px;
    position: relative;
}

.modern-input-container[b-ue7k5fnwq4] {
    position: relative;
}

.modern-input-container .form-control[b-ue7k5fnwq4] {
    width: 100%;
    height: 54px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    background: #fafbfc;
    transition: all 0.3s ease;
    outline: none;
}

.modern-input-container .form-control:focus[b-ue7k5fnwq4] {
    border-color: #005c8f;
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 92, 143, 0.1);
}

.modern-input-container .form-control[readonly][b-ue7k5fnwq4] {
    background: #f0f1f5;
    cursor: not-allowed;
}

.modern-input-label[b-ue7k5fnwq4] {
    position: absolute;
    left: 16px;
    top: 8px;
    color: #005c8f;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    padding: 0 4px;
    transition: all 0.3s ease;
}

.modern-login-btn[b-ue7k5fnwq4] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #005c8f, #0078d4);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 92, 143, 0.3);
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-login-btn:hover[b-ue7k5fnwq4] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 92, 143, 0.4);
    color: white;
}

.modern-login-btn:active[b-ue7k5fnwq4] {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 92, 143, 0.3);
}

.modern-login-btn:disabled[b-ue7k5fnwq4] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.modern-footer[b-ue7k5fnwq4] {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e1e5e9;
}

.modern-footer-text[b-ue7k5fnwq4] {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer-link[b-ue7k5fnwq4] {
    color: #005c8f;
    text-decoration: none;
    font-weight: 500;
}

.modern-footer-link:hover[b-ue7k5fnwq4] {
    text-decoration: underline;
}

.modern-skeleton[b-ue7k5fnwq4] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: modern-loading-b-ue7k5fnwq4 1.5s infinite;
    border-radius: 12px;
}

.modern-skeleton-logo[b-ue7k5fnwq4] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 16px;
}

.modern-skeleton-text[b-ue7k5fnwq4] {
    height: 20px;
    margin-bottom: 10px;
}

.modern-skeleton-input[b-ue7k5fnwq4] {
    height: 54px;
    margin-bottom: 24px;
}

.modern-skeleton-button[b-ue7k5fnwq4] {
    height: 54px;
    margin-top: 8px;
}

@keyframes modern-loading-b-ue7k5fnwq4 {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Success state */
.reset-success-container .modern-logo-container[b-ue7k5fnwq4] {
    margin-bottom: 28px;
}

.reset-success-icon[b-ue7k5fnwq4] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.reset-success-checkmark[b-ue7k5fnwq4] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.35);
    animation: reset-success-scale-b-ue7k5fnwq4 0.4s ease-in-out 0.2s both;
}

.reset-success-circle[b-ue7k5fnwq4] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #28a745;
    fill: #28a745;
    animation: reset-success-stroke-b-ue7k5fnwq4 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.reset-success-check[b-ue7k5fnwq4] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #fff;
    stroke-width: 3;
    animation: reset-success-stroke-b-ue7k5fnwq4 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes reset-success-stroke-b-ue7k5fnwq4 {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes reset-success-scale-b-ue7k5fnwq4 {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.08, 1.08, 1);
    }
}

/* Validation message */
[b-ue7k5fnwq4] .validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 4px;
}

@media (max-width: 480px) {
    .modern-login-container[b-ue7k5fnwq4] {
        padding: 24px;
        margin: 16px;
        border-radius: 16px;
    }

    .modern-welcome-text[b-ue7k5fnwq4] {
        font-size: 20px;
    }

    .modern-subtitle[b-ue7k5fnwq4] {
        font-size: 14px;
    }
}
/* /Components/Pages/User/UserInfo.razor.rz.scp.css */
/*breadcrumb*/
.main-breadcrumb[b-9jjdplcshw] {
    font-weight: 600;
}

.breadcrumb-item a:hover[b-9jjdplcshw] {
    color: #4c34c7;
}

.btn-new[b-9jjdplcshw] {
    background-color: white;
    color: #005d8f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 5px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .btn-new:hover[b-9jjdplcshw] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .btn-new:active[b-9jjdplcshw] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transform: translateY(1px);
    }

.muted[b-9jjdplcshw] {
    color: #b9b9b9;
    font-weight: 500;
}


body[b-9jjdplcshw] {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body[b-9jjdplcshw] {
    padding: 15px;
}

.card[b-9jjdplcshw] {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card[b-9jjdplcshw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body[b-9jjdplcshw] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm[b-9jjdplcshw] {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col[b-9jjdplcshw], .gutters-sm > [class*=col-][b-9jjdplcshw] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3[b-9jjdplcshw], .my-3[b-9jjdplcshw] {
    margin-bottom: 1rem !important;
}

.bg-gray-300[b-9jjdplcshw] {
    background-color: #e2e8f0;
}

.h-100[b-9jjdplcshw] {
    height: 100% !important;
}

.shadow-none[b-9jjdplcshw] {
    box-shadow: none !important;
}

.profile-pic[b-9jjdplcshw] {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.line-down[b-9jjdplcshw] {
    border-bottom: 1px solid #dfdede;
    padding-top: 5px;
    padding-bottom: 5px;
}

.switch[b-9jjdplcshw] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide the default checkbox */
    .switch input[b-9jjdplcshw] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-9jjdplcshw] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    transition: 0.4s;
}

    .slider[b-9jjdplcshw]:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

/* When the checkbox is checked */
input:checked + .slider[b-9jjdplcshw] {
    background-color: #4caf50;
}

    input:checked + .slider[b-9jjdplcshw]:before {
        transform: translateX(25px);
    }

/* When the checkbox is checked*/
input:checked + .slider[b-9jjdplcshw] {
    background-color: #4caf50;
}

    input:checked + .slider[b-9jjdplcshw]:before {
        transform: translateX(25px);
    }

.badge-container[b-9jjdplcshw] {
    position: relative;
    display: inline-block;
}

.badge[b-9jjdplcshw] {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: rgb(222 222 229);
    color: black;
}

    .badge .btn-close[b-9jjdplcshw] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #F44336;
        color: #fff !important; /* Ensure the color stays white */
        border-radius: 50%;
        padding: 3px;
        font-size: 0.7rem;
        border: none; /* Remove any default border */
        cursor: pointer;
    }

        .badge .btn-close:hover[b-9jjdplcshw] {
            background-color: red; /* لون أغمق عند التمرير */
        }

a:hover[b-9jjdplcshw] {
    background-color: transparent !important; /* Removes the background color */
}
