.t2000fx-overlay{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55);padding:20px;box-sizing:border-box;}
.t2000fx-card{max-width:420px;width:100%;background:#fff;border-radius:16px;padding:34px 26px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.25);font-family:Arial,Helvetica,sans-serif;}
.t2000fx-icon{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;margin:0 auto;line-height:1;}
.t2000fx-title{font-size:22px;font-weight:bold;margin-top:14px;color:#005461;}
.t2000fx-msg{font-size:15px;line-height:1.55;color:#4a5a5d;margin-top:10px;}
.t2000fx-btn{margin-top:22px;border:0;background:#005461;color:#fff;padding:13px 30px;border-radius:10px;font-size:16px;font-weight:bold;cursor:pointer;}
.t2000fx-ok .t2000fx-icon{background:#1e8a3c;}
.t2000fx-ok .t2000fx-title{color:#1e8a3c;}
.t2000fx-err .t2000fx-icon{background:#c0272d;}
.t2000fx-err .t2000fx-title{color:#c0272d;}
.t2000fx-err .t2000fx-msg{color:#c0272d;}
.t2000fx-spinner{width:64px;height:64px;margin:0 auto;border:6px solid #d7e3e5;border-top-color:#005461;border-radius:50%;animation:t2000fx-spin .9s linear infinite;}
@keyframes t2000fx-spin{to{transform:rotate(360deg);}}
/* Avvisi d'errore di Elementro in rosso, solo sul form di registrazione (#t2000-reg = wrapper widget). */
#t2000-reg .elementor-message-danger,
#t2000-reg .elementor-message.elementor-error,
#t2000-reg .elementor-field-group .elementor-message{color:#c0272d !important;}
