/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
    /* Hiding Language dropdown*/
  
  #form-element-wrapper_3{
      visibility: hidden !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;
}

.L1right {   /* padding-right: 85px;*/
  background-color:  rgba(0, 103, 143, 1);
  margin-left: 14px;
  }


@media (max-width: 768px) {
  .divTableRow {
      flex-direction: column; /* Stack items vertically on smaller screens */
      /*align-items: flex-start;  Align items to the start */
  }

  
  .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;
}


}


.main-container {
  color: rgba(0, 103, 143, 1);
}

.heading {
  color: rgba(0, 103, 143, 1);
}

.link-text {
  color: rgba(0, 103, 143, 1);
}
