.LeadCardPageHeader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 48px;
  line-height: 1;
}
.LeadCardPageHeader__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 40px;
}
.LeadCardPageHeader__sound-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .LeadCardPageHeader {
    gap: 6px;
    min-height: 40px;
  }
  .LeadCardPageHeader__actions {
    gap: 6px;
    min-height: 40px;
  }
}
.LeadCardPageBackButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  background: #fff;
  border-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.LeadCardPageBackButton .anticon {
  font-size: 14px;
}
.LeadCardPageBackButton .ant-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.LeadCardPageBackButton:hover, .LeadCardPageBackButton:focus {
  color: #1677ff !important;
  background: #f5faff !important;
  border-color: #91caff !important;
}
.LeadCardPageBackButton:active {
  color: #0958d9 !important;
  background: #e6f4ff !important;
  border-color: #69b1ff !important;
}
.LeadCardPageBackButton:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
@media screen and (max-width: 550px) {
  .LeadCardPageBackButton {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .LeadCardPageBackButton .anticon {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main~84.0f2045e7.css.map*/