.srf-menu-switcher{display:flex;width:249px;border-right:1px solid rgba(0,0,0,.2);background-color:#f5f5f5}.srf-menu-switcher-content1,.srf-menu-switcher-content2{flex-shrink:0}.srf-menu-switcher-content1{width:100%;transition:margin-left .3s ease}.srf-menu-switcher-content1--hidden{margin-left:-100%}.srf-menu-switcher-content1--prepare-to-hide{margin-left:-5%}.srf-menu-switcher-content2{width:100%}.srf-context-menu{width:249px;display:flex;flex-direction:column;padding-top:5px}.srf-context-menu__back{color:inherit;font-size:12px;text-decoration:none;display:flex;align-items:center;padding-left:20px;padding-top:9px;padding-bottom:9px}.srf-context-menu__back .srf-icon{flex-shrink:0}.srf-context-menu__back:hover{background-color:#ddd}.srf-context-menu__back__text{overflow:hidden;text-overflow:ellipsis}.srf-js-context-menu-error,.srf-js-context-menu-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;text-align:center}.srf-spin{display:block;flex-shrink:0;border-radius:50%;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;box-sizing:border-box;animation:srf-spin .75s linear infinite}.srf-spin--back{animation-direction:reverse;animation-duration:2s}.srf-spin--xxl{width:72px;height:72px;border-width:10px}.srf-spin--xl{width:48px;height:48px;border-width:8px}.srf-spin--l{width:32px;height:32px;border-width:6px}.srf-spin--m{width:24px;height:24px;border-width:4px}.srf-spin--s{width:20px;height:20px;border-width:3px}.srf-spin--xs{width:16px;height:16px;border-width:2px}.srf-spin--xxs{width:10px;height:10px;border-width:1px}@keyframes srf-spin{to{transform:rotate(1turn)}}