.container{display:flex;width:100%;justify-content:center;align-items:center;padding-bottom:5px}.container .custom-loader{width:100px;height:100px;border-radius:50%;background:conic-gradient(transparent 10%,#e03b24);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 16px),#000 0);animation:s3 1s linear infinite}@keyframes s3{to{transform:rotate(1turn)}}