@keyframes spin{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-50}to{stroke-dasharray:90,150;stroke-dashoffset:-130}}.cl-loading.-x-small{height:20px;width:20px}.cl-loading.-small{height:28px;width:28px}.cl-loading{height:40px;width:40px}.cl-loading.-large{height:52px;width:52px}.cl-loading.-x-large{height:64px;width:64px}.cl-loading.-secondary>svg>circle:last-of-type{stroke:var(--cl-color-loading-secondary-fill-active)}.cl-loading.-secondary>svg>circle:first-of-type{stroke:var(--cl-color-loading-secondary-fill-inactive)}.cl-loading>svg{stroke:var(--cl-color-loading-primary-fill-inactive)}.cl-loading>svg>circle:last-of-type{stroke:var(--cl-color-loading-primary-fill-active);stroke-dasharray:none;stroke-dashoffset:0;stroke-linecap:round;animation:dash 2s ease-in-out infinite,spin 2s linear infinite;transform-origin:center center}@media(prefers-reduced-motion:reduce){.cl-loading>svg>circle:last-of-type{animation:dash 10s linear infinite}}