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*/

body { font-family: Arial, sans-serif; margin: 20px; background: #f5f7fb; color: #111; }
  .crm-container { max-width: 1200px; margin: auto; }

  /* Simple layout defaults */
  .crm-card { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); margin-bottom: 15px; }
  .crm-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
  label { font-size: 13px; color: #444; display: block; margin-bottom: 4px; }
  input, select, textarea { width: 100%; padding: 6px 8px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; }
  textarea { min-height: 80px; resize: vertical; }

  /* Buttons */
  button { cursor: pointer; border-radius: 6px; border: none; padding: 8px 12px; font-weight: bold; }
  .btn-save { background: #2563eb; color: #fff; }
  .btn-cancel { background: #eee; color: #111; }
  .btn-export { background: #059669; color: #fff; }
  .btn-clear { background: #f87171; color: #fff; }
  .btn-edit { background: #fbbf24; color: #111; }
  .btn-print { background: #e5e7eb; color: #111; }

  .crm-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 10px; }

  /* Summary + filters + table */
  #crm-summary-bar { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; }
  .crm-pill { background: #f3f4f6; border-radius: 8px; padding: 6px 10px; }
  #crm-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: end; margin-bottom: 10px; }
  table { width: 100%; border-collapse: collapse; font-size: 14px; }
  th, td { padding: 8px; border-bottom: 1px solid #eee; text-align: left; }
  th { background: #f9fafb; color: #555; }
  .crm-table-actions { display: flex; gap: 5px; }
  .no-data { text-align: center; padding: 12px; color: #777; }

  /* Responsive */
  @media (max-width: 900px) {
    #crm-layout { display: block; }
  }
  
  /*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%;
        }
  }