/* Container */
.container {
    width: 100%;
    margin: 0 auto;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Columns */
[class*="col-"] {
    padding: 15px;
    box-sizing: border-box;
}

/* Column Widths */
.col-1 { width: 8.3333%; }
.col-2 { width: 16.6666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.3333%; }
.col-5 { width: 41.6666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.3333%; }
.col-8 { width: 66.6666%; }
.col-9 { width: 75%; }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6666%; }
.col-12 { width: 100%; }
@media (max-width: 768px) {
    [class*="col-"] {
        width: 100% !important;
    }
}
.text-center {
    text-align: center;
}
.breadcrumb {
    background: #F5F5F5;
    margin-top: -20px;
}
.error {
    color: red;
    margin-bottom: 10px;
    font-size: 13px;
}
.success {
    color: green;
    margin-bottom: 10px;
    font-size: 13px;
}
.worker-compensation-nav {
    padding: 20px 0px;
}
.worker-compensation-nav a {
    text-decoration: none;
    color: #000 !important;
}
.client-container {
    background: #fff;
}
.form-container {
    padding: 20px;
    margin: auto auto;
    max-width: 400px;
    background: #fff;
}
.client-forms h4{
    margin: 0px;
}
.client-forms input[type="text"],
.client-forms input[type="email"],
.client-forms input[type="tel"],
.client-forms input[type="number"], 
.client-forms textarea {
    text-indent: 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #086618;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 5px 0px;
}
.client-forms button {
    display: inline-block;
    width: 100%;
    background-color: #FEE020;
    color: #000000;
    cursor: pointer;
    border: 2px solid transparent;
    float: none;
    height: auto;
    margin: 5px 0px;
    padding: 0.6em 1em 0.6em;
}
.client-forms button:hover {
    background-color: #02010100;
    color: #000000;
    border: 2px solid #FEE020;
}
.otpBtnContainer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.otpBtnContainer button {
    width: 50%;
}
.otpBtnContainer button#resendOtpBtn,
#closePopup {
    background-color: #ccccccc5;
}
/*.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="number"], 
.form-container textarea {
    text-indent: 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #086618;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}
.form-container button {
    display: inline-block;
    width: 100%;
    background-color: #FEE020 !important;
    color: #000000 !important;
    cursor: pointer;
    border: 2px solid transparent;
    float: none;
    height: auto;
}
.form-container button:hover {
    background-color: #02010100 !important;
    color: #000000 !important;
    border: 2px solid #FEE020;
}*/
.user-data-container {
    background: #fff;
    color: #000;
    margin-top: 20px;
}
.user-data-container #userSection { 
    /*padding: 10px;*/
}
.user-data-container #userSection h4, #formContainer h4 { 
    text-align: center;
}

.user-data-container #userSection #userTable tr th{ 
    text-align: left;
}
#emailMessage {
    height: 100px;
}
.messageBtnContainer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.messageBtnContainer button {
    width: 50%;
}
/**
* Table CSS
*/
.container-table {
    width: 100%;
    min-height: 100px;
    background: #fff;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .wrap-table {
    width: 100%;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  .table {
    background-color: #fff;
  }
  
  table {
    margin: 0px;
    width: 100%;
  }
  
  th, td {
    font-weight: unset;
    padding-left: 8px;
    text-align: left;
  }
  
  .column1 {
    width: 13%;
  }
  
  .column2 {
    width: 12%;
  }
  
  .column3 {
    width: 12%;
  }
  
  .column4 {
    width: 11%;
  }
  
  .column5 {
    width: 14%;
  }
  
  .column6 {
    width: 13%;
  }

  .column7 {
    width: 15%;
  }

  .column8 {
    width: 10%;
  }

  .table-head th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .table-body td {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  /*==================================================================
[ Ver1 ]*/

  .table.ver1 th {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
  
    background-color: #013616;
  }
  
  .table.ver1 td {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
  }
  
  .table.ver1 .table-body tr:nth-child(even) {
    background-color: #d8e6d8;
  }
  
  /*---------------------------------------------*/
  
  .table.ver1 {
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  }

.hidden { display: none; }
.contact-attorney {
    cursor: pointer;
    color: #000;
}
.contact-attorney img {
    width: 32px;
}
.popup { background: #fff; border: 1px solid #ccc; padding: 20px; position: fixed; top: 20%; left: 30%; width: 40%; z-index: 9999; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 9998; }

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
    .container {
        padding: 0 10px;
    }
    .popup {
        left: 5%;
        width: 90%;
    }
    .table.ver1 {
        box-shadow: none;
    }
}
    
/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
    
/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
    .container {
        padding: 0 100px;
    }
}


/* Basic table styles */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .responsive-table th,
  .responsive-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
  }
  
  /* Hide table header on mobile */
  @media (max-width: 768px) {
    .responsive-table thead, .table-head {
      display: none;
    }
    .cell100 {
        width: 100%;
    }
  
    .responsive-table tr {
      display: block;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
      /*background: #fff;
      margin: 10px;*/
    }
  
    .responsive-table td {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border: none;
      border-bottom: 1px solid #eee;
    }
  
    .responsive-table td:last-child {
      border-bottom: none;
    }
  
    .responsive-table td::before {
      content: attr(data-label);
      font-weight: bold;
      flex: 1;
      color: #333;
    }
  
    .responsive-table td {
      flex-direction: row;
    }
  }