.CustomAlert_customAlertOverlay___skwf{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;padding:16px;box-sizing:border-box;z-index:var(--z-topmost,2000);overflow:auto}.CustomAlert_customAlert__El4eJ{position:relative;background:var(--inputBackground);color:var(--inputColor);padding:var(--space-5);padding-top:calc(var(--space-5) + 8px);border-radius:var(--radius-2);box-shadow:var(--elev-3);width:min(720px,96vw);max-width:96vw;max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;gap:var(--space-4);margin:auto 0}.CustomAlert_customAlertInner__mHvaF{overflow:auto;max-height:calc(100% - 120px);padding-right:8px;-webkit-overflow-scrolling:touch}.CustomAlert_closeButton__w5Xve{position:absolute;top:var(--space-2);right:var(--space-2);border:none;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--baseTintDarker)}.CustomAlert_bodyStacked__wm0J3{display:flex;flex-direction:column;gap:var(--space-3)}.CustomAlert_customAlertSide__Q9hsv{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);gap:var(--space-4);align-items:flex-start}.CustomAlert_sideText__pqImO{display:flex;flex-direction:column;gap:var(--space-2)}.CustomAlert_customAlertImageWrap__ePxD_{display:grid;place-items:center;border-radius:var(--radius-2);overflow:hidden;background:var(--surface-2);border:1px solid var(--border)}.CustomAlert_heading__7K7Fc{margin:0;font-size:var(--fs-lg);font-weight:500;color:var(--baseTintExtra)}.CustomAlert_message__vBgN8{margin:0;color:var(--inputColorMuted);font-size:var(--fs-sm)}.CustomAlert_extraContent__W2gEQ{margin-top:var(--space-1);font-size:var(--fs-sm)}.CustomAlert_inputGroup__6TZAm{display:flex;flex-direction:column;gap:var(--space-3)}.CustomAlert_inputField__1oEHI{width:100%;padding:.55rem .75rem;border-radius:var(--radius-1);border:1px solid var(--baseTintDarker);background:var(--baseTintTransparent);color:var(--inputColor);font-size:var(--fs-sm)}.CustomAlert_errorMessage__75ftS{margin:0;font-size:var(--fs-xs);color:var(--danger)}.CustomAlert_buttonRow__RW6Wi{display:flex;justify-content:flex-end;gap:var(--space-2)}.CustomAlert_smallButton__ELWoU{min-width:110px}@media screen and (max-width:600px){.CustomAlert_customAlert__El4eJ{padding:var(--space-4);padding-top:calc(var(--space-4) + 8px);width:calc(100vw - var(--space-4));max-height:85vh}.CustomAlert_customAlertSide__Q9hsv{grid-template-columns:1fr}.CustomAlert_buttonRow__RW6Wi{justify-content:space-between}}