index.less 1.0 KB
.search-component {
  display: flex;
  align-items: center;
  // justify-content: space-between;
  height: 72px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  padding: 30px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.left-section {
  display: flex;
  align-items: center;
  overflow: hidden;
  .ant-formily-item-feedback-layout-loose {
    margin-bottom: 0 !important;
  }
}

.left-item {
  margin-bottom: 5px;
}

.right-section {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
  .section-search {
    .ant-formily-item-feedback-layout-loose {
      margin-bottom: 0 !important;
    }
  }
}

.more-categories-button {
  margin-left: 10px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.popups {
  padding: 20px;
  width: 332px;
  max-width: 500px;

  .ant-tooltip-inner {
    padding: 20px;
    right: 100px;
  }
}

.more {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #303133;
}

.img {
  margin-left: 7px;
}