
    .first-section {
      background: linear-gradient(to right, #f0f0f0 0%, #fff 100%);
    }

    .second-section {
      background: linear-gradient(to right, #e5eff2 0%, #ffffff 100%);
    }

    .bg-gt-gold-100 {
      background-color: #bad7f0;
    }

    .bg-pp-gold-800 {
      background-color: transparent;
    }

    .input-container {
      position: relative;
      margin-bottom: 20px;
    }

    input {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      font-size: 16px;
      position: relative;
    }


    .checkmark-icon {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-left: 5px;
      display: none;
      /* Hidden by default */
      position: absolute;
      right: 4px !important;
      top: 10px;
    }

    .bg-pp-gold-600 {
      background-color: #eef5f7;
    }

    .text-pp-yellow-300 {
      color: #e11919;
    }

    .focus\:ring-pp-yellow-300:focus {
      --tw-ring-color: #e11919;
    }

    label[for="billing_country"] .checkmark-icon {
      right: 35px !important;
    }

    label[for="bump_offer"] .checkmark-icon {
      width: 1px !important;
      height: 1px !important;
      opacity: 0 !important;
    }

    .clearfix {
      clear: both;
    }

    .just-validate-error-label {
      background: #fbd6d6;
      padding: 4px 12px;
    }

    #checkout-submit-button {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eec900+0,d79600+100 */
      background: #ffd812;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      color: #000;
    }
.hover\:brightness-110:hover {
  --tw-brightness: brightness(0.9) !important;
      }
    .intl-tel-input .selected-flag {
      display: none;
      /* Hide the dropdown button */
    }

    .iti--separate-dial-code .iti__selected-flag {
      background-color: transparent;
      padding-top: 12px;
    }

    .intl-tel-input .iti__flag-container {
      display: none;
      /* Hide the country code container */
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
      width: 100%;
    }

    #email-suggestion a {
      color: blue;
      text-decoration: underline;
      cursor: pointer;
    }

    .p-CardBrandIcon,
    .p-CardErrorIcon svg {
      display: block;
      height: auto;
      width: 1.95em;
    }

    #card_number,
    #expiry_date,
    #code_cvc {
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

    #card_number:focus,
    #expiry_date:focus,
    #code_cvc:focus {
      border: 2px solid #bad7f0 !important;
    }

    .p-CardIcons.Input,
    .p-CardCvcIcons-group {
      position: absolute;
      right: 0;
      top: 35px;
    }

    .p-CardBrandIcons-item {
      display: inline-block;
      margin: 0 2px;
    }

    .p-CardCvcIcons-svg {
      margin-right: 7px;
    }

    #card_number+.checkmark-icon {
      top: 30px;
      right: 9rem;
    }

    #expiry_date+.checkmark-icon {
      top: 30px;
    }

    #code_cvc+.checkmark-icon {
      top: 30px;
      right: 2rem;
    }

    #creditCardInfo.hidden {
      opacity: 0;
      height: 0;
      pointer-events: none;
    }

    @media (max-width:768px) {
      .xs-full-edit {
        flex-direction: column;
      }
    }

    svg {
      width: 25px;
      margin: 2px;
    }

    /* Parent container */
    .p-Grid {
      display: grid;
      grid-template-columns: 1fr;
      /* One column for the first div */
      grid-template-rows: auto auto;
      /* Two rows: one for the first div, one for the other two */
      gap: 10px;
      /* Adjust gap between the divs */
    }

    /* First div takes the full space in the first row */
    .p-Grid>.first-div {
      grid-column: 1 / -1;
      /* Spans across both columns of the first row */
    }

    /* Second and Third divs will take half space each on the second row */
    .p-Grid>.second-div,
    .p-Grid>.third-div {
      grid-column: span 1;
      /* Each div takes up one column */
      width: 44%;
    }

    /* Responsive design for small screens */
    @media screen and (max-width: 768px) {
      .p-Grid {
        grid-template-columns: 1fr;
        /* Stack all divs vertically */
      }
      #mobile_summary_toggle{
        padding: 20px;
      }
      /* Stack each div on a new row */
      .p-Grid>.first-div,
      .p-Grid>.second-div,
      .p-Grid>.third-div {
        grid-column: 1 / -1;
        /* Make all divs take up the full row */
      }
    }

    #iframe-container {
      position: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 50%;
      top: 50%;
      z-index: 111111111111111111111111111111;
      transform: translate(-50%, -50%);
      width: 25%;
      height: 25%;
      display: none;
    }

    #iframe-container>div {
      width: 80%;
      height: 80%;
      border: 2px solid #ccc;
      border-radius: 8px;
      background: white;
    }      .mobile-show {padding-top: 1rem;
  padding-bottom: 1rem;}
      .text-pp-green-500 {
  color: #257b05;
  background: #d8e8d2;
}
       /* Full-page overlay */
     #loader-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(5px);
            display: none; /* Hidden by default */
            justify-content: center;
            align-items: center;
            z-index: 9999; /* Ensure it covers everything */
        }
      
         /* Loader GIF styling */
        #loader-overlay img {
            width: 100px; /* Adjust size as needed */
            height: 100px;
        }

        /* Prevent interactions */
        body.blur-active {
            pointer-events: none; /* Disable interactions */
            overflow: hidden; /* Prevent scrolling */
        }
       #checkout-submit-button {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        }

        #loader {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 30px;
                        }

        #button-text {
        visibility: visible;
        /* Text visible initially */
                        }

        #checkout-submit-button .hidden {
        visibility: hidden;
        /* Hide loader or text */
                        }
      @media (max-width:768px) {
          .logo { max-height: 2rem !important;}
      }
  

/* ===== next style block ===== */


  .input-wrapper {
  position: relative;
  margin-bottom: 30px; /* Space for error messages */
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus {
  border-color: #3faf82; /* Green border on focus */
}

.error-message {
  position: absolute;
  top: 100%; /* Position below the input */
  left: 0;
  font-size: 12px;
  color: #dc3545;
  background-color: #f8d7da;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
  margin-top: 5px; /* Space between input and error */
}

