/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
/* Hiding Language dropdown*/

#form-element-wrapper_24 {
    visibility: hidden !important; }


  .form-section,.form-item{
    display: block;
    overflow: hidden; 
     padding-top: inherit;
  padding-bottom: 16px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.L1left {padding-left:10px;
}.adjust{
    padding-inline-end:50px;
}
/* MM/DD with $ code section to fix $ alignment */
    .overpayment {
      font-weight: bold;
    }
    .week-entry0 {
      margin-top: 20px;
      padding-inline-start: 30px; 
       white-space: nowrap;   
    }
    .week-entry {
      margin-top: 10px;
      margin-inline-start: 30px;
      white-space: nowrap;
    }
    .week-entry span {
      display: inline-block;
      width: 100px;
      padding-inline-start: 20px;
    }
    .week-entry0 span {
      display: inline-block;
      width: 100px;
      padding-inline-start: 20px;
    }


.divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
   
}

/*
#form-element-wrapper_24
{
  visibility: hidden !important;
}*/


  	/* Styling Phone numbers only*/ 
	.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; 
    } 
/* --------------------------------------------- */

.phonenumbers {

    width: 41%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px 10px;
}
.legendsstyle {
    padding-left: 9px;
    width: auto;
    font-weight: normal; /* Removes bold styling */
    font-size: 16px;
}

.divTableCellN {
    display: table-cell;
    
    padding: 3px 10px;
}
.Left_address {
    float: left;
    width: 40%;
    text-align: left;
    padding-top: 55px;
}

.short {
width: 48%;
padding-top: 20px;
}

.divTableCell1 {
    display: table-cell;
    padding-bottom:  15px;
}
.divTableCell2 {
    display: table-cell;
    padding-bottom:  15px;
    padding-left: -20px
}

.bigtable {
    width: 100%;
   
}

.bigtable th{
font-weight: normal;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom:5px;
}
.bigtable td {
    text-align: center;
}


a {
    color: #384cbe;
    text-decoration: underline;
    text-decoration-color: #384cbe;
}


@media screen and (max-device-width: 768px) {

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .L1left {
        padding-left: 0px !important;
        width: auto !important;
    }
.week-entry0 {
    display: block !important;
    margin-inline-start: 0px;
    margin-top: 30px;
    padding-inline-start: 0px;
}
.week-entry0 span {
    width: 175px;
}
.week-entry {
    display: block !important;
    margin-inline-start: 0px;
}
.week-entry span {
    width: 175px;
}
    .L1right {
        padding-right: 0px !important;
        padding-top: 30px !important;
    }

    /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

.phonenumbers {
    width: 95%;
}
.legendsstyle {
    padding-top: 20px;
}
.Left_address{
        width: auto;
        margin-top: -60px;
}
.short{
    width: 75%;
    margin-top: -20px;
}
 
/*.bigtable td {
    display: block;
    width: 50%;
    text-align: left;
    padding: 5px 0;
}
.bigtable th
{
    display: block;
    width: 50%;
    text-align: left;
    padding: 5px 0;
}
.bigtable tr {
    margin-bottom: 15px;
    display: block; 
}*/


/* 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) {
    .short {
    width:50% !important;
    }
    .week-entry0 {
      padding-inline-start: 0px !important;
    }
    .week-entry {
      margin-inline-start: 0px !important;
    }
}

@media screen 
and (min-device-width: 768px) 
and (max-device-width: 853px) 
and (min-device-height: 1024px) 
and (max-device-height: 1280px) {
.header_container {
    display: flex;
    justify-content: space-between;
}

    /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */

    .phonenumbers {
        width: 45%;
    }
   
    .Left_address {
        padding-top: 55px;
    }
    
    .short {
    width:45%;
    padding-top: 20px;
    }


}



