.cfw-payment-method-information-wrap{
    background-color: #F4F4F4;
}
.payment_method_bravo_cart_sender{
    padding: 0% !important;
}


.ppg-payment-form{
    padding: 2%;
    border-radius: 10px;
}

.ppg-payment-form > .form-group {
    padding: 2% 0%;
}

/* Style the input container */
.input-container {
    position: relative;
}

/* Style the card icon */
.card-icon::before {
    content: '\f09d'; /* Use the Unicode for the card icon (e.g., FontAwesome's Unicode) */
    position: absolute;
    left: 10px; /* Adjust the left position as needed */
    top: 50%; /* Vertically center the icon */
    transform: translateY(-50%); /* Vertically center the icon */
    font-family: FontAwesome; /* Use the font family for your icon (e.g., FontAwesome) */
    font-size: 20px; /* Adjust the font size as needed */
}