body {
    font-family: sans-serif;
    font-size: 16px;
    color: black;
  }
  .text{
  text-align: center;
  }
  table{
  margin: 0px auto;
  }
  .socialSection{
    background-color: #00425a;
    color: #ff914d;
    }
  a {
    color: black;
    text-decoration: none;
  }
  h1, h2, h3{
    color: #00425a;
  }

/*Chat GPT Addition*/

/* =========================
     THEME / EASY BRANDING
     Change these variables to rebrand colors easily
     Or override .brand-btn and .brand-table classes later
     ========================= */
     :root{
        --bg: #f6f8fb;
        --card: #ffffff;
        --text: #0f172a;
        --muted: black;
    
        /* primary button */
        --btn-bg: #ff914d;
        --btn-text: black;
        --btn-border-radius: 8px;
    
        /* secondary button */
        --btn-ghost-bg: #d9d9d9;
        --btn-ghost-text: black;
    
        /* danger button */
        --btn-danger-bg: #ef4444;
        --btn-danger-text: #00425a;
    
        /* table */
        --table-head-bg: #f3f4f6;
        --table-row-hover: #fbfdff;
        --table-border: #e6edf8;
    
        /* pills */
        --pill-bg: #f3f4f6;
        --pill-text: black;
    
        --radius: 10px;
        --max-width: 1100px;
        font-family: sans-serif;
        font-size: 14px;
      }
    
      /* Simple helper classes you can target */
      .brand-btn { background: var(--btn-bg); color: var(--btn-text); border-radius: var(--btn-border-radius); }
      .brand-ghost { background: var(--btn-ghost-bg); color: var(--btn-ghost-text); border-radius: var(--btn-border-radius); }
      .brand-danger { background: var(--btn-danger-bg); color: var(--btn-danger-text); border-radius: var(--btn-border-radius); }
      .brand-table th { background: var(--table-head-bg); }
      .brand-table tr:hover { background: var(--table-row-hover); }
    
      /* =========================
         LAYOUT / COMPONENT STYLES
         ========================= */
      body{margin:16px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
      .container{max-width:var(--max-width);margin:0 auto}
      header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}
      h1{font-size:18px;margin:0}
      .top-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
    
      .layout{display:grid;grid-template-columns:360px 1fr;gap:16px}
      .card{background:var(--card);padding:14px;border-radius:var(--radius);box-shadow:0 6px 24px rgba(12,18,30,0.06)}
    
      form .row{display:flex;gap:8px;margin-bottom:8px;align-items:flex-end}
      label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}
      input[type="text"], input[type="email"], input[type="tel"], select, textarea, input[type="date"]{
        width:100%;padding:8px;border-radius:8px;border:1px solid var(--table-border);background:#fff;font-size:14px;box-sizing:border-box;
      }
      textarea{min-height:100px;resize:vertical}
      .actions{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}
    
      button{border:0;padding:8px 12px;cursor:pointer;font-weight:600;border-radius:8px}
      .btn-primary{background:var(--btn-bg);color:var(--btn-text)}
      .btn-ghost{background:var(--btn-ghost-bg);color:var(--btn-ghost-text);border:1px solid rgba(37,99,235,0.06)}
      .btn-danger{background:var(--btn-danger-bg);color:var(--btn-danger-text)}
    
      .summary{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
      .pill{background:var(--pill-bg);border-radius:10px;padding:8px 10px;font-size:13px;color:var(--pill-text);box-shadow:0 1px 0 rgba(0,0,0,0.02)}
    
      .filters{display:flex;gap:8px;align-items:end;margin-bottom:12px;flex-wrap:wrap}
      .filters > div{min-width:160px}
      .table-wrap{overflow:auto;border-radius:8px}
      table{width:100%;border-collapse:collapse;font-size:14px}
      th,td{padding:10px;border-bottom:1px solid var(--table-border);text-align:left}
      th{font-weight:700}
      tr:hover td{background:transparent}
      .actions-cell{display:flex;gap:6px}
      .btn-small{padding:6px 8px;border-radius:8px;border:0;cursor:pointer}
      .btn-edit{background:#ff914d;color:#111}
      .btn-print{background:#d9d9d9;color:#111}
      .no-data{text-align:center;padding:20px;color:var(--muted)}
      footer{margin-top:12px;text-align:right;color:var(--muted);font-size:13px}
    
      @media (max-width:920px){
        .layout{grid-template-columns:1fr}
        header{flex-direction:column;align-items:flex-start}
        .filters > div{min-width:120px}
      }
    
      /* small visual niceties for print page */
      .printable { font-family: Arial, Helvetica, sans-serif; padding:18px; color: #111; }
      .meta-field{margin-bottom:8px}

      /*End of Chat GPT Data*/
  
  /*override styles when printing*/
  @media print {
    .navBar,
    .google {
      display: none;
      /*background-color: #d9d9d9;
      border: solid;
      border-color: #a9a9a9;
      border-width: 5px;
      left: 0;
      padding: 10px;
      position: fixed;
      top: 0;
      width: 97%;
      z-index: 5;*/
    }
    .wFLogo {
      display: block;
      float: left;
      height: 10%;
      position: relative;
      width: 10%;
      z-index: 6;
    }
    .openMenu {
      background-color: #d9d9d9;
      border-radius: 5px;
      display: inline-block;
      float: right;
      margin-right: 2%;
      margin-top: 1%;
      padding: 5px;
      position: relative;
      width: 20px;
      z-index: 10;
    }
    .line {
      background-color: #ff914d;
      border-radius: 5px;
      height: 5px;
      margin: 10px;
      width: 40px;
    }
    .menuBar {
      background-color: #ff914d;
      display: none;
      height: 100%;
      margin-left: -1%;
      margin-top: -50%;
      padding: 10%;
      position: fixed;
      width: 110%;
      z-index: 4;
    }
    .closeMenu {
      font-size: 40px;
    }
    .mainMenu {
      display: block;
      font-size: 40px;
      color: black;
      margin: 5px;
    }
    .closeMenu:hover {
      color: white;
    }
    .heading {
      margin-top: 15%;
    }
    button {
      background-color: #d9d9d9;
      border-radius: 5px;
      color: black;
      font-size: 30px;
      margin: 2px;
      padding: 10px;
    }
    input {
      padding: 5px;
      font-size: 30px;
      text-align: center;
      width: 50%;
    }
    select {
      padding: 10px;
      font-size: 20px;
      text-align: center;
      width: 90%;
    }
    .socialSection{
      display: none;
    }
    .referralLinks{
      display: none;
      }
  }
  
  @media screen and (min-width: 800px) and (max-width: 4000px) {
    .navBar {
      background-color: #00425a;
      border: solid;
      border-color: #a9a9a9;
      border-width: 5px;
      left: 0;
      padding: 10px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 5;
    }
    .wFLogo {
      display: inline-block;
      float: left;
      height: 10%;
      position: relative;
      width: 10%;
      z-index: 6;
    }
    .openMenu {
      background-color: #d9d9d9;
      border-radius: 5px;
      display: inline-block;
      float: right;
      margin-right: 2%;
      margin-top: 1%;
      padding: 5px;
      position: relative;
      width: 60px;
      z-index: 10;
    }
    .line {
      background-color: #ff914d;
      border-radius: 5px;
      height: 5px;
      margin: 10px;
      width: 40px;
    }
    .menuBar {
      background-color: #ff914d;
      display: none;
      height: 100%;
      margin-left: -5%;
      margin-top: -10%;
      padding: 10%;
      position: fixed;
      width: 110%;
      z-index: 4;
    }
    .closeMenu {
      font-size: 40px;
    }
    .mainMenu {
      display: block;
      font-size: 40px;
      color: black;
      margin: 5px;
    }
    .closeMenu:hover {
      color: white;
    }
    .heading {
      margin-top: 15%;
    }
    button {
      background-color: #d9d9d9;
      border-radius: 5px;
      color: black;
      font-size: 30px;
      margin: 2px;
      padding: 10px;
    }
    input {
      font-size: 30px;
      margin: 5px;
      padding: 10px;
      text-align: center;
      width: 80%;
    }
    select {
      padding: 10px;
      font-size: 20px;
      text-align: center;
      width: 90%;
    }
    .followUs {
      display: inline;
      height: 5%;
      width: 5%;
    }
    .socialSection{
      margin-left: -25px;
      padding: 15px;
      width: 115%;
      }
    .referralLinks{
      height: 20%;
      position: center;
      width: 30%;
      }
  }
  @media screen and (max-width: 799px) and (min-width: 650px) {
    .navBar {
      background-color: #00425a;
      border: solid;
      border-color: #a9a9a9;
      border-width: 5px;
      left: 0;
      padding: 10px;
      position: fixed;
      top: 0;
      width: 98.61%;
      z-index: 10;
    }
    .wFLogo {
      display: inline-block;
      height: 15%;
      margin-top: 2%;
      width: 15%;
    }
    .openMenu {
      background-color: #d9d9d9;
      border-radius: 5px;
      display: inline-block;
      float: right;
      margin-right: 5%;
      margin-top: -10%;
      padding: 5px;
      z-index: 10;
    }
    .line {
      background-color: #ff914d;
      border-radius: 5px;
      height: 5px;
      margin: 10px;
      width: 40px;
    }
    .menuBar {
      background-color: #ff914d;
      display: none;
      height: 100%;
      margin-left: -3%;
      margin-top: -7%;
      padding: 30%;
      position: fixed;
      width: 115%;
      z-index: 7;
    }
    .closeMenu {
      font-size: 40px;
    }
    .mainMenu {
      display: block;
      font-size: 40px;
      color: black;
      margin: 5px;
    }
    .closeMenu:hover {
      color: white;
    }
    .heading{
      margin-top: 20%;
    }
    input {
      font-size: 30px;
      margin: 5px;
      padding: 5px;
      text-align: center;
      width: 50%;
    }
    select {
      padding: 10px;
      font-size: 20px;
      text-align: center;
      width: 90%;
    }
    button {
      background-color: #d9d9d9;
      border-radius: 5px;
      color: black;
      font-size: 30px;
      margin: 2px;
      padding: 10px;
    }
    .followUs {
      display: inline;
      height: 5%;
      width: 5%;
    }
    .referralLinks{
      height: 20%;
      position: center;
      width: 30%;
      }
      .socialSection{
        margin-left: -15px;
        padding: 15px;
        width: 115%;
        }
  }
  @media screen and (max-width: 649px) and (min-width: 50px) {
    .navBar {
      background-color: #00425a;
      border: solid;
      border-color: #a9a9a9;
      border-width: 5px;
      left: 0;
      padding: 10px;
      position: fixed;
      top: 0;
      width: 98.61%;
      z-index: 10;
    }
    .wFLogo {
      display: inline-block;
      height: 25%;
      margin-top: 5%;
      width: 25%;
    }
    .openMenu {
      background-color: #d9d9d9;
      border-radius: 5px;
      display: inline-block;
      float: right;
      margin-right: 8%;
      margin-top: -15%;
      padding: 5px;
      z-index: 10;
    }
    .line {
      background-color: #ff914d;
      border-radius: 5px;
      height: 5px;
      margin: 10px;
      width: 40px;
    }
    .menuBar {
      background-color: #ff914d;
      display: none;
      height: 105%;
      margin-left: -5%;
      margin-top: -20%;
      padding: 30%;
      position: fixed;
      width: 120%;
      z-index: 7;
    }
    .closeMenu {
      font-size: 40px;
    }
    .mainMenu {
      display: block;
      font-size: 25px;
      color: black;
      margin: 5px;
      width: 90%;
    }
    .closeMenu:hover {
      color: white;
    }
    .heading {
      margin-top: 60%;
    }
    input {
      font-size: 30px;
      margin: 5px;
      padding: 10px;
      text-align: center;
      width: 90%;
    }
    select {
      padding: 10px;
      font-size: 20px;
      text-align: center;
      width: 110%;
    }
    button {
      background-color: #d9d9d9;
      border-radius: 5px;
      color: black;
      font-size: 30px;
      margin: 2px;
      padding: 10px;
    }
    .followUs {
      display: inline;
      height: 10%;
      width: 10%;
    }
    .referralLinks{
      height: 20%;
      position: center;
      width: 50%;
      }
      .socialSection{
        margin-left: -15px;
        padding: 15px;
        width: 115%;
        }
  }