.bdpg-total-amount {
    margin: 10px 0;
    color: #ffa700;
}

.bdpg-s__acc {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.bdpg-acc__qr-code {
    height: 130px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.bdpg-acc__qr-code img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    float: none !important;
}

/* .bdpg-number-label {
    font-weight: bold;
} */

/* .bdpg-acc_d b {
    color: green !important;
} */

.bdpg-account-type-value {
    color: #ffa700 !important;
    font-weight: bold;
}

.bdpg-number-value {
    color: #ffa700 !important;
    font-weight: bold;
}

.bdpg-number-row {
    margin: 10px 10px 10px 0px;
}

.bdpg-user__acc {
    margin: 10px 0;
}

.bdpg-user__field {
    margin-bottom: 10px;
}
.bdpg-user__field label {
    display: block;
}

.bdpg-user__field input[type="text"] {
    margin-top: 5px;
    border: 1px solid #ddd;
/*     background: #fff; */
    padding: 5px 15px;
	width: 100%;
}

.bdpg-g-details img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.wc_payment_methods li label img {
    height: 30px !important;
    float: right;
}




/* Copy Button Style css code - My Custom Code (DS) */


label {
    color: #ffffff;
    font-size: 15px;
}

/* .payment_box.payment_method_woo_bkash {
    background: #1F2235 !important;
} */

.woocommerce-page.woocommerce-checkout #payment div.payment_box {
	color: #fff;
    background: #1F2235 !important;
	border: 2px solid #24293D;
}

label {
    margin-bottom: 8px;
}

/* p, .entry-content p {
    color: #fff;
} */

.woocommerce-checkout #payment ul.payment_methods li input {
    color: #fff  !important;
	border: 1px solid #E2E3E7 !important;
/*     border: 1px solid #656D73 !important; */
}

.woocommerce-checkout #payment ul.payment_methods li input:focus {
    border: 1px solid #ffa700  !important;
}

.woocommerce-checkout #payment ul.payment_methods li input::placeholder {
    color: #E2E3E7  !important;
}


input.widefat:focus {
    background: #24293D !important;
}



/* মূল কন্টেইনার */
.bdpg-acc_d {
    color: #fff;
/*     margin: 15px 0; */
/*     padding: 12px; */
/*     background: #f9f9f9; */
/*     border-radius: 5px; */
/*     border-left: 3px solid #e2136e; */
    position: relative;
}

/* নাম্বার এবং বাটন সারি */
.bdpg-number-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}


/* কপি বাটন স্টাইল */
.bdpg-copy-btn {
    color: #ffa700;
    background-color: #1F2235;
/*     border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
    margin-left: -5px;
}

.bdpg-copy-btn:hover {
	color: #FBCD01;
    background-color: #1F2235;
}

/* Active এবং Focus স্টেট রিসেট */
.bdpg-copy-btn:active, 
.bdpg-copy-btn:focus {
	color: #FBCD01;
    background-color: #1F2235 !important; /* মূল কালার ফোর্স করুন */
    box-shadow: none !important; /* শ্যাডো রিমুভ */
}

.bdpg-copy-icon {
    width: 25px;
    height: 25px;
    fill: #e2136e;
}

/* গ্লোবাল নোটিফিকেশন স্টাইল */
.bdpg-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.bdpg-notification.show {
    opacity: 1;
    visibility: visible;
}

.bdpg-notification:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #28a745;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

/* পেমেন্ট গেটওয়ে লোগো স্টাইলিং */
.bdpg-payment-logo {
    text-align: center;
    margin: -5px 0 5px 0;
/* 	  padding: -5px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

img.bdpg-payment-logo {
    max-width: 250px !important;
/*     margin: -5px 0px 5px 0px !important; */
}

/* রেস্পন্সিভ করার জন্য মিডিয়া কোয়েরি */
@media only screen and (max-width: 768px) {
    img.bdpg-payment-logo {
        max-width: 200px !important;
    }
}

.woocommerce-checkout #payment ul.payment_methods li img {
/*     margin: -10px 0 0 .5em; */
/* 	max-width: 200px; */
	margin: 0px 0px 0px .0em;
}

img.bdpg-payment-logo {
    max-width: 200px !important;
    margin: -5px 0px 5px 0px !important;
}


/* USDT Payment Link Section - My Custom Code (DS) */
.bdpg-payment-link-section {
    margin: 0px 0px 10px 0px;
/*     margin: 15px 0; */
    padding: 0;
/*     font-size: 14px; */
}

a.bdpg-payment-link {
    font-size: 15px;
}

/* .bdpg-payment-label {
    color: #333333;
    margin-right: 5px;
} */

.bdpg-payment-link {
    color: #ffa700;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Purple color on hover */
.bdpg-payment-link:hover {
    color: #FBCD01 !important; 
    text-decoration: underline !important;
}


.bdpg-payment-link:active,
.bdpg-payment-link:focus {
    color: #FBCD01 !important;
}

.bdpg-link-icon {
    margin-left: 5px;
}

svg.bdpg-link-icon {
    height: 20px;
    width: 20px;
}

