.form-submit-button { 

    display: none !important; 
    
    } 
  
    /* Hide Print Button */ 
  
  #print-preview { 
  
    display: none !important; 
    
    } 
#form-element-wrapper_13
{
    visibility: hidden !important;
}
    .header_container {
        display: flex;
        justify-content: space-between;
        column-gap: 30px !important;
    }
    .L1left {padding-left:10px;
    }
    
    .L1right {    padding-right: 85px;
        }
    
    .divTableRowAddress {
        display: table-row;
    }
    
    .divTableCellAddress {
        display: table-cell;
        color:  rgba(0, 103, 143, 1);
       
    }

.divTableRow {
    display: flex;
align-items: center; /* Center align items vertically */
    background-color:  rgba(0, 103, 143, 1);
    color: rgba(255, 255, 255, 1);
}

.content {
    margin-left: 20px; /* Space between image and content */
    background-color: #B4D5E5;;
    color: rgba(255, 255, 255, 1);
 }

@media (max-width: 768px) {
  .divTableRow {
      flex-direction: column; /* Stack items vertically on smaller screens */
   background-color:  rgba(0, 103, 143, 1);
    color: rgba(255, 255, 255, 1);
  }

  .content {
      margin-left: 0; /* Remove left margin on smaller screens */
      margin-top: 10px; /* Optional: add some spacing above content */
      background-color: #B4D5E5;;
      color:  rgba(0, 103, 143, 1);
   }
   
   .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;
}


  
}



