
.gp-container {
    background: linear-gradient( to bottom, #F3F3F3 0%, #F3F3F3 50%, #4CB4E7 50%, #4CB4E7 100% );
    display: flex;
    justify-content: center;
    padding: 5rem 0px;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gp-invoice-box {
    background-color: #fff;
    min-width: 26rem;
    max-width: 40rem;
    font-family: 'Inter', sans-serif;
    margin: auto;
    box-shadow: 0px 4px 21px 0px #004b8a14;
    border-radius: 4px;
    -webkit-mask: radial-gradient(24px at 199px 375px,#0000 98%,#000) 10000% / 100.5%;
}

.gp-card {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .gp-card div {
        margin: 1.5rem 0;
    }

    .gp-card .gp-title {
        margin: 0.5rem 0;
    }

.gp-title {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #003A64;
    text-align: center;
    width: 30rem;
    height: 7rem;
    overflow: hidden;
}


.gp-circle-img-frame {
    display: flex;
    justify-content: center;
    border: 4px solid #D9D9D9;
    border-radius: 4px;
    padding: 3px;
}

.gp-mf-circle-img-lg {
    border-radius: 4px;
    display: inline-block;
    width: 12rem;
    height: 12rem;
}

.gp-currency-amount {
    direction: ltr;
}

#gp-spn-amount {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.07em;
    color: #003A64;
}

.gp-zeros {
    color: #134B6F;
    font-size: 18px;
}

.gp-currency {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    margin-inline-start: 4px;
    color: #727171;
}

.gp-dotted-line {
    width: 36rem;
    border-bottom: 2px dashed #3488B8;
    margin: 2rem;
}

.gp-container-button {
    width: 300px;
    height: 40px;
}

@media screen and (max-width: 1024px) {
    .gp-container {
        left: 50%;
        margin-left: -512px;
    }
}

@media (max-width: 575.98px) {
    .gp-invoice-box {
        min-width: 28rem;
        max-width: 30rem;
        -webkit-mask: radial-gradient(22px at 149px 313px,#0000 98%,#000) 10000% / 100.5%;
    }

    .gp-card {
        padding: 3.2rem 2rem;
    }

    .gp-title {
        font-size: 24px;
        line-height: 28px;
        width: 24rem;
        height: 5.2rem;
    }

    .gp-mf-circle-img-lg {
        width: 10rem;
        height: 10rem;
    }

    #gp-spn-amount {
        font-size: 20px;
        line-height: 24px;
    }

    .gp-zeros {
        font-size: 14px;
    }

    .gp-currency {
        font-size: 18px;
        line-height: 20px;
    }

    .gp-circle {
        padding: 2rem;
    }

    .gp-dotted-line {
        width: 27rem;
    }

    .gp-container-button {
        width: 200px;
        height: 40px;
    }
}

.gpay-button,
.gpay-button.new_style {
    min-height: auto !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

.gpay-button-fill > .gpay-button.donate,
.gpay-button-fill > .gpay-button.book,
.gpay-button-fill > .gpay-button.checkout,
.gpay-button-fill > .gpay-button.order,
.gpay-button-fill > .gpay-button.pay,
.gpay-button-fill > .gpay-button.subscribe,
.gpay-button-fill-new-style > .gpay-button.donate,
.gpay-button-fill-new-style > .gpay-button.book,
.gpay-button-fill-new-style > .gpay-button.checkout,
.gpay-button-fill-new-style > .gpay-button.order,
.gpay-button-fill-new-style > .gpay-button.pay,
.gpay-button-fill-new-style > .gpay-button.subscribe {
    padding: 6px 15% !important;
    background-size: contain;
}
