#logo path{fill:currentColor}.LeftPanel{align-items:flex-start;background-color:#e1e1e1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;left:0;padding:10px}.toolbar-button{align-items:center;display:flex;flex-direction:column;flex-shrink:0;padding:0}.toolbar-button img{height:64px;width:64px}.top-button img{height:24px;width:24px}body{background-color:#f0f0f0;font-family:Arial,sans-serif;margin:0;-webkit-user-select:none;user-select:none}h1{color:#333}.App{display:flex;flex-direction:column;height:100vh;overflow:hidden}.Header{align-items:center;background-color:#f1f1f1;display:flex;height:48px;justify-content:center;width:100%}.Main{display:flex;flex:1 1;margin:0;padding:0;position:relative}.LeftPanel,.RightPanel{background-color:#e1e1e1;bottom:0;position:absolute;top:0;width:160px;z-index:1000}.Content,.LeftPanel,.RightPanel{align-items:center;display:flex;justify-content:center}.Content{background-color:#fff;flex:1 1}.help-panel{font-size:14px;min-height:30px;padding:8px;transition:opacity .3s ease-in-out}.fade-in{opacity:1}.fade-out{opacity:0}