@keyframes spin{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spin3D{from{transform:rotate3d(.5,.5,.5,360deg)}to{transform:rotate3d(0)}}@keyframes configure-clockwise{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}@keyframes configure-xclockwise{0%{transform:rotate(45deg)}25%{transform:rotate(-45deg)}50%{transform:rotate(-135deg)}75%{transform:rotate(-225deg)}100%{transform:rotate(-315deg)}}@keyframes pulse{from{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.spinner-box{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:1000}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.all_buttons_set.fade-out,.spinner-box.fade-out{animation-name:fadeOut;animation-duration:1s;animation-fill-mode:forwards}.circle-border{width:150px;height:150px;padding:3px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#f9ca3f;background:linear-gradient(0deg,rgba(249,206,63,.1) 33%,#ffa310 100%);animation:.8s linear infinite spin}.circle-core{width:100%;height:100%;background-color:#fff;border-radius:50%}