.Progress_throbber__Cabcn{position:relative;display:inline-block;width:50px;height:50px;margin:0 auto;animation:Progress_spin__kUqnb .5s linear infinite;border:1px solid #fff;border-top:3px solid var(--bs-primary);border-radius:100%}.Progress_throbber--absolute__sN4fW{position:absolute;z-index:9;top:50%;left:50%;margin:-25px 0 0 -25px}.Progress_progress-wrapper___ACS8:after{content:"";position:absolute;top:-.5rem;left:-.5rem;display:block;width:calc(100% + 1rem);height:0;transition:background-color .3s;pointer-events:none;background-color:hsla(0,0%,100%,0)}.Progress_progress-wrapper--active__MhpZP:after{height:calc(100% + 1rem);pointer-events:all;background-color:hsla(0,0%,100%,.65)}@keyframes Progress_spin__kUqnb{0%{transform:rotate(0)}to{transform:rotate(1turn)}}