.mobile-drawer{position:fixed;left:0;top:0;z-index:999999991;width:100%;height:100%;max-height:100vh;overflow:hidden;display:flex;flex-direction:column;transition:all .2s linear}.mobile-drawer.is-dragging,.mobile-drawer.is-dragging .mobile-drawer__wrapper{transition:none}.mobile-drawer.open{background-color:#0000007a}.mobile-drawer__wrapper{border-radius:20px 20px 0 0;position:absolute;bottom:0;left:0;overflow:hidden;z-index:100;transform:translateY(100%);width:100%;height:auto;display:flex;flex-direction:column;min-height:0;max-height:100vh;background-color:rgba(var(--color-primary-white));box-shadow:-2px 0 5px #0003;transition:transform .3s linear}.open .mobile-drawer__wrapper{transform:translate(0)}.mobile-drawer__dragger{padding:10px 0;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:24px}.mobile-drawer__dragger-icon{height:4px;display:block;max-width:84px;width:100%;border-radius:2px;background-color:rgba(var(--color-gray-200))}.mobile-drawer__content{overflow-y:auto;max-height:calc(100vh - 24px);-webkit-overflow-scrolling:touch}
