.error-fallback{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:4px}.error-title{color:#721c24;margin-top:8px}.error-icon{color:#721c24;width:24px;height:24px}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:100vh}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#4fa94d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}