/* 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;
    }
#form-element-wrapper_2{
    display: none;
}
/*------------------------------------------------------*/
/* Styling EDD logo and Seal with line */
/* Include media query */
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.logo-left {
    padding-top: 45px;
   
}

.seal-right {
   
    margin-top: -10px;
    
}

.line1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.2px;
    background-color: black;
    margin-top: -26px;
}

/*-------------------heading 1 to left and maildate to right-------------------------*/
.mailDate1{
    float:right;
    width:60%;
     }

     
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
 vertical-align: bottom;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }


.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:120px;
    height:18px;
}
/*------------------------------------------------*/

/* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
/*---------------------------------------------*/

  
/* Box with corners */

.highlighted-box {
    position: relative;
    width: 62%;
    /* 60% of the page width */
    height: 150px;
    margin-top: 15px;
    /* Adjust the height as needed */
    /* margin: 5px auto; 
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 350px;*/

}

.highlighted-box .corner {
    position: absolute;
    width: 20px;
    /* Size of the corner */
    height: 20px;
    /* Size of the corner */
}

.highlighted-box .corner::before,
.highlighted-box .corner::after {
    content: '';
    position: absolute;
    background-color: #000;
    /* Color of the corner lines */
}

.highlighted-box .top-left::before,
.highlighted-box .bottom-left::before {
    width: 1px;
    /* Thickness of the vertical line */
    height: 100%;
    left: 0;
    top: 0;
}

.highlighted-box .top-left::after,
.highlighted-box .top-right::after {
    width: 100%;
    height: 1px;
    /* Thickness of the horizontal line */
    top: 0;
    left: 0;
}

.highlighted-box .top-right::before,
.highlighted-box .bottom-right::before {
    width: 1px;
    /* Thickness of the vertical line */
    height: 100%;
    right: 0;
    top: 0;
}

.highlighted-box .bottom-left::after,
.highlighted-box .bottom-right::after {
    width: 100%;
    height: 1px;
    /* Thickness of the horizontal line */
    bottom: 0;
    left: 0;
}

.highlighted-box .top-left {
    top: 0;
    left: 10px;
}

.highlighted-box .top-right {
    top: 0;
    right: 0;
    left: 450px;
}

.highlighted-box .bottom-left {
    bottom: 0;
    left: 10px;

}

.highlighted-box .bottom-right {
    bottom: 0;
    right: 0;
    left: 450px;
}
/*-----------------for office use only----------------------------------------*/
.mailDate{
    float:right;
    width:34%;
     } 
/*---------------------------------*/

.blank-line {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:42%;
}

.blank-line2 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:66%;
}
/*-----------------------------------------------*/

.form-field1 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
}

/*------------------------------------------------*/

.form-field {
    display: flex;
    align-items: center;
   
}
.form-field .text {
    white-space: nowrap;
    margin-bottom: 10px;
}

.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
   /* margin-left: 5px;*/
    margin-bottom: 8px;
  /*  margin-right:15px;*/
   
}
.blank-line4 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 9%;
}

.blank-line5 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 35%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 20px;
}

.blank-line6 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 15%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 20px;
}
.form-fieldv

 {
    display: flex
;
    margin-bottom: 5px;
    white-space: nowrap;
}
:lang(ar).blank-line5 ,
:lang(fa).blank-line5{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 35%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 28px;
}
:lang(ar).blank-line6 ,
:lang(fa).blank-line6{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 35%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 28px;
}
:lang(ar).blank-line1 ,
:lang(fa).blank-line1{
 display: inline-block;
    border-bottom: 1px solid black;
    width: 120px;
    height: 12px;
}
.corner-boxN {
    position: relative;
    width: 55%;
    height: 150px;
    margin-top: 20px;
    margin-left: 27px;
}
.corner-boxN .top-rightN {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid black;
    border-right: 1px solid black;
}
.corner-boxN .bottom-leftN {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}
.corner-boxN::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid black;
    border-left: 1px solid black;
}
.corner-boxN::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.right2 {
    width: 40%;
    padding-top: 10%;
}
.right1 {
    width: 30%;
    padding-top: 10px;
}
@media only screen and (max-width: 768px) {
    
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    
.logo-left {
    padding-top: 45px;
   
}

.seal-right {
   
    margin-top: -10px;
    
}
.right1 {
        width: auto;
        text-align: center;
        padding-top: 10px;
    }
    .corner-boxN {
        width: 90%;
        margin-left: 0;
    }
    .right2 {
        width: 100%;
        text-align: center;
    }
.line1 {
    margin-top: -140px;
}
.mailDate1{

width: auto;
        text-align: center;
        padding-top: 10px;
     }
.mailingDate{
    width:83%;
}

.highlighted-box {
    position: relative;
   width: 90%;
    /* 60% of the page width */
    height: 150px;
    margin-top: 15px;
    /* Adjust the height as needed */
    /* margin: 5px auto; */
   
}
.highlighted-box .bottom-right {
    margin-left: -205px;
}

.highlighted-box .top-right {
    margin-left: -205px;
}
.mailDate {
    float: right;
    width: 95%;
}
.Claimant{
padding-left:0%;
}

.form-field .text {
   /* white-space: nowrap;*/
    margin-bottom: 10px;
}

.blank-line5 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 20px;
}

.blank-line6 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    height: 20px;
}
.form-fieldv {
    display: grid
;
}
}



  /* 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;
    }
    
.logo-left {
    padding-top: 45px;
   
}

.seal-right {
   
    margin-top: -10px;
    
}

.line1 {
    margin-top: -140px;
}
.mailDate1{

    width:26%;
    white-space: nowrap;
     }
.mailingDate{
    width:71%;
}

.highlighted-box {
    position: relative;
   width: 75%;
    /* 60% of the page width */
    height: 150px;
    margin-top: 15px;
    /* Adjust the height as needed */
    /* margin: 5px auto; */
      margin: 5px auto; 
   /* margin-left: 210px;*/
    margin-top: 30px;
    margin-bottom: 10px;
  /*  margin-right: 350px;*/

   
}
.highlighted-box .bottom-right {
    margin-left: -45px;
}

.highlighted-box .top-right {
    margin-left: -40px;
}

.highlighted-box .bottom-left {
    bottom: 0;
    left: 115px;

}
.highlighted-box .top-left {
    top: 0;
    left: 115px;
}

.mailDate {
    float: right;
    width: 45%;
    white-space: nowrap;
}
.blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 31%;
}
.blank-line2 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 60%;
}
.blank-line4 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 6%;
}
.form-field .text {
   /* white-space: nowrap;*/
    margin-bottom: 10px;
}
.Claimant{
    padding-left: 32%;
    padding-right:32%;
}
    .corner-boxN {
        width: 65%;
    }
}

