.StatusPageWidget_indicator_a7c {
  font-size: 13px;
  color: #262e39;
}
.StatusPageWidget_indicator_a7c::before {
  content: '';
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #e2e2e2;
  margin-right: 8px;
}
.StatusPageWidget_indicator_a7c.StatusPageWidget_indicatorNone_977::before {
  background-color: #4ec375;
}
.StatusPageWidget_indicator_a7c.StatusPageWidget_indicatorMinor_008::before {
  background-color: #fccc0b;
}
.StatusPageWidget_indicator_a7c.StatusPageWidget_indicatorMajor_37d::before,
.StatusPageWidget_indicator_a7c.StatusPageWidget_indicatorCritical_29b::before {
  background-color: #d0021b;
}

.ErrorPage_ErrorPageSimple_container_163 {
  font-size: 16px;
}
.ErrorPage_ErrorPageSimple_isFullscreen_6e9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  min-height: 350px;
}
.ErrorPage_ErrorPageSimple_subtitle_f2b {
  margin-top: 10px;
}
.ErrorPage_ErrorPageSimple_children_9e5 {
  margin-top: 50px;
}
.ErrorPage_ErrorPageSimple_icon_4bb {
  width: 70px;
  margin-bottom: 30px;
  color: #919191;
}
.ErrorPage_ErrorPageSimple_logo_8ef {
  width: 130px;
  margin-bottom: 30px;
}
.ErrorPage_ErrorPageSimple_status_60f {
  margin-top: 50px;
}

.BulkEmailPreviewControls_main_48f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.BulkEmailPreviewControls_title_a39 {
  flex: 0 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BulkEmailPreviewControls_total_276 {
  margin: 0 16px;
}
.BulkEmailPreviewControls_totalIcon_28c {
  margin-right: 8px;
  color: #767676;
}
.BulkEmailPreviewControls_nav_9c6 {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
  margin: -3px 0;
}
.BulkEmailPreviewControls_toFrom_772 {
  background: #fafafa;
  padding: 0 16px;
}
.BulkEmailPreviewControls_to_77a,
.BulkEmailPreviewControls_from_ea0 {
  padding: 8px 0;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 40px 1fr;
}
.BulkEmailPreviewControls_to_77a:not(:last-child),
.BulkEmailPreviewControls_from_ea0:not(:last-child) {
  border-bottom: solid 1px #f1f1f1;
}

.BulkEmailModal_BulkEmailPreviewStep_previewBody_80c {
  position: relative;
  min-height: 100px;
  padding: 16px;
}

.ExpandableQuery_trigger_4a8 {
  display: inline;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
  color: #767676;
}
code.ExpandableQuery_query_74d {
  margin-top: 16px;
  background: #fff;
  padding: 8px 12px;
  color: #767676;
  word-break: break-all;
  display: block;
  max-height: 90px;
  overflow-y: auto;
}

.BulkEmailModal_WrongPlanModal_content_8df {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  gap: 12px;
  margin: auto;
  padding: 16px;
  align-items: center;
  text-align: center;
}

.BulkSequenceManageModal__body {
  padding: 0 !important;
}
.BulkSequenceManageModal__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.BulkSequenceManageModal__notice {
  padding: 16px;
}

.TileSelect_wrapper_317.TileSelect_stacked_0d2.TileSelect_withPointer_dfe {
  position: relative;
  padding-left: 20px;
}
.TileSelect_options_779 {
  display: flex;
  column-gap: 15px;
}
.TileSelect_stacked_0d2 .TileSelect_options_779 {
  flex-direction: column;
  row-gap: 15px;
}
.TileSelect_optionsLine_0d3 {
  position: relative;
  margin: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.TileSelect_stacked_0d2 .TileSelect_optionsLine_0d3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  border-bottom: none;
  border-right: 1px solid #e1e1e1;
}
.TileSelect_optionsPointer_9b6 {
  position: absolute;
}
.TileSelect_optionsPointer_9b6::before,
.TileSelect_optionsPointer_9b6::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -1px;
}
.TileSelect_optionsPointer_9b6::before {
  z-index: 1;
  border-bottom: 10px solid #e1e1e1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.TileSelect_optionsPointer_9b6::after {
  z-index: 2;
  left: 2px;
  border-bottom: calc(10px - 2px) solid #fff;
  border-right: calc(10px - 2px) solid transparent;
  border-left: calc(10px - 2px) solid transparent;
}
.TileSelect_stacked_0d2 .TileSelect_optionsPointer_9b6::before,
.TileSelect_stacked_0d2 .TileSelect_optionsPointer_9b6::after {
  left: 0;
  bottom: initial;
}
.TileSelect_stacked_0d2 .TileSelect_optionsPointer_9b6::before {
  border: initial;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #e1e1e1;
}
.TileSelect_stacked_0d2 .TileSelect_optionsPointer_9b6::after {
  top: 2px;
  border: initial;
  border-bottom: calc(10px - 2px) solid transparent;
  border-top: calc(10px - 2px) solid transparent;
  border-left: calc(10px - 2px) solid #fff;
}
.TileSelect_input_178 {
  display: none;
}
.TileSelect_horizontalRadioOptionLabel_26c {
  padding: 12px 16px;
  flex: 1;
  margin: 0;
}
.TileSelect_centered_212 .TileSelect_horizontalRadioOptionLabel_26c {
  text-align: center;
}
.TileSelect_optionHeading_73b {
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.TileSelect_centered_212 .TileSelect_optionHeading_73b {
  justify-content: center;
}

.BulkSequenceManageForm__content {
  padding: 16px;
}
.BulkSequenceManageForm__fromTo {
  display: flex;
}
.BulkSequenceManageForm__from,
.BulkSequenceManageForm__to {
  flex: 1;
}
.BulkSequenceManageForm__from {
  margin-left: 10px;
}
.BulkSequenceManageForm__fieldText {
  font-weight: normal;
  max-width: 250px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.BulkSequenceManageForm__to {
  margin-right: 10px;
}
.BulkSequenceManageForm__notice {
  color: #919191;
  margin-top: 25px;
}

.BulkSequenceSubscribeModalContainer_BulkSequenceSubscribeForm_fromToColumns_9d5 {
  display: flex;
  flex-wrap: wrap;
}
.BulkSequenceSubscribeModalContainer_BulkSequenceSubscribeForm_fromToColumns_9d5 > * {
  flex: 1 0 calc(50% - 16px * 2);
}
.BulkSequenceSubscribeModalContainer_BulkSequenceSubscribeForm_loaderContainer_49d {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}
.BulkSequenceSubscribeModalContainer_BulkSequenceSubscribeForm_fullWidth_e49 {
  flex: 1 0 calc(100% - 16px * 2);
}
.BulkSequenceSubscribeModalContainer_BulkSequenceSubscribeForm_fieldText_bfc {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 0;
}

.DialerCallButton_predictivePromoText_ca7 {
  margin-bottom: 10px;
}

.SideModal_wrapper_b6a {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
}
.SideModal_sideModal_0bc {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #e2e2e2;
  outline: none;
  z-index: 1011;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 500px) {
  .SideModal_sideModal_0bc {
    z-index: 101;
    top: 1px;
    height: calc(100% - 1px);
    width: auto;
    max-width: 500px;
    position: absolute;
  }
}
.SideModal_sideModal_0bc > * {
  visibility: hidden;
}
.SideModal_sideModal_0bc.SideModal_visible_a26 {
  transform: translateX(0);
  transition: transform 250ms ease-in-out;
}
.SideModal_sideModal_0bc.SideModal_visible_a26 > * {
  visibility: visible;
}
.SideModal_sideModal_0bc.SideModal_hidden_809 {
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
}
.SideModal_sideModal_0bc.SideModal_hidden_809 > * {
  visibility: hidden;
}
.SideModal_header_e82 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.SideModal_headerTop_63e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.SideModal_headerTitle_6a1 {
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.SideModal_closeIcon_26b {
  color: #919191;
}
.SideModal_body_45c {
  width: 100vw;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
.SideModal_body_45c.SideModal_withPadding_34c {
  padding: 16px;
}
.SideModal_footer_8ed {
  padding: 16px;
  display: flex;
  align-items: center;
  text-align: left;
  border-top: 1px solid #e2e2e2;
  background-color: #f1f1f1;
}
.SideModal_footerSubActions_a47 {
  flex-grow: 1;
}
.SideModal_footerActions_14e {
  margin-left: auto;
}

.AppFilterBar_container_c3d {
  flex: 0 0 auto;
  position: relative;
  height: 48px;
  max-height: 48px;
  overflow-y: hidden;
  transition: max-height 0.2s;
}
.AppFilterBar_containerClosed_56f {
  max-height: 0;
}
.AppFilterBar_main_64f {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  height: 48px;
  overflow-x: scroll;
  scrollbar-width: none;
  --ms-overflow-style: none;
}
.AppFilterBar_main_64f::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:  1119px ) {
  .AppFilterBar_main_64f > * {
    margin: 2px;
  }
}
@media screen and (min-width: 768px) {
  .AppFilterBar_main_64f {
    justify-content: space-between;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1120px) {
  .AppFilterBar_main_64f {
    padding: 0 20px;
  }
}
.AppFilterBar_column_a6a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .AppFilterBar_column_a6a {
    min-width: 0;
  }
}
.AppFilterBar_column_a6a > * {
  margin: 0 4px;
}
.AppFilterBar_column_a6a > *:first-child {
  margin-left: 0;
}
.AppFilterBar_column_a6a > *:last-child {
  margin-right: 0;
}
.AppFilterBar_divider_7c0 {
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.AppFilterBar_menu-item_57b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .AppFilterBar_menu-item_57b {
    min-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .AppFilterBar_menu-item_57b > * {
    min-width: 0;
  }
}

.MultiSortBySelect_buttonContainer_e6e {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 4px;
}
.MultiSortBySelect_button_de6 {
  flex: 1 0 auto;
  margin: 4px;
}
.MultiSortBySelect_popoverActions_1a5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -8px -14px;
  padding: 8px;
  background-color: #fff;
}
.MultiSortBySelect_anotherSortFieldButton_975:disabled,
.MultiSortBySelect_anotherSortFieldButton_975:disabled.guideflow_hovered {
  border: none;
}

.MultiSortBySelect_SortFieldsList_sortField_06b {
  display: flex;
  align-items: center;
  padding: 6px 7px 6px 10px;
}
@media screen and (min-width: 768px) {
  .MultiSortBySelect_SortFieldsList_sortField_06b.guideflow_hovered .MultiSortBySelect_SortFieldsList_dragHandle_b11 {
    display: flex;
  }
  .MultiSortBySelect_SortFieldsList_sortField_06b.guideflow_hovered .MultiSortBySelect_SortFieldsList_dragHandle_b11 + .MultiSortBySelect_SortFieldsList_sortFieldNumber_cc8 {
    display: none;
  }
}
.MultiSortBySelect_SortFieldsList_sortFieldNumber_cc8 {
  width: 16px;
  margin: 0 8px;
  line-height: 16px;
  text-align: center;
}
.MultiSortBySelect_SortFieldsList_sortFieldLabelWrapper_18a {
  position: relative;
  width: 198px;
}
@media screen and (max-width:  767px ) {
  .MultiSortBySelect_SortFieldsList_sortFieldLabelWrapper_18a {
    width: 140px;
  }
}
.MultiSortBySelect_SortFieldsList_directionButtons_7be {
  display: flex;
  align-items: center;
  margin: 0 0 0 8px;
}
.MultiSortBySelect_SortFieldsList_directionButtons_7be .MultiSortBySelect_SortFieldsList_directionButton_b8e {
  width: 72px;
  height: 28px;
  border: 2px solid #ddd;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}
.MultiSortBySelect_SortFieldsList_directionButtons_7be .MultiSortBySelect_SortFieldsList_directionButton_b8e.MultiSortBySelect_SortFieldsList_active_046 {
  border-color: #3781b8;
}
.MultiSortBySelect_SortFieldsList_directionButtons_7be .MultiSortBySelect_SortFieldsList_directionButton_b8e:last-child {
  margin: 0 0 0 8px;
}
.MultiSortBySelect_SortFieldsList_removeButton_145 {
  margin: 0 0 0 4px;
  color: #919191;
}
.MultiSortBySelect_SortFieldsList_dragHandle_b11 {
  display: none;
  align-items: center;
  margin: 0 8px;
  cursor: grab;
}
.MultiSortBySelect_SortFieldsList_dragHandle_b11 svg {
  width: 16px;
}

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

.BulkEditModal_field_1af {
  margin-bottom: 12px;
}

.ExportModalButton_ExportModal_form_06b {
  margin-bottom: 0;
}
.ExportModalButton_ExportModal_section_d68 {
  margin-top: 16px;
}
.ExportModalButton_ExportModal_title_41c {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ExportModalButton_ExportModal_inputLine_eb9 {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  padding-left: 24px;
}
.ExportModalButton_ExportModal_inputLine_eb9 input {
  position: absolute;
  top: 0;
  left: 0;
}
.ExportModalButton_ExportModal_description_eca {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #6b6e77;
}

.DataTable_container_c4d {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
}
.DataTable_head_01c .DataTable_cell_b1d {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  border-bottom: solid 1px #e2e2e2;
}
.DataTable_head_01c .DataTable_cell_b1d.DataTable_columnHighlighted_e7e {
  background: rgba(20, 99, 255, 0.1);
  border-bottom-color: rgba(20, 99, 255, 0.15);
}
.DataTable_head_01c.DataTable_sticky_daa .DataTable_cell_b1d {
  position: sticky;
  top: 0;
  z-index: 1;
}
.DataTable_head_01c.DataTable_sticky_daa .DataTable_cell_b1d.DataTable_sticky_daa {
  z-index: 2;
}
.DataTable_body_a48 .DataTable_cell_b1d {
  background-color: #ffffff;
}
.DataTable_row_a9c {
  position: relative;
}
.DataTable_row_a9c.DataTable_rowLinked_296 {
  cursor: pointer;
}
.DataTable_row_a9c.DataTable_rowLinked_296.guideflow_hovered {
  background-color: #fafbfb;
}
.DataTable_row_a9c:focus {
  outline: none;
}
.DataTable_row_a9c.guideflow_hovered .DataTable_cell_b1d {
  background-color: #fafbfb;
}
.DataTable_row_a9c[aria-selected='true'] .DataTable_cell_b1d:first-child:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 2px;
  background: #7da3c7;
}
.DataTable_cell_b1d {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
  box-sizing: border-box;
}
.DataTable_cell_b1d.DataTable_sticky_daa {
  position: sticky;
  left: 0;
}
.DataTable_cell_b1d:not(:first-child) {
  border-left: solid 1px #f1f1f1;
}
.DataTable_cell_b1d.DataTable_cellPadded_db0 {
  padding: 8px 16px;
}
.DataTable_cell_b1d.DataTable_columnHighlighted_e7e {
  font-weight: 600;
  background: rgba(20, 99, 255, 0.05);
  border-bottom-color: rgba(20, 99, 255, 0.1);
  border-left-color: rgba(20, 99, 255, 0.25);
}
.DataTable_cell_b1d.DataTable_columnHighlighted_e7e + .DataTable_cell_b1d {
  border-left-color: rgba(20, 99, 255, 0.25);
}
.DataTable_cell_b1d.DataTable_alignCenter_e2c {
  text-align: center;
}
.DataTable_cell_b1d.DataTable_alignRight_461 {
  text-align: right;
}
.DataTable_skeletonCell_0e8 {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.DataTable_skeletonCell_0e8.DataTable_icon_874 {
  justify-content: center;
}

.DataTable_StickyColumnScrollContainer_stickyColumnWrapper_dad {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.DataTable_StickyColumnScrollContainer_stickyColumnScrollContainer_73e {
  flex-grow: 1;
  position: relative;
  overflow: auto;
}
.DataTable_StickyColumnScrollContainer_stickyColumnStuckIndicator_9fe {
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 3;
}

.LeadsTable_loader_a5f {
  padding: 20px;
  text-align: center;
}
.LeadsTable_main_bd7 {
  animation: LeadsTable_fadeIn_e93 200ms linear forwards;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.LeadsTable_table_e5c {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.LeadsTable_iconCell_d0e {
  padding: 7px 12px;
}
.LeadsTable_iconCell_d0e.LeadsTable_iconCellInert_e5b {
  color: #b2b2b2;
}
.LeadsTable_iconCell_d0e.LeadsTable_iconCellActive_dfe {
  cursor: pointer;
  color: #464a55;
}
.LeadsTable_iconCell_d0e.LeadsTable_iconCellActive_dfe.guideflow_hovered {
  color: #3781b8;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/lead_filtering~89c39a2b.3fd3793933450eff0b5b.js.map*/