@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root,.app{height:100%;width:100%;font-family:Open Sans,sans-serif}.MuiInputBase-input-MuiOutlinedInput-input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #000!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:none!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #000 inset;transition:background-color 5000s ease-in-out 0s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#80808030;z-index:9999;display:flex;align-items:center;justify-content:center}.loading-spinner{width:50px;height:50px;border:10px solid #0071BB;border-top:10px solid transparent;border-radius:50%;animation:spinner 1.5s linear infinite}
