.side-rail-and-content{display:flex;min-height:100vh;height:100vh;max-height:100vh;overflow:auto}.sidebar{position:sticky;top:0;left:0;max-height:100vh}.app-content{flex-grow:1}body{scrollbar-width:thin;flex-direction:row-reverse}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{height:15px}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:50px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-container)}@media screen and (max-width:920px){body{flex-direction:column-reverse}.sidebar{display:none}}.navigation-rail{background-color:var(--color-surface-container-low);background-color:var(--color-surface-container);position:relative;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;height:min(100vh,100%);justify-content:space-between}.nav-item:focus-visible{outline:var(--color-outline) auto 1px!important;outline-offset:-1px}.settings-button-placeholder{min-height:40px;min-width:40px}.fab-laceholder{min-height:68px;padding:18px 0}.menu-item{min-height:48px;padding:4px 12px;display:flex;align-content:center;align-items:left;position:relative;color:var(--color-on-surface);align-items:center;-webkit-user-select:none;user-select:none;overflow:hidden;box-sizing:border-box}.menu-item-active{background-color:var(--color-surface-container-highest)}.menu-item-leading-item{display:flex;justify-content:center;min-width:24px;padding-inline-end:12px}.menu-item-trailing-item{margin-inline-start:auto}