/* _content/Cloud.Configuration.DesignTime.Portal/Components/SeparatorComponent.razor.rz.scp.css */
div.separator[b-18t25oebag] {
    --separator-color: var(--rz-base-400);
    display: flex;
    align-items: center;
    text-align: center;
}
div.separator[b-18t25oebag]::before,
div.separator[b-18t25oebag]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--separator-color);
}
div.separator.separator-style-solid[b-18t25oebag]::before,
div.separator.separator-style-solid[b-18t25oebag]::after {
    border-bottom-style: solid;
}
div.separator.separator-style-dashed[b-18t25oebag]::before,
div.separator.separator-style-dashed[b-18t25oebag]::after {
    border-bottom-style: dashed;
}
div.separator.separator-width-normal[b-18t25oebag]::before,
div.separator.separator-width-normal[b-18t25oebag]::after {
    border-bottom-width: 1px;
}
div.separator.separator-width-bold[b-18t25oebag]::before,
div.separator.separator-width-bold[b-18t25oebag]::after {
    border-bottom-width: 2px;
}
div.separator.separator-width-bolder[b-18t25oebag]::before,
div.separator.separator-width-bolder[b-18t25oebag]::after {
    border-bottom-width: 3px;
}


div.separator span[b-18t25oebag] {
    padding: 0 10px;
    color: var(--separator-color);
    font-size: 15px;
}
