.color-find-warp[data-v-fa904caa] {
  position: relative;
  cursor: pointer;
}
.color-find-warp .color-finder-button[data-v-fa904caa] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: conic-gradient(#00BDFA, #E64B4B, #DAB91F, #1DDC53, #00BDFA);
}
.color-find-warp .comp-container[data-v-fa904caa] {
  position: absolute;
  right: 10px;
  bottom: 40px;
}

.selection-area[data-v-8ae59446] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.selection-area .label-select[data-v-8ae59446] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.selection-area .value-select[data-v-8ae59446] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.selection-area .symbols-select[data-v-8ae59446] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filterForm[data-v-243b16a1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.filterForm .filter-item[data-v-243b16a1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.filterForm .filter-item[data-v-243b16a1] > :first-child {
  width: calc(100% - 50px);
}
.filterForm .ant-form-item[data-v-243b16a1] {
  margin-right: 5px;
}
.filterForm .ant-form-item-with-help[data-v-243b16a1] {
  margin: 0;
}
.filterForm[data-v-243b16a1] .deleteIcon > svg {
  width: 30px;
  height: 30px;
}

