.top-sheet-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:flex;justify-content:center;align-items:flex-start}.top-sheet-content{background-color:#fff;width:100%;max-width:480px;padding:20px;padding-bottom:10px;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.top-slide-enter-active,.top-slide-leave-active{transition:transform .3s ease-out}.top-slide-enter,.top-slide-leave-to{transform:translateY(-100%)}.top-sheet-content .close-btn{width:100%;margin-top:.75rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.top-sheet-content .close-btn .icon{width:24px;height:24px;color:#323334}