.CustomButton{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:5px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.CustomButton:focus{box-shadow:none}.CustomButton--Primary{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-style:none}.CustomButton--Primary:hover{opacity:.75}.CustomButton--Primary:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--White{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.CustomButton--White:hover{opacity:.75}.CustomButton--White:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Transparent{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1));background-color:#0000;border-style:none;font-weight:400}.CustomButton--Transparent:hover{opacity:.75}.CustomButton--Transparent:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Success,.CustomButton--Info,.CustomButton--Warn,.CustomButton--Error{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-style:none}.CustomButton--Success:hover,.CustomButton--Info:hover,.CustomButton--Warn:hover,.CustomButton--Error:hover{opacity:.75}.CustomButton--Success:focus,.CustomButton--Info:focus,.CustomButton--Warn:focus,.CustomButton--Error:focus{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.CustomButton--Success{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.CustomButton--Info{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.CustomButton--Warn{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.CustomButton--Error{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.CustomButton--Ink,.CustomButton--Accent,.CustomButton--Outline,.CustomButton--Ghost,.CustomButton--Soft{letter-spacing:.01em;border:1px solid #0000;border-radius:24px}.CustomButton--Ink:active,.CustomButton--Accent:active,.CustomButton--Outline:active,.CustomButton--Ghost:active,.CustomButton--Soft:active{transform:scale(.985)}.CustomButton--Ink{--tw-bg-opacity:1;background-color:rgb(44 42 71/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CustomButton--Ink:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CustomButton--Accent{--tw-bg-opacity:1;background-color:rgb(124 92 230/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CustomButton--Accent:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CustomButton--Outline{--tw-border-opacity:1;border-color:rgb(232 226 246/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(44 42 71/var(--tw-text-opacity,1));background-color:#0000}.CustomButton--Outline:hover{--tw-text-opacity:1;color:rgb(44 42 71/var(--tw-text-opacity,1))}.CustomButton--Ghost{--tw-text-opacity:1;color:rgb(131 127 156/var(--tw-text-opacity,1));background-color:#0000}.CustomButton--Ghost:hover{--tw-text-opacity:1;color:rgb(131 127 156/var(--tw-text-opacity,1))}.CustomButton--Soft{--tw-bg-opacity:1;background-color:rgb(236 231 251/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(44 42 71/var(--tw-text-opacity,1))}.CustomButton--Soft:hover{--tw-text-opacity:1;color:rgb(44 42 71/var(--tw-text-opacity,1))}.CustomButton--Detail{height:32px;padding:8px}.CustomButton--Small{height:38px}.CustomButton--Medium{height:44px}.CustomButton--Large{height:50px}.CustomButton--Sm{padding:9px 14px;font-size:13px;font-style:normal;font-weight:500}.CustomButton--Md{padding:14px 18px;font-size:15px;font-style:normal;font-weight:500}.CustomButton--Full{width:100%}.CustomButton--Disabled{cursor:not-allowed;pointer-events:unset;opacity:.4!important}