#yampiPurchaseConfirmationWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    font: 13px 'helvetica neue', helvetica, sans-serif;
    z-index: 99999999;
    background: #fff;
}

#yampiPurchaseConfirmationWrapper.active {
    display: block;
}

#yampiPurchaseConfirmationWrapper > div {
    margin-top: 200px;
}

#yampiPurchaseConfirmationWrapper .yampi_purchase_title {
    font-size: 20px;
    color: #333;
}

#yampiPurchaseConfirmationWrapper .yampi_purchase_confirmation_btn {
    display: inline-block;
    background: #3FC583;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .575rem .95rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: .5px;
}
