.drawer-content{flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) drawer-slide-in-right;display:flex;background:var(--gray-2)!important;border:none!important;border-left:1px solid var(--gray-a4)!important;border-radius:0!important;width:100%!important;max-width:360px!important;height:100vh!important;max-height:100vh!important;margin:0!important;position:fixed!important;top:0!important;bottom:0!important}.drawer-right{animation:.3s cubic-bezier(.16,1,.3,1) drawer-slide-in-right;border-left:1px solid var(--gray-a4)!important;border-right:none!important;left:auto!important;right:0!important}.drawer-left{animation:.3s cubic-bezier(.16,1,.3,1) drawer-slide-in-left;border-right:1px solid var(--gray-a4)!important;border-left:none!important;left:0!important;right:auto!important}.drawer-close-button{border-radius:var(--radius-2);width:32px;height:32px;color:var(--gray-11);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.drawer-close-button:hover{background:var(--gray-a4);color:var(--gray-12)}@keyframes drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}
