.c7ncd-cluster {
  &-wrap {
    position: relative;
    display: flex;
    height: calc(100% - 57px);
    width: 100%;
    padding: 12px 12px 0;
    .c7ncd-header-btns {
      left: 0;
      padding-right: 16px;
      margin-left: 10px;
    }
  }

  &-main {
    flex: 1;
    padding: .15rem .2rem;
    min-width: 2rem;
    height: 100%;
    background: #fff;
    overflow: auto;
  }

  &-animate {
    transition: width 0.05s ease-out, height 0.05s ease-out, background 0.05s ease-out, opacity 0.05s ease-out, transform 0.05s ease-out;
  }
}
