/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /*hIDE 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:0px;
}

.L1right {   /* padding-right: 85px;*/
  background-color:  rgba(0, 103, 143, 1);
  margin-left: 14px !important;
  }

  .main-container {

    padding: 0px;
    max-width: 1000px;
    margin: auto;
  }
  
  .content-and-qr {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
  }
  
  .content-column {
    flex: 1 1 65%;
  }
  
  .qr-column {
    flex: 1 1 30%;
    text-align: center;
  }
  
  .qr-code {
    width: 150px;
    height: auto;
  }
  
@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: 15px !important;
    margin-left:0px !important;
}

:lang(hy) .header
{
    font-size: 32.4px;
}


}


.main-container {
  color: rgba(0, 103, 143, 1);
}

.heading {
  color: rgba(0, 103, 143, 1);
}

.link-text {
  color: rgba(0, 103, 143, 1);
}
