.bc-add-client-comment-modal .edit-modal-title {
  margin: 0;
}
.bc-add-client-comment-modal .delete-button {
  margin-right: 20px;
}
.bc-blocked-integration-alert {
  width: 100%;
}
.bc-branches-modal .branches-modal-content {
  margin: 20px 0 30px 0;
}
.bc-audio-file {
  min-width: 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-audio-file--in {
  align-items: flex-start;
}
.bc-audio-file--out {
  align-items: flex-start;
}
.bc-audio-file__direction {
  margin-bottom: 4px;
}
.bc-audio-file__direction-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-audio-file__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.bc-audio-file__controls--in {
  align-items: flex-start;
}
.bc-audio-file__controls--out {
  align-items: flex-start;
}
.bc-audio-file__button {
  border-radius: 999px;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}
.bc-audio-file__button--primary {
  border: 1px solid #4096ff;
  color: #0958d9;
  background-color: #e6f4ff;
}
.bc-audio-file__button--primary:hover {
  border-color: #1677ff;
  color: #003eb3;
  background-color: #bae0ff;
  box-shadow: 0 0 0 1px rgba(22, 119, 255, 0.12);
}
.bc-audio-file__button--secondary {
  border: 1px solid transparent;
  color: #595959;
  background-color: transparent;
}
.bc-audio-file__button--secondary:hover {
  background-color: #f5f5f5;
  color: #434343;
}
.bc-audio-file__native-player {
  width: 100%;
  margin-top: 4px;
}
.bc-audio-file__player {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 12px;
  background-color: #fafafa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
.bc-audio-file__player:hover {
  background-color: #f5f5f5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.bc-audio-file__audio-element {
  display: none;
}
.bc-audio-file__row {
  display: flex;
  width: 100%;
}
.bc-audio-file__row--top {
  align-items: center;
  gap: 8px;
}
.bc-audio-file__row--center {
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}
.bc-audio-file__row--bottom {
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.bc-audio-file__time {
  font-size: 11px;
  color: #595959;
  line-height: 1.2;
}
.bc-audio-file__time--current {
  min-width: 36px;
  text-align: left;
}
.bc-audio-file__time--duration {
  min-width: 36px;
  text-align: right;
}
.bc-audio-file__progress-slider {
  flex: 1;
  margin: 0;
}
.bc-audio-file__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}
.bc-audio-file__icon-button--play .bc-audio-file__play-icon {
  font-size: 24px !important;
  color: #1677ff;
}
.bc-audio-file__play-icon {
  font-size: 24px !important;
  color: #1677ff;
}
.bc-audio-file__popover .ant-popover-inner {
  padding: 8px 10px;
  border-radius: 10px;
}
.bc-audio-file__popover-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bc-audio-file__volume-slider {
  height: 80px;
}
.bc-audio-file__speed-slider {
  height: 80px;
}
.bc-audio-file__speed-value-popover {
  font-size: 12px;
  color: #434343;
  margin-top: 2px;
}

/*# sourceMappingURL=main~2.46b29b50.css.map*/