#error-popup .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;pointer-events:auto}#error-popup .popup-content{max-width:500px;width:100%;box-shadow:0 4px 8px rgba(0,0,0,.2);pointer-events:all;position:relative}#error-popup .popup-close-btn{font-size:32px;width:auto;height:32px;border:0;margin:0;padding:0;cursor:pointer;position:absolute;top:17px;right:17px;background-color:white}#error-popup .popup-close-btn .icon-hv2-close-circle{margin-top:2px;margin-left:-10px}#error-popup .error-popup-container{display:flex;flex-direction:column;justify-content:space-between;height:280px;padding:30px 20px 20px;border-radius:8px;background-color:white}#error-popup .error-popup-title{margin:0 0 4px;padding:0;font-size:18px;font-weight:700;line-height:26px;letter-spacing:-.02em;text-align:left;color:#303030}#error-popup .error-popup-subtitle{margin:0 0 16px;padding:0;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.02em;text-align:center;color:#606060}#error-popup .icon-hv2-error-warning{font-size:24px;color:#c2510a}#error-popup .error-popup-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}#error-popup .error-popup-actions-btn{text-transform:uppercase;font-weight:500;background:#0071b3;width:165px;border-radius:4px}#error-popup .error-popup-instruction{color:var(--color-primary)}#error-popup .error-popup-success{justify-content:center;flex-direction:column}#error-popup .error-popup-success-action{flex-direction:column}#error-popup .error-popup-icon,#error-popup .error-popup-title{display:flex;justify-content:center}