

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
 
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_23{
      visibility: hidden !important;
    }
#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.grey-boxContents {
    background-color: #e5e5e5;
    width: 60% !important;
    position: relative;
    height: 100px;
    margin-bottom: 0px !important;
    margin-left: 20%;
    margin-right: 20%;
}
/* Hiding extra space at footer*/

#form-element-wrapper_18{ display:none;}

/* ----------------- */

    #form-element-wrapper_2{ display:none;}

    
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 27px !important;
}
:lang(ar) .address-ltr, 

:lang(fa) .address-ltr,
:lang(pu) .address-ltr ,
:lang(fil) .address-ltr  { 

  direction: ltr !important; 

  unicode-bidi: embed; 

  white-space: nowrap; 

  display: inline-block; 

} 
.phonenumbers {
    width: 45% !important;
}
.logo-left {
    padding-top: 45px;
}
.line2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.2px;
    background-color: black;
    margin-top: -26px;
}

.seal-right {
    margin-top: -10px;
}
.L1left {
    padding-bottom: 20px;
    place-content: end;
}
ul,ol {
    margin-right: 20px;
  }
   
.warning-table {
    width: 100%; /* Adjust the width as needed */
    border-collapse: collapse; /* Collapse borders to make them appear as a single line */
    text-align: left; /* Align text to the left */
}

.warning-table th{
    border: 1px solid black;
    padding: 10px;
    padding-bottom: 20px;
    padding-top:20px;
    text-align: center;
}
.form-field {
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.form-field .line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 2px;
    height:35px;
}
.Date {
    display: flex
;
    text-align: center;
    width: 62%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 20px;
}
.line1 {
    flex-grow: 0.455;
    border-bottom: 1.5px solid #000;
    margin-left: 3px;
    margin-right: 10px;
    height:15px;
}
.warning-table td {
    border: 1px solid black; /* Add borders to cells */
height:40px;
    text-align: center; /* Center-align text in the headers */
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.logo { 
    width: 45% !important;
}

.divTableRow {
	display: table-row;
}
.legendsstyle {
    padding-left: 3px !important;
}
.divTableCell {
    display: table-cell;
    padding: 3px 3px;
    width: 62%;
    align-content: flex-end;
    white-space:nowrap !important;
}

.divTableCellK {
	display: table-cell;
	border: 0px solid #ddd;
	padding: 2px;
    padding: 3px 10px;
}

.maildetails {
    width: 40%;
    margin-top: 20px;
}

.box {
    position: static !important;
    width: 98%;
    height: 90%;
    border: 1px solid black;
    padding-left: 5px;
    margin-top: 20px;
    margin-left: 1px;
    text-align: left;
    padding: 5px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}   
.Adjust{
    margin-inline-start: 4px;
}
.Location{

    text-align :center !important;
}

.Attention{
    font-weight: bold;
 
    text-align:center !important;

}

.line3 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 3px;
    margin-right: 10px;
}
@media screen and (max-device-width: 768px) {
   
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.Location{
    padding-left: 13%;
     padding-right: 13%;
     text-align: center;
 }
.phonenumbers {
    width: 90% !important;
}

.legendsstyle {
    padding-top: 15px !important;
}

.logo {
    margin-left:0% !important;
    width:65% !important;
    
}

.box {
    width: 95% !important;
}

.grey-boxContents {
    background-color: #e5e5e5;
    width: 70% !important;
  
    position: relative;
    height:100px ;
    margin-bottom: 15px !important;
    margin-left: 15%;
    margin-right: 15%;
}
.form-field {
    display: block;
}
.line1 {
    margin-bottom: 10px;
    margin-right: 0;
}
.divTableCell {
    display: table-cell;
    padding: 3px 3px;
    width: 62%;
    align-content: flex-end;
    white-space:nowrap !important;
}
.logo-left {
    text-align: center;
    float: none;
    padding-bottom: 1px;
    padding-top: 0px;
    width: auto;
}
.line2 {
    margin-top: -166px;
}
.seal-right {
    float: none;
    text-align: center;
    padding-top: 25px;
    width: auto;
}
.responsive-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.responsive-table-container table {
    width: 100%;
    min-width: 850px;
}
}

/* 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;
}

.Location{
    padding-left: 31%;
     padding-right: 31%;
     text-align:center;
 }
.phonenumbers {
    width: 43% !important;
}
.divTableCell{
white-space: nowrap !important;
}
.maildetails {
    max-width: 12%;
}
.grey-boxContents {
    background-color: #e5e5e5;
    width: 50% !important;
   
    position: relative;
    height: 100px;
    margin-bottom: 15px !important;
    margin-left: 25%;
    margin-right: 25%;
}
.logo {
    margin-left: 0% !important;
    width:35% !important;
}
.Attention{
    font-weight: bold;
  
    text-align: center;
}
}