/* _content/Cloud.Configuration.DesignTime.Portal/Components/SearchComponent.razor.rz.scp.css */
.search-container[b-g48p5qwfy0] {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--rz-border-radius);
    background: var(--rz-input-background-color);
    padding: 0 4px;
    width: 100%;
}

    .search-container:focus-within[b-g48p5qwfy0] {
        border: var(--rz-input-border);
    }

    .search-container:hover[b-g48p5qwfy0] {
        border: var(--rz-input-border);        
    }

[b-g48p5qwfy0] .search-input,
[b-g48p5qwfy0] .search-input:focus,
[b-g48p5qwfy0] .search-input:hover {
    flex: 1;
    min-width: 0;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100%;
}
/* _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;
}
