/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_48{
      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;
}


 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}



/* Box with corners */
.highlighted-box {
    position: relative;
    width: 170%; /* 90% of the page width */
    height: 150px; /* Adjust the height as needed */
    margin-inline-start: 30px; /* Replaces margin-left */
  
    margin-block-start: 10px; /* Replaces margin-top */
    margin-block-end: 10px; /* Replaces margin-bottom */
}

.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 */
}

/* Top-left corner styles */
.highlighted-box .top-left::before,
.highlighted-box .bottom-left::before {
    width: 1px; /* Thickness of the vertical line */
    height: 100%;
    inset-inline-start: 0; /* Replaces left: 0 */
    inset-block-start: 0; /* Replaces top: 0 */
}

.highlighted-box .top-left::after,
.highlighted-box .top-right::after {
    width: 100%;
    height: 1px; /* Thickness of the horizontal line */
    inset-block-start: 0; /* Replaces top: 0 */
    inset-inline-start: 0; /* Replaces left: 0 */
}

/* Top-right and bottom-right corner styles */
.highlighted-box .top-right::before,
.highlighted-box .bottom-right::before {
    width: 1px; /* Thickness of the vertical line */
    height: 100%;
    inset-inline-end: 0; /* Replaces right: 0 */
    inset-block-start: 0; /* Replaces top: 0 */
}

.highlighted-box .bottom-left::after,
.highlighted-box .bottom-right::after {
    width: 100%;
    height: 1px; /* Thickness of the horizontal line */
    inset-block-end: 0; /* Replaces bottom: 0 */
    inset-inline-start: 0; /* Replaces left: 0 */
}

/* Corner positions */
.highlighted-box .top-left {
    inset-block-start: 0; /* Replaces top: 0 */
    inset-inline-start: 10px; /* Replaces left: 10px */
}

.highlighted-box .top-right {
    inset-block-start: 0; /* Replaces top: 0 */
    inset-inline-end: 10px; /* Adjusts for RTL and ensures visibility */
}

.highlighted-box .bottom-left {
    inset-block-end: 0; /* Replaces bottom: 0 */
    inset-inline-start: 10px; /* Replaces left: 10px */
}

.highlighted-box .bottom-right {
    inset-block-end: 0; /* Replaces bottom: 0 */
    inset-inline-end: 10px; /* Adjusts for RTL and ensures visibility */
}

.maildetails {
    width: 100%;
    padding-left: 35px;
    margin-top: 15px;
padding-right:35px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
  margin-right:5px;
 
   
}
.form-field {
    display: flex; 
      align-items: center;
      margin-bottom:5px;
      
  }
  .line12 {
    width: 6%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 18px;
   
}


.form-field .text {
    
    margin-bottom: 8px;
}
.DeclareTable{ display: table;
    width: 80%;
    border-collapse: collapse;
    }
    
.divTableCellD1 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    /* Centers the content */
    width: 30%;
    
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 94%;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: -6%;
}
.form-fieldW .halflineW1 {
    border-bottom: 1.5px solid black;
    width: 52%;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: -47%;
}
.divTableCellD3 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    width: 35%;
    padding-left: 50px;
    
}
.date{
    text-align: left;
}
.ltr-embed {
    direction: ltr; /* Forces LTR direction */
    unicode-bidi: isolate; /* Ensures the content is treated as isolated LTR text */
}


@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.Logo{
    margin-top:20px;
}
.Lleft1 {
    margin-top:-10px;
}
.highlighted-box {
    width: 100%; /* Full width for very small screens */
    height: 130px; /* Adjust height further */
    margin-left: 10px;
    margin-right: 10px;
}



.highlighted-box .top-left,
.highlighted-box .bottom-left {
    left: 5px; /* Adjust corners for very small screens */
}
.maildetails{
    width:auto;
padding-left:0;
padding-right:0;
}

.form-field {
    display: block;
}
.line{
    margin-left:0;
}
.divTableCellD1 {
    display: block;
    padding:0;
    width: 82%;
}
    .divTableCellD3 {
    padding-top:10px;
    padding-left:0;
    padding:0;
    
    }
    .DeclareTable{width:100%;}
    .line12{width:15%;}

}

@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) 

{    .highlighted-box {
    width: 60%;
margin-left:15px;}}