.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.items-start{align-items:flex-start}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.h-full{height:100%}.w-full{width:100%}.flex-1{flex:1}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.min-h-screen{min-height:100vh}.hidden{display:none!important}.block{display:block}
