#pokeball-loader{box-sizing:border-box;background-color:#fff;border:3px solid;border-radius:50%;width:60px;height:60px;animation:.8s linear infinite frames;position:relative;overflow:hidden}#pokeball-loader:after{content:"";background-color:red;border-bottom:4px solid;width:60px;height:30px;position:absolute}#pokeball-loader:before{content:"";z-index:1;background-color:#fff;border:4px solid;border-radius:50%;width:10px;height:10px;position:absolute;bottom:21px;right:22px}@keyframes frames{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0}#pokemon-directory,#error-page{background-color:#800020;flex-direction:column;min-height:100vh;display:flex}div>.MuiAutocomplete-listbox{max-height:50vh;padding:0}.MuiAutocomplete-noOptions{background-color:#b8314f}
