.PlanCancellationAlertBanner_banner_452 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PlanCancellationAlertBanner_undoButton_54b {
  margin-left: 8px;
}

.ToFromDetails_main_717 {
  background: #fafafa;
  padding: 0 16px;
}
.ToFromDetails_withBorder_5a4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ToFromDetails_to_91c,
.ToFromDetails_from_e88 {
  padding: 8px 0;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 40px 1fr auto;
  white-space: nowrap;
}
.ToFromDetails_to_91c {
  border-bottom: solid 1px #f1f1f1;
}
.ToFromDetails_emailNamePair_fd0 {
  display: grid;
  grid-row-gap: 4px;
  grid-auto-flow: row;
}
.ToFromDetails_leadName_911 {
  color: #767676;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ToFromDetails_name_c8d {
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ToFromDetails_userInfo_972 {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.components_Contact_contactRow_358 {
  display: flex;
  min-height: 24px;
  margin-bottom: 4px;
  align-items: center;
}
.components_Contact_contactName_9bd {
  display: flex;
  align-items: center;
  min-width: 0;
}
.components_Contact_phoneLabel_627 {
  margin-left: 8px;
}
.components_Contact_truncate_17e {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.components_Contact_contactIcon_e5a {
  color: #464a55;
  margin-right: 8px;
}
.components_Contact_leadRow_815 {
  align-items: center;
  display: flex;
  line-height: 1.14285714;
}
.components_Contact_leadIcon_164 {
  margin-right: 8px;
}
.components_Contact_leadName_2ee {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 16px;
}
.components_Contact_leadName_2ee:not(a) {
  color: #919191;
}
.components_Contact_leadStatus_fee {
  margin-left: 8px;
}
.components_Contact_leadAction_d0f {
  padding: 4px 0;
  cursor: pointer;
}
.components_Contact_leadSeparator_27a {
  font-weight: 700;
  padding: 0 8px;
}
.components_Contact_transferredFrom_33a {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.components_Contact_transferredFromIcon_901 svg {
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
.components_Contact_transferredFromAvatar_d1a {
  margin: 0 8px;
  flex-shrink: 0;
}

.CallBar__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  flex: 0 0 60px;
  color: #b2b2b2;
  fill: #b2b2b2;
  line-height: 1;
  border-right: 1px solid #e2e2e2;
  padding: 8px 0;
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.CallBar__info--predictiveDialer .CallBar__infoText {
  color: #262e39;
}
.CallBar__infoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
.CallBar__infoImg > svg {
  width: 20px;
  height: 20px;
}
.CallBar__infoImg--inbound svg {
  transform: rotate(-90deg);
}
.CallBar__infoImg--outbound svg {
  transform: rotate(180deg);
}
.CallBar__infoImg--hungUp {
  margin: auto;
}
.CallBar__infoImg--hungUp svg {
  transform: rotate(135deg);
}
.CallBar__infoImg--paused {
  margin: auto;
}
.CallBar__infoImg--paused svg {
  width: 24px;
  height: 24px;
}
.CallBar__infoImg--predictiveDialer svg {
  color: #fccc0b;
  width: 24px;
  height: 24px;
}
.CallBar__infoText {
  line-height: 1.33333333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/**
 * Icon colors for Call states
 * NOTE: these are dependent on the class name(s) of the parent CallBar.
 * TODO: decouple from parent styles
 */
.CallBar--active .CallBar__info {
  color: #46a546;
  fill: #46a546;
}
.CallBar--active .CallBar__info--warning {
  cursor: pointer;
  color: #9d261d;
  fill: #9d261d;
  width: 50px;
  margin-top: -4px;
  margin-left: 5px;
  padding-top: 2px;
}
.CallBar--active .CallBar__info--warning svg {
  margin-top: 10px;
  width: 30px;
}
.CallBar--active.is-dialer .CallBar__info {
  color: #049cdb;
  fill: #049cdb;
}
.CallBar--paused.is-dialer .CallBar__info {
  color: #262e39;
  fill: #262e39;
}
.CallBar--rejected .CallBar__info,
.CallBar--rejected.is-dialer .CallBar__info {
  color: #9d261d;
  fill: #9d261d;
}
.CallBar--closed.is-dialer .CallBar__info {
  color: #b2b2b2;
  fill: #b2b2b2;
}

.components_Menu_menu_bc5 {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.components_Menu_menuItem_2e6 {
  border: 0;
  outline: none;
  background: #fff;
  cursor: pointer;
  padding: 10px 0;
  margin: 0 8px;
  width: 20px;
  height: 40px;
  fill: #444;
}
.components_Menu_menuItem_2e6 svg {
  max-width: 20px;
  max-height: 20px;
}
.components_Menu_menuItem_2e6.guideflow_hovered {
  fill: #000;
}
.components_Menu_menuItem_2e6.components_Menu_active_f49 {
  fill: #3781b8;
}
.components_Menu_menuItem_2e6.components_Menu_active_f49.guideflow_hovered {
  fill: #3274a6;
}

.DialpadPopover {
  width: 216px;
  padding: 6px;
}
.DialpadPopover__button {
  width: 70px;
  height: 50px;
  display: block;
  float: left;
  color: #000;
  background-image: linear-gradient(to bottom, #f6f6f6, #f0f0f0);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  margin: 1px;
  border-radius: 4px;
  cursor: pointer;
}
.DialpadPopover__button.guideflow_hovered {
  background-image: linear-gradient(to bottom, #f0f0f0, #e6e6e6);
  text-decoration: none;
}
.DialpadPopover__button:active,
.DialpadPopover__button--active {
  background-image: linear-gradient(to bottom, #111, #555);
  color: white;
  text-decoration: none;
}
.DialpadPopover__buttonAltText {
  color: #999;
  font-size: 10px;
  line-height: 0px;
  display: block;
}

.TransferCallPopover__inputWrap {
  position: relative;
}
.TransferCallPopover__search[type='search'] {
  border: 1px solid #ddd;
  padding-right: 26px;
  margin: 0;
  width: calc(100% - 34px);
}
.TransferCallPopover__searchIcon {
  position: absolute;
  top: 8px;
  right: 8px;
}
.TransferCallPopover__targetAvatar {
  width: 24px;
  margin-right: 8px;
  text-align: center;
}
.TransferCallPopover__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.TransferCallPopover__targetUserContainer {
  margin-right: 8px;
}
.TransferCallPopover__target {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 8px;
}
.TransferCallPopover__target--phone,
.TransferCallPopover__target--user {
  cursor: pointer;
}
.TransferCallPopover__target--phone.guideflow_hovered,
.TransferCallPopover__target--user.guideflow_hovered {
  background: #f2f2f2;
}
.TransferCallPopover__targetLabelContainer {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 40px;
  overflow: hidden;
}
.TransferCallPopover__targetLabelLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.TransferCallPopover__targetLabelSmall {
  color: #666;
  font-size: 12px;
}
.TransferCallPopover__target .glyphicons-earphone {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.TransferCallPopover__target .glyphicons-earphone > img {
  border-radius: 3px;
}
.TransferCallPopover__target .glyphicons-earphone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.TransferCallPopover__target--user .TransferCallPopover__targetLabelLine {
  margin-right: 24px;
}
.TransferCallPopover__target--user:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 14px;
  right: 16px;
  width: 8px;
  height: 8px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #eee;
}
.TransferCallPopover__target--online:after {
  border: 1px solid #44a674;
  background: #4ec375;
}
.TransferCallPopover__target--busy:after {
  border: 1px solid #ffbd2e;
  background: #fccc0b;
}
.TransferCallPopover__separator {
  border-top: 1px solid #e5e5e5;
  margin: 4px 0;
}
.TransferCallPopover .hidden {
  display: none;
}

.components_NextCallButton_nextCallButton_589 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  outline: 0;
  height: 28px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 0 10px;
  background-color: #57b7df;
}
.components_NextCallButton_nextCallButton_589.guideflow_hovered {
  background-color: #4ea5c9;
}
.components_NextCallButton_nextCallButton_589::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #3781b8;
}
.components_NextCallButton_nextCallButton_589.components_NextCallButton_isProgressing_442::after {
  width: 100%;
  transition: width 5s linear;
}
.components_NextCallButton_nextCallButton_589.components_NextCallButton_isDisabled_9f7 {
  pointer-events: none;
}
.components_NextCallButton_nextCallButton_589.components_NextCallButton_isDisabled_9f7,
.components_NextCallButton_nextCallButton_589.components_NextCallButton_isDisabled_9f7.guideflow_hovered {
  cursor: default;
  background-color: #cfeaf6;
}

.RequestPausePopover {
  max-width: 194px;
  padding: 15px;
}
.RequestPausePopover__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}
.RequestPausePopover__cta {
  margin-bottom: 8px;
}
.RequestPausePopover__copy {
  margin-bottom: 12px;
}
.RequestPausePopover__dangerCopy {
  color: #d0021b;
  margin-bottom: 0;
}

.components_DialerStats_buttonWrapper_b5a {
  display: flex;
  margin-top: auto;
}
.components_DialerStats_buttonWrapper_b5a > * {
  margin: -6px 0 -6px -6px;
}

.FailedCallsToPredictiveDialerUpsell {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 32px;
  padding-left: 74px;
  align-items: center;
  line-height: 32px;
  background-color: #eef7fb;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.FailedCallsToPredictiveDialerUpsell__copy {
  flex: 1;
}
.FailedCallsToPredictiveDialerUpsell__cta {
  margin-left: 10px;
}
.FailedCallsToPredictiveDialerUpsell__rejectedIcon {
  margin-right: 8px;
}
.FailedCallsToPredictiveDialerUpsell__rejectedIcon svg {
  fill: #d0021b;
  width: 15px;
}
.FailedCallsToPredictiveDialerUpsell__dismissBtn {
  margin-left: auto;
  margin-right: 8px;
  padding: 0;
  line-height: 1;
  border: 0 none;
  background: transparent;
  opacity: 0.3;
}

.CallBar__infoLoader {
  margin: auto 0;
  align-self: center;
}
.CallBar__infoLoader.loader {
  margin-right: 0;
}
.CallBar__warningsList {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 16px 22px;
  max-width: 232px;
  text-align: center;
}
.CallBar__warningsItem svg {
  margin: 0 !important;
  width: 30px;
  height: 30px;
}
.CallBar__warningsSeparator {
  width: 80px;
  border-top: 1px solid #b2b2b2;
  margin: 20px 0 10px;
}
.CallBar__warningsTitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 2;
}
.CallBar__warningsText {
  line-height: 1.25;
}
.CallBar__warningsLabels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0 2px;
}
.CallBar__warningsLabels > span {
  margin: 0 2px 2px 0;
}
.CallBar--closed.is-dialer .CallBar__contact {
  color: #262e39;
}
.CallBar__actionHint {
  margin: auto 0 auto 20px;
}
.CallBar__actionHintCopy {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CallBar__activeUsers {
  display: flex;
  padding: 0 6px 0 3px;
  height: 18px;
  align-items: center;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.CallBar__activeUsersIcon {
  float: none;
  margin-top: -2px;
  margin-left: 0;
  width: 18px;
  font-size: 13px;
}
.CallBar__callCoaching {
  display: grid;
  grid-template-columns: auto auto 1px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}
.CallBar__callCoaching::after {
  content: '';
  display: block;
  height: 32px;
  padding-right: 8px;
  border-right: 1px solid #ddd;
}
.CallBar__actions {
  color: #262e39;
  line-height: 32px;
  align-self: center;
}
.CallBar__help {
  margin-left: 10px;
  vertical-align: 1px;
}
.CallBar__helpIcon {
  cursor: pointer;
  display: inline-block;
}
.CallBar__helpIcon.guideflow_hovered {
  color: #303030;
}
.CallBar__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-left: 1px solid #ddd;
  padding-left: 7px;
  margin-right: 8px;
}
.CallBar__actions > * {
  margin: 0 8px;
}
.CallBar__actions > span {
  display: flex;
}
.CallBar__actions.is-alone {
  border-left-width: 0;
}
.CallBar__duration {
  font-variant-numeric: tabular-nums;
}
.CallBar__actionButton,
.CallBar__closeButton,
.CallBar__pauseDialerButton,
.CallBar__redialButton,
.CallBar__resetButton,
.CallBar__reconnectButton,
.CallBar__resumeButton,
.CallBar__backToSmartViewButton,
.CallBar__backToPreviewButton {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 14px;
  fill: #fff;
  color: #fff;
  padding: 0;
  outline: 0;
  height: 28px;
}
.CallBar__actionButton svg,
.CallBar__closeButton svg,
.CallBar__pauseDialerButton svg,
.CallBar__redialButton svg,
.CallBar__resetButton svg,
.CallBar__reconnectButton svg,
.CallBar__resumeButton svg,
.CallBar__backToSmartViewButton svg,
.CallBar__backToPreviewButton svg {
  width: 14px;
  transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1), fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.CallBar__loader {
  margin-left: 14px;
  margin-right: 14px;
}
.CallBar__loader.is-interactive {
  cursor: pointer;
}
.CallBar__actionButton {
  transition: background-color 200ms, width 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.CallBar__actionButtonText {
  overflow: hidden;
  white-space: nowrap;
  margin-left: 12px;
}
.CallBar__actionButton--hangUp {
  justify-content: center;
  width: 28px;
  background-color: #d0021b;
}
.CallBar__actionButton--hangUp.guideflow_hovered {
  background-color: #bb0218;
}
.CallBar__actionButton--hangUp:disabled {
  background-color: #b2b2b2;
}
.CallBar__actionButton--hangUp.is-disabled {
  background-color: rgba(208, 2, 27, 0.5);
}
.CallBar__actionButton--hangUp svg {
  transform: rotate(135deg);
}
.CallBar__actionButton--answer,
.CallBar__actionButton--callBack {
  padding: 0 14px 0 8px;
}
.CallBar__actionButton--answer {
  background-color: #4ec375;
}
.CallBar__actionButton--answer.guideflow_hovered {
  background-color: #46b069;
}
.CallBar__actionButton--callBack {
  width: 108px;
  color: #262e39;
  fill: #262e39;
  border: 1px solid #ccc;
  background-color: #fff;
}
.CallBar__actionButton--callBack.guideflow_hovered {
  background-color: #f8f8f8;
}
.CallBar__pauseDialerButton {
  background-color: transparent;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  margin-right: 6px;
  color: #262e39;
}
.CallBar__pauseDialerButton svg {
  width: 24px;
  height: 24px;
}
.CallBar__closeButton {
  background-color: transparent;
  width: 16px;
  height: 16px;
  color: #b2b2b2;
}
.CallBar__closeButton svg {
  width: 16px;
}
.CallBar__closeButton.guideflow_hovered {
  color: #262e39;
}
.CallBar__redialButton,
.CallBar__resetButton,
.CallBar__reconnectButton,
.CallBar__resumeButton,
.CallBar__backToSmartViewButton,
.CallBar__backToPreviewButton {
  padding: 0 10px;
  color: #262e39;
  background-color: transparent;
  border: 1px solid #b2b2b2;
}
.CallBar__resetButtonIcon {
  margin-right: 8px;
}
.CallBar__resetButtonIcon svg {
  width: 12px;
  height: 12px;
}
.CallBar__resumeButton {
  min-width: 126px;
}
.CallBar__redialButton,
.CallBar__reconnectButton {
  fill: #262e39;
}
.CallBar__redialButtonIcon,
.CallBar__reconnectButtonIcon {
  margin-right: 6px;
  margin-top: 3px;
}
.CallBar__backToSmartViewButton,
.CallBar__backToPreviewButton {
  align-self: flex-start;
  margin: auto 0;
}
.CallBar__backToPreviewButton {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidden {
  display: none;
}

.components_DialerUpsellText_container_dc1 {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.DialerUpsellPopover {
  text-align: left;
  max-width: 325px;
  width: 325px;
}
.DialerUpsellPopover__header {
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}
.DialerUpsellPopover__separator {
  margin: 0 0 16px;
  border-top-color: #e5e5e5;
  border-bottom: 0 none;
}
.DialerUpsellPopover__copy {
  margin-bottom: 16px;
}
.DialerUpsellPopover__copy.is-last {
  margin-bottom: 7px;
}
.DialerUpsellPopover__powerDialerCallingImage {
  position: absolute;
  width: 100%;
}
.DialerUpsellPopover__powerDialerCallingImageWrapper {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 13.4%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 12px solid #f7f7f7;
  background-color: #f7f7f7;
}
.DialerUpsellPopover__helpLink {
  display: block;
  margin: 5px 0;
  text-align: left;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/main~69ba28df.3fd3793933450eff0b5b.js.map*/