.c7ncd-appService {
  &-content {
    .c7n-tabs:not(.c7n-tabs-vertical) > .c7n-tabs-content {
      background: white;
    }
  }

  &-table {
    &-name {
      max-width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      &-link {
        color: #000;
        &:hover {
          color: #3f51b5;
          text-decoration: underline;
        }
      }
    }
    &-dashBoard {
      color: rgb(247, 103, 118);
      font-size: 14px;
      margin-left: 8px;
      cursor: pointer;
      border-radius: 50%;
      padding: 3px;
      text-align: center;
      &:focus,
      &:active,
      &:hover {
        background: rgba(247, 103, 118, 0.12);
      }
    }
    color: var(--text-color3);
  }
}
