.rappipay-button {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    background: linear-gradient(140.58deg, #ff7d45 -1.15%, #ff0c37 29.37%, #ff0c37 62.21%, #ff3e8f 104.79%);
    padding: 8px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: auto;
}
.rappipay-button:hover {
    background-color: #f16d5e;
    color: #fff;
}
.rappipay-button.disabled {
    cursor: not-allowed;
    filter: grayscale(100%);
    opacity: 0.75;
}
.rappipay-button.w-full {
    width: 100%;
}
.rappipay-button img {
    margin: 0 auto;
}
.rappipay-javascript-notice {
    z-index: 9999;
    font-size: 21px;
    text-align: center;
    color: white;
    position: fixed;
    top: 10px;
    width: 100%;
    padding: 5px 0;
}
.rappipay-javascript-notice.error {
    background-color: #df1414d6;
}
.rappipay-javascript-notice.success {
    background-color: #39ce1bd6;
}
.rappipay-javascript-notice.warning {
    background-color: #003372d6;
}
