.subscription-result{ width: 100%; display: block; text-align: center; padding: 0 0 10px 0; font-size: var(--font-14); font-weight:600 }
.s_success { color: #3ba13b; }
.s_error { color: var(--agora-red-2); }

#form-sent { margin: 3rem 0 }
#form-sent .eg-container { display: flex; flex-direction: column; gap: 1rem; color: #09153d }
#form-sent .eg-container .form-alert { display: flex; flex-direction: column; align-items: center; }
#form-sent .eg-container .form-alert .success-icon{ display: flex; }
#form-sent .eg-container .form-alert .success-icon svg{ color: #3ba13b }
#form-sent .eg-container .form-alert .error-icon{ display: flex; }
#form-sent .eg-container .form-alert .error-icon svg{ color: #e34747 }
#form-sent .eg-container .form-alert .alert-content{ display: flex; flex-direction: column; align-items: center; }
#form-sent .eg-container .form-alert .alert-content h1{ margin: 1rem 0 .6rem 0 }
#form-sent .eg-container .form-alert .alert-content p{ display: flex; font-size: .9rem }