.gradient-swatcher[data-v-82b8efc4] {
  width: 100%;
  max-width: 200px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 40vh;
  overflow-y: auto;
}
.gradient-swatcher .brick[data-v-82b8efc4] {
  width: 36px;
  height: 36px;
  margin: 3px;
  position: relative;
  cursor: pointer;
}
.gradient-swatcher .brick__selected[data-v-82b8efc4] {
  box-shadow: 0px 0px 3px 3px #96c6ff;
}
.gradient-swatcher .brick__small_size[data-v-82b8efc4] {
  width: 18px;
  height: 18px;
  margin: 2px;
}
.gradient-swatcher .brick .check-selected[data-v-82b8efc4] {
  position: absolute;
  right: 0;
  font-size: 16px;
}
.scroll_area[data-v-82b8efc4] {
  height: 300px;
}
.scroll_area__small[data-v-82b8efc4] {
  height: 154px;
}
