.om-component-ui-divider{border:0;border-color:var(--om-border-default,#d1d2d2)}.om-component-ui-divider-horizontal{border-block-start:1px solid var(--om-border-default,#d1d2d2);clear:both;margin:var(--om-spacing-300,12px) 0;align-items:center;width:100%;min-width:100%;display:flex}.om-component-ui-divider-horizontal.om-component-ui-divider-with-text{margin:var(--om-spacing-200,8px) 0;text-align:center;white-space:nowrap;border-block-start:0}.om-component-ui-divider-horizontal.om-component-ui-divider-with-text:after,.om-component-ui-divider-horizontal.om-component-ui-divider-with-text:before{border-block-start:1px solid #0000;border-block-end:0;border-block-start-color:inherit;content:"";width:50%;position:relative;transform:translateY(50%)}.om-component-ui-divider-horizontal.om-component-ui-divider-with-text-left:before{width:5%}.om-component-ui-divider-horizontal.om-component-ui-divider-with-text-left:after,.om-component-ui-divider-horizontal.om-component-ui-divider-with-text-right:before{width:95%}.om-component-ui-divider-horizontal.om-component-ui-divider-with-text-right:after{width:5%}.om-component-ui-divider-horizontal.om-component-ui-divider-no-default-margin.om-component-ui-divider-with-text-left:before{width:0}.om-component-ui-divider-horizontal.om-component-ui-divider-no-default-margin.om-component-ui-divider-with-text-left:after,.om-component-ui-divider-horizontal.om-component-ui-divider-no-default-margin.om-component-ui-divider-with-text-right:before{width:100%}.om-component-ui-divider-horizontal.om-component-ui-divider-no-default-margin.om-component-ui-divider-with-text-right:after{width:0}.om-component-ui-divider-vertical{border-inline-start:1px solid var(--om-border-default,#d1d2d2);height:.9em;margin:0 var(--om-spacing-100,4px);vertical-align:middle;display:inline-block;position:relative}.om-component-ui-divider-inner-text{color:var(--om-text-default,#131313);font-family:var(--om-body-md-font-family);font-size:var(--om-body-md-font-size);font-weight:var(--om-body-md-font-weight);letter-spacing:var(--om-body-md-letter-spacing);line-height:var(--om-body-md-line-height);padding:0 var(--om-spacing-200,8px);display:inline-block}.om-component-ui-divider-plain .om-component-ui-divider-inner-text{font-weight:400}.om-component-ui-divider-dashed{background:0 0;border-style:dashed;border-width:1px 0 0}.om-component-ui-divider-dashed.om-component-ui-divider-with-text{border-style:unset}.om-component-ui-divider-dashed.om-component-ui-divider-with-text:after,.om-component-ui-divider-dashed.om-component-ui-divider-with-text:before{border-style:dashed none none}.om-component-ui-divider-dashed.om-component-ui-divider-vertical{border-inline-start-style:dashed;border-width:0 0 0 1px}.om-component-ui-divider-dotted{background:0 0;border-style:dotted;border-width:1px 0 0}.om-component-ui-divider-dotted.om-component-ui-divider-with-text{border-style:unset}.om-component-ui-divider-dotted.om-component-ui-divider-with-text:after,.om-component-ui-divider-dotted.om-component-ui-divider-with-text:before{border-style:dotted none none}.om-component-ui-divider-dotted.om-component-ui-divider-vertical{border-inline-start-style:dotted;border-width:0 0 0 1px}
.om-component-ui-action-bar{width:100%}.om-component-ui-action-bar-actions{gap:var(--form-layout-action-gap,12px)}.om-component-ui-action-bar-actions>button{white-space:nowrap}.om-component-ui-action-bar-fill .om-component-ui-action-bar-actions>button{flex:1 1 0}.om-component-ui-action-bar-compact .om-component-ui-action-bar-actions{justify-content:flex-start}.om-component-ui-action-bar-vertical .om-component-ui-action-bar-actions>button{flex:none;width:100%}.om-component-ui-action-bar-footnote a{cursor:pointer}.om-component-ui-action-bar>.om-component-ui-divider{margin:0}
.om-component-ui-form-layout{background-color:var(--om-bg-default,#fff);border:1px solid var(--om-border-neutral,#e3e4e4);border-radius:var(--om-radius-600,24px);align-items:stretch;gap:var(--form-layout-region-gap);min-width:0;max-width:100%;padding:var(--form-layout-padding);width:var(--form-layout-width);flex-direction:column;display:flex;position:relative}.om-component-ui-form-layout-header{align-items:center;gap:var(--om-spacing-300,12px);flex-shrink:0;justify-content:space-between;min-width:0;display:flex}.om-component-ui-form-layout-title{color:var(--om-text-default,#131313);min-width:0}.om-component-ui-form-layout-copy{gap:var(--om-spacing-200,8px);flex-direction:column;display:flex}.om-component-ui-form-layout-extra{flex-shrink:0}.om-component-ui-form-layout-content{gap:var(--form-layout-row-gap);flex-direction:column;min-width:0;display:flex}.om-component-ui-form-layout:has(.om-component-ui-form-layout-content>form:last-child) .om-component-ui-form-layout-footer{margin-top:calc(var(--form-layout-row-gap)*-1)}.om-component-ui-form-layout-footer{flex-shrink:0;width:100%}.om-component-ui-form-layout-row{gap:var(--form-layout-row-gap);width:100%;min-width:0;display:flex}.om-component-ui-form-layout-cell{flex:1 1 0;min-width:0}.om-component-ui-form-layout-modal{box-shadow:var(--om-shadow-200,0 10px 22px #0000001a)}.om-component-ui-form-layout-scrollable{max-height:100%}.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content{margin-right:calc(var(--form-layout-padding)*-.5);overscroll-behavior:contain;min-height:0;padding-right:calc(var(--form-layout-padding)*.5);flex:auto;overflow-y:auto}.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content::-webkit-scrollbar{width:4px}.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content::-webkit-scrollbar-thumb{background-color:#0000;border-radius:4px}@supports not selector(::-webkit-scrollbar){.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content{scrollbar-color:transparent transparent;scrollbar-width:thin}}.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content-scrolling::-webkit-scrollbar-thumb{background-color:var(--om-bg-neutral-tertiary-hover,#e3e4e4)}.om-component-ui-form-layout-scrollable:hover .om-component-ui-form-layout-content::-webkit-scrollbar-thumb{background-color:var(--om-bg-neutral-tertiary-hover,#e3e4e4)}@supports not selector(::-webkit-scrollbar){.om-component-ui-form-layout-scrollable .om-component-ui-form-layout-content-scrolling,.om-component-ui-form-layout-scrollable:hover .om-component-ui-form-layout-content{scrollbar-color:var(--om-bg-neutral-tertiary-hover,#e3e4e4) transparent}}
.om-component-ui-panel-layout .om-component-ui-panel-layout-header{align-items:flex-start;gap:var(--om-spacing-200,8px);flex-direction:column;width:100%;display:flex}.om-component-ui-panel-layout .om-component-ui-panel-layout-description{overflow-wrap:anywhere}.om-component-ui-panel-layout .om-component-ui-panel-layout-illustration{justify-content:flex-start;align-items:center;line-height:0;display:flex}.om-component-ui-panel-layout .om-component-ui-action-bar-actions{gap:var(--form-layout-action-gap,var(--om-spacing-200,8px))}.om-component-ui-panel-layout .om-component-ui-panel-layout-back{color:var(--om-icon-default,#131313);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.om-component-ui-panel-layout .om-component-ui-panel-layout-back .om-component-ui-icons-wrapper{--icon-color:currentcolor}
