@keyframes hb-progress-circular{0%{transform:rotate(0)}12.5%{transform:rotate(180deg);animation-timing-function:linear}25%{transform:rotate(630deg)}37.5%{transform:rotate(810deg);animation-timing-function:linear}50%{transform:rotate(1260deg)}62.5%{transform:rotate(1440deg);animation-timing-function:linear}75%{transform:rotate(1890deg)}87.5%{transform:rotate(2070deg);animation-timing-function:linear}to{transform:rotate(2520deg)}}@keyframes hb-progress-circular-pseudo{0%{-webkit-clip-path:polygon(50% 50%,37% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,37% 0,50% 0,50% 0,50% 0,50% 0)}18%{-webkit-clip-path:polygon(50% 50%,37% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,37% 0,100% 0,100% 0,100% 0,100% 0)}53%{-webkit-clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,100% 100%,100% 100%)}88%{-webkit-clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,0 100%,0 63%);clip-path:polygon(50% 50%,37% 0,100% 0,100% 100%,0 100%,0 63%)}}.hb-progress-circular{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:0;border-radius:50%;padding:.25em;width:3em;height:3em;color:rgb(var(--amt-primary-rgb));background-color:initial;font-size:16px;overflow:hidden}.hb-progress-circular::-webkit-progress-bar{background-color:initial}.hb-progress-circular:indeterminate{animation:hb-progress-circular 6s infinite cubic-bezier(.3,.6,1,1)}.hb-progress-circular:indeterminate::-webkit-progress-value,.hb-progress-circular:indeterminate::before{content:"";display:block;box-sizing:border-box;margin-bottom:.25em;border:solid .25em;border-radius:50%;width:100%!important;height:100%;background-color:initial;-webkit-clip-path:polygon(50% 50%,37% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,37% 0,50% 0,50% 0,50% 0,50% 0);animation:hb-progress-circular-pseudo .75s infinite linear alternate;animation-play-state:inherit;animation-delay:inherit}.hb-progress-circular:indeterminate::-moz-progress-bar{box-sizing:border-box;border:solid .25em;border-radius:50%;width:100%;height:100%;background-color:initial;clip-path:polygon(50% 50%,37% 0,50% 0,50% 0,50% 0,50% 0);animation:hb-progress-circular-pseudo .75s infinite linear alternate;animation-play-state:inherit;animation-delay:inherit}.hb-progress-circular:indeterminate::-ms-fill{animation-name:-ms-ring}.hb-progress-circular.--progress-white-2x{color:#fff;width:26px;height:26px;font-size:14px;position:relative;bottom:-6px}