.custom-btn{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px;padding:0 16px;width:min-content;height:42px;border-color:transparent;border-radius:12px;box-sizing:border-box;background-color:var(--Primary-Brand,#8870ff);transition:transform .3s ease-in-out;cursor:pointer}.custom-btn:hover{transform:scale(1.02)}.custom-btn__text{color:var(--White,#fff);text-align:center;font-family:Satoshi-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;white-space:nowrap}