.CustomFieldModal_modals_tabs_adc {
  padding: 0 16px;
}
.CustomFieldModal_modals_formWrapper_e20 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.CustomFieldModal_modals_formWrapper_e20.CustomFieldModal_modals_hidden_f74 {
  display: none;
}

.forms_forms_mainContainer_897 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
}
.forms_forms_mainContainer_897.forms_forms_sharedInstance_f86 {
  background: #eef7fb;
}
.forms_forms_fieldOptions_f17 {
  border-top: 1px solid #e2e2e2;
}
.forms_forms_notOnlyChoices_10d {
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
}

.DeletableList__item {
  border-top: 1px dashed #f1f1f1;
  display: flex;
  align-items: center;
  padding: 7px 10px;
}
.DeletableList__item:last-child {
  border-bottom: 1px dashed #f1f1f1;
}
.DeletableList__label {
  flex: 1;
  word-break: break-all;
  word-break: break-word;
}
.DeletableList__delete {
  color: #919191;
  cursor: pointer;
}
.DeletableList__delete--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.DeletableList__delete svg {
  width: 16px;
  height: 16px;
}

.ChoicesField--noborder .ChoicesField__hr {
  display: none;
}
.ChoicesField__hr {
  margin-left: -15px;
  margin-right: -15px;
  background: #f1f1f1;
  border: 0;
  height: 1px;
}
.ChoicesField__label {
  font-weight: bold;
}
.ChoicesField__container {
  display: flex;
}
.ChoicesField__list {
  flex: 1;
  padding-left: 10px;
}
.ChoicesField__add {
  flex: 1;
  display: flex;
  padding-right: 10px;
  align-items: flex-start;
}
.ChoicesField__input[type='text'] {
  margin: 0;
  margin-right: 5px !important;
  width: auto;
  flex: 1;
}

.RolesSelect_RolesSelectItem_label_216 {
  font-weight: bold;
  word-break: break-all;
  word-break: break-word;
}
.RolesSelect_RolesSelectItem_assignedTo_84e {
  font-size: 12px;
}

.RolesSelect_RolesSelectWithDeletableList_main_ae3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.RolesSelect_RolesSelectWithDeletableList_selectedLabel_ad2 {
  min-height: 16px;
  line-height: 16px;
  margin-bottom: 8px;
}

.fragments_FieldOptions_requiredRestrictedContainer_388 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
  border-top: 1px solid #f1f1f1;
}
.fragments_FieldOptions_requiredRestrictedContainer_388 .fragments_FieldOptions_restrictSwitch_2bb {
  padding: 0;
}
.fragments_FieldOptions_header_ba9 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14285714;
}
.fragments_FieldOptions_headerTextContainer_054 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0 8px;
}
.fragments_FieldOptions_headerArrow_cb2 {
  position: relative;
  width: 20px;
  color: #464a55;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.fragments_Main_main_114 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}
.fragments_Main_row_957 {
  grid-column: span 2;
}
.fragments_Main_descriptionTextarea_b83 {
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  margin: 0;
}
.fragments_Main_descriptionCount_0fa {
  margin-left: auto;
  font-weight: normal;
  color: #767676;
}
.fragments_Main_descriptionCount_0fa.fragments_Main_error_cda {
  color: #d0021b;
}

.FieldTypeIconLabel_icon_f4f {
  display: inline-block;
  color: #767676;
  margin-top: -3px;
  margin-right: 8px;
}
.FieldTypeIconLabel_icon_f4f svg {
  position: static;
  color: inherit;
}

.KeystrokePicker_keystrokePicker_a39 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.KeystrokePicker_keystrokePickerNoAvailableItems_d2f {
  cursor: default;
}
.KeystrokePicker_selectedItemsWrapper_c13 {
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: #f1f1f1;
  transition: background-color ease-in-out 150ms;
  box-shadow: none !important;
  padding-left: 34px;
}
.KeystrokePicker_selectedItemsWrapper_c13:focus-within {
  background-color: #fff;
  border: solid 1px #ddd;
}
.KeystrokePicker_selectedItems_886 {
  flex: 0 1 100%;
  max-height: 102px;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 6px 6px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.KeystrokePicker_selectedItem_05a {
  margin: 0 0 4px 4px;
  line-height: 0;
  flex: 0 1 auto;
  max-width: calc(50% - 4px);
}
.KeystrokePicker_selectedItem_05a:focus {
  outline: none;
}
.KeystrokePicker_searchIcon_04a {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #464a55;
}
.KeystrokePicker_searchInputContainer_ab6 {
  flex: 1 1 auto;
  margin: 0 0 6px 8px;
}
.KeystrokePicker_searchInput_ce0 {
  width: 100%;
  padding: 1px 0;
  border: none !important;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 28px;
}
.KeystrokePicker_searchInput_ce0:focus {
  outline: none;
}
.KeystrokePicker_searchInput_ce0:disabled {
  visibility: hidden;
}
.KeystrokePicker_availableItems_dba:not(:empty) {
  max-height: 100%;
  overflow-y: auto;
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
  border-top: solid 1px #f1f1f1;
}
.KeystrokePicker_availableItem_f85 {
  cursor: pointer;
  border-bottom: solid 1px #f1f1f1;
}
.KeystrokePicker_availableItem_f85:not(.KeystrokePicker_availableItemsIsOpen_668).guideflow_hovered,
.KeystrokePicker_availableItemSelected_860,
.KeystrokePicker_availableItemHighlighted_d47 {
  background: #eef7fb;
}
.KeystrokePicker_availableItemDisabled_9ba {
  cursor: not-allowed;
}
.KeystrokePicker_availableItemDisabled_9ba > * {
  opacity: 0.5;
}
.KeystrokePicker_emptyState_dad {
  margin-top: 32px;
  overflow: hidden;
  cursor: default;
}
.KeystrokePicker_noAvailableItemsGraphic_af8 svg {
  width: 37px;
}
.KeystrokePicker_noMatchingItemsGraphic_ab9 svg {
  width: 64px;
}

.Default_default_4de {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Default_defaultText_cfa {
  flex: 0 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
}
.Default_defaultSelected_72b {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
  display: flex;
  place-items: center;
  font-size: 14px;
  padding: 1px 8px;
  line-height: 20px;
  color: #262e39;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Default_defaultSelected_72b.Default_defaultSelectedFocused_796 {
  box-shadow: 0 0 0 1px #b2b2b2;
}
.Default_defaultSelectedText_2b9 {
  flex: 0 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Default_defaultSelectedRemove_95e {
  flex: 0 0 16px;
  cursor: pointer;
  color: #464a55;
  width: 16px;
  opacity: 0.25;
}
.Default_defaultSelectedRemove_95e svg {
  margin-top: 5px;
}

.KeystrokePicker_FormikKeystrokePicker_FormikKeystrokePicker_e35 {
  display: flex;
  flex-direction: column;
}

.CustomField_field_6a7 {
  display: flex;
  place-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #262e39;
  max-width: 100%;
}
.CustomField_fieldNameAndDescription_857 {
  flex: 0 1 100%;
  overflow: hidden;
  padding: 12px;
}
.CustomField_fieldName_f15 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CustomField_fieldDescription_bb0 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #767676;
}
.CustomField_fieldType_968 {
  flex: 0 0 180px;
  white-space: nowrap;
  padding: 12px;
}
.CustomField_fieldSelectedIndicator_fbd {
  flex: 0 0 16px;
  padding: 12px 16px 8px;
  width: 16px;
}
.CustomField_fieldSelectPrompt_75f {
  visibility: hidden;
  flex: 0 0 16px;
  padding: 12px 16px 8px;
  width: 16px;
}
.CustomField_fieldIsHighlighted_06d .CustomField_fieldSelectPrompt_75f {
  visibility: visible;
}

.forms_SharedCustomFieldPickerForm_form_dd7 {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
}
.forms_SharedCustomFieldPickerForm_body_db1 {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.forms_SharedCustomFieldPickerForm_customFieldPicker_21e {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ContactMoreDropdown_noWrap_8cd {
  white-space: nowrap;
}

.CustomFieldValuesForm_form_9f3 {
  background-color: #eef7fb;
  margin: 0;
}
.CustomFieldValuesForm_form_9f3 input {
  margin-bottom: 0 !important;
}
.CustomFieldValuesForm_fieldsContainer_cb5 {
  border-bottom: 1px solid #e2e2e2;
}
.CustomFieldValuesForm_field_9f6 {
  padding: 8px 10px;
}
.CustomFieldValuesForm_field_9f6.CustomFieldValuesForm_isDeletable_09b {
  padding-right: 3px;
}
.CustomFieldValuesForm_field_9f6.CustomFieldValuesForm_withBorder_357 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.CustomFieldValuesForm_singleField_7aa {
  padding: 10px;
}
.CustomFieldValuesForm_input_2ba {
  box-sizing: border-box;
  height: 32px !important;
  width: 100%;
}
.CustomFieldValuesForm_actions_1a3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px 3px;
}
.CustomFieldValuesForm_delete_9d7 {
  display: block;
}
.CustomFieldValuesForm_right_dd7 {
  display: flex;
}
.CustomFieldValuesForm_button_b25 {
  margin-left: 5px;
  width: 80px;
}

.DeletableInput_wrapper_a48 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.DeletableInput_wrapper_a48 > :first-child {
  flex: 1 1 auto;
}
.DeletableInput_iconButton_00e {
  flex: 0 0 auto;
}

.CustomFieldValuesForm_CreateNewCustomFieldButton_container_dff {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

/* TODO: the styles below are used in many places (eg Switch, all Bootstrap
   inputs etc) – should be extracted elsewhere */
.RangeInput_main_c77 {
  height: 32px;
  width: 100%;
  max-width: 220px;
  padding: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  appearance: none;
}
.RangeInput_main_c77::-webkit-slider-thumb {
  cursor: pointer;
  border: 2px solid #e2e2e2;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  margin-top: -6px;
  appearance: none;
}
.RangeInput_main_c77::-moz-range-thumb {
  cursor: pointer;
  border: 2px solid #e2e2e2;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.RangeInput_main_c77::-ms-thumb {
  cursor: pointer;
  border: 2px solid #e2e2e2;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.RangeInput_main_c77::-webkit-slider-runnable-track {
  cursor: pointer;
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.RangeInput_main_c77::-moz-range-track {
  cursor: pointer;
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.RangeInput_main_c77::-ms-track {
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
}
.RangeInput_main_c77:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 3px rgba(155, 191, 219, 0.6);
}
.RangeInput_main_c77:focus::-webkit-slider-thumb {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: #eef7fb;
}
.RangeInput_main_c77:focus::-moz-range-thumb {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: #eef7fb;
}
.RangeInput_main_c77:focus::-ms-thumb {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: #eef7fb;
}

.RangeInput_FormikRangeInput_label_1e0,
.RangeInput_FormikRangeInput_perc_845 {
  display: block;
}
.RangeInput_FormikRangeInput_label_1e0 {
  flex: 1 0 auto;
}

.BtnGroup > .Btn.MoreButton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/lead~d2d6c9f5.3fd3793933450eff0b5b.js.map*/