.c7ncd-env {
  &-wrap {
    position: relative;
    display: flex;
    height: calc(100% - 57px);
    width: 100%;
    padding: 12px 12px 0;
  }
  &-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);
    }
  }
  &-main {
    flex: 1;
    padding: 0.15rem 0.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;
  }
}
