/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  /* To hide the Language Dropdown*/
     #form-element-wrapper_3 {  
    visibility: hidden !important;
  } 
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  .divTableRow {
    display: flex;
    /*flex-direction: row;  Default to row */
    align-items: center; /* Center align items vertically */
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}
.L1left {padding-left:10px;
}
.OfficeUse_Right{
    width: 50%;
    align-content: flex-end;
}
.center1 {
    margin-bottom: 0; margin-top: 30px; width: 100%;
}
.L1right {   /* padding-right: 85px;*/
  background-color:  rgba(0, 103, 143, 1);
  margin-left: 14px;
  }


.main-container {
    color: rgba(0, 103, 143, 1);
  }

  .header-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #005b80; /* Matching background */
    padding: 15px;


}

.arrows {
    display: flex;
    gap: 5px; /* Space between arrows */
}

.arrow {
    width: 40px;
    height: 70px;
    clip-path: polygon(0% 0%, 45% 0%, 100% 50%, 45% 100%, 0% 100%, 55% 50%);
    background-color: gray;
}

.arrow:nth-child(1) { background-color: #5c7f99; }
.arrow:nth-child(2) { background-color: #a5b3bf; }
.arrow:nth-child(3) { background-color: #ffffff; }

.reverse {
    transform: scaleX(-1); /* Flipping the right arrows */
}

  /* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px)
  {

  
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .L1right{  margin-left: 35% !important;
        margin-right: 35% !important;}
  

.STOP {
    margin-left: 43% !important;
    margin-right: 43% !important;
}
  }
  
@media (max-width: 768px) {  
    .header_container {
      flex-direction: column;
      justify-content: center;
      align-items: center !important;
  }
 
    .L1left {
        padding-left: 0px !important;
        width: auto !important;
    }
    
    .L1right {
        padding-right: 0px !important;
        padding-top: 30px !important;
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .OfficeUse_Right {
        width: 100%;
        align-content: flex-end;
    }
    .header-container {
        flex-direction: column;
        text-align: center !important;
        padding: 10px;
        overflow-wrap: anywhere;
        align-items: center !important;
    }

    .arrows {
        margin-bottom: 5px;
        justify-content: center;
    }

    .reverse {
        margin-top: 5px;
    }

    .arrow {
        width: 30px; /* Reduce width */
        height: 50px; /* Reduce height */
    }
.center1{
    padding-bottom:20px;
}
.STOP {
    margin-left: 110px;
    margin-right: 110px; 
}


}



.header-container {
    display: flex;

    justify-content: space-between;
    background-color: #00688f; /* Adjusted to match the background color */
    padding: 10px;
    width: 98%;
}

.stop-section {
    flex: 1; /* Takes most of the space */
}

h1 {
    margin: 0;
    color: white;
    
    font-weight: bold;
    display: flex;
    align-items: center;
}


.note-container {
    display: flex;
    align-items: flex-start;
    gap: 5px; /* Adjust spacing between label and text */
    padding-left: 50px;
    padding-right: 50px;
}

.note-label {
    font-style: italic;
    font-weight: bold;
    white-space: nowrap; /* Keeps "NOTE:" on the same line */
}

.note-text {
    flex: 1; /* Ensures the text takes up the remaining space */
}

.jtext {
    display: block;
    margin-top: -55px;
    padding-left: 120px;
    margin-right: 120px;
}