/*
 * Stripe Payment footer
 */

 .App-Footer {
    display: flex;
    position: absolute;
    left: calc(10px + 5px);
    bottom: calc(13px + 30px);
}

.App-Footer a {
    color: #30313d;
    text-decoration: none;
    line-height: 16px;
    display: inline-block;
}

.App-Footer a:hover {
    color: #0d6efd;
}

.App-Footer div {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #85868e;
    line-height: 15px;
    display: inline-block;
}

.App-Footer .Footer-Links {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.App-Footer .Footer-Links a {
    margin-right: 7px;
    border-right: 1px solid #85868e;
    padding-right: 7px;
}

.App-Footer .Footer-Links a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#payment-form .submit-button {
    text-align: right;
}
