.successText {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.8;
    color: var(--orising-colors-success-200, #5fd080);
}
.text-center {
    text-align: center;
}
[data-remodal-id="modalReview"] .addDocuments__remove {
    display: none !important;
}
.listTotal__text {
    text-align: right;
}
.notFound {
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--orising-colors-grey-500, #515057);
}
.StripeElement {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 16px !important;
    position: relative;
    background-color: #fff;
    padding: 10px 16px;
}
.position-relative {
    position: relative;
}
.blockingOverlay {
    position: absolute;
    z-index: 45;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    opacity: 0.7;
}
.confirmButton {
    margin-top: 20px;
}
