
.active-icon {
    position: relative;
  }
  #productstable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
  }

  #productstable th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
  }

  #productstable th {
    background-color: #f5f5f5;
    color: #333;
  }

  .category-row {
    background-color: #f9f9f9;
  }

  .category-row td {
    border-top: 2px solid #ddd;
    text-align: left;
  }

  #productstable tbody tr:hover {
    background-color: #f1f1f1;
  }

  #productstable tr td:last-child {
    /* text-align: center; */
  }
  .active-icon::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000; /* blue color */
  }
  #character-count {
      font-size: 12px;
      color: #666;
  }
  #country-suggestions {
      position: absolute;
      z-index: 1;
      background-color: #fff;
      border: 1px solid #ddd;
      padding: 10px;
      overflow-y: auto;
      max-height: 200px;
      }

      #country-suggestions a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      }

      #country-suggestions a:hover {
      background-color: #f0f0f0;
      }

  #suggestions ,#suggestionsE {
          position: absolute;
          z-index: 1;
          background-color: #fff;
          border: 1px solid #ddd;
          padding: 10px;
          overflow-y: auto;
          max-height: 200px;
          }
          .suggestion-item {
              padding: 10px;
              display: block;
              border-bottom: 1px solid #ddd;
              cursor: pointer;
          }
          .suggestion-item:hover {
              background-color: #f0f0f0;
          }

.option.active {
  background-color: #1f0ccb;
  color: #ffffff;
}

table tbody tr.selected{
    color: #67748e;
    background-color: rgba(0,0,0,.075);
}
