.inter-form-title {
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; /* Slightly lighter bold */
    font-style: normal;
    font-size: 4rem; /* Increased size */
    color:#333;
  }

  .inter-qr-sub-title{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; /* Slightly lighter bold */
    font-style: normal;
    font-size: 3.2rem; /* Increased size */
    color:#333333c9;
  }

  .inter-form-field-title{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Slightly lighter bold */
    font-style: normal;
    font-size: 1.3rem; /* Increased size */
    color:#333;
  }



  label::after{
    content: "*"; /* The asterisk */
    color: red;
    margin-left: 5px; /* Adjust spacing */
  }

  .inter-regular-text{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Slightly lighter bold */
    font-style: normal;
    font-size: 1.7rem; /* Increased size */
    color:#333;
  }


.breadcrumb a {
   color: rgba(255, 255, 255, 0.897) !important;
}


.breadcrumb a :active {
   color:#FFF !important;
}

.breadcrumb > .active {
    color: rgba(255, 255, 255, 0.897) !important;
}
