/* For license information please see https://prod.adobeccstatic.com/License/LICENSE.txt */

@keyframes slideIn{0%{opacity:0;transform:translateX(-50%) translateY(100%)}100%{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(-50%) translateY(0)}100%{opacity:0;transform:translateX(-50%) translateY(100%)}}.universal-nav-container .tray-common-layout{position:fixed;bottom:0;width:100%;left:50%;top:auto;right:auto;background:var(--appFrame-layer-2);max-height:calc(100vh - 100px);overflow-y:scroll;height:auto;box-sizing:border-box!important;animation:slideIn .2s forwards;z-index:10000001;display:none;max-width:37.5rem;border-radius:0}.universal-nav-container .universal-nav-tray .unav-comp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:10000000}.universal-nav-container .universal-nav-tray .unav-comp-overlay.unav-comp-overlay-show{opacity:1;visibility:visible}.universal-nav-container .universal-nav-tray .unav-comp-app-switcher-tray{position:fixed;bottom:0;width:100%;left:50%;top:auto;right:auto;background:var(--appFrame-layer-2);max-height:calc(100vh - 100px);overflow-y:scroll;height:auto;box-sizing:border-box!important;animation:slideIn .2s forwards;z-index:10000001;display:none;max-width:37.5rem;border-radius:0;padding:1.5rem 1rem 1rem 1rem}.universal-nav-container .universal-nav-tray .unav-comp-app-switcher-tray.unav-comp-hideTray{animation:slideOut .2s forwards;display:none}.universal-nav-container .universal-nav-tray .unav-comp-help-tray{position:fixed;bottom:0;width:100%;left:50%;top:auto;right:auto;background:var(--appFrame-layer-2);max-height:calc(100vh - 100px);overflow-y:scroll;height:auto;box-sizing:border-box!important;animation:slideIn .2s forwards;z-index:10000001;display:none;max-width:37.5rem;border-radius:0}.universal-nav-container .universal-nav-tray .unav-comp-help-tray.unav-comp-hideTray{animation:slideOut .2s forwards;display:none}.universal-nav-container .universal-nav-tray .unav-comp-help-tray .unav-comp-help-tray-content>div{width:100%}