@import 'CredentialingManagement.Client.uolre1t2d9.bundle.scp.css';

/* _content/CredentialingManagement/Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   Modern 2025 Dashboard - Main Layout
   ============================================ */

.page[b-mymgbjhnp5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-mymgbjhnp5] {
    flex: 1;
    background-color: var(--bg-primary);
}

/* ============================================
   Sidebar - Modern glassmorphism effect
   ============================================ */

.sidebar[b-mymgbjhnp5] {
    background: linear-gradient(180deg, #0052db 0%, #003991 50%, #1a1a3e 100%);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10;
}

.sidebar[b-mymgbjhnp5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    pointer-events: none;
}

/* ============================================
   Top Bar - Clean, modern header
   ============================================ */

.top-row[b-mymgbjhnp5] {
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--border-color);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(10px);
}

.top-row[b-mymgbjhnp5]  a,
.top-row[b-mymgbjhnp5]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color var(--transition-fast);
}

.top-row[b-mymgbjhnp5]  a:hover,
.top-row[b-mymgbjhnp5]  .btn-link:hover {
    color: var(--primary-600);
    text-decoration: none;
}

.top-row[b-mymgbjhnp5]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 640.98px) {
    .top-row[b-mymgbjhnp5] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row[b-mymgbjhnp5]  a,
    .top-row[b-mymgbjhnp5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mymgbjhnp5] {
        flex-direction: row;
    }

    .sidebar[b-mymgbjhnp5] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .sidebar[b-mymgbjhnp5]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar[b-mymgbjhnp5]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .sidebar[b-mymgbjhnp5]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .sidebar[b-mymgbjhnp5]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .top-row[b-mymgbjhnp5] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .top-row.auth[b-mymgbjhnp5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mymgbjhnp5],
    article[b-mymgbjhnp5] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

/* ============================================
   Error UI - Modern styling
   ============================================ */

#blazor-error-ui[b-mymgbjhnp5] {
    background: var(--warning-light);
    color: var(--text-primary);
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    display: none;
    padding: 1rem 3rem 1rem 1rem;
    position: fixed;
    z-index: 1000;
    border-radius: var(--radius-lg);
    border: 2px solid #fbbf24;
    font-weight: 500;
}

#blazor-error-ui .dismiss[b-mymgbjhnp5] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    transition: background-color var(--transition-fast);
    color: var(--text-primary);
    font-size: 1.25rem;
    line-height: 1;
}

#blazor-error-ui .dismiss:hover[b-mymgbjhnp5] {
    background-color: rgba(0, 0, 0, 0.1);
}
/* _content/CredentialingManagement/Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================
   Modern 2025 Dashboard - Navigation Menu
   ============================================ */

.navbar-toggler[b-atd7ks8uro] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}

.navbar-toggler:hover[b-atd7ks8uro] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:checked[b-atd7ks8uro] {
    background-color: rgba(255, 255, 255, 0.25);
}

.top-row[b-atd7ks8uro] {
    min-height: 4rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 1.5rem;
}

.navbar-brand[b-atd7ks8uro] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    background: linear-gradient(135deg, #ffffff 0%, #e0efff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   Icon Styling
   ============================================ */

.bi[b-atd7ks8uro] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    top: -1px;
    background-size: cover;
    opacity: 0.9;
    transition: opacity var(--transition-fast);
}

.bi-house-door-fill-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-people-gear-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-gear' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

.bi-kanban-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-kanban' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 2A1.5 1.5 0 0 0 1 3.5v9A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 13.5 2zm0 1h11A.5.5 0 0 1 14 3.5V5H2V3.5a.5.5 0 0 1 .5-.5M2 6h4v7H2zm5 7V6h7v7z'/%3E%3C/svg%3E");
}

.bi-bell-fill-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bell-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2m.995-14.901a1 1 0 1 0-1.99 0A5 5 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901'/%3E%3C/svg%3E");
}

.bi-buildings-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27white%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M1 15h4V1H1zm5 0h4V5H6zm5 0h4V8h-4z%27/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-atd7ks8uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* ============================================
   Navigation Sections & Dividers
   ============================================ */

.nav-section[b-atd7ks8uro] {
    margin-bottom: 0.25rem;
}

.nav-section:first-of-type .nav-item:first-of-type[b-atd7ks8uro] {
    padding-top: 0.75rem;
}

.nav-divider[b-atd7ks8uro] {
    margin: 0.75rem 1.5rem 0.5rem;
    padding: 0.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-divider-text[b-atd7ks8uro] {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
}

/* ============================================
   Navigation Items - Modern styling
   ============================================ */

.nav-item[b-atd7ks8uro] {
    font-size: 0.9375rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-item:last-of-type[b-atd7ks8uro] {
    padding-bottom: 0.75rem;
}

.nav-item[b-atd7ks8uro]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: var(--radius-md);
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
    width: 100%;
    padding: 0 1rem;
    font-weight: 500;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.nav-item[b-atd7ks8uro]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 4px 4px 0;
    transition: width var(--transition-base);
}

.nav-item[b-atd7ks8uro]  a.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-item[b-atd7ks8uro]  a.active::before {
    width: 4px;
}

.nav-item[b-atd7ks8uro]  a.active .bi {
    opacity: 1;
}

.nav-item[b-atd7ks8uro]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-item[b-atd7ks8uro]  .nav-link:hover .bi {
    opacity: 1;
}

/* ============================================
   Responsive Navigation
   ============================================ */

.nav-scrollable[b-atd7ks8uro] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-atd7ks8uro] {
    display: block;
    animation: slideIn-b-atd7ks8uro var(--transition-base);
}

@keyframes slideIn-b-atd7ks8uro {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-atd7ks8uro] {
        display: none;
    }

    .nav-scrollable[b-atd7ks8uro] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-atd7ks8uro]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-atd7ks8uro]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-atd7ks8uro]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-atd7ks8uro]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

/* ============================================
   Mobile Navigation
   ============================================ */

@media (max-width: 640.98px) {
    .nav-scrollable[b-atd7ks8uro] {
        background: linear-gradient(180deg, #0052db 0%, #003991 50%, #1a1a3e 100%);
        position: absolute;
        top: 4rem;
        left: 0;
        right: 0;
        z-index: 100;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* _content/CredentialingManagement/Components/Layout/ThemeToggle.razor.rz.scp.css */
/* ============================================
   Theme Toggle Button
   ============================================ */

.theme-toggle[b-rhxvdi9hco] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    color: var(--text-primary);
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-xs);
    padding: 0;
}

.theme-toggle:hover[b-rhxvdi9hco] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background: var(--bg-tertiary);
    border-color: var(--primary-400);
}

.theme-toggle:active[b-rhxvdi9hco] {
    transform: translateY(0);
}

.theme-toggle:focus-visible[b-rhxvdi9hco] {
    outline: none;
    box-shadow: 0 0 0 3px rgb(14 127 255 / 0.35);
}

.theme-icon[b-rhxvdi9hco] {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-toggle:hover .theme-icon[b-rhxvdi9hco] {
    transform: rotate(15deg) scale(1.1);
}

/* Animation for theme switch */
@media (prefers-reduced-motion: no-preference) {
    .theme-icon[b-rhxvdi9hco] {
        animation: fadeIn-b-rhxvdi9hco 300ms ease-in-out;
    }
}

@keyframes fadeIn-b-rhxvdi9hco {
    from {
        opacity: 0;
        transform: scale(0.8) rotate(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
