/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/

  #form-element-wrapper_1 {
      visibility: hidden !important;
    }

#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:45px;
}
.NewList{
    margin-inline-start: 20px !important;
}
       .divTableRowAddress {
    display: table-row;
}
.moveInside{
    padding-inline-start:10px;
}
.OutMove{
    margin-inline-start: -27px;
}
.SetWidth{
    margin-inline-start:7%;
    margin-inline-end: 7%;
    border:1px solid black;
    padding:10px;
}
.divTableCellAddress {
    display: table-cell;
}

   .moveLeft{
        margin-inline-start:20px;
       }
       .addressBlock{
        margin-inline-start:23%;
        margin-top:30px;
       }

  table {
    width: 100%;
    border-collapse: separate;
    border: 2px solid black;
  }

  td {
    border: 2px solid black;
   
  padding-bottom:30px !important;
    padding: 2px 6px;
  }

  .wide {
    width: 100%;
  }

  

  .two-col td {
    width: 50%;
  }

  

  .narrow {
    width: 80px;
  }

  .center {
    text-align: center;
  }

  .top-label {
    border-bottom: none;
        padding-bottom: 0px !important;
    padding-top: 0px;
   
  }


.dept-box {
  width: 260px;
  background-color: #e6e6e6;
  border: 1.5px solid black;
  padding: 10px 14px;
 
}

.dept-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.dept-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dept-row span {
  white-space: nowrap;
}

.line {
  flex: 1;
  border-bottom: 1px solid black;
  margin-inline-start: 5px;
  height:12px;
}

.vp-row .yesno {
  display: flex;
  justify-content: space-around;
  flex: 1;
 margin-inline-start: 25px;
}




       

@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
      .responsive-table-container { 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */ 
    } 
    .responsive-table-container table { 
        width: 100%; /* Ensure table takes up the full width of the container */ 
        min-width: 850px; /* Set a minimum width to maintain table readability */ 
    }

}