@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes header-spinner{to{transform:rotate(1turn)}}.drawer{--ds-icon-size:16px;position:fixed;z-index:901;inset:0;display:flex;align-items:flex-end;justify-content:flex-end;background-color:rgba(0,0,0,.6);animation-name:fadeIn}@media only screen and (min-width:576px){.drawer{align-items:flex-start}}.drawer-animation{animation-timing-function:ease-out;animation-fill-mode:forwards}.drawer--close{animation-name:fadeOut}.drawer__body{position:relative;z-index:901;overflow-y:auto;display:flex;flex-direction:column;width:100%;max-width:600px;min-height:65dvh;max-height:90dvh;border-radius:6px 6px 0 0;background-color:#262525;animation-name:slideIn;-webkit-overflow-scrolling:touch}@media only screen and (max-width:576px){.drawer__body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.drawer__body::-webkit-scrollbar-thumb,.drawer__body::-webkit-scrollbar-track{display:none!important}.drawer__body{scrollbar-width:none!important;-ms-overflow-style:none!important}}@media only screen and (min-width:576px){.drawer__body{height:100dvh;max-height:100dvh;border-radius:0}.drawer__body::-webkit-scrollbar{width:8px;background-color:#f8f8f8}.drawer__body::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b0b0b0}}.drawer--close .drawer__body{animation-name:slideOut}.drawer__close{cursor:pointer;position:absolute;z-index:901;top:12px;right:12px;display:flex;padding:0;border:0;background-color:rgba(0,0,0,0)}@media only screen and (min-width:576px){.drawer__close{top:40px;right:40px}}.drawer__icon{fill:#9d9c9e!important}.drawer__content{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column}.drawer__shade{position:fixed;z-index:900;inset:0}