@tailwind base;@tailwind components;@tailwind utilities;*{font-family:Lexend Exa}@media screen and (max-width: 1400px){.hide-on-shrink{display:none}}@media screen and (max-width: 1399px){.force-full-layout{padding-right:0!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;text-align:center!important}}.box{position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.loader-percentage{color:#fff;text-shadow:2px 2px 6px rgb(125,0,197);font-size:1.2em;z-index:2}.box:before{content:"";position:absolute;width:150px;height:150%;background:linear-gradient(#0cf,#d500f9,#d500f9);animation:rotates 2s linear infinite}.box:after{content:"";position:absolute;background:#000;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%}@keyframes rotates{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
