.bottom-sheet-enter-active,.bottom-sheet-leave-active{transition:opacity .2s}.bottom-sheet-enter-active .bottom-sheet-dialog,.bottom-sheet-leave-active .bottom-sheet-dialog{transition:transform .25s,opacity .2s}.bottom-sheet-enter-from,.bottom-sheet-leave-to{opacity:0}.bottom-sheet-enter-from .bottom-sheet-dialog,.bottom-sheet-leave-to .bottom-sheet-dialog{opacity:1;transform:translateY(100%)}@media (width>=640px){.bottom-sheet-enter-from .bottom-sheet-dialog,.bottom-sheet-leave-to .bottom-sheet-dialog{opacity:0;transform:scale(.95)translateY(10px)}}.bottom-sheet-dialog{padding-bottom:max(1.25rem, env(safe-area-inset-bottom));transition:transform .25s ease-out}
