/* Hiding Language dropdown- change the element ID */ 

#form-element-wrapper_19{ 
    visibility: hidden !important;
  }

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;

}
.contentalignment
{
 padding-left: 35%;
}
.CAtitle
{
  text-align: center !important;
}

.form-submit-button
{
  display: none;
}
.para
{
  padding-bottom: 25px;
}
.bulletin {
  padding-bottom: 25px;
  margin: 0px 35px 0px 0px;
}
.listing
{
  margin: 0px 35px 0px 0px;
}

#print-preview 
{
  display: none !important;
}
/*
#label-element16
{
  display: none !important; 
}

.select2-selection

{display: none !important;
 }*/
/*
.L1left { padding-top: 25px; padding-left: 10px; padding-bottom: 1px; float: left; width: 50%; font-family: Arial; font-size: 14px; line-height: 25% }

.L1right { padding-top: 1px; padding-right:10px; padding-bottom: 1px;float: right; width:30%; font-family: Arial; font-size: 14px; line-height:30% }
*/
.dolloralignment
{
  text-align: right !important;
  vertical-align: bottom;
}

.telephone td{
height:20px;
border-collapse: collapse;
font-family:Arial;
font-size: 14px;
width:25%;
}
.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width:55%;
}
.legendsstyle {
  
  
  padding-left:3px;
}
.divTableCellN {
 /* display: table-cell;*/
  padding-top: 6px;
  /*padding-right: 3px;*/
}
.L1left {
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 1px;
 /* float: left;*/
  width: 55%;
}

.L1right {
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
/*  float: right;*/
  width: 47%;
}

	.divTableRowUnique { 
	    display: table-row; 
	} 
	  
	.divTableCellUnique { 
	    display: table-cell; 
	    width: 66%; 
	    padding: 2px; 
	     vertical-align: bottom; 
	} 
	
	:lang(fa).divTableCellUnique, 
	:lang(ar).divTableCellUnique { 
	     display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	    vertical-align: baseline; 
} 

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

@media screen and (max-device-width: 768px)
/*@media (min-device-width: 344px) and (max-device-height:932px)and (orientation: portrait)*/
{     
    .header_container {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
       
    }
    .contentalignment
{
 padding-left: 15%;
}
.CAtitle
{
  text-align: center !important;
}
    .L1left {
      padding-top: 0px;
      padding-left: 0px;
      padding-bottom: 0px;
     /* float: left;*/
      width: 100%;
      text-align: center;
  }
    
  .L1right {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0%;
    /* float: right; */
    width: 100%;
    padding-left: 0%;
  }

	.divTableCellUnique { 
	    width:65%; 
} 

  /* Make the table responsive with horizontal scrolling on smaller screens */

  .responsive-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

.responsive-table-container table {
    width: 100%; /* Ensure table takes up the full width of the container */
    min-width: 850px; /* Set a minimum width to maintain table readability */
}
}

@media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {
.L1right {
  width: 50%;
}
}


@media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px)
{
     
    .header_container {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .L1left {
      padding-top: 20px;
      padding-left: 0px;
      padding-bottom: 25px;
         /* padding-right: 55%; */
      /* float: left; */
      width: 36%;
      text-align: left;
  }
  .contentalignment
  {
   padding-left: 32%;
  }
  
  
  .L1right {
    padding-top: 1px;
    /* padding-left: 60%; */
    padding-bottom: 0px;
    /* float: right; */
    width: 55%;
     /* margin-top: -20%; */
    margin-inline-start: 12%; 
  }
	    .divTableCellUnique { 
	    width:65%; 
} 
}