.animated-border-button-wrapper{position:relative;display:inline-block;padding:3px;border-radius:15px}.animated-border-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;min-width:275px;font-family:Poppins,sans-serif;font-weight:600;font-size:18px;text-decoration:none;color:white;border-radius:12px;overflow:hidden;transition:background-color .3s ease,transform .3s ease;z-index:1;cursor:pointer;background-clip:padding-box}.animated-border-button-border{left:-1px;top:-1px;right:-1px;bottom:-1px;content:"";position:absolute;z-index:0;background:conic-gradient(from var(--angle),transparent 0,transparent 35%,#9d55ff 45%,#6614ee 50%,#9d55ff 55%,transparent 65%,transparent 100%);border-radius:inherit;transition:opacity .3s ease}.animated-border-button-content{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:2}.animated-border-button svg{width:24px;height:24px}.animated-border-button-wrapper:hover .animated-border-button{background-color:#7a29ff}.animated-border-button-wrapper[data-fast=true]{--rotation-multiplier:200}.animated-border-button-wrapper{--rotation-multiplier:100}