.popup-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-ordinal-group:9;-ms-flex-order:8;align-items:center;background:var(--popup-success-container-background);border:var(--popup-success-border);border-radius:8px;-webkit-box-shadow:var(--popup-success-box-shadow);box-shadow:var(--popup-success-box-shadow);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;justify-content:center;left:calc(50% - 75px);min-height:115px;order:8;padding:1pc;position:fixed;top:calc(50% - 57px);width:150px;z-index:8}.error-logo,.popup-logo{width:var(--popup-error-logo-width)}.popup-message{color:var(--popup-succes-text-color);font-family:Roboto;font-size:9pt;font-style:normal;font-weight:700;line-height:120%;text-align:center}.error-container,.popup-message{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.error-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-ordinal-group:9;-ms-flex-order:8;backdrop-filter:blur(2px);background:var(--popup-error-container-background);border:var(--popup-error-border);border-radius:8px;-webkit-box-shadow:0 4px 1pc rgba(0,0,0,.12);box-shadow:0 4px 1pc rgba(0,0,0,.12);-ms-flex-direction:column;flex-direction:column;gap:10px;justify-content:center;left:calc(50% - 89px);min-height:129px;order:8;padding:1pc;position:fixed;top:calc(50% - 64.5px);width:179px;z-index:8}.error-container .popup-message{-webkit-box-ordinal-group:2;-ms-flex-order:1;color:var(--popup-error-text-color);order:1}.message-alert-error .popup-container,.message-alert-success .error-container{display:none}