@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Bsp.Integrations.Web/Pages/Components/DashboardCardSmall2.razor.rz.scp.css */
.status-badge[b-46kniejuxg] {
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8rem;
    border: 1px solid #ccc;
}

.status-ok[b-46kniejuxg] {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.status-error[b-46kniejuxg] {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.status-neutral[b-46kniejuxg] {
    background-color: transparent;
    color: #333;
    border: 1px solid transparent;
}

.card-divider[b-46kniejuxg] {
    border-bottom: 1px solid #ddd;
    margin: 8px -16px;
}

.metric-row[b-46kniejuxg] {
    font-size: 0.95rem;
    margin: 2px 0;
}

.metric-value[b-46kniejuxg] {
    font-weight: bold;
    margin-right: 4px;
}

.metric-trend[b-46kniejuxg] {
    color: red;
    margin-left: 6px;
    font-weight: normal;
    font-size: 0.8rem;
}
/* _content/Bsp.Integrations.Web/Pages/Components/DashboardStatusTableCard.razor.rz.scp.css */
.status-badge[b-de0m240842] {
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8rem;
    border: 1px solid #ccc;
}

.status-ok[b-de0m240842] {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.status-error[b-de0m240842] {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.status-neutral[b-de0m240842] {
    background-color: transparent;
    color: #333;
    border: 1px solid transparent;
}

.card-divider[b-de0m240842] {
    border-bottom: 1px solid #ddd;
    margin: 8px -16px;
}

.status-table[b-de0m240842] {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 8px;
}

    .status-table td[b-de0m240842] {
        padding: 4px 0;
        vertical-align: top;
    }

.status-label[b-de0m240842] {
    font-weight: 500;
    width: 50%;
}

.status-value[b-de0m240842] {
    text-align: right;
    width: 50%;
}

.status-missing[b-de0m240842] {
    color: red;
    font-weight: bold;
}
/* _content/Bsp.Integrations.Web/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-7x34iroi73] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-7x34iroi73] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-7x34iroi73] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-7x34iroi73] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-7x34iroi73] {
        font-size: inherit;
    }
}
/* _content/Bsp.Integrations.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-82igayfh46] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-82igayfh46] .page-layout,
[b-82igayfh46] .page-layout > .dxbl-gridlayout-root,
[b-82igayfh46] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-82igayfh46] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-82igayfh46] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-82igayfh46] .fit-width {
    max-width: 100%;
}

[b-82igayfh46] .mw-1100 {
    max-width: 1100px;
}
