.base_container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  .ant-card-body {
    padding: 5px 24px 24px 10px;
  }
}