.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.spinner{display:inline-block;position:relative}.spinner-small{width:32px;height:32px}.spinner-medium{width:48px;height:48px}.spinner-large{width:64px;height:64px}.spinner-circle{box-sizing:border-box;border:3px solid #0000;border-top-color:#2196f3;border-radius:50%;width:80%;height:80%;margin:10%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite spinner-rotate;display:block;position:absolute}.spinner-circle:first-child{animation-delay:-.45s}.spinner-circle:nth-child(2){animation-delay:-.3s}.spinner-circle:nth-child(3){animation-delay:-.15s}.loading-message{color:#666;margin-top:16px;font-size:16px;font-weight:400}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
