<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}


.header-container {
    display: flex;

    justify-content: space-between;
    background-color: #00688f; /* Adjusted to match the background color */
    padding: 10px;

}
h1 {
    margin: 0;
    color: white;
    
    font-weight: bold;
    display: flex;
    align-items: center;
}

.L1right {   /* padding-right: 85px;*/
    background-color:  rgba(0, 103, 143, 1);
   align-content: center;
    }
    .divTableRow {
        display: flex;
        /*flex-direction: row;  Default to row */
        align-items: center; /* Center align items vertically */
    }
    
.jtext {
    display: block;
    margin-top: -55px;
    padding-left: 120px;
    margin-right: 120px;
}
.OfficeUse_Right{
    width: 38%;
    align-content: flex-end;
}
.center1 {
    margin-bottom: 0; margin-top: 30px; width: 100%;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
  }
  ul,ol{ margin-right:26px;}

   /* Media Query for iPad Mini */
   @media only screen 
   and (min-width: 768px) 
   and (max-width: 768px) 
   and (min-height: 1024px) 
   and (max-height: 1024px)
   {
 
   
     .L1right{  margin-left: 35% !important;
         margin-right: 35% !important;
     margin-top:-10px;}
   
         .header-container {
       
             width: 97% !important;
         }
 
   }
   
 @media (max-width: 768px) {  
     .header_container {
       flex-direction: column;
       justify-content: center;
       align-items: center !important;
   }
 
 
     .L1right {
         padding-right: 0px !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;
         width: 94% ;
     }
 
 .center1{
     padding-bottom:20px;
 }
 
 
 
 }</pre></body></html>