:root{--app-scrollbar-size:8px;--app-scrollbar-thumb:rgba(244,235,208,0.4);--app-scrollbar-thumb-hover:rgba(244,235,208,0.6);--app-scrollbar-track:transparent;--app-scrollbar-radius:4px}body:has(.application-flow),html:has(.application-flow){scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}body:has(.application-flow)::-webkit-scrollbar,html:has(.application-flow)::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}body:has(.application-flow)::-webkit-scrollbar-track,html:has(.application-flow)::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}body:has(.application-flow)::-webkit-scrollbar-thumb,html:has(.application-flow)::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);border-radius:var(--app-scrollbar-radius)}body:has(.application-flow)::-webkit-scrollbar-thumb:hover,html:has(.application-flow)::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover)}.application-flow,.application-flow *,body:has(.application-flow) *{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}.application-flow ::-webkit-scrollbar,.application-flow::-webkit-scrollbar,body:has(.application-flow) ::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}.application-flow ::-webkit-scrollbar-track,.application-flow::-webkit-scrollbar-track,body:has(.application-flow) ::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}.application-flow ::-webkit-scrollbar-thumb,.application-flow::-webkit-scrollbar-thumb,body:has(.application-flow) ::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);border-radius:var(--app-scrollbar-radius)}.application-flow ::-webkit-scrollbar-thumb:hover,.application-flow::-webkit-scrollbar-thumb:hover,body:has(.application-flow) ::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover)}.application-flow .application-scrollbar-hidden,body:has(.application-flow) .application-scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.application-flow .application-scrollbar-hidden::-webkit-scrollbar,body:has(.application-flow) .application-scrollbar-hidden::-webkit-scrollbar{display:none}.application-flow>:last-child{scrollbar-gutter:auto}