.custom-alert-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-alert-modal{background:#1a1a1a;border:1px solid #333;border-radius:12px;min-width:320px;max-width:480px;padding:24px}.custom-alert-content{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.custom-alert-icon{font-size:48px;line-height:1}.custom-alert-content.error .custom-alert-icon,.custom-alert-content.success .custom-alert-icon,.custom-alert-content.warning .custom-alert-icon,.custom-alert-content.info .custom-alert-icon{color:var(--base-theme-color)}.custom-alert-content.info .custom-alert-close,.custom-alert-content.info .custom-alert-close:hover{background:var(--bg-button-zapam)}.custom-alert-message{color:#fff;margin:0;font-size:16px;line-height:1.5}.custom-alert-close{background:var(--bg-button-zapam);color:#fff;cursor:pointer;border:none;border-radius:8px;min-width:80px;padding:12px 24px;font-size:14px;font-weight:500;transition:background-color .2s}.custom-alert-close:hover,.custom-alert-content.error .custom-alert-close,.custom-alert-content.error .custom-alert-close:hover,.custom-alert-content.success .custom-alert-close,.custom-alert-content.success .custom-alert-close:hover,.custom-alert-content.warning .custom-alert-close,.custom-alert-content.warning .custom-alert-close:hover{background:var(--bg-button-zapam)}
