.title {
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
}

.confirmation {
    margin-top: 24px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 500
}

.disclaimer {
    margin-top: 24px;
    color: inherit;
    font-size: inherit;
    line-height: 1.4
}

.helpsection {
    margin-top: 24px;
    color: grey;
    font-size: inherit
}

.buttonBar {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.buttonBar button:first-child {
    margin-right: 8px
}

.buttonBar button:last-child {
    margin-left: 8px
}

.warning {
    margin-top: 24px;
    background: #fbe9e7;
    padding: 8px 16px
}
