.BottomSheet_overlay__6x6TK{position:fixed;inset:0;background:rgba(10,11,17,.4);z-index:600;display:flex;align-items:flex-end;justify-content:center}.BottomSheet_sheet__kRZcR{position:relative;width:100%;height:auto;max-height:60vh;background:#fff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;box-shadow:0 .125rem .375rem 0 rgba(211,211,211,.4);overflow:hidden;display:flex;flex-direction:column;animation:BottomSheet_slideUp__hqAHd .25s ease-out}.BottomSheet_header__sVL9I{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.BottomSheet_title__n6heV{font-size:1.125rem;font-weight:500;color:#0e1119}.BottomSheet_closeBtn__vwAj_{width:1rem;height:1rem;cursor:pointer;position:absolute;top:.75rem;inset-inline-end:.75rem}.BottomSheet_body__0hLH1{padding:1.5rem;overflow-y:auto}.BottomSheet_body__0hLH1::-webkit-scrollbar{width:.1875rem}.BottomSheet_body__0hLH1::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.BottomSheet_body__0hLH1::-webkit-scrollbar-thumb{background:#ccc;border-radius:.09375rem}.BottomSheet_body__0hLH1::-webkit-scrollbar-thumb:hover{background:#aaa}@keyframes BottomSheet_slideUp__hqAHd{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:32rem){.BottomSheet_overlay__6x6TK{align-items:center;justify-content:center}.BottomSheet_sheet__kRZcR{width:clamp(20rem,29rem,80vw);max-height:clamp(15rem,31.90625rem,80vh);border-radius:1.5rem;animation:BottomSheet_fadeInScale__oGSU9 .2s ease-out}.BottomSheet_header__sVL9I{padding:1.5rem 1.9375rem 0}.BottomSheet_title__n6heV{font-size:1.125rem}.BottomSheet_closeBtn__vwAj_{width:1.5rem;height:1.5rem;top:1.5rem;inset-inline-end:2rem}.BottomSheet_body__0hLH1{padding:1.5rem 2rem 2rem}}@keyframes BottomSheet_fadeInScale__oGSU9{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}