.side-rail-and-content{height:100vh;min-height:100vh;max-height:100vh;display:flex;overflow:auto}.sidebar{flex-shrink:0;align-self:flex-start;width:56px;min-width:56px;height:100vh;position:sticky;top:0;left:0}.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);z-index:9999;flex-direction:column;justify-content:space-between;align-items:flex-start;width:56px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:visible}@media screen and (max-width:920px){.navigation-rail{display:none}}.nav-item:focus-visible{outline-offset:-1px;outline:var(--color-outline)auto 1px!important}.settings-button-placeholder{align-self:center;min-width:40px;min-height:40px}.fab-laceholder{min-height:68px;padding:18px 0}
