.circle-spinner-white-small{border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.outer-circle{width:80px;height:80px;display:flex;justify-content:center;align-items:center}.buttonRefresh{text-transform:capitalize!important}.wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.error-text{font-size:20px;padding-bottom:10px}.outer-circle-text{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.background-circle{display:flex;background-color:#e9f8fd}.background-circle-without-bg{display:flex}:root{--dot-size:12px}.dots,.small-dots{background-color:#26bbed;width:var(--dot-size);height:var(--dot-size);border-radius:10px;margin:4px}.dotsText,.small-dots{width:8px;height:8px}.dotsText{background-color:#26bbed;border-radius:10px;margin:2px}.dot1{animation-timing-function:linear}.dot1,.dot2{animation-duration:.3s;animation-name:slidein;animation-iteration-count:infinite;animation-direction:alternate}.dot2{animation-delay:.1s;animation-timing-function:linear}.dot3{animation-duration:.3s;animation-name:slidein;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:.2s;animation-timing-function:linear}@keyframes slidein{0%{transform:translateY(0)}to{transform:translateY(5px)}}img.emoji{width:1em;height:1em;display:inline-block;vertical-align:-.1em}