/* /Components/Account/Shared/ConfirmLayout.razor.rz.scp.css */
.confirm-container[b-vrdbv4of6d] {
    min-height: 76vh;
}

.confirm-card[b-vrdbv4of6d] {
    background: white;
    border-radius: var(--navy-card-radius);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.icon-circle[b-vrdbv4of6d] {
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle-success[b-vrdbv4of6d] {
    background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-bright) 100%);
}

.icon-circle-error[b-vrdbv4of6d] {
    background: linear-gradient(135deg, var(--navy-error-light) 0%, var(--navy-error) 100%);
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.social-btn[b-45t7y3ucrd] {
    transition: all 0.3s ease;
    border-width: 2px;
}

    .social-btn:hover[b-45t7y3ucrd] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

.btn-outline-danger:hover[b-45t7y3ucrd] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-primary:hover[b-45t7y3ucrd] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.icon-google[b-45t7y3ucrd]::before {
    content: "G";
    color: #ea4335;
    font-weight: bold;
    margin-right: 8px;
    background: white;
    border-radius: 2px;
    padding: 2px 4px;
}

.icon-linkedin[b-45t7y3ucrd]::before {
    content: "in";
    color: #0077b5;
    font-weight: bold;
    margin-right: 8px;
    background: white;
    border-radius: 2px;
    padding: 2px 4px;
}
/* /Components/Account/Shared/LoginLayout.razor.rz.scp.css */
.login-container[b-fr0y6lwwrm] {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.login-card[b-fr0y6lwwrm] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 32rem;
    min-width: 20rem;
    border-radius: var(--navy-card-radius);
}

.login-logo[b-fr0y6lwwrm] {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #204675 0%, #1a3a5c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
}

.login-title[b-fr0y6lwwrm] {
    line-height: 42px;
}

.login-subtitle[b-fr0y6lwwrm] {
    text-align: center;
}

[b-fr0y6lwwrm] .or-badge-outer {
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

[b-fr0y6lwwrm] .or-badge {
    margin-left: 6px;
    margin-top: 6px;
    background: none;
    backdrop-filter: blur(10px);
    border: 2px solid var(--navy-light);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    [b-fr0y6lwwrm] .or-badge span {
        font-weight: 700;
        font-size: 0.75rem;
        color: var(--navy-text-light);
    }

[b-fr0y6lwwrm] .or-divider-mobile {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
}

    [b-fr0y6lwwrm] .or-divider-mobile::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #dee2e6;
    }

    [b-fr0y6lwwrm] .or-divider-mobile span {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 0 1.5rem;
        font-weight: 600;
        font-size: 0.875rem;
        color: #6c757d;
        position: relative;
        z-index: 2;
    }

[b-fr0y6lwwrm] .border-end {
    border-right: 1px solid var(--navy-pale) !important;
}

[b-fr0y6lwwrm] .password-toggle {
    cursor: pointer;
    color: #6c757d;
}

    [b-fr0y6lwwrm] .password-toggle:hover {
        color: #495057;
    }

[b-fr0y6lwwrm] .svg-inline.svg-eye {
    width: 1.025rem;
    height: 1.025rem;
}

[b-fr0y6lwwrm] .terms-notice {
    padding: 0;
    margin: 0 10px;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
    overflow-wrap: break-word;
}

    [b-fr0y6lwwrm] .terms-notice a {
        color: #204675;
        text-decoration: none;
        font-weight: 500;
    }

        [b-fr0y6lwwrm] .terms-notice a:hover {
            text-decoration: underline;
        }

/* Add visual debugging */
.debug-border[b-fr0y6lwwrm] {
    border: 1px dashed #007bff !important;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* Main container */
.profile-container[b-09g1rln0q3] {
    max-width: 68rem;
    min-height: 70vh;
    margin: 0 auto;
    background: white;
    border-radius: var(--navy-card-radius);
    box-shadow: 0 8px 32px rgba(26, 35, 126, 0.15);
    display: flex;
    overflow: hidden;
    padding: 0;
}

.sidebar[b-09g1rln0q3] {
    background: linear-gradient(170deg, var(--navy-secondary) 0%, #0f2642 80%, #071e3d 100%);
    width: 280px;
    flex-shrink: 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar-header[b-09g1rln0q3] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1rem;
}

    .sidebar-header h5[b-09g1rln0q3] {
        font-size: 1.175rem;
        font-weight: 400;
        margin-bottom: 0;
        letter-spacing: 0.25px;
        color: #94a3b8;
    }

/* --- Left Sidebar Navigation --- */
[b-09g1rln0q3] .nav-menu {
    padding: 0;
}

[b-09g1rln0q3] .nav-item {
}

[b-09g1rln0q3] .nav-link {
    color: rgba(var(--navy-lighter3-rgb), 0.7);
    padding: 20px 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    gap: 12px;
}

    [b-09g1rln0q3] .nav-link .menu-icon {
        color: rgba(var(--navy-lighter3-rgb), 0.7);
        transition: color 0.3s ease;
        flex-shrink: 0;
    }


    [b-09g1rln0q3] .nav-link:hover {
        color: white;
        border-left-color: rgba(255, 255, 255, 0.8);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 20%, transparent 100%);
    }

    [b-09g1rln0q3] .nav-link.active {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 60%, transparent 100%);
        border-left-color: white;
        color: white;
    }

        [b-09g1rln0q3] .nav-link:hover .menu-icon {
            color: white;
        }
        /*::deep .nav-link.active .menu-icon {
            color: #f43f5e;
        }*/

.profile-content[b-09g1rln0q3] {
    flex: 1;
    padding: 30px;
}

[b-09g1rln0q3] .profile-card {
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    margin-bottom: 2rem;
}

[b-09g1rln0q3] .content-header {
    color: rgba(var(--navy-text-rgb), 0.9);
    padding: 1rem;
    padding-left: 1.5rem !important;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(30, 58, 138, 0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    background: radial-gradient(circle at 20% 50%, rgba(30,40,60,.03) 0%, transparent 50%), 
                radial-gradient(circle at 80% 80%, rgba(30,40,60,.03) 0%, transparent 50%), 
                linear-gradient(135deg, #fafbfc 0%, #eef0f3 100%);
}

    [b-09g1rln0q3] .content-header p {
        color: rgba(var(--navy-disabled-text-rgb), 0.75);
    }

[b-09g1rln0q3] .content-body {
    padding: 2rem;
}

.form-control[b-09g1rln0q3], 
.form-select[b-09g1rln0q3] {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

    .form-control:focus[b-09g1rln0q3], .form-select:focus[b-09g1rln0q3] {
        border-color: var(--secondary-blue);
        box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    }


[b-09g1rln0q3] .profile-image {
    width: 100px;
    height: 100px;
    background: var(--navy-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--navy-text);
    margin-bottom: 1rem;
    position: relative;
}

    [b-09g1rln0q3] .profile-image img {
        position: absolute;
        transition: opacity 0.3s;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 4px solid #0d6efd;
    }


    [b-09g1rln0q3] .profile-image .delete-btn {
        position: absolute;
        transition: opacity 0.2s ease;
        top: 0;
        right: -22px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        padding: 0;
        color: #dc3545;
        border: 2px solid #dc3545;
        font-size: 13px;
        opacity: 0;
    }

    [b-09g1rln0q3] .profile-image:hover .delete-btn {
        opacity: 1;
    }

    [b-09g1rln0q3] .profile-image .placeholder-svg {
        position: absolute;
    }

    [b-09g1rln0q3] .profile-image .upload-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    [b-09g1rln0q3] .profile-image .spinner-overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        [b-09g1rln0q3] .profile-image .spinner-overlay .spinner-border {
            width: 2.5rem;
            height: 2.5rem;
        }

    [b-09g1rln0q3] .profile-image .upload-text {
        color: white;
        font-size: 12px;
        font-weight: 500;
    }

[b-09g1rln0q3] .input-group-text {
    color: var(--navy-text-light);
    padding-left: .375rem !important;
    padding-right: .375rem !important;
}

/*.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item ::deep a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item ::deep .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }
*/
/* /Components/Controls/DropZoneUploader.razor.rz.scp.css */

.upload-dropzone[b-yxfux3z4xg] {
    color: var(--navy-text, #0f3c4b);
    background-color: var(--navy-lighter3, #e9f1f4);
    outline: 2px dashed var(--navy-light, #5ca2cf);
    outline-offset: -2px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out, background-color 0.2s ease-out;
    border-radius: var(--navy-control-radius);
    padding: 1rem;
}

    .upload-dropzone.highlight[b-yxfux3z4xg] {
        outline-offset: -4px;
        outline-color: var(--navy-primary, #0576bd);
        background-color: var(--navy-pale, #c8dadf);
    }

.upload-svg[b-yxfux3z4xg] {
    fill: var(--navy-primary, #0576bd);
    width: 2.375rem;
    height: 2.375rem;
}

.upload-btn[b-yxfux3z4xg] {
    color: #fff;
    background-color: var(--navy-primary);
}

    .upload-btn:hover[b-yxfux3z4xg],
    .upload-btn:focus[b-yxfux3z4xg] {
        color: #fff;
        background-color: var(--navy-primary-glare);
    }

.upload-img[b-yxfux3z4xg] {
    width: calc(33.333% - (2rem / 3));
    object-fit: contain;
}

.upload-gallery[b-yxfux3z4xg] {
    border-top: 1px solid var(--navy-pale);
}

.upload-gallery-item[b-yxfux3z4xg] {
    margin-top: .275rem;
    font-size: 0.9rem;
    font-weight: 500;
}

    .upload-gallery-item.success[b-yxfux3z4xg] {
        color: var(--navy-teal-darker);
    }

    .upload-gallery-item.error[b-yxfux3z4xg] {
        color: var(--navy-error);
    }

    .upload-gallery-item.info[b-yxfux3z4xg] {

    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-si7rqx7iqz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-si7rqx7iqz] {
    flex: 1;
    padding-top: var(--navbar-custom-height);
}

.topbar[b-si7rqx7iqz] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: var(--navbar-custom-height);
}

footer[b-si7rqx7iqz] {
    background: radial-gradient(circle at 20% 50%, rgba(30,40,60,.03) 0%, transparent 50%), 
                radial-gradient(circle at 80% 80%, rgba(30,40,60,.03) 0%, transparent 50%), 
                linear-gradient(135deg, #fafbfc 0%, #eef0f3 100%);
}

.dashboard-card[b-si7rqx7iqz] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: white;
}

    .dashboard-card:hover[b-si7rqx7iqz] {
        transform: translateY(-2px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }

.card-icon[b-si7rqx7iqz] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 15px;
}

.icon-total[b-si7rqx7iqz] {
    background: linear-gradient(135deg, var(--navy-primary), var(--navy-secondary));
}

.icon-ready[b-si7rqx7iqz] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.icon-progress[b-si7rqx7iqz] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.card-number[b-si7rqx7iqz] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy-text);
    margin-bottom: 5px;
}

.card-title[b-si7rqx7iqz] {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.table-container[b-si7rqx7iqz] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    overflow: hidden;
}

.table-header[b-si7rqx7iqz] {
    background: var(--navy-lighter);
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

.table-title[b-si7rqx7iqz] {
    margin: 0;
    color: var(--navy-text);
    font-weight: 600;
}

.table[b-si7rqx7iqz] {
    margin-bottom: 0;
}

    .table th[b-si7rqx7iqz] {
        background-color: #f8f9fa;
        border-top: none;
        font-weight: 600;
        color: var(--navy-text);
        padding: 15px;
    }

    .table td[b-si7rqx7iqz] {
        padding: 15px;
        vertical-align: middle;
    }

.badge-status[b-si7rqx7iqz] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-completed[b-si7rqx7iqz] {
    background-color: #d4edda;
    color: #155724;
}

.status-progress[b-si7rqx7iqz] {
    background-color: #fff3cd;
    color: #856404;
}

.status-pending[b-si7rqx7iqz] {
    background-color: #f8d7da;
    color: #721c24;
}

.page-title[b-si7rqx7iqz] {
    color: var(--navy-text);
    font-weight: 600;
    margin-bottom: 30px;
}


/* Similar to Font-Awesone */
[b-si7rqx7iqz] .svg-inline {
    box-sizing: content-box;
    display: inline-block;
    height: 1.25em;
    overflow: visible;
    vertical-align: -0.225em;
    width: 1.25em;
    fill: currentColor;
}

/* Busy Overlay & Spinner */
.busy-overlay[b-si7rqx7iqz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--navy-disabled-rgb), 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.busy-content[b-si7rqx7iqz] {
    text-align: center;
}

.orbit-spinner[b-si7rqx7iqz] {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

    .orbit-spinner div[b-si7rqx7iqz] {
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #1e3a8a;
        animation: orbit-b-si7rqx7iqz 1.5s linear infinite;
    }

        .orbit-spinner div:nth-child(1)[b-si7rqx7iqz] {
            animation-delay: 0s;
            background: #1e3a8a;
        }

        .orbit-spinner div:nth-child(2)[b-si7rqx7iqz] {
            animation-delay: -0.5s;
            background: #2563eb;
        }

        .orbit-spinner div:nth-child(3)[b-si7rqx7iqz] {
            animation-delay: -1s;
            background: #3b82f6;
        }

@keyframes orbit-b-si7rqx7iqz {
    0% {
        top: 42px;
        left: 42px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-custom[b-1hwi5jqvbx] {
    background-color: var(--navy-primary) !important;
    height: var(--navbar-custom-height);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .navbar-custom .logo[b-1hwi5jqvbx] {
        width: 32px;
        height: 32px;
        background-color: white;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--navy-primary);
        font-weight: bold;
        margin-left: 10px;
    }

    .navbar-custom[b-1hwi5jqvbx]  .navbar-nav .nav-link {
        color: rgba(255,255,255,0.9) !important;
        font-weight: 400;
        margin: 0 10px;
        transition: color 0.3s ease;
        border-radius: 0.375em;
    }

        .navbar-custom[b-1hwi5jqvbx]  .navbar-nav .nav-link > svg {
            fill: rgba(255,255,255,0.9) !important;
        }

        .navbar-custom[b-1hwi5jqvbx]  .navbar-nav .nav-link:hover {
            color: white !important;
            background-color: var(--navy-secondary);
            text-decoration: none;
        }

        .navbar-custom[b-1hwi5jqvbx]  .navbar-nav .nav-link.active {
            color: white !important;
            background-color: var(--navy-secondary);
        }

    /*.navbar-custom ::deep .navbar-nav .dropdown.nav-link .dropdown-item {
        font-weight: 400;
    }*/

    .navbar-custom[b-1hwi5jqvbx]  .navbar-right .nav-link {
        margin: 0 4px !important;
    }

.nav-link[b-1hwi5jqvbx] {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.navbar-brand[b-1hwi5jqvbx] {
    font-weight: 700;
    font-size: 1.5rem;
    color: white !important;
}

    .navbar-brand[b-1hwi5jqvbx]  svg {
        color: white;
    }

.profile-image[b-1hwi5jqvbx] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}


.nav-item-wrapper[b-1hwi5jqvbx] {
    position: relative;
}


/* Popover Trigger */
.nav-popover-trigger[b-1hwi5jqvbx] {
    position: relative;
    font-weight: 500 !important;
    cursor: pointer;
    font-size: 0.9125rem;
}

    .nav-popover-trigger:hover[b-1hwi5jqvbx] {
        color: white !important;
        background-color: var(--navy-secondary);
    }

    .nav-popover-trigger[aria-expanded="true"][b-1hwi5jqvbx] {
        color: white !important;
        background-color: var(--navy-secondary);
    }

    /* Chevron Icon */
    .nav-popover-trigger .chevron-down[b-1hwi5jqvbx] {
        display: inline-block;
    }

    .nav-popover-trigger .chevron-up[b-1hwi5jqvbx] {
        display: none;
    }

    .nav-popover-trigger[aria-expanded="true"] .chevron-down[b-1hwi5jqvbx] {
        display: none;
    }

    .nav-popover-trigger[aria-expanded="true"] .chevron-up[b-1hwi5jqvbx] {
        display: inline-block;
    }


.nav-user-menu[b-1hwi5jqvbx] {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.9rem;
}

    .nav-user-menu svg[b-1hwi5jqvbx] {
        vertical-align: -0.25rem;
    }

/* Remove Bootstrap's default dropdown arrow */
.dropdown-toggle.nav-popover-trigger[b-1hwi5jqvbx]::after {
    display: none !important;
}

/* Override Bootstrap Dropdown Menu */
.nav-popover[b-1hwi5jqvbx] {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    left: auto;
    width: 330px;
    background: #ffffff;
    border-radius: var(--navy-popover-radius);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    z-index: 1050;
    padding: 4px 0;
    margin: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease;
}

    /* Arrow */
    .nav-popover[b-1hwi5jqvbx]::before {
        content: '';
        position: absolute;
        top: -8px;
        right: 20px;
        width: 16px;
        height: 16px;
        background: #ffffff;
        border-left: 1px solid #e5e7eb;
        border-top: 1px solid #e5e7eb;
        transform: rotate(45deg);
    }

.nav-popover-close[b-1hwi5jqvbx] {
    display: flex;
    position: sticky;
    float: right;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1051;
    margin: 14px 20px 0 0;
    width: auto;
}

    .nav-popover-close:focus[b-1hwi5jqvbx],
    .nav-popover-close:active[b-1hwi5jqvbx],
    .nav-popover-close:focus-visible[b-1hwi5jqvbx] {
        outline: none !important;
        box-shadow: none !important;
    }


/* Popover Content */
.nav-popover-section[b-1hwi5jqvbx] {
    padding: 20px 24px;
    position: relative;
}

    .nav-popover-section:not(:last-child)[b-1hwi5jqvbx]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background: #e5e7eb;
    }

.nav-popover-header[b-1hwi5jqvbx] {
    padding: 0;
}

.nav-popover-title[b-1hwi5jqvbx] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.nav-popover-text[b-1hwi5jqvbx] {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

.nav-popover-body[b-1hwi5jqvbx] {
    padding: 0;
}

.nav-popover-footer[b-1hwi5jqvbx] {
    padding-top: 12px;
}

.nav-btn-link[b-1hwi5jqvbx] {
    text-decoration: underline !important;
    display: inline-block;
    color: var(--navy-bright);/* #204675;*/
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

    .nav-btn-link:hover[b-1hwi5jqvbx] {
        color: var(--navy-third); /*#1a3a5c;*/
    }

.nav-help-links[b-1hwi5jqvbx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.nav-help-link[b-1hwi5jqvbx] {
    color: var(--navy-bright); /*#204675;*/
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

    .nav-help-link:hover[b-1hwi5jqvbx] {
        color: var(--navy-third); /*#1a3a5c;*/
        text-decoration: underline;
    }

/* User Menu Popover */
.nav-user-avatar[b-1hwi5jqvbx] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #204675 0%, #1a3a5c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.nav-user-image[b-1hwi5jqvbx] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.3s;
    border: 2px solid var(--navy-bright);
}

.nav-user-wrapper[b-1hwi5jqvbx] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-user-text[b-1hwi5jqvbx] {
    flex: 1;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-zb6jsumefe] {
    display: flex;
    flex-direction: column;
    max-width: 90rem;
    margin: 0 auto;
}


.page-header[b-zb6jsumefe] {
    margin-bottom: 32px;
}

.page-title[b-zb6jsumefe] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #204675;
    margin: 0 0 8px 0;
}

.page-subtitle[b-zb6jsumefe] {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* Filter Buttons */
.filter-buttons[b-zb6jsumefe] {
    display: flex;
    gap: 16px;
}

.filter-btn[b-zb6jsumefe] {
    flex: 1;
    padding: 20px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

    .filter-btn:hover[b-zb6jsumefe] {
        border-color: #204675;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .filter-btn.active[b-zb6jsumefe] {
        background: linear-gradient(135deg, #e8f0f9 0%, #dbe7f7 100%);
        border-color: #204675;
        box-shadow: 0 2px 8px rgba(32, 70, 117, 0.15);
    }

.filter-btn-title[b-zb6jsumefe] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.filter-btn.active .filter-btn-title[b-zb6jsumefe] {
    color: #204675;
}

.filter-btn-count[b-zb6jsumefe] {
    font-size: 2rem;
    font-weight: 700;
    color: #204675;
}

.filter-btn-label[b-zb6jsumefe] {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.report-id[b-zb6jsumefe] {
    font-weight: 600;
    color: #204675;
}


/*.dashboard-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: var(--navy-lighter4);
}

    .dashboard-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }

    .dashboard-card a {
        text-decoration: none !important;
    }

    .dashboard-card.selected {
        background: white;
    }

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 5px;
}

.icon-total {
    background: linear-gradient(135deg, var(--navy-primary), var(--navy-secondary));
}

.icon-ready {
    background: linear-gradient(135deg, #66d0c2, #14b8a6);
}

.icon-progress {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.card-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy-text);
}

.card-title {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}*/

/*.table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.table-header {
    background: var(--navy-lighter);
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table-title {
    margin: 0;
    color: var(--navy-text);
    font-weight: 600;
}

.table-responsive {
    overflow: visible !important;
    padding-bottom: .25rem !important;
}

.table {
    margin-bottom: 0;
}

    .table th {
        background-color: var(--navy-table-header-bg);
        border-top: none;
        font-weight: 600;
        color: var(--navy-text);
        padding: 10px; 
        cursor: pointer;
        user-select: none;
    }

        .table th svg {
            stroke: var(--navy-secondary);
            fill: var(--navy-lighter);
        }

        .table th.sorted svg {
            stroke: var(--navy-secondary);
            fill: var(--navy-secondary);
        }

    .table td {
        padding: 15px;
        vertical-align: middle;
    }

        .table td strong {
            letter-spacing: -1px;
        }*/


.minimal-table th[b-zb6jsumefe] {
    cursor: pointer;
    user-select: none;
}

    .minimal-table th.actions[b-zb6jsumefe] {
        pointer-events: none;
    }

    .minimal-table th svg[b-zb6jsumefe] {
        stroke: var(--navy-secondary);
        fill: var(--navy-lighter);
    }

    .minimal-table th.sorted svg[b-zb6jsumefe] {
        stroke: var(--navy-secondary);
        fill: var(--navy-secondary);
    }


.status-badge[b-zb6jsumefe] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 122px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.status-completed[b-zb6jsumefe] {
    background-color: var(--navy-teal-lighter4);
    color: var(--navy-teal-darker2);
    border: 1px solid var(--navy-teal-lighter2);
}

.status-progress[b-zb6jsumefe] {
    background-color: #fff4ed;
    color: #3a2a4f;
    border: 1px solid #fed7aa;
}

    .status-progress[b-zb6jsumefe]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: var(--progress, 0%);
        background: linear-gradient(90deg, #ffb300 0%, #ffc107 50%, #ffd54f 100%);
        z-index: 0;
        transition: width 0.3s ease;
    }

    .status-progress span[b-zb6jsumefe] {
        position: relative;
        z-index: 1;
    }

.status-pending[b-zb6jsumefe] {
    background-color: #e8eaf6;
    color: #5c6bc0;
    border: 1px solid #9fa8da;
}

.status-failed[b-zb6jsumefe] {
    background-color: #fee5e9;
    color: #c3324b;
    border: 1px solid #f88598;
}

.status-cancel[b-zb6jsumefe] {
    background-color: #f5c83b;
    color: #695106;
    border: 1px solid #695106;
}

/*
.page-title {
    color: var(--navy-text);
    font-weight: 600;
    margin-bottom: 30px;
}
*/
/* /Components/Pages/ImportConfigManager.razor.rz.scp.css */
/* Main container */
.import-config-container[b-a8syklqf2g] {
    display: flex;
    flex-direction: column;
    max-width: 68rem;
    min-height: 70vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(26, 35, 126, 0.15);
    padding: 1.5rem;
    align-items: center;
}

.icon[b-a8syklqf2g] {
    width: 24px;
    height: 24px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.icon-sm[b-a8syklqf2g] {
    width: 0.875em;
    height: 0.875em;
}

.icon-lg[b-a8syklqf2g] {
    width: 1.25em;
    height: 1.25em;
}

.icon-xl[b-a8syklqf2g] {
    width: 3em;
    height: 3em;
}

.field-item[b-a8syklqf2g] {
    background: radial-gradient(circle at 20% 50%, rgba(30,40,60,.03) 0%, transparent 50%), 
                radial-gradient(circle at 80% 80%, rgba(30,40,60,.03) 0%, transparent 50%), 
                linear-gradient(135deg, #fafbfc 0%, #eef0f3 100%);
    transition: all 0.2s ease;
}

    .field-item:hover[b-a8syklqf2g] {
        border-color: #0d6efd;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .field-item[b-a8syklqf2g]  .btn {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

        .field-item:hover[b-a8syklqf2g]  .btn {
            opacity: 1;
        }

    .field-item span.badge[b-a8syklqf2g] {
        line-height: 1.85;
    }

.mapping-table[b-a8syklqf2g] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.25rem 0;
}

.modal.show[b-a8syklqf2g] {
    display: block !important;
}

.table-hover tbody tr:hover[b-a8syklqf2g] {
    background-color: rgba(0, 123, 255, 0.075);
}

.card[b-a8syklqf2g] {
    /*border: none;*/
    border: 1px solid var(--bs-card-border-color);
    box-shadow: none;
}

.card-header[b-a8syklqf2g] {
    padding: 18px 20px;
    border-bottom: 1px solid #dee2e6;
    color: var(--navy-text);
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eff6 100%);
}
    .card-header h5[b-a8syklqf2g] {
        line-height: 2.325rem;
    }

    .card-header h6[b-a8syklqf2g] {
        line-height: 2.325rem;
    }


.card-header-sub[b-a8syklqf2g] {
    background: linear-gradient(135deg, var(--navy-lighter3) 50%, var(--navy-lighter4) 100%);
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    font-weight: 600;
    color: var(--navy-text);
    padding: 15px;
}

    /* This will be applied only if .card-header isn't included */
    .card-header-sub:not(.card-header ~ .card-header-sub)[b-a8syklqf2g] {
        border-top-left-radius: var(--navy-border-radius);
        border-top-right-radius: var(--navy-border-radius);
    }


.card-configuration[b-a8syklqf2g] {
    border: none;
    box-shadow: 0 4px 10px rgba(30, 64, 175, 0.1);
}
    .card-configuration > .card-body[b-a8syklqf2g] {
        padding: 1.5rem;
    }


.config-name[b-a8syklqf2g] {
    font-weight: 500;
    color: #1f2937;
}

.config-description[b-a8syklqf2g] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 2px;
}

.config-meta[b-a8syklqf2g] {
    font-size: 0.85rem;
    color: #9ca3af;
}


/* Modal Dialogs */
.modal-dialog[b-a8syklqf2g] {
    min-width: 30rem;
}

.modal-header[b-a8syklqf2g] {
    display: flex;
    align-items: flex-start;
    padding: 24px 32px;
}

.modal-header-content[b-a8syklqf2g] {
    flex: 1;
}

.modal-title[b-a8syklqf2g] {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

.modal-subtitle[b-a8syklqf2g] {
    margin: 6px 0 0 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
}
/* /Components/Pages/Index.razor.rz.scp.css */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}*/

.hero[b-1kzo82hjlc] {
    background: linear-gradient(135deg, #1e3a8a 0%, #667eea 50%, #764ba2 100%);
    /*linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);*/
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 calc(-1 * var(--bs-gutter-x) * .5)
}

    .hero[b-1kzo82hjlc]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
        animation: float-b-1kzo82hjlc 20s ease-in-out infinite;
    }

@keyframes float-b-1kzo82hjlc {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(-20px) translateX(10px);
    }

    50% {
        transform: translateY(0px) translateX(-10px);
    }

    75% {
        transform: translateY(20px) translateX(5px);
    }
}

.container[b-1kzo82hjlc] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-content[b-1kzo82hjlc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text h1[b-1kzo82hjlc] {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: slideInLeft-b-1kzo82hjlc 1s ease-out;
}

@keyframes slideInLeft-b-1kzo82hjlc {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-text p[b-1kzo82hjlc] {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    animation: slideInLeft-b-1kzo82hjlc 1s ease-out 0.2s both;
}

.cta-button[b-1kzo82hjlc] {
    display: inline-block;
    background: linear-gradient(45deg, #2563eb, #3b82f6);
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    animation: slideInLeft-b-1kzo82hjlc 1s ease-out 0.4s both;
}

    .cta-button:hover[b-1kzo82hjlc] {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(37, 99, 235, 0.6);
        background: linear-gradient(45deg, #1d4ed8, #2563eb);
    }

.hero-visual[b-1kzo82hjlc] {
    position: relative;
    animation: slideInRight-b-1kzo82hjlc 1s ease-out 0.3s both;
}

@keyframes slideInRight-b-1kzo82hjlc {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dashboard-mockup[b-1kzo82hjlc] {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

    .dashboard-mockup[b-1kzo82hjlc]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(90deg, #f8f9fa, #e9ecef);
        border-radius: 20px 20px 0 0;
    }

.mock-controls[b-1kzo82hjlc] {
    display: flex;
    gap: 8px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.mock-dot[b-1kzo82hjlc] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f56;
}

    .mock-dot:nth-child(2)[b-1kzo82hjlc] {
        background: #ffbd2e;
    }

    .mock-dot:nth-child(3)[b-1kzo82hjlc] {
        background: #27ca3f;
    }

.mock-chart[b-1kzo82hjlc] {
    margin-top: 20px;
    height: 200px;
    background: linear-gradient(135deg, #667eea20, #764ba220);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.route-lines[b-1kzo82hjlc] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.route-line[b-1kzo82hjlc] {
    position: absolute;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
    animation: drawLine-b-1kzo82hjlc 2s ease-in-out infinite alternate;
}

    .route-line:nth-child(1)[b-1kzo82hjlc] {
        width: 60%;
        height: 4px;
        top: 30%;
        left: 10%;
        animation-delay: 0s;
    }

    .route-line:nth-child(2)[b-1kzo82hjlc] {
        width: 45%;
        height: 4px;
        top: 50%;
        left: 30%;
        animation-delay: 0.5s;
    }

    .route-line:nth-child(3)[b-1kzo82hjlc] {
        width: 70%;
        height: 4px;
        top: 70%;
        left: 5%;
        animation-delay: 1s;
    }

@keyframes drawLine-b-1kzo82hjlc {
    from {
        width: 0;
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.features[b-1kzo82hjlc] {
    padding: 100px 0;
    background: #f8f9fa;
}

.features-grid[b-1kzo82hjlc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card[b-1kzo82hjlc] {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .feature-card:hover[b-1kzo82hjlc] {
        transform: translateY(-10px);
    }

.feature-icon[b-1kzo82hjlc] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.section-title[b-1kzo82hjlc] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    border: none;
    outline: none;
}

.section-subtitle[b-1kzo82hjlc] {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.stats[b-1kzo82hjlc] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 80px 0;
    color: white;
}

.stats-grid[b-1kzo82hjlc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.stat-item h3[b-1kzo82hjlc] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-section[b-1kzo82hjlc] {
    padding: 100px 0;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

    .cta-section h2[b-1kzo82hjlc] {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .cta-section p[b-1kzo82hjlc] {
        font-size: 1.2rem;
        margin-bottom: 40px;
        opacity: 0.9;
    }

@media (max-width: 768px) {
    .hero-content[b-1kzo82hjlc] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1[b-1kzo82hjlc] {
        font-size: 2.5rem;
    }

    .features-grid[b-1kzo82hjlc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Templates.razor.rz.scp.css */
/* Main Container */
.templates-container[b-f0444x8vyx] {
    display: flex;
    gap: 24px;
    max-width: 68rem;
    margin: 0 auto;
    background: white;
    border-radius: var(--navy-card-radius);
    box-shadow: 0 8px 32px rgba(26, 35, 126, 0.15);
    min-height: 74vh;
    max-height: 82vh;
    padding: 0;
}

/* Left Sidebar */
.sidebar[b-f0444x8vyx] {
    width: 340px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e5e7eb;
    background: #fafbfc;
    border-top-left-radius: var(--navy-card-radius);
    border-bottom-left-radius: var(--navy-card-radius);
}

.sidebar-header[b-f0444x8vyx] {
    padding: 24px;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eff6 100%);
    border-bottom: 1px solid #e5e7eb;
}

.sidebar-title[b-f0444x8vyx] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px 0;
}

.sidebar-subtitle[b-f0444x8vyx] {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

/* Nav Pills Customization */
.template-name[b-f0444x8vyx] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.template-description[b-f0444x8vyx] {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
    position: relative;
    z-index: 1;
}

.template-nav[b-f0444x8vyx] {
    padding: 16px 0;
    overflow-y: auto;
    flex: 1;
}

    .template-nav .nav-link[b-f0444x8vyx] {
        padding: 16px 24px;
        border-radius: 0;
        border-left: 4px solid transparent;
        color: #1f2937;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        margin: 0;
        text-decoration: none;
    }

        .template-nav .nav-link[b-f0444x8vyx]::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: linear-gradient(90deg, rgba(32, 70, 117, 0.12) 0%, rgba(32, 70, 117, 0.06) 50%, transparent 100%);
            transition: width 0.5s ease;
            z-index: 0;
        }

        .template-nav .nav-link:hover[b-f0444x8vyx]::before {
            width: 100%;
        }

        .template-nav .nav-link:hover[b-f0444x8vyx] {
            background: #ffffff;
            border-left-color: #9ca3af;
            text-decoration: none;
        }

        .template-nav .nav-link.active[b-f0444x8vyx]::before {
            width: 100%;
        }

        .template-nav .nav-link.active[b-f0444x8vyx] {
            background: linear-gradient(135deg, #e8f0f9 0%, #dbe7f7 100%);
            border-left-color: #204675;
            color: #204675;
            box-shadow: inset 0 0 0 1px rgba(32, 70, 117, 0.1);
        }

            .template-nav .nav-link.active .template-name[b-f0444x8vyx] {
                color: #204675;
            }

            .template-nav .nav-link.active .template-description[b-f0444x8vyx] {
                color: #5a7ba8;
            }


/* Right Panel */
.right-panel[b-f0444x8vyx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-right: 16px;
    margin-bottom: 16px;
}

.panel-header[b-f0444x8vyx] {
    padding: 32px 24px 28px 24px;
    background: white;
    /*border-bottom: 2px solid #e5e7eb;*/
    border-bottom: 2px solid rgba(30, 64, 175, 0.1);
    box-shadow: 0 5px 6px -3px rgba(30, 64, 175, 0.1);
}

.panel-title[b-f0444x8vyx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #204675;
    margin: 0 0 8px 0;
}

.panel-subtitle[b-f0444x8vyx] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Action Buttons */
.panel-action-buttons[b-f0444x8vyx] {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    background: white;
}

.panel-note[b-f0444x8vyx] {
    margin: 0 24px 20px 24px;
    font-size: 0.9rem;
    border-radius: 0;
    padding: 4px 14px;
}

.btn-custom[b-f0444x8vyx] {
    transition: all 0.3s ease;
}

    .btn-custom:hover[b-f0444x8vyx] {
        transform: translateY(-2px);
    }

.btn-outline-custom[b-f0444x8vyx] {
    color: #204675;
    border-color: #204675;
}

    .btn-outline-custom:hover[b-f0444x8vyx] {
        background: #204675;
        border-color: #204675;
        color: white;
        box-shadow: 0 4px 12px rgba(32, 70, 117, 0.3);
    }

.btn-primary-custom[b-f0444x8vyx] {
    background: linear-gradient(135deg, #204675 0%, #2d5a8f 100%);
    border: none;
    color: white;
}

    .btn-primary-custom:hover[b-f0444x8vyx] {
        background: linear-gradient(135deg, #2d5a8f 0%, #204675 100%);
        box-shadow: 0 4px 12px rgba(32, 70, 117, 0.4);
    }

/* Scrollable Fields Area */
.fields-area[b-f0444x8vyx] {
    flex: 1;
    overflow: hidden;
    padding: 0;
    background: #f8f9fa;
    min-height: 0;
    border: 1px solid #e5e7eb;
    border-radius: var(--navy-card-radius);
    display: flex;
    flex-direction: column;
}

.fields-header[b-f0444x8vyx] {
    padding: 16px 24px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.fields-title[b-f0444x8vyx] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fields-content[b-f0444x8vyx] {
    padding: 24px;
    background: #f8f9fa;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    counter-reset: field-counter;
}

    .fields-content[b-f0444x8vyx]::-webkit-scrollbar {
        width: 8px;
    }

    .fields-content[b-f0444x8vyx]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .fields-content[b-f0444x8vyx]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .fields-content[b-f0444x8vyx]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }


/* Field Item */
.field-item[b-f0444x8vyx] {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: var(--navy-card-radius);
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 56px;
    counter-increment: field-counter;
}

    .field-item[b-f0444x8vyx]::before {
        content: counter(field-counter);
        position: absolute;
        left: 16px;
        top: 18px;
        width: 26px;
        height: 26px;
        background: #dbeafe;
        color: #204675;
        border: 1px solid #bfdbfe;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.85rem;
        line-height: 1;
    }

    .field-item:hover[b-f0444x8vyx] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        border-color: #2d5a8f;
    }

        .field-item:hover[b-f0444x8vyx]::before {
            background: white;
            border-color: #204675;
        }

    .field-item:last-child[b-f0444x8vyx] {
        margin-bottom: 0;
    }

.field-header[b-f0444x8vyx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.field-name[b-f0444x8vyx] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
}

.field-type[b-f0444x8vyx] {
    background: linear-gradient(135deg, #204675 0%, #2d5a8f 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(32, 70, 117, 0.2);
    transition: all 0.3s ease;
}

.field-item:hover .field-type[b-f0444x8vyx] {
    transform: scale(1.05);
    box-shadow: 0 3px 8px rgba(32, 70, 117, 0.3);
}

.field-description[b-f0444x8vyx] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 70px 12px 2px;
    text-align: justify;
}

.field-required[b-f0444x8vyx] {
    display: inline-block;
    background: #fef2f2;
    color: #dc2626;
    padding: 2px 8px;
    border-radius: var(--navy-badge-sm-radius);
    font-size: 0.75rem;
    font-weight: 600;
}

/* Predefined Values */
.predefined-values[b-f0444x8vyx] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.predefined-label[b-f0444x8vyx] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.value-list[b-f0444x8vyx] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.value-tag[b-f0444x8vyx] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    padding: 4px 10px;
    border-radius: var(--navy-badge-radius);
    font-size: 0.85rem;
    color: #374151;
    transition: all 0.2s ease;
    cursor: default;
}

    .value-tag:hover[b-f0444x8vyx] {
        background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
        border-color: #204675;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(32, 70, 117, 0.15);
    }

/* /Components/Report/Shared/ReportPageLayout.razor.rz.scp.css */
/* Main container */
.report-container[b-sy9x8bre9s] {
    max-width: 63rem;
    margin: 0 auto;
    background: white;
    border-radius: var(--navy-card-radius);
    box-shadow: 0 8px 32px rgba(26, 35, 126, 0.15);
    display: flex;
    min-height: 74vh;
    padding: 0;
}

/* Sidebar */
.step-sidebar[b-sy9x8bre9s] {
    background: linear-gradient(170deg, var(--navy-secondary) 0%, #0f2642 80%, #071e3d 100%);
    background-clip: padding-box;
    border-radius: var(--navy-card-radius) 0 0 var(--navy-card-radius);
    width: 320px;
    flex-shrink: 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}


.step-sidebar-header[b-sy9x8bre9s] {
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .step-sidebar-header h5[b-sy9x8bre9s] {
        /*color: rgba(var(--navy-lighter3-rgb), 0.6);*/
        font-size: 1.175rem;
        font-weight: 400;
        /*text-align: center;*/
        margin-bottom: 0;
        letter-spacing: 0.25px;
        /*text-transform: uppercase;*/
        color: #94a3b8;
    }

/* Nav Pills Customization */
.nav-pills[b-sy9x8bre9s] {
    flex-direction: column;
    gap: 0;
}

    .nav-pills[b-sy9x8bre9s]  .nav-link {
        display: flex;
        align-items: center;
        padding: 20px 30px;
        color: var(--navy-lightest);
        text-decoration: none;
        border-left: 4px solid transparent;
        transition: all 0.3s ease;
        position: relative;
        border-radius: 0;
        background: transparent;
        text-align: left;
    }

        .nav-pills[b-sy9x8bre9s]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.active {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 60%, transparent 100%);
            border-left-color: white;
            color: white;
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.completed {
            color: var(--navy-teal-darker);
            border-left-color: var(--navy-teal-darker);
        }
        .nav-pills[b-sy9x8bre9s]  .nav-link.completed.active {
            color: var(--navy-teal);
            border-left-color: var(--navy-teal);
        }

            .nav-pills[b-sy9x8bre9s]  .nav-link.completed:hover {
                background: linear-gradient(90deg, rgba(var(--navy-teal-rgb), 0.2) 20%, transparent 100%);
                color: var(--navy-teal);
                border-left-color: var(--navy-teal);
            }

        .nav-pills[b-sy9x8bre9s]  .nav-link.disabled {
            color: var(--navy-disabled);
            border-left-color: var(--navy-disabled);
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.completed::after {
            content: "✓";
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-weight: bold;
            font-size: 18px;
        }

.step-number[b-sy9x8bre9s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 500;
    font-size: 13px;
    flex-shrink: 0;
}

        .nav-pills[b-sy9x8bre9s]  .nav-link.active .step-number {
            background: white;
            color: var(--navy-text);
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.completed .step-number {
            background: var(--navy-teal-darker);
            color: white;
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.completed.active .step-number, 
        .nav-pills[b-sy9x8bre9s]  .nav-link.completed:hover .step-number {
            background: var(--navy-teal);
        }

        .nav-pills[b-sy9x8bre9s]  .nav-link.disabled .step-number,
        .nav-pills[b-sy9x8bre9s]  .nav-link.completed.disabled .step-number {
            background: var(--navy-disabled);
            color: var(--navy-disabled-text);
        }


.step-text[b-sy9x8bre9s] {
    flex: 1;
}

.step-title[b-sy9x8bre9s] {
    font-weight: 600;
    font-size: 0.9125rem;
    margin-bottom: 2px;
    line-height: 1.3;
}

.step-subtitle[b-sy9x8bre9s] {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1.2;
}

/* Main content */
.step-content[b-sy9x8bre9s] {
    flex: 1;
    padding: 40px;
}

.step-panel[b-sy9x8bre9s] {
    display: none;
}

    .step-panel.active[b-sy9x8bre9s] {
        display: block;
        animation: fadeInUp-b-sy9x8bre9s 0.5s ease;
    }

@keyframes fadeInUp-b-sy9x8bre9s {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Progress bar */
.progress-container[b-sy9x8bre9s] {
    margin-bottom: 1rem;
}

.progress[b-sy9x8bre9s] {
    height: 8px;
    background-color: rgba(26, 35, 126, 0.1);
    border-radius: var(--navy-control-radius);
    overflow: hidden;
}

.progress-bar[b-sy9x8bre9s] {
    height: 100%;
    background-color: var(--navy-primary);
    transition: width 0.3s ease;
}

.progress-text[b-sy9x8bre9s] {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

/* Step headers */
[b-sy9x8bre9s] .step-header {
    border-bottom: 2px solid var(--navy-lighter);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    [b-sy9x8bre9s] .step-header h3 {
        color: var(--navy-secondary);
        font-size: 24px;
        margin-bottom: 5px;
    }

    [b-sy9x8bre9s] .step-header p {
        color: #6c757d;
        margin: 0;
    }

[b-sy9x8bre9s] .step-form {
    min-height: 30rem;
    display: flex;
    flex-direction: column;
}

    [b-sy9x8bre9s] .step-form form {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }


/* Cards with Headers */
[b-sy9x8bre9s] .card {
    background: white;
    border: 1px solid #dee2e6;
    /*border-radius: 12px;*/
    margin-bottom: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
}

    [b-sy9x8bre9s] .card:hover {
        box-shadow: 0 4px 16px rgba(26, 35, 126, 0.15);
        transform: translateY(-2px);
        border-color: var(--navy-lighter);
    }

    [b-sy9x8bre9s] .card.selected {
        border-color: var(--navy-secondary);
        box-shadow: 0 6px 20px rgba(26, 35, 126, 0.25);
    }

        [b-sy9x8bre9s] .card.selected .card-header {
            background: linear-gradient(135deg, var(--navy-bright), var(--navy-secondary));
            color: white;
        }

        [b-sy9x8bre9s] .card.selected .card-body {
            background: rgba(48, 63, 159, 0.05);
        }

/* Card Header */
[b-sy9x8bre9s] .card-header {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: var(--navy-text);
    padding: 10px 15px;
    border: none;
    font-weight: 300;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Card Body */
[b-sy9x8bre9s] .card-body {
    padding: 15px;
    transition: background 0.3s ease;
}

.card-icon[b-sy9x8bre9s] {
    font-size: 1.8rem;
    margin-bottom: 8px;
    display: block;
    transition: filter 0.3s ease;
}

.card h6[b-sy9x8bre9s] {
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.card p[b-sy9x8bre9s] {
    font-size: 11px;
    color: #6c757d;
    margin: 0;
    transition: color 0.3s ease;
}

/* Selected card content styling */
.card.selected .card-icon[b-sy9x8bre9s] {
    filter: none;
}

.card.selected h6[b-sy9x8bre9s] {
    color: var(--navy-dark);
}

.card.selected p[b-sy9x8bre9s] {
    color: #6c757d;
}

/* Validation */
[b-sy9x8bre9s] .validation-summary {
    margin-top: auto !important;
}

/* Navigation */
[b-sy9x8bre9s] .navigation-buttons {
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    /*margin-top: auto !important;*/
    display: flex;
    justify-content: space-between;
}


/* Spinner */
/*.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Responsive */
/*@media (max-width: 768px) {

    .report-container {
        flex-direction: column;
        min-height: auto;
    }

    .step-sidebar {
        width: 100%;
        padding: 15px 0;
    }

    .nav-pills {
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
    }

        .nav-pills .nav-link {
            flex-shrink: 0;
            white-space: nowrap;
            border-left: none;
            border-bottom: 4px solid transparent;
            min-width: max-content;
        }

            .nav-pills .nav-link.active {
                border-left: none;
                border-bottom-color: #ffffff;
            }

            .nav-pills .nav-link.completed {
                border-left: none;
                border-bottom-color: #4caf50;
            }

    .step-content {
        padding: 30px 20px;
    }

    .row {
        flex-direction: column;
    }

    .col, .col-2, .col-3, .col-4, .col-6, .col-8 {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }
}*/



[b-sy9x8bre9s] .description-box {
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}


/*
::deep .animated-check {
    height: 10rem;
    width: 10rem
}

    ::deep .animated-check path {
        fill: none;
        stroke: var(--navy-success);
        stroke-width: 4;
        stroke-dasharray: 23;
        stroke-dashoffset: 23;
        animation: draw 1s linear forwards;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

::deep .errormark {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--navy-error);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

    ::deep .errormark circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: var(--navy-error);
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    ::deep .errormark path {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 7rem var(--navy-error);
    }
}
*/
