body,html,#root{box-sizing:border-box;width:100%;height:100%;margin:0;padding:0}.w-full{width:100%}.h-full{height:100%}.flex-col{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.justify-center{justify-content:center}.items-center{align-items:center}.text-truncate{text-overflow:clip;white-space:nowrap;overflow:hidden}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.hover-ani{transition:all .5s;transform:scale(1)}.hover-ani:hover{transform:scale(1.1)}.hover-ani .hide{visibility:hidden}.hover-ani:hover .hide{visibility:visible}
