.jwero_live_pricing {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
}

.jwero_live_pricing .jwero_live_pricing_scroll_text {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scrollbox 15s linear infinite;
  -webkit-animation: scrollbox 15s linear infinite;
  animation: scrollbox 15s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollbox {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

.live_price {
  font-size: 14px;
  font-weight: 800;
  margin-right: 10px;
}

.single-product-page .product_title {
  margin-bottom: 5px !important;
  font-size: 20px;
}

.jwero-short-price-breakup {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.jwero_minimal_wrapper,
.jwero_customisation_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}

.jwero_minimal_wrapper span i,
.jwero_customisation_wrapper span i {
  color: #636262;
  font-size: 12px;
  margin-right: 5px;
}

.jwero_minimal_wrapper span:last-child {
  font-size: 20px;
  color: var(--wd-primary-color);
  font-weight: 900;
}

.jwero-short-price-breakup .breakup-item {
  background: #f7f7f7;
  padding: 4px 8px;
  width: 110px;
  position: relative;
  font-weight: 400;
  margin-right: 20px;
  text-align: center;
}

.jwero-short-price-breakup .breakup-item:not(:last-child)::after {
  content: "+";
  position: absolute;
  right: -14%;
  top: 25%;
  font-size: 17px;
}

.jwero-short-price-breakup .breakup-item .label {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.jwero-currency-switcher select {
  border-radius: 5px;
  width: 100px;
  border-color: #222;
  color: #222;
  font-weight: 600;
}

.jweroMainCustomisationConfig, .jweroSizesCustomisationConfig{
  display: flex;
  margin-bottom: 10px;
}

.jwero_show_customization_wrapper select {
  height: 30px;
}

.jwero_show_customization_wrapper label {
  font-size: 12px;
  font-weight: 600;
}

.jwero_product_oneline_description p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.jwero-currency-switcher option {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px; /* Adjust as needed */
}

.jwero_product_enquire_whatsapp {
  background: #f0f1f1bf !important;
  margin-left: 0px !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
}

.jwero_product_enquire_whatsapp h5.mb-1 {
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 10px;
}

.jwero_eq_container {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.jwero_eq_container .whatsapp_eq {
  margin-right: 20px;
}

.jwero_eq_container h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

form.cart {
  margin-top: 20px;
}

.jwero_main_shipping_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 65px;
}

.jwero_main_shipping_wrapper label {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.expected-shipping-date,
#jwero_pincode_result {
  color: #222;
}

.expected-shipping-date b {
  display: block;
  font-size: 14px;
}

.check_serviceability_wrapper {
  display: flex;
  align-items: center;
}

.check_serviceability_wrapper input {
  background: transparent;
  height: 34px !important;
}

.check_serviceability_wrapper button {
  background: transparent;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  height: 34px !important;
  min-height: 34px;
  font-size: 12px !important;
}

#change_pincode {
  color: var(--wd-primary-color);
  font-weight: 600;
  cursor: pointer;
}

.jwero_elitepay_box_error {
  color: #ec2626;
  font-weight: 600;
  border: 1px dashed #ec2626;
  padding: 7px;
  background: #fff8f8;
}

.jwero_elitepay_box_success {
  color: #227e26;
  font-weight: 600;
  border: 1px dashed #227e26;
  padding: 7px;
  background: #f3f8f3;
}


.jwero_elitepay_show_wrapper p, .jwero_mloyal_show_wrapper p{
  color:#000;
  font-weight: 600;
}

.jwero_elitepay_show_wrapper a, .jwero_mloyal_show_wrapper a{
  margin-inline-start: 5px;
  color: var(--wd-primary-color) !important;
  text-decoration: underline;
}


.jwero_elitepay_show_wrapper i{
  color: #1a1a54;
  font-size: 16px;
  margin-right: 1px;
}


.jwero_elitepay_show_checkout_box{
  position: relative;
  margin-bottom: 25px;
  padding: 30px 30px 0;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
  text-align: start;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  margin-top:20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle, 
.woocommerce-checkout .jwero_elitepay_show_wrapper, 
.woocommerce-checkout .jwero_mloyal_show_wrapper{
  width: 30%;
  display: inline-block;
  border: 1px dashed #9b9b9b;
  padding: 20px;
  min-height: 60px !important;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  width: 60%;
}


html :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div{
  margin-bottom: 0 !important;
}



@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wd-visits-count .wd-count-icon {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.wd-shop-tools .wd-show-sidebar-btn:nth-of-type(2) {
  display: none !important;
}

.archive .main-page-wrapper {
  padding-top: 0;
}

html .shop-loop-head {
  margin-top: 20px;
}

.promise {
  background: #f5f5f5;
  padding: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}

.promise h4 {
  margin: 0 !important;
}

.promise h4 img {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.jwero_breakup_wrapper {
  border: 1px solid #f5f5f5;
  padding: 10px 10px;
  margin-bottom: 30px;
}

.breakup_info {
  margin-bottom: 0 !important;
}

.breakup_info .details td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  color: #222 !important;
  text-align: right !important;
  text-transform: capitalize;
}

.breakup_info .details td:first-child {
  text-align: left !important;
}

.breakup_info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px;
  background-color: #f5f5f5;
  color: var(--wd-primary-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.breakup_info .details {
  padding: 8px 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #222;
  display: flex;
  justify-content: space-between;
}

.breakup_info .details span {
  font-weight: 600;
  color: #222;
}

.breakup_info table.details {
  display: table;
  margin-bottom: 0;
}

.breakup_info .details:last-child {
  border: 0;
  margin-bottom: 0;
}

.breakup_info .details span del {
  color: gray;
  margin-right: 20px;
}

.breakup_info .details span b {
  margin-right: 20px;
}

.jwero_products_summary {
  margin-top: 80px;
  border-top: 1px solid #e4e4e4;
  padding-top: 40px;
}

.jwero_minimal_breakup {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 3px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.todayRateDrop {
  color: #000;
  font-weight: 700;
}

.todayRateDropRates {
  color: var(--wd-primary-color);
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 5px;
}

html .comment-form > p {
  flex: none;
}

html .wc-block-components-notice-banner.is-info {
  display: flex !important;
  padding: 10px !important;
}

.woocommerce-EditAccountForm fieldset:not(.jwero_password_change) {
  display: none;
}

.mloyal_wrapper {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  max-width: 470px;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
}

html .mloyal_redeem_btn {
  text-transform: capitalize;
  margin-left: 5px;
}

html .wc-block-components-notice-banner {
  width: 100%;
}

.jwero_spinner {
  width: 10px;
  height: 10px;
  border: 2px solid #222;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: 5px;
}

.jwero_spinner.black {
  border: 2px solid #000;
  border-bottom-color: transparent;
}

.mrp_text {
  font-size: 18px;
}

.jwero_products_savings {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20%;
  top: 17%;
}

.jwero_products_savings > span {
  margin-right: 20px;
}

.jwero_product_saved small {
  display: block;
}

.jwero_product_saved_percent {
  padding: 2px 10px;
  border: 1px dashed var(--wd-primary-color);
  color: #222;
  font-weight: 600;
}

.jwero_return_product {
  float: right;
}

.order-again {
  display: none !important;
}

.jwero_return_product .button,
#returnProductForm button {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}

#return_request_form {
  width: 600px;
}

#return_request_form table {
  margin-bottom: 10px;
}

#return_request_form textarea {
  min-height: 60px !important;
}

.jwero_coupon_offers h5 {
  margin-bottom: 0 !important;
}

.jwero_coupon_wrapper {
  border: 1px dashed;
  padding: 10px;
  width: 31%;
  line-height: 15px;
  display: inline-block;
  margin: 10px 5px;
  vertical-align: middle;
}

.jwero_coupon_wrapper h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.jwero_coupon_wrapper span {
  font-size: 12px;
}

.badge {
  background: var(--wd-primary-color);
  padding: 3px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  html .comment-form .wd-review-criteria-wrap {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  .jwero_products_savings {
    position: relative;
    top: 0;
    right: 0;
  }
  .jwero_coupon_wrapper {
    width: 100% !important;
  }
  .woocommerce-checkout .jwero_elitepay_show_checkout_box, 
  .woocommerce-checkout .woocommerce-form-coupon-toggle, 
  .woocommerce-checkout .jwero_elitepay_show_wrapper, 
  .woocommerce-checkout .jwero_mloyal_show_wrapper{
    width: 100%;
  }
}

/* runal */
/* My Gold Plans – Digigold UI */

/* Base wrapper */

  /* Theme colors */
    :root{
    --jwero-primary-color: var(--wd-primary-color);
    --jwero-primary-soft: var(--wd-primary-color-10, rgba(0, 0, 0, 0.04));
    --jwero-secondary-color: var(--wd-secondary-color);
    }
.jwero-digigold-wrapper {
    max-width: 1120px;
    border-radius: 3px;
    box-sizing: border-box;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
    font-style: var(--wd-title-font-style) !important;
    font-family: var(--wd-alternative-font) !important;
    color: #1e293b;
}

/* Header */
.jwero-digigold-header {
    margin-bottom: 24px;
}

.tabs{
}

.jwero-digigold-title {
    margin: 0 0 4px;
    font-size: 26px;
    font-weight: 700;
    color: #111827;
}

.jwero-digigold-subtitle {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* Tabs */
.jwero-digigold-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 25px;
    background: var(--jwero-primary-soft);
    padding: 4px;
    border-radius: 3px;
    height: 2.5rem;
}


.jwero-tab {
    flex: 0 0 auto;
    padding: 10px 18px;
    border-radius: 3px;
    border: none;
    background-color: transparent !important;
    font-size: 11px !important;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    min-height:unset !important;
    height:2.1rem !important;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.jwero-tab.active {
    background-color: #ffffff !important;
    color: var(--jwero-primary-color);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    border-radius: 3px;
}

.jwero-tab.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Tab panels */
.jwero-tab-panel {
    display: none;
}

.jwero-tab-panel.active {
    display: block;
}

/* Cards */
.jwero-card {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    border: 1px solid #e5e7eb;
    padding: 18px 22px;
    margin-bottom: 20px;
}

/* Plan card (Overview) */
.jwero-plan-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.jwero-plan-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    display: flex;
    gap: 20px;
    align-items: center;
}

.jwero-gold-footer-item-bonus{
display:none
}

.jwero-label-gacc{
margin-bottom: 0 !important;
    font-size: 12px !important;
}

.jwero-helper-bonus{
display:none
}

.jwero-plan-subtitle {
    margin: 3px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.jwero-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    border: 1px solid #e5e7eb;	
    gap: 5px;
    }

.features-box{
    display: flex;
    gap: 5px;
}

.jwero-status-active,
.jwero-status-completed {
    background: #16a34a;
    color: #ffffff;
}


.jwero-status-overdue {
    background: #ef4343;
    color: #ffffff;
    border: 1px solid #fecaca;
}

.jwero-status-late-fee {
    color: #b91c1c;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    border: 1px solid #ef4343;
    align-self: flex-end !important;
    margin-bottom: 10px;
}

/* Plan summary row */
.jwero-plan-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}

.jwero-plan-summary-item {
    min-width: 0;
}


.jwero-label {
margin-bottom:0px !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #000000;
}

.jwero-value {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.jwero-value-green {
    color: #16a34a;
}

.jwero-value-red {
    color: #b91c1c;
}

.jwero-helper {
    margin: 2px 0 0;
    font-size: 11px;
    color: #000000;
}

/* Progress */
.jwero-plan-progress-row {
   
}


.jwero-progress-bar {
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.jwero-progress-fill {
    height: 100%;
    background: var(--jwero-primary-color);
    border-radius: 999px;
}

.jwero-progress-percentage {
    margin: 4px 0 0;
    font-size: 11px;
    color: #6b7280;
}

/* Inner cards (Overview) */
.jwero-inner-card {
    background: #f4f6fb;
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
}

.jwero-gold-accumulation {
    margin: 20px 0;
}

.jwero-inner-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.jwero-inner-card-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    margin-right: 8px;
}

.jwero-inner-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.jwero-gold-accumulation-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 15px;
}

.jwero-payments-actions{
display:none !important
}

.jwero-gold-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 15px;
}

.jwero-gold-footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icons */
.jwero-icon-calendar,
.jwero-icon-bonus,
.jwero-icon-card,
.jwero-icon-download,
.jwero-icon-export {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 6px;
}

/* Plan footer */
.jwero-plan-footer {
    margin-top: 12px;
    text-align: right;
display: flex !important;
    gap:10px !important;
}

.jwero-make-payment-btn{
   width: 60% !important;
}

.jwero-view-ledger-btn{
width: 18% !important;
}

.ledger-download{
width: 23% !important;
}

/* Buttons */
.jwero-btn {
    background-color: #FAFAFA !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 5px !important;
    min-height:2.5rem !important;
    font-size:11px !important
}

.jwero-btn span {
    margin-right: 6px;
}

.progress-text{
display: flex;
    justify-content: space-between;
}


.jwero-btn-primary {
    background-color: var(--jwero-primary-color) !important;
    color: #ffffff !important;
    min-height:2.5rem !important;
    font-size:11px !important;
    border-radius:5px !important;	
}

.jwero-btn-primary:hover,
.jwero-btn-primary-outline:hover {
    filter: brightness(0.9);
}

.jwero-btn-primary-outline {
    background: var(--jwero-primary-color);
    color: #ffffff;
}

.jwero-btn-secondary {
    background: #ffffff;
    color: var(--jwero-primary-color);
    border: 1px solid var(--jwero-primary-color);
}

.jwero-btn-secondary:hover {
    background: var(--jwero-primary-soft);
}

.jwero-btn-danger {
    width: 100% !important;
    background-color: #ef4343 !important;
    color: #ffffff !important;
    border-radius:8px !important;
    min-height:35px !important
}

.jwero-btn-danger:hover {
    background: #dc2626;
}

.jwero-btn-chip {
    display:none !important
    margin-top: 6px;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
}

.jwero-missed-title{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom:0px !important
}

/* Section headings */
.jwero-section-title {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.jwero-section-subtitle {
    margin: 0 0 16px;
    font-size: 13px;
    color: #6b7280;
}

/* Payments tab */
.jwero-payments-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 16px;
    flex-wrap: wrap;
}

.jwero-payments-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/*payment header*/
.jwero-payment-card-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 0;
}

.jwero-payment-status-col {
    flex: 1;
    display: flex;
    justify-content: flex-start;
padding-right: 16px;
    border-right: 1px solid #e5e7eb;
}



.jwero-payment-info-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
padding-right: 16px;
    border-right: 1px solid #e5e7eb;
}

.jwero-payment-month {
     margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.jwero-payment-txn {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.jwero-payment-amount-block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.amount-paid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    margin-right: 0;
    background-color: #b5e5bf;
    padding: 5px;
    border-radius: 5px;
}



.jwero-payment-card-body {
    border-top: 1px solid #e5e7eb;
    margin-top: 10px;
    padding-top: 10px;
}

.jwero-payment-plan-title {
    margin-bottom: 8px;
}

.jwero-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.jwero-payment-item {
    min-width: 0;
}

/* Missed tab */
.jwero-missed-card {
    border-color: #fecaca;
}

.jwero-missed-header {
    }

.jwero-missed-left {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:10px
}

.jwero-missed-plan-title {
    font-size: 15px;
}

.jwero-missed-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jwero-missed-inner {
    margin-top: 12px;
    background: #ef43430d;
    border-color: #fecaca;
}

.jwero-missed-inner-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jwero-missed-inner-item-right {
   }

.jwero-missed-footer {
    margin-top: 12px;
    text-align: right;
}

.jwero-pay-btn.jwero-btn-primary{
   width: 100% !important;
   color: #ffffff !important;
   background-color: var(--jwero-primary-color) !important;
   border-radius: 5px !important;
   min-height:35px !important
}

.jwero-card.jwero-inner-card.jwero-missed-inner{
    display: flex !important;
    flex-direction: column !important;
}

/* Responsive */
@media (max-width: 900px) {
    .jwero-plan-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jwero-gold-accumulation-body {
        grid-template-columns: 1fr;
    }

    .jwero-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jwero-missed-meta {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }

    .jwero-missed-inner-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .jwero-digigold-wrapper {
        padding: 20px 16px 28px;
        margin: 20px auto;
    }

    .jwero-plan-summary {
        grid-template-columns: 1fr;
    }

    .jwero-payment-grid {
        grid-template-columns: 1fr;
    }

    .jwero-payments-header-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .jwero-gold-footer{
        display:block !important
    }
    .jwero-payments-actions .jwero-btn{
    width:100% !important}

}
@media (max-width: 600px) {
    .jwero-plan-progress-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .jwero-gold-footer{
        display:block !important
    }
    .jwero-payments-actions .jwero-btn{
    width:100% !important}
}

/*Runal Gold Plan */
/* Gold Plans Catalog (Choose Your Gold Savings Plan) */

.jwero-gold-plans-wrapper {
    padding: 24px 0 40px;
}

.jwero-gold-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.jwero-gold-plans-grid.jwero-cols-1 {
    grid-template-columns: 1fr;
}

.jwero-gold-plans-grid.jwero-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jwero-gold-plans-grid.jwero-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jwero-gold-plans-grid.jwero-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jwero-gold-plan-cta{
width:100% !important;
}

.jwero-btn.jwero-gold-plan-cta{
    width:100% !important
}

.jwero-gold-plan-bonus-label{
    display:flex;
    justify-content: center;
    align-items: center;
}

.jwero-gold-plan-bonus-value{
    font-size: 18px;
    color: var(--jwero-primary-color) !important;
    font-weight: 800;
}	

.jwero-gold-plan-card {
    position: relative;
    padding-top: 18px;
}

.jwero-gold-plan-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.jwero-gold-plan-meta {
    margin-top: 14px;
    margin-bottom: 16px;
}

.jwero-gold-plan-meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.jwero-gold-plan-bonus {
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
    border-radius: 3px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.jwero-icon-bonus-dot {
    margin-right: 5px;
}

.jwero-gold-plan-members {
    display:none !important;
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;	
    gap: 4px;
}

.flexible-badge{
    
}

@media (max-width: 900px) {
    .jwero-gold-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .jwero-gold-plans-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------
   Gold plan modal
-------------------------------------- */

.jwero-gold-plan-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-plan-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-plan-modal {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 675px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 28px 28px;
    position: relative;
}

.jwero-gold-plan-modal-bonus-structure{
   margin-top:20px
}

.jwero-gold-plan-modal-bonus-structure .jwero-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0f172a;
}


.jwero-bonus-block {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px 18px;
}

/* Header pill */
.jwero-bonus-header {
  margin-bottom: 8px;
}



/* ===============================
 * BONUS DESCRIPTION
 * =============================== */

.jwero-bonus-points {
  margin: 8px 0 0;
  padding-left: 18px;
}

.jwero-bonus-points li {
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
}

/* ===============================
 * REDEMPTION CONDITIONS
 * =============================== */

.jwero-bonus-redemptions {
  margin-top: 12px;
}

.jwero-bonus-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.jwero-bonus-redemptions ul {
  margin: 0;
  padding-left: 18px;
}

.jwero-bonus-redemptions li {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

/* ===============================
 * AND / OR SEPARATOR
 * =============================== */

.jwero-bonus-operator {
  margin: 18px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  position: relative;
}

.jwero-bonus-operator::before,
.jwero-bonus-operator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #e2e8f0;
}

.jwero-bonus-operator::before {
  left: 0;
}

.jwero-bonus-operator::after {
  right: 0;
}

/* ---------- Redemption List ---------- */
.jwero-redemption-list {
  list-style: none;           /* 🚫 remove bullets */
  padding-left: 0;
  margin: 6px 0 0;
}

.jwero-redemption-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
}

/* Kill browser marker completely */
.jwero-redemption-list li::marker {
  content: none;
}

/* Icon */
.jwero-redemption-icon {
  color: #f59e0b; /* gold / amber */
  flex-shrink: 0;
  margin-top: 2px;
}

/* Text */
.jwero-redemption-text {
  flex: 1;
}

/* Bonus points keep default bullet OR can be plain */
.jwero-bonus-points {
  margin: 6px 0;
  padding-left: 18px;
}


/* ===============================
 * MOBILE TWEAKS
 * =============================== */

@media (max-width: 640px) {
  .jwero-bonus-block {
    padding: 14px;
  }

  .jwero-bonus-points li,
  .jwero-bonus-redemptions li {
    font-size: 13px;
  }
}

.jwero-gold-plan-modal-close {
    position: absolute;
    float:right;
    top: 0px;
    right: 16px;
    font-size:25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding:0px !important;
    min-height:unset !important;	
}

.jwero-payment-modal-close {
    position: absolute;
    float:right;
    top: 0px;
    right: 16px;
    font-size:25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding:0px !important;
    min-height:unset !important;	
}

.jwero-gold-plan-thumbnail {
    width: 100%;
    margin: 10px 0 12px;
    border-radius: 6px;
    overflow: hidden;
}

.jwero-gold-plan-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

.duration-icon-get-plans{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}


.jwero-gold-plan-modal-step {
    display: none;
}	

.jwero-gold-plan-modal-step.is-active {
    display: block;
}

.jwero-gold-plan-back-label{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 10px;
}

.jwero-gold-plan-modal-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 18px;
}

.jwero-gold-plan-modal-summary-card {
    margin-bottom: 20px;
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
}

.inner-plan-details{
   display:flex !important;
       gap: 5px;
    align-items: center;
}

.jwero-gold-plan-modal-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 10px;
}

@media (max-width: 640px) {
    .jwero-gold-plan-modal-summary-grid {
        grid-template-columns: 1fr;
    }
}

.jwero-gold-plan-features-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    color: #374151;
}

.jwero-gold-plan-bonus-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 3px;
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
    margin-bottom: 18px;
}

.jwero-gold-plan-modal-actions {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none !important;
    background-color: var(--jwero-primary-color) !important;
    color: #fff !important;
    min-height: 2.5rem !important;
    font-size: 11px !important;
    margin-top:10px !important;
}

.jwero-gold-plan-modal-actions svg {
    stroke: #fff;
}

.jwero-gold-plan-join-form .jwero-value{
   font-size:14px !important
}

/*
.terms-box{
    display: flex;
    align-items: end;
    justify-content: flex-start;
}
*/

/* Join step */

.jwero-gold-plan-back-btn {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jwero-gold-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin: 12px 0 16px;
}

.jwero-gold-form-grid input[type="text"],
.jwero-gold-form-grid input[type="email"],
.jwero-gold-form-grid input[type="tel"] {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    font-size: 13px;
}

.jwero-gold-plan-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 14px;
}

.jwero-gold-plan-checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

/* Prevent background scroll when modal is open */
body.jwero-gold-modal-open {
    overflow: hidden;
}

/* --------------------------------------
   Toast (bottom-right notification)
-------------------------------------- */

.jwero-gold-toast-container {
    position: fixed;
    right: 24px;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10000;
}

.jwero-gold-toast {		
    max-width: 400px;
    background: #830303;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.4);
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.jwero-gold-plan-modal-actions{
    
}

.plan-btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none !important;
    background-color: var(--jwero-primary-color) !important;
    color: #fff !important;
    min-height: 2.5rem !important;
    font-size: 11px !important;
}

.jwero-gold-toast strong {
    display: block;
    margin-bottom: 4px;
}

.jwero-gold-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.jwero-gold-toast--success {
    background: #16a34a;
}

.jwero-gold-toast--error {
    background: #ef4444;
}

/* Header row inside each gold plan card (title + "i") */
.jwero-gold-plan-card-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.jwero-gold-plan-card-header-row .jwero-gold-plan-title {
    flex: 1;
}

.jwero-gold-plan-info-tooltip {
    position: absolute;
    max-width: 260px;
    background: #4f46e5;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.4;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45);
    z-index: 10000;
}

.jwero-gold-plan-info-tooltip .jwero-tooltip-read-more {
    border: none;
    background: rgba(255,255,255,0.15);
    color: #e5e7eb;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 999px;
    cursor: pointer;
}

/* Small arrow under the tooltip */
.jwero-gold-plan-info-tooltip::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4f46e5 transparent transparent transparent;
}

.jwero-gold-plan-modal-bonus-structure{
    display:none }

.term-text{
    font-size:14px !important
}

/* New fixed */
.jwero-gold-info-tooltip {
    display: none;
    position: absolute;
    width: 260px;
    padding: 8px 10px;
    border-radius: 4px;
    background: var(--jwero-primary-color) !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3);


    top: calc(100% + 8px); /* or bottom: 100% */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.jwero-gold-plan-info-btn:hover .jwero-gold-info-tooltip,
.jwero-gold-plan-info-btn:focus-within .jwero-gold-info-tooltip {
    display: block;
}

.jwero-gold-info-read-more {
    display: inline-block;
    margin-top: 4px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.jwero-gold-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jwero-gold-plan-info-btn{
    background-color: transparent !important;
}

/* Small "i" info button */
.jwero-gold-plan-info-btn {
    position: relative; /* for tooltip */
}

.jwero-gold-plan-info-btn:hover {
    background: transparent !important;
    border-color: #c7d2fe;
}

.jwero-info-read-more {
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    color: var(--jwero-primary-color);
    text-decoration: underline;
}

.jwero-info-read-more:hover {
    filter: brightness(0.9);
}

.jwero-gold-plan-rule-badge {
    margin-left: auto;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    background: #fef3c7; /* soft amber */
    color: #92400e;      /* amber text */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* If you later want per-type styling (optional) */
.jwero-gold-plan-rule-badge[data-plan-rule="gram"],
.jwero-gold-plan-rule-badge[data-plan-rule="weight"],
.jwero-gold-plan-rule-badge[data-plan-rule="weight_based"] {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}

.jwero-gold-plan-rule-badge[data-plan-rule="amount"],
.jwero-gold-plan-rule-badge[data-plan-rule="amount_based"] {
    background: #e0f2fe;
    color: #075985;
    border-color: #bae6fd;
}

/* Rule type row under title */
.jwero-rule-type-row {
    padding: 4px 0;
    margin-bottom: 6px;
    border-bottom: 1px dashed #e5e7eb;
}

.jwero-rule-type-row .jwero-label {
    font-size: 12px;
    color: #6b7280;
}

.jwero-rule-type-row .jwero-value {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}


.jwero-plan-info-text {
    font-size: 11px;
    color: #f9fafb;
}


.jwero-gold-plan-info-btn:hover .jwero-gold-plan-info-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Wrapper under meta */
.jwero-gold-plan-amount-picker {
    margin-bottom: 14px;
}

.jwero-gold-plan-amount-picker .jwero-label {
    display: block;
    margin-bottom: 4px;
}

/* Outer control: value + vertical + / - */
.jwero-amount-input {
    display: flex !important;
    align-items: stretch !important;
    border: 1px solid #b59f59 !important;
    background: #fdfaf1 !important;
    height: 46px !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* keeps buttons inside */
}

/* Value area */
.jwero-amount-display {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #6f582a !important;
    box-sizing: border-box !important;
}

.jwero-amount-symbol {
    margin-right: 4px !important;
    font-size: 16px !important;
}

.jwero-amount-value {
    font-size: 18px !important;
    border:none !important;
    padding:0 !important
}

.jwero-gold-plan-modal-footnote{
font-size: 12px !important;
    margin-top: 15px !important;
}




.jwero-gold-plan-step-details .inner-plan-details-removed {
    display: none;
}



.jwero-gold-plan-step-details .gold-acc {
    display: none;
}


.amount-buttons {
    display: flex !important;
    flex-direction: column !important;
    width: 48px !important;          /* fixed width for buttons column */
    border-left: 1px solid #b59f59 !important;
    box-sizing: border-box !important;
}

/* Vertical + / - buttons on the right */
.jwero-amount-btn {
   flex: 1 1 0 !important;
    width: 100% !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.jwero-amount-minus {
    min-height:unset !important;
    background: color-mix(in srgb, var(--jwero-primary-color) 60%, white) !important;
}

.jwero-amount-plus {
    min-height:unset !important;
    background: var(--jwero-primary-color) !important;
}

.jwero-amount-btn:hover {
    background: #b59f59 !important;
}

/* Keep layout nice on mobiles */
@media (max-width: 480px) {
    .jwero-amount-input {
        max-width: 100%;
    }
}

/* Description modal overlay */
.jwero-gold-desc-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-desc-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-desc-modal {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 520px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px 22px 22px;
    position: relative;
}

.jwero-gold-desc-title {
    margin-bottom: 10px;
}

.jwero-gold-desc-content {
    font-size: 13px;
    color: #374151;
    line-height: 2;
}

.jwero-gold-desc-close {
    position: absolute !important;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent !important;
    font-size: 18px;
    cursor: pointer;
}

/* T&C modal overlay */
.jwero-gold-terms-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-terms-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-terms-modal {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 26px 26px;
    position: relative;
}

.jwero-gold-terms-content {
    margin-top: 10px;
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
}

.jwero-gold-terms-modal ul {
    padding-left: 18px;
}

.jwero-gold-terms-modal li {
    margin-bottom: 4px;
}

.jwero-gold-terms-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

/* "*Read Terms & Conditions" link inline with checkbox text */
.jwero-gold-plan-checkbox span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.jwero-terms-link {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    color: #2563eb;
    cursor: pointer;
    text-decoration: none;
}

.jwero-terms-link:hover {
    color: #1d4ed8;
}

.i-icon-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
	
/* FIXED → Blue */
.jwero-gold-plan-type-badge[data-plan-type="fixed"] {
    background: #dbeafe !important;     /* soft blue */
    color: #1e40af !important;          /* dark blue */
    border-color: #bfdbfe !important;
}

/* FLEXIBLE → Green */
.jwero-gold-plan-type-badge[data-plan-type="flexible"] {
    background: #dcfce7 !important;     /* soft green */
    color: #166534 !important;          /* dark green */
    border-color: #bbf7d0 !important;
}

/* PREMIUM → Yellow/Gold */
.jwero-gold-plan-type-badge[data-plan-type="premium"] {
    background: #fef9c3 !important;     /* soft yellow */
    color: #854d0e !important;          /* gold-brown text */
    border-color: #fde68a !important;
}

.jwero-gold-plan-badge-group {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

.jwero-gold-plan-plan-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

/* "Your Investment" + "What You Get" sections */
.jwero-investment-section {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jwero-investment-card,
.jwero-whatyouget-card {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    background: #ffffff;
}

.jwero-whatyouget-card {
    background: #eef2ff; /* soft blue like reference */
}

.jwero-investment-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.jwero-investment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-top: 1px solid #e5e7eb;
}

.jwero-investment-row:first-of-type {
    border-top: none;
}

.jwero-investment-helper {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(255,255,255,0.7);
    color: #6b7280;
}

.jwero-gold-plan-investment-card,
.jwero-gold-plan-whatyouget-card {
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.jwero-gold-plan-whatyouget-card {
    background: #eff4ff;
}

.jwero-investment-heading {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 6px;
}

.jwero-investment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jwero-investment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.jwero-investment-row-strong .jwero-label {
    font-weight: 600;
}

.jwero-investment-highlight {
    color: var(--jwero-primary-color);
}

.jwero-investment-footnote {
    margin-top: 8px;
    font-size: 11px;
    color: #4b5563;
    text-align: center;
}


.jwero-gold-plan-category-badge[data-plan-category="amount"] {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
}

.jwero-gold-plan-category-badge[data-plan-category="gram"] {
    background: #e0e7ff !important;
    color: #312e81 !important;
    border-color: #c7d2fe !important;
}

.jwero-gold-plan-penalties-list{
    padding-left:0 !important
}

.jwero-gold-plan-penalties-list .jwero-penalty-box {
    display:flex;	
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
}

.jwero-penalty-icon {
    flex:0 0 auto;
}

.jwero-penalty-main {
    font-size: 13px;
}

.jwero-penalty-notes {
    font-size: 12px;
    opacity: .7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*digigold*/
.jwero-kyc-wrapper {
    background: #fff;
    border-radius: 8px;
}

.jwero-kyc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.jwero-kyc-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.jwero-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.jwero-btn-primary {
    background: #b91c1c;
    padding: 12px 20px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: 200px;
}

.jwero-btn-primary:hover {
    opacity: 0.9;
}

/* ===============================
   PAYMENT OPTIONS MODAL - OVERLAY
   =============================== */
.jwero-payment-options-modal-wrapper {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);  /* darker overlay */
    z-index: 9999999;
    padding: 20px;
}


/* ===============================
   MODAL BOX
   =============================== */
.jwero-payment-options-modal {
    background: #ffffff;
    width: 100%;
    max-width: 435px;           /* nice width */
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: fadeInModal 0.2s ease-out;
}

@keyframes fadeInModal {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

/* ===============================
   MODAL CLOSE BUTTON
   =============================== */
.jwero-payment-options-close {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    color: #444;
    transition: 0.2s ease;
}

.jwero-payment-options-close:hover {
    color: #000;
}

/* ===============================
   MODAL TITLE
   =============================== */
.jwero-payment-options-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

/* ===============================
   CUSTOM SELECT (Dropdown)
   =============================== */
#jwero-payment-select {
    position: relative;
    width: 100%;
    z-index: 20000; /* above modal contents */
}

.jwero-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.jwero-select:hover {
    border-color: #9ca3af;
}

.jwero-select-display {
    font-size: 15px;
    color: #374151;
}

/* Dropdown List */
.jwero-select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    list-style: none !important; /* removes bullets */
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 999999; /* stays above modal */
    overflow-y: auto;
    max-height: 180px; /* dropdown stays within modal */
    display: none;
}

.jwero-select-options.show {
    display: block !important;
}

.jwero-select-options li {
    padding: 12px 14px;
    font-size: 15px;
    color: #374151;
    cursor: pointer;
    transition: 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.jwero-select-options li:last-child {
    border-bottom: none;
}
.jwero-select-options li:hover {
    background: #f3f4f6;
}

.jwero-select-options li::marker {
    display: none !important;
}

/* ===============================
   PROCEED TO PAY BUTTON
   =============================== */
.jwero-payment-options-pay-btn {
    width: 100%;
    padding: 12px 16px;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 600;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.jwero-payment-options-pay-btn:hover {
    background: #1e4ed8;
}

.jwero-payment-options-pay-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

/* Ensure dropdown always stays above modals */
.jwero-select, 
.jwero-select-options {
    z-index: 999999999 !important;
}




@media (max-width: 480px) {
    .jwero-gold-plan-info-tooltip {
        max-width: 80vw;
        right: auto;
        left: 0;
    }
}

.jwero-payment-options-modal-wrapper.is-open {
    display: flex !important;
   opacity: 1 !important;
    pointer-events: auto !important;
}

.jwero-payment-options-modal-wrapper.is-open[aria-hidden="true"] {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.jwero-payment-options-modal-wrapper{
position: fixed !important;
    z-index: 10000 !important;
}

.jwero-status-badge.jwero-status-closed{
    background: #2563eb !important;
    color: white !important;
}

.jwero-btn-primary.jwero-view-closure-btn{
     background-color: #2563eb !important;
     width: 75% !important;
}

/* ===============================
   CLOSURE DETAILS MODAL
   =============================== */

.jwero-closure-modal-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 10001;
}

.jwero-closure-modal-wrapper.is-open {
  display: flex;
}

.jwero-closure-modal {
  background: #ffffff;
  border-radius: 8px;
  max-width: 60%;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px 28px;
  position: relative;
}

.jwero-closure-modal-close {
  position: absolute;
    float: right;
    top: 0px;
    right: 16px;
    font-size: 25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding: 0px !important;
    min-height: unset !important;
}

.jwero-closure-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}

.jwero-closure-row:last-child {
  border-bottom: none;
}

.jwero-closure-label {
  font-size: 13px;
  color: #6b7280;
}

.jwero-closure-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.jwero-closure-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.jwero-closure-card {
  background: #f9fafb;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.jwero-closure-card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.jwero-closure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
background: #f4f6fb;
    padding: 15px;
    border-radius: 5px;
}

.jwero-closure-grid label {
  font-size: 12px;
  color: #6b7280;
  display: block;
}

.jwero-closure-grid strong {
  font-size: 14px;
  color: #111827;
}

.jwero-pill {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.jwero-pill-success {
  background: #dcfce7;
  color: #166534;
}

.jwero-text-success { color: #16a34a; }
.jwero-text-danger { color: #dc2626; }

.closed-plan-title{
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 15px 0;
}

.closed-headings{
    font-size: 15px !important;
    color: #000000 !important;
    margin-bottom:0px !important
}

.closure-hr{
margin-top: 25px;
    border: 1px solid #f5f4f4;
}


.close-labels{
margin-bottom:0px !important;
}

.settlement-section{
background: #f4f6fb !important;
padding-bottom: 3px;
}


.jwero-remaining-balance{
padding: 12px 16px;
    background: #e8edf7;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin: 20px;
}

/* ===============================
   PROFILE TAB
   =============================== */

.jwero-profile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Generic card (reuses your design language) */
.jwero-profile-wrapper .jwero-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
}

/* Section titles */
.jwero-profile-wrapper .jwero-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.jwero-profile-wrapper .jwero-subsection-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

/* Muted label */
.jwero-profile-wrapper .jwero-muted {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}

/* Divider */
.jwero-profile-wrapper .jwero-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0;
}

/* ===============================
   REFERRAL REWARDS
   =============================== */

.jwero-referral-box {
  background: #f3f6fb;
  border: 1px solid #dbe4f3;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.jwero-referral-code {
  font-size: 20px;
  font-weight: 700;
  color: #1e40af;
  margin: 4px 0;
}

.jwero-referral-note {
  font-size: 12px;
  color: #374151;
  max-width: 420px;
}

.jwero-referral-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.jwero-stat-card {
  background: #f9fafb;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}

.jwero-stat-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.jwero-stat-card p {
  font-size: 12px;
  color: #6b7280;
}

.jwero-text-green {
  color: #16a34a;
}

/* ===============================
   INFO GRIDS
   =============================== */

.jwero-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}

.jwero-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===============================
   PILLS / BADGES
   =============================== */

.jwero-pill-success {
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 6px;
  font-weight: 600;
}

.jwero-pill-primary {
  background: #e0e7ff;
  color: #1e40af;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.jwero-pill-secondary {
  background: #f3f4f6;
  color: #374151;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.jwero-pill-gold {
  background: #facc15;
  color: #713f12;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
}

/* ===============================
   FAMILY NETWORK
   =============================== */

.jwero-family-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jwero-family-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  padding: 12px 14px;
  border-radius: 6px;
}

.jwero-family-item strong {
  font-size: 14px;
}

.jwero-family-item p {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}

/* ===============================
   BUTTON FIX (COPY CODE)
   =============================== */

.jwero-profile-wrapper .jwero-btn-secondary {
  background: #ffffff;
  border: 1px solid #d1d5db;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}

/* ===============================
   DOCUMENTS SECTION
   =============================== */

.jwero-documents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.jwero-document-card {
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.jwero-document-icon {
  color: #1e40af;
  flex-shrink: 0;
}

.jwero-document-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.jwero-document-content p {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 12px;
}

.jwero-document-content .jwero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 6px 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .jwero-documents-grid {
    grid-template-columns: 1fr;
  }
}

.jwero-bonus-structure-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jwero-bonus-structure-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px 16px;
}

.jwero-bonus-structure-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jwero-bonus-structure-title {
  font-weight: 600;
  text-transform: capitalize;
}

.jwero-bonus-structure-desc {
  font-size: 14px;
  color: #64748b;
}

.jwero-bonus-structure-value {
  font-weight: 700;
  color: #16a34a;
  font-size: 16px;
}

.jwero-bonus-structure-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jwero-redemption-operator{
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
}

.jwero-cutoff-bonus-list {
  margin-top: 8px;
  padding-left: 12px;
}

.jwero-redemption-item{
  margin-bottom:0 !important;
}

.jwero-cutoff-row {
  font-size: 13px;
  color: #475569;
  margin-top: 4px;
}


.jwero-bonus-pill {
  display: inline-block;
  font-weight: 600;
  color: var(--jwero-primary-color) !important;
  font-size: 16px;
  text-decoration: underline;
}

.jwero-redemption-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.jwero-redemption-value {
  color: #16a34a;
  font-weight: 600;
}

.jwero-redemption-or {
  text-align: center;
  font-size: 11px;
  opacity: 0.6;
  margin: 4px 0;
}

/* Overlay */
.jwero-kyc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;	
}

/* Modal */
.jwero-kyc-modal {
  background: #fff;	
  width: 50%;
  max-width: 90%;
  max-height: 85vh;          
  border-radius: 12px;
  overflow: hidden;
  display: flex;             
  flex-direction: column;
  }

/* Header */
.jwero-kyc-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.jwero-kyc-title {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
}

.jwero-kyc-close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Body */
.jwero-kyc-body {
  padding: 20px;
  overflow-y: auto;         
  flex: 1;        
}

.jwero-field label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.jwero-field select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Upload box */
.jwero-upload-box {
  margin: 16px 0;
  border: 2px dashed #dbeafe;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
}

.jwero-upload-box span {
  font-size: 12px;
  color: #666;
}

/* Uploaded docs */
.jwero-uploaded-doc {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
  margin-bottom: 8px;
  align-items: center;
}

.jwero-status.verified {
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
}

/* Info box */
.jwero-info-box {
  background: #eff6ff;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  margin-top: 12px;
}

/* Footer */
.jwero-kyc-footer {
  padding: 16px;
  border-top: 1px solid #eee;
  text-align: right;
}

.close-modal{
  float: right;
    top: 0px;
    right: 16px;
    font-size: 25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding: 0px !important;
    min-height: unset !important;
}

.jwero-gold-plan-whatyouget-card.flexi-layout{
    background:#f8a71b1a !important;
}

/* Flexible layout plan */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

.investment-container {
  width:60%;
  background-color: #fff;
  border-radius: 10px;
 }

.investment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.purity, .rate, .time {
  font-size: 16px;
  color: #333;
}

.investment-form {
  margin-bottom: 40px;
}

.investment-mode {
  margin-bottom: 20px;
}

.investment-mode label {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.mode-selector {
  display: flex;
  gap: 10px;
}

.mode-selector button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: var(--jwero-primary-color);
  cursor: pointer;
  border-radius: 5px;
}

#by-amount{
width:50% !important
}

#by-gold{
width:50% !important
}

#amount{
    background-color: 
 color-mix(in srgb, var(--jwero-primary-color) 15%, #fff) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 7px !important;
    text-align: start !important;
    padding: 20px !important;
}

.mode-selector button.active {
  background-color: #4caf50;
  color: #fff;
  border: none;
}

.amount-to-invest {
  margin-top: 20px;
}

.amount-to-invest input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.amount-info {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}

.approx-grams {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
}

.investment-summary {
  width:40%;
  padding: 20px;
  border-radius: 10px;
  border:1px solid var(--jwero-primary-color) !important;
}

.investment-summary h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.summary-item span {
  font-size: 16px;
  color: #333;
}

.proceed-btn {
  width: 100%;
  padding: 14px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
}

.proceed-btn:hover {
  background-color: #45a049;
}

.disclaimer {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

.flexible-plan-layout{
  display: flex;
gap: 10px;
width:100% !important
 }

.flexi-layout-modal {
    max-width: 60% !important;
}

.flexi-design{
border-radius: 7px;
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    padding: 0.7rem;
}

.missed-tab-count{
    background-color: #ef4343;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 50%;
}

//Ledger modal
/* -------------------------------
   LEDGER MODAL + TABLE (Optimized)
--------------------------------- */

.jwero-ledger-modal{
  max-width: 980px;
}

.jwero-ledger-table-wrap{
  overflow-x: auto;
}

/* Table borders: outside + inside */
.jwero-ledger-table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;   /* outer border */
  background: #fff;
}

.jwero-ledger-table th,
.jwero-ledger-table td{
  border: 1px solid #e5e7eb;   /* inner borders */
  padding: 14px 10px;
  font-size: 13px;
  color: #111827;
  text-align: left;
  vertical-align: middle;
}

.jwero-ledger-table th{
  font-size: 12px;
  font-weight: 700;
  background: color-mix(in srgb, var(--jwero-primary-color) 60%, white) !important;
}

.jwero-ledger-table td strong{
  font-weight: 700;
}

.jwero-ledger-empty{
  text-align: center;
  color: #6b7280;
  padding: 18px 8px;
}


.jwero-flexi-mode-btn{
 width:50% !important;
}

.jwero-flexi-mode-btn.is-active{
color:#ffffff !important
}

.jwero-flexi-mode-btn.is-active{
    background-color: var(--jwero-primary-color) !important;
}

.jwero-flexi-mode-btn{
    background-color: 
 color-mix(in srgb, var(--jwero-primary-color) 10%, #fff) !important;
    color: #000000;
border: unset !important;
}

.jwero-flexi-estimate-box{
padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: color-mix(in srgb, var(--jwero-primary-color) 15%, #fff) !important;
    cursor: pointer;
    border-radius: 5px;
}

#jwero-flexi-input{
border-radius: 5px !important;
margin:0 !important;

}

/* OTP */

.jwero-otp-verify-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}


.jwero-phone-otp-row{
DISPLAY: FLEX;
    GAP: 5%;
}

.otp-mobile{
width:80%
}

.send-otp{
width:20%
}


.jwero-send-otp-btn{
    background-color: var(--jwero-primary-color) !important;
    color: #ffffff !important;
    WIDTH: 100% !important;
    border-radius: 3px !important;

}

/* wrapper should be vertical (label on top, input box below) */
.jwero-flexi-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
}

/* label styling */
.jwero-flexi-input-label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

/* input container (₹ + input) */
.jwero-flexi-input-box {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: #fff;    
border: 1px solid #b59f59 !important;
    background: #fdfaf1 !important;
}

/* ₹ and grams */
.jwero-flexi-prefix,
.jwero-flexi-suffix {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
margin-left:10px !important
}

/* input */
#jwero-flexi-input {
    border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  background: transparent;
}

/* ✅ step buttons BELOW input (full width) */
.jwero-flexi-step-buttons {
  display: flex;
  width: 10%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
    flex-direction: column;
}

/* buttons */
.jwero-flexi-btn {
  flex: 1;
  height: 38px;
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
min-height: 2px !important;
}

.jwero-flexi-btn:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}

.jwero-flexi-btn:hover {
  background: #ececec;
}

.jwero-flexi-estimate-box {
  margin-top: 10px;
  background: #eef4f2;
  border: 1px solid #cfded9;
  border-radius: 6px;
  padding: 10px 12px;
}


.jwero-flexi-minus{
background:color-mix(in srgb, var(--jwero-primary-color) 60%, white) !important;
}

.jwero-flexi-plus{
    background: var(--jwero-primary-color) !important;
}

.login-btn{
width:100% !important;
}

.login-btn a{
   color:#ffffff !important;
   width:100% !important;
   display: flex !important;
   height: 100% !important;
   align-items: center !important;
   justify-content: center !important;
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
}

.jwero-readonly {
  background-color: #f6f6f6 !important;
  color: #555 !important;
  cursor: not-allowed;
}

.jwero-flexible-wrapper {
    background: #f9fafb;
    padding: 18px;
    border-radius: 12px;
    margin-top: 16px;
}

.jwero-flexible-summary {
    font-weight: 600;
    margin-bottom: 12px;
}

.jwero-flexible-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jwero-flexible-item {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.jwero-flexible-item.paid {
    background: #ecfdf5;
    border-color: #10b981;
}

.jwero-flexible-item.pending {
    background: #f3f4f6;
    opacity: 0.7;
}

.jwero-flexible-item .grams {
    font-size: 12px;
    color: #6b7280;
}

#payment-method{
    text-transform: uppercase;
}

/* ===============================
JWERO FLEXI PLAN OVERVIEW
=============================== */

.jwero-overview-flexi-layout{
    width:100%;
    margin-top:20px;
}

/* ===============================
HEADER
=============================== */

.jwero-overview-flexi-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    color:#666;
    margin-bottom:18px;
}

.jwero-overview-flexi-header strong{
    color:#111;
}

/* ===============================
MODE BUTTONS
=============================== */

.jwero-overview-flexi-mode{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.jwero-overview-flexi-mode-btn{
    flex:1;
    padding:10px 14px;
    border-radius:8px;
    border:1px solid var(--jwero-primary-color) !important	;
    background-color:color-mix(in srgb, var(--jwero-primary-color) 10%, #fff) !important;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    color:#000000 !important;
    transition:all .2s ease;
}

.jwero-overview-flexi-mode-btn:hover{
    border-color:#cfa55b;
}

.jwero-overview-flexi-minus{
   background-color: color-mix(in srgb, var(--jwero-primary-color) 10%, #fff) !important;			
   padding:0 !important;	
}

.jwero-overview-flexi-plus{
background-color: var(--jwero-primary-color) !important;
   padding:0 !important;
   color:#ffffff !important;	
}

.jwero-overview-flexi-input{
    border:0 !important;
    padding: 0 !important;	
}

.jwero-overview-flexi-mode-btn.is-active{
    background-color: var(--jwero-primary-color) !important;
    border-color:#cfa55b;
    color:#ffffff !important;
}

/* ===============================
INPUT
=============================== */

.jwero-overview-flexi-input-wrap{
    margin-bottom:20px;
}

.jwero-overview-flexi-input-label{
    font-size:13px;
    color:#666;
    display:block;
    margin-bottom:6px;
}

.jwero-overview-flexi-input-box{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    overflow:hidden;
    background:#fff;
}

.jwero-overview-flexi-prefix,
.jwero-overview-flexi-suffix{
    padding:0px 12px;
    font-weight:600;
    color:#444;
}

.jwero-overview-flexi-input{
    flex:1;
    border:none;
    padding:10px 8px;
    font-size:16px;
    outline:none;
}

.jwero-overview-flexi-input:focus{
    background:#fcfcfc;
}

/* ===============================
STEP BUTTONS
=============================== */

.jwero-overview-flexi-step-buttons{
    display:flex;
    border-left:1px solid #eee;
}

.jwero-overview-flexi-step-buttons button{
    width:40px;
    font-size:18px;
    cursor:pointer;
    transition:.2s;
}

.jwero-overview-flexi-step-buttons button:hover{
    background:#f0f0f0;
}

/* ===============================
ESTIMATION BOX
=============================== */

.jwero-overview-flexi-estimate-box{
    background:#f9fafb;
    border-radius:10px;
    padding:18px;
    text-align:center;
    margin-bottom:18px;
}

.jwero-overview-flexi-estimate-box div:first-child{
    font-size:13px;
    color:#777;
}

.jwero-overview-flexi-est-gold{
    font-size:28px;
    font-weight:600;
    color:#111;
}

.jwero-overview-flexi-estimate-payable{
    margin-top:10px;
}

/* ===============================
SUMMARY
=============================== */

.jwero-overview-flexi-summary{
    border-top:1px solid #eee;
    padding-top:16px;
}

.overview-flexi-value{
font-weight: 800;
    color: #000000;
    font-size: 15px;
}

.jwero-overview-flexi-summary div{
    display:flex;
    justify-content:space-between;
    padding:6px 0;
    font-size:14px;
}

.jwero-overview-flexi-summary span:first-child{
    color:#000000;
}

.jwero-overview-flexi-summary span:last-child{
    }

.jwero-overview-flexi-box{
transition:all .25s ease;
}

.jwero-overview-flexi-box:hover{
box-shadow:0 10px 24px rgba(0,0,0,0.08);
}

.jwero-overview-flexi-layout{
    display:flex;
    gap:16px;
    width:100%;
}

.jwero-overview-flexi-box{
    flex:2;
}

.jwero-overview-flexi-summary{
    flex:1;
}

.jwero-plan-card{
   position: relative !important;
}



/* ===============================
RESPONSIVE
=============================== */

@media(max-width:768px){

.jwero-overview-flexi-header{
    flex-direction:column;
    gap:4px;
    align-items:flex-start;
}

.jwero-overview-flexi-mode{
    flex-direction:column;
}
			
.jwero-overview-flexi-mode-btn{
    width:100%;
}

}




.jwero-uploaded-doc-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jwero-uploaded-doc-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.jwero-btn-danger {
  background: #b91c1c;
  color: #fff;
  border: 0;
}



/* ===============================
   KYC Uploaded Documents Grouping
   =============================== */

.jwero-uploaded-doc-group {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
}

.jwero-uploaded-doc-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}

.jwero-uploaded-doc-group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.jwero-uploaded-doc-group-title strong {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.jwero-uploaded-doc-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
}

.jwero-uploaded-doc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jwero-uploaded-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  background: #f9fafb;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  margin-bottom: 0;
}

.jwero-uploaded-doc-main {
  min-width: 0;
  flex: 1;
}

.jwero-uploaded-doc-main p {
  margin: 0;
}

.jwero-uploaded-doc-main a {
  color: #111827;
  text-decoration: none;
  word-break: break-word;
}

.jwero-uploaded-doc-main a:hover {
  text-decoration: underline;
}

.jwero-uploaded-doc-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.jwero-uploaded-doc-actions .jwero-status {
  white-space: nowrap;
}

.jwero-delete-kyc-category-btn {
  width: auto !important;
  min-width: 140px;
  padding: 8px 14px !important;
  min-height: 36px !important;
  border-radius: 8px !important;
  background: #ef4444 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
}

.jwero-delete-kyc-document-btn {
  width: auto !important;
  min-width: 82px;
  padding: 8px 12px !important;
  min-height: 34px !important;
  border-radius: 8px !important;
  background: #ef4444 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
}

@media (max-width: 640px) {
  .jwero-uploaded-doc-group-header {
    flex-direction: column;
    align-items: stretch;
  }

  .jwero-delete-kyc-category-btn {
    width: 100% !important;
  }

  .jwero-uploaded-doc {
    flex-direction: column;
    align-items: flex-start;
  }

  .jwero-uploaded-doc-actions {
    width: 100%;
    justify-content: space-between;
  }
}


/* ===============================
   Nominee Documents Grouping
   =============================== */

.jwero-nominee-doc-group {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
}

.jwero-nominee-doc-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}

.jwero-nominee-doc-group-header strong {
  font-size: 14px;
  color: #111827;
}

.jwero-nominee-doc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jwero-nominee-doc-category {
  background: #f9fafb;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 12px;
}

.jwero-nominee-doc-category-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.jwero-nominee-doc-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jwero-nominee-doc-files .jwero-uploaded-doc.nominee {
  margin-bottom: 0;
  background: #ffffff;
}

/*mobile css */
@media (max-width: 640px) {
  .jwero-nominee-doc-group-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .flexi-layout-modal
 {
    max-width: 100% !important;
}
.flexible-plan-layout {
    display: block !important;
    width: 100% !important;
}
.investment-container {
    width: 100% !important;
    }
.investment-summary
 {
    width: 100% !important;
    }
.jwero-flexi-btn.jwero-flexi-minus{
padding:5px !important;
}

.jwero-flexi-btn.jwero-flexi-plus{
padding:5px !important;
}
.jwero-overview-flexi-layout {
    display: block !important;
    }

.ledger-download {
    width: 100% !important;
}
.jwero-view-ledger-btn {
    width: 100% !important; 
}
.jwero-make-payment-btn
 {
    width: 100% !important;
}
.jwero-plan-footer {
          display: flex !important;
        flex-direction: column;
    }
.jwero-btn-primary.jwero-view-closure-btn
 {
        width: 100% !important;
}
.jwero-kyc-modal {
        width: 100% !important;
}
.jwero-payment-card-header {
    display: block !important;	
   }

.amount-paid {
        justify-content: left !important;	
   }

.jwero-digigold-tabs{
display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 25px;
    background: var(--jwero-primary-soft);
    padding: 4px;
    border-radius: 3px;
    height: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}


.jwero-flexi-mode-btn{
    min-height: 30px !important;
padding:0px !important;
font-size:9px !important;

}

.jwero-gold-form-grid {
    display: flex !important;
    flex-direction: column !important;
}

.jwero-closure-grid {
       grid-template-columns: repeat(2, 1fr) !important;

    }

.jwero-digigold-tabs-wrap {
    position: relative;
}

.jwero-digigold-tabs-wrap::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 32px;
    background: linear-gradient(to right, transparent, var(--jwero-primary-soft) 70%);
    pointer-events: none;
    border-radius: 0 3px 3px 0;
    z-index: 1;
}

.jwero-payment-amount-block
 {
    text-align: right !important;
    display: block !important;
 }

.jwero-digigold-tabs-wrap::before {
    content: "›";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    color: var(--jwero-primary-color);
    pointer-events: none;
    z-index: 2;
    line-height: 1;
}

/* scrolled to the end: flip the arrow to hint "scroll back" */
.jwero-digigold-tabs-wrap.is-at-end::before {
    content: "‹";
}

/* nothing to scroll at all: hide the fade + arrow entirely */
.jwero-digigold-tabs-wrap.is-not-scrollable::after,
.jwero-digigold-tabs-wrap.is-not-scrollable::before {
    display: none;
}}



/*mobile ledger layout*/
.jwero-ledger-cards-head,
.jwero-ledger-card-summary {
  display: grid;
  grid-template-columns: 48px 1.6fr 1fr 1fr 16px;
  gap: 0;
  padding: 0;
}

.jwero-ledger-cards-head {
  display: none;
  background: color-mix(in srgb, var(--jwero-primary-color) 60%, white) !important;
  border: 1px solid #e5e7eb;
  border-radius: 6px 6px 0 0;
  font-size: 11px;
  font-weight: 700;
  color: #111827;
}

@media (max-width: 700px) {
  .jwero-ledger-cards-head {
    display: grid;
  }
}

.jwero-ledger-cards-head span,
.jwero-ledger-card-summary .jwero-ledger-card-value,
.jwero-ledger-card-summary .jwero-ledger-card-chevron {
  min-width: 0;
  text-align: center;
  padding: 10px 8px;
  border-right: 1px solid #e5e7eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jwero-ledger-cards-head span:last-child,
.jwero-ledger-card-summary > *:last-child {
  border-right: none;
}

.jwero-ledger-cards-head span:nth-child(2),
.jwero-ledger-card-summary .jwero-ledger-card-value:nth-child(2) {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.3;
}

.jwero-ledger-cards-head-sl,
.jwero-ledger-card-sl {
  text-align: left !important;
}

.jwero-ledger-cards-head-chevron {
  min-width: 0;
}

.jwero-ledger-cards {
  display: none;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .jwero-ledger-table-wrap {
    display: none;
  }
  .jwero-ledger-cards {
    display: flex;
  }
}

.jwero-ledger-card {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.jwero-ledger-card:last-child {
  border-bottom: none;
}

.jwero-ledger-card-summary {
  cursor: pointer;
}

.jwero-ledger-card-summary .jwero-ledger-card-value {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.jwero-ledger-card-chevron {
  font-size: 14px;
  color: #111827;
  transition: transform 0.2s ease;
  justify-self: center;
}

.jwero-ledger-card.is-open .jwero-ledger-card-chevron {
  transform: rotate(180deg);
}

.jwero-ledger-card-details {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jwero-ledger-card.is-open .jwero-ledger-card-details {
  display: grid;
}

.jwero-ledger-card-details > div {
  padding: 10px 14px;
  border-top: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}

.jwero-ledger-card-details > div:nth-child(2n) {
  border-right: none;
}

.jwero-ledger-card-details .jwero-ledger-card-label {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
}

.jwero-ledger-card-details .jwero-ledger-card-value {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

/*mobile ledger layout end*/



.jwero-delete-nominee-document-btn {
  width: auto !important;
  min-width: 82px;
  padding: 8px 12px !important;
  min-height: 34px !important;
  border-radius: 8px !important;
  background: #ef4444 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
}

.jwero-delete-nominee-category-btn {
  width: auto !important;
  min-width: 140px;
  padding: 8px 14px !important;
  min-height: 36px !important;
  border-radius: 8px !important;
  background: #ef4444 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
}


.jwero-upload-preview-list {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.jwero-file-preview-card {
  width: 160px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.jwero-file-preview-thumb {
  width: 100%;
  height: 72px;
  background: #f3f4f6;
  overflow: hidden;
}

.jwero-file-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jwero-file-preview-meta {
  padding: 8px 10px 10px;
}

.jwero-file-preview-name {
  font-size: 12px;
  line-height: 1.3;
  color: #111827;
  word-break: break-word;
}

.jwero-file-preview-type {
  margin-top: 4px;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
}

.jwero-file-preview-remove {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border: none;
  background: transparent !important;
  color: #ef4444;
  font-size: 16px;
  cursor: pointer;
  min-height: unset !important;
  padding: 0 !important;
}

.jwero-file-preview-card.is-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  min-height: 72px;
}


.jwero-uploaded-doc-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.jwero-uploaded-doc-text {
  min-width: 0;
  flex: 1;
}

.jwero-uploaded-doc-text p {
  margin: 0;
}

.jwero-uploaded-doc-text a {
  color: #111827;
  text-decoration: none;
  word-break: break-word;
}

.jwero-uploaded-doc-text a:hover {
  text-decoration: underline;
}

.jwero-uploaded-doc-thumb {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jwero-uploaded-doc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jwero-uploaded-doc-thumb--file {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}


.jwero-icon-delete-btn {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 8px !important;
  border: 1px solid #fecaca !important;
  background: #fff5f5 !important;
  color: #ef4444 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  cursor: pointer;
  transition: all 0.18s ease;
}

.jwero-icon-delete-btn:hover {
  background: #fee2e2 !important;
  color: #dc2626 !important;
  border-color: #fca5a5 !important;
}

.jwero-icon-delete-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.jwero-icon-delete-btn.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.jwero-delete-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(239, 68, 68, 0.25);
  border-top-color: #ef4444;
  border-radius: 50%;
  display: inline-block;
  animation: jwero-spin 0.7s linear infinite;
}

@keyframes jwero-spin {
  to {
    transform: rotate(360deg);
  }
}


.jwero-kyc-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

#jwero-kyc-delete-all-btn {
  width: auto !important;
  min-width: 140px;
}

#jwero-kyc-done-btn {
  width: auto !important;
  min-width: 120px;
  margin-left: auto;
}





.jwero-kyc-body {
  padding: 24px 20px;
  overflow-y: auto;
  flex: 1;
}

.jwero-kyc-section {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.jwero-kyc-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.jwero-kyc-section-head {
  margin-bottom: 14px;
}

.jwero-kyc-section .jwero-section-title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.jwero-subsection-title {
  margin-top: 0 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.jwero-section-subtext {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.jwero-kyc-upload-section,
.jwero-nominee-upload-section {
  margin-top: 10px;
}

#jwero-uploaded-documents-container,
#jwero-nominee-documents-container {
  margin-top: 12px;
}

.jwero-empty-state {
  padding: 14px 16px;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 13px;
}

.jwero-uploaded-doc-list,
.jwero-nominee-doc-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jwero-uploaded-doc-card,
.jwero-add-file-card {
  min-height: 110px;
  border-radius: 12px;
}

.jwero-uploaded-doc-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.jwero-add-file-card {
  border: 1px dashed #cbd5e1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  cursor: pointer;
  text-align: center;
  transition: 0.18s ease;
}

.jwero-add-file-card:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.jwero-add-file-icon {
  font-size: 30px;
  line-height: 1;
  color: #94a3b8;
  margin-bottom: 6px;
}

.jwero-add-file-title {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.jwero-add-file-note {
  margin-top: 6px;
  font-size: 11px;
  color: #94a3b8;
}

.jwero-add-file-card.is-uploading {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 640px) {
  .jwero-uploaded-doc-list,
  .jwero-nominee-doc-files {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 640px) {
    .jwero-payment-card-header {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .jwero-payment-status-col,
    .jwero-payment-info-col,
    .jwero-payment-amount-block {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .jwero-payment-info-col {
        text-align: left;
    }

    .amount-paid {
        align-items: flex-start;
        text-align: left;
        width:40% !important;
    }
}


/* ===============================
   OTP VERIFY ROW / BUTTON
   =============================== */

.jwero-otp-verify-row input[data-jwero-otp-input] {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  font-size: 13px;
}

.jwero-otp-verify-row input[data-jwero-otp-input]:disabled {
  background-color: #f6f6f6 !important;
  color: #555 !important;
  cursor: not-allowed;
}

.jwero-verify-otp-btn {
  flex: 0 0 auto;
  min-width: 90px;
  padding: 8px 14px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 3px !important;
  background-color:  var(--wd-primary-color) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  min-height: unset !important;
}


.jwero-verify-otp-btn:disabled {
  background-color: var(--wd-primary-color) !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  cursor: not-allowed;
  opacity: 1;
}


.jwero-gold-plan-modal-duration-pill {
    text-transform: uppercase;
}


