
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

/* Hiding extra space at footer*/

#form-element-wrapper_18{ display:none;}

/* ----------------- */

/* Hiding Language dropdown*/
  
  #form-element-wrapper_16 {
   visibility: hidden !important;
}

/* Styling EDD logo along with telephone numbers */
/* Include media query */

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
    }
    
.telephone {
    float: right;
    width: 40%;
    }
    .phonenumbers {
        width: 40%;
    }
.legendsstyle {
    padding-left: 0px;
    width: auto;
    }
    .legendsstyle {
        padding-left: 0px;
        font-weight: normal;
    }
.divTableRow {
    display: table-row;
    }
 /* 
.divTableCell {
    display: table-cell;
    align-content: end;

    width:55%;
    }
    */
    .divTableCell3{
        display: table-cell;
        padding: 3px;
        padding-top: 6px;
        width: 60%;
       
    }

    .custom-link {
        text-decoration: underline;
        text-decoration-color: #1a74ba;
      }
.divTable {
    display: table;
}
.boxbig {
    background-color: #e5e5e5;
    margin-bottom: 20px;
    width: 50%;
    border-radius: 10px;  /* Remove this border-radius if rounded is not needed */ 
    height: 140px;
    margin-top: 25px;
    border: 0px solid #ccc;
}
/* 3 blank lines on the left and mail date, For office use only fields on right*/
/* Include media query */
.headercontainer {
    align-content: center;
    justify-content: space-between;
    column-gap: 30px !important;
}

.LeftLines{float:left;}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
    align-content: end;
}
.mailDate{
float:right;
width:335px
 }

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

.blank-line {
    /*display: inline-block; */
    border-bottom: 1px solid black;
    width:300px;
    padding-top:11.25px;
}.line10 {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin-left: 44px !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    width: 100% !important;
}
.jtext10 {
    display: block;
    margin-top: -18px;
    padding-left: 138px !important;
    padding-bottom: 20px;
}

.blank-line1 {
    display: inline-block; 
    border-bottom: 1.5px solid black;
    width:243px;
}

/*----------------- Checkbox ---------------------*/
.divTable { 
    display: table; 
    width: 100%; 
    border-collapse: collapse; 
 } 
 
 .divTableRow { 
    display: table-row; 
 } 
 
 .Checkboxsize { 
 width: 14px; 
 height: 14px; 
 background-color: white; 
 border-radius: 5%; 
 border: 1px solid grey; 
 appearance: none; 
 -webkit-appearance: none; 
  outline: none; 
 cursor: pointer; 
 margin-right: 8px; 
 } 

 .jtext {
    display:block;
    margin-top: -22px; 
    margin-inline-start: 60px;
    }
 ul,ol {
    margin-right: 20px;
    }
/* To control bulletin space btwn checkboxes*/

.divTablecheckbox {
    display: table-cell;
    padding-right: 8px;
    font-family: "Noto", sans-serif;
    font-size: 14px;
    text-align: left !important;
}

.divTablecheck {
    display: table-cell;
    padding-left: 15px;
    font-family: "Noto", sans-serif;
    font-size: 14px;
    text-align: center;
}

.bullet{
    padding-left:5px;
    padding-bottom: 10px;
  }

  .form-fieldQ{
    display: flex
    ;
        align-items: flex-start;
        max-width: 100%;
}
.tex1 {
    flex: 1;
    min-width: 0;
    padding-right: 5px;
}
.jtext5 {
    display: block;
    margin-top: -25px;
}
.line1a {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;

}
label {
    display: block;
    padding-bottom: 0px !important;
}

.jtext3 {
    display: block;
    margin-inline-start: 61px;
}
.line1aa {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;

    line-height: 35px;
    margin-inline-start: 61px;
}
.UniquePhoneTable  {
    width: 47%;
   
}

.divTableRowUnique {
    display: table-row;
}

.divTableCellUnique {
    display: table-cell;
    width: 65%;
    padding: 2px;
     vertical-align: bottom;
}
:lang(fa).divTableCellUnique,
:lang(ar).divTableCellUnique {
     display: table-cell;
    width: 65%;
    padding: 2px;
    vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

   .boxbig {
    width: 90%;
   }

    .telephone {
        float: right;
        width: 88%;
    }
   
    .blank-line1 {
        display: inline-block; 
        border-bottom: 1px solid black;
        width:205px;
    }
    .divTableCellN {
        display: table-cell;
        padding-top: 22px;
        padding-right: 3px;
    }
    .head1 {
        text-align: center;
    }
    
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.telephone {
    float: right;
    width: 43%;
    }
.boxbig {
    width: 50%;
   }
}
  /* 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;
    }

   .boxbig {
        width: 50%;
   }
        .telephone {
            float: right;
            width: 44%;
        }
        h1 {
            padding-left: 0%;
        }
        .divTableCellN {
            display: table-cell;
            padding-top: 21px;
            padding-right: 3px;
        }
.UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
    }