.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-shrink{flex-shrink:0}.flex-grow{flex-grow:1}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.hideScroll{scrollbar-width:none;-ms-overflow-style:none}.hideScroll::-webkit-scrollbar{display:none}body,dl,dd,p,h1,h2,h3,h4,h5,h6{margin:0}ol,ul,li{margin:0;padding:0;list-style:none}img{border:none}a{text-decoration:none}
