/***  refreal updates**/
#woocommerceOrder section.woocommerce-customer-details{
height: 10px;
}

.responsive-table {
overflow-x: auto;
width: 100%;
}

.my-referral-box {
background: #f9f9ff;
border: 1px solid #ddd;
padding: 25px;
border-radius: 10px;
text-align: center;
max-width: 600px;
margin: 0 auto;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.referral-link-wrap {
display: flex;
justify-content: center;
align-items: center;
margin: 15px 0;
gap: 10px;
}
#referralLink {
width: 70%;
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 14px;
}
.copy-btn {
background: #4b6fff;
color: #fff;
border: none;
padding: 8px 15px;
border-radius: 5px;
cursor: pointer;
font-weight: 600;
}
.copy-btn:hover {
background: #374ee3;
}
.share-section {
margin-top: 20px;
}
.share-section h4 {
margin-bottom: 10px;
}
.social-buttons a {
display: inline-block;
background: #f1f1f1;
color: #333;
padding: 8px 12px;
margin: 4px;
border-radius: 5px;
text-decoration: none;
font-size: 14px;
transition: 0.3s;
}
.social-buttons a:hover {
background: #4b6fff;
color: #fff;
}



.wc_points_rewards_earn_points,
.wc_points_rewards_redeem_points {
display: none !important; /* Hide original messages */
}
div#order_review .woocommerce-info.wc_points_redeem_earn_points {
display: none !important;
}
div#order_review .woocommerce-info.wc_points_redeem_earn_points:nth-of-type(2) {
display: none !important;
}

body div#order_review .woocommerce-info.wc_points_redeem_earn_points {
    display: none !important;
}
input.button.wc_points_rewards_apply_discount {
    background: #000;
    color: #fff;
    padding: 10px 8px;
    font-size: 14px;
    margin-left: 5px;
        border-radius: 5px;
}
.form_msg {
    padding: 20px;
    background: #00000012;
}

a#show-coupon-form {
    color: #2d88ff;
}

.woocommerce-info.wc_points_redeem_earn_points:nth-of-type(2){
display: none !important;
}
.apply_alert{
color: #f12424;
}

.woocommerce-referral-link .woocommerce-MyAccount-content {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    font-size: 10px;
}

p:nth-of-type(2) .thanks-reward-msg {
  display: none;
}
.wcrs_thankyou_wrapper {
    background: #eeeded;
    padding: 10px 20px;
    border-radius: 25px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

button#wcrs-link-copy {
    border-radius: 20px;
    padding: 13px 30px;
}
p .thanks-reward-msg {
    color: #f8a301!important;
}
  
 a.login-btn {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    transition-duration: 0.4s;
}

  a.login-btn:hover {
    background-color: #000000;
    text-transform: capitalize;
    color: white;
    padding: 10px 20px;
}
  