.loader{background-color:#fff;width:100%;position:absolute;top:0;bottom:0;left:0;z-index:100000;display:flex;justify-content:center;align-items:center;opacity:1;text-align:center}.loader.fullScreen{position:fixed}.loader .wrapper{width:100px;height:100px;display:inline-flex;flex-direction:column;justify-content:space-around}.loader .inner{width:40px;height:40px;margin:0 auto;text-indent:-12345px;border-top:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);border-left:1px solid rgba(0,0,0,.7);border-radius:50%;z-index:100001}.loader .inner{animation:spinner .6s infinite linear}.loader .text{width:100px;height:20px;text-align:center;font-size:12px;letter-spacing:4px;color:#000}.loader.hidden{z-index:-1;opacity:0;transition:opacity 1s ease .5s,z-index .1s ease 1.5s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:active,input:-webkit-autofill:focus{-webkit-text-fill-color:black!important;transition:background-color 5000s ease-in-out 0s;transition-delay:9999s}
