.ExternalLink {
  display: inline-flex;
  align-items: center;
}
.ExternalLink__icon {
  margin-left: 8px;
}

.InfoPopover_content_607 {
  padding: 22px;
  box-sizing: border-box;
  color: #262e39;
}
.InfoPopover_content_607.InfoPopover_default_0ba {
  max-width: 320px;
  width: 320px;
}
.InfoPopover_content_607.InfoPopover_large_5bf {
  max-width: 380px;
  width: 380px;
}
.InfoPopover_header_1df {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.InfoPopover_p_d94 {
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
}
.InfoPopover_action_78c {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.InfoPopover_helpLink_675 {
  flex-grow: 1;
  text-align: right;
}
.InfoPopover_backdrop_e75 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.InfoPopover_xButton_5b9 {
  position: absolute;
  top: 16px;
  right: 16px;
}

.RestrictionMessage {
  width: auto;
}
.RestrictionMessage--expanded .RestrictionMessage__expandableBody {
  display: block;
}
.RestrictionMessage--modal {
  border-radius: 0;
}
.RestrictionMessage--modal.RestrictionMessage--modal {
  margin: -15px;
}
.RestrictionMessage--modalHeader {
  border-radius: 0;
}
.RestrictionMessage--modalHeader.RestrictionMessage--modalHeader {
  margin: -15px -15px 30px -15px;
}
.RestrictionMessage__title {
  font-weight: bold;
}
.RestrictionMessage__expandableBody {
  display: none;
  color: #262e39;
}
.RestrictionMessage__usersListContainer.RestrictionMessage__usersListContainer {
  margin: 10px -15px;
}
.RestrictionMessage__usersList {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.RestrictionMessage__userRow {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.RestrictionMessage__userRow:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.RestrictionMessage__avatarCell,
.RestrictionMessage__nameCell,
.RestrictionMessage__phoneCell,
.RestrictionMessage__emailCell {
  padding: 5px 5px;
}
.RestrictionMessage__nameCell {
  font-weight: bold;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RestrictionMessage__avatarCell {
  padding-left: 15px;
  width: 25px;
  box-sizing: content-box;
}
.RestrictionMessage__emailCell {
  width: 33%;
  padding-right: 15px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RestrictionMessage__phoneCell {
  width: 33%;
}
.RestrictionMessage__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.RestrictionMessage__footer.RestrictionMessage__footer {
  margin-top: 15px;
}
.RestrictionMessage__footerBtn {
  margin-right: 15px;
}
.RestrictionMessage__footerLink {
  line-height: 30px;
}

.PhoneSettingsPopover {
  width: 290px;
  max-width: 290px;
}
.PhoneSettingsPopover.has-noNumbers .popover-arrow {
  background-color: #eff1f5;
}

.CallerIdSelect {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  height: 52px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px 0;
}
.CallerIdSelect--disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.CallerIdSelect--disabled .CallerIdSelect__pickerPhone {
  cursor: not-allowed;
  background-color: #eee;
}
.CallerIdSelect__picker {
  position: relative;
  margin-right: 5px;
  flex: 1;
}
.CallerIdSelect__pickerCurrent {
  color: #222;
  font-size: 16px;
}
.CallerIdSelect__label {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.CallerIdSelect__pickerSelect {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.CallerIdSelect__pickerSelect:focus {
  outline: none;
}
.CallerIdSelect__copy {
  display: flex;
  align-items: stretch;
  flex: 0 1 auto;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #c8c8c8;
  background: #f7f7f7;
}
.CallerIdSelect__copyButton {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  min-width: 38px;
  padding: 0 12px 0 10px;
  align-items: center;
  line-height: 0;
}
.CallerIdSelect__pickerPhone {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 0;
  padding: 6px 8px;
  border-radius: 5px;
  background-color: #ffffff;
}
.CallerIdSelect__pickerPhone::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  top: 19px;
  border-bottom: 5px solid #555;
}
.CallerIdSelect__pickerPhone::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  top: 26px;
  border-top: 5px solid #555;
}

.psp-heading {
  display: flex;
  align-items: center;
}
.psp-heading-left {
  line-height: 1.33333333;
  font-size: 18px;
}
.psp-heading-right {
  margin-left: auto;
}
.psp-heading-help-icon-link {
  color: #9b9b9b;
  display: block;
  font-size: 18px;
  padding: 3px 0;
}
.psp-heading-help-icon-link > .glyphicons {
  display: block;
  top: 0;
}
.psp-heading-help-icon-link.guideflow_hovered {
  color: #000000;
}
.psp-heading-help-icon-link.guideflow_hovered,
.psp-heading-help-icon-link:focus {
  text-decoration: none;
}
.psp-no-numbers-heading {
  margin: -8px -14px;
  padding: 16px;
  display: flex;
  border-radius: 2px 2px 0 0;
  background-color: #eff1f5;
}
.psp-no-numbers-heading-left {
  flex: 1;
}
.psp-no-numbers-heading-left-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14285714;
}
.psp-no-numbers-heading-right {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  flex: 0 1 90px;
}
.psp-no-numbers-heading-right-illustration {
  margin-bottom: -21px;
}
.psp-no-numbers-heading-right-illustration svg {
  width: 36px;
}
.psp-content {
  padding-top: 10px;
}
.psp-content[disabled] select {
  cursor: not-allowed;
  background-color: #eee;
}
.psp-content[disabled] a:not(.psp-hardware-available-warning-trigger),
.psp-content[disabled] .psp-recording-toggle {
  pointer-events: none;
  opacity: 0.5;
}
.psp-section-heading-wrapper {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.psp-section-heading-wrapper-recording {
  margin-bottom: 15px;
}
.psp-section-heading {
  margin-right: auto;
  margin-bottom: 0;
  font-weight: bold;
}
.psp-section-heading-icon {
  margin-left: 6px;
}
.psp-separator {
  clear: both;
  margin: 0 -14px 15px;
  border-bottom: 1px solid #e2e2e2;
}
.psp-separator.is-hidden {
  visibility: hidden;
}
.psp-recording-toggle-ack-wrapper {
  display: none;
  margin: 10px -14px;
}
.psp-recording-toggle-ack {
  line-height: 1.16666667;
  padding: 14px;
  font-size: 12px;
  background-color: #f3f3f3;
}
.psp-recording-toggle-ack-actions {
  display: flex;
  align-items: center;
}
.psp-recording-toggle-ack-actions-accept.is-animating {
  animation-name: shake;
  animation-duration: 0.6s;
}
.psp-recording-toggle-ack-actions-cancel {
  margin-left: auto;
  padding: 0;
  color: #999;
  border: 0 none;
  background: transparent;
}
.psp-control-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.psp-control-group-microphone-level-indicator {
  margin-top: -5px;
}
.psp-control-label {
  flex-shrink: 0;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.psp-controls {
  display: flex;
  flex: 1;
  align-items: center;
}
.psp-controls-select {
  flex: 1;
  width: 0;
  margin-bottom: 0;
}
.psp-controls-microphone-level-indicator {
  flex: 1;
}
.psp-controls-test {
  outline: 0;
  margin-left: 8px;
  padding: 0;
  width: 20px;
  text-align: right;
  font-size: 11px;
  border: 0 none;
  background: none;
  color: #3781b8;
}
.psp-dial {
  display: flex;
  position: relative;
  margin-bottom: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.psp-dial-input[type='text'] {
  box-sizing: border-box;
  width: calc(100% - 5px);
  height: 30px;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 30px;
}
.psp-dial-input:focus + .psp-dial-icon {
  color: #222;
}
.psp-dial-icon {
  pointer-events: none;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #999;
}
.psp-dial-error {
  margin: 10px 0 0;
}
.psp-settings-warning {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}
.psp-settings-warning span {
  font-size: 24px;
  margin-top: 6px;
  margin-right: 15px;
}
.psp-settings-warning p {
  margin: 0;
}
.psp-hardware-available-warning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 12px;
  line-height: 20px;
}
.psp-hardware-available-warning .glyphicons {
  margin-right: 5px;
}
.psp-hardware-available-warning .psp-hardware-available-warning-icon {
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
}

.microphone-level-indicator {
  display: flex;
  width: 100%;
  margin-left: -1px;
}
.microphone-level-indicator-step {
  flex: 1;
  height: 4px;
  margin-left: 1px;
  background-color: #eee;
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.microphone-level-indicator-step-low {
  background-color: #46a546;
}
.microphone-level-indicator-step-mid {
  background-color: #ffc40d;
}
.microphone-level-indicator-step-high {
  background-color: #9d261d;
}

.switch-container {
  padding: 6px 0;
  line-height: 16px;
}
.switch-container label {
  display: inline-flex;
  margin: 0;
  line-height: 16px;
}
.switch-container.switch-checked .switch-element::before {
  width: 30px;
  background: #3781b8;
}
.switch-container.switch-checked .switch-element::after {
  left: 16px;
}
.switch-container.switch-focused .switch-element {
  box-shadow: 0 0 3px rgba(155, 191, 219, 0.6);
}
.switch-container.switch-noPadding {
  padding: 0;
}
.switch-disabled {
  opacity: 0.5;
}
.switch-disabled label {
  cursor: not-allowed;
}
.switch-label-off,
.switch-label-on {
  display: flex;
  align-items: center;
}
.switch-label-off {
  margin-right: 10px;
}
.switch-label-on {
  margin-left: 10px;
}
.switch-element {
  display: block;
  position: relative;
  height: 16px;
  width: 30px;
  border-radius: 16px;
  background-color: #999;
}
.switch-element input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.switch-element::before,
.switch-element::after {
  content: '';
  position: absolute;
  display: block;
  transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.switch-element::before {
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.switch-element::after {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 12px;
  background: #ffffff;
}

.psp-supported-web-content {
  margin: 10px 0 20px;
  text-align: center;
  min-width: 290px;
}
.psp-supported-web-content-copy {
  margin-bottom: 20px;
  font-size: 16px;
}
.psp-supported-web-footer {
  display: block;
  position: relative;
  margin: -8px -14px;
  padding: 15px 10px 20px;
  text-align: center;
}
.psp-supported-web-footer.guideflow_hovered,
.psp-supported-web-footer:focus {
  text-decoration: none;
}
.psp-supported-web-footer.guideflow_hovered .psp-supported-web-footer-action,
.psp-supported-web-footer:focus .psp-supported-web-footer-action {
  text-decoration: underline;
}
.psp-supported-web-footer::after {
  content: '\2192';
  display: flex;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 25px;
  align-items: center;
  font-size: 20px;
  color: #bbb;
}
.psp-supported-web-footer-question {
  margin-bottom: 5px;
  color: #666;
}
.psp-supported-web-footer-action {
  margin-bottom: 0;
  font-size: 18px;
  color: #222;
}

.Box_box_a1a {
  box-sizing: border-box;
}
.Box_box_a1a *,
.Box_box_a1a *::before,
.Box_box_a1a *::after {
  box-sizing: border-box;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/PhonePopoverContainer~748942c6.3fd3793933450eff0b5b.js.map*/