.flex{display:flex}.flex-flow{flex-flow:row wrap}.justify-center{justify-content:center}.justify-right{justify-content:right}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-start,.items-end{align-items:flex-start}.flex-col{flex-direction:column}.inline-flex{display:inline-flex}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.content-flex-start{justify-content:flex-start}.justify-evenly{justify-content:space-evenly}.flex-inherit{flex-wrap:inherit}.relative{position:relative}.absolute{position:absolute}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@tailwind base;@tailwind components;@tailwind utilities;@layer components{svg{display:inline;vertical-align:baseline}button,[type=button],[type=submit]{background:#1890ff;background-image:none}button,[type=reset]{background:transparent}}#app{width:100vw;height:100vh}
