.modal-content.alert-modal{display:flex;flex-direction:column;justify-content:space-between;max-width:780px;width:100%;margin:0 auto;top:50%;transform:translateY(-50%);border-radius:0;background:var(--shade-900);padding:0 60px!important;text-align:center}.alert-modal-title{width:100%}.alert-modal-description{font-size:14px;margin-bottom:0}.alert-modal-description a{color:var(--text-600)}.alert-modal .buttons-container{margin-top:40px}.alert-modal .button-primary{background:var(--primary-100)}@media (max-width:1024px){.modal-content.alert-modal{max-width:100%;height:100%;padding:0 20px!important}}