/*  sanjay css  */

.wallet-hide {
  display: none !important;
}
/*  ===== coin banner css start  ===== */

.coin-card {
  max-width: 100%;
  border-radius: 52px;
  border: 1px solid #1000F3;
  background: linear-gradient(180deg, rgba(250, 250, 255, 0.60) 0%, #FFF 100%);
  box-shadow: 4px 0 8px 0 #EFEDFF inset, 0 4px 4px 0 #EFEDFF inset;
  height: 305px;
}
.coin-card .coin-left-small {
  position: absolute;
  top: 0px;
  right: -90px;
  z-index: 2;
}
.coin-card .coin-left-small svg,
.coin-card .coin-left-small img {
  width: 100%;
  height: 100%;
  display: block;
}
.coin-card .coin-content .coin-subtitle{
    color: #000;
    text-align: center;
    font-size: 1.63rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.283rem;
    margin-bottom: 20px;
}
.coin-card .coin-content .coin-currency
{
    gap: 1.063rem;
    margin-bottom: 20px;
}
.coin-card .coin-content .coin-badge {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coin-card .coin-content .coin-price{
color: #0B1215;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 3.75rem;
}
.coin-card .coin-content .coin-info {
    font-size: 1.125rem;
    background-color: #E9EBEE;
    color: #444171;
    border-radius: 100px;
    padding: 4px 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.575rem;
    letter-spacing: -0.36px;
    
}

/*  ===== coin banner css end =====  */



/* ===== earn coin css start ===== */

.coin-earn-section {
  padding: 60px 0px;
}

.coin-earn-section .earn-title {
    /* font-size: 1.5rem;
    color: #000;
    line-height: 2.1rem; */
    font-style: normal;
    font-weight: 400;
    color: var(--text-secondery);
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
.coin-earn-section .earn-title span 
{
    display: block; 
    font-size: clamp(24px, 2.500vw, 48px);
    line-height: 110%;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--surface-brand);
}


/*  Cards Grid  */
.coin-earn-section .earn-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  width: 66.66%;
  margin: 0 auto;
}

/*  Card  */
.coin-earn-section .earn-cards .earn-card {
  background: #FBF4F4;
  border-radius: 40px;
  min-height: 280px;
  border: 2px solid #FBF4F4;
  align-items: flex-start;
}

/* Content */
.coin-earn-section .earn-cards .earn-content {
  max-width: 75%;
}

.coin-earn-section .earn-cards .earn-content .earn-card-title {
      font-size: 1.5rem;
    color: #2A2A2E;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: -0.48px;
}

.coin-earn-section .earn-cards .earn-content .earn-card-text {
    font-size: 1.125rem;
    color: #696984;
    line-height: 1.575rem;
    margin-bottom: 16px;
    letter-spacing: -0.36px;
    font-style: normal;
    font-weight: 400;
}

.coin-earn-section .earn-cards .earn-link {
    font-size: 1.25rem;
    color: #1000F3;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
}
.coin-earn-section .earn-cards .earn-link img {
    position: relative;
    top: 1px;
}

/* Icon */
.coin-earn-section .earn-cards .earn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    bottom: 3px;
    position: absolute;
    right: 3px;
}

/* ===== earn coin css end  ===== */



/* ===== redeem modal css start  ===== */

.bottom-sheet.giftcards-redeem-sheet .body {
  padding: 0;
}
.bottom-sheet.giftcards-redeem-sheet .content {
  max-width: 394px;
}
.redeem-toggle {
  display: none;
}
.redeem-header {
  border-radius: 12px 12px 0 0;
  padding: 20px 20px 0;
  height: 199px;
  overflow: hidden;
}

.redeem-modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  z-index: 999;
  position: absolute;
}

/* ================= IMAGE ================= */
.gift-wrapper {
  display: flex;
  justify-content: center;
}
.gift-wrapper .redeem-img-default
{
  display:none;
}
.gift-wrapper img.redeem-img-success
{
  max-width: 100%;
  top: 0px;
  position: absolute;
  border-radius: 20px;
}

.gift-wrapper img {
  max-width: 128px;
}

.redeem-img-success {
  display: none;
}

/* ================= CONTENT ================= */
.redeem-content {
  padding: 20px;
}
.redeem-content .redeem-title
{
    color: #111;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
}

/* ================= INPUT ================= */
.redeem-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 11px;
  border: 1px solid #ECEBFE;
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.05);
}

.redeem-input:invalid:not(:placeholder-shown) {
  border-color: #FF383C;
}

/* Error */
.redeem-error {
  display: none;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #FF383C;
  margin-left: 0.75rem;
}

.redeem-input:invalid:not(:placeholder-shown) + .redeem-error {
  display: block;
}

/* ================= BUTTON ================= */
.redeem-btn {
   margin: 1rem auto 0; 
    height: 52px;
    border-radius: 12px;
    background: #E7E7E8;
    color: #717677;
    display: block; 
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
    pointer-events: none;
    padding: 13px 24px;
    width: auto;       
    max-width: fit-content;
}

/* Enable button */
.redeem-content:has(.redeem-input:valid) .redeem-btn {
  background: #1000F3;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

/* ================= THANK YOU ================= */
.thankyou-box {
  display: none;
  text-align: center;
  margin-top:8px;
  /* padding: 40px 10px; */
}

/* HEADER BG CHANGE */

/* IMAGE CHANGE */
.redeem-toggle:checked ~ .redeem-header .redeem-img-default {
  display: none;
}

.redeem-toggle:checked ~ .redeem-header .redeem-img-success {
  display: block;
}

.redeem-success-wrapper {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
}

.success-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 12px;
}

.redeem-suceess-title {
  font-size: 0.813rem;
  font-weight: 400;
  color: #111;
  margin-bottom: 12px;
  line-height: 18.2px;
  font-style: normal;
}

.credit-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #ECEBFE;
  border-radius: 20px;
  margin-bottom: 8px;
}

.badge-icon {
  width: 22px;
  height: 22px;
}

.badge-amount {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1000F3;
  font-style: normal;
  line-height: 33.6px;
}

.redeem-success-wrapper .redeem-text {
  font-size: 13px;
  color: #111;
  line-height: 18.2px;
  font-style: normal;
  font-weight: 400;
}


/* ===== redeem modal css end  ===== */


/* ===== Data Credit css start  ===== */

.bottom-sheet.giftcards-data-credit-sheet .body {
  padding: 0;
}
.bottom-sheet.giftcards-data-credit-sheet .content {
  max-width: 394px;
}
.data-credit-header {
    border-radius: 12px 12px 0 0;
    padding: 20px 20px 0;
    height: 199px;
    overflow: hidden;
}
.data-credit-header .data-credit-heading
{
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}
.data-credit-title {
    color: #080D0F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 1rem;
}
.data-credit-content {
    padding: 20px;
}
.data-credit-content .data-credit-text
{
    gap: 20px;
    display: grid;
    text-align: center;
    color: #343A3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

/* ===== Data Credit css end  ===== */


/* ===== Transaction History css start  ===== */

/* Header Layout */
.transaction-history-wrap
{
  max-width: 50%;
}
.transaction-history-wrap .history-heading 
{
  color: #0B1215;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0px;
}
.transaction-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}
.transaction-history-wrap .history-toggle-btn
{
    font-size: 1rem;
} 

/* Title */
.transaction-history .transaction-title {
    color: #0B1215;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0px;
}

/* Coin Badge */
.transaction-history .coin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #F7F7F7;
  border-radius: 999px;
  font-size: 1.339rem;
  font-weight: 600;
  color: #2A2A2E;
  justify-content: center;
  line-height: 30px;
  font-style: normal;
}


/* Toggle */
.history-toggle {
  display: none;
}

/* Text toggle */
.hide-text {
  display: none;
}

#toggleHistory:checked ~ .history-header .show-text {
  display: none;
}

#toggleHistory:checked ~ .history-header .hide-text {
  display: inline;
}

/* Default collapse */
.history-item:nth-child(n+3) {
  display: none;
}

/* Expanded */
#toggleHistory:checked ~ .history-list .history-item {
  display: flex;
}
.history-card .history-header
{
  margin-bottom: 1.25rem;
}
/* Design helpers */
.history-icon {
    width: 40px;
    height: 40px;
    /* border-radius: 100px;
    background: #F8F8F8;
    padding: 1px 2px;  */
    justify-content: center;
    align-items: center;
}

.history-heading {
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
}
.history-list
{
    display: grid;
    gap: 1rem;
}
.history-list .history-title
{
    color: #080D0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.history-item .history-item-left
{
   gap: 8px;
}

.history-toggle-btn
{
    color: #1000F3;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.history-list .history-sub {
  font-size: 0.75rem;
  color: #717677;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.history-list .history-badge {
  background: rgba(255, 107, 0, 0.10);
  color: #FF7A00;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 100px;
  margin-left: 6px;
}

.history-list  .history-points {
  min-width: 42px;
  text-align: center;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
}

.history-list .history-points.positive {
  background: #E6FEF3;
  color: #00864b;
}

.history-list .history-points.negative {
  background: #FBF4F4;
  color: #EE3D36;
}

.history-list .history-points.disabled {
  background: #F8F8F8;
  color: #9b9e9f;
}
/* Default: header hide */
.transaction-history-wrap .history-header {
	display: none;
}

/* only history-list item show */
.transaction-history-wrap:has(.history-list .history-item) .history-header {
	display: flex;
}


/* ===== Transaction History css end  ===== */

/* Referral Back Button css  start */

 .refferal_tab_myaccount .referral-my-banner{
   padding-top:4rem;
  }
  .refferal_tab_myaccount .referral-back{
   font-size: 1rem;
   gap: 5px;
  }
  .refferal_tab_myaccount .referral-back svg
  {
  width: 15px;
  height: 15px;  
  }

/* Referral Back Button css  end */





/* 📱 Mobile */

@media (max-width: 350px) {
.coin-card .coin-left .coin-left-small
{
   right: 7px; 
}
}

@media (max-width: 400px) {
  .coin-card .coin-right
  {
    right:0px;
  }
  .coin-card .coin-content .coin-subtitle
 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 115px;
 }
}


@media (max-width: 767px) {
  .coin-card
 {
    border-radius: 15.537px;
    border: 0.299px solid #1000F3;
    box-shadow: 1.195px 0 2.39px 0 #EFEDFF inset, 0 1.195px 1.195px 0 #EFEDFF inset;
    height: 160px;
 }
 .coin-card .coin-content .coin-subtitle
 {
    font-size: 0.75rem;
    line-height: 16.8px; 
    margin-bottom: 1rem;
    font-weight: 500;
 }
 .coin-card .coin-content .coin-badge
 {
    width: 32px;
    height: 32px;
 }
 .coin-card .coin-content .coin-currency
 {
    gap: 0.433rem;
    margin-bottom: 1rem;
 }
 .coin-card .coin-content .coin-price
 {
    font-size: 2rem;
    line-height: 32px;
 }
 .coin-card .coin-content .coin-info
 {
    padding: 1.195px 5.378px;
    border-radius: 29.878px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.2px;
    margin-top: 0px;
 }
 .coin-card .coin-left
 {
    left: 0px;
 }
 .coin-card .coin-left img 
 {
    width: 89.634px;
    height: 88.276px;
 }
 .coin-card .coin-left  .coin-left-small
 {
    top: -20px;
    right: 3px;
 }
 .coin-card .coin-left .coin-left-small img 
 {
    width: 29.13px;
    height: 28.689px;
    /* transform: rotate(-121.44deg); */
 }
 .coin-card .coin-right img 
 {
    width: 75.914px;
    height: 74.763px;
 }


 .coin-earn-section 
 {
    padding: 32px 0px;
}
 .coin-earn-section .earn-title
 {
    /* font-size: 0.875rem;
    color: #000;
    line-height: 19.6px; */
    color: var(--text-secondery);
    font-size: 22px;
    font-weight: 700;
 }
 .coin-earn-section .earn-title span
 {
    color: var(--text-secondery);
    font-size: 22px;
 }
 .coin-earn-section .earn-cards
 {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 12px;
    width: 100%;
 }
 .coin-earn-section .earn-cards .earn-card
 {
    border-radius: 12px;
    min-height: 56px;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
 }
 .coin-earn-section .earn-cards .earn-content {
    max-width: 80%;
    text-align: center;
}
 .coin-earn-section .earn-cards .earn-content .earn-card-title
 {
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: normal;
    margin-bottom: 0px;
    font-weight: 400;
 }
 .coin-earn-section .earn-cards .earn-content .earn-card-text
 {
    font-size: 0.75rem;
    line-height: 16.8px;
    letter-spacing: normal;
 }

.coin-earn-section .earn-cards .earn-content .earn-icon-m
{
    margin-bottom: 10px;
}
.coin-earn-section .earn-cards .earn-link
{
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: normal;
    position: relative;
    bottom: 0;
    gap: 4px;
}
.coin-earn-section .earn-cards .earn-link img 
{
    width: 14px;
    height: 14px;
} 


.redeem-content .redeem-title
{
    text-align: center;
    font-size: 20px;  
    line-height: 140%;
    margin-top:8px;
}
.redeem-content .redeem-text-m
{
    color: #343A3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom:28px;
}
.redeem-btn
{
    display: inline-flex;
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top:28px;
}
.gift-wrapper img.redeem-img-success
{
  top:10px;
}

.redeem-suceess-title
{
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.redeem-success-wrapper .redeem-text
{
  font-size: 14px;
  line-height: 140%;
}
.view-balance-btn-m
{
  background: #1000F3;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-top: 28px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
}

.transaction-history-wrap
{
  max-width: 100%;
}
.transaction-history-wrap .history-heading
{
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
    font-size: 1rem;
}
.transaction-history-wrap .history-toggle-btn
{
    font-size: 0.875rem;
} 

/* Referral back button css */ 
.vg-account-referrals .woocommerce-notices-wrapper
{
    margin: 15px 0;
}
 .refferal_tab_myaccount .referral-back{
     padding-bottom: 1.5rem;
  }
  .vg-account-referrals .refferal_tab_myaccount .referral-my-banner
  {
    /* padding-top:2rem; */
  }
   .vg-account-referrals .refferal_tab_myaccount .referral-my-banner
  {
   padding-top: 0rem;
   padding-bottom: 3rem; 
  }
  .vg-account-referrals .refferal_tab_myaccount .referral-my-share
  {
    padding-top: 3rem;
    padding-bottom: 3rem; 
  }
  .vg-ref-steps-section.ref-steps-myaccount-sec
  {
    padding-top: 3rem;
  }

/* RTL css */
.rtl .refferal_tab_myaccount .referral-back
{
  right: 8px;
  position: relative;
  /* padding-bottom: 0px; */
}

}


/* Tablet CSS */

@media (min-width: 768px) and (max-width: 1024px) {

  .bottom-sheet.giftcards-redeem-sheet
  {
   justify-content: center; 
  }
  .bottom-sheet.giftcards-redeem-sheet .body .close-sheet-btn
  {
    display:block !important;
  }
  .bottom-sheet.giftcards-redeem-sheet .content
  {
    border-radius: 1rem;
  }
  .bottom-sheet.giftcards-redeem-sheet .header
  {
    display:none;
  }


  .coin-card
 {
    border: 0.299px solid #1000F3;
    box-shadow: 1.195px 0 2.39px 0 #EFEDFF inset, 0 1.195px 1.195px 0 #EFEDFF inset;
    height: 190px;
 }
 .coin-card .coin-content .coin-subtitle
 {
    font-size: 1.125rem;
    line-height: 16.8px; 
    margin-bottom: 1rem;
 }
 .coin-card .coin-content .coin-badge
 {
    width: 44px;
    height: 44px;
 }
 .coin-card .coin-content .coin-currency
 {
    gap: 0.433rem;
    margin-bottom: 1rem;
 }
 .coin-card .coin-content .coin-price
 {
    font-size: 2rem;
    line-height: 32px;
 }
 .coin-card .coin-content .coin-info
 {
    font-size: 1rem;
    margin-top: 0px;
    padding: 4px 16px;
 }
 .coin-card .coin-left
 {
    /* left: 0px; */
 }
 .coin-card .coin-left img 
 {
    width: 119.634px;
    height: 118.276px;
 }
 .coin-card .coin-left  .coin-left-small
 {
    top: -20px;
    right: 3px;
 }
 .coin-card .coin-left .coin-left-small img 
 {
    width: 41.13px;
    height: 40.689px;
 }
 .coin-card .coin-right img 
 {
    width: 115.914px;
    height: 114.763px;
 }


 .coin-earn-section 
 {
    padding: 32px 0px;
}
 .coin-earn-section .earn-title
 {
    font-size: 1.125rem;
    color: #000;
    line-height: 19.6px;
 }
 .coin-earn-section .earn-cards
 {
    gap: 12px;
 }
 .coin-earn-section .earn-cards .earn-card
 {
    border-radius: 12px;
    min-height: 56px;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
 }
 .coin-earn-section .earn-cards .earn-content {
    max-width: 80%;
    text-align: center;
}
 .coin-earn-section .earn-cards .earn-content .earn-card-title
 {
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: normal;
    margin-bottom: 0px;
    font-weight: 400;
 }
 .coin-earn-section .earn-cards .earn-content .earn-card-text
 {
    font-size: 0.75rem;
    line-height: 16.8px;
    letter-spacing: normal;
 }

.coin-earn-section .earn-cards .earn-content .earn-icon-m
{
    margin-bottom: 10px;
}
.coin-earn-section .earn-cards .earn-link
{
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: normal;
    position: relative;
    bottom: 0;
    gap: 4px;
}
.coin-earn-section .earn-cards .earn-link img 
{
    width: 14px;
    height: 14px;
} 


.redeem-content .redeem-title
{
    text-align: center;
    font-size: 20px;  
    line-height: 140%;
    margin-top:8px;
}
.redeem-content .redeem-text-m
{
    color: #343A3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom:28px;
}
.redeem-btn
{
    display: inline-flex;
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top:28px;
}


.redeem-suceess-title
{
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.redeem-success-wrapper .redeem-text
{
  font-size: 14px;
  line-height: 140%;
}
.view-balance-btn-m
{
  background: #1000F3;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-top: 28px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
}

.transaction-history-wrap
{
  max-width: 100%;
}
.transaction-history-wrap .history-heading
{
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
    font-size: 1.5rem;
}
.transaction-history-wrap .history-toggle-btn
{
    /* font-size: 0.875rem; */
} 

/* Referral back button css */ 
 .refferal_tab_myaccount .referral-back{
     padding-bottom: 1.5rem;
  }
    
}


/* RTL css */

.rtl .coin-earn-section .earn-cards .earn-icon{
 left: 3px;
 right: auto;
}
.rtl .coin-earn-section .earn-cards .earn-link img{
  transform: rotate(180deg);
}
.rtl .refferal_tab_myaccount .referral-back
{
  flex-direction: row-reverse;
}