.app-modal-actions .primary {
    background: #171e28;
    color: #fff;
    border-color: #171e28;
}
.app-modal-actions.single {
    justify-content: stretch;
}
.app-modal-actions.single .primary {
    width: 100%;
}
.app-modal-status {
    width: 58px;
    height: 58px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e9f9f0;
    color: #159447;
    font-size: 31px;
    font-weight: 900;
}
.app-modal-success .app-modal-card {
    text-align: center;
    border-color: #cceedd;
}
.app-modal-success .app-modal-card h2 {
    color: #15834a;
}
.app-modal-success .app-modal-card p {
    margin-bottom: 2px;
}
.app-modal-error .app-modal-status {
    background: #ffe8e8;
    color: #c92c36;
}
.app-modal-error .app-modal-card {
    text-align: center;
    border-color: #f2bfc3;
}
.app-modal-error .app-modal-card h2 {
    color: #c92c36;
}
