.spinner-box{background-color:#0000;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}@keyframes configure-clockwise{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes configure-xclockwise{0%{transform:rotate(45deg)}25%{transform:rotate(-45deg)}50%{transform:rotate(-135deg)}75%{transform:rotate(-225deg)}to{transform:rotate(-315deg)}}.configure-border-1{background:var(--color-secondary-7);justify-content:center;align-items:center;width:115px;height:115px;padding:3px;animation:3s ease-in-out infinite alternate configure-clockwise;display:flex;position:absolute}.configure-border-2{background:var(--color-secondary-7);justify-content:center;align-items:center;width:115px;height:115px;padding:3px;animation:3s ease-in-out infinite alternate configure-xclockwise;display:flex;left:-115px;transform:rotate(45deg)}.configure-core{background-color:var(--color-secondary-9);width:100%;height:100%}
