/* /Components/ChooseEnvironment.razor.rz.scp.css */

#environment-select[b-wobj91ffqf] {
    background: transparent;
    color: white;
    border: none;
    outline: none;
    height: 60px;
    align-items: center;
    border-radius: 0;
    cursor: pointer; 
    padding-inline: 9px;
    padding-block: 4px;
}
    #environment-select:hover[b-wobj91ffqf] {
        background: #2f3641;
    }
    #environment-select option[b-wobj91ffqf] {
        background: #232830;
        color: white;    
        padding-inline: 1rem;
        padding-left: 0.5rem;
    }

environment-select:focus[b-wobj91ffqf] {
    outline: none;
    /* helps visually merge with the popup in some browsers */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@supports (appearance: base-select) {
    select[b-wobj91ffqf], [b-wobj91ffqf]::picker(select) {
        appearance: base-select;
    }

    #environment-select[b-wobj91ffqf]::picker(select) {
        border: none;
        box-shadow: 0 12px 32px rgba(0,0,0,.45);
        background: #232830;
        color: #fff;
        align-items: center;
        line-height: 35px;
        margin-right: 6px;
    }

    #environment-select option:hover[b-wobj91ffqf] {
        background: #2f3641;
    }

    #environment-select option:checked[b-wobj91ffqf] {
        background: #3b4350;
    }

    #environment-select option[b-wobj91ffqf]::checkmark {
        content: "★";
        padding-bottom: 3px;
        padding-inline: 4px;
    }

    select[b-wobj91ffqf]::picker-icon {
        content: "";
    }

    #environment-select:open[b-wobj91ffqf] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yooswadsez] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-content[b-yooswadsez] {
    height: calc(100vh - 3.8rem);
    overflow: auto;
}

main[b-yooswadsez] {
    flex: 1;
}

.sidebar[b-yooswadsez] {
    background: #1c232c;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
}

@media (max-width: 640.98px) {
}

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

    .sidebar[b-yooswadsez] {
        width: 250px;
        height: calc(-3.8rem + 100vh);
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-yooswadsez] {
    background: #e74c3c;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-yooswadsez] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yrub4e02nd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

.top-row[b-yrub4e02nd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yrub4e02nd] {
    font-size: 1.1rem;
}

.bi[b-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yrub4e02nd] {
        padding-top: 1rem;
    }

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

    .nav-item[b-yrub4e02nd]  .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[b-yrub4e02nd]  a.active {
    color: #d98514;
}

.nav-item[b-yrub4e02nd]  .nav-link:hover {
    background-color: #2E343D;
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-yrub4e02nd] {
    display: block;
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenuContent/AzureDevOpsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-bag0lx6i48] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

.top-row[b-bag0lx6i48] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bag0lx6i48] {
    font-size: 1.1rem;
}

.bi[b-bag0lx6i48] {
    display: flex;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bag0lx6i48] {
    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");
}

.nav-item[b-bag0lx6i48] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bag0lx6i48] {
        padding-top: 1rem;
    }

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

    .nav-item[b-bag0lx6i48]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding-left: 1rem;
    }

    .nav-item[b-bag0lx6i48]  a.active {
        color: #d98514;
    }

    .nav-item[b-bag0lx6i48]  .nav-link:hover {
        background-color: #2E343D;
    }

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

.navbar-toggler:checked ~ .nav-scrollable[b-bag0lx6i48] {
    display: block;
}

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

    .nav-scrollable[b-bag0lx6i48] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        width: 250px;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SimpleLayout.razor.rz.scp.css */
.simple-layout[b-puel7rkyz7] {
    background: #161a20;
    color: #e0e0e0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.left-section[b-ao7iyj2h8l] {
    display: flex;
    align-items: center;
}

.logo-container[b-ao7iyj2h8l] {
    position: relative;
    margin-right: 20px;
}

.logo[b-ao7iyj2h8l] {
    height: 60px;
    padding: 10px 2px;
}

.logo-overlay[b-ao7iyj2h8l] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-1%, -63%);
    height: 40px;
    pointer-events: none;
}

.nav-buttons[b-ao7iyj2h8l] {
    display: flex;
    gap: 10px;
}

    .nav-buttons .nav-item[b-ao7iyj2h8l] {
        flex: 1;
        padding: 20px 30px 17px 30px;
        color: white;
        cursor: pointer;
        height: 100%;
        border-bottom: 3px;
        border-color: transparent;
        border-bottom-style: inset;
    }

        .nav-buttons .nav-item:has(a.active)[b-ao7iyj2h8l] {
            border-color: #ff9e1b;
        }

.right-section[b-ao7iyj2h8l] {
    display: flex;
    align-items: center;
}

.sign-in[b-ao7iyj2h8l] {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

    .sign-in:hover[b-ao7iyj2h8l] {
        background-color: #218838;
    }

main[b-ao7iyj2h8l] {
    flex: 1;
}


.top-row[b-ao7iyj2h8l] {
    background-color: #212831;
    justify-content: space-between;
    height: 3.8rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 7;
}

    .top-row[b-ao7iyj2h8l]  a, .top-row[b-ao7iyj2h8l]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-ao7iyj2h8l]  a:hover, .top-row[b-ao7iyj2h8l]  .btn-link:hover {
            color: white;
        }

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

@media (max-width: 640.98px) {
    .top-row[b-ao7iyj2h8l] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .top-row[b-ao7iyj2h8l] {
        position: sticky;
        top: 0;
        z-index: 7;
    }

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

    .top-row[b-ao7iyj2h8l], article[b-ao7iyj2h8l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
.access-denied-container[b-do0pqvpr8d] {
    max-width: 800px;
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.access-denied-logo[b-do0pqvpr8d] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

    .access-denied-logo .logo[b-do0pqvpr8d] {
        height: 120px;
    }

    .access-denied-logo .logo-overlay[b-do0pqvpr8d] {
        position: absolute;
        bottom: 22px;
        right: 8px;
        height: 96px;
    }

.access-denied-container h1[b-do0pqvpr8d] {
    color: #ef5350;
    margin-bottom: 2rem;
    justify-content: center;
}

.access-denied-content[b-do0pqvpr8d] {
    background: #21252e;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.access-denied-content p[b-do0pqvpr8d] {
    color: #b0b8c4;
    margin: 1rem 0;
}

/* /Components/Pages/Banner/BannerPanel.razor.rz.scp.css */
#error-ui[b-fxacw0h909] {
    background: #803531;
}

#warning-ui[b-fxacw0h909] {
    background: #5a3907;
}

#info-ui[b-fxacw0h909] {
    background: #614268;
}

.severity[b-fxacw0h909] {
    display: flex;
}

.iconic[b-fxacw0h909] {
    font-size: x-large;
    margin-top: -8px;
    height: 10px;
    margin-right: 5px;
}

#banner-error-ui > div[b-fxacw0h909] {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 2.5rem 0.7rem 2.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #banner-error-ui > div > .options[b-fxacw0h909] {
        cursor: pointer;
        float: right;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        display: flex;
        gap: 0.5rem;
    }

    #banner-error-ui > div > div[b-fxacw0h909] {
        padding-top: 0.3rem;
    }
/* /Components/Pages/Devops/AzureFeatureMetrics.razor.rz.scp.css */
.feature-metrics td.num[b-erh1hjdx4q],
.feature-metrics th.num[b-erh1hjdx4q] {
    text-align: right;
}

.feature-metrics .sticky-col[b-erh1hjdx4q] {
    position: sticky;
    left: 0;
    z-index: 1;
}

    .feature-metrics .sticky-col + .sticky-col[b-erh1hjdx4q] {
        left: 8rem; 
    }

.feature-metrics th.state-header[b-erh1hjdx4q] {
    position: relative;
    height: 90px; 
    vertical-align: bottom; 
    padding-bottom: 8px;
    white-space: nowrap;
}

    .feature-metrics th.state-header > button > span[b-erh1hjdx4q] {
        position: absolute;
        bottom: 6px;
        left: 35%;
        transform: rotate(-30deg);
        transform-origin: left bottom;
        display: inline-block;
        white-space: nowrap;
    }


.feature-metrics td.age-gray[b-erh1hjdx4q] {
    color: #9ca3af;
}
.feature-metrics td.age-white[b-erh1hjdx4q] {
    color: #ffffff;
}
.feature-metrics td.age-yellow[b-erh1hjdx4q] {
    color: #facc15;
    background: #facc1520;
}
.feature-metrics td.age-red[b-erh1hjdx4q] {
    color: #ef4444;
    background: #ef444420;
}

.feature-metrics td.num[b-erh1hjdx4q], .feature-metrics th.state-header[b-erh1hjdx4q] {
    padding-right: 0.6rem;
    padding-left: 0.4rem;
    min-width: 85px;
}

.sort-button[b-erh1hjdx4q] {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .sort-button:hover[b-erh1hjdx4q] {
        text-decoration: underline;
    }

.changed-column[b-erh1hjdx4q] {
    width: 11px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .changed-column button.sort-button[b-erh1hjdx4q] {
        padding: 0px;
    }

a[b-erh1hjdx4q], .btn-link[b-erh1hjdx4q] {
    color: #3498db;
}
/* /Components/Pages/Devops/AzurePullRequestMetrics.razor.rz.scp.css */
.pr-metrics td.num[b-nrr8d42zni],
.pr-metrics th.num[b-nrr8d42zni] {
    text-align: right;
}

.pr-metrics[b-nrr8d42zni] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .pr-metrics thead th[b-nrr8d42zni] {
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #181e26;
    }

    .pr-metrics td.age-gray[b-nrr8d42zni] {
        color: #9ca3af;
    }

    .pr-metrics td.age-white[b-nrr8d42zni] {
        color: #ffffff;
    }

    .pr-metrics td.age-yellow[b-nrr8d42zni] {
        color: #facc15;
        background: #facc1520;
    }

    .pr-metrics td.age-red[b-nrr8d42zni] {
        color: #ef4444;
        background: #ef444420;
    }

.sort-button[b-nrr8d42zni] {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    padding: 0;
}

    .sort-button:hover[b-nrr8d42zni] {
        text-decoration: underline;
    }

.th-tools[b-nrr8d42zni] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.title-col .truncate[b-nrr8d42zni],
.author-col .truncate[b-nrr8d42zni] {
    max-width: 28rem;
}

.created-col[b-nrr8d42zni], 
.closed-col[b-nrr8d42zni] {
    white-space: nowrap;
}

.duration-col[b-nrr8d42zni] {
    text-align: right;
    white-space: nowrap;
}

a[b-nrr8d42zni], .btn-link[b-nrr8d42zni] {
    color: #3498db;
}
/* /Components/Pages/Devops/BugProgress.razor.rz.scp.css */
/* empty styles for BugProgress component */
.bug-progress-container[b-trpid5zany] {
    /* Color definitions for bug states - shared across all child components */
    --Indigo: var(--Indigo-800);
    --Blue: var(--Blue-700);
    --DarkBlue: var(--Blue-900);
    --Red: var(--Red-700);
    --DarkRed: var(--Red-900);
    --Gray: var(--Gray-700);
    --LightGray: var(--Gray-600);
    --Green: var(--Green-700);

    /* Status color aliases */
    --New: var(--Gray);
    --Approved: var(--Green);
    --Active: var(--Blue);
    --Resolved: var(--Red);
    --QA-Test: var(--Indigo);
    --Deployment: var(--Blue);
    --Prod-Test: var(--DarkBlue);
    --Closed: var(--LightGray);
    --Default: var(--Indigo);

    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bug-chart[b-trpid5zany] {
    border-radius: 4px;
    padding: 12px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #212831;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
    flex: 1;
}

.chart-header[b-trpid5zany] {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    min-width: 700px;
}

.chart-header .header-left[b-trpid5zany] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chart-header .header-right[b-trpid5zany] {
    flex-shrink: 0;
    align-self: flex-end;
}
/*
.chart-header h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--Gray-500);
}*/
/* /Components/Pages/Devops/Components/BugProgressComponents/BugInfo.razor.rz.scp.css */
.bug-info-panel[b-mgoaq9lokd] {
    right: 20px;
    top: 150px;
    width: 315px;
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
    padding: 12px;
    z-index: 1000;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #212831;
}

.bug-info-header[b-mgoaq9lokd] {
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
}

.bug-info-header h4[b-mgoaq9lokd] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.bug-info-header h4 a[b-mgoaq9lokd] {
    color: var(--rz-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.bug-info-header h4 a:hover[b-mgoaq9lokd] {
    color: var(--rz-primary-light);
    text-decoration: underline;
}

.bug-info-content[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bug-assignee[b-mgoaq9lokd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assignee-name[b-mgoaq9lokd] {
    font-weight: 500;
    font-size: 16px;
    color: var(--rz-text-color);
}

.assignee-details[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
}

    .assignee-details .bug-state-badge[b-mgoaq9lokd] {
        margin-left: auto;
    }

.bug-state-badge[b-mgoaq9lokd] {
    display: inline-block;
    padding: 0px 8px;
    background-color: var(--Default);
    color: white;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    width: fit-content;
}

.bug-total-duration[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.duration-label[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.duration-value[b-mgoaq9lokd] {
    font-size: 18px;
    font-weight: 600;
    color: var(--rz-text-color);
}

.duration-range[b-mgoaq9lokd] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.bug-state-info[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.02);
}

.state-info-header[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.state-badge-and-duration[b-mgoaq9lokd] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.state-description[b-mgoaq9lokd] {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.state-description strong[b-mgoaq9lokd] {
    color: var(--rz-text-color);
    font-weight: 600;
}

.state-name-inline[b-mgoaq9lokd] {
    display: inline-block;
    padding: 0px 8px;
    background-color: var(--Default);
    color: white;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.state-duration-line[b-mgoaq9lokd] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

.duration-value-inline[b-mgoaq9lokd] {
    font-size: 14px;
    font-weight: 500;
    color: var(--rz-text-color);
}

.worked-by-section[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 12px;
}

.worked-by-label[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.assignee-pills[b-mgoaq9lokd] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.assignee-pill[b-mgoaq9lokd] {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgba(76, 175, 80, 0.2);
    border: 1px solid rgba(76, 175, 80, 0.4);
    color: #81c784;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

/* State-specific badge colors */
.bug-state-badge.New[b-mgoaq9lokd],
.state-name-inline.New[b-mgoaq9lokd] {
    background: var(--New);
}

.bug-state-badge.Approved[b-mgoaq9lokd],
.state-name-inline.Approved[b-mgoaq9lokd] {
    background: var(--Approved);
}

.bug-state-badge.Active[b-mgoaq9lokd],
.state-name-inline.Active[b-mgoaq9lokd] {
    background: var(--Active);
}

.bug-state-badge.Resolved[b-mgoaq9lokd],
.state-name-inline.Resolved[b-mgoaq9lokd] {
    background: var(--Resolved);
}

.bug-state-badge.QA-Test[b-mgoaq9lokd],
.state-name-inline.QA-Test[b-mgoaq9lokd] {
    background: var(--QA-Test);
}

.bug-state-badge.Deployment[b-mgoaq9lokd],
.state-name-inline.Deployment[b-mgoaq9lokd] {
    background: var(--Deployment);
}

.bug-state-badge.Prod-Test[b-mgoaq9lokd],
.state-name-inline.Prod-Test[b-mgoaq9lokd] {
    background: var(--Prod-Test);
}

.bug-state-badge.Closed[b-mgoaq9lokd],
.state-name-inline.Closed[b-mgoaq9lokd] {
    background: var(--Closed);
}
/* /Components/Pages/Devops/Components/BugProgressComponents/BugProgressChart.razor.rz.scp.css */
.chart[b-9oiuymwfij] {
    display: grid;
    grid-template-rows: 1fr auto;
    max-height: calc(100vh - 15rem);
    width: 100%;
}

.chart-body[b-9oiuymwfij] {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 8px;
    overflow: auto;
    scrollbar-gutter: stable;
}

.axis-y[b-9oiuymwfij] {
    display: grid;
    grid-auto-rows: 16px;
    row-gap: 8px;
    align-content: start;
    padding-bottom: 0.5rem;
}

.y-label[b-9oiuymwfij] {
    font-size: 12px;
    color: var(--LightGray);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plot[b-9oiuymwfij] {
    position: relative;
    padding-bottom: 0.5rem;
    border-left: 1px solid var(--Gray);
}

.plot-svg[b-9oiuymwfij] {
    display: block;
    width: 100%;
}

.tick-label[b-9oiuymwfij] {
    fill: var(--LightGray);
    font-size: 11px;
}

.horizontal-guide[b-9oiuymwfij] {
    stroke: rgba(255,255,255,0.08);
    stroke-width: 1;
}

.tick-footer[b-9oiuymwfij] {
    display: grid;
    grid-template-columns: 45px 1fr;
    border-top: 1px solid var(--Gray);
    padding-top: 4px;
    gap: 8px;
    margin-right: 1rem;
}

.tick-footer-spacer[b-9oiuymwfij] {
    /* Empty spacer for alignment with axis-y */
}

.tick-footer-plot[b-9oiuymwfij] {
    position: relative;
    overflow: visible;
}

.tick-svg[b-9oiuymwfij] {
    display: block;
    overflow: visible;
    width: 100%;
}

.legend[b-9oiuymwfij] {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: var(--LightGray);
    justify-content: center;
}

.legend-item[b-9oiuymwfij] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.legend .swatch[b-9oiuymwfij] {
    display: inline-block;
    width: 14px;
    height: 10px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.35) inset;
}

.New[b-9oiuymwfij]        { background: var(--New);        }
.Approved[b-9oiuymwfij]   { background: var(--Approved);   }
.Active[b-9oiuymwfij]     { background: var(--Active);     }
.QA-Test[b-9oiuymwfij]    { background: var(--QA-Test);    }
.Deployment[b-9oiuymwfij] { background: var(--Deployment); }
.Deployment[b-9oiuymwfij] { background: var(--Deployment); }
.Prod-Test[b-9oiuymwfij]  { background: var(--Prod-Test);  }
.Resolved[b-9oiuymwfij]   { background: var(--Resolved);   }
.Closed[b-9oiuymwfij]     { background: var(--Closed);     }
.Default[b-9oiuymwfij]    { background: var(--Default);    }
/* /Components/Pages/Devops/Components/BugProgressComponents/BugProgressFilters.razor.rz.scp.css */
.filters[b-lv2kc6mbkw] {
    margin: 0;
    display: grid;
    gap: .5rem;
    justify-items: end;
    text-align: right;
}

.filters-row[b-lv2kc6mbkw] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.toggles[b-lv2kc6mbkw] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.toggle[b-lv2kc6mbkw] {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
}

.duration-slider[b-lv2kc6mbkw] {
    display: flex;
    justify-content: flex-end;
}

.duration-slider label[b-lv2kc6mbkw] {
    text-align: right;
}
/* /Components/Pages/Devops/Components/BugProgressComponents/BugVisualization.razor.rz.scp.css */
.bar[b-ftw97wlry9] {
    opacity: 0.95;
    rx: 1;
}

.state-line[b-ftw97wlry9] {
    stroke-opacity: 0.95;
}

.state-ball[b-ftw97wlry9] {
    opacity: 0.95;
}

.horizontal-guide[b-ftw97wlry9] {
    stroke: rgba(255,255,255,0.08);
    stroke-width: 1;
    transition: stroke 0.2s ease;
}

.horizontal-guide.selected[b-ftw97wlry9] {
    stroke: #ff9e1b4a;
}

.row-hover-area[b-ftw97wlry9] {
    fill: transparent;
    pointer-events: all;
}

.New[b-ftw97wlry9]        { fill: var(--New);        }
.Approved[b-ftw97wlry9]   { fill: var(--Approved);   }
.Active[b-ftw97wlry9]     { fill: var(--Active);     }
.QA-Test[b-ftw97wlry9]    { fill: var(--QA-Test);    }
.Deployment[b-ftw97wlry9] { fill: var(--Deployment); }
.Prod-Test[b-ftw97wlry9]  { fill: var(--Prod-Test);  }
.Resolved[b-ftw97wlry9]   { fill: var(--Resolved);   }
.Closed[b-ftw97wlry9]     { fill: var(--Closed);     }
.Default[b-ftw97wlry9]    { fill: var(--Default);    }

.state-line.New[b-ftw97wlry9]        { stroke: var(--New);        }
.state-line.Approved[b-ftw97wlry9]   { stroke: var(--Approved);   }
.state-line.Active[b-ftw97wlry9]     { stroke: var(--Active);     }
.state-line.QA-Test[b-ftw97wlry9]    { stroke: var(--QA-Test);    }
.state-line.Deployment[b-ftw97wlry9] { stroke: var(--Deployment); }
.state-line.Prod-Test[b-ftw97wlry9]  { stroke: var(--Prod-Test);  }
.state-line.Resolved[b-ftw97wlry9]   { stroke: var(--Resolved);   }
.state-line.Closed[b-ftw97wlry9]     { stroke: var(--Closed);     }
.state-line.Default[b-ftw97wlry9]    { stroke: var(--Default);    }
/* /Components/Pages/Devops/Components/FilterMenu.razor.rz.scp.css */
.filter-menu[b-1sgays3crk] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.filter-button[b-1sgays3crk] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.filter-overlay[b-1sgays3crk] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 40;
}

.filter-popover[b-1sgays3crk] {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    max-inline-size: min(90vi, 33rem);
    min-inline-size: 240px;
    max-height: 50vh;
    overflow: auto;
    background-color: #1c232c;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: .5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    z-index: 50;
    padding: .5rem;
}

@media (width <= 520px) {
    .filter-popover[b-1sgays3crk] {
        inset-inline: 0 auto;
        transform: none;
    }
}

.filter-title-row[b-1sgays3crk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin: .25rem .25rem .5rem .25rem;
}

.filter-title[b-1sgays3crk] {
    font-weight: 600;
}

.selectall-button[b-1sgays3crk] {
    background: none;
    border: 1px solid rgba(255,255,255,.15);
    color: inherit;
    padding: .2rem .45rem;
    border-radius: .375rem;
    cursor: pointer;
}

.filter-list[b-1sgays3crk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .25rem;
    max-width: 33rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.filter-item[b-1sgays3crk] {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: .5rem;
    align-items: center;
    white-space: nowrap;
    font-weight: normal;
}

@supports (anchor-name: --a) {
    .filter-button[b-1sgays3crk] {
        anchor-name: --filter;
    }

    .filter-popover[b-1sgays3crk] {
        position-anchor: --filter;
        top: anchor(bottom);
        left: anchor(center);
        transform: translateX(-50%) translateY(12px);
        position-try: flip-inline, flip-block;
        position-try-order: most-visible;
        max-inline-size: min(90vi, 33rem);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-grid[b-geh8m9nusc] {
    --tile-min: 250px;
    --tile-max: 250px;
    --gap: 0.75rem;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--tile-min), var(--tile-max)));
    grid-auto-rows: minmax(var(--tile-min), var(--tile-max));
    grid-auto-flow: dense;
    gap: var(--gap);
    padding: 1rem 0;
    width: calc(100vw - 3rem);
}

.bottom-action[b-geh8m9nusc] {
    margin-top: auto;
}
/* /Components/Pages/Infra/AzureCosts.razor.rz.scp.css */
.page[b-r9m6ywsu5o] {
    margin: 2rem auto;
    max-width: 820px;
    padding: 0 1rem;
}

.title-text[b-r9m6ywsu5o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

    .title-text img[b-r9m6ywsu5o] {
        width: 3rem;
    }

.date-range-controls[b-r9m6ywsu5o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

    .date-range-controls .btn[b-r9m6ywsu5o] {
        min-width: auto;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .date-range-controls .btn[b-r9m6ywsu5o]  i {
            display: flex;
            align-items: center;
        }

    .date-range-controls .btn:disabled[b-r9m6ywsu5o] {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .date-range-controls button.active[b-r9m6ywsu5o] {
        background-color: #363d47;
    }

.date-picker-group[b-r9m6ywsu5o] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 3px;
    max-width: 300px;
}

.chart-container[b-r9m6ywsu5o] {
    background: #212831;
    padding: 1rem;
    border-radius: 2px;
    box-shadow: 0 1.4px 10.8px .4px rgb(0 0 0 / 25%);
    margin-top: 1rem;
}

    .chart-container h4[b-r9m6ywsu5o] {
        margin: 0 0 1rem 0;
    }

    .chart-container.chart-error[b-r9m6ywsu5o] {
        background: rgba(128, 53, 49, 0.3);
    }

    .chart-container .error-message[b-r9m6ywsu5o] {
        color: #ff9e1b;
        margin: 0;
    }

    .chart-container[b-r9m6ywsu5o]  .rz-category-axis text {
        font-size: 10px;
    }

.form[b-r9m6ywsu5o], .form > fieldset[b-r9m6ywsu5o] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    position: relative;
}

.primary-costs[b-r9m6ywsu5o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.other-costs[b-r9m6ywsu5o] {
    display: grid;
    gap: 0.75rem;
}

.field[b-r9m6ywsu5o] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.25rem;
}

    .field input[b-r9m6ywsu5o] {
        text-align: right;
        padding-right: 6px;
    }

.results ul[b-r9m6ywsu5o] {
    margin: 0.25rem 0 0 1.25rem;
}

.results li[b-r9m6ywsu5o] {
    margin: 0.25rem 0;
}

@media (max-width: 700px) {
    .primary-costs[b-r9m6ywsu5o] {
        grid-template-columns: 1fr; 
    }

    .field[b-r9m6ywsu5o] {
        grid-template-columns: 1fr;
    }
}

.form > div[b-r9m6ywsu5o], .form > fieldset > div[b-r9m6ywsu5o] {
    background: #212831;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1.4px 10.8px .4px rgb(0 0 0 / 25%);
}

.actions[b-r9m6ywsu5o] {
    margin-top: 0.5rem;
    padding: 10px 0px 10px 10px;
}

.actions > button[b-r9m6ywsu5o] {
    float: right;
}
input[type="number"][b-r9m6ywsu5o] {
    appearance: textfield; /* standard */
}
    input[type="number"][b-r9m6ywsu5o]::-webkit-outer-spin-button,
    input[type="number"][b-r9m6ywsu5o]::-webkit-inner-spin-button {
        -webkit-appearance: none; /* WebKit/Blink */
        margin: 0;
    }

.cost[b-r9m6ywsu5o] {
    text-align: right;
}

.refresh[b-r9m6ywsu5o] {
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: white;
    justify-self: right;
    margin-bottom: .5rem;
}
    .refresh:hover[b-r9m6ywsu5o] {
        outline: 1px solid #60bafa;
    }

.save-budget[b-r9m6ywsu5o] {
    position: absolute;
    top: 6px;
    right: -50px;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

    .save-budget:hover[b-r9m6ywsu5o] {
        background-color: rgba(96, 186, 250, 0.2);
        outline: 1px solid #60bafa;
    }

.details-table[b-r9m6ywsu5o] {
    background: #0000003d;
    border-bottom: transparent;
}
fieldset:disabled *[b-r9m6ywsu5o] {
    color: #a0a0a0; 
    opacity: 0.7; 
}
p em[b-r9m6ywsu5o] {
    color: #ff9e1b;
}

/* Budget status colors - matching BannerPanel styling */
.form > div.budget-status-ok[b-r9m6ywsu5o],
.form > div.budget-status-warning[b-r9m6ywsu5o],
.form > div.budget-status-critical[b-r9m6ywsu5o] {
    position: relative;
}

.form > div.budget-status-ok[b-r9m6ywsu5o] {
    background: #212831; /* Keep the default background */
}

.form > div.budget-status-warning[b-r9m6ywsu5o] {
    background: rgba(90, 57, 7, 0.5); /* Yellow/warning with 50% transparency */
    padding: 1rem;
    border-radius: 4px;
}

.form > div.budget-status-critical[b-r9m6ywsu5o] {
    background: rgba(128, 53, 49, 0.5); /* Red/error with 50% transparency */
    padding: 1rem;
    border-radius: 4px;
}

.budget-status-emoji[b-r9m6ywsu5o] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 2rem;
    line-height: 1;
    user-select: none;
}

/* Daily budget status colors with transparency */
tr.daily-budget-ok[b-r9m6ywsu5o] {
    background: transparent;
}

tr.daily-budget-warning[b-r9m6ywsu5o] {
    background: rgba(90, 57, 7, 0.5); /* Yellow/warning with 50% transparency */
}

tr.daily-budget-critical[b-r9m6ywsu5o] {
    background: rgba(128, 53, 49, 0.5); /* Red/error with 50% transparency */
}
/* /Components/Pages/Infra/Exceptions.razor.rz.scp.css */
.exceptions-container[b-awf8fzcxbu] {
    overflow: auto;
    margin-top: -20px;
    width: 100vw;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
}
.left-content[b-awf8fzcxbu] {
    padding-top: 20px;
    width: 100%;
    max-width: 2000px;
}
@media (width < 2500px) {
    .left-content[b-awf8fzcxbu] {
        overflow: auto;
    }

    .pane-visible[b-awf8fzcxbu] {
        padding-right: 1.5rem;
    }
}

with-footer[b-awf8fzcxbu] {
    height: calc(100vh - 145px);
}

.right-pane[b-awf8fzcxbu] {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: #1c232c;
    overflow-y: auto;
    padding: 20px;
    padding-top: 60px;
    z-index: 6;
    box-shadow: 0 8px 10px #00000020, 0 6px 30px #00000012, 0 16px 24px #00000014;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
}

    .right-pane.show[b-awf8fzcxbu] {
        transform: translateX(0);
    }

    .right-pane.collapsed[b-awf8fzcxbu] {
        width: 3rem;
        padding: 60px 0;
    }

    .right-pane .exception-comments[b-awf8fzcxbu] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .right-pane .exception-comments h3[b-awf8fzcxbu] {
            margin-top: 20px;
        }

.title-text[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 2000px;
}

    .title-text img[b-awf8fzcxbu] {
        width: 3rem;
    }

.date-range-controls[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

    .date-range-controls .btn[b-awf8fzcxbu] {
        min-width: auto;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .date-range-controls .btn[b-awf8fzcxbu]  i {
            display: flex;
            align-items: center;
        }

    .date-range-controls .btn:disabled[b-awf8fzcxbu] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.date-picker-group[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 3px;
    max-width: 300px;
}

.date-separator[b-awf8fzcxbu] {
    color: #adb5bd;
    padding: 0 0.25rem;
}

.header-controls[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .header-controls p[b-awf8fzcxbu] {
        margin: 0;
        flex: 1;
    }

.callstack-toggle[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.content > p[b-awf8fzcxbu] {
    margin-bottom: 2rem;
}

.content[b-awf8fzcxbu] {
    margin-right: 450px;
    transition: margin-right 0.4s ease-in-out;
    padding: 20px;
}

.exception-summary[b-awf8fzcxbu] {
    cursor: pointer;
}

    .exception-summary:hover[b-awf8fzcxbu] {
        background-color: #ffffff12 !important;
    }

    .exception-summary.active[b-awf8fzcxbu] {
        background-color: #ffffff26 !important;
    }

/* Constrain images only inside exception-summary rows */
.exception-summary img[b-awf8fzcxbu] {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.numbered-column[b-awf8fzcxbu] {
    text-align: right;
}

h3[b-awf8fzcxbu] {
    margin-top: 45px;
    margin-bottom: 15px;
}

.exception-title[b-awf8fzcxbu] {
    background-color: #ffffff26 !important;
}

details[b-awf8fzcxbu] {
    color: #adb5bd;
}

    details div[b-awf8fzcxbu] {
        padding-left: 1.1rem;
    }

    details summary[b-awf8fzcxbu] {
        color: white;
    }

    details div:hover[b-awf8fzcxbu] {
        color: white;
    }

.copy-table[b-awf8fzcxbu] {
    font-size: x-large;
    float: right;
    border-right-width: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

#navigation[b-awf8fzcxbu] {
    float: right;
    border-right-width: 0px;
    margin-right: -15px;
    margin-right: 0px;
    font-size: small;
    color: gray;
}

.next-exception[b-awf8fzcxbu], .previous-exception[b-awf8fzcxbu] {
    padding: 0px;
}

.details-footer[b-awf8fzcxbu] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #212831;
    box-shadow: 0 -1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 5;
}

    .details-footer .btn[b-awf8fzcxbu] {
        margin: 0 0.75rem;
        display: flex;
        justify-content: space-between;
    }

        .details-footer .btn[b-awf8fzcxbu]  i {
            margin-right: 15px;
            margin-left: 15px;
        }

    .details-footer input[type="number"][b-awf8fzcxbu] {
        width: 3rem;
        text-align: center;
        margin: 0 0.5rem;
        padding: 0.25rem;
    }

    .details-footer span[b-awf8fzcxbu] {
        margin: 0 0.5rem;
        font-weight: 500;
        white-space: nowrap;
    }

/* Styling for the list of comments */
.comment-list[b-awf8fzcxbu] {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar {
        width: 8px;
    }

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar-track {
        background: transparent;
    }

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar-thumb {
        background-color: #33363a;
        border-radius: 4px;
    }

.comment-item[b-awf8fzcxbu] {
    margin-bottom: 10px;
}

.comment-pane[b-awf8fzcxbu] {
    background: #00000040;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: inset 0px 0px 10px 1px rgb(0 0 0 / 25%);
}

    .comment-pane p[b-awf8fzcxbu] {
        word-wrap: break-word;
    }

.comment-date[b-awf8fzcxbu] {
    display: block;
    font-size: 0.8em;
    color: #777;
    margin-bottom: 5px;
}

.comment-options[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.update-comment[b-awf8fzcxbu] {
    opacity: 20%;
    cursor: auto;
}

.update-comment[b-awf8fzcxbu],
.delete-comment[b-awf8fzcxbu] {
    margin-left: 3px;
    font-size: 0.8em;
    background: transparent;
    border: none;
    padding: 0px;
    display: none;
}

.comment-item:hover .update-comment[b-awf8fzcxbu],
.comment-item:hover .delete-comment[b-awf8fzcxbu] {
    display: inline;
}

/* Styling for the header with the add button */
.pane-header[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 0.5rem;
}

    .pane-header h3[b-awf8fzcxbu] {
        flex: 1;
        margin: 0;
    }
    .pane-header button[b-awf8fzcxbu] {
        margin-top: 20px;
    }

.pane-toggle-btn[b-awf8fzcxbu] {
    background: transparent;
    border: none;
    color: #60bafa;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-toggle-btn:hover[b-awf8fzcxbu] {
        background-color: rgba(96, 186, 250, 0.1);
        color: #88c5ff;
    }

    .pane-toggle-btn[b-awf8fzcxbu]  i {
        font-size: 1.25rem;
    }

.collapsed .pane-toggle-btn[b-awf8fzcxbu] {
    padding: 0.75rem;
}

    .collapsed .pane-toggle-btn[b-awf8fzcxbu]  i {
        font-size: 1.5rem;
    }

.pane-close-btn[b-awf8fzcxbu] {
    background: transparent;
    border: none;
    color: #ff6b6b;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-close-btn:hover[b-awf8fzcxbu] {
        background-color: rgba(255, 107, 107, 0.1);
        color: #ff8787;
    }

    .pane-close-btn[b-awf8fzcxbu]  i {
        font-size: 1.25rem;
    }

.add-comment-btn[b-awf8fzcxbu] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    padding: 0;
}

/* Styling for the new comment input area */
.add-comment-section[b-awf8fzcxbu] {
    /*margin-top: 15px;*/
    margin-top: auto; /* pushes it to the bottom */
}

textarea[b-awf8fzcxbu] {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    resize: vertical;
    background: #00000040;
    outline: 0px;
    color: white;
}

/* Close button styling */
.btn-add[b-awf8fzcxbu] {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border: none;
    background-color: #60bafa;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-add:hover[b-awf8fzcxbu] {
        background-color: #6cbffa;
    }

.loading-comments[b-awf8fzcxbu] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.more[b-awf8fzcxbu] {
    color: #ff9e1b;
    display: contents;
}

.more-items td[b-awf8fzcxbu] {
    padding-left: 20px;
    padding-right: 20px;
}

.btn.active[b-awf8fzcxbu] {
    color: #e1e1e2;
    background-color: #363d47;
    border-color: var(--bs-btn-active-border-color) !important;
}

.last-week[b-awf8fzcxbu] {
    white-space: nowrap;
    background: #212831;
    color: #7f8e9f; 
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
}

.empty-state[b-awf8fzcxbu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
    color: #adb5bd;
    height: 100%;
}

    .empty-state-icon[b-awf8fzcxbu] {
        margin-bottom: 1rem;
        opacity: 0.3;
    }

        .empty-state-icon[b-awf8fzcxbu]  i {
            font-size: 3rem;
        }

    .empty-state h4[b-awf8fzcxbu] {
        margin: 0 0 0.75rem 0;
        color: #636c79;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .empty-state p[b-awf8fzcxbu] {
        margin: 0.25rem 0;
        font-size: 0.9rem;
        color: #737e8c;
        line-height: 1.5;
    }
/* /Components/Pages/Infra/ServiceBus.razor.rz.scp.css */
p.note-container[b-ufz7hwogmb] {
    display: flex;
    justify-content: flex-end;
}

.progress-bar[b-ufz7hwogmb] {
    padding-bottom: 5px;
}

table[b-ufz7hwogmb] {
    margin-bottom: 3rem;
}
.service-bus-summary[b-ufz7hwogmb] {
    cursor: pointer;
}

    .service-bus-summary:hover[b-ufz7hwogmb] {
        background-color: #ffffff12 !important;
    }

    .service-bus-summary.active[b-ufz7hwogmb] {
        background-color: #ffffff26 !important;
    }

.numbered-column[b-ufz7hwogmb] {
    text-align: right;
}

h3[b-ufz7hwogmb] {
    margin-top: 45px;
    margin-bottom: 15px;
}

.exception-title[b-ufz7hwogmb] {
    background-color: #ffffff26 !important;
}

details[b-ufz7hwogmb] {
    color: #adb5bd;
}

    details div[b-ufz7hwogmb] {
        padding-left: 1.1rem;
    }

    details summary[b-ufz7hwogmb] {
        color: white;
    }

    details div:hover[b-ufz7hwogmb] {
        color: white;
    }

.copy-table[b-ufz7hwogmb] {
    font-size: x-large;
    float: right;
    border-right-width: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

.details-footer[b-ufz7hwogmb] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #212831;
    box-shadow: 0 -1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 5;
}

    .details-footer .btn[b-ufz7hwogmb] {
        margin: 0 0.75rem;
        display: flex;
        justify-content: space-between;
    }

        .details-footer .btn i[b-ufz7hwogmb] {
            margin-right: 15px;
            margin-left: 15px;
        }

    .details-footer input[type="number"][b-ufz7hwogmb] {
        width: 3rem;
        text-align: center;
        margin: 0 0.5rem;
        padding: 0.25rem;
    }

    .details-footer span[b-ufz7hwogmb] {
        margin: 0 0.5rem;
        font-weight: 500;
        white-space: nowrap;
    }

/* existing styles (error, table hover, etc.) remain unchanged */
.service-bus-summary[b-ufz7hwogmb] {
    cursor: pointer;
}

    .service-bus-summary:hover[b-ufz7hwogmb] {
        background-color: #ffffff12 !important;
    }

    .service-bus-summary.active[b-ufz7hwogmb] {
        background-color: #ffffff26 !important;
    }

.numbered-column[b-ufz7hwogmb] {
    text-align: right;
}

.info[b-ufz7hwogmb] {
    font-size: small;
    color: #45b445;
}

.refresh-button[b-ufz7hwogmb] {
    background: #232830;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem;
    margin-left: auto;
}

.refresh-button[b-ufz7hwogmb]  .rzi {
    font-size: 2.5rem;
    color: white;
}


.refresh-button:hover[b-ufz7hwogmb] {
    background: #ffffff26;
}

.hide-button[b-ufz7hwogmb] {
    display: none;
}

.loading[b-ufz7hwogmb] {
    margin-bottom: 0px;
}

.note[b-ufz7hwogmb] {
    font-size: x-small;
    color: #7f8e9f;
}
.subtitle[b-ufz7hwogmb] {
    min-width: 1000px;
}

.service-bus-summary a[b-ufz7hwogmb] {
    text-decoration: none;
}

.service-bus-summary img[b-ufz7hwogmb] {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.region-badge[b-ufz7hwogmb] {
    display: inline-block;
    background: #212831;
    color: #64717f;
    font-size: 0.6em;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
.welcome-container[b-mhp4vv4qdk] {
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.welcome-logo[b-mhp4vv4qdk] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.welcome-logo .logo[b-mhp4vv4qdk] {
    height: 120px;
}

.welcome-logo .logo-overlay[b-mhp4vv4qdk] {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 96px;
}

.welcome-container h1[b-mhp4vv4qdk] {
    margin-bottom: 2rem;
    color: #00aeef;
    justify-content: center;
}

.welcome-content[b-mhp4vv4qdk] {
    background: #21252e;
    border-radius: 8px;
    padding-block: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.welcome-message[b-mhp4vv4qdk] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #b0b8c4;
}

.sign-in-button[b-mhp4vv4qdk] {
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    margin-top: 1rem;
    display: inline-flex;
}

.welcome-content p[b-mhp4vv4qdk] {
    margin: 1rem 0;
    color: #b0b8c4;
}
/* /Components/Shared/CodeSnippet.razor.rz.scp.css */
.code-snippet[b-f0w8865l56] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    line-height: 1.5;
}

.code-snippet .async-marker[b-f0w8865l56] {
    display: inline-block;
    background: #212831;
    color: #64717f;
    font-size: 0.6em;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    margin-left: 0.3em;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

    .code-snippet .tag[b-f0w8865l56],
    .code-snippet .middle[b-f0w8865l56] {
        color: #ffffffb2;
        white-space: nowrap;
    }

tr:hover .code-snippet .tag[b-f0w8865l56] {
    color: #00d4ff;
}

    tr:hover .code-snippet .tag.start-tag[b-f0w8865l56],
    tr:hover .code-snippet .tag.end-tag[b-f0w8865l56] {
        color: #d3d8de;
    }

    tr:hover .code-snippet .tag.keyword-cloudrunner[b-f0w8865l56],
    tr:hover .code-snippet .tag[class*="keyword-"][b-f0w8865l56] {
        color: #ff9e1b;
    }

    tr:hover .code-snippet .tag.keyword-autovu[b-f0w8865l56] {
        color: #ff9e1b;
    }

tr:hover .code-snippet .middle[b-f0w8865l56] {
    color: #7f8e9f;
}

tr:hover .code-snippet .separator[b-f0w8865l56] {
    color: #7f8e9f;
}

/* Responsive adjustments */
@media (max-width: 1850px) {
    .code-snippet[b-f0w8865l56] {
        font-size: 0.75em;
    }
}

/* Optional: Add word break for very long parts */
.code-snippet .middle[b-f0w8865l56],
.code-snippet .tag[b-f0w8865l56] {
    word-break: break-word;
}
/* /Components/Shared/ProductionSignInPrompt.razor.rz.scp.css */
.production-signin-prompt[b-dmnvtqt9ki] {
    max-width: 600px;
    padding: 2rem;
    text-align: center;
    background: #21252e;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.production-signin-prompt h2[b-dmnvtqt9ki] {
    color: #00aeef;
    margin-bottom: 1rem;
    justify-content: center;
}

.production-signin-prompt p[b-dmnvtqt9ki] {
    color: #b0b8c4;
    margin-bottom: 1.5rem;
}
