@keyframes NeonIuiFadeIn{0%{opacity:0}to{opacity:1}}@keyframes NeonIuiFadeOut{0%{opacity:1}to{opacity:0}}.fade-enter-active{animation:NeonIuiFadeIn .3s}.fade-leave-active{animation:NeonIuiFadeOut .3s}@keyframes NeonIuiFadeZoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes NeonIuiFadeZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.fade-zoom-enter-active{animation:NeonIuiFadeZoomIn .35s}.fade-zoom-leave-active{animation:NeonIuiFadeZoomOut .35s}@keyframes NeonIuiSlideTopIn{0%{top:-100%}to{top:0}}@keyframes NeonIuiSlideTopOut{0%{top:0}to{top:-100%}}@keyframes NeonIuiSlideBottomIn{0%{bottom:-100%}to{bottom:0}}@keyframes NeonIuiSlideBottomOut{0%{bottom:0}to{bottom:-100%}}@keyframes NeonIuiSlideRightIn{0%{right:-100%}to{right:0}}@keyframes NeonIuiSlideRightOut{0%{right:0}to{right:-100%}}@keyframes NeonIuiSlideLeftIn{0%{left:-100%}to{left:0}}@keyframes NeonIuiSlideLeftOut{0%{left:0}to{left:-100%}}.slide-top-enter-active{animation:NeonIuiSlideTopIn .3s}.slide-top-leave-active{animation:NeonIuiSlideTopOut .3s}.slide-right-enter-active{animation:NeonIuiSlideRightIn .3s}.slide-right-leave-active{animation:NeonIuiSlideRightOut .3s}.slide-bottom-enter-active{animation:NeonIuiSlideBottomIn .3s}.slide-bottom-leave-active{animation:NeonIuiSlideBottomOut .3s}.slide-left-enter-active{animation:NeonIuiSlideLeftIn .3s}.slide-left-leave-active{animation:NeonIuiSlideLeftOut .3s}.n-overflow-hidden{overflow:hidden}.n-bottom-sheet__mask{position:fixed;left:0;right:0;top:0;bottom:0;height:100%;z-index:1000;background-color:rgba(0,0,0,.5)}.n-bottom-sheet__mask-opacity{background-color:rgba(0,0,0,.01)}.n-bottom-sheet__mask-content{position:fixed;top:0;left:0;z-index:1001}.n-bottom-sheet__content{position:fixed;z-index:1001;background-color:var(--bg_middle_light, #FFF)}.n-bottom-sheet__content_top{top:0;left:0;right:0}.n-bottom-sheet__content_right{top:0;right:0;bottom:0}.n-bottom-sheet__content_bottom{left:0;right:0;bottom:0;border-radius:12px 12px 0 0;background-color:var(--bg_middle_light, #FFF)}.n-bottom-sheet__content_bottom-transition{transition:bottom .3s}.n-bottom-sheet__content_bottom-body{position:relative;overflow:hidden}.n-bottom-sheet__content_bottom-title{height:36px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.n-bottom-sheet__content_bottom-title-rect{width:32px;height:5px;background-color:var(--icon_tertiary, #CCC);border-radius:3px}.n-bottom-sheet__content_left{top:0;left:0;bottom:0}.n-bottom-sheet__content_center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:6px}
