@keyframes Spinner-module__AZDDsG__spinner-rotate-animation{to{transform:rotate(360deg)}}@keyframes Spinner-module__AZDDsG__spinner-clip-path-animation{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.Spinner-module__AZDDsG__size-xs{--spinner-size:12px;--spinner-border-width:1px}.Spinner-module__AZDDsG__size-m{--spinner-size:16px;--spinner-border-width:1.5px}.Spinner-module__AZDDsG__size-l{--spinner-size:20px;--spinner-border-width:2px}.Spinner-module__AZDDsG__size-xl{--spinner-size:32px;--spinner-border-width:3px}.Spinner-module__AZDDsG__color-default{--spinner-color:var(--color-icon-tertiary)}.Spinner-module__AZDDsG__color-inherit{--spinner-color:inherit}.Spinner-module__AZDDsG__spinner-wrapper{box-sizing:border-box;justify-content:center;align-items:center;height:100%;display:flex}.Spinner-module__AZDDsG__spinner{width:var(--spinner-size);height:var(--spinner-size);border-radius:var(--border-radius-full);animation:1s linear infinite Spinner-module__AZDDsG__spinner-rotate-animation;position:relative}.Spinner-module__AZDDsG__spinner:before{content:"";box-sizing:border-box;border-radius:var(--border-radius-full);border-width:var(--spinner-border-width);border-color:var(--spinner-color);border-style:solid;animation:2s linear infinite Spinner-module__AZDDsG__spinner-clip-path-animation;position:absolute;top:0;bottom:0;left:0;right:0}