.redarea-spinner{left:0;top:0;padding:0;margin:0;position:absolute;opacity:.9;z-index:999;background:#e8ebee;display:flex;flex-direction:column;justify-content:center;align-items:center}.redarea-spinner .redarea-spinner-message{margin:5px;font-size:3.5rem;color:#999}.redarea-spinner .redarea-spinner-icon{display:inline-block;position:relative;width:70px;height:70px;border-radius:70px;background:#fff}.redarea-spinner .redarea-spinner-icon div{transform-origin:35px 35px;animation:redarea-spinner-icon 1.2s linear infinite}.redarea-spinner .redarea-spinner-icon div:after{content:" ";display:block;position:absolute;top:11px;left:32px;width:6px;height:9px;border-radius:40%;background:#111125}.redarea-spinner .redarea-spinner-icon div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s}.redarea-spinner .redarea-spinner-icon div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.redarea-spinner .redarea-spinner-icon div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.redarea-spinner .redarea-spinner-icon div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.redarea-spinner .redarea-spinner-icon div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.redarea-spinner .redarea-spinner-icon div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.redarea-spinner .redarea-spinner-icon div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.redarea-spinner .redarea-spinner-icon div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.redarea-spinner .redarea-spinner-icon div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.redarea-spinner .redarea-spinner-icon div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.redarea-spinner .redarea-spinner-icon div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.redarea-spinner .redarea-spinner-icon div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes redarea-spinner-icon{0%{opacity:1}100%{opacity:0}}