/* CSS for Mobile Number input  */
 body {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
  }
 
  .main {
    display: block;
    justify-content: center;
    max-width: 450px;
    margin: 0px 10px;
  }
 
  .label-rq::after {
    content: '*';
    color: red;
    margin-left: 4px;
  }
 
 
  h3 {
    font-size: 28px;
  }
 
  .form-group input {
    width: 95%;
    max-width: 450px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #F2F4FF;
    outline: none;
    padding: 5px 10px;
    margin: 5px 0px 15px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #656566;
    ;
    font-family: 'Montserrat', sans-serif;
  }
 
  .form-group textarea {
   width: 95%;
   max-width: 450px;
   height: 50px;
   border-radius: 10px;
   border: none;
   background-color: #F2F4FF;
   outline: none;
   padding: 5px 10px;
   margin: 5px 0px 15px 0px;
   font-size: 14px;
   font-weight: 500;
   color: #656566;
   font-family: 'Montserrat', sans-serif;
   resize: none;
 }
 
 
  .form-group label {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
  }
 
  .hero-img {
    display: flex;
    justify-content: center;
    /* padding-right: 00px; */
    margin-block: 6px;
  }
 
  .hero-h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    color: #000000; /* Example: Change text color */
    font-size: 1.5rem; /* Example: Adjust font size */
  }
 
  .main img {
    width: 100%;
  }
 
  .dieat-head h2 {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: 26px;
 
  }
 
  .dieat-head img {
    width: 40px;
 
  }
 
 
 
  h3 {
    font-size: 16px;
  }
 
  .sugar-count {
    display: flex;
    justify-content: space-between;
  }
 
  .sugar-count label {
    font-size: 14px;
    font-weight: 500;
    width: 60%;
  }
 
  .sugar-count input::placeholder {
    font-weight: 500;
    font-style: italic;
  }
 
  .sugar-count input {
    border-radius: 10px;
    padding: 5px;
    outline: none;
    border: none;
    background-color: #F2F4FF;
    height: 30px;
    width: 40%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 600;
  }
 
  .checkbox {
    background-color: #F2F4FF;
    margin: 10px 0px;
    height: 60px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    accent-color: rgb(97, 0, 216);
    font-size: 14px;
    max-width: 450px;
    border-radius: 10px;
    border: none;
  }
 
  .checkbox:hover {
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
 
  select {
    background-color: #F2F4FF;
    margin: 10px 0px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    accent-color: rgb(97, 0, 216);
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-family: montserrat;
  }
 
  .radio-div {
    background-color: #F2F4FF;
    margin: 10px 0px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    width: 90%;
 
  }
 
  h4 {
    font-size: 13px;
  }
 
  .radio-div input {
    accent-color: rgb(97, 0, 216);
  }
 
  button {
    width: 100%;
    max-width: 450px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #80f7ac;
    font-size: 14px;
    font-weight: 600;
    font-family: montserrat;
    transition: 0.5s;
  }
 
  button:hover {
    background-color: #2f9454;
    color: #fefffe;
    border: 1px solid #85F2AD;
  }
  #submitBtn{
   color: #0c5f2b;
  }
  #submitBtn:hover{
   color: #fefffe;
  }
 
  input[type="checkbox"] {
    border: 2px solid #fff;
    /* Change the color code to your desired border color */
    padding: 5px;
    /* Adjust padding as needed */
  }
 
  select option {
 
    max-width: 450px;
    width: 90%;
    margin: 10px 20px;
  }
 
  .iti {
    width: 100%;
    padding: 10px 0px;
  }
 
  .iti-mobile .iti--container {
    width: 100%;
    height: 450px
  }
 
  .flag-note {
    color: brown;
  }
 
  #loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114, 114, 114, 0.5);
    /* Semi-transparent black background */
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
 
  .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Loader color */
  }
 
  .dot {
    width: 12px;
    height: 12px;
    /* background-color: #fff; */
    /* Dot color */
    border-radius: 50%;
    margin: 0 6px;
    animation: jump 3s infinite;
    /* Adjusted to 10 seconds */
  }
 
  .dot img {
    width: 20px;
  }
 
  .dot:nth-child(2) {
    animation-delay: 2s;
  }
 
  .dot:nth-child(3) {
    animation-delay: 1s;
  }
 
  @keyframes jump {
 
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
 
    40% {
      transform: translateY(-10px);
    }
 
    60% {
      transform: translateY(-10px);
    }
  }
 
 
  /* custom popup css */
 
  /* popup css */
  #custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1001;
    /* Higher than the loading overlay */
  }
 
  .popup-content {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  }
 
  .popup-content p {
    font-weight: 600;
    font-size: 14px;
  }
 
  #custom-popup button {
    padding: 10px 30px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    background: #ffea00;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }