.cohabit-spinner-wrapper{background:0 0;justify-content:center;align-items:center;width:100%;display:flex}.cohabit-spinner-container{background:0 0;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.cohabit-spinner-logo-wrapper{width:150px;height:150px;position:relative}.cohabit-spinner-logo{z-index:2;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cohabit-spinner-cycle{position:absolute;inset:0}.cohabit-cycle-stage{transform-origin:50% 75px;background-color:#0000;border-radius:0;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;margin-top:-35px;margin-left:-35px;animation:10s linear infinite revolve;display:flex;position:absolute;top:50%;left:50%}.cohabit-cycle-stage span{font-size:24px}.stage-label{text-align:center;color:#6c757d;white-space:nowrap;margin:5px 0 0;font-size:10px;font-weight:500}.cohabit-cycle-stage[data-step="1"]{animation-delay:0s}.cohabit-cycle-stage[data-step="2"]{animation-delay:-8.33s}.cohabit-cycle-stage[data-step="3"]{animation-delay:-6.66s}.cohabit-cycle-stage[data-step="4"]{animation-delay:-5s}.cohabit-cycle-stage[data-step="5"]{animation-delay:-3.33s}.cohabit-cycle-stage[data-step="6"]{animation-delay:-1.66s}.cohabit-spinner-message{color:#2a9d8f;text-align:center;margin:1rem 0 0;font-size:1rem;font-weight:500}@keyframes revolve{0%{transform:rotate(0)translateY(-75px)rotate(0)}to{transform:rotate(360deg)translateY(-75px)rotate(-360deg)}}
