.custom-loader{border-top:4px solid var(--saysike-blue-secondary);box-sizing:border-box;border-right:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.custom-loader:after{content:"";box-sizing:border-box;border-left:4px solid var(--saysike-blue-primary);border-bottom:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:.5s linear infinite reverse rotation;position:absolute}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
