.bc-blocked-integration-alert {
  width: 100%;
}
.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%;
}
.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;
  margin-bottom: 12px;
}
.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;
}
.chat-message_container_wrapper {
  margin-bottom: 4px;
  display: flex;
  font-size: 12px;
}
.chat-message_container_wrapper .small-title {
  font-size: 11px;
}
.chat-message_container_wrapper .location-icon {
  width: 20px;
  height: 11px;
  opacity: 70%;
}
.chat-message_container_wrapper .share-icon {
  width: 30px;
  height: 11px;
  opacity: 70%;
}
.chat-message_container_wrapper .call-icon {
  margin-right: 0.25rem;
}
.chat-message_container_wrapper .placed-color {
  color: green;
}
.chat-message_container_wrapper .missed-color {
  color: rgb(235, 90, 90);
}
.chat-message_container_wrapper .non-response-color {
  color: blue;
}
.chat-message_container_wrapper .coral-color {
  color: rgb(225, 79, 79);
}
.chat-message_container_wrapper .chat-message_content_header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-message_container_wrapper .chat-message_content_header svg {
  height: 14px;
}
.chat-message_container_wrapper .chat-message_container {
  display: flex;
  gap: 8px;
  max-width: 80%;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo {
  position: relative;
  min-width: 40px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo .client-avatar {
  max-width: 100%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo .message-integration_icon {
  padding: 1px 2px 0 2px;
  width: fit-content;
  height: 21px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  top: 23px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo .message-integration_icon .svg-inline--fa.fa-lg {
  vertical-align: 0;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo .message-integration_icon_in {
  left: 24px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_photo .message-integration_icon_out {
  left: -2px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container {
  display: flex;
  gap: 6px;
  position: relative;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .copy-message-info-button {
  position: absolute;
  bottom: 0px;
  right: -30px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .copy-message-info-button--incoming {
  right: auto;
  left: -30px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content {
  background-color: rgba(235, 235, 235, 0.45);
  padding: 8px;
  border-radius: 0 10px 10px 10px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content .message-block {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content .forwared-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 70%;
  font-style: italic;
  margin-bottom: 10px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content .replied-message {
  background-color: #c9c9c9;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content .replied-message .replied-message_indicator {
  width: 8px;
  min-width: 8px;
  border-radius: 8px 0 0 8px;
  background-color: #5bb15b;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content .replied-message .replied-message_text {
  margin: 6px;
  white-space: pre-wrap;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .deleted-message {
  opacity: 40%;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .placed-call {
  background-color: #d9fdd3;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .missed-call {
  background-color: #ffddd4;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .non-response-call {
  background-color: #d3ebfd;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .placed-call,
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .missed-call,
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .non-response-call {
  position: relative;
  width: 320px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .placed-call .status,
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .missed-call .status,
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .non-response-call .status {
  font-size: 10px;
  position: absolute;
  bottom: 4px;
  right: 8px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_content_out {
  border-radius: 10px 0 10px 10px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .status {
  margin-top: 8px;
  font-size: 9px;
  text-align: end;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .status .status-text {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .status .status-text ~ div {
  width: 16px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .status .status-text ~ div > svg {
  height: 8px;
  padding-bottom: 1px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_actions {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container .message-container_actions .icon-bottom {
  background-color: rgba(235, 235, 235, 0.45);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .message-container_out {
  flex-direction: row-reverse;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .chat-message_content_integration {
  height: 16px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container .chat-message_content_integration button {
  height: 16px;
  font-size: 11px;
}
.chat-message_container_wrapper .chat-message_container .chat-message_content_container_out {
  align-items: end;
}
.chat-message_container_wrapper .chat-message_container_out {
  flex-direction: row-reverse;
}

.chat-message_container_wrapper_out {
  justify-content: end;
}
.bc-refund-from-balance-window .sum, .bc-refund-from-balance-window .box-office, .bc-refund-from-balance-window .comment, .bc-refund-from-balance-window .refund-date {
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .window-title-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .meta {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .meta-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .form {
  margin-top: 12px;
}
.bc-refund-from-balance-window .required-field {
  margin-top: 8px;
}
.bc-refund-from-balance-window .refund-date :global .ant-picker {
  display: block;
}
.stream-video-player {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 400px;
}
.input-container .chat-input-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 11px;
  background: #eceeef;
}
.input-container .chat-input-header .chat-input-header-integration-label {
  display: flex;
  color: #1677ff;
}
.input-container .chat-input-header .chat-input-header-integration-label .integration-type-wrapper {
  max-width: min(200px, 30vw);
}
.input-container .chat-input-header .chat-input-header-integration-label .integration-type-wrapper .integration-type-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.input-container .chat-input-header .chat-input-header-integration-label .integration-login {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.input-container .chat-input-header > span {
  color: black;
}
.input-container .chat-input-header * {
  font-size: 12px;
}
.input-container textarea {
  padding-right: 100px;
  font-size: 12px;
}
.input-container .card-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.flex-container {
  width: 100%;
}

.integrations-list-divider {
  margin: 12px 0;
}

.integration-item-box {
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.chat-message-integrations-dropdown .integration-type-wrapper {
  display: inline;
}
.chat-message-integrations-dropdown .chat-input-header-integration-label {
  display: inline;
}
.chat-message-integrations-dropdown .ant-dropdown-menu-item {
  padding: 0 !important;
}

.no-client-title {
  margin: 4px 0;
  display: block;
}

.input-integration-icon {
  margin-left: 4px;
  margin-right: -4px;
}

.chat-message-integrations-dropdown {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.chat-message-integrations-dropdown ul {
  max-height: 450px;
  max-width: 450px;
  overflow-y: auto;
}
.chat-message-integrations-dropdown .branch-location-icon {
  color: rgba(0, 0, 0, 0.88);
}
.chat-message-integrations-dropdown .integration-item-box {
  cursor: pointer;
  border-radius: 4px;
  row-gap: 0px;
}
.chat-message-integrations-dropdown .integration-item-box.dropdown-selected-integration {
  background-color: #e6f7ff;
}
.chat-message-integrations-dropdown .integration-item-box:hover {
  background-color: #f5f5f5;
}
.chat-message-integrations-dropdown .integration-item-box.dropdown-selected-integration:hover {
  background-color: #bae7ff;
}
.client-services-container {
  width: 100%;
}
.no-text-selection {
  user-select: none;
}

.custom-field-container {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  border-radius: 5px;
}
.custom-field-container > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-field-container span {
  line-height: 0;
}
.custom-field-container .custom-icon, .custom-field-container .select-icon {
  width: 36px;
}
.custom-field-container .custom-icon {
  font-size: 10px;
}
.custom-field-container .select-icon {
  display: flex;
  justify-content: center;
}
.custom-field-container .search-input {
  width: 150px;
  border: transparent;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.5s;
  height: 18px;
}
.custom-field-container .search-input:focus {
  border-color: rgb(0, 0, 0);
}
.custom-field-container .custom-select {
  margin-left: 15px;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.custom-field-container .custom-select .selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom-field-container .custom-select .selected-option .selected-option-text {
  height: 100%;
  white-space: nowrap;
}
.custom-field-container .custom-select .triangle-icons {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-field-container .custom-select .triangle-icons .triangle {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.custom-field-container .custom-select .triangle-icons .triangle-up {
  border-bottom: 6px solid black;
  margin-bottom: 3px;
}
.custom-field-container .custom-select .triangle-icons .triangle-down {
  border-top: 6px solid black;
}
.custom-field-container .custom-select .options-list {
  position: absolute;
  top: 100%;
  right: calc(100% - 390px);
  width: 200px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0 0 5px 5px;
  z-index: 4;
  display: none;
}
.custom-field-container .custom-select .options-list.expanded {
  display: block;
}
.custom-field-container .custom-select .options-list .option {
  padding: 16px;
  cursor: pointer;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-field-container .custom-select .options-list .option:hover {
  background-color: #f5f5f5;
}
.custom-field-container .custom-select .options-list .option .option-text {
  white-space: nowrap;
}
.bc-dev-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.bc-dev-mode .alert-box {
  max-width: 600px;
}
.bc-dev-mode .alert-box div {
  font-size: 18px;
}
.bc-dev-mode .alert-box img {
  height: auto;
  width: 200px;
}
.bc-chat-mobile-menu {
  display: none;
}
@media screen and (max-width: 550px) {
  .bc-chat-mobile-menu {
    position: absolute;
    display: block;
  }
  .ant-tabs-tab {
    width: 31.6vw;
    justify-content: center;
    background-color: white !important;
  }
}
.CheckboxFilter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  height: 28px;
  padding: 0 9px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.CheckboxFilter__button:not(:disabled):hover, .CheckboxFilter__button:not(:disabled):focus {
  color: #1677ff;
  background: #f5faff;
  border-color: #91caff;
}
.CheckboxFilter__button:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
.CheckboxFilter__button--active {
  color: #0958d9;
  background: #e6f4ff;
  border-color: #91caff;
}
.CheckboxFilter__label {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxFilter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  color: #0958d9;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  background: #fff;
  border: 1px solid #91caff;
  border-radius: 999px;
}
.CheckboxFilter__icon {
  flex: 0 0 auto;
  font-size: 10px;
  transition: 0.3s all ease-out;
}
.CheckboxFilter__icon--opened {
  transform: rotate(180deg);
}
.CheckboxFilter__checkbox-icon {
  margin-right: 4px;
}
.CheckboxFilter__popover {
  width: min(320px, 100vw - 16px);
}
.CheckboxFilter__search.ant-input-affix-wrapper {
  height: 28px;
  padding: 0 8px;
  font-size: 11px;
  border-color: #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.CheckboxFilter__search.ant-input-affix-wrapper:hover, .CheckboxFilter__search.ant-input-affix-wrapper:focus, .CheckboxFilter__search.ant-input-affix-wrapper:focus-within {
  border-color: #91caff;
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.08);
}
.CheckboxFilter__item {
  min-width: 0;
  padding: 0 !important;
  border-block-end: none !important;
}
.CheckboxFilter__item .ant-list-item-meta {
  min-width: 0;
}
.CheckboxFilter__item .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.CheckboxFilter__item .ant-checkbox-wrapper:hover {
  background: #f5faff;
}
.CheckboxFilter__item .ant-checkbox-wrapper span:last-child {
  min-width: 0;
}
.CheckboxFilter__item .ant-flex {
  min-width: 0;
}
.CheckboxFilter__item .ant-typography {
  max-width: 100% !important;
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxFilter__divider {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.CheckboxFilter__empty {
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.CheckboxFilter__group {
  min-width: 0;
}
.CheckboxFilter__group .ant-spin-container {
  overflow: hidden;
}
.CheckboxFilter__group .ant-list-items {
  max-height: min(320px, 100vh - 180px);
  max-height: min(320px, 100dvh - 180px);
  overflow: auto;
  overflow-x: hidden;
}
.CheckboxFilter__group .ant-list-items::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.CheckboxFilter__group .ant-list-items::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.CheckboxFilter__group .ant-list-items::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.CheckboxFilter__group .ant-list-items ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
@media screen and (max-width: 550px) {
  .CheckboxFilter__popover {
    width: calc(100vw - 16px);
  }
  .CheckboxFilter__item .ant-checkbox-wrapper {
    min-height: 36px;
  }
}

/*# sourceMappingURL=main~3.de9a00d4.css.map*/