/* 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;
}
.L1right{
    width: 46% !important;
    padding-top: 1%;

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

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

.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;
}
/*------------------------------------------------*/

/* 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: 155px;
    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: 415px !important;
}

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

}

.highlighted-box .bottom-right {
    bottom: 0;
    right: 0;
    left: 415px !important;
}

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

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


ul, ol {
    margin-right: 0px;
}
.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;
    padding-left: 50px;
    margin-right: 50px;
}
.jtext1 {
    display: block;
    margin-top: -22px;
    padding-left: 115px;
    margin-right: 115px;
}
/*-----------------------------------------------*/

:lang(hy) .L1right

 {
    width: 55%

 !important;
}
/*------------------------------------------------------------------------*/
@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;
    
}

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

    width:65%;
     }
.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: -145px;
}

.highlighted-box .top-right {
    margin-left: -145px;
}
.mailDate {
    float: right;
    width: 95%;
}
.Claimant{
padding-left:0%;
}
.L1right{
    width: 65% !important;
    padding-top: 1%;

}
.form-field .text {
   /* white-space: nowrap;*/
    margin-bottom: 10px;
}
.divTableCellN {
    display: block;
    padding-top: 6px;
    padding-right: 3px;
    white-space: nowrap;
    text-align: center;
}
:lang(hy) .L1right

 {
    width: 80%

 !important;
}
:lang(fa) .L1right,
:lang(ar) .L1right {
        width: 30%

 !important;
        padding-top: 1%;
    }

}



  /* Media Query for iPad Mini */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 768px)
and (min-device-height: 1024px)
and (max-device-height: 1024px)
and (-webkit-min-device-pixel-ratio: 1) 
 
  {

  
    .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:40%;
     }
.mailingDate{
    width:71%;
}

.highlighted-box {
    position: relative;
   width: 85%;
    /* 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: 25px;
}

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

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

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

.mailDate {
    float: right;
    width: 70%;
}
.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: 25%;
}

.L1right{
width:30% !important;
    padding-top: 1%;

}

.divTableCellN {
    display: block;
    padding-top: 6px;
    padding-right: 3px;
    white-space: nowrap;
    text-align: center;
}

:lang(fa) .highlighted-box ,
:lang(ar) .highlighted-box
{
        position: relative;
        width : 65%;
        height: 150px;
        margin-top: 15px;
        /* margin: 5px auto; */
        margin: 5px auto;
        /* margin-left: 210px; */
        margin-top: 30px;
        margin-bottom: 10px;
        /* margin-right: 350px; */
        margin-inline-start: 26%

;
    }
    :lang(fa) .L1right,
    :lang(ar) .L1right
     {
        width: 10%!important;
        padding-top: 1%;
    }
}
@media screen and (max-device-width: 821px) and (max-device-height: 1181px) and (min-device-width: 819px) and (min-device-height: 1179px) {
   .highlighted-box .top-right {
    top: 0;
    right: 0;
    left: 330px !important;
}
.highlighted-box .bottom-right {
    bottom: 0;
    right: 0;
    left: 330px !important;
}
.L1right {
    width: 70% !important;
    padding-top: 1%;
}
:lang(hy) .L1right{
    width: 70% !important;
}
}

.note-container {
    display: flex;
    align-items: flex-start;
    gap: 5px; /* Adjust spacing between label and text */
    padding-left: 50px;
    padding-right: 50px;
}

.note-label {
    font-style: italic;

    white-space: nowrap; /* Keeps "NOTE:" on the same line */
}

.note-text {
    flex: 1; /* Ensures the text takes up the remaining space */
}
