.content {
  .no-content {
    padding: 0 10px;
  }

  .rdisk {
    width: 100%;

    .icon-wrap {
      display: inline-block;
      width: 18px;
      margin-right: 3px;
    }

    .header-row {
      height: 24px;
    }

    .row {
      cursor: pointer;
      user-select: none;
      height: 24px;

      &:hover {
        background: var(--theme-hack-bg2-color, hsl(219deg 29% 82%));
      }

      &.selected {
        background: var(--theme-hack-bg2-color, hsl(219deg 29% 72%));
      }

      .mat-cell {
        overflow: hidden;

        max-width: 0;

        text-overflow: ellipsis;
        white-space: nowrap;

        border-bottom: 0;
      }

      .input-rename {
        padding: 0;
        font-size: 14px;
        border: 0 solid black;
        outline: 1px solid black;
      }

      .name-text {
        display: inline-block;
      }

      .actions {
        display: none;

        .actions__icon:not(:last-child) {
          margin-right: 10px;
        }
      }

      &:hover .actions {
        display: block;
      }

      &.selected .actions {
        display: block;
      }
    }
  }
}

.help {
  position: relative;
  top: 3px;
  left: 3px;
}

::ng-deep {
  .mat-menu-panel {
    max-width: none;

    app-cmf-icon {
      position: relative;
      top: 3px;
      margin-right: 5px;
    }
  }

  .rdisk {
    app-cmf-icon svg {
      vertical-align: bottom;
    }

    .mat-header-cell {
      overflow: hidden;
      max-width: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .mat-header-cell:nth-of-type(1) {
      width: auto;
    }

    .mat-header-cell:nth-of-type(2) {
      width: 150px;
    }

    .mat-header-cell:nth-of-type(3) {
      width: 150px;
    }

    .mat-header-cell:nth-of-type(4) {
      width: 100px;
    }
  }
}

.copy-icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
