/* 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;
}

.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; 

} 
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px 10px;
}


.divTableCellN {
    display: table-cell;
    padding: 3px 25px;
    /*padding: 3px 10px;*/
}

.Addr {
    padding-top: 0px;
}

.Left_address {
    float: left;
    width: 40%;
    text-align: left;
    padding-top: 55px;
}

/* .L1left {padding-left:10px; } */

.L1right {    padding-right: 55px;
    }

.short {
/*width: 41%;*/
width: 49.5%;
padding-top: 20px;
}

.dollarpad {
    padding-inline-start: 10px !important;
}

.dollarvalpad {
    padding-inline-end: 50px !important;
}

.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;
}
ul,ol{
    margin-inline-start:25px;
}
a {
    color: #384cbe; /* Default link blue */
    text-decoration: underline;
    text-decoration-color: #384cbe; /* Match underline to link color */
}

/* MM/DD with $ code section to fix $ alignment */
    .overpayment {
      font-weight: bold;
    }
    .week-entry0 {
      margin-top: 10px;
      padding-inline-start: 70px;
    }
    .week-entry {
      margin-top: 10px;
      margin-inline-start: 30px;
    }
    .week-entry span {
      display: inline-block;
     
    }
    .week-entry0 span {
      display: inline-block;
    
    }
.dateAdjust{
    margin-inline-end:20px;
}
    /* To make phone number not flip and not wrap while in main content structure */
	:lang(fa) .address-ltr1,
	:lang(en) .address-ltr1,
	:lang(ar) .address-ltr1,
	:lang(hi) .address-ltr1,
	:lang(hy) .address-ltr1,
	:lang(ja) .address-ltr1,
	:lang(ko) .address-ltr1,
	:lang(km) .address-ltr1,
	:lang(pu) .address-ltr1,
	:lang(th) .address-ltr1,
	:lang(zh-CN) .address-ltr1,
	:lang(zh-TW) .address-ltr1,
	:lang(fil) .address-ltr1,
	:lang(ru) .address-ltr1,
	:lang(Vi) .address-ltr1
	{
	    direction: ltr !important;
	    unicode-bidi: embed;
	    white-space: nowrap;
	    display: inline-block;
	} 

/* ******************************************** */

@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;
}

.L1right {
    padding-right: 0px !important;
    padding-top: 30px !important;
}

.UniquePhoneTable  { 

    width: 100%; margin-top:20px;

} 

  

.divTableCellUnique{ 

    width:65%; 

} 
.legendsstyle {
    padding-top: 20px;
}
.Left_address{
    width: auto;
    margin-top: -60px;
}
.short{
    width: 75%;
    margin-top: -20px;
}

.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;
}

/*.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) {
.week-entry0 {
    padding-inline-start: 70px !important;
}
}
/* Media query for iPad mini */
@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;
}

   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}
.Left_address {
    float: left;
    /*width: 40%;*/
    width: 31%;
    text-align: left;
    padding-top: 55px;
}
    
.short {
    width:50%;
    padding-top: 20px;
}
    
.week-entry0 {
    padding-inline-start: 0px;
}
}



