.wrapper{min-height:100vh;display:flex;justify-content:center;align-items:center}.spinner{width:48px;height:48px;border:5px solid #fff;border-bottom-color:#707070;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}body{background:#fff;font-family:Inter,sans-serif}.ant-tooltip .ant-tooltip-inner{color:#000!important;font-size:16px!important;font-weight:300!important}.icon-button{outline:none;background:none;border:none;cursor:pointer}.container{max-width:1250px;flex:1 1 auto;padding:0 24px;margin:0 auto}.input{padding:15px 30px;border-radius:2px;border:1px solid #ccc;color:#757575;font-size:16px}.input::placeholder{font-weight:300!important}
