#paypal-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.paypal-modal-content {
    background: #fff;
    width: 95%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

#paypal-amount {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.psc-close {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    font-size: 40px;
    line-height: 20px;
}
.pay-now-btn {
    margin-left: 25px;
}
.mobile-payment-btn {
    text-align: center;
}
.mobile-payment-btn {
	display: none;
}
@media (max-width: 1199px){
	.mobile-payment-btn {
		text-align: center;
		display: block;
	}
}