/* /Presentation/Components/Partial/Measure/_ETT_MeasureInput.razor.rz.scp.css */
[b-a1qnkqkgrd] .mud-card.mud-card-outlined:focus-within {
    border: 2px solid var(--color-charte-2-main) !important;
    outline: none;
}
/* /Presentation/Components/Widget/Badge/BadgeWithIcon.razor.rz.scp.css */
.badge-with-icon[b-ffjhm9taw9] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xxs);
    padding: var(--spacing-xxs);
    border-radius: 12px;
    justify-content: center;
}

.badge-count[b-ffjhm9taw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-family: var(--fonts-1);
    font-size: var(--fonts-size-body-xs);
    font-weight: var(--fonts-weight-bold);
    font-style: normal;
    padding: 0 4px;
    line-height: 140%;
    text-align: center
}

.badge-text[b-ffjhm9taw9] {
    font-size: var(--fonts-size-body-sm);
}

/* Status styles */
.badge-with-icon.active[b-ffjhm9taw9] {
    background-color: var(--color-alert-info-light);
}

.badge-with-icon.inactive[b-ffjhm9taw9] {
    background-color: var(--color-neutral-very-light-grey);
}

.badge-with-icon.warning[b-ffjhm9taw9] {
    background-color: var(--color-alert-warning-light);
}

.badge-with-icon.success[b-ffjhm9taw9] {
    background-color: var(--color-alert-success-light);
}

.badge-with-icon.error[b-ffjhm9taw9] {
    background-color: var(--color-alert-danger-light);
}

/* Count styles based on status */
.badge-with-icon.active .badge-count[b-ffjhm9taw9] {
    background-color: var(--color-alert-info);
    color: var(--color-neutral-white);
}

.badge-with-icon.inactive .badge-count[b-ffjhm9taw9] {
    background-color: var(--color-neutral-med-grey);
    color: var(--color-neutral-white);
}

.badge-with-icon.warning .badge-count[b-ffjhm9taw9] {
    background-color: var(--color-alert-warning);
    color: var(--color-neutral-white);
}

.badge-with-icon.success .badge-count[b-ffjhm9taw9] {
    background-color: var(--color-alert-success);
    color: var(--color-neutral-white);
}

.badge-with-icon.error .badge-count[b-ffjhm9taw9] {
    background-color: var(--color-alert-danger);
    color: var(--color-neutral-white);
}
/* /Presentation/Pages/SiteComponent/SiteViewPage.razor.rz.scp.css */
.mud-typography-h4[b-m6rbhoubck] {
    color: var(--color-charte-1-contrast) !important;
}

.mud-collapse-wrapper-inner[b-m6rbhoubck] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mud-expand-panel-content .mud-expand-panel-gutters[b-m6rbhoubck]{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
