@charset "UTF-8";
/*! © JetSloth — SPDX-License-Identifier: GPL-2.0-or-later */
.color-picker-field .ginput_container,
.color-picker-admin-field.color-picker-use-colors .ginput_container {
  position: relative;
}
.color-picker-field .gfield_checkbox,
.color-picker-field .gfield_radio,
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox,
.color-picker-admin-field.color-picker-use-colors .gfield_radio {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-picker-field .gfield_checkbox .color-picker-choice label,
.color-picker-field .gfield_checkbox li label,
.color-picker-field .gfield_radio .color-picker-choice label,
.color-picker-field .gfield_radio li label,
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox .color-picker-choice label,
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox li label,
.color-picker-admin-field.color-picker-use-colors .gfield_radio .color-picker-choice label,
.color-picker-admin-field.color-picker-use-colors .gfield_radio li label {
  max-width: 100% !important;
}
.color-picker-field .gfield_checkbox .color-picker-choice.gchoice_select_all,
.color-picker-field .gfield_checkbox li.gchoice_select_all,
.color-picker-field .gfield_radio .color-picker-choice.gchoice_select_all,
.color-picker-field .gfield_radio li.gchoice_select_all,
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox .color-picker-choice.gchoice_select_all,
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox li.gchoice_select_all,
.color-picker-admin-field.color-picker-use-colors .gfield_radio .color-picker-choice.gchoice_select_all,
.color-picker-admin-field.color-picker-use-colors .gfield_radio li.gchoice_select_all {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.color-picker-field .gfield_checkbox .color-picker-choice:not(.gchoice_select_all) input[type=checkbox],
.color-picker-field .gfield_checkbox .color-picker-choice:not(.gchoice_select_all) input[type=radio],
.color-picker-field .gfield_checkbox li:not(.gchoice_select_all) input[type=checkbox],
.color-picker-field .gfield_checkbox li:not(.gchoice_select_all) input[type=radio],
.color-picker-field .gfield_radio .color-picker-choice:not(.gchoice_select_all) input[type=checkbox],
.color-picker-field .gfield_radio .color-picker-choice:not(.gchoice_select_all) input[type=radio],
.color-picker-field .gfield_radio li:not(.gchoice_select_all) input[type=checkbox],
.color-picker-field .gfield_radio li:not(.gchoice_select_all) input[type=radio],
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox .color-picker-choice:not(.gchoice_select_all) input[type=checkbox],
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox .color-picker-choice:not(.gchoice_select_all) input[type=radio],
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox li:not(.gchoice_select_all) input[type=checkbox],
.color-picker-admin-field.color-picker-use-colors .gfield_checkbox li:not(.gchoice_select_all) input[type=radio],
.color-picker-admin-field.color-picker-use-colors .gfield_radio .color-picker-choice:not(.gchoice_select_all) input[type=checkbox],
.color-picker-admin-field.color-picker-use-colors .gfield_radio .color-picker-choice:not(.gchoice_select_all) input[type=radio],
.color-picker-admin-field.color-picker-use-colors .gfield_radio li:not(.gchoice_select_all) input[type=checkbox],
.color-picker-admin-field.color-picker-use-colors .gfield_radio li:not(.gchoice_select_all) input[type=radio] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.color-picker-field:not(.color-picker-admin-field) {
  position: relative !important;
}

.color-picker-swatch, .color-picker-swatch:before, .color-picker-swatch:after,
.color-picker-swatch *,
.color-picker-swatch *:before,
.color-picker-swatch *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.color-picker-choice {
  position: relative;
}
.color-picker-choice .gftt-icon:before {
  border-radius: 50%;
  background: white;
}

*[class*=gfcp_] {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.color-picker-admin-field.color-picker-use-colors ul.gfield_radio,
.color-picker-admin-field.color-picker-use-colors ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}
.color-picker-admin-field.color-picker-use-colors ul.gfield_radio li label,
.color-picker-admin-field.color-picker-use-colors ul.gfield_checkbox li label {
  margin-left: 0 !important;
}
.color-picker-admin-field.color-picker-use-colors div.gfield_radio,
.color-picker-admin-field.color-picker-use-colors div.gfield_checkbox {
  margin: 0;
  padding: 0;
}
.color-picker-admin-field.color-picker-use-colors .color-picker-choice {
  margin: 0 0 10px 0 !important;
  vertical-align: top;
}

.color-picker-choice-other input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.color-picker-swatch-color {
  background-color: #f7f7f7;
}

@media all and (max-width: 641px) {
  .color-picker-field,
  .color-picker-field span {
    margin-bottom: 0 !important;
  }
  .color-picker-field .color-picker-swatch {
    width: 50%;
  }
  .color-picker-field .gfield_checkbox .color-picker-choice,
  .color-picker-field .gfield_radio .color-picker-choice {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .color-picker-field .gfield_checkbox .color-picker-choice label,
  .color-picker-field .gfield_radio .color-picker-choice label {
    width: 100% !important;
  }
  .color-picker-field .gfield_checkbox .color-picker-swatch,
  .color-picker-field .gfield_radio .color-picker-swatch {
    width: 100%;
    margin: 0 !important;
  }
  .color-picker-field .gfield_checkbox:not(color-picker-has-select-all) .color-picker-choice:nth-child(odd),
  .color-picker-field .gfield_radio:not(color-picker-has-select-all) .color-picker-choice:nth-child(odd) {
    margin-left: 0;
    margin-right: 5px;
  }
  .color-picker-field .gfield_checkbox:not(color-picker-has-select-all) .color-picker-choice:nth-child(even),
  .color-picker-field .gfield_radio:not(color-picker-has-select-all) .color-picker-choice:nth-child(even) {
    margin-left: 5px;
    margin-right: 0;
  }
  .color-picker-field .gfield_checkbox.color-picker-has-select-all .color-picker-choice:nth-child(odd),
  .color-picker-field .gfield_radio.color-picker-has-select-all .color-picker-choice:nth-child(odd) {
    margin-left: 5px;
    margin-right: 0;
  }
  .color-picker-field .gfield_checkbox.color-picker-has-select-all .color-picker-choice:nth-child(even),
  .color-picker-field .gfield_radio.color-picker-has-select-all .color-picker-choice:nth-child(even) {
    margin-left: 0;
    margin-right: 5px;
  }
  .color-picker-admin-field.color-picker-use-colors:not(.color-picker-style-none) .gfield_checkbox .color-picker-swatch,
  .color-picker-admin-field.color-picker-use-colors:not(.color-picker-style-none) .gfield_radio .color-picker-swatch {
    width: 100%;
    margin: 0 !important;
  }
}
.color-picker-field button[id$=select_all] {
  cursor: pointer;
  margin-top: 0 !important;
}
.color-picker-field button[id$=select_all] i {
  display: inline-block;
  background-color: #ececec;
  background-image: url(../images/legacy/icons/icon-select-all.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.color-picker-field button[id$=select_all] span {
  text-transform: none;
  letter-spacing: 0;
}
.color-picker-field button[id$=select_all].is-checked i {
  background-image: url(../images/legacy/icons/icon-deselect-all.svg);
}

.gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .color-picker-choice-other .gchoice_label,
.gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .color-picker-field input[value=gf_other_choice] ~ label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* Orbital / Theme Framework overrides */
.gform-theme--framework .gfield--type-choice.color-picker-field:not([class*=gf_list_]) .color-picker-choice,
.gform-theme--framework .gfield--type-choice.color-picker-field:not([class*=gf_list_]) .gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field:not([class*=gf_list_]) .color-picker-choice,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field:not([class*=gf_list_]) .gfield_choice_all_toggle {
  --gf-gap: var(--gf-field-choice-spacing, var(--gform-theme-field-choice-spacing));
  width: calc(25% - var(--gf-field-choice-gap, var(--gf-gap))) !important;
}
.gform-theme--framework .gfield--type-choice.color-picker-field:not([class*=gf_list_]) .gfield_checkbox,
.gform-theme--framework .gfield--type-choice.color-picker-field:not([class*=gf_list_]) .gfield_radio,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field:not([class*=gf_list_]) .gfield_checkbox,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field:not([class*=gf_list_]) .gfield_radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gform-theme--framework .gfield--type-choice.color-picker-field .color-picker-choice,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .color-picker-choice {
  display: inline-block;
  margin-right: 0 !important;
  position: relative;
}
.gform-theme--framework .gfield--type-choice.color-picker-field .color-picker-choice label,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .color-picker-choice label {
  width: 100%;
  margin-left: 0;
}
.gform-theme--framework .gfield--type-choice.color-picker-field .color-picker-swatch,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .color-picker-swatch {
  width: 100%;
}
.gform-theme--framework .gfield--type-choice.color-picker-field .gfield_checkbox > :last-child:where(:not(.gchoice)),
.gform-theme--framework .gfield--type-choice.color-picker-field .gfield_radio > :last-child:where(:not(.gchoice)),
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .gfield_checkbox > :last-child:where(:not(.gchoice)),
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .gfield_radio > :last-child:where(:not(.gchoice)) {
  -ms-flex-item-align: center;
  align-self: center;
}
.gform-theme--framework .gfield--type-choice.color-picker-field .gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field .gfield_choice_all_toggle {
  background-color: #fff !important;
  padding: 0 !important;
}

@media (min-width: 640px) {
  .gform-theme--foundation .gfield.color-picker-field[class*=gf_list_] .gfield_checkbox,
  .gform-theme--foundation .gfield.color-picker-field[class*=gf_list_] .gfield_radio {
    --gf-gap: var(--gf-field-choice-spacing, var(--gform-theme-field-choice-spacing));
    grid-column-gap: var(--gf-field-choice-gap, var(--gf-gap));
  }
}
.gf_entries .entry_row,
.entry-detail-view,
.entry-details-table {
  /* with markup containing classes */
  /* with markup containing inline styles */
}
.gf_entries .entry_row .color-picker-selected-color,
.entry-detail-view .color-picker-selected-color,
.entry-details-table .color-picker-selected-color {
  display: inline-block;
  max-width: 100%;
  width: 100px;
  height: 100px;
}
.gf_entries .entry_row .gf-color-picker-entry,
.entry-detail-view .gf-color-picker-entry,
.entry-details-table .gf-color-picker-entry {
  list-style: none;
  display: block;
  text-align: center;
}
.gf_entries .entry_row .gf-color-picker-entry > li,
.gf_entries .entry_row .gf-color-picker-entry-choice,
.entry-detail-view .gf-color-picker-entry > li,
.entry-detail-view .gf-color-picker-entry-choice,
.entry-details-table .gf-color-picker-entry > li,
.entry-details-table .gf-color-picker-entry-choice {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
  text-align: center;
}
.gf_entries .entry_row .gf-color-picker-entry-choice-swatch,
.entry-detail-view .gf-color-picker-entry-choice-swatch,
.entry-details-table .gf-color-picker-entry-choice-swatch {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.gf_entries .entry_row .gf-color-picker-entry-choice-text,
.entry-detail-view .gf-color-picker-entry-choice-text,
.entry-details-table .gf-color-picker-entry-choice-text {
  display: block;
  font-size: 12px;
}
.gf_entries .entry_row .gquiz-field-choice .gf-color-picker-entry-choice-text + span,
.gf_entries .entry_row .gquiz-field-choice .gf-color-picker-entry-choice-swatch + span,
.entry-detail-view .gquiz-field-choice .gf-color-picker-entry-choice-text + span,
.entry-detail-view .gquiz-field-choice .gf-color-picker-entry-choice-swatch + span,
.entry-details-table .gquiz-field-choice .gf-color-picker-entry-choice-text + span,
.entry-details-table .gquiz-field-choice .gf-color-picker-entry-choice-swatch + span {
  display: block;
  margin: 0 auto;
}
.gf_entries .entry_row .gquiz-field-choice .gf-image-choices-entry-choice-image + span,
.entry-detail-view .gquiz-field-choice .gf-image-choices-entry-choice-image + span,
.entry-details-table .gquiz-field-choice .gf-image-choices-entry-choice-image + span {
  margin-top: 5px;
}
.gf_entries .entry_row .gquiz-field-choice > .gf-color-picker-entry > li,
.entry-detail-view .gquiz-field-choice > .gf-color-picker-entry > li,
.entry-details-table .gquiz-field-choice > .gf-color-picker-entry > li {
  margin: 0 0 20px 10px;
}
.gf_entries .entry_row .gquiz-field-choice > .gf-color-picker-entry > li > span + img,
.entry-detail-view .gquiz-field-choice > .gf-color-picker-entry > li > span + img,
.entry-details-table .gquiz-field-choice > .gf-color-picker-entry > li > span + img {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.gf_entries .entry_row .gpoll_choice_label,
.entry-detail-view .gpoll_choice_label,
.entry-details-table .gpoll_choice_label {
  padding-left: 30px;
  margin-top: 25px;
}
.gf_entries .entry_row .gpoll_choice_label .gf-color-picker-entry-choice,
.entry-detail-view .gpoll_choice_label .gf-color-picker-entry-choice,
.entry-details-table .gpoll_choice_label .gf-color-picker-entry-choice {
  display: block;
  text-align: left;
  margin: 0 10px 10px 0;
}
.gf_entries .entry_row .gpoll_choice_label .gf-color-picker-entry-choice-swatch,
.entry-detail-view .gpoll_choice_label .gf-color-picker-entry-choice-swatch,
.entry-details-table .gpoll_choice_label .gf-color-picker-entry-choice-swatch {
  margin-right: 10px;
}
.gf_entries .entry_row .gpoll_choice_label .gf-color-picker-entry-choice-swatch,
.gf_entries .entry_row .gpoll_choice_label .gf-color-picker-entry-choice-text,
.entry-detail-view .gpoll_choice_label .gf-color-picker-entry-choice-swatch,
.entry-detail-view .gpoll_choice_label .gf-color-picker-entry-choice-text,
.entry-details-table .gpoll_choice_label .gf-color-picker-entry-choice-swatch,
.entry-details-table .gpoll_choice_label .gf-color-picker-entry-choice-text {
  display: inline-block;
  vertical-align: middle;
}
.gf_entries .entry_row .gpoll_field_label_container + .gpoll_choice_label,
.entry-detail-view .gpoll_field_label_container + .gpoll_choice_label,
.entry-details-table .gpoll_field_label_container + .gpoll_choice_label {
  margin-top: 10px;
}

#rgbValue, #hslaValue {
  float: right;
}

/*
.container {
	overflow: auto;
}
*/
#showPicker {
  float: left;
}

.colorPicker {
  background: #E8E6E0;
  border: 1px solid #BBB;
  border-radius: 0.3em;
  margin: 1em;
  display: inline-block;
}

.colorPicker .extras {
  float: right;
  margin: 0.5em;
}

.colorPicker .extras .currentColorContainer {
  overflow: hidden;
}

.colorPicker .extras .currentColor {
  float: right;
  width: 65px;
  height: 30px;
  border: 1px solid #BBB;
  border-radius: 0.3em;
}

.colorPicker .extras .colorFields {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.colorPicker .extras .color {
  text-align: right;
}

.colorPicker .extras .colorFields input {
  width: 40px;
  margin-left: 0.5em;
}

.colorPicker .extras .hex {
  float: right;
}

.colorPicker .extras .hex input {
  width: 60px;
}

.colorPicker .twod {
  float: left;
  margin: 0.5em;
}

/* main dimensions */
.colorPicker .twod, .colorPicker .twod .bg {
  width: 240px;
  height: 240px;
}

.colorPicker .oned, .colorPicker .oned .bg {
  height: 240px;
}

.colorPicker .oned, .colorPicker .oned .bg, .colorPicker .oned .pointer .shape {
  width: 20px;
}

.colorPicker .twod .bg {
  position: absolute;
  /* These seem to cause issues in some browsers, careful!
  border: 1px solid #BBB;
  -moz-border-radius: .3em;
  border-radius: .3em;
  */
}

.colorPicker .twod .pointer {
  position: relative;
  z-index: 2;
  width: 8px;
}

.colorPicker .twod .pointer .shape {
  position: absolute;
}

.colorPicker .twod .pointer .shape1 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 2px solid black;
  border-radius: 5px;
}

.colorPicker .twod .pointer .shape2 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 4px;
}

.colorPicker .oned {
  float: left;
  margin: 0.5em;
}

.colorPicker .oned .bg {
  border: 1px solid #BBB;
  /*
  -moz-border-radius: .3em;
  border-radius: .3em;
  */
}

.colorPicker .oned .pointer {
  position: relative;
  z-index: 2;
}

.colorPicker .oned .pointer .shape {
  position: absolute;
  margin-left: -1px;
  margin-top: -4px;
  height: 5px;
  border: 2px solid black;
  border-radius: 5px;
}

/* gradients, tweak as needed based on which browsers you want to support */
.colorPicker .oned .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

.colorPicker .twod .bg1 {
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.colorPicker .twod .bg2 {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#hslPicker .twod .bg1 {
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

#hslPicker .twod .bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(127, 127, 127, 1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(127, 127, 127, 1) 100%);
}

#hslPicker .oned .bg {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

#hslPicker .extras {
  width: 100px;
}

#hslPicker .oned.alpha {
  margin: 0;
}

#hslPicker .oned.alpha .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
}

.color-picker-use-swatches-popup .color-picker-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.color-picker-use-swatches-popup .color-picker-wrapper:not(.color-picker-active) {
  opacity: 0;
  pointer-events: none;
}
.color-picker-use-swatches-popup .color-picker-wrapper:not(.color-picker-active) .colorPicker {
  opacity: 0;
}
.color-picker-use-swatches-popup .colorPicker {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.colorPicker {
  width: 484px;
  height: auto;
  z-index: 999;
  position: absolute;
  left: -24px;
  top: 0;
}

/* GF 2.5+ */
.editor-sidebar .colorPicker {
  top: 50%;
  left: unset;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.editor-sidebar .colorPicker .oned .pointer .shape {
  width: 19px;
  height: 19px;
}
.editor-sidebar .colorPicker .extras a.close {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.colorPicker {
  --cp-picker-padding: 16px;
  border: none;
  margin: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 14.8636293411px 29.7272586823px 0 rgba(35, 23, 5, 0.26);
  box-shadow: 0 14.8636293411px 29.7272586823px 0 rgba(35, 23, 5, 0.26);
  padding: var(--cp-picker-padding);
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--cp-picker-padding);
}
.colorPicker, .colorPicker:before, .colorPicker:after, .colorPicker *, .colorPicker *:before, .colorPicker *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.colorPicker .twod,
.colorPicker .oned,
.colorPicker .extras {
  width: 100%;
  float: none;
  margin: 0;
}
.colorPicker .twod,
.colorPicker .twod .bg {
  height: 220px;
  border-radius: 8px;
}
.colorPicker .oned,
.colorPicker .oned .bg {
  height: 12px;
}
.colorPicker .oned .bg {
  border: none;
  width: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}
.colorPicker .oned .pointer .shape {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 7px solid #fff;
  margin-left: -14px;
  margin-top: -7px;
  -webkit-box-shadow: 0 0 1px 0 #121212;
  box-shadow: 0 0 1px 0 #121212;
}
.colorPicker .twod .pointer {
  width: 8px;
}
.colorPicker .twod .bg {
  width: calc(100% - var(--cp-picker-padding) * 2);
}
.colorPicker .twod .pointer .shape1,
.colorPicker .twod .pointer .shape2 {
  -webkit-transform: none;
  transform: none;
  border-radius: 50%;
  border: 3px solid #fff;
}
.colorPicker .twod .pointer .shape1 {
  width: 24px;
  height: 24px;
  margin-left: -9px;
  margin-top: -9px;
}
.colorPicker .twod .pointer .shape2 {
  width: 18px;
  height: 18px;
  margin-left: -6px;
  margin-top: -6px;
}
.colorPicker .extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: var(--cp-picker-padding);
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.colorPicker .extras .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 110px;
}
.colorPicker .extras .hex input[type=text] {
  width: 100%;
}
.colorPicker .extras .colorFields {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 110px);
}
.colorPicker .extras .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 33.333%;
  padding-left: 10px;
}
.colorPicker .extras .color input[type=text] {
  width: 100%;
}
.colorPicker .extras .hex,
.colorPicker .extras .color {
  line-height: 1;
}
.colorPicker .extras .currentColor {
  width: 100%;
  height: 30px;
  border-radius: 2px;
  border: none;
}
.colorPicker .extras .currentColorContainer,
.colorPicker .extras a.close {
  margin: 0;
}
.colorPicker .extras .currentColorContainer {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.colorPicker .extras a.close,
.colorPicker .extras a.cp-clear {
  width: calc(50% - 5px);
}
.colorPicker .extras a.cp-clear {
  margin-left: 10px;
}
.colorPicker .extras div.hex,
.colorPicker .extras div.colorFields {
  float: none;
  margin: 0;
  padding-bottom: 0;
}
.colorPicker .extras label,
.colorPicker .extras input {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.colorPicker .extras label {
  padding-right: calc( 20px / 2 );
  padding-left: 5px;
  color: #c3c3c3;
  width: 100%;
  text-align: left;
}
.colorPicker .extras .colorFields input[type=text],
.colorPicker .extras .hex input[type=text],
.colorPicker .extras input[type=text] {
  padding: 2px 5px !important;
  font-size: 12px !important;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colorPicker .extras .colorFields input[type=text][type=text],
.colorPicker .extras .hex input[type=text][type=text],
.colorPicker .extras input[type=text][type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #3f3844;
}
.colorPicker .extras .colorFields input[type=text]:focus,
.colorPicker .extras .hex input[type=text]:focus,
.colorPicker .extras input[type=text]:focus {
  outline: none;
  border-color: #3f3844;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colorPicker .extras a.close,
.colorPicker .extras a.cp-clear {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  text-align: center;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: none;
}
.colorPicker .extras a.close {
  background-color: black;
  color: white;
  border-color: black;
}
.colorPicker .extras a.cp-clear {
  background-color: #f7f7f7;
  color: black;
}

@media all and (max-width: 641px) {
  .colorPicker {
    width: 100%;
  }
}
.color-picker-style-shadow-box .ginput_container_text input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.color-picker-style-shadow-box .color-picker-choice {
  overflow: visible !important;
}
.color-picker-style-shadow-box .gfield_checkbox .color-picker-swatch,
.color-picker-style-shadow-box .gfield_radio .color-picker-swatch {
  margin-right: 20px;
}
.color-picker-style-shadow-box .color-picker-swatch {
  display: inline-block;
  width: 150px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #e3e8eb;
  background: #fff;
  -webkit-box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.color-picker-style-shadow-box .color-picker-swatch, .color-picker-style-shadow-box .color-picker-swatch * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-shadow-box .color-picker-swatch:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.color-picker-style-shadow-box .color-picker-swatch-color-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.color-picker-style-shadow-box .color-picker-swatch-color {
  background: #ececec;
  display: block;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  -webkit-transform: translate(9px, 9px);
  transform: translate(9px, 9px);
}
.color-picker-style-shadow-box .color-picker-swatch-color i {
  display: block;
  position: absolute;
  width: 30px;
  height: 28px;
  top: calc(40% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-image: url(../images/legacy/icons/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.color-picker-style-shadow-box .color-picker-swatch-text-wrap {
  position: relative;
  bottom: 35px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.color-picker-style-shadow-box .color-picker-swatch-text-prefix,
.color-picker-style-shadow-box .color-picker-swatch-text,
.color-picker-style-shadow-box .color-picker-swatch-text-suffix,
.color-picker-style-shadow-box .color-picker-swatch-price {
  display: block;
}
.color-picker-style-shadow-box .color-picker-swatch-price {
  font-size: 13px;
}
.color-picker-style-shadow-box .color-picker-swatch-text-prefix,
.color-picker-style-shadow-box .color-picker-swatch-text-suffix {
  display: none !important;
}
.color-picker-style-shadow-box .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-plus.svg);
}
.color-picker-style-shadow-box .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-text-wrap {
  color: #121212;
}
.color-picker-style-shadow-box .color-picker-choice-other .color-picker-swatch-color i,
.color-picker-style-shadow-box .ginput_container_text .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper-white.svg);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 40%;
}
.color-picker-style-shadow-box .color-picker-choice-other .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i,
.color-picker-style-shadow-box .ginput_container_text .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper.svg);
}
.color-picker-style-shadow-box[class*=gfield_option] .color-picker-swatch-text-wrap {
  bottom: 55px;
}
.color-picker-style-shadow-box .color-picker-choice-selected .color-picker-swatch-color-wrap,
.color-picker-style-shadow-box .color-picker-choice-selected .color-picker-swatch-color {
  border-radius: 4px;
}
.color-picker-style-shadow-box .color-picker-choice-selected .color-picker-swatch-color {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.color-picker-style-shadow-box .color-picker-choice-selected .color-picker-swatch-color i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 40%;
}
.color-picker-style-shadow-box .color-picker-choice-selected .color-picker-swatch-text-wrap {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.color-picker-style-shadow-box:not([class*=gf_list_]) button[id$=select_all] {
  width: 150px;
}
.color-picker-style-shadow-box button[id$=select_all] {
  height: 200px;
  border-radius: 4px;
  border: 1px solid #e3e8eb;
  background: #fff;
  -webkit-box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.color-picker-style-shadow-box button[id$=select_all] i {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  background-position: 50% 40%;
  background-size: 30px;
}
.color-picker-style-shadow-box button[id$=select_all] span {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.4;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #121212;
  text-align: center;
  font-weight: normal;
}
.color-picker-style-shadow-box button[id$=select_all]:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.color-picker-style-shadow-box .color-picker-choice .gftt-icon {
  top: -14px;
  right: 6px;
}

.color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .color-picker-swatch {
  width: 90px;
  height: 120px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 20px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .color-picker-swatch-color i {
  width: 15px;
  height: 14px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .color-picker-swatch-text-wrap {
  font-size: 9px;
  bottom: 30px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .gfield_radio .color-picker-swatch {
  margin-right: 10px;
}

@media all and (max-width: 641px) {
  .color-picker-style-shadow-box .color-picker-swatch:hover {
    -webkit-box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .color-picker-admin-field.color-picker-use-colors.color-picker-style-shadow-box .color-picker-swatch:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  }
}
.gform-theme--framework .gfield--type-choice.color-picker-field.color-picker-style-shadow-box .gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field.color-picker-style-shadow-box .gfield_choice_all_toggle {
  height: 200px !important;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.color-picker-style-pantone .ginput_container_text input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.color-picker-style-pantone .color-picker-choice {
  overflow: visible !important;
}
.color-picker-style-pantone .gfield_checkbox .color-picker-swatch,
.color-picker-style-pantone .gfield_radio .color-picker-swatch {
  margin-right: 10px;
}
.color-picker-style-pantone .color-picker-swatch {
  position: relative;
  width: 175px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  cursor: pointer;
  display: inline-block;
  height: 230px;
}
.color-picker-style-pantone .color-picker-swatch, .color-picker-style-pantone .color-picker-swatch * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-pantone .color-picker-swatch:hover .color-picker-swatch-color-wrap {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.color-picker-style-pantone .color-picker-swatch:hover .color-picker-swatch-color i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.color-picker-style-pantone .color-picker-swatch-color-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 155px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-picker-style-pantone .color-picker-swatch-color {
  background: #ececec;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.color-picker-style-pantone .color-picker-swatch-color i {
  display: block;
  position: absolute;
  width: 30px;
  height: 28px;
  top: calc(40% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-image: url(../images/legacy/icons/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.color-picker-style-pantone .color-picker-swatch-text-wrap {
  display: block;
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.4;
  color: #121212;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  min-height: 75px;
}
.color-picker-style-pantone .color-picker-swatch-text-prefix,
.color-picker-style-pantone .color-picker-swatch-text,
.color-picker-style-pantone .color-picker-swatch-text-suffix,
.color-picker-style-pantone .color-picker-swatch-price {
  display: block;
}
.color-picker-style-pantone .color-picker-swatch-text-prefix {
  text-transform: uppercase;
  font-weight: bold;
}
.color-picker-style-pantone .color-picker-swatch-price {
  color: #A3A3A3;
}
.color-picker-style-pantone .color-picker-swatch-text-suffix {
  display: none !important;
}
.color-picker-style-pantone .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-plus.svg);
}
.color-picker-style-pantone .color-picker-choice-other .color-picker-swatch-color i,
.color-picker-style-pantone .ginput_container_text .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper-white.svg);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
}
.color-picker-style-pantone .color-picker-choice-other .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i,
.color-picker-style-pantone .ginput_container_text .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper.svg);
}
.color-picker-style-pantone[class*=gfield_option] .color-picker-swatch-text-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch-color-wrap {
  height: 100%;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch-color i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 40%;
}
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch-text-wrap,
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch-price {
  color: #ffffff;
}
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-text-wrap,
.color-picker-style-pantone .color-picker-choice-selected .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-price {
  color: #121212;
}
.color-picker-style-pantone:not([class*=gf_list_]) button[id$=select_all] {
  width: 175px;
}
.color-picker-style-pantone button[id$=select_all] {
  position: relative;
  height: 230px;
  padding: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.color-picker-style-pantone button[id$=select_all] i {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 155px;
  background-size: 40px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-picker-style-pantone button[id$=select_all] span {
  display: block;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 15px;
  line-height: 1.4;
  color: #121212;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.color-picker-style-pantone button[id$=select_all]:hover i {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.color-picker-style-pantone .color-picker-choice .gftt-icon {
  right: -5px;
  top: -13px;
}

.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .gfield_radio .color-picker-swatch {
  margin-right: 5px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .color-picker-swatch {
  width: 88px;
  height: 115px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .color-picker-swatch-color-wrap {
  height: 78px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .color-picker-swatch-color i {
  width: 15px;
  height: 14px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .color-picker-swatch-text-wrap {
  min-height: 38px;
  font-size: 9px;
  padding: 7px;
  line-height: 1.5;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-pantone .gfield_radio .color-picker-swatch {
  margin-right: 8px;
}

@media all and (max-width: 641px) {
  .color-picker-style-pantone .color-picker-swatch:hover .color-picker-swatch-color-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gform-theme--framework .color-picker-style-pantone:not([class*=gf_list_]) .color-picker-choice,
.gform-theme--framework .color-picker-style-pantone:not([class*=gf_list_]) .gfield_choice_all_toggle,
.gform-theme--framework .color-picker-style-pantone .color-picker-swatches-popup-trigger {
  max-width: 175px;
}

.color-picker-style-circle .ginput_container_text input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.color-picker-style-circle .color-picker-choice {
  overflow: visible !important;
}
.color-picker-style-circle .color-picker-choice label {
  margin: 0 !important;
}
.color-picker-style-circle .gfield_checkbox .color-picker-swatch,
.color-picker-style-circle .gfield_radio .color-picker-swatch {
  margin-right: 20px;
}
.color-picker-style-circle .color-picker-swatch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.color-picker-style-circle .color-picker-swatch, .color-picker-style-circle .color-picker-swatch * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-circle .color-picker-swatch:hover .color-picker-swatch-color-wrap {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.color-picker-style-circle .color-picker-swatch-color-wrap {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: transparent;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-picker-style-circle .color-picker-swatch-color {
  display: block;
  position: relative;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  background: #ececec;
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
}
.color-picker-style-circle .color-picker-swatch-color i {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-image: url(../images/legacy/icons/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.color-picker-style-circle .color-picker-swatch-text-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #A3A3A3;
  text-align: center;
  font-weight: normal;
}
.color-picker-style-circle .color-picker-swatch-price {
  font-size: 13px;
}
.color-picker-style-circle .color-picker-swatch-text-prefix,
.color-picker-style-circle .color-picker-swatch-text-suffix {
  display: none !important;
}
.color-picker-style-circle .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-plus.svg);
}
.color-picker-style-circle .color-picker-choice-other .color-picker-swatch-color i,
.color-picker-style-circle .ginput_container_text .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper-white.svg);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
}
.color-picker-style-circle .color-picker-choice-other .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i,
.color-picker-style-circle .ginput_container_text .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper.svg);
}
.color-picker-style-circle .color-picker-choice-selected .color-picker-swatch-color i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
}
.color-picker-style-circle .color-picker-choice-selected .color-picker-swatch-color {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.color-picker-style-circle .color-picker-choice-selected .color-picker-swatch-text-wrap {
  color: #121212;
}
.color-picker-style-circle button[id$=select_all] {
  position: relative;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.color-picker-style-circle button[id$=select_all] i {
  width: 100px;
  height: 100px;
  border: 8px solid white;
  border-radius: 50%;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
  background-size: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-picker-style-circle button[id$=select_all] span {
  padding: 0;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #A3A3A3;
  text-align: center;
  font-weight: normal;
}
.color-picker-style-circle button[id$=select_all]:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .gfield_radio .color-picker-swatch {
  margin-right: 10px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .color-picker-swatch-color-wrap {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .color-picker-swatch-color {
  width: 42px;
  height: 42px;
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .color-picker-swatch-color i {
  width: 15px;
  height: 14px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-circle .color-picker-swatch-text-wrap {
  font-size: 9px;
}

@media all and (max-width: 641px) {
  .color-picker-style-circle .color-picker-swatch:hover .color-picker-swatch-color-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .color-picker-style-circle .color-picker-swatch-color-wrap {
    margin-bottom: 20px !important;
  }
}
.gform-theme--framework .gfield--type-multi_choice.color-picker-field.color-picker-style-circle .gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-choice.color-picker-field.color-picker-style-circle .gfield_choice_all_toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.color-picker-style-compact-button .ginput_container_text input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.color-picker-style-compact-button .color-picker-choice {
  overflow: visible !important;
}
.color-picker-style-compact-button .color-picker-choice label {
  margin: 0 !important;
  vertical-align: top !important;
}
.color-picker-style-compact-button .gfield_label {
  display: block !important;
}
.color-picker-style-compact-button .ginput_container_text {
  display: inline-block;
}
.color-picker-style-compact-button .gfield_checkbox,
.color-picker-style-compact-button .gfield_radio {
  /*
  .color-picker-choice.has-tooltip .color-picker-swatch {
  	margin-right: 30px;
  }
  */
}
.color-picker-style-compact-button .gfield_checkbox .color-picker-swatch,
.color-picker-style-compact-button .gfield_radio .color-picker-swatch {
  margin-right: 20px;
}
.color-picker-style-compact-button .color-picker-swatch {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  width: auto;
  min-width: 130px;
  height: 30px;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}
.color-picker-style-compact-button .color-picker-swatch, .color-picker-style-compact-button .color-picker-swatch * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-compact-button .color-picker-swatch-color-wrap,
.color-picker-style-compact-button .color-picker-swatch-color {
  border-radius: 4px 0 0 4px;
}
.color-picker-style-compact-button .color-picker-swatch-color-wrap {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  vertical-align: top;
  border-right: 1px solid #ccc;
}
.color-picker-style-compact-button .color-picker-swatch-color {
  background: #ececec;
  display: block;
  width: 100%;
  height: 100%;
}
.color-picker-style-compact-button .color-picker-swatch-text-wrap {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  color: #121212;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: top;
  padding: 6px 10px;
  margin-left: 40px;
  margin-right: 0;
  width: auto;
  min-width: 90px;
}
.color-picker-style-compact-button .color-picker-swatch-text {
  white-space: nowrap;
}
.color-picker-style-compact-button .color-picker-swatch-price {
  font-size: 13px;
  margin-left: 10px;
  color: #A3A3A3;
  display: inline-block !important;
}
.color-picker-style-compact-button .color-picker-swatch-text-prefix,
.color-picker-style-compact-button .color-picker-swatch-text-suffix {
  display: none !important;
}
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch-color-wrap {
  width: 100%;
  border-color: rgba(204, 204, 204, 0);
}
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch-color-wrap,
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch-color {
  border-radius: 4px;
}
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch-text-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch-price {
  color: #121212;
}
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch:not(.color-picker-swatch--light) .color-picker-swatch-text-wrap,
.color-picker-style-compact-button .color-picker-choice-selected .color-picker-swatch:not(.color-picker-swatch--light) .color-picker-swatch-price {
  color: #ffffff;
}
.color-picker-style-compact-button button[id$=select_all] {
  position: relative;
  vertical-align: top;
  width: auto;
  min-width: 130px;
  height: 30px;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.color-picker-style-compact-button button[id$=select_all] i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  background-size: 18px;
}
.color-picker-style-compact-button button[id$=select_all] span {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  color: #121212;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: top;
  padding: 6px 10px;
  margin-left: 40px;
  margin-right: 0;
  width: auto;
  min-width: 90px;
}
.color-picker-style-compact-button .color-picker-choice .gftt-icon {
  top: -12px;
  right: 6px;
}

.color-picker-admin-field.color-picker-use-colors.color-picker-style-compact-button .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-compact-button .gfield_radio .color-picker-swatch {
  margin-right: 10px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-compact-button .color-picker-swatch {
  min-width: 90px;
  height: 20px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-compact-button .color-picker-swatch-color-wrap {
  width: 25px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-compact-button .color-picker-swatch-text-wrap {
  font-size: 9px;
  padding: 3px 7px;
  margin-left: 25px;
}

@media all and (max-width: 641px) {
  .color-picker-style-compact-button .ginput_container,
  .color-picker-style-compact-button .color-picker-swatch {
    width: 100%;
  }
  .color-picker-style-compact-button .gfield_checkbox .color-picker-choice,
  .color-picker-style-compact-button .gfield_radio .color-picker-choice {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
.gform-theme--framework .gfield--type-choice.color-picker-field.color-picker-style-compact-button .gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-multi_choice.color-picker-field.color-picker-style-compact-button .gfield_choice_all_toggle {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0 1px 0 #ccc !important;
  box-shadow: 0 1px 0 #ccc !important;
}

.color-picker-style-horizontal-bar .ginput_container_text input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.color-picker-style-horizontal-bar .color-picker-choice {
  overflow: visible !important;
}
.color-picker-style-horizontal-bar .color-picker-choice label {
  margin: 0 !important;
}
.color-picker-style-horizontal-bar .gfield_label {
  display: block !important;
}
.color-picker-style-horizontal-bar .ginput_container_text {
  display: inline-block;
}
.color-picker-style-horizontal-bar .gfield_checkbox,
.color-picker-style-horizontal-bar .gfield_radio {
  /*
  .color-picker-choice.has-tooltip .color-picker-swatch {
  	margin-right: 30px;
  }
  */
}
.color-picker-style-horizontal-bar .gfield_checkbox .color-picker-swatch,
.color-picker-style-horizontal-bar .gfield_radio .color-picker-swatch {
  margin-right: 20px;
}
.color-picker-style-horizontal-bar .color-picker-swatch {
  position: relative;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  width: auto;
  min-width: 240px;
  height: 50px;
  border: 1px solid #e2e8eb;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
}
.color-picker-style-horizontal-bar .color-picker-swatch, .color-picker-style-horizontal-bar .color-picker-swatch * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-horizontal-bar .color-picker-swatch:hover .color-picker-swatch-color-wrap {
  border-radius: 4px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.color-picker-style-horizontal-bar .color-picker-swatch-color-wrap,
.color-picker-style-horizontal-bar .color-picker-swatch-color {
  border-radius: 0 4px 4px 0;
}
.color-picker-style-horizontal-bar .color-picker-swatch-color-wrap {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  vertical-align: top;
}
.color-picker-style-horizontal-bar .color-picker-swatch-color {
  display: block;
  position: relative;
  background: #ececec;
  width: 100%;
  height: 100%;
}
.color-picker-style-horizontal-bar .color-picker-swatch-color i {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 19px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-image: url(../images/legacy/icons/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-picker-style-horizontal-bar .color-picker-swatch-text-wrap {
  position: relative;
  color: #121212;
  font-size: 15px;
  line-height: 1.3;
  vertical-align: top;
  padding: 15px 20px;
  margin-right: 50px;
  margin-left: 0;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}
.color-picker-style-horizontal-bar .color-picker-swatch-text {
  white-space: nowrap;
}
.color-picker-style-horizontal-bar .color-picker-swatch-price {
  display: inline-block !important;
  font-size: 13px;
  margin-left: 10px;
  color: #A3A3A3;
}
.color-picker-style-horizontal-bar .color-picker-swatch-text-prefix,
.color-picker-style-horizontal-bar .color-picker-swatch-text-suffix {
  display: none !important;
}
.color-picker-style-horizontal-bar .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-plus.svg);
}
.color-picker-style-horizontal-bar .color-picker-choice-other .color-picker-swatch-color i,
.color-picker-style-horizontal-bar .ginput_container_text .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper-white.svg);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.color-picker-style-horizontal-bar .color-picker-choice-other .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i,
.color-picker-style-horizontal-bar .ginput_container_text .color-picker-swatch.color-picker-swatch--light .color-picker-swatch-color i {
  background-image: url(../images/legacy/icons/icon-eyedropper.svg);
}
.color-picker-style-horizontal-bar .color-picker-choice-selected .color-picker-swatch-color-wrap,
.color-picker-style-horizontal-bar .color-picker-choice-selected .color-picker-swatch-color {
  border-radius: 4px;
}
.color-picker-style-horizontal-bar .color-picker-choice-selected .color-picker-swatch-color-wrap {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 100px;
}
.color-picker-style-horizontal-bar .color-picker-choice-selected .color-picker-swatch-color i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.color-picker-style-horizontal-bar .color-picker-choice-selected .color-picker-swatch-text-wrap {
  margin-right: 0;
}
.color-picker-style-horizontal-bar button[id$=select_all] {
  position: relative;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  min-width: 240px;
  height: 50px;
  border: 1px solid #e2e8eb;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 36px 0 rgba(93, 124, 181, 0.09), 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  padding: 0;
}
.color-picker-style-horizontal-bar button[id$=select_all] i {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  background-size: 24px;
  -webkit-transition: border-radius 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border-radius 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.2s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-picker-style-horizontal-bar button[id$=select_all] span {
  position: relative;
  color: #121212;
  font-size: 15px;
  line-height: 1.3;
  vertical-align: top;
  padding: 15px 20px;
  margin-right: 50px;
  margin-left: 0;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}
.color-picker-style-horizontal-bar button[id$=select_all]:hover i {
  border-radius: 4px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.color-picker-style-horizontal-bar .color-picker-choice .gftt-icon {
  top: -14px;
  right: 6px;
}

.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .gfield_checkbox .color-picker-swatch,
.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .gfield_radio .color-picker-swatch {
  margin-right: 10px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .color-picker-swatch {
  min-width: 120px;
  height: 30px;
  -webkit-box-shadow: 0 10px 18px 0 rgba(93, 124, 181, 0.09), 0 2px 6px -1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 18px 0 rgba(93, 124, 181, 0.09), 0 2px 6px -1px rgba(0, 0, 0, 0.07);
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .color-picker-swatch-color-wrap {
  width: 30px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .color-picker-swatch-color-wrap i {
  width: 12px;
  height: 10px;
}
.color-picker-admin-field.color-picker-use-colors.color-picker-style-horizontal-bar .color-picker-swatch-text-wrap {
  font-size: 9px;
  padding: 9px 12px;
  margin-right: 30px;
}

@media all and (max-width: 641px) {
  .color-picker-style-horizontal-bar .ginput_container,
  .color-picker-style-horizontal-bar .color-picker-swatch {
    width: 100%;
  }
  .color-picker-style-horizontal-bar .gfield_checkbox .color-picker-choice,
  .color-picker-style-horizontal-bar .gfield_radio .color-picker-choice {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
.gform-theme--framework .color-picker-style-horizontal-bar[class*=gf_list_] .gfield_checkbox .gform-theme--framework .color-picker-swatch,
.gform-theme--framework .color-picker-style-horizontal-bar[class*=gf_list_] .gfield_radio .color-picker-swatch {
  margin-right: 0;
  min-width: 0;
}

.color-picker-use-swatches-popup .ginput_container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 996;
  margin: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.color-picker-use-swatches-popup .ginput_container .gfield_radio,
.color-picker-use-swatches-popup .ginput_container .gfield_checkbox {
  padding: 30px 30px 15px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 40px 0 rgba(63, 56, 68, 0.3);
  box-shadow: 0 0 40px 0 rgba(63, 56, 68, 0.3);
  border-radius: 3px;
  z-index: 997;
  width: auto !important;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  margin: 0;
  position: relative;
}
.color-picker-use-swatches-popup .ginput_container:not(.color-picker-active) {
  opacity: 0;
  pointer-events: none;
}
.color-picker-use-swatches-popup .ginput_container:not(.color-picker-active) .gfield_radio,
.color-picker-use-swatches-popup .ginput_container:not(.color-picker-active) .gfield_checkbox, .color-picker-use-swatches-popup .ginput_container.color-picker-picking .gfield_radio,
.color-picker-use-swatches-popup .ginput_container.color-picker-picking .gfield_checkbox {
  opacity: 0;
}
.color-picker-use-swatches-popup .color-picker-swatches-popup-trigger {
  margin-top: 16px;
  display: block;
}

.color-picker-swatches-popup-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 2px solid black;
  background: white;
  color: black;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0;
  margin: 0 !important;
}
.color-picker-swatches-popup-close:before, .color-picker-swatches-popup-close:after {
  content: "";
  width: 12px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  background: black;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  position: absolute;
  left: 4px;
  top: 9px;
}
.color-picker-swatches-popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.color-picker-swatches-popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.color-picker-swatches-popup-close:hover {
  color: white;
  background: black;
}
.color-picker-swatches-popup-close:hover:before, .color-picker-swatches-popup-close:hover:after {
  background: white;
}
.color-picker-swatches-popup-close span {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gfield.color-picker-admin-field.color-picker-use-swatches-popup .ginput_container {
  position: relative;
  opacity: 1;
  top: auto;
  left: auto;
  padding: 0;
  max-width: none;
  background: transparent;
}
.gfield.color-picker-admin-field.color-picker-use-swatches-popup .ginput_container .gfield_radio,
.gfield.color-picker-admin-field.color-picker-use-swatches-popup .ginput_container .gfield_checkbox {
  padding: 0;
  opacity: 1;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 997;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: auto !important;
  -webkit-transition: none;
  transition: none;
}
.gfield.color-picker-admin-field.color-picker-use-swatches-popup .color-picker-choice:not(:first-child) {
  display: none !important;
}