.branch-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 12px 6px 12px;
  width: 100%;
  box-sizing: border-box;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.branch-list-wrapper .button-skeleton {
  max-width: 80px;
}
.chat-content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 550px) {
  .chat-content-container .chat-content-tabs .ant-tabs-content-holder {
    display: none;
  }
  .chat-content-container .chat-content-tabs .ant-tabs-nav-list {
    border: none;
  }
  .chat-content-container .chat-content-tabs .ant-tabs-nav-list .ant-tabs-tab {
    width: 32.6666666667vw;
    justify-content: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.chat-component-wrapper {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
}
.chat-component-wrapper .chat-component-content {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.chat-component-wrapper .chat-component-content .input-container {
  width: 100%;
}
.chat-component-wrapper .chat-component-sidebar {
  box-sizing: border-box;
  height: 100%;
  padding: 0 0 12px 12px;
}
.chat-component-wrapper .chat-content-container .chat-content-tabs-list {
  display: hidden;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input {
  padding: 6px 0px;
  width: 100%;
  gap: 8px;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input .pinned-tasks {
  width: 100%;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input .pinned-tasks__alert {
  cursor: pointer;
  padding: 0 8px;
  border: 0.5px solid lightgray;
  border-radius: 0;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input .pinned-tasks__alert span {
  font-size: 12px;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input .pinned-tasks__alert_message {
  display: flex;
  flex-direction: column;
}
.chat-component-wrapper .chat-content-container .box-over-chat-input.record-window {
  width: 97%;
}
.chat-component-wrapper .card-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: end;
  padding: 10px 10px 0 0;
}
.chat-component-wrapper .card-footer em-emoji-picker {
  position: absolute;
  bottom: 50px;
  right: 70px;
  z-index: 500;
}
.chat-component-wrapper .pinned-tasks__alert_message .task-header-text {
  color: rgba(0, 0, 0, 0.7);
}

.float-scroll-button {
  position: absolute;
  right: 16px;
  bottom: 0px;
  z-index: 1100;
}

.chat-sidebar-header {
  margin-bottom: 2px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.sidebar-wrapper {
  display: flex;
  box-sizing: border-box;
  width: 225px;
  height: 100%;
  flex-direction: column;
  overflow-y: auto;
  gap: 4px;
  padding-right: 10px;
  font-size: 12px;
}
.sidebar-wrapper .avatar-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sidebar-wrapper .avatar-container .icon {
  width: 30px;
  cursor: pointer;
}
.sidebar-wrapper .name-container {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.sidebar-wrapper .phone-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-wrapper .phone-container .phone-number_container {
  display: flex;
  align-items: center;
}
.sidebar-wrapper .phone-container .phone-number_container .phone-icon {
  width: 30px;
}
.sidebar-wrapper .phone-container .phone-number_container .phone-icon_checked {
  width: 30px;
  color: #1677ff;
}
.sidebar-wrapper .tags-header {
  margin-bottom: 2px !important;
}
.sidebar-wrapper .sidebar-tags {
  margin: 0px !important;
}
.sidebar-wrapper .action-button-icon {
  width: 15px;
}
.sidebar-wrapper .navigate-to-lead-button {
  height: auto;
  border-color: #8bc34a;
}
.sidebar-wrapper .navigate-to-lead-button .color-text,
.sidebar-wrapper .navigate-to-lead-button .action-button-icon {
  color: #8bc34a;
}
.sidebar-wrapper .action-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidebar-wrapper .action-container .action-buttons {
  font-size: 12px;
  padding: 0px;
}
.sidebar-wrapper .action-container .ant-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
}
.sidebar-wrapper .action-container .ant-checkbox-group > * {
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  .sidebar-wrapper {
    width: 94.8vw;
  }
  .sidebar-wrapper .chat-mobile-menu-box {
    position: fixed;
    bottom: 0;
    z-index: 10000;
  }
}
.tag-icon {
  margin-right: 5px;
}

.tag {
  margin-bottom: 5px;
  display: flex;
  height: 24px;
}
.thread_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  box-sizing: border-box;
}
.thread_container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow-y: auto;
  position: relative;
  padding: 0 6px;
  box-sizing: border-box;
  overflow-anchor: none;
  scrollbar-color: initial !important;
}
.thread_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.thread_container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.thread_container .change-client-files-action {
  display: block;
  margin-top: 20px;
}
.thread_container .thread-header-container {
  font-size: 12px;
  margin-bottom: 6px;
}
.thread_container .thread-header-container .header-icon {
  width: 30px;
  margin-right: 5px;
}
.thread_container .thread-header-container .button {
  padding: 2px;
}
.thread_container .action {
  margin-bottom: 6px;
}
.thread_container .action > .action-item:last-child {
  margin-bottom: 12px;
}
.thread_container .action .image-container {
  width: 140px;
  position: relative;
  height: 140px;
  display: inline-block;
}
.thread_container .action .image-container .image-img {
  border-radius: 10px;
  position: relative;
  top: -20px;
}
.thread_container .action .clients-image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
  gap: 10px;
}
.thread_container .action .ant-image {
  margin-right: 10px;
  margin-bottom: 10px;
}
.thread_container .action .message .action-item {
  margin: 0;
}
.thread_container .action .action-item {
  margin-left: 30px;
  align-items: center;
}
.thread_container .action .action-item .load-button {
  position: relative;
  top: 10px;
  left: 90px;
  width: 25px;
  height: 25px;
  min-height: 25px;
}
.thread_container .action .action-item .load-button .ant-float-btn-body {
  height: inherit;
  background-color: #001529;
}
.thread_container .action .action-item .load-button .ant-float-btn-body .ant-float-btn-content {
  padding: 0;
}
.thread_container .action .action-item .load-button .ant-float-btn-body .anticon-download {
  color: white;
}
.thread_container .action .action-item .file-avatar {
  height: 20px;
  width: auto;
  border-radius: 50%;
}
.thread_container .action .action-item .action-item_icon {
  width: 30px;
  height: 10px;
  padding-bottom: 1px;
  opacity: 0.6;
}
.thread_container .action .action-item .action-item_icon-marker {
  width: 15px;
  height: 4px;
  opacity: 0.6;
}
.thread_container .action .action-item.message {
  margin: 0;
}
.thread_container .action .action-item.message .pswp-gallery {
  height: 130px;
}
.thread_container .action .action-item.message .image-container {
  margin: 0;
}
.thread_container .action .history-action-item > * > * {
  font-size: 12px !important;
}
.thread_container .action .history-action-item:last-of-type {
  margin-bottom: 2px;
}
.thread_spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgb(255, 255, 255);
}
.thread_spinner_less-opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.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;
}
.CheckboxFilter__button {
  gap: 4px;
}
.CheckboxFilter__icon {
  font-size: 10px;
  transition: 0.3s all ease-out;
}
.CheckboxFilter__icon--opened {
  transform: rotate(180deg);
}
.CheckboxFilter__checkbox-icon {
  margin-right: 4px;
}
.CheckboxFilter__popover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 160px;
  max-width: 360px;
  width: max-content;
  gap: 8px;
}
.CheckboxFilter__item {
  padding: 4px 0 !important;
  border-block-end: none !important;
}
.CheckboxFilter__divider {
  margin: 0px 0px;
}
.CheckboxFilter__group .ant-spin-container {
  overflow: hidden;
}
.CheckboxFilter__group .ant-list-items {
  max-height: 50vh;
  overflow: auto;
}
.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;
}

/*# sourceMappingURL=main~6.578df375.css.map*/