    h1 {
      text-align: center;
      font-family:Marcellus, sans-serif;
      font-style: Marcellus;

      font-size:2.5rem;
      color: #1241da;
    }
    
    #dassForm {
      background-color: white;
      border: 2px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      max-width: 600px;
      margin: 0 auto;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 10vh;
      margin-top: 10vh;
    }
    .category {
      margin-bottom: 20px;
      color: black;
    }
    .category h3 {
      margin-bottom: 15px;
      font-size: 2rem;
      color: #555;
    }
    .question {
      margin-bottom: 40px;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      background-color: #f9f9f9;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .question label {
      display: block;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 1.4rem;
      margin-left: 10px;
      color: #333;
    }
    
    .options {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      margin-bottom: 10px;
    }
    
    input[type="radio"] {
       
        appearance: none;
        font-size: 1.4rem;
        width: 20px;
        height: 20px;
  border: 0.2rem solid #3ab33e;;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
    }
    input[type="radio"]:checked {
  background-color: #4CAF50;;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
}

input[type="radio"]:hover {
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}
    .submit-btn {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 1rem;
      font-weight: bold;
      color: white;
      background-color: green;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 20px;
      transition: background-color 0.3s;
    }
    .submit-btn:hover {
      background-color: #0026a7;
    }
        


    @media screen and (max-width: 720px) {
    .options {
        display: block;
        
    }
    input[type="radio"] {
        appearance: none;
        font-size: 1.4rem;
        width: 20px;
        height: 20px;
  border: 0.2rem solid #3ab33e;;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
    }
    input[type="radio"]:checked {
  background-color: #4CAF50;;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
}

   
}




    #resultPopup {
        display: none;
      
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px;
      border: 2px solid #000000;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }
    #overlay {
        display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    
    }
    table {
        min-width: 60vw;
        min-width: 40vh;
      width: 100%;
      
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    th, td {
      border: 1px solid #1485e2;
      padding: 8px;
      border-radius: 5px;
      text-align: left;
      
    }
    th {
      background-color: #ffffff;
      color: #0026a7;
      font-size: 1.2rem;
    }
    .close-btn {
      display: block;
      padding: 5px 10px;
      background-color: #4CAF50;;
      color: white;
      border: none;
      margin: auto;
      cursor: pointer;
    }
    .close-btn:hover {
      background-color: #127a15;;
    }

    .question input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* Focus effect on the input field */
  .question input[type="email"]:focus {
    border-color: green;
    outline: none;
  }
  .question input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* Focus effect on the input field */
  .question input[type="text"]:focus {
    border-color: green;
    outline: none;
  }
  .question input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* Focus effect on the input field */
  .question input[type="number"]:focus {
    border-color: green;
    outline: none;
  }

  /* Adding some spacing between input fields */
  
  #text{
    font-size: 2rem;
  }
  #dassForm1 {
      background-color: white;
      border: 2px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      max-width: 600px;
      margin: 0 auto;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 10vh;
      margin-top: 10vh;
    }

  .resultPopup1 {
        display:block;
      
      position: fixed;
      min-width: 50vw;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px;
      border: 2px solid #000000;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }
    #overlay1 {
        display:block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(3px); /* Apply blur effect */
    z-index: 998;
    
    }