div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker {
  position: fixed;
  display: flex;
  gap: 20px;
  top: 30%;
  right: 10px;
  width: max-content;
  height: max-content;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-end;
  padding: 0;
  border: 0;
  border-radius: 10px;
  backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerIcon {
  display: flex;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerIcon.disableDisplay {
  display: none;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerIcon.activeDisplay {
  display: flex;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerIcon button.openColorPicker {
  margin: 0;
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
  padding: 10px;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerIcon button.openColorPicker svg {
  width: 40px;
  height: 40px;
  user-select: none;
  pointer-events: none;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel {
  margin: 10px;
  display: none;
  flex-direction: column;
  gap: 15px;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel.activeDisplay {
  display: flex;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel.disableDisplay {
  display: none;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerClose {
  display: flex;
  justify-content: flex-end;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerClose button.closeColorPicker {
  background: none;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 400px;
  width: max-content;
  overflow: auto;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem {
  background: #a3a3a3;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem button.accBTN {
  background: #fff;
  padding: 5px;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #000;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem label.form-label {
  display: none;
  color: #000;
  margin: 15px 0 0;
  flex-direction: column;
  gap: 5px;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem label.form-label:first-child {
  margin: 10px 0 0;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem label.form-label input {
  width: 100%;
}
div#block-vesta-theme-colorpicker .field.field--name-body .colorPicker .colorPickerPanel .colorPickerContent .accordItem.accordOpen label.form-label {
  display: flex;
}
