#groupfolders-react-root .group-edit {
  min-width: 300px;
  top: 0;
  position: absolute;
  background-color: var(--color-main-background, #fff);
  z-index: 10;
  border: 1px solid var(--color-border, #ddd);

  td {
    padding: 2px 10px;
  }

  td:last-child > a {
    float: right;
  }

  td:first-child, th:first-child {
    min-width: 170px;
  }

  td:last-child, th:last-child {
    width: 16px;
  }

  td.permissions {
    text-align: center;
  }

  input {
    margin: 0;
  }

  img {
    opacity: 0;
    transition: opactity 0.5s;
  }

  tr:hover img {
    opacity: 0.5;
  }

  tr:hover img:hover {
    opacity: 1;
  }

  tr {
  }
}
