.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;outline:none}.CustomButton--Primary,.CustomButton--Secondary,.CustomButton--Tertiary,.CustomButton--Outline{text-transform:uppercase;letter-spacing:1px}.CustomButton--Primary{--tw-bg-opacity:1;background-color:rgb(213 35 55/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-style:none;font-size:14px;font-style:normal;font-weight:700}.CustomButton--Primary:hover:not(.CustomButton--Disabled){background-color:#d52337cc}.CustomButton--Secondary{--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(255 255 255/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background-color:#0000;font-size:14px;font-style:normal;font-weight:700}.CustomButton--Secondary:hover:not(.CustomButton--Disabled){background-color:#ffffff1a}.CustomButton--Tertiary{--tw-text-opacity:1;color:rgb(209 209 219/var(--tw-text-opacity,1));background-color:#0000;border:none;padding:10px;font-size:12px;font-style:normal;font-weight:600}.CustomButton--Tertiary:hover:not(.CustomButton--Disabled){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CustomButton--White{--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(213 35 55/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(213 35 55/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}.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--Outline{--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(229 231 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(13 17 23/var(--tw-text-opacity,1));font-size:14px;font-style:normal;font-weight:700}.CustomButton--Outline:hover:not(.CustomButton--Disabled){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.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--Detail{height:32px;padding:8px}.CustomButton--Small{height:38px}.CustomButton--Medium{height:44px}.CustomButton--Large{height:50px}.CustomButton--Disabled{cursor:not-allowed;pointer-events:unset;opacity:.4!important}.CustomButton__Tooltip{z-index:10;font-size:14px;opacity:1!important}