/* /Components/DailyDetailsView.razor.rz.scp.css */
.summary-card[b-kbbpnwqvrc] {
    background-color: #6c757d;
    color: white;
    padding: 1rem;
    border-radius: 0.375rem;
    text-align: center;
}

.summary-label[b-kbbpnwqvrc] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #e9ecef;
}

.summary-value[b-kbbpnwqvrc] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
}

.summary-value.billable[b-kbbpnwqvrc] {
    color: #28a745;
}

.summary-value.maintenance[b-kbbpnwqvrc] {
    color: #ffc107;
}

.summary-value.non-billable[b-kbbpnwqvrc] {
    color: #dc3545;
}


/* /Components/Dashboard/HoursColumnModal.razor.rz.scp.css */
.modal-dialog[b-9f89cqzpmi] {
    max-width: fit-content;
    width: auto;
    margin: 1.75rem auto;
}

.modal-content[b-9f89cqzpmi] {
    max-width: 95vw;
    width: fit-content;
    min-width: 600px;
}

.modal-body[b-9f89cqzpmi] {
    max-height: 80vh;
    overflow-y: auto;
    padding: 1rem;
}

.table-responsive[b-9f89cqzpmi] {
    max-width: 100%;
    width: fit-content;
}

.table[b-9f89cqzpmi] {
    margin-bottom: 0;
    white-space: nowrap;
}

/* /Components/Dashboard/MonthlyHoursSummary.razor.rz.scp.css */
.hours-column-card[b-ctzyxnitub] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hours-column-card:hover[b-ctzyxnitub] {
    border-color: #0d6efd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.hours-column-card:focus[b-ctzyxnitub] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.billable-hours-card[b-ctzyxnitub] {
    border-left: 4px solid #198754;
}

.billable-hours-card:hover[b-ctzyxnitub] {
    border-left-color: #0f5132;
}

.maintenance-hours-card[b-ctzyxnitub] {
    border-left: 4px solid #0dcaf0;
}

.maintenance-hours-card:hover[b-ctzyxnitub] {
    border-left-color: #087990;
}

.non-billable-hours-card[b-ctzyxnitub] {
    border-left: 4px solid #ffc107;
}

.non-billable-hours-card:hover[b-ctzyxnitub] {
    border-left-color: #ffb300;
}

.other-hours-card[b-ctzyxnitub] {
    border-left: 4px solid #6c757d;
}

.other-hours-card:hover[b-ctzyxnitub] {
    border-left-color: #495057;
}

.hours-column-header[b-ctzyxnitub] {
    margin-bottom: 0.5rem;
    text-align: center;
}

.hours-column-header h6[b-ctzyxnitub] {
    font-weight: 600;
    color: #212529;
    font-size: 0.875rem;
}

.hours-column-content[b-ctzyxnitub] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hours-row[b-ctzyxnitub] {
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    background-color: transparent;
}

.hours-value[b-ctzyxnitub] {
    font-size: 1rem;
    font-weight: 600;
    color: #0d6efd;
    line-height: 1.2;
}

.hours-label[b-ctzyxnitub] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.125rem;
    background-color: transparent;
    padding: 0;
}

.issues-row[b-ctzyxnitub] {
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    background-color: transparent;
}

.issues-value[b-ctzyxnitub] {
    font-size: 1rem;
    font-weight: 600;
    color: #198754;
    line-height: 1.2;
}

.issues-label[b-ctzyxnitub] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.125rem;
    background-color: transparent;
    padding: 0;
}

.hours-column-card.inactive[b-ctzyxnitub] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #f8f9fa;
}

.hours-column-card.inactive:hover[b-ctzyxnitub] {
    border-color: #dee2e6;
    box-shadow: none;
    transform: none;
}

.hours-column-card.inactive .hours-value[b-ctzyxnitub],
.hours-column-card.inactive .issues-value[b-ctzyxnitub] {
    color: #6c757d;
}

.card-header[b-ctzyxnitub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Ensure the user filter switch stays blue in both states */
.user-filter-switch[b-ctzyxnitub] {
    opacity: 1 !important;
    cursor: pointer !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

/* When unchecked (All Users) - stay blue */
.user-filter-switch:not(:checked)[b-ctzyxnitub] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

/* When checked (Mine) - stay blue */
.user-filter-switch:checked[b-ctzyxnitub] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

.user-filter-switch:focus[b-ctzyxnitub] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* /Components/Dashboard/MyIssues.razor.rz.scp.css */
.my-issues-container[b-xq96kaanz8] {
    background: #fff;
    border-radius: 0.375rem;
}

.my-issues-container .table-responsive[b-xq96kaanz8] {
    max-width: 100%;
    width: fit-content;
}

.my-issues-container .table[b-xq96kaanz8] {
    margin-bottom: 0;
    white-space: nowrap;
}

.my-issues-container .table thead th[b-xq96kaanz8] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
    padding: 0.75rem;
}

.my-issues-container .table tbody td[b-xq96kaanz8] {
    padding: 0.75rem;
    vertical-align: middle;
}

.issue-row[b-xq96kaanz8] {
    transition: background-color 0.15s ease-in-out;
}

.issue-row:hover[b-xq96kaanz8] {
    background-color: #f8f9fa;
}

/* /Components/Dashboard/ProjectHoursTable.razor.rz.scp.css */
.clickable-cell[b-fq5qrvlahg] {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.clickable-cell:hover:not(.text-muted)[b-fq5qrvlahg] {
    background-color: #f8f9fa;
}

.clickable-cell.text-muted[b-fq5qrvlahg] {
    cursor: not-allowed;
    opacity: 0.5;
}

.clickable-cell:focus[b-fq5qrvlahg] {
    outline: 2px solid #0d6efd;
    outline-offset: -2px;
}

.project-hours-container .hours-cell[b-fq5qrvlahg] {
    color: #0d6efd;
    font-weight: 600;
    display: table-cell !important;
    padding: inherit !important;
    min-height: 0 !important;
    height: auto !important;
}

.hours-cell.text-muted[b-fq5qrvlahg] {
    color: #6c757d;
}

.project-hours-container .issues-cell[b-fq5qrvlahg] {
    color: #198754;
    font-weight: 600;
    display: table-cell !important;
    padding: inherit !important;
    min-height: 0 !important;
    height: auto !important;
}

.issues-cell.text-muted[b-fq5qrvlahg] {
    color: #6c757d;
}

.table thead th[b-fq5qrvlahg] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

/* Match MyIssues table styling exactly - use same selector pattern */
.project-hours-container .table tbody td[b-fq5qrvlahg] {
    padding: 0.75rem;
    vertical-align: middle;
}

.table tbody tr[b-fq5qrvlahg] {
    transition: background-color 0.15s ease-in-out;
    height: auto !important;
    min-height: 0 !important;
    line-height: normal !important;
}

.table tbody tr:hover[b-fq5qrvlahg] {
    background-color: #f8f9fa;
}

.border-start[b-fq5qrvlahg] {
    border-left: 2px solid #dee2e6 !important;
}

/* /Components/Dashboard/ProjectHoursWidget.razor.rz.scp.css */
.hours-column-card[b-cxd9u683di] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hours-column-card:hover[b-cxd9u683di] {
    border-color: #0d6efd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.hours-column-card:focus[b-cxd9u683di] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.billable-hours-card[b-cxd9u683di] {
    border-left: 4px solid #198754;
}

.billable-hours-card:hover[b-cxd9u683di] {
    border-left-color: #0f5132;
}

.maintenance-hours-card[b-cxd9u683di] {
    border-left: 4px solid #0dcaf0;
}

.maintenance-hours-card:hover[b-cxd9u683di] {
    border-left-color: #087990;
}

.non-billable-hours-card[b-cxd9u683di] {
    border-left: 4px solid #ffc107;
}

.non-billable-hours-card:hover[b-cxd9u683di] {
    border-left-color: #ffb300;
}

.other-hours-card[b-cxd9u683di] {
    border-left: 4px solid #6c757d;
}

.other-hours-card:hover[b-cxd9u683di] {
    border-left-color: #495057;
}

.hours-column-header[b-cxd9u683di] {
    margin-bottom: 0.5rem;
    text-align: center;
}

.hours-column-header h6[b-cxd9u683di] {
    font-weight: 600;
    color: #212529;
    font-size: 0.75rem;
}

.hours-column-content[b-cxd9u683di] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hours-row[b-cxd9u683di] {
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    background-color: transparent;
}

.hours-value[b-cxd9u683di] {
    font-size: 1rem;
    font-weight: 600;
    color: #0d6efd;
    line-height: 1.2;
}

.hours-label[b-cxd9u683di] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.125rem;
    background-color: transparent;
    padding: 0;
}

.issues-row[b-cxd9u683di] {
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    background-color: transparent;
}

.issues-value[b-cxd9u683di] {
    font-size: 1rem;
    font-weight: 600;
    color: #198754;
    line-height: 1.2;
}

.issues-label[b-cxd9u683di] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.125rem;
    background-color: transparent;
    padding: 0;
}

.hours-column-card.inactive[b-cxd9u683di] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #f8f9fa;
}

.hours-column-card.inactive:hover[b-cxd9u683di] {
    border-color: #dee2e6;
    box-shadow: none;
    transform: none;
}

.hours-column-card.inactive .hours-value[b-cxd9u683di],
.hours-column-card.inactive .issues-value[b-cxd9u683di] {
    color: #6c757d;
}

/* /Components/Projects/ProjectMembersModal.razor.rz.scp.css */
[b-iclvi061wp] .modal-dialog.modal-xl {
    max-width: 1200px !important;
    width: 1200px !important;
    margin: 1.75rem auto;
}

[b-iclvi061wp] .modal-dialog.modal-xl .modal-content {
    max-width: 100% !important;
    width: 100% !important;
}

[b-iclvi061wp] .modal-body {
    max-height: 80vh;
    overflow-y: auto;
    padding: 1rem;
}

[b-iclvi061wp] .table-responsive {
    max-width: 100%;
    width: 100%;
    overflow-x: visible;
}

[b-iclvi061wp] .table {
    margin-bottom: 0;
    width: 100%;
    table-layout: auto;
}

[b-iclvi061wp] .table th,
[b-iclvi061wp] .table td {
    white-space: nowrap;
    padding: 0.75rem;
}

[b-iclvi061wp] .table td:last-child {
    white-space: nowrap;
    min-width: 140px;
    width: 140px;
}

[b-iclvi061wp] .table td:last-child .btn-group {
    display: flex;
    gap: 0.25rem;
}

@media (max-width: 1300px) {
    [b-iclvi061wp] .modal-dialog.modal-xl {
        width: 95vw !important;
        max-width: 95vw !important;
    }
}

/* /Components/WeeklyGridView.razor.rz.scp.css */
.summary-label[b-bju21uqac7] {
    color: white;
}


/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2160l30373] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2160l30373] {
    flex: 1;
}

.sidebar[b-2160l30373] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2160l30373] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2160l30373]  a, .top-row[b-2160l30373]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2160l30373]  a:hover, .top-row[b-2160l30373]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2160l30373]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2160l30373] {
        justify-content: space-between;
    }

    .top-row[b-2160l30373]  a, .top-row[b-2160l30373]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2160l30373] {
        flex-direction: row;
    }

    .sidebar[b-2160l30373] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2160l30373] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2160l30373]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2160l30373], article[b-2160l30373] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lageq3td1l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lageq3td1l] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lageq3td1l] {
    font-size: 1.1rem;
}

.bi[b-lageq3td1l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lageq3td1l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lageq3td1l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lageq3td1l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lageq3td1l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lageq3td1l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lageq3td1l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lageq3td1l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lageq3td1l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lageq3td1l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lageq3td1l] {
        display: none;
    }

    .collapse[b-lageq3td1l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lageq3td1l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Ensure the user filter switch stays blue in both states */
.user-filter-switch[b-gjhgq1niku] {
    opacity: 1 !important;
    cursor: pointer !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

/* When unchecked (All Users) - stay blue */
.user-filter-switch:not(:checked)[b-gjhgq1niku] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

/* When checked (Mine) - stay blue */
.user-filter-switch:checked[b-gjhgq1niku] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-switch-bg) !important;
}

.user-filter-switch:focus[b-gjhgq1niku] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Tab styling */
.nav-tabs[b-gjhgq1niku] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link[b-gjhgq1niku] {
    color: #495057;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1.5rem;
    margin-bottom: -2px;
    background: transparent;
    transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover[b-gjhgq1niku] {
    border-bottom-color: #dee2e6;
    color: #0d6efd;
}

.nav-tabs .nav-link.active[b-gjhgq1niku] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    font-weight: 500;
}

/* My Issues styling */
.my-issues-container[b-gjhgq1niku] {
    background: #fff;
    border-radius: 0.375rem;
    padding: 1.5rem;
}

.issue-row:hover[b-gjhgq1niku] {
    background-color: #f8f9fa;
}

.issue-row td[b-gjhgq1niku] {
    vertical-align: middle;
    padding: 0.75rem;
}

.issue-row strong[b-gjhgq1niku] {
    color: #212529;
}

.badge[b-gjhgq1niku] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

/* /Pages/Issues/Index.razor.rz.scp.css */
/* Issues List Table Styling - Match Legacy System */
.itr-table[b-k2fgnrs6a4] {
    font-size: 12px;
    line-height: 1.2;
    table-layout: fixed;
    width: 100%;
}

.itr-table th[b-k2fgnrs6a4],
.itr-table td[b-k2fgnrs6a4] {
    padding: 2px 4px;
    vertical-align: top;
    border: none;
}

/* Column Widths - Match Legacy Proportions */
.itr-col-actions[b-k2fgnrs6a4] {
    width: 40px;
}

.itr-col-id[b-k2fgnrs6a4] {
    width: 40px;
}

.itr-col-title[b-k2fgnrs6a4] {
    width: 350px;
}

.itr-col-seq[b-k2fgnrs6a4] {
    width: 45px;
}

.itr-col-status[b-k2fgnrs6a4] {
    width: 60px;
}

.itr-col-group[b-k2fgnrs6a4] {
    width: 55px;
}

.itr-col-developer[b-k2fgnrs6a4] {
    width: 60px;
}

.itr-col-tester[b-k2fgnrs6a4] {
    width: 60px;
}

.itr-col-category[b-k2fgnrs6a4] {
    width: 100px;
}

.itr-col-last-comment[b-k2fgnrs6a4] {
    width: 65px;
}

.itr-col-created[b-k2fgnrs6a4] {
    width: 70px;
}

.itr-col-sprint-version[b-k2fgnrs6a4] {
    width: 60px;
}

.itr-col-points[b-k2fgnrs6a4] {
    width: 60px;
}

.itr-col-actual[b-k2fgnrs6a4] {
    width: 80px;
}

/* Billing column - smaller font for content only (td elements) */
.itr-table tbody td.itr-col-actual[b-k2fgnrs6a4] {
    font-size: 12px;
}

.itr-table tbody td.itr-col-actual .btn-link[b-k2fgnrs6a4] {
    font-size: 12px !important;
}

.itr-table th[b-k2fgnrs6a4] {
    background-color: #f5f5f5;
    font-weight: 900;
    font-size: 13px;
    padding: 3px 4px;
    text-align: left;
}

/* Prevent wrapping for specific columns that need icons on same line */
.itr-table th.itr-col-actions[b-k2fgnrs6a4],
.itr-table th.itr-col-id[b-k2fgnrs6a4],
.itr-table th.itr-col-title[b-k2fgnrs6a4],
.itr-table th.itr-col-seq[b-k2fgnrs6a4],
.itr-table th.itr-col-status[b-k2fgnrs6a4],
.itr-table th.itr-col-group[b-k2fgnrs6a4],
.itr-table th.itr-col-developer[b-k2fgnrs6a4],
.itr-table th.itr-col-tester[b-k2fgnrs6a4],
.itr-table th.itr-col-category[b-k2fgnrs6a4],
.itr-table th.itr-col-created[b-k2fgnrs6a4],
.itr-table th.itr-col-sprint-version[b-k2fgnrs6a4],
.itr-table th.itr-col-points[b-k2fgnrs6a4],
.itr-table th.itr-col-actual[b-k2fgnrs6a4] {
    white-space: nowrap;
}


.itr-table thead[b-k2fgnrs6a4] {
    text-align: left;
}

/* Button styling in headers */
.itr-table thead .btn-link[b-k2fgnrs6a4] {
    font-size: 13px;
    padding: 1px 2px;
    text-decoration: none;
    text-align: left;
    justify-content: flex-start;
}

.itr-table tbody tr:nth-child(even)[b-k2fgnrs6a4] {
    background-color: #f8f9fa;
}

.itr-table tbody tr:nth-child(odd)[b-k2fgnrs6a4] {
    background-color: #ffffff;
}

/* Minimal row bottom borders */
.itr-table tbody tr[b-k2fgnrs6a4] {
    border-bottom: 1px solid #e0e0e0;
}

.itr-table tbody tr:last-child[b-k2fgnrs6a4] {
    border-bottom: none;
}

/* Action buttons - smaller */
.itr-icon-btn[b-k2fgnrs6a4] {
    font-size: 10px;
    padding: 1px 2px;
    margin: 0 1px;
    text-decoration: none;
}

/* Add button styling */
.itr-add-btn[b-k2fgnrs6a4] {
    margin: 4px;
}

/* Small text styling */
.itr-table small[b-k2fgnrs6a4] {
    font-size: 10px;
    line-height: 1.1;
}

/* Compact spacing for multi-line cells */
.itr-table td[b-k2fgnrs6a4] {
    line-height: 1.1;
}

/* Reduce overall table spacing */
.itr-table-wrap[b-k2fgnrs6a4] {
    margin: 0;
    padding: 0;
}


/* Sort icons */
.itr-table .btn-link i[b-k2fgnrs6a4] {
    font-size: 8px;
}

/* Compact form styling */
.itr-panel[b-k2fgnrs6a4] {
    margin-bottom: 10px;
}

.itr-panel--header[b-k2fgnrs6a4] {
    padding: 5px 8px;
    font-size: 12px;
}

.itr-panel--body[b-k2fgnrs6a4] {
    padding: 8px;
}

/* Row count styling */
.text-muted[b-k2fgnrs6a4] {
    font-size: 10px;
}

/* Modal styling for billing */
.modal-dialog[b-k2fgnrs6a4] {
    max-width: 800px;
}

.modal-body[b-k2fgnrs6a4] {
    padding: 10px;
}

.modal-body .table[b-k2fgnrs6a4] {
    font-size: 11px;
    margin-bottom: 0;
}

.modal-body .table th[b-k2fgnrs6a4],
.modal-body .table td[b-k2fgnrs6a4] {
    padding: 3px 6px;
}

/* Compact button styling */
.btn-sm[b-k2fgnrs6a4] {
    padding: 2px 6px;
    font-size: 10px;
}

/* Reduce spacing in table cells */
.itr-table td small[b-k2fgnrs6a4] {
    margin: 0;
    padding: 0;
}
/* /Shared/UserMenu.razor.rz.scp.css */
/* UserMenu component styles */
.user-name-button[b-r3tb29fe2p] {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 500;
}

.user-name-button:hover[b-r3tb29fe2p] {
    color: #0d6efd !important;
    text-decoration: underline !important;
    transform: translateY(-1px);
}

.user-name-button:focus[b-r3tb29fe2p] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
    border-radius: 4px;
}

.user-name-button:active[b-r3tb29fe2p] {
    transform: translateY(0);
}

/* Ensure the icon and text are properly aligned */
.user-name-button i[b-r3tb29fe2p] {
    vertical-align: middle;
}

/* Add a subtle shadow on hover for better visual feedback */
.user-name-button:hover[b-r3tb29fe2p] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}






