/* 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*/

.phonenumbers {

    width: 41%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px 10px;
}
.legendsstyle {

    width: auto;
    font-weight: normal; /* Removes bold styling */
    font-size: 16px;
    color: black;
}

.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: 17%;
    }

.short {
/*width: 41%;*/
width: 49%;
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;
}

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;
    }
    .week-entry {
      margin-top: 10px;
      margin-inline-start: 30px;
    }
    .week-entry span {
      display: inline-block;
      width: 100px;
    }
    .week-entry0 span {
      display: inline-block;
      width: 100px;
    }

    .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; 

} 
/* ******************************************** */
:lang(fa).week-entry0 span, 

:lang(ar).week-entry0 span {
    display: inline-block;
    width: 125px;
}
:lang(fa).week-entry span, 

:lang(ar).week-entry span{
    display: inline-block;
    width: 125px;
}

ul,ol {
  margin-right: 30px;
}

@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;
}

.phonenumbers {
    width: 95%;
}
.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;
}
.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 */
}
    .UniquePhoneTable {
        width: 100% !important;
        padding-top: 15px;
    }
        .divTableCellUnique {
        width: 65%;
    }
}

@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;
}

.phonenumbers {  
    /*width: 50%;*/
    width: 48%;
}
   
.Left_address {
    float: left;
    /*width: 40%;*/
    width: 31%;
    text-align: left;
    padding-top: 55px;
}
    
.short {
    width:50%;
    padding-top: 20px;
}
             .UniquePhoneTable {
        width: 50% !important;
        margin-inline-start: 12%;
                padding-top: 15px;
    }
        .divTableCellUnique {
        width: 65%;
    }  
}



