.bottom-modal-container{z-index:10;justify-content:flex-end;align-items:center;margin:0;position:fixed;inset:0}.bottom-modal-container.bottom-modal-container-gt-sm{justify-content:center}.bottom-modal-container-inner{z-index:20;align-items:center;width:auto;max-height:max(496px,100svh - 40px)}.bottom-modal-content{width:min(100vw,496px);height:100%;position:relative;overflow-y:auto}.bottom-modal-content.animated{animation:.3s cubic-bezier(.16,1,.3,1) slideInBottom,.3s cubic-bezier(.16,1,.3,1) fadeIn}.bottom-modal-backdrop{opacity:.5}.bottom-modal-backdrop-inner{background-color:#000;position:fixed;inset:0}.bottom-modal-backdrop-inner.animated{animation:.3s cubic-bezier(.16,1,.3,1) fadeIn}.bottom-modal-close{opacity:1;transition:opacity .3s cubic-bezier(.16,1,.3,1) .3s;animation:.3s cubic-bezier(.16,1,.3,1) slideInBottom}@starting-style{.bottom-modal-close{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideInBottom{0%{transform:translateY(100vh)}to{transform:translateY(0)}}