.Drawer_measureWrapper_511 {
  height: 0px;
}
.Drawer_overflowHidden_19f {
  overflow: hidden;
}

.InboxHeader_filters_848 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .InboxHeader_filters_848 {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
  }
}
.InboxHeader_filter_1e2 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:  767px ) {
  .InboxHeader_filter_1e2 {
    justify-content: center;
    width: calc(50% - (8px * 2) - 1px);
  }
}
.InboxHeader_separator_95e {
  width: 1px;
  height: 20px;
  margin: 0 8px;
  background-color: #c6c6c6;
}
.InboxHeader_mobileFiltersBar_4dd {
  background: #ffffff;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.InboxHeader_filterWrapper_781 {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width:  767px ) {
  .InboxHeader_filterWrapper_781 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.InboxTopBar_CollapsedInboxTopBar_container_ba1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  margin: 0 -20px;
  padding: 12px 16px;
  border-bottom: solid 1px #e2e2e2;
}
.InboxTopBar_CollapsedInboxTopBar_icon_70c {
  color: #474747;
}
.InboxTopBar_CollapsedInboxTopBar_spacer_d0a {
  flex: 1;
}

.InboxTopBar_ExpandedInboxTopBar_inboxTopBarContainer_e03 {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  background-color: #f9f9f9;
}
@media screen and (max-width:  767px ) {
  .InboxTopBar_ExpandedInboxTopBar_inboxTopBarContainer_e03 {
    border: none;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}
.InboxTopBar_ExpandedInboxTopBar_checkAllCheckbox_875 {
  margin-right: 12px;
}

.InboxActions_inboxActions_ac2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.InboxActions_inboxActions_ac2 > div {
  display: flex;
}
.InboxActions_inboxActions_ac2 .BtnGroup.snooze-btn-group.action {
  display: block !important;
}
.InboxActions_inboxActions_ac2 .better-caret {
  display: inline-block;
  margin: 0 0 0 5px;
  float: none;
  width: auto;
}

.CopyableInput {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.CopyableInput__input[type='text'] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 50px;
  padding: 0 15px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.CopyableInput__copy {
  display: flex;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.CopyableInput__copyButton {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  min-width: 40px;
  align-items: center;
  justify-content: center;
}
.CopyableInput__icon {
  width: 18px;
  height: 18px;
}
.CopyableInput__icon svg {
  width: 100%;
}

.SuccessConfirmation {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.SuccessConfirmation--warning {
  fill: #fccc0b;
}
.SuccessConfirmation__icon {
  color: #4ec375;
  width: 100px;
  margin: 0 auto;
}
.SuccessConfirmation__content {
  margin: 20px 0;
}
.SuccessConfirmation__microCopy {
  margin-top: 20px;
  font-size: 13px;
  color: #6b6e77;
}
.SuccessConfirmation__title {
  line-height: 1.33333333;
}

.TaskCalendarFeedModal__intro {
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.TaskCalendarFeedModal__keysInfo {
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 1.38461538;
}
.TaskCalendarFeedModal__form {
  text-align: left;
  margin: 0 auto 10px;
}
.TaskCalendarFeedModal__instructions {
  margin-top: 10px;
  margin-bottom: 30px;
}

.CollapsedItemLayout_compact_wrapper_fae {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
}
.CollapsedItemLayout_compact_wrapper_fae.CollapsedItemLayout_compact_selected_45b {
  background-color: #eef7fb;
}
.CollapsedItemLayout_compact_wrapper_fae .CollapsedItemLayout_compact_unselectedIcon_016 {
  display: block;
}
.CollapsedItemLayout_compact_wrapper_fae .CollapsedItemLayout_compact_selectedIcon_cbd {
  display: none;
}
.CollapsedItemLayout_compact_wrapper_fae.CollapsedItemLayout_compact_checkboxHidden_9b1:has(input:checked) .CollapsedItemLayout_compact_unselectedIcon_016 {
  display: none;
}
.CollapsedItemLayout_compact_wrapper_fae.CollapsedItemLayout_compact_checkboxHidden_9b1:has(input:checked) .CollapsedItemLayout_compact_selectedIcon_cbd {
  display: block;
}
.CollapsedItemLayout_compact_afterCheckboxWrapper_614 {
  --checkboxWidth: 26px;
  display: flex;
  align-items: flex-start;
  width: calc(100% - var(--checkboxWidth));
}
.CollapsedItemLayout_compact_checkboxHidden_9b1 .CollapsedItemLayout_compact_afterCheckboxWrapper_614 {
  width: 100%;
}
.CollapsedItemLayout_compact_afterIconWrapper_7d8 {
  --iconSize: 32px;
  --gapToIcon: 8px;
  width: calc(100% - var(--iconSize) - var(--gapToIcon));
  margin-left: var(--gapToIcon);
}
.CollapsedItemLayout_compact_checkboxWrapper_454 {
  flex-shrink: 0;
}
.CollapsedItemLayout_compact_checkbox_a2e {
  padding: 16px;
  padding-right: 12px;
  margin: -8px 0 0 -16px;
}
.CollapsedItemLayout_compact_iconWrapper_d57 {
  flex-shrink: 0;
}
.CollapsedItemLayout_compact_leadInfoWrapper_ef3 {
  display: flex;
  align-items: center;
  line-height: 16px;
}
.CollapsedItemLayout_compact_leadInfoWrapper_ef3 .CollapsedItemLayout_compact_ellipsis_62f {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #767676;
}
.CollapsedItemLayout_compact_leadInfoWrapper_ef3 .CollapsedItemLayout_compact_ellipsis_62f * {
  display: inline;
}
.CollapsedItemLayout_compact_dateWrapper_ce2 {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-left: 8px;
}
.CollapsedItemLayout_compact_titleWrapper_e99 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.CollapsedItemLayout_compact_titleWrapper_e99 .CollapsedItemLayout_compact_badgeWrapper_a48 {
  display: inline-flex;
  flex-shrink: 0;
}
.CollapsedItemLayout_compact_withBadge_4a7 .CollapsedItemLayout_compact_titleWrapper_e99 {
  margin-top: 8px;
}
.CollapsedItemLayout_compact_titleWrapper_e99 .CollapsedItemLayout_compact_ellipsis_62f {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CollapsedItemLayout_compact_titleWrapper_e99 .CollapsedItemLayout_compact_ellipsis_62f * {
  display: inline;
}
.CollapsedItemLayout_compact_secondaryTitleWrapper_511 {
  margin-top: 4px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #767676;
}
.CollapsedItemLayout_compact_secondaryTitleWrapper_511 * {
  display: inline;
}
.CollapsedItemLayout_compact_assigneeWrapper_f41 {
  margin-top: 8px;
}

.CollapsedItemLayout_fluid_wrapper_620 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
}
.CollapsedItemLayout_fluid_wrapper_620.guideflow_hovered {
  background-color: #eef7fb;
}
.CollapsedItemLayout_fluid_checkboxWrapper_802 {
  flex-shrink: 0;
}
.CollapsedItemLayout_fluid_checkbox_085 {
  padding: 16px;
  padding-right: 12px;
  margin-left: -16px;
}
.CollapsedItemLayout_fluid_iconWrapper_54d {
  flex-shrink: 0;
  margin-right: 8px;
}
.CollapsedItemLayout_fluid_leadInfoWrapper_bb9 {
  flex: 0 0 243px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #767676;
}
.CollapsedItemLayout_fluid_leadInfoWrapper_bb9 * {
  display: inline;
}
.CollapsedItemLayout_fluid_leadButtonsWrapper_afb {
  flex: 0 0 243px;
}
.CollapsedItemLayout_fluid_titleWrapper_9af {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  margin-left: 48px;
  margin-right: 8px;
  font-size: 13px;
}
.CollapsedItemLayout_fluid_titleWrapper_9af .CollapsedItemLayout_fluid_badgeWrapper_d46 {
  flex-shrink: 0;
}
.CollapsedItemLayout_fluid_titleWrapper_9af .CollapsedItemLayout_fluid_titleEllipsis_453 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CollapsedItemLayout_fluid_titleWrapper_9af .CollapsedItemLayout_fluid_titleEllipsis_453 * {
  display: inline;
}
.CollapsedItemLayout_fluid_titleWrapper_9af .CollapsedItemLayout_fluid_secondaryTitleWrapper_874 {
  margin-left: 8px;
}
.CollapsedItemLayout_fluid_inboxIconsWrapper_ba5 {
  flex-shrink: 0;
  color: #767676;
}
.CollapsedItemLayout_fluid_inboxIconsWrapper_ba5 span {
  display: flex;
}
.CollapsedItemLayout_fluid_contactButtonsWrapper_439 {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: 24px;
}
.CollapsedItemLayout_fluid_contactButtonsWrapper_439 .CollapsedItemLayout_fluid_contactButtons_e57 {
  display: none;
}
.CollapsedItemLayout_fluid_wrapper_620.guideflow_hovered .CollapsedItemLayout_fluid_contactButtonsWrapper_439 .CollapsedItemLayout_fluid_contactButtons_e57 {
  display: block;
}
.CollapsedItemLayout_fluid_dateWrapper_060 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 48px;
}

.DateAndAssignee_wrapper_4aa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.DateAndAssignee_assignee_d10 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}
@media screen and (max-width:  767px ) {
  .DateAndAssignee_assignee_d10 {
    margin-left: 0;
  }
}
.DateAndAssignee_dateWrapper_4aa {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #767676;
}

.ExpandedItemLayout_wrapper_bb9 {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  background-color: #ffffff;
}
.ExpandedItemLayout_wrapper_bb9::before {
  display: none;
}
.ExpandedItemLayout_wrapper_bb9.ExpandedItemLayout_compact_d0b {
  border-radius: 0;
}
.ExpandedItemLayout_header_165 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.ExpandedItemLayout_compact_d0b .ExpandedItemLayout_header_165 {
  border: none;
}
.ExpandedItemLayout_XButtonWrapper_2a7 {
  display: inline-flex;
  flex-shrink: 0;
}
.ExpandedItemLayout_titleWrapper_c22 {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-right: 32px;
  padding-left: 8px;
  gap: 8px;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.ExpandedItemLayout_compact_d0b .ExpandedItemLayout_titleWrapper_c22 {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0 12px;
}
.ExpandedItemLayout_inboxActionsWrapper_dd1 {
  margin-right: 16px;
}
.ExpandedItemLayout_compact_d0b .ExpandedItemLayout_inboxActionsWrapper_dd1 {
  margin: 8px 16px 0;
  padding-bottom: 4px;
}
.ExpandedItemLayout_leadInfoBox_53f {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 8px;
  margin: 0 16px;
  padding: 24px 0;
  box-sizing: border-box;
  border-top: 1px solid #f1f1f1;
}
.ExpandedItemLayout_compact_d0b .ExpandedItemLayout_leadInfoBox_53f {
  flex-direction: column;
  margin: 8px 16px 16px;
  padding: 16px;
  background-color: #fcfcfc;
  border: 0.5px solid #e2e2e2;
  border-radius: 7px;
}
.ExpandedItemLayout_leadButtonsWrapper_818 {
  margin: 12px 0 0;
}
.ExpandedItemLayout_childrenWrapper_d0c {
  border-top: 1px solid #e2e2e2;
}

.InboxItemIcon_icon_836 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.InboxItemIcon_icon_836.InboxItemIcon_mini_4ba {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.InboxItemIcon_icon_836.InboxItemIcon_regular_9ca {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.InboxItemIcon_icon_836 svg {
  fill: currentColor;
}
.InboxItemIcon_icon_836.InboxItemIcon_voicemail_fda,
.InboxItemIcon_icon_836.InboxItemIcon_answered_detached_call_3cb {
  background-color: #b7dba1;
}
.InboxItemIcon_icon_836.InboxItemIcon_missed_call_431 {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  color: #d0021b;
}
.InboxItemIcon_icon_836.InboxItemIcon_incoming_sms_b1b {
  background-color: #69c0d0;
}
.InboxItemIcon_icon_836.InboxItemIcon_incoming_email_4dc,
.InboxItemIcon_icon_836.InboxItemIcon_email_followup_3d0 {
  background-color: #8badc5;
}
.InboxItemIcon_icon_836.InboxItemIcon_lead_4a6 {
  background-color: #be9797;
}
.InboxItemIcon_icon_836.InboxItemIcon_opportunity_due_537 {
  background-color: #a6e2d3;
}
.InboxItemIcon_icon_836.InboxItemIcon_selected_e24 {
  background-color: #1463ff;
}

.LeadButtons_wrapper_7c5 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.LeadInfo_childrenWrapper_d03 {
  padding: 0 0 24px 0;
  line-height: 16px;
}
@media screen and (max-width:  767px ) {
  .LeadInfo_childrenWrapper_d03 {
    line-height: 20px;
  }
}
.LeadInfo_infoWrapper_fda {
  line-height: 16px;
}

.answeredDetachedCall_expanded_audioPlayerWrapper_076 {
  padding: 24px 16px;
}
@media screen and (max-width:  767px ) {
  .answeredDetachedCall_expanded_audioPlayerWrapper_076 {
    padding: 16px;
  }
}

.emailFollowup_expanded_emailThreadWrapper_aee {
  margin-top: -1px;
}
.emailFollowup_expanded_emailThreadWrapper_aee .js-email-object-node .loader {
  padding: 0 16px;
}

.incomingEmail_expanded_emailThreadWrapper_311 {
  margin-top: -1px;
}
.incomingEmail_expanded_emailThreadWrapper_311 .js-email-object-node .loader {
  padding: 0 16px;
}

.incomingSMS_expanded_smsViewWrapper_27d {
  display: flex;
  padding: 24px 16px;
  /**
     * This is a temporary solution until SMSInboxView is converted to React.
     * Tweaking CSS of `activities/sms_inbox.hbs`.
     *
     * Namespace "& :global(*)" is used to avoid conflicts with other CSS.
     */
}
.incomingSMS_expanded_smsViewWrapper_27d > div {
  display: flex;
  width: 100%;
}
.incomingSMS_expanded_smsViewWrapper_27d > div > div {
  flex: 1;
}
.incomingSMS_expanded_smsViewWrapper_27d .text {
  display: flex;
  line-height: 20px;
}
.incomingSMS_expanded_smsViewWrapper_27d .attachments {
  margin: 12px 0 0;
}
.incomingSMS_expanded_smsViewWrapper_27d form {
  margin: 24px 0 0;
}
.incomingSMS_expanded_smsViewWrapper_27d textarea {
  max-width: 520px;
  width: 100%;
  min-height: 80px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  box-sizing: border-box;
}
.incomingSMS_expanded_smsViewWrapper_27d .loading,
.incomingSMS_expanded_smsViewWrapper_27d .success-msg {
  margin: 16px 0 0;
  line-height: 20px;
}

.opportunityDue_expanded_opportunityNote_db3 {
  padding: 24px 16px;
  line-height: 20px;
}
@media screen and (max-width:  767px ) {
  .opportunityDue_expanded_opportunityNote_db3 {
    padding: 16px;
  }
}

.voicemail_expanded_voicemailPlayer_60b {
  padding: 24px 16px;
}
@media screen and (max-width:  767px ) {
  .voicemail_expanded_voicemailPlayer_60b {
    padding: 16px;
  }
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/inbox~5c451404.3fd3793933450eff0b5b.js.map*/