.flyout_flyout__mvU5L{background-color:var(--component-flyout-background-transparent);bottom:0;display:flex;height:100%;justify-content:flex-end;justify-items:end;left:0;overflow:hidden;position:fixed;right:0;top:0;transition:background-color var(--component-flyout-animation-speed) ease;z-index:8000}.flyout_flyout--enter-done__2Tp5y{background-color:var(--component-flyout-background-opaque)}.flyout_flyout__close-pane__YBsw_{align-items:flex-start;border:0;border-radius:0;cursor:pointer;display:flex;flex-grow:1;justify-content:flex-end;padding:0;transition:background-color var(--component-flyout-animation-speed) ease}.flyout_flyout__close-pane__YBsw_:hover{background-color:var(--component-flyout-close-background-hover)}.flyout_flyout__mvU5L.flyout_flyout--exit-active__DOjQZ:hover .flyout_flyout__close-pane__YBsw_{background-color:var(--component-flyout-close-background-hover-active)}.flyout_flyout__close__lN9k7{align-items:center;color:var(--component-flyout-close-icon-color);display:flex;height:var(--space-12);justify-content:center;opacity:0;transition:opacity var(--component-flyout-animation-speed);width:var(--space-12)}.flyout_flyout__mvU5L.flyout_flyout--enter-done__2Tp5y .flyout_flyout__close__lN9k7{opacity:1}.flyout_flyout__content__7SF5p{background-color:var(--component-flyout-content-background);box-sizing:border-box;height:100%;overflow:auto;overflow-y:auto;padding:var(--space-6) var(--space-4) var(--space-12);transform:translateX(100%);transition:transform var(--component-flyout-animation-speed) 0s}.flyout_flyout__mvU5L.flyout_flyout--enter-done__2Tp5y .flyout_flyout__content__7SF5p{transform:translateX(0)}@media(min-width:760px){.flyout_flyout__content__7SF5p{min-width:unset;padding:var(--space-8);width:34rem}}@media(min-width:984px){.flyout_flyout__content__7SF5p{width:47rem}}