.gwm-bottom-sheet{max-height:80vh;border-radius:20px 20px 0 0!important;width:100%!important;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .3s!important;left:0!important;right:0!important}.gwm-bottom-sheet.offcanvas-bottom:not(.show){opacity:0}.gwm-bottom-sheet.show{opacity:1}.gwm-bottom-sheet.hiding{opacity:0;transition:transform .25s ease-in,opacity .2s!important}.gwm-bottom-sheet__handle{background-color:#ddd;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0}.gwm-bottom-sheet .offcanvas-header{justify-content:space-between;align-items:center;padding:12px 20px 8px;display:flex}.gwm-bottom-sheet__title{color:#2b2b2b;font-size:16px;font-weight:600}.gwm-bottom-sheet__close{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background-color .15s;display:flex}.gwm-bottom-sheet__close:hover{background-color:#f5f0eb}.gwm-bottom-sheet__body{padding:8px 20px 32px;overflow-y:auto}.gwm-bottom-sheet__body>*{opacity:0;animation:.35s .18s forwards gwm-content-appear}@keyframes gwm-content-appear{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.offcanvas-backdrop{opacity:0;width:100vw!important;height:100vh!important;transition:opacity .4s!important;position:fixed!important;top:0!important;left:0!important}.offcanvas-backdrop.show{opacity:.5}.offcanvas-backdrop.hiding{opacity:0;transition:opacity .3s!important}
