.error-notification{border-radius:var(--border-radius-medium);border:1px solid var(--theme-color-22);background-color:#fff4f4;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin-bottom:20px;padding:12px;display:flex;position:relative}.error-notification .alert-icon{flex-shrink:0;margin-right:12px}.error-notification .close-icon{cursor:pointer;transition:all .2s}.error-notification .close-icon:hover{background-color:rgba(var(--theme-color-22-rgb), .15)}.error-notification .close-icon:active{transform:scale(.9)}.error-notification .close-icon:focus{outline:2px solid var(--theme-color-22);outline-offset:2px}.error-notification .report-button{color:var(--theme-color-22);border:1px solid var(--theme-color-22);background-color:#0000;border-radius:4px;font-size:11px;line-height:22px;min-width:auto!important;height:24px!important;min-height:24px!important;padding:0 8px!important}.error-notification .report-button:before,.error-notification .report-button:after{display:none!important}.error-notification .report-button .loading-spinner{border-right-color:var(--theme-color-22)!important;width:12px!important;height:12px!important}.error-notification .report-button.success .button-content .default,.error-notification .report-button.success .button-content .submit-loading{display:none!important}.error-notification .report-button.success .button-content .completed{opacity:1!important;height:auto!important;transform:none!important}.error-notification .report-button.success{border-color:var(--theme-color-24);color:var(--theme-color-24)}.error-notification .report-button:hover{background-color:rgba(var(--theme-color-22-rgb), .08)}.error-notification .report-button:active{transform:scale(.98)}.error-notification .action-buttons{justify-content:center;align-items:center;gap:8px;display:flex}.error-notification ul{color:var(--theme-color-22);flex-direction:column;flex:1;gap:2px;margin:0;padding:0;list-style:none;display:flex}.error-notification ul .error-message{justify-content:space-between;align-items:center;gap:12px;display:flex}.error-notification .info-icon{cursor:help;justify-content:center;align-items:center;transition:all .2s;display:flex}.error-notification .info-icon:hover{background-color:rgba(var(--theme-color-22-rgb), .15)}.error-notification .info-icon:active{transform:scale(.9)}.error-notification .info-icon:focus{outline:2px solid var(--theme-color-22);outline-offset:2px}.error-notification-tooltip{text-align:left;white-space:normal;overflow-wrap:anywhere;max-width:420px}.error-notification-tooltip-list{flex-direction:column;gap:4px;margin:0;padding:10px 20px;list-style:outside;display:flex}.error-notification-tooltip-list li{color:inherit;font-size:12px;line-height:1.4}
