/* _content/Content.Builder.App/Components/LAP/FilterArea.razor.rz.scp.css */
.CssIsolationWrapper[b-usei8a7tmc] {
    height: 100%;
}

[b-usei8a7tmc] .scrollableContent {  
    height: calc(100vh - 190px);
    overflow: auto; /*Enable scrolling only when content overflows */
}

[b-usei8a7tmc] .bold-text {
    font-weight: bold;
}
/* _content/Content.Builder.App/Components/Sider/FieldsSider.razor.rz.scp.css */
.CssIsolationWrapper[b-lqv2r9o906] {
    height: 100%;
}

[b-lqv2r9o906] .scrollableContent {
    flex: 1;
    display: inline-block;
    width: 390px; /*less than parent (400px), so no horizontal scrolling should happen*/
    max-height: calc(100vh - 164px); /* the fields content height is 100% minus the appHeader/fieldsHeader/SaveInContentstackButton */
    overflow-y: auto; /*Enable scrolling only when content overflows */
}
/* _content/Content.Builder.App/Components/Sider/SaveInContentstackSider.razor.rz.scp.css */
.floatingSaveButton[b-ks3abf2byb] {
    position: fixed;
    bottom: 0;
    width: 400px; /* Adjust the width as needed */
    height: 56px; /* Adjust the height as needed */
    padding: 10px; /* Optional padding */
    z-index: 1000; /* Ensures the div stays on top of other elements */
}
