@import '_content/ApexDesigns.Lib.Client/ApexDesigns.Lib.Client.ijgyl0svtx.bundle.scp.css';
@import '_content/BlazorStrap.Extensions.Wizard/BlazorStrap.Extensions.Wizard.5t5gb5elwe.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.qotk1bdsil.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.zic6pj2zjp.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5pj5hdd696] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-5pj5hdd696] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Status.razor.rz.scp.css */
.status-item[b-0fd4xrkhvs] {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.status-item:last-child[b-0fd4xrkhvs] {
    border-bottom: none;
}

.status-icon[b-0fd4xrkhvs] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 1.25rem;
}

.status-idle[b-0fd4xrkhvs] {
    color: #6c757d;
}

.status-building[b-0fd4xrkhvs],
.status-pending[b-0fd4xrkhvs] {
    color: #f39c12;
}

.status-success[b-0fd4xrkhvs],
.status-deployed[b-0fd4xrkhvs] {
    color: #2ecc71;
}

.status-failed[b-0fd4xrkhvs] {
    color: #e74c3c;
}

.status-skipped[b-0fd4xrkhvs] {
    color: #9b59b6;
}

/* Health badges */
.health-badge[b-0fd4xrkhvs] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.health-healthy[b-0fd4xrkhvs] {
    background-color: rgba(46, 204, 113, 0.15);
    color: #27ae60;
    border: 1px solid rgba(46, 204, 113, 0.3);
}

.health-unhealthy[b-0fd4xrkhvs] {
    background-color: rgba(231, 76, 60, 0.15);
    color: #c0392b;
    border: 1px solid rgba(231, 76, 60, 0.3);
}

.health-unknown[b-0fd4xrkhvs] {
    background-color: rgba(108, 117, 125, 0.15);
    color: #6c757d;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.spin[b-0fd4xrkhvs] {
    animation: spin-b-0fd4xrkhvs 1s linear infinite;
}

@keyframes spin-b-0fd4xrkhvs {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
