.bpmn-footer {
  height: 100px;
  display: flex;
  flex-direction: column;
  .draggable-line {
    border: 1px solid #dcdee3;
    cursor: row-resize;
    margin-bottom: 5px;
  }
  .properties-wrapper {
    flex: 1;
    height: calc(100% - 2px);
    #properties-panel {
      height: 100%;
      .ant-tabs {
        height: 100%;
        .ant-tabs-content {
          height: 100%;
          .ant-tabs-content-holder {
            height: 100%;
            overflow: auto;
          }
        }
      }
    }
  }
}

.left-tabs {
  .ant-tabs-tabpane {
    width: auto;
  }
}

.rule-tab {
  .ant-tabs-tabpane {
    width: 80%;
  }
}
