/* Individual.css */
*{
    font-family:"Georgia";
}

.individual-registration60 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    height: 100vh;
  overflow-y: auto;
  }
  
  .progress-bar60 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .progress-step60 {
    flex: 1;
    text-align: center;
    position: relative;
  }
  
  .circle60 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 30px;
    margin: 0 auto;
    font-weight: bold;
  }
  
  .progress-step60.active .circle60 {
    background-color: #4CAF50; /* Green */
    color: white;
  }
  
  .form-content60 {
    margin-bottom: 20px;
  }
  
  .mentor-details60 {
    display: block;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .mentor-left60, .mentor-right60 {
    flex: 1;
    margin-right: 10px;
  }
  
  .mentor-right60 {
    margin-right: 0; /* Remove right margin from the last column */
  }
  
  .input-field60 {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .terms-container60 {
    margin-top: 20px;
  }
  
  .terms60 {
    margin-bottom: 10px;
  }
  
  .checkbox-container60 {
    display: flex;
    align-items: center;
  }
  
  .terms-checkbox60 {
    margin-right: 10px;
  }
  
  .navigation-buttons60 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .navigation-buttons60 button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #4CAF50; /* Green */
    color: white;
    cursor: pointer;
  }
  
  .navigation-buttons60 button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  
 .Lastcont67  h2 {
    margin-bottom: 10px;
  }
  
  .terms60,.mentor-details60 h3 {
    margin-bottom: 5px;
  }
  
  .terms60,.mentor-details60 p {
    margin: 5px 0;
  }
  