:root{  
  --sec-color1:#FF7E7C;
  --sec-color2:#DA65EB;
  --sec-color3:#FF5EA1;
}

div.progressTable {
    border: 1px solid #1C6EA4;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }
  .divTable.progressTable .divTableCell, .divTable.progressTable .divTableHead {
    border: 1px solid #AAAAAA;
    padding: 2px 2px;
  }
  .divTable.progressTable .divTableBody .divTableCell {
    flex-shrink: unset;
  }
  .divTable.progressTable .divTableBody .divTableCell .circle{
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 auto;
  }
  /* .divTable.progressTable .divTableHeading {
    } */
  .divTable.progressTable .divTableHeading .divTableHead {
    font-size: 14px;
    font-weight: 900;
    color: rgb(35, 35, 35);
    border-left: 2px solid #D0E4F5;
  }
  .divTable.progressTable .divTableHeading .divTableHead:first-child {
    border-left: none;
  }
  
  .progressTable .tableFootStyle {
    font-size: 14px;
  }
  .progressTable .tableFootStyle .links {
       text-align: right;
  }
  .progressTable .tableFootStyle .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
  .progressTable.outerTableFooter {
    border-top: none;
  }
  .progressTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; 
  }
  /* DivTable.com */
  .divTable{ display: table; }
  .divTableRow { display: table-row; }
  .divTableHeading { display: table-header-group;}
  .divTableCell, .divTableHead { display: table-cell;}
  .divTableHeading { display: table-header-group;}
  .divTableFoot { display: table-footer-group;}
  .divTableBody { display: table-row-group;}

  

  /* Responsive Table */
  .discount-table{
    width: 90%;
    margin: 0 auto;
  }
  .discount-table .responsive-table .plans-summary{
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: capitalize;
  }

  .account-link{
    text-align: center;
    width: 100%;
    margin: 5px auto;  
    margin-bottom: 0;  
  }
  .account-link #add-account  {
    font-size: 0.8em;
    font-weight: 900;
    color: var(--sec-color3);
  }
  .flex-div a{
    background: var(--sec-color3);
    color: white;
    font-size: .9em;
    font-weight: 600;
    padding: 8px 10px;
    margin: 10px auto;
    border-radius: 8px;

  }
  .message-btn .payout-note{
    font-size: 0.8em;
  }
  .account-note{
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    font-weight: 600;
    color: var(--sec-color3);
  }
  .support-note,
  .payout-note{
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .support-note a{
    font-size: 0.9em;
    font-weight: 600;
    color: var(--sec-color3);
  }
  .payout-note p{
    font-weight: 600;
  }
  

  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
     table tr:nth-child(even){
      background: var(--violet-3);
     }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: 600;
      text-transform: capitalize;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }