.sideBar {
  width: 240px;
  min-width: 240px;
  position: relative;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin: 0 8px 8px 0;
  .iconContainer {
    .title {
      font-size: 16px;
      color: #313951;
      padding: 8px 24px;
      font-weight: bold;
    }
    .body {
      padding: 8px 24px;
    }
  }

  .draggableIcon {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 5px;
    text-align: center;
    width: 80px;
    max-width: 80px;
    overflow: hidden;
    cursor: move;
    img {
      width: 32px;
    }
    p {
      margin: 0;
      padding: 0;
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  // :global {
  .ant-card-body {
    padding: 0px !important;
  }
  // }
  .ant-collapse {
    background: #fff;
    border-left: unset;
    border-radius: unset;
    border-right: unset;
  }
}
