/*!
 * Fundamental Library Styles v0.41.4
 * Copyright (c) 2026 SAP SE or an SAP affiliate company.
 * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)
 */
/*!
.fd-shell+(--fixed)
    .fd-shell__header+(--fixed)
    .fd-shell__app
    .fd-shell__footer+(--fixed)
    .fd-shell__overlay
*/.fd-shell{background-attachment:fixed;background-size:cover;height:100vh;max-width:100%;min-height:100vh;overflow:hidden;position:absolute;width:100vw}.fd-shell--fixed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100vh}.fd-shell--fixed .fd-shell__header{-webkit-box-flex:0;-ms-flex:0 0 3rem;flex:0 0 3rem;position:static}.fd-shell--fixed .fd-shell__footer{-webkit-box-flex:0;-ms-flex:0 0 2.5rem;flex:0 0 2.5rem;position:static}.fd-shell--fixed .fd-shell__app{margin-top:0;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:auto}.fd-shell__header{background-color:var(--sapShellColor);height:3rem;position:absolute;width:100%;z-index:1}.fd-shell__header--fixed{position:fixed}.fd-shell__footer{min-height:2.5rem;width:100%}.fd-shell__app{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3rem;min-height:calc(100vh - 5.5rem);position:relative;width:100%}.fd-shell__overlay{position:absolute}
/*!
.fd-app
  .fd-app__navigation+(--horizontal|--vertical)
  .fd-app__sidebar
  .fd-app__main
*/.fd-app{position:relative;width:100%}@media (min-width:600px){.fd-app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start}}.fd-app__navigation{background-color:var(--sapGroup_ContentBackground);display:-webkit-box;display:-ms-flexbox;display:flex;height:3.25rem;max-height:3.25rem}.fd-app__navigation--horizontal{-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%;padding-block:0;padding-inline:.5rem}@media (min-width:600px){.fd-app__navigation--horizontal{padding-block:0;padding-inline:2rem}}@media (min-width:1440px){.fd-app__navigation--horizontal{padding-block:0;padding-inline:3rem}}.fd-app__navigation--vertical{overflow-y:auto;-webkit-box-flex:0;-ms-flex:0;flex:0}@media (min-width:600px){.fd-app__navigation--vertical{height:100%;max-height:inherit;max-width:.5rem;position:relative}}.fd-app__main{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;height:100%;overflow-y:auto}