body {
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Fira Sans, sans-serif;
  }
  .container {
    display: flex;
    width: 800px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .first_child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    flex: 0.4;
    background: linear-gradient(to top left, #00448a, #277cd9);
  }
  .first_child-paragraph > h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 10%;
    text-align: center;
  }
  .first_child-paragraph > p {
    color: #fff;
    padding: 0 20%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: lighter;
  }
  .first_child-button {
    background-color: initial !important;
    color: #fff !important;
    font-size: 10px;
    border: 2px solid #fff !important;
    border-radius: 20px;
    opacity: 0.87 !important;
    padding: 7px 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
  }
  .second_child {
    flex: 0.6;
    text-align: center;
    padding: 40px 10px;
  }
  .second_child > i {
    display: flex;
    justify-content: end;
    color: gray;
    cursor: pointer;
  }

.second_child ul {
  list-style-type: none;
  }
  
  .second_child ul li {
    background-color: #F0DADA;
    border-radius: 8px;
    padding: 0.5rem 0.3rem;
    font-size: 10px;
    color: #999;
    width: 90%;
    margin-top: -3px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
  }

  #first_page {
    border: 1px solid rgb(221, 221, 221);
    overflow-y: scroll;
    max-height: 270px;
    flex: 5 1 0%;
    padding: 5px 20px;
    margin: 15px 20px;
    font-size: 12px;
    text-align: start !important;
    line-height: 2em;
    color: rgb(119, 119, 119);
  }
  #first_page::-webkit-scrollbar {
    width: 3px;
    background: #b0b0b0;
  }
  .second_child-checkbox {
    display: flex;
    align-items: start;
    gap: 5px;
  }
  .second_child-checkbox > input {
    margin-top: 5px;
  }
  .second_child-buttons {
    display: flex;
    gap: 0.4rem;
    justify-content: end;
    padding: 10px;
  }
  .second_child-first_button {
    width: 60px;
    filter: saturate(100%);
    border-radius: 30px;
    color: rgb(0, 105, 222);
    border: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold;
    cursor: pointer;
  }
  
  .second_child-first_button:hover {
  border: 1px solid rgb(196, 196, 196);
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .second_child-second_button {
    width: 80px;
    filter: saturate(100%);
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(115, 152, 189) !important;
    border: none;
    padding: 5px 10px;
    font-size: 11px;
    /* transition: background-color 0.3s ease-in-out; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
  }
  
  .second_child-second_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important; /* Gray background for disabled state */
  }
  
  .second_child-second_button:enabled {
    background-color: #0069de !important; /* Black background for enabled state */
  }
  
  /* Second Page */
  #second_page {
    display: none;
    /* border: 1px solid rgb(221, 221, 221); */
    min-height: 270px;
    padding: 5px 20px;
    margin: 15px 20px;
    font-size: 12px;
    /* text-align: start !important;
    line-height: 2em; */
    color: rgb(119, 119, 119);
  }
  
  #second_page h2 {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  
  #second_page div {
    display: flex;
    gap: 2rem;
  }
  
  #second_page div button {
    /* width: fit-content; */
    padding: 0.8rem 1.2rem;
    border: 1.5px solid rgb(196, 196, 196);
    border-radius: 30px;
    cursor: pointer;
    color: #0069de;
    font-weight: 700;
    background-color: white;
  }
  
  #second_page div button:hover {
    color: #fff;
    background: linear-gradient(to top left, #00448a, #277cd9);
  }
  
  #third_page {
    display: none;
    min-height: 270px;
    padding: 5px 20px;
    margin: 15px 20px;
    font-size: 12px;
    /* text-align: start !important;
    line-height: 2em; */
    color: rgb(119, 119, 119);
  }
  
  .third_content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0rem 2rem;
  }
  
  .third_content h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }
  
  .third_content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .third_content input {
    padding: 0.7rem;
    outline: none;
    border: none;
    background-color: #E8E8E8;
    border-radius: 8px;
  }
  
  .third_content div {
    display: flex;
    gap: 0.8rem;
  }
  
  .third_content div .prefix_tel {
  width: 15%;
  }
  
  .third_content div .telphone {
    width: 85%;
  }
  
  .primary_email {
    font-size: 10px;
    color: #777777;
    text-align: left;
  }
  
  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  
  #fourth_page {
    display: none;
    min-height: 270px;
    padding: 5px 20px;
    margin: 15px 20px;
    font-size: 12px;
    /* text-align: start !important;
    line-height: 2em; */
    color: rgb(119, 119, 119);
  }
  
  .fourth_content {
    padding: 0rem 2rem;
  }
  
  .fourth_content h2 {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
  }
  
  .fourth_content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  
  }
  
  .fourth_content div {
    display: flex;
    flex-direction: column;
    /* justify-content: start;
    align-items: start; */
  }
  
  .fourth_content label {
    font-size: 10px;
    font-weight: 700;
    text-align: left;
  }
  
  .fourth_content select {
    padding: 0.6rem 0.4rem;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  #fifth_page {
    display: none;
    min-height: 270px;
    padding: 5px 20px;
    margin: 15px 20px;
    font-size: 12px;
    /* text-align: start !important;
    line-height: 2em; */
    color: rgb(119, 119, 119);
  }
  
  .fifth_content {
    padding: 0rem 2rem;
    display: flex;
    flex-direction: column;
   
    gap: 1rem;
  }
  
  .fifth_content h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  
  .fifth_content .file_container {
    border: 1px solid rgb(196, 196, 196);
    border-radius: 8px;
    padding: 0.6rem 0.4rem;
    text-align: left;
  }
  
  .fifth_content .sample_btn {
    font-size: 10px;
    border: none;
    background: none;
    border-bottom: 1px solid ;
    padding: 0rem;
    text-align: left;
    width: fit-content;
  }
  
  .fifth_content .not_robot {
    padding: 2rem 2rem;
    border: 1px solid rgb(196, 196, 196);
  }
  /* Responsiveness */
  
  @media (max-width: 600px) {
    .container {
      flex-direction: column; /* Change direction to column */
      height: auto; /* Adjust height dynamically */
      max-width: 90%; /* Adjust maximum width */
    }
  }