.helper-open-state{position:fixed;z-index:100;bottom:0;right:0;animation:slideOpen;animation-duration:.3s}.helper-open-state.wide{width:48rem;animation:slideOpenWide;animation-duration:.2s}.helper-open-state.thin{width:24rem;animation:slideOpenThin;animation-duration:.2s}@media (max-width:899px){.helper-tabs.size-toggle{display:none}}.helper-tabs.wide{right:48rem;animation:slideTabsWide;animation-duration:.2s}.helper-tabs.thin{right:24rem;animation:slideTabsThin;animation-duration:.2s}@keyframes slideOpenWide{0%{width:24rem}to{width:48rem}}@keyframes slideOpenThin{0%{width:48rem}to{width:24rem}}@keyframes slideTabsWide{0%{right:24rem}to{right:48rem}}@keyframes slideTabsThin{0%{right:48rem}to{right:24rem}}.helper-open-state-app-switcher{position:fixed;z-index:100;bottom:80px;right:0;width:20rem;animation:slideOpen;animation-duration:.2s}.helper-closed-state{position:fixed;z-index:100;bottom:-160px;right:0}.app-switcher-toggle-button{padding:24px 3px!important}.helper-tabs{right:24rem;animation:slideTabs;animation-duration:.3s}.helper-tabs-app-switcher{right:20rem;animation:slideTabsAppSwitcher;animation-duration:.3s;width:20px}.app-button{background-color:#fff}.app-button:hover{background-color:#ffebeb}.app-button:hover .app-icon{background-color:#febfbf!important;color:#aa1010!important}.app-button:hover .app-text{color:#aa1010!important}.app-icon{background-color:#ffebeb;color:#e80d0d}.app-text{color:#4b5563}.app-selected{border:2px solid #e80d0d;box-shadow:0 0 0 2px #bfdbfe}@keyframes slideOpen{0%{right:-400px}to{right:0}}@keyframes slideTabs{0%{right:0}to{right:24rem}}@keyframes slideTabsAppSwitcher{0%{right:0}to{right:20rem}}