/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-khfm0vx0m8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f9fa;
}

main[b-khfm0vx0m8] {
    flex: 1;
    background: #f5f5f5;
}

.sidebar-toggle-input[b-khfm0vx0m8] {
    display: none;
}

.sidebar-backdrop[b-khfm0vx0m8] {
    display: none;
}

.sidebar[b-khfm0vx0m8] {
    background: #1a2744;
    border-right: 1px solid #dee2e6;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
    width: 250px;
    transition: all 0.3s ease;
}

.menu-toggle-btn[b-khfm0vx0m8] {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle-btn:hover[b-khfm0vx0m8] {
    background: rgba(255, 255, 255, 0.1);
}

.menu-icon[b-khfm0vx0m8] {
    display: block;
    line-height: 1;
}

.top-row[b-khfm0vx0m8] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5364 100%);
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-khfm0vx0m8]  a, .top-row[b-khfm0vx0m8]  .btn-link, .top-row a[b-khfm0vx0m8] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9);
        transition: all 0.2s ease;
        cursor: pointer;
    }

    .top-row[b-khfm0vx0m8]  a:hover, .top-row[b-khfm0vx0m8]  .btn-link:hover, .top-row a:hover[b-khfm0vx0m8] {
        color: #ffffff;
    }

    .welcome-text[b-khfm0vx0m8] {
        color: rgba(255, 255, 255, 0.95);
        font-weight: 500;
        margin-right: auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .welcome-icon[b-khfm0vx0m8] {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
    }

    .user-role[b-khfm0vx0m8] {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        font-weight: 400;
    }

    .logout-btn[b-khfm0vx0m8] {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        transition: all 0.2s ease;
        color: rgba(255, 255, 255, 0.9);
    }

    .logout-btn:hover[b-khfm0vx0m8] {
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        text-decoration: none;
    }

    .logout-icon[b-khfm0vx0m8] {
        font-size: 16px;
    }

.page.login-only main[b-khfm0vx0m8] {
    width: 100%;
    padding: 0;
}

.page.login-only .content[b-khfm0vx0m8] {
    padding: 0 !important;
}

    .top-row[b-khfm0vx0m8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .page[b-khfm0vx0m8] {
        flex-direction: column;
    }

    .sidebar[b-khfm0vx0m8] {
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        height: auto;
        max-height: 0;
        z-index: 999;
        width: 100%;
        overflow: hidden;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        transition: max-height 0.3s ease;
    }

    .sidebar-toggle-input:checked ~ .page .sidebar[b-khfm0vx0m8] {
        max-height: 500px;
    }

    .sidebar-backdrop[b-khfm0vx0m8] {
        display: none;
    }

    .sidebar-toggle-input:checked ~ .sidebar-backdrop[b-khfm0vx0m8] {
        display: block;
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 998;
        cursor: pointer;
    }

    main[b-khfm0vx0m8] {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .top-row[b-khfm0vx0m8] {
        justify-content: flex-start;
        padding: 0 8px !important;
    }

    .top-row[b-khfm0vx0m8]  a, .top-row[b-khfm0vx0m8]  .btn-link {
        margin-left: 0;
    }

    .welcome-text[b-khfm0vx0m8] {
        font-size: 12px;
        gap: 4px;
        margin-right: auto;
        margin-left: 8px;
    }

    .welcome-icon[b-khfm0vx0m8] {
        display: none;
    }

    .user-role[b-khfm0vx0m8] {
        display: none;
    }

    .logout-btn[b-khfm0vx0m8] {
        padding: 6px 12px;
        font-size: 12px;
        gap: 4px;
        margin-left: 8px;
    }

    .logout-icon[b-khfm0vx0m8] {
        font-size: 14px;
    }

    .menu-toggle-btn[b-khfm0vx0m8] {
        padding: 6px 10px;
        margin-right: 0;
        font-size: 20px;
    }
}

@media (min-width: 641px) {
    .page[b-khfm0vx0m8] {
        flex-direction: row;
    }

    .sidebar[b-khfm0vx0m8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar-toggle-input:not(:checked) ~ .page .sidebar[b-khfm0vx0m8] {
        width: 0;
        min-width: 0;
        overflow: hidden;
        border-right: none;
    }

    .top-row[b-khfm0vx0m8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-khfm0vx0m8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-khfm0vx0m8], article[b-khfm0vx0m8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-khfm0vx0m8] {
    background: #f8d7da;
    border-top: 2px solid #dc3545;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #842029;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-khfm0vx0m8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #842029;
        font-weight: bold;
        font-size: 1.2rem;
        transition: all 0.2s;
    }

    #blazor-error-ui .dismiss:hover[b-khfm0vx0m8] {
        color: #58151c;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-mune3d5xgj] {
    min-height: 3.5rem;
    background: #1a2744;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-mune3d5xgj] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.navbar-logo[b-mune3d5xgj] {
    max-width: 100%;
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.nav-icon[b-mune3d5xgj] {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.75rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1;
}

.nav-item[b-mune3d5xgj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mune3d5xgj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mune3d5xgj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mune3d5xgj]  .nav-link {
        color: rgba(255, 255, 255, 0.8);
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.2s ease;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

.nav-item[b-mune3d5xgj]  a.active {
    background: #0066cc;
    color: #ffffff;
}

.nav-item[b-mune3d5xgj]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-scrollable[b-mune3d5xgj] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rmff5wwixg],
.components-reconnect-repeated-attempt-visible[b-rmff5wwixg],
.components-reconnect-failed-visible[b-rmff5wwixg],
.components-pause-visible[b-rmff5wwixg],
.components-resume-failed-visible[b-rmff5wwixg],
.components-rejoining-animation[b-rmff5wwixg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-retrying[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-failed[b-rmff5wwixg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rmff5wwixg] {
    display: block;
}


#components-reconnect-modal[b-rmff5wwixg] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rmff5wwixg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rmff5wwixg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rmff5wwixg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rmff5wwixg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rmff5wwixg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rmff5wwixg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rmff5wwixg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rmff5wwixg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rmff5wwixg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rmff5wwixg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rmff5wwixg] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rmff5wwixg] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rmff5wwixg] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rmff5wwixg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rmff5wwixg] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rmff5wwixg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rmff5wwixg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rmff5wwixg {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AddServiceReport.razor.rz.scp.css */
.service-report-container[b-lt66b29l80] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-header[b-lt66b29l80] {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-header h2[b-lt66b29l80] {
    font-size: 24px;
    font-weight: 600;
    color: #1e3a5f;
    margin: 0;
}

.status-indicator[b-lt66b29l80] {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.status-closed[b-lt66b29l80] {
    background-color: #dc3545;
    color: white;
}

.status-in-progress[b-lt66b29l80] {
    background-color: #ffc107;
    color: #333;
}

.step-indicator[b-lt66b29l80] {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
}

.step[b-lt66b29l80] {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.step.active[b-lt66b29l80] {
    color: #1e3a5f;
    border-bottom-color: #1e3a5f;
}

.step:hover[b-lt66b29l80] {
    color: #1e3a5f;
}

.service-report-form[b-lt66b29l80] {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-section[b-lt66b29l80] {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.form-section:last-child[b-lt66b29l80] {
    margin-bottom: 0;
}

.section-title[b-lt66b29l80] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.section-header[b-lt66b29l80] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-row[b-lt66b29l80] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 15px;
}

.form-group[b-lt66b29l80] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-lt66b29l80] {
    font-size: 11px;
    font-weight: 500;
    color: #555;
    margin-bottom: 4px;
}

.form-control[b-lt66b29l80],
input.form-control[b-lt66b29l80],
textarea.form-control[b-lt66b29l80],
input[type="text"].form-control[b-lt66b29l80],
input[type="date"].form-control[b-lt66b29l80] {
    padding: 5px 7px !important;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 10px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control[b-lt66b29l80]::placeholder,
input.form-control[b-lt66b29l80]::placeholder,
textarea.form-control[b-lt66b29l80]::placeholder {
    font-size: 9px !important;
    color: #999;
    opacity: 1;
}

.form-control[b-lt66b29l80]::-webkit-input-placeholder {
    font-size: 9px !important;
    color: #999;
}

.form-control[b-lt66b29l80]::-moz-placeholder {
    font-size: 9px !important;
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder[b-lt66b29l80] {
    font-size: 9px !important;
    color: #999;
}

.form-control:focus[b-lt66b29l80] {
    outline: none;
    border-color: #1e3a5f;
    box-shadow: 0 0 0 2px rgba(30, 58, 95, 0.1);
}

.form-control:disabled[b-lt66b29l80],
.form-control[readonly][b-lt66b29l80] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.form-control-inline[b-lt66b29l80] {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 14px;
}

.textarea[b-lt66b29l80] {
    min-height: 100px;
    resize: vertical;
}

.checkbox-group[b-lt66b29l80] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    row-gap: 15px;
}

.checkbox-label[b-lt66b29l80] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    min-width: 0;
}

.checkbox-label span[b-lt66b29l80] {
    flex: 1;
    min-width: 0;
}

.checkbox-label .form-control-inline[b-lt66b29l80] {
    margin-left: 8px;
    flex-shrink: 0;
}

.checkbox-label input[type="checkbox"][b-lt66b29l80] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.equipment-row[b-lt66b29l80],
.material-row[b-lt66b29l80] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

.btn-add-item[b-lt66b29l80],
.btn-remove-item[b-lt66b29l80] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-add-item[b-lt66b29l80] {
    background: #28a745;
    color: white;
}

.btn-add-item:hover[b-lt66b29l80] {
    background: #218838;
    transform: scale(1.05);
}

.btn-add-part[b-lt66b29l80] {
    padding: 6px 12px;
    height: 32px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    background: #28a745;
    color: white;
}

.btn-add-part:hover[b-lt66b29l80] {
    background: #218838;
    transform: scale(1.05);
}

.btn-remove-item[b-lt66b29l80] {
    background: #dc3545;
    color: white;
}

.btn-remove-item:hover[b-lt66b29l80] {
    background: #c82333;
    transform: scale(1.05);
}

.file-upload-area[b-lt66b29l80] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s ease;
}

.file-upload-area:hover[b-lt66b29l80] {
    border-color: #1e3a5f;
    background: #f0f0f0;
}

.upload-icon[b-lt66b29l80] {
    font-size: 32px;
    margin-bottom: 10px;
}

.upload-text[b-lt66b29l80] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.upload-hint[b-lt66b29l80] {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.upload-link[b-lt66b29l80] {
    color: #1e3a5f;
    text-decoration: none;
    font-weight: 500;
}

.upload-link:hover[b-lt66b29l80] {
    text-decoration: underline;
}

.signature-area[b-lt66b29l80] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 60px 20px;
    text-align: center;
    background: #f8f9fa;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signature-text[b-lt66b29l80] {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.signature-link[b-lt66b29l80] {
    color: #1e3a5f;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.signature-link:hover[b-lt66b29l80] {
    text-decoration: underline;
}

.form-actions[b-lt66b29l80] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.btn-next[b-lt66b29l80],
.btn-back[b-lt66b29l80],
.btn-submit[b-lt66b29l80],
.btn-save[b-lt66b29l80] {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit[b-lt66b29l80] {
    background: #1e3a5f;
    color: white;
    margin-left: auto;
}


.btn-save[b-lt66b29l80] {
    background: #28a745;
    color: white;
}

.btn-save:hover:not(:disabled)[b-lt66b29l80] {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

.btn-save:disabled[b-lt66b29l80],
.btn-submit:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
    position: relative;
}

.btn-submit:disabled[b-lt66b29l80]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-lt66b29l80 1s linear infinite;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spin-b-lt66b29l80 {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

.btn-submit:hover:not(:disabled)[b-lt66b29l80] {
    background: #2c5364;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(30, 58, 95, 0.2);
}

.btn-back[b-lt66b29l80] {
    background: #6c757d;
    color: white;
}

.btn-back:hover[b-lt66b29l80] {
    background: #5a6268;
}

.btn-export-pdf[b-lt66b29l80] {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-export-pdf[b-lt66b29l80] {
    background: #6f42c1;
    color: white;
}

.btn-export-pdf:hover:not(:disabled)[b-lt66b29l80] {
    background: #5a32a3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(111, 66, 193, 0.2);
}

.btn-export-pdf:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.btn-send-email[b-lt66b29l80] {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #007bff;
    color: white;
}

.btn-send-email:hover:not(:disabled)[b-lt66b29l80] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.btn-send-email:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

/* Email Modal Styles */
.modal-overlay[b-lt66b29l80] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-lt66b29l80] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal-header[b-lt66b29l80] {
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-lt66b29l80] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.modal-close[b-lt66b29l80] {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.modal-close:hover:not(:disabled)[b-lt66b29l80] {
    background: #f0f0f0;
    color: #333;
}

.modal-close:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-body[b-lt66b29l80] {
    padding: 20px;
}

.modal-body .form-group[b-lt66b29l80] {
    margin-bottom: 16px;
}

.modal-body label[b-lt66b29l80] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.modal-body .form-control[b-lt66b29l80] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 13px;
    transition: border-color 0.2s ease;
}

.modal-body .form-control:focus:not(:disabled)[b-lt66b29l80] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.modal-body .form-control:disabled[b-lt66b29l80] {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.modal-body textarea.form-control[b-lt66b29l80] {
    resize: vertical;
    min-height: 200px;
    font-family: inherit;
}

.modal-body .form-text[b-lt66b29l80] {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #666;
}

.modal-footer[b-lt66b29l80] {
    padding: 16px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-cancel[b-lt66b29l80] {
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel:hover:not(:disabled)[b-lt66b29l80] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-cancel:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-send[b-lt66b29l80] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-send:hover:not(:disabled)[b-lt66b29l80] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-send:disabled[b-lt66b29l80] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

/* Sending Overlay Animation */
.sending-overlay[b-lt66b29l80] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 8px;
}

.sending-spinner[b-lt66b29l80] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-lt66b29l80 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-lt66b29l80 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sending-text[b-lt66b29l80] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.sending-note[b-lt66b29l80] {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* Submission Loading Overlay */
.submission-overlay[b-lt66b29l80] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.submission-spinner[b-lt66b29l80] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-lt66b29l80 1s linear infinite;
    margin-bottom: 20px;
}

.submission-text[b-lt66b29l80] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.submission-note[b-lt66b29l80] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: center;
}

.submitted-message[b-lt66b29l80] {
    padding: 40px;
    text-align: center;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    margin: 20px 0;
}

.submitted-message h3[b-lt66b29l80] {
    color: #155724;
    margin-bottom: 15px;
}

.submitted-message p[b-lt66b29l80] {
    color: #155724;
    margin-bottom: 20px;
}

.closed-warning[b-lt66b29l80] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 20px 0;
    color: #856404;
}

.closed-warning p[b-lt66b29l80] {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.closed-warning strong[b-lt66b29l80] {
    color: #dc3545;
}

.preview-section[b-lt66b29l80] {
    padding: 40px;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .service-report-container[b-lt66b29l80] {
        padding: 15px;
    }

    .service-report-form[b-lt66b29l80] {
        padding: 20px;
    }

    .form-row[b-lt66b29l80] {
        grid-template-columns: 1fr;
    }

    .checkbox-group[b-lt66b29l80] {
        grid-template-columns: 1fr;
    }

    .step-indicator[b-lt66b29l80] {
        flex-direction: column;
        gap: 10px;
    }

    .step[b-lt66b29l80] {
        text-align: center;
        border-bottom: none;
        border-left: 3px solid transparent;
        padding-left: 15px;
    }

    .step.active[b-lt66b29l80] {
        border-left-color: #1e3a5f;
        border-bottom-color: transparent;
    }

    .form-actions[b-lt66b29l80] {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: stretch;
    }

    .form-actions button[b-lt66b29l80] {
        flex: 1 1 calc(50% - 5px);
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 12px 8px;
        font-size: 12px;
        width: 100%;
    }
}

/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-grid[b-esrahc10pz] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    width: 100%;
}

.grid-item-large[b-esrahc10pz],
.grid-item-small[b-esrahc10pz] {
    display: flex;
    flex-direction: column;
}

.card[b-esrahc10pz] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-content[b-esrahc10pz] {
    padding: 24px;
}

.card-title[b-esrahc10pz] {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.welcome-title[b-esrahc10pz] {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.welcome-subtitle[b-esrahc10pz] {
    color: #666;
    font-size: 14px;
    margin: 0 0 24px 0;
}

.stats-grid[b-esrahc10pz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.stat-box[b-esrahc10pz] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.stat-box:hover[b-esrahc10pz] {
    border-color: #1e3a5f;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.1);
}

.stat-number[b-esrahc10pz] {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 8px;
}

.stat-label[b-esrahc10pz] {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.access-list[b-esrahc10pz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.access-item[b-esrahc10pz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
}

.access-label[b-esrahc10pz] {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}

.access-item strong[b-esrahc10pz] {
    color: #333;
}

.btn-admin[b-esrahc10pz] {
    width: 100%;
    padding: 12px;
    border: 1px solid #1e3a5f;
    border-radius: 6px;
    background: transparent;
    color: #1e3a5f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 12px;
}

.btn-admin:hover[b-esrahc10pz] {
    background: #1e3a5f;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(30, 58, 95, 0.2);
}

.mt-3[b-esrahc10pz] {
    margin-top: 16px;
}

.not-authenticated[b-esrahc10pz] {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 50px auto;
}

.not-authenticated h3[b-esrahc10pz] {
    color: #1a2744;
    margin-bottom: 15px;
    font-weight: 600;
}

.not-authenticated p[b-esrahc10pz] {
    color: #6c757d;
}

.not-authenticated a[b-esrahc10pz] {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}

.not-authenticated a:hover[b-esrahc10pz] {
    color: #0052a3;
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 968px) {
    .dashboard-grid[b-esrahc10pz] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-esrahc10pz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .stats-grid[b-esrahc10pz] {
        grid-template-columns: 1fr;
    }

    .stat-number[b-esrahc10pz] {
        font-size: 28px;
    }

    .card-content[b-esrahc10pz] {
        padding: 20px;
    }
}

/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-4t0iqf5onc] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2027 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.login-container[b-4t0iqf5onc]::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"><rect width="100%" height="100%" fill="%23ffffff" opacity="0.05"/><circle cx="200" cy="200" r="100" fill="%23ffffff" opacity="0.05"/><circle cx="800" cy="300" r="150" fill="%23ffffff" opacity="0.03"/><circle cx="400" cy="700" r="120" fill="%23ffffff" opacity="0.04"/></svg>');
    pointer-events: none;
}

.login-card[b-4t0iqf5onc] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.login-branding[b-4t0iqf5onc] {
    text-align: center;
    margin-bottom: 32px;
}

.login-logo[b-4t0iqf5onc] {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}

.brand-container[b-4t0iqf5onc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.brand-logo[b-4t0iqf5onc] {
    flex-shrink: 0;
}

.logo-icon[b-4t0iqf5onc] {
    width: 55px;
    height: 55px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}

.logo-icon img[b-4t0iqf5onc] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-text[b-4t0iqf5onc] {
    text-align: left;
    flex: 1;
}

.brand-text h1[b-4t0iqf5onc] {
    color: #1e3a5f;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.brand-text p[b-4t0iqf5onc] {
    color: #666;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.form-group[b-4t0iqf5onc] {
    margin-bottom: 24px;
    width: 100%;
}

.form-group label[b-4t0iqf5onc] {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
}

.form-control[b-4t0iqf5onc] {
    width: 100%;
    padding: 12px 14px;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 15px;
    color: #212529;
    transition: all 0.2s ease;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.form-control[b-4t0iqf5onc]::placeholder {
    color: #adb5bd;
}

.form-control:focus[b-4t0iqf5onc] {
    outline: none;
    border-color: #1e3a5f;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(30, 58, 95, 0.1);
}

.validation-message[b-4t0iqf5onc] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}

.btn-login[b-4t0iqf5onc] {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5364 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
    margin-top: 8px;
}

.btn-login:hover:not(:disabled)[b-4t0iqf5onc] {
    background: linear-gradient(135deg, #2c5282 0%, #355a6e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 58, 95, 0.4);
}

.btn-login:active:not(:disabled)[b-4t0iqf5onc] {
    transform: translateY(0);
}

.btn-login:disabled[b-4t0iqf5onc] {
    background: #1e3a5f;
    opacity: 0.6;
    transform: none;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.2);
    cursor: not-allowed;
}

.alert[b-4t0iqf5onc] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    animation: slideIn-b-4t0iqf5onc 0.3s ease-out;
}

@keyframes slideIn-b-4t0iqf5onc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-success[b-4t0iqf5onc] {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

.alert-danger[b-4t0iqf5onc] {
    background: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}

.loading-section[b-4t0iqf5onc] {
    margin: 15px 0;
    width: 100%;
}

.spinner-border[b-4t0iqf5onc] {
    width: 1.5rem;
    height: 1.5rem;
    border-color: #1e3a5f;
    border-right-color: transparent;
}

.loading-text[b-4t0iqf5onc] {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.login-footer[b-4t0iqf5onc] {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 32px;
}

.footer-top-row[b-4t0iqf5onc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 16px;
}

.company-info[b-4t0iqf5onc] {
    display: flex;
    flex-direction: column;
}

.qa-logo[b-4t0iqf5onc] {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 35px;
    object-fit: contain;
}

.footer-logo[b-4t0iqf5onc] {
    font-size: 12px;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 2px;
}

.footer-brand p[b-4t0iqf5onc] {
    font-size: 11px;
    color: #666;
    margin: 0;
}

.copyright[b-4t0iqf5onc] {
    font-size: 11px;
    color: #666;
    text-align: right;
}

.footer-bottom-row[b-4t0iqf5onc] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links[b-4t0iqf5onc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.footer-links[b-4t0iqf5onc] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-link[b-4t0iqf5onc] {
    font-size: 12px;
    color: #1e3a5f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-link:hover[b-4t0iqf5onc] {
    color: #2c5364;
    text-decoration: none;
}

.link-icon[b-4t0iqf5onc] {
    font-size: 14px;
}

.separator[b-4t0iqf5onc] {
    font-size: 10px;
    color: #ccc;
    margin: 0 2px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-top-row[b-4t0iqf5onc] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .copyright[b-4t0iqf5onc] {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .login-container[b-4t0iqf5onc] {
        padding: 16px;
    }

    .login-card[b-4t0iqf5onc] {
        padding: 24px;
        border-radius: 12px;
    }

    .brand-text h1[b-4t0iqf5onc] {
        font-size: 18px;
    }

    .brand-text p[b-4t0iqf5onc] {
        font-size: 10px;
    }

    .logo-icon[b-4t0iqf5onc] {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .btn-login[b-4t0iqf5onc] {
        font-size: 14px;
        height: 44px;
    }

    .footer-link[b-4t0iqf5onc] {
        font-size: 9px;
    }

    .separator[b-4t0iqf5onc] {
        margin: 0 2px;
    }
}

/* /Components/Pages/Logout.razor.rz.scp.css */
.logout-container[b-u7je1zuovf] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2027 100%);
}

.logout-card[b-u7je1zuovf] {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.logout-card p[b-u7je1zuovf] {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
}

.spinner-border[b-u7je1zuovf] {
    width: 3rem;
    height: 3rem;
    border-color: #1e3a5f;
    border-right-color: transparent;
}

/* /Components/Pages/ServiceReports.razor.rz.scp.css */
.reports-grid[b-cvbbarb63y] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.grid-full[b-cvbbarb63y] {
    grid-column: 1 / -1;
}

.page-title[b-cvbbarb63y] {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.page-subtitle[b-cvbbarb63y] {
    color: #666;
    font-size: 12px;
    margin: 0;
}

.report-card[b-cvbbarb63y] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.2s ease;
}

.report-card:hover[b-cvbbarb63y] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.card-header-navy[b-cvbbarb63y] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5364 100%);
    padding: 12px 16px;
    color: white;
}

.header-flex[b-cvbbarb63y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card-header-navy h3[b-cvbbarb63y] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-icon[b-cvbbarb63y] {
    margin-right: 4px;
}

.card-content[b-cvbbarb63y] {
    padding: 16px;
}

.search-container[b-cvbbarb63y] {
    margin-bottom: 12px;
}

.search-input[b-cvbbarb63y] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 12px;
    transition: border-color 0.2s ease;
}

.search-input:focus[b-cvbbarb63y] {
    outline: none;
    border-color: #1e3a5f;
    box-shadow: 0 0 0 2px rgba(30, 58, 95, 0.1);
}

.no-results[b-cvbbarb63y] {
    text-align: center;
    color: #666;
    padding: 20px;
    font-size: 12px;
    margin: 0;
}

.card-content p[b-cvbbarb63y] {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.btn-navy[b-cvbbarb63y] {
    padding: 10px 20px;
    border: 1px solid #1e3a5f;
    border-radius: 6px;
    background: transparent;
    color: #1e3a5f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-navy:hover[b-cvbbarb63y] {
    background: #1e3a5f;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(30, 58, 95, 0.2);
}

.card[b-cvbbarb63y] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-add[b-cvbbarb63y] {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: #28a745;
    color: white;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-add:hover[b-cvbbarb63y] {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.btn-export-report[b-cvbbarb63y] {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-export-report:hover[b-cvbbarb63y] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.table-container[b-cvbbarb63y] {
    overflow: auto;
    width: 100%;
    max-height: 60vh;
    -webkit-overflow-scrolling: touch;
}

.table[b-cvbbarb63y] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
    font-size: 12px;
}

.table thead[b-cvbbarb63y] {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table th[b-cvbbarb63y] {
    padding: 8px 6px;
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    white-space: nowrap;
}

.table td[b-cvbbarb63y] {
    padding: 8px 6px;
    border-bottom: 1px solid #dee2e6;
    color: #555;
    font-size: 11px;
}

.col-id[b-cvbbarb63y] {
    width: 50px;
    min-width: 50px;
}

.col-title[b-cvbbarb63y] {
    min-width: 150px;
}

.col-status[b-cvbbarb63y] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.status-badge[b-cvbbarb63y] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-closed[b-cvbbarb63y] {
    background-color: #dc3545;
    color: white;
}

.status-in-progress[b-cvbbarb63y] {
    background-color: #ffc107;
    color: #333;
}

.col-priority[b-cvbbarb63y] {
    width: 80px;
    min-width: 80px;
}

.col-date[b-cvbbarb63y] {
    width: 70px;
    min-width: 70px;
}

.col-actions[b-cvbbarb63y] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.btn-edit[b-cvbbarb63y] {
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    background: #1e3a5f;
    color: white;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit:hover:not(:disabled)[b-cvbbarb63y] {
    background: #2c5364;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(30, 58, 95, 0.2);
}

.btn-edit:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.btn-export-pdf[b-cvbbarb63y] {
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    background: #28a745;
    color: white;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-export-pdf:hover:not(:disabled)[b-cvbbarb63y] {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-export-pdf:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.btn-send-email[b-cvbbarb63y] {
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-send-email:hover:not(:disabled)[b-cvbbarb63y] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-send-email:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

/* Email Modal Styles */
.modal-overlay[b-cvbbarb63y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-cvbbarb63y] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header[b-cvbbarb63y] {
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-cvbbarb63y] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.modal-close[b-cvbbarb63y] {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.modal-close:hover[b-cvbbarb63y] {
    background: #f0f0f0;
    color: #333;
}

.modal-body[b-cvbbarb63y] {
    padding: 20px;
}

.modal-body .form-group[b-cvbbarb63y] {
    margin-bottom: 16px;
}

.modal-body label[b-cvbbarb63y] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.modal-body .form-control[b-cvbbarb63y] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 13px;
    transition: border-color 0.2s ease;
}

.modal-body .form-control:focus[b-cvbbarb63y] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.modal-body textarea.form-control[b-cvbbarb63y] {
    resize: vertical;
    min-height: 200px;
    font-family: inherit;
}

.modal-body .form-text[b-cvbbarb63y] {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #666;
}

.modal-footer[b-cvbbarb63y] {
    padding: 16px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-cancel[b-cvbbarb63y] {
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-cvbbarb63y] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-send[b-cvbbarb63y] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-send:hover:not(:disabled)[b-cvbbarb63y] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-send:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.btn-send-email-mobile[b-cvbbarb63y] {
    flex: 1;
    min-width: calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
    padding: 8px 6px;
    font-size: 11px;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-send-email-mobile:hover:not(:disabled)[b-cvbbarb63y] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-send-email-mobile:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

/* Sending Overlay Animation */
.sending-overlay[b-cvbbarb63y] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 8px;
}

.sending-spinner[b-cvbbarb63y] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-cvbbarb63y 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-cvbbarb63y {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sending-text[b-cvbbarb63y] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.sending-note[b-cvbbarb63y] {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.modal-content[b-cvbbarb63y] {
    position: relative;
}

.modal-close:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.table tbody tr:hover[b-cvbbarb63y] {
    background-color: #f8f9fa;
}

.table-striped tbody tr:nth-of-type(odd)[b-cvbbarb63y] {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover[b-cvbbarb63y] {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Mobile Responsiveness */
@media (max-width: 968px) {
    .reports-grid[b-cvbbarb63y] {
        grid-template-columns: 1fr;
    }
}

/* Mobile Card View */
.mobile-view[b-cvbbarb63y] {
    display: none;
}

.mobile-card[b-cvbbarb63y] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mobile-card-header[b-cvbbarb63y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.mobile-card-id[b-cvbbarb63y] {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.mobile-card-body[b-cvbbarb63y] {
    margin-bottom: 12px;
}

.mobile-card-row[b-cvbbarb63y] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
}

.mobile-label[b-cvbbarb63y] {
    font-weight: 600;
    color: #666;
    min-width: 80px;
}

.mobile-value[b-cvbbarb63y] {
    color: #333;
    text-align: right;
    flex: 1;
    word-break: break-word;
}

.btn-edit-mobile[b-cvbbarb63y] {
    flex: 1;
    min-width: calc(33.333% - 6px);
    padding: 8px 6px;
    font-size: 11px;
    border: none;
    border-radius: 4px;
    background: #1e3a5f;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-edit-mobile:hover:not(:disabled)[b-cvbbarb63y] {
    background: #2c5364;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(30, 58, 95, 0.2);
}

.btn-edit-mobile:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.btn-export-pdf-mobile[b-cvbbarb63y] {
    flex: 1;
    min-width: calc(33.333% - 6px);
    padding: 8px 6px;
    font-size: 11px;
    border: none;
    border-radius: 4px;
    background: #28a745;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-export-pdf-mobile:hover:not(:disabled)[b-cvbbarb63y] {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-export-pdf-mobile:disabled[b-cvbbarb63y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #6c757d;
}

.mobile-card-footer[b-cvbbarb63y] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px;
    border-top: 1px solid #e9ecef;
}

.mobile-card-footer button[b-cvbbarb63y] {
    flex: 1;
    min-width: calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
}

@media (max-width: 768px) {
    .desktop-view[b-cvbbarb63y] {
        display: none;
    }
    
    .mobile-view[b-cvbbarb63y] {
        display: block;
    }
    
    .table-container[b-cvbbarb63y] {
        display: none;
    }
}


@media (max-width: 480px) {
    .card-content[b-cvbbarb63y] {
        padding: 12px;
    }
    
    .card-header-navy[b-cvbbarb63y] {
        padding: 10px 12px;
    }
    
    .card-header-navy h3[b-cvbbarb63y] {
        font-size: 14px;
    }
    
    .header-flex[b-cvbbarb63y] {
        gap: 8px;
    }
    
    .btn-add[b-cvbbarb63y] {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .btn-icon[b-cvbbarb63y] {
        margin-right: 3px;
    }
    
    .page-title[b-cvbbarb63y] {
        font-size: 16px;
    }
    
    .page-subtitle[b-cvbbarb63y] {
        font-size: 11px;
    }
    
    .search-container[b-cvbbarb63y] {
        margin-bottom: 10px;
    }
    
    .search-input[b-cvbbarb63y] {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .table th[b-cvbbarb63y],
    .table td[b-cvbbarb63y] {
        padding: 6px 3px;
        font-size: 9px;
    }
    
    .col-id[b-cvbbarb63y] {
        width: 40px;
        min-width: 40px;
    }
    
    .col-title[b-cvbbarb63y] {
        min-width: 100px;
    }
    
    .col-status[b-cvbbarb63y],
    .col-priority[b-cvbbarb63y] {
        width: 60px;
        min-width: 60px;
    }
    
    .col-date[b-cvbbarb63y] {
        width: 60px;
        min-width: 60px;
    }
    
    .col-actions[b-cvbbarb63y] {
        width: 60px;
        min-width: 60px;
    }
    
    .table[b-cvbbarb63y] {
        min-width: 550px; /* Slightly smaller for very small screens */
    }
    
    .status-badge[b-cvbbarb63y] {
        padding: 2px 4px;
        font-size: 8px;
    }
    
    .btn-edit[b-cvbbarb63y] {
        padding: 2px 6px;
        font-size: 9px;
    }
    
    .no-results[b-cvbbarb63y] {
        padding: 15px;
        font-size: 11px;
    }
}

