@tailwind base;@tailwind components;@tailwind utilities;.pagination-container{display:flex;justify-content:center;&.top{justify-content:end;>[role=navigation]{margin-top:0}}}.pagination-new{margin:2rem 0;a,em,span.gap{@apply text-2xl text-active rounded-xl;display:inline-block;text-align:center;line-height:3.5rem;min-width:3.5rem;white-space:nowrap;margin-left:.1rem;&.current{@apply font-bold bg-[#F3F8FF];}}a{@apply !cursor-pointer;}.gap:after{content:"..."}.next_page{@apply ml-4;}.previous_page{@apply mr-4;}.previous_page,.next_page{font-size:1.6rem}.disabled{display:none}.current{font-style:normal}}#loading{width:40px;height:40px;position:relative;margin:30px}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
