/* welcome page css start */
.kg-client-welcome {
    padding: 32px 5% 80px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .kg-client-welcome .kg-calendly-main {
    margin: 0 auto 48px;
  }
  
  .kg-client-welcome .kg-calendly-main .kg-calendly-main-inner {
    background: #c76b70;           
    color: white;
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 10px 32px rgba(159, 18, 57, 0.28);
    justify-content: space-between;
  }
  
  .kg-client-welcome .kg-calendly-main .kg-icon-box img {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
  
  .kg-client-welcome .kg-calendly-main .kg-content p {
    font-size: 1.15rem;
    font-weight: 500;
    flex: 1;
    margin: 0;
    color: #351717;
  }
  
  .kg-client-welcome .kg-calendly-main .kg-button-box .kg-button {
    background: white;
    color: #c76b70;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.22s ease;
}
  
  .kg-client-welcome .kg-calendly-main .kg-button-box .kg-button:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  }
  
  .kg-client-welcome .kg-welcome-main {
    text-align: center;
    margin-bottom: 64px;
  }
  
  .kg-client-welcome .kg-welcome-main .kg-welcome-main-inner h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
  }
  
  .kg-client-welcome .kg-welcome-main .kg-welcome-main-inner h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #94a3b8;
  }
  
  .kg-client-welcome .kg-programme-main {
    padding: 0 4%;
  }
  
  .kg-client-welcome .kg-programme-main .kg-programme-main-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
  }
  .kg-client-welcome .kg-calendly-main .kg-calendly-main-inner .kg-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
    .kg-client-welcome .kg-programme-main .kg-programme-box {
        width: 100%;
        background: #1e293b;
        border-radius: 50%;
        padding: 48px 28px 40px;
        text-align: center;
    }
  
  .kg-client-welcome .kg-programme-main .kg-programme-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
    object-fit: contain;
}
  
  .kg-client-welcome .kg-programme-main .kg-programme-box h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #e2e8f0;
  }
  
  @media (max-width: 768px) {
    .kg-client-welcome .kg-calendly-main .kg-calendly-main-inner {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 28px 24px;
    }
  
    .kg-client-welcome .kg-welcome-main .kg-welcome-main-inner h2 {
      font-size: 2.4rem;
    }
  
    .kg-client-welcome .kg-welcome-main .kg-welcome-main-inner h3 {
      font-size: 1.3rem;
    }
  
    .kg-client-welcome .kg-programme-main .kg-programme-main-inner {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 480px) {
    .kg-client-welcome {
      padding: 24px 5% 60px;
    }
  
    .kg-client-welcome .kg-welcome-main .kg-welcome-main-inner h2 {
      font-size: 2.1rem;
    }
  }
  /* welcome page css end */

  /* longevity portal css start */


  .kg-client-longevity-portal .kg-client-longevity-portal-inner {
    text-align: center;
    margin-bottom: 64px;
  }
  
  .kg-client-longevity-portal h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }
  
  .kg-client-longevity-portal h3 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #94a3b8;
    max-width: 720px;
    margin: 0 auto 40px;
  }
  
  /* Hero / banner image */
  .kg-client-longevity-portal .kg-image {
    margin: 0 auto 48px;
    max-width: 900px;
    overflow: hidden;
    border-radius: 16px;
  }
  
  .kg-client-longevity-portal .kg-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  /* Decorative / symbolic icon (usually placed near title or floating) */
  .kg-client-longevity-portal .kg-icon {
    width: 120px;
    height: 120px;
    margin: auto;           /* pulls it up to overlap the image a bit */
    background: #1e293b;
    border-radius: 50%;
    padding: 20px;
  }
  
  .kg-client-longevity-portal .kg-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /* ==========================================
     CTA Section
  ========================================== */
  .kg-cta-section {
    background: #1e293b;
    border-radius: 20px;
    padding: 48px 8%;
  }
  
  .kg-cta-section .kg-cta-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .kg-cta-section .kg-cta-section-inner-left {
    flex: 1;
    min-width: 320px;
  }
  
  .kg-cta-section h2 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #FFFFFF;
  }
  
  .kg-cta-section p {
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 520px;
  }
  
  .kg-cta-section .kg-cta-section-inner-right {
    flex-shrink: 0;
  }
  
  .kg-cta-button {
    display: inline-block;
    background: white;
    color: #c76b70;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  

  /* ==========================================
     Responsive Adjustments
  ========================================== */
  @media (max-width: 960px) {
    .kg-client-longevity-portal h1 {
      font-size: 2.4rem;
    }
  
    .kg-client-longevity-portal h3 {
      font-size: 1.25rem;
    }
  
    .kg-cta-section .kg-cta-section-inner {
      flex-direction: column;
      text-align: center;
    }
  
    .kg-cta-section .kg-cta-section-inner-left {
      text-align: center;
    }
  
    .kg-cta-section p {
      margin: 0 auto;
    }
  
    .kg-cta-section .kg-cta-section-inner-right {
      margin-top: 24px;
    }
  }
  
  @media (max-width: 640px) {
    .kg-client-longevity-portal {
      padding: 40px 5% 60px;
    }
  
    .kg-client-longevity-portal h1 {
      font-size: 2.1rem;
    }
  
    .kg-cta-section {
      padding: 40px 6%;
    }
  
    .kg-cta-button {
      padding: 14px 36px;
    }
  }
  /* longevity portal css end */

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    padding: 20px;
}

.timeline-step {
    text-align: center;
    min-width: 120px;
    position: relative;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 18px;
    color: #fff;
}

.line {
    flex: 1;
    height: 6px;
    background: #ddd;
}

/* STATES */

.timeline-step.completed .circle {
    background: #4caf50;
}

.line.completed {
    background: #4caf50;
}

.timeline-step.current .circle {
    background: #8bc34a;
}

.timeline-step p {
    font-size: 12px;
    color: #333;
}
.kg_loader{
  position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(60 54 54 / 45%);
    background-image: url('/wp-content/uploads/2026/04/qq8AE.gif');
    background-size: 50px 50px;
    background-position: center center;
    z-index: 999999999 !important;
    background-repeat: no-repeat;
}
        
.kg-portal-welcome-section {
    padding: 75px 0px 360px;
    position: relative;
}
/* .kg-portal-welcome-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
} */
.kg-portal-welcome-section .kg-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.kg-portal-welcome-section .kg-welcome {
    text-align: center;
    margin-bottom: 63px;
}
.kg-portal-welcome-section .kg-welcome .kg-welcome-greeting {
    color: rgba(2, 24, 36, 1);
    font-family: Avenir Next;
    font-weight: 275;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 11px;
}
.kg-portal-welcome-section .kg-welcome .kg-welcome-title {
    color: rgba(2, 24, 36, 1);
    margin: 0;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 35px;
    line-height: 54px;
    letter-spacing: 16%;
    text-align: center;
    vertical-align: middle;
}
.kg-portal-welcome-section .kg-alert {
    width: 100%;
    max-width: 1216px;
    margin: auto;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner {
    border-radius: 10px;
    padding: 13px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #FFCBCD 0%, #C7696C 100%);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-right: 80px;
    gap: 5px;
    flex-wrap: wrap;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner .kg-alert-message {
    display: flex;
    align-items: center;
    gap: 18px;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner .kg-alert-message .kg-alert-icon {
    width: 38px;
    height: 38px;
    color: #ffffff;
    padding: 5.7px;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner .kg-alert-message .kg-alert-text {
    color: rgba(2, 24, 36, 1);
    margin: 0;
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner .kg-alert-button {
    background-color: #ffffff;
    color: rgba(209, 64, 69, 1);
    border: none;
    border-radius: 20px;
    padding: 2px 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.kg-portal-welcome-section .kg-alert .kg-alert-banner .kg-alert-button .kg-alert-button-icon {
    width: 20px;
    height: 20px;
    display: block;
    padding: 3px;
}
.kg-portal-welcome-section .kg-timeline .kg-section-title {
    color: rgba(0, 0, 0, 1);
    max-width: 1216px;
    margin: auto;
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 5%;
    vertical-align: middle;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 19px;
}
.kg-portal-welcome-section .kg-timeline {
    width: 100%;
    margin-top: 90px;
}
.kg-portal-welcome-section .kg-details {
    max-width: 1216px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 77px;
}
.kg-portal-welcome-section .kg-details .kg-details-card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 16px 17px 29px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    min-height: 185px;
}
.kg-portal-welcome-section .kg-details .kg-details-card .kg-details-title {
    color: rgba(2, 24, 36, 1);
    margin: 0 0 15px;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
}
.kg-portal-welcome-section .kg-details .kg-details-card .kg-details-description {
    color: rgba(2, 24, 36, 1);
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
    vertical-align: middle;
    margin: 0;
}
.kg-portal-welcome-section .kg-documents {
    max-width: 1216px;
    margin: auto;
}
.kg-portal-welcome-section .kg-documents h4.kg-section-title {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 5%;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 36px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 19px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table {
    width: 100%;
    border-collapse: collapse;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-header {
    display: flex;
    padding: 0 0 17px;
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    gap: 10px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-header .kg-table-heading-col {
    justify-content: center;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: rgba(2, 24, 36, 1);
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row {
    display: flex;
    padding: 10px 20px 10px 33px;
    align-items: center;
    transition: background-color 0.2s ease;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-col-name {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    gap: 21px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-tr {
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(2, 24, 36, 1);
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-col-date {
    flex: 1;
    text-align: center;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-col-added {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 17px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-col-action {
    width: 50px;
    display: flex;
    justify-content: flex-end;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-tr .kg-pdf-icon {
    width: 29px;
    height: 30px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-tr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-tr .kg-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-action-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-top: 43px;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top {
    display: flex;
    gap: 4px;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 315px;
}

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step {
      display: flex;
      position: relative;
      /* cursor: pointer; */
      gap: 4px;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step__circle {
      width: 51px;
      height: 51px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2;
      flex-shrink: 0;
      transition: background 0.3s, border 0.3s;
      background: rgba(212, 212, 212, 1);
      border-radius: 50px;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step__circle img {
      width: 27px;
      height: 27px;
      display: block;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step__seg-right {
      height: 24px;
      background: rgba(212, 212, 212, 1);
      position: relative;
      overflow: hidden;
      width: 104px;
      top: 15px;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step__seg-right .kg-timeline-step__seg-right-fill {
      background: rgba(118, 194, 144, 1);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      transition: width 0.4s ease;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step.kg-timeline-step--done .kg-timeline-step__circle{
      background: rgba(118, 194, 144, 1);
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-labels {
      display: flex;
      align-items: flex-start;
      margin-top: 11px;
      justify-content: space-between;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-labels .kg-timeline-step__label {
      flex: 0 0 100px;
      color: rgba(2, 24, 36, 1);
      padding: inherit;
      cursor: pointer;
      user-select: none;
      font-family: Avenir Next;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-labels .kg-timeline-step__label.kg-timeline-step__label--done {
      font-weight: 600;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-tags {
      display: flex;
      align-items: flex-start;
      margin-top: 105px;
      justify-content: space-evenly;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-tags .kg-timeline-tag-col .kg-timeline-tag {
      font-family: Avenir Next;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0;
      text-align: center;
      vertical-align: middle;
      color: rgba(2, 24, 36, 1);
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      z-index: -1;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col::before {
      content: '';
      display: block;
      background: rgba(212, 212, 212, 1);
      z-index: 0;
      right: 53px;
      position: absolute;
      top: 29px;
      left: 50%;
      width: 1px;
      height: 205px;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 11px;
      width: 51px;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-timeline-title {
      color: rgba(2, 24, 36, 1);
      padding: inherit;
      /* cursor: pointer; */
      user-select: none;
      font-family: Avenir Next;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      width: 124px;
      position: relative;
      /* z-index: 1; */
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col .kg-timline-flag-bottom {
      text-align: center;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col .kg-timline-flag-bottom .kg-flag-icon {
      width: 40px;
      height: 31px;
      display: block;
      position: absolute;
      top: 205px;
      left: 50%;
    }

    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col .kg-timline-flag-bottom .kg-flag-title {
      font-family: Avenir Next;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0;
      vertical-align: middle;
      color: rgba(2, 24, 36, 1);
      margin: 4px 0 0;
      position: absolute;
      top: 240px;
      left: 70%;
      transform: translateX(-50%);
      text-align: center;
      width: 180px;
    }

    /* .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-step-col .kg-timline-flag-bottom .kg-flag-title {
      font-family: Avenir Next;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0;
      text-align: center;
      vertical-align: middle;
      color: rgba(2, 24, 36, 1);
      margin: 4px 0 0;
    } */
    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step.kg-timeline-step--done .kg-timeline-step-col .kg-timline-flag-bottom .kg-flag-icon svg path {
    fill: #76c290;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step.kg-timeline-step--done .kg-timeline-icon-text .kg-timeline-title {
    font-weight: 600;
}

@media screen and (max-width: 1440px){
    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top {
        padding-left: 28px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 991px){
  .kg-portal-welcome-section .kg-alert .kg-alert-banner {
    padding: 14px 16px;
    flex-direction: column;
    align-content: center;
  }
}
@media screen and (max-width: 767px){
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row {
    flex-wrap: wrap;
    padding: 10px 20px;
    gap: 15px 0;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-tr {
    flex: 0 0 100%;
    display: flex;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row  .kg-col-date.kg-col-tr {
    width: calc(100% - 40px);
    flex: unset;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-row .kg-col-action.kg-col-tr {
    flex: unset;
    width: 40px;
}
.kg-portal-welcome-section .kg-documents .kg-documents-table .kg-table-header {
    display: none;
}
.kg-portal-welcome-section .kg-welcome .kg-welcome-greeting {
    font-size: 30px;
    line-height: 1.3;
}
.kg-portal-welcome-section .kg-welcome .kg-welcome-title {
    line-height: 1.5;
    font-size: 30px;
    letter-spacing: 10%;
}
.kg-portal-welcome-section .kg-welcome {
    margin-bottom: 40px;
}
.kg-portal-welcome-section .kg-timeline {
    margin-top: 50px;
}
.kg-portal-welcome-section {
    padding: 75px 0px 100px;
}
}


.kg-stage-form-content {
    padding: 20px 25px;
    border-radius: 6px;
    max-width: 650px;
}

.kg-stage-form-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.kg-stage-form-content .client-stage-form .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.kg-stage-form-content .client-stage-form label {
    width: 250px;
    font-size: 14px;
}

.kg-stage-form-content .client-stage-form select,
.kg-stage-form-content .client-stage-form input[type="password"] {
    width: 260px;
    padding: 8px 10px;
    border: 2px solid #333;
    border-radius: 6px;
}

/* .kg-stage-form-content .upload-btn {
    background: #2d4f7c;
    color: #fff;
    padding: 6px 14px;
    border: 2px solid #1e3554;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.kg-stage-form-content .upload-btn input {
    display: none;
} */

.kg-stage-form-content .client-stage-form-submit {
    margin-top: 15px;
}
.kg-stage-form-content .section-title {
    font-weight: bold;
    margin: 10px 0;
}

.kg-program-stage .kg-program-stage-select{
  padding: 20px 25px;
  display: flex;
  gap: 20px;
}
div#kg-stage-form-success-content {
  display: none;
    color: green;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: #d6e0d6;
    padding: 10px;
    border: 1px solid green;
}
div#kg-stage-form {
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
}

/* Calendly popup overlay */
.calendly-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.calendly-overlay .calendly-close-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: transparent !important;
}

.calendly-overlay .calendly-popup {
  position: relative !important;
  width: min(980px, 100%) !important;
  height: min(88vh, 820px) !important;
  margin: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35) !important;
  background: #fff !important;
  z-index: 2 !important;
}

.calendly-overlay .calendly-popup .calendly-popup-content {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
}

.calendly-overlay .calendly-popup iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .calendly-overlay {
    padding: 10px !important;
  }

  .calendly-overlay .calendly-popup {
    width: 100% !important;
    height: 92vh !important;
    border-radius: 10px !important;
  }
}

/* calendly widget */


header.site-header.kg-header{
  align-items: center;
  max-width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #D4D4D4;
}
header.site-header.kg-header .kg-header-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 0 20px;
}
header.site-header.kg-header .kg-header-inner .kg-last-login {
    font-size: 16px;
    font-family: 'Avenir Next'; 
    line-height: 24px;
    color: #021824;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
@media (max-width: 992px) {
  header.site-header.kg-header{
    justify-content: center;
  }
  header.site-header.kg-header .kg-header-inner{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}


body.single-clients , body.page-template-welcome-client-template{
   position: relative;
    /* background: url(https://clientyld.getkgkrunch.com/wp-content/uploads/2026/04/PortalBackground-1.png); */
    background-image: url(https://clientyld.getkgkrunch.com/wp-content/uploads/2026/05/ChatGPT-Image-May-19-2026-02_12_29-PM.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
}
body.single-clients::before , body.page-template-welcome-client-template::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
}




.pmpro-checkout section.pmpro_section{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.pmpro-checkout main#content.site-main {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card{
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 0;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card-content h1 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 48px;
  margin-bottom: 0px;
  color: #000;
}

.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card-content {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}

.pmpro-checkout section.pmpro_section .pmpro_form_container ul.feature-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container ul.feature-list li{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container ul.feature-list li .icon{
  width: 40px;
  height: 40px;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-program-investment{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-program-investment .label{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-program-investment .amount{
  color: #0C3D54;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
}

.pmpro-checkout section.pmpro_section .pmpro_form{
  border: 1px solid #C4C6CC4D;
  border-radius: 24px;
  box-shadow: 0px 20px 40px 0px #0D1B2A0D;
  padding: 48px  48px  64px  48px;
}
.pmpro-checkout section.pmpro_section .pmpro_form #pmpro_pricing_fields,
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_actions,
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fields .pmpro_form_field-username{
  display: none;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_message {
  display: none;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_message.pmpro_error,
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_message.pmpro_alert,
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_message.pmpro_success {
  display: block;
  margin-bottom: 20px;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_card , 
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset{
  border: none;
  box-shadow: none;
  overflow: visible;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fields .pmpro_form_field .pmpro_form_label .pmpro_asterisk{
  display: none;
}
.welcome-wrap {
  text-align: center;
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
}
.welcome-wrap h1 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 48px;
    margin-bottom: 14px;
    color: #000;
}
.welcome-wrap p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28.8px;
  margin-bottom: 32px;
  color: #44474C;
  max-width: 493px;
}
.welcome-wrap .btn {
  font-family: 'Segoe UI', sans-serif;
  display: inline-block;
  background: #0e4a67;
  color: #fff;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease;
  box-shadow: 0 10px 20px rgba(14, 74, 103, 0.22);
}
.welcome-wrap .btn:hover {
  background: #08384f;
  transform: translateY(-2px);
  color: #fff;
}
@media (max-width: 600px) {
    .welcome-wrap .icon-box-svg svg {
      width: 100px;
      height: 100px;
    }
  .welcome-wrap h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .welcome-wrap p {
    font-size: 15px;
  }
  .welcome-wrap .btn {
    padding: 14px 26px;
    font-size: 14px;
  }
}

.pmpro-checkout section.pmpro_section .pmpro_form_container {
    max-width: 441px;
    width: 100%;
}
.pmpro-checkout .pmpro-has-access .page-header {
    display: none;
}
.pmpro-checkout .pmpro-has-access .pmpro {
    margin-top: 50px;
}
 .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_content .pmpro_form_legend h2.pmpro_form_heading {
    display: flex;
    align-items: anchor-center;
    gap: 12px;
    color: #0C3D54;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0.72px;
    vertical-align: middle;
}
 .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_content .pmpro_form_legend h2.pmpro_form_heading span {
    color: #0C3D54;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0.72px;
    vertical-align: middle;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card .pmpro_card_content {
    padding: 0 !important;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_content .pmpro_form_field label.pmpro_form_label {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    vertical-align: middle;
    color: #44474C;
    text-transform: uppercase;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_content .pmpro_form_field .pmpro_form_input {
    background-color: #F4F4F4;
    border: 1px solid #f4f4f4;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fields{
    gap: 24px;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_submit #pmpro_submit_span .pmpro_btn.pmpro_btn-submit-checkout{
    background: #0C3D54;
    padding: 12px 91px 14px;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card .pmpro_card_content legend.pmpro_form_legend {
    margin-bottom: 24px;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_cols-payment-secure {
    color: #46809c;
    border: 1px solid #31708F33;
    opacity: 1;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 8px;
    border-width: 1px;
    background: aliceblue;
    display: flex;
    align-items: center;
    margin-top: 6px;
    gap: 8px;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_cols-payment-secure p.pmpro_form_label {
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #31708F;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_submit {
    margin-top: 40px;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fields .pmpro_form_field .pmpro_form_field-password-toggle .pmpro_btn-password-toggle{
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    vertical-align: middle;
    color: #44474C;
    text-transform: uppercase;
}
.pmpro_form_input-text.pmpro_form_input-error, 
.pmpro_form_input-email.pmpro_form_input-error, 
.pmpro_form_input-url.pmpro_form_input-error, 
.pmpro_form_input-password.pmpro_form_input-error, 
.pmpro_form_input-search.pmpro_form_input-error, 
.pmpro_form_input-select.pmpro_form_input-error, 
.pmpro_form_input-checkbox.pmpro_form_input-error, 
.pmpro_form_input-radio.pmpro_form_input-error, 
.pmpro_form_input-multiselect.pmpro_form_input-error, 
.pmpro_form_input-number.pmpro_form_input-error, 
.pmpro_form_input-file.pmpro_form_input-error, 
.pmpro_form_input-date.pmpro_form_input-error, 
.pmpro_form_input-textarea.pmpro_form_input-error{
        border-color: #d14045cc !important;
        box-shadow: unset !important;
}
.pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fields .pmpro_form_field p.pmpro_form_hint {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Italic;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #CC3366B2;
}
.pmpro-checkout section.pmpro_section .pmpro_form{
    width: Calc(100% - 441px);
}
@media (max-width:767px) {
  .pmpro-checkout section.pmpro_section .pmpro_form_container ul.feature-list{
    margin-left: 20px;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card-content{
    align-items: center;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card-content h1{
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form_container .longevity-card-content p{
    text-align: center;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_fieldset .pmpro_card_content .pmpro_form_legend h2.pmpro_form_heading span{
    font-size: 20px;
  }
}
@media (max-width:991px) {
  .pmpro-checkout section.pmpro_section{
        flex-direction: column;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form_container,
  .pmpro-checkout section.pmpro_section .pmpro_form{
       width: 100%;
       max-width: 100%;
    }
}
@media (max-width:480px) {
  .pmpro-checkout section.pmpro_section .pmpro_form{
    padding: 30px 20px 30px 20px;
  }
   .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_submit #pmpro_submit_span,
  .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_submit #pmpro_submit_span .pmpro_btn.pmpro_btn-submit-checkout{
       width: 100%;
  }
  .pmpro-checkout section.pmpro_section .pmpro_form .pmpro_form_submit #pmpro_submit_span .pmpro_btn.pmpro_btn-submit-checkout{
    padding: 12px 10px 14px;
  }
}
/* .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step.kg-timeline-step--done  .kg-timeline-step__icon-done{
  display: inline-block !important;
} */
/* .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step.kg-timeline-step--done  .kg-timeline-step__icon-not-active{
  display: none;
} */

.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip {
    width: 325px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    z-index: 1;
    position: absolute;
    box-shadow: 0 6px 4px #1018281A;
    justify-content: space-between;
    bottom: unset;
    z-index: 999999;
    left: -25px;
    box-shadow: -1px -1px 13px 6px #0000000a;
    top: 148%;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-card .kg-tooltip-card-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-card img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip::before {
    content: '';
    background: #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -6px;
    left: 25px;
    rotate: 48deg;
    box-shadow: -1px -1px 1px 0px #0000000a;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-close {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #737373;
    font-weight: 500;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-card {
    text-align: left;
    font-weight: 400;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-card h5.kg-tooltip-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
    color: #171717;
    margin: 0 0 10px;
    font-family: 'Avenir Next'; 
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip .kg-tooltip-card .kg-tooltip-description p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    color: #021824;
    letter-spacing: 0px;
    margin: 0;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step svg.kg-tooltip-icon {
    position: relative;
    top: 6px;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step:nth-last-child(-n+2) .kg-timeline-icon-text .kg-details-tooltip {
  left: unset;
  right: -15px;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip.kg-tooltip-overflowing::before {
    left: unset;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step:nth-last-child(-n+2)  .kg-timeline-icon-text .kg-details-tooltip::before{
  left: unset;
}
.kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-timeline-title .kg-tooltip-wrap {
    display: inline;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
@media (max-width:767px) {
    .kg-portal-welcome-section .kg-timeline .kg-timeline-wrapper .kg-timeline-inner .kg-timeline-top .kg-timeline-step .kg-timeline-icon-text .kg-details-tooltip {
        width: 246px;
    }
}

/* Checkout: custom select chevron (Gender + Country) + DOB placeholder/calendar icon */
.pmpro-checkout .pmpro_form_field-kg_gender .kg-select-wrap,
.pmpro-checkout .pmpro_form_field-bcountry .kg-select-wrap {
    position: relative;
}
.pmpro-checkout .pmpro_form_field-kg_gender .kg-select-wrap::after,
.pmpro-checkout .pmpro_form_field-bcountry .kg-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 12px;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.25L6 7.75L9.5 4.25' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}
.pmpro-checkout .pmpro_form_field-kg_gender select.pmpro_form_input-select,
.pmpro-checkout .pmpro_form_field-bcountry select.pmpro_form_input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 42px !important;
    background-image: none !important;
    cursor: pointer;
}
.pmpro-checkout .pmpro_form_field-kg_gender select.pmpro_form_input-select {
    color: #6B7280;
}
.pmpro-checkout .pmpro_form_field-kg_gender select.pmpro_form_input-select:valid {
    color: #1f2937;
}
.pmpro-checkout .pmpro_form_field-kg_gender select.pmpro_form_input-select option,
.pmpro-checkout .pmpro_form_field-bcountry select.pmpro_form_input-select option {
    color: #1f2937;
}
.pmpro-checkout .pmpro_form_field-kg_gender select.pmpro_form_input-select option[value=""] {
    color: #6B7280;
}

.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-wrap {
    position: relative;
}
.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-display {
  width: 100%;
  padding-right: 0 !important;
  margin: 0 !important;
  color: #1f2937;
}
.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-display::placeholder {
    color: #9CA3AF;
    opacity: 1;
}
.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-calendar-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 2;
    line-height: 0;
}
.pmpro-checkout .pmpro_form_field-kg_date_of_birth .kg-dob-calendar-icon svg {
    display: block;
    pointer-events: none;
}