.loading-content{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.loading-wrapper{display:flex;justify-content:center;align-items:center;min-width:107px;min-height:105px;border-radius:100%;background:#fff;box-shadow:0 4px 26px #00000029}.lookup-loading-loader{display:inline-block;width:60px;height:60px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#007bff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
