  .more-button {
      color: #15bab2;
      font-weight: bold;
      cursor: pointer;
  }

  .popover-obc {
      position: absolute;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      width: 400px;
      max-height: 300px;
      word-wrap: break-word;
      z-index: 1000;
  }

  .popover-obc.fullscreen {
      background-color: #fff;
      padding: 20px;
      box-shadow: none;
      border: none;
      z-index: 10000;
  }

  .popover-obc svg {
      padding: 2px;
      border: 1px solid;
      border-radius: 2px;
      width: 20px;
      height: 20px;
  }

  .popover-obc svg:hover {
      background: #06b6ad;
      color: white;
      border: 1px;
  }

  .popover-obc table {
      width: 100%;
      border-collapse: collapse;
      margin: 0.5rem 0;
      font-size: 14px;
  }

  .popover-obc th,
  .popover-obc td {
      border: 1px solid #ddd;
      padding: 6px 10px;
      text-align: left;
  }

  .popover-obc th {
      background-color: #f5f5f5;
      font-weight: 600;
  }

  .popover-obc tr:nth-child(even) {
      background-color: #fafafa;
  }