.qualification-container{border-radius:8px;margin:30px auto;max-width:600px;padding:20px}.qualification-state{padding:20px;text-align:center}.spinner{margin:20px auto;text-align:center;width:70px}.spinner>div{animation:bounce 1.4s ease-in-out infinite both;background-color:#333;border-radius:100%;display:inline-block;height:18px;width:18px}h2{color:#000}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}#success-state{background-color:#e6f7ea;color:#2e7d32}#failure-state{background-color:#fdeded;color:#c62828}#processing-state{background-color:#e3f2fd;color:#1565c0}