.archive-tab {
  padding: 3px;
  border-radius: 4px;
  background-color: #f81d22;
  width: max-content;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
}
.range_container {
  display: flex;
  width: auto;
  align-items: center;
  gap: 12px;
  max-width: max-content !important;
}
.range_label {
  width: fit-content;
  white-space: nowrap;
}
.range_inputs {
  display: flex;
  flex-direction: row;
  gap: 12px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
}
.multi-select__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0f0f0;
  border-radius: 4px;
  padding: 2px 6px;
  line-height: 1;
}
.multi-select__tag__text {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.multi-select__tag__close {
  cursor: pointer;
  opacity: 0.6;
}
.multi-select__tag__close:hover {
  opacity: 1;
}
.multi-select__popup-wrapper {
  height: auto;
  max-height: 70vh !important;
}
.multi-select__popup-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.multi-select__popup-wrapper::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.multi-select__popup-wrapper::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.multi-select__popup-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.multi-select__popup {
  min-width: 420px;
  max-width: 720px;
  padding: 8px 8px 12px;
  height: auto;
  max-height: 1000px;
}
.multi-select__groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 4px;
}
.multi-select__group {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
.multi-select__group__delete {
  min-width: 32px !important;
  width: 32px !important;
}
.multi-select__group__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.multi-select__group__logic .ant-segmented-item-selected {
  font-weight: 600;
}
.multi-select__group__tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.multi-select__group__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-height: 220px;
  overflow: auto;
  padding-right: 4px;
}
.multi-select__group__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.multi-select__group__list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.multi-select__group__list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.multi-select__group__list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.multi-select__between {
  display: flex;
  align-items: center;
  gap: 8px;
}
.multi-select__between__segmented {
  margin-left: auto;
}
.multi-select__option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.multi-select__option__label--deleted {
  color: #f81d22;
}
.multi-select__deleted-flag {
  color: #d4380d;
}
.multi-select__empty {
  color: #999;
  font-size: 12px;
  padding: 6px 2px;
}
.multi-select__divider {
  margin: 8px 0 0;
}
.multi-select__footer {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .header-container .period-time-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-container .selectors {
    flex-wrap: wrap;
  }
  .header-container .filters-container {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .header-container .period-time-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-container .user-selector {
    width: 100% !important;
  }
  .header-container .desktop-buttons {
    flex-direction: column;
    width: 100%;
  }
  .header-container .desktop-buttons .ant-space-item {
    width: 100%;
  }
  .header-container .desktop-buttons .ant-space-item .button {
    width: 100%;
  }
}
.bc-task-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0px 10px;
}
.bc-task-list-header .tasks-header-title {
  display: flex;
  align-items: center;
  width: max-content;
}
.bc-task-list-header .left {
  display: flex;
  justify-content: flex-start;
  gap: 26px;
}
.bc-task-list-header .left .date-title {
  align-self: flex-end;
}
.bc-task-list-header .right {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-width: 475px;
}
.bc-task-list-header .right .ant-tabs-tab.ant-tabs-tab {
  background-color: transparent;
  padding: 12px 16px !important;
}
@media screen and (max-width: 834px) {
  .bc-task-list-header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .bc-task-list-header .left {
    margin: 10px 0;
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bc-task-list-header .left, .bc-task-list-header .right {
    flex-direction: column;
    align-items: flex-start;
  }
  .bc-task-list-header .right .ant-tabs-tab.ant-tabs-tab {
    padding: 8px 10px !important;
  }
  .bc-task-list-header .action-button {
    margin-bottom: 10px;
  }
}
.bc-task-list {
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 24px;
}
.bc-task-list .header-container .main-form {
  margin-bottom: 10px;
}
.bc-task-list .header-container .ant-form-item {
  margin: 0;
}
.bc-task-list .header-container .buttons-container {
  display: inline-block;
  margin-bottom: 0;
}
.bc-task-list .header-container .toolbar-space {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-task-list .header-container .toolbar-space .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.bc-task-list .header-container .toolbar-space .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: column;
  max-width: 450px;
}
.bc-task-list .header-container .toolbar-space .date-container .date-item .period-type-selector {
  width: 180px;
}
.bc-task-list .header-container .toolbar-space .date-container .date-item .ant-typography {
  min-width: 100px;
  margin: 0;
}
.bc-task-list .header-container .toolbar-space .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-task-list .header-container .toolbar-space .selectors-container .selectors {
  margin-bottom: 16px;
}
.bc-task-list .header-container .toolbar-space .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-task-list .header-container .toolbar-space .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-task-list .header-container .toolbar-space .filters-container {
  display: flex;
  justify-content: space-between;
}
.bc-task-list .header-container .toolbar-space .filters-container .filter button {
  margin: 0 20px 0 0;
  padding: 0;
}
.bc-task-list .tasks-count-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.bc-task-list .tasks-count-container .mass-actions {
  margin: 0;
}
.bc-task-list td.ant-table-cell:not(.ant-table-selection-column) {
  padding: 5px !important;
}
.bc-task-list .ant-table-selection-column {
  padding: 0 !important;
}
.bc-task-list .ant-table-selection-column .checkbox-container {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-task-list .mass-actions {
  margin-top: -48px;
}
.bc-task-list .task-name {
  cursor: pointer;
}
.bc-task-list .task-registry-table {
  overflow-x: scroll;
}
.add-tags-modal {
  z-index: 1051 !important;
}
.add-tags-modal * {
  z-index: 1051 !important;
}
.bc-sendout-message-modal-schedule-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.multiselect-popup {
  max-width: 300px;
}

.multiple-select-options-label {
  margin: 0 !important;
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.tags-filter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 4px;
  padding: 7px;
  border: 1px solid #cccccc;
  gap: 10px;
}

.tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.tabs .selected {
  background-color: #cccccc;
}
.tabs__between {
  margin-bottom: 5px;
}

.filter-button {
  all: unset;
  border-radius: 8px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(55, 58, 60);
  background-color: rgb(236, 238, 239);
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}

.small {
  width: 41px;
}

.large {
  width: 50%;
}

.left-content {
  display: flex;
  width: 100%;
  margin-top: 7px;
  justify-content: flex-end;
  align-items: center;
}

.close-button {
  width: 11px;
  height: 11px;
  background-image: url(/fced66b25e3e13ca.svg);
}
.grouped-filter-item__tooltip {
  z-index: 1051 !important;
}
.funnel-filter-select .funnel-filter-select__main-element {
  width: 160px;
}
.funnel-filter-select .funnel-filter-select__main-element.with-short-addition-button {
  width: 128px;
}
.funnel-filter-select .funnel-filter-select__main-element.lead-card, .funnel-filter-select .funnel-filter-select__main-element.addition-dialog {
  width: 215.56px;
}
.funnel-filter-select .funnel-filter-placeholder {
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.funnel-addition-dialog .funnel-filter-select__main-element {
  width: 150px;
}
.funnel-selects-container {
  width: 160px;
}
.bc-assign-employee-modal .filter-label {
  cursor: pointer;
}
.bc-assign-employee-modal .filter-label label {
  cursor: pointer;
}
.bc-assign-employee-modal .filter-item {
  cursor: pointer;
}
.bc-assign-employee-modal .filter-overlay {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  background-color: white;
  z-index: 1;
  padding: 6px 12px;
  max-height: 300px;
  overflow-y: scroll;
}
.bc-assign-employee-modal .filter-overlay .search-input {
  margin-bottom: 6px;
}
.bc-assign-employee-modal .filter-overlay .select-all {
  line-height: 24px;
  display: flex;
  font-weight: 600;
}
.bc-assign-employee-modal .filter-overlay .select-all input[type=checkbox] {
  margin-right: 12px;
}
.bc-write-first-modal .ant-modal-header {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.bc-write-first-modal .phone-field > span {
  display: none;
}
.bc-write-first-modal .phone-field > div {
  max-width: 454px !important;
}
.bc-write-first-modal .phone-approved-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bc-write-first-modal .phone-approved-wrapper .phone-approved-text {
  font-size: 12px;
  color: grey;
}
.bc-write-first-modal .gray-round-border {
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  border-radius: 6px;
}
.bc-write-first-modal .new-customer-form-item {
  margin-bottom: 12px;
  width: 230px;
}
.bc-write-first-modal .similar-customers-warning {
  margin-bottom: 12px;
}
.bc-write-first-modal .similar-customers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bc-write-first-modal .similar-customer {
  display: flex;
  align-items: start;
}
.bc-write-first-modal .similar-customer .similar-customer-text p {
  margin: 0;
}
.bc-write-first-modal .similar-customer .similar-customer-text .customer-name {
  font-weight: bold;
}
.bc-write-first-modal .similar-customer .similar-customer-text .phone-icon-checked {
  color: #1677ff;
  margin-right: 6px;
  height: 10px;
  width: 10px;
}
.bc-write-first-modal .similar-customer .similar-customer-text .location-icon {
  margin-right: 10px;
  height: 10px;
  width: 10px;
}
.tag-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
}
.tag-wrapper .ant-tag {
  padding: 0;
  margin: 0;
}

.sendout-tag-select .ant-select-selector {
  padding: 6px 24px 6px 4px !important;
}
.sendout-tag-select .ant-select-selector .ant-select-selection-overflow {
  gap: 8px !important;
}
.bc-send-message-modal .info-icon {
  color: #4096ff;
}
.bc-send-message-modal .action-text-button {
  margin: 0;
  padding: 0;
}

.bc-text-drawers .action-text-button {
  margin: 0;
  padding: 0;
}
.bc-leads-header {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: unset;
  padding-right: 12px;
}
.bc-leads-header .custom-field-container {
  height: 24px;
}
.bc-leads-header h3 {
  margin: 0;
}
.bc-leads-header .bc-leads-header__filters {
  padding-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.bc-leads-header .bc-leads-header__filters .radio-group {
  margin: 0 6px;
}
.bc-leads-header .bc-leads-header__filters .ant-col {
  display: flex;
  align-items: center;
}
.bc-leads-header .bc-leads-header__filters .filter {
  line-height: 32px;
}
.bc-leads-header .search-input {
  display: flex;
  align-items: center;
}
.bc-leads-header .mass-action-column {
  align-content: center;
}
.bc-leads-header .mass-action-column button {
  height: 24px;
}
.bc-leads-header .leads-list-period .ant-picker {
  border-style: none;
}
.bc-leads-header .leads-list-period__dates {
  width: 230px;
}
.bc-leads-header .leads-list-period__select {
  width: 190px;
}
.bc-leads-header .filter-label {
  cursor: pointer;
}
.bc-leads-header .filter-label label {
  cursor: pointer;
}
.bc-leads-header .filter-item {
  cursor: pointer;
}
.bc-leads-header .write-first-button {
  margin-left: auto;
}
.leads-table-client-column__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.leads-table-client-column__phone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.leads_integration {
  display: flex;
  align-items: flex-start;
}
.leads_integration__text {
  white-space: pre-wrap !important;
}
.leads-table {
  width: 100%;
}
.leads-table .ant-table-body {
  scrollbar-color: initial;
}
.leads-table .ant-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.leads-table .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.leads-table .ant-table-tbody-virtual-scrollbar-vertical {
  width: 10px !important;
}
.leads-table .ant-table-tbody-virtual-scrollbar-horizontal {
  height: 10px !important;
}
.leads-table .ant-table-tbody-virtual-scrollbar-thumb {
  background-color: #b1c4df !important;
}
.leads-table .ant-table-body {
  overflow-y: auto !important;
}
.leads-table .ant-table-body .ant-table-cell {
  padding: 8px 4px !important;
}
.leads-table .ant-table-virtual th:nth-child(1) label {
  transform: scale(1.3);
  margin-left: 10px;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual {
  overflow-y: auto !important;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .task-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell {
  overflow: hidden;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell > * {
  overflow: hidden;
  width: 100%;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell > * span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  align-items: start;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(1) {
  display: flex;
  cursor: pointer;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(1) label {
  transform: scale(1.3);
  margin-left: 10px;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a {
  width: 100%;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space {
  width: 100%;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space .ant-space-item:nth-child(2) {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space .ant-space-item:nth-child(2) .ant-space {
  width: 100%;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space .ant-space-item:nth-child(2) .ant-space .ant-space-item:nth-child(2) {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space .ant-space-item:nth-child(2) .lead-client-container div:nth-child(2) .ant-row {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(2) a .ant-space .ant-space-item:nth-child(2) .lead-client-container .unanswered-message {
  color: #ff4d4f;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(7) > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.leads-table .ant-table-virtual:not(.ant-table-empty) .ant-table-tbody-virtual .lead-row .ant-table-cell:nth-child(7) > div > * {
  flex: 1 1 calc(50% - 8px);
  margin-inline-end: 0 !important;
}
.leads-table td:nth-child(2) {
  max-width: 415px;
}
.leads-table td:nth-child(2) .ant-space {
  width: 100%;
}
.leads-table td:nth-child(2) .ant-space .ant-space-item:nth-child(2) {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table td:nth-child(2) .lead-client-container div:nth-child(2) .ant-row {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table td:nth-child(2) .lead-client-container .unanswered-message {
  color: #ff4d4f;
}
.leads-table td:nth-child(4) {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table td:nth-child(5) {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table td:nth-child(6) {
  max-width: 250px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table td:nth-child(7) {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-text-container {
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lead-card-content-layout .page-content {
  margin: 0 !important;
  padding: 12px 0 0 0 !important;
}

.bc-lead-card {
  height: 100%;
}
.bc-lead-card .ant-layout {
  height: 100%;
}
.bc-lead-card .ant-layout .left-sider {
  background-color: white;
  border-right: 1px solid rgba(5, 5, 5, 0.06);
  height: 100%;
  flex: none !important;
  max-width: none !important;
  width: auto !important;
}
.bc-lead-card .ant-layout .content {
  background-color: white;
  height: 100%;
  min-width: 900px;
}
.bc-lead-card .funnel-filter-select {
  width: 100%;
}

.lead-card-records-container {
  width: 100%;
}
.bc-edit-sales-funnel-robot-component {
  cursor: pointer;
  padding: 10px 5px;
  gap: 8px;
  background-color: #ffffff;
  margin-bottom: 5px;
  border-radius: 10px;
  align-items: center;
}
.bc-edit-sales-funnel-robot-component .short-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-edit-sales-funnel-robot-component .robot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-edit-sales-funnel-robot-component .robot-info,
.bc-edit-sales-funnel-robot-component .robot-comment {
  padding-left: 1.875rem;
}
.bc-edit-sales-funnel-robot-component .robot-info .robot-info__label,
.bc-edit-sales-funnel-robot-component .robot-comment .robot-info__label {
  color: #656363;
}
.bc-view-sales-funnel-chat-component {
  cursor: pointer;
  display: flex;
  padding: 10px 5px;
  gap: 8px;
  background-color: #ffffff;
  margin-bottom: 5px;
  border-radius: 10px;
  align-items: center;
}
.bc-view-sales-funnel-chat-component .client-avatar {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.bc-view-sales-funnel-chat-component .chat-content-container {
  width: 100%;
}
.bc-view-sales-funnel-chat-component .chat-content-container .short-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-view-sales-funnel-chat-component .chat-content-container .header {
  display: flex;
  justify-content: space-between;
}
.bc-view-sales-funnel-chat-component .chat-content-container .header span:last-child {
  width: 160px;
  flex-shrink: 0;
}
.bc-view-sales-funnel-chat-component .chat-content-container .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.bc-view-sales-funnel-chat-component .chat-content-container .message .integration-and-message {
  display: flex;
  column-gap: 4px;
  width: 160px;
}
.bc-sales-funnel-column-component {
  margin-bottom: 10px;
}
.bc-sales-funnel-column-component .main-flex {
  height: 100%;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper {
  border-radius: 10px;
  background-color: #d9d9d9;
  width: 250px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .status-line {
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container {
  padding: 5px 10px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .sales-funnel-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .action-icon {
  cursor: pointer;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .divider {
  background-color: #434343;
  margin: 8px 0;
}
.bc-sales-funnel-column-component .main-flex .add-intermediate-stage-button {
  margin-top: 50px;
}
.sales-funnel-form-container .services-section__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sales-funnel-form-container .services-section__description {
  margin-left: 3.4375rem;
  width: 90%;
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  .ant-modal-content .ant-modal-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .ant-modal-content .ant-modal-footer .ant-btn-primary {
    margin-inline-start: 0 !important;
  }
}
.payment-button_wrapper {
  width: 100%;
  margin-top: 24px;
}
.payment-button_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border-color: #1677ff;
  padding: 10px 17px;
  max-width: 400px;
  gap: 14px;
  height: 56px;
}
.payment-button_container:hover {
  border-color: #1677ff;
}
.payment-button_container:hover .payment-button_title {
  color: #1677ff;
}
.payment-button_title {
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  color: rgb(55, 58, 60);
}
.statuses_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .statuses_wrapper {
    flex-direction: column;
  }
  .statuses_wrapper .statuses_button {
    width: 100%;
  }
}
.bc-comment-modal.empty-content .ant-modal-body {
  display: flex;
  justify-content: center;
}
.bc-comment-modal .attachment {
  max-width: 100%;
}
.bc-comment-modal .two-columns-layout {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.bc-comment-modal .two-columns-layout__column {
  width: 50%;
}
.bc-comment-modal .attachment-column img, .bc-comment-modal .attachment-wrapper img {
  width: 400px;
  height: auto;
}
.record-details_comment-button {
  position: relative;
  right: 24px;
}
.record-details_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.record-details_form {
  width: 100%;
  padding-right: 12px;
  overflow-y: auto;
}
.record-details_details {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_main_fields {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.record-details_main_fields_item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
}
.record-details_main_fields_input {
  width: 100%;
  margin-bottom: 0;
  max-width: 400px;
}
.record-details_main_fields_input input {
  width: 100%;
}
.record-details_main_fields_phone {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.record-details_main_fields_label {
  width: 200px;
  min-width: 200px;
}
.record-details_main_fields .phone-wrapper {
  align-items: flex-start;
}
.record-details_main_fields .checkbox {
  margin-left: 200px;
}
.record-details_main_fields_phone-info-tooltip {
  margin-bottom: 24px;
}
.record-details_services {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_services_title {
  margin: 0;
}
.record-details_search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 215px;
  height: 100%;
  gap: 6px;
  padding-left: 16px;
}
.record-details_footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.record-details_footer_button {
  min-width: 200px;
}
.record-details_footer_button_delete {
  position: absolute;
  right: 30px;
}

.label-require {
  font-weight: 600;
}
.label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.phone-info {
  margin-bottom: 0px !important;
}
.phone-info .ant-form-item {
  margin-bottom: 0px;
}
@media screen and (max-width: 834px) {
  .record-details_details {
    height: auto;
  }
}
.services {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
}
.services_table {
  width: 100%;
  border-collapse: collapse;
}
.services_table .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.services_tr {
  margin-bottom: 18px;
}
.services_th {
  text-align: left;
  padding: 4px;
  font-weight: 600;
}
.services_cell {
  padding: 4px;
  vertical-align: top;
  max-width: 100px;
}
.services_cell_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services_cell .discount-field {
  flex-direction: row;
  gap: 10px;
}
.services_name {
  width: calc(40% - 32px);
}
.services_employee {
  width: 10%;
}
.services_quantity {
  width: 10%;
}
.services_price {
  width: 20%;
}
.services_discount {
  width: 20%;
}
.services_total {
  width: 10%;
}
.services_total_cell {
  text-align: center;
}
.services_delete {
  width: 32px;
}
.services_service-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  padding-right: 4px;
}
.services_service-label_counts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.services_footer_cell {
  padding: 4px;
  text-align: center;
}
.services_footer_cell_name {
  text-align: left;
}
.services_footer_summary {
  display: flex;
  flex-direction: column;
}
.services_footer_summary_total-duration {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.services_footer_summary_total-duration_title {
  font-weight: 600;
}
.services_footer_summary_total-duration_value {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.services_footer_summary_add {
  width: 100%;
}
.tag-select-root-class .ant-select-selector {
  padding: 4px 24px 0px 4px !important;
}
.tag-select-root-class .add-tag-button {
  margin: 6px 0px;
}
.employee {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}
.employee_fields_duration_combined {
  width: 100%;
}
.employee_fields_combined_inner {
  width: 100%;
}
.employee_details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 215px);
  align-items: flex-start;
  max-width: 600px;
}
.employee_warning {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  flex: 1;
  max-width: 300px;
  margin-right: 24px;
}
.employee_warning .ant-alert.ant-alert-warning {
  align-items: flex-start;
}
.employee_warning .ant-alert.ant-alert-warning .anticon.anticon-info-circle.ant-alert-icon {
  margin-top: 4px !important;
}
.employee_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}
.employee_row_duration {
  align-items: flex-start;
}
.employee_row_color {
  align-items: center;
}
.employee_label {
  display: flex;
  width: 200px;
  height: 100%;
  margin-top: 9px;
  align-items: center;
  justify-content: flex-start;
}
.employee_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  flex: 1;
  max-width: 400px;
}
.employee_fields .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.employee_fields_date {
  width: 100%;
  flex: 1;
}
.employee_fields_date_picker {
  width: 100%;
}
.employee_fields_range {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  flex: 1;
  width: 100%;
}
.employee_fields_range_select {
  width: 100%;
  max-width: 120px;
}
.employee_fields_duration {
  width: 100%;
  min-width: 150px;
}
.employee_fields_duration_select {
  width: 100%;
  min-width: 150px;
}
.employee_fields_comment {
  width: 100%;
  min-width: 200px;
}
.employee_fields_tags {
  width: 100%;
  min-width: 200px;
}
.employee_fields_tags_select {
  width: 100%;
  min-width: 200px;
}
.employee_fields_employee {
  width: 100%;
  min-width: 200px;
}
.employee_fields_employee_select {
  width: 100%;
  min-width: 200px;
}
.employee_lock_button {
  width: 40px;
}
.employee_double-record_info {
  min-width: 40px;
  justify-content: center;
}
.employee_additional-employees {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.employee_additional-employees_row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
.employee_additional-employees_select {
  flex: 1;
  max-width: 353px;
}
.employee_additional-employees_select_two-buttons {
  max-width: 303px;
}
.clients-by-phone_spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
}
.clients-by-phone_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone_container * {
  box-sizing: border-box;
}
.clients-by-phone_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  overflow-y: auto;
  height: 100%;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone_footer {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.clients-by-phone_header {
  margin: 0px;
  margin-bottom: 6px !important;
  color: #f0ad4e !important;
}
.clients-by-phone_radio {
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone_radio_group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: hidden;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone_radio_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 16px);
  height: 100%;
  padding: 4px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.88);
  height: auto;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  margin: 0;
}
.clients-by-phone_radio_item .ant-radio-label {
  padding-inline-end: 0px !important;
}
.clients-by-phone_radio_item_name {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  max-width: 165px;
  width: 165px;
  min-width: 165px;
  box-sizing: border-box;
}
.clients-by-phone_radio_item_name * {
  box-sizing: border-box;
}
.clients-by-phone_radio_item .male {
  color: #62dbfb;
}
.clients-by-phone_radio_item .female {
  color: #fd79b6;
}
.clients-by-phone_radio_item_icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.clients-by-phone_radio_item_title {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 140%;
}
.clients-by-phone_radio_item_phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.clients-by-phone_radio_item_phone .verified {
  color: #1677ff;
}
.clients-by-phone_radio .item-selected {
  background-color: #ecf3fb;
}
.clients-by-phone_success {
  color: #2da540;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.clients-by-phone_success svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.employee-tabs_container {
  overflow-x: auto;
}
.employee-tabs_segmented {
  margin-bottom: 24px;
}
.employee-tabs_tab {
  line-height: 20px;
}
.employee-tabs_tab_label {
  max-width: 300px;
}
.employee-tabs_tab_label_title {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
}
.employee-tabs_tab_label_text {
  font-size: 13px;
  line-height: 18px !important;
  font-weight: 400;
}
.record-payment_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-payment_container .blocks-divider {
  margin: 0;
}
.record-payment_title {
  margin: 0px 0px 10px 0px;
}
.record-payment_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 38px);
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
  gap: 12px;
}
.payments_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  gap: 10px;
}
.payments_sum_title {
  font-weight: 600;
}
.payments_sum_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
}
.payments_sum_buttons {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.payments_payments {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 6px;
}
.payments_payments_buttons-with-dropdown {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 6px;
}
.payments_payments_payments_buttons-without-dropdown {
  display: grid;
  grid-template-columns: repeat(1, 250px);
  gap: 6px;
}
.payments__buttons .button-icon {
  padding: 9px 8px;
  color: white;
  border-radius: 50%;
}
.payments__buttons .buttons__cash_icon {
  background-color: #cc3663;
}
.payments__buttons .buttons__card_icon {
  background-color: #8d3efb;
}
.payments__buttons .buttons__balance_icon {
  background-color: #d59b38;
}
.payments__buttons .buttons__prepayment_icon {
  background-color: green;
}

.dropdown-list-payment {
  max-height: 200px;
}
.services-table_empty {
  padding: 20px;
}
.services-table_container {
  width: 100%;
  background-color: #fff;
}
.services-table_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.services-table_table thead {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.services-table_th {
  padding: 6px 8px;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  position: sticky;
  top: 0px;
  z-index: 999;
}
.services-table_th_service {
  width: 30%;
}
.services-table_th_count {
  width: 60px;
}
.services-table_cell {
  font-size: 14px;
  padding: 6px 8px;
}
.services-table_cell_service .point {
  width: 8px;
  height: 8px;
  color: rgba(0, 139, 246, 0.57);
  margin-right: 4px;
  margin-bottom: 2px;
}
.services-table_row {
  border-bottom: 1px solid #e0e0e0;
}
.services-table_footer_cell {
  padding: 6px 8px;
}
.bc-financial-operations {
  width: 962px !important;
}
.bc-financial-operations.full-width {
  width: 100%;
}
.bc-financial-operations .payment-row {
  padding: 8px 0;
}
.bc-financial-operations .payment-row .payment-type {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 10px;
  cursor: pointer;
}
.bc-financial-operations .payment-row .payment-type .anticon {
  margin-left: 4px;
}
.bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
  width: 100px;
  text-align: center;
}
.bc-financial-operations .payment-row .payment-amount {
  width: 80px;
  text-align: right;
}
.bc-financial-operations .payment-row .payment-action {
  width: 40px;
  text-align: center;
}
.bc-loyalty-cards .data-divider {
  height: auto;
}

.empty-loyalty-cards {
  width: 100%;
}
.bc-client-service-params {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.bc-client-service-params .field-date {
  width: 100% !important;
}
.bc-client-service-params .avatar-container-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bc-client-service-params .avatar-container-tablet {
  display: none;
}
.bc-client-service-params .field-container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}
.bc-client-service-params .field-container .ant-typography {
  min-width: 180px;
}
.bc-client-service-params .field-container .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-client-service-params .field-container .ant-form-item {
  max-width: 400px !important;
  width: 100%;
}
.bc-client-service-params button.adding-button {
  max-width: 400px;
  width: 100%;
}
.bc-client-service-params .action-button-container {
  max-width: 400px;
  width: 100%;
}
.bc-client-service-params .action-button-container .save-button {
  max-width: none;
  margin-top: 20px;
}
.bc-client-service-params .price .ant-input-wrapper {
  width: 196px;
  height: 100%;
}
.bc-client-service-params .price .ant-input-wrapper .ant-input-group-addon {
  width: 42px;
}
.bc-client-service-params .price .ant-input-wrapper .ant-input {
  height: 100%;
}
.bc-client-service-params .price-container {
  display: flex;
  align-items: center;
}
.bc-client-service-params .price-container .price-container__title .ant-typography {
  word-break: normal;
}
.bc-client-service-params .duration-selects.ant-select {
  width: 196px;
}
.bc-client-service-params .service-type label {
  width: 200px;
  text-align: center;
}
.bc-client-service-params .duration-form-item {
  margin-bottom: 0;
}
.bc-client-service-params .duration-form-item .duration-select {
  width: 95px !important;
}
.bc-client-service-params .employee-select {
  width: 350px;
}

@media screen and (max-width: 1185px) {
  .bc-client-service-params .field-container {
    display: flex;
    flex-direction: column;
  }
  .bc-client-service-params .price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .bc-client-service-params .duration-items {
    display: flex;
    flex-wrap: wrap;
  }
  .bc-client-service-params button.adding-button {
    width: 100%;
  }
  .bc-client-service-params .prices-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .bc-client-service-params .employee-select {
    width: auto;
  }
  .bc-client-service-params .duration-selects div {
    width: 100%;
  }
  .bc-client-service-params .service-type.ant-radio-group {
    display: flex;
    justify-content: center;
  }
  .bc-client-service-params .service-type.ant-radio-group label {
    width: 100%;
  }
  .bc-client-service-params .service-type.ant-radio-group label:nth-of-type(1) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 834px) {
  .bc-client-service-params .avatar-container-tablet {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }
  .bc-client-service-params .avatar-container-desktop {
    display: none;
  }
  .bc-client-service-params .field-container {
    flex-direction: column;
  }
}
.bc-client-service-product-usage .warehouse-selector {
  width: 100%;
}
.bc-client-service-product-usage .action-button {
  width: fit-content;
}
.product-operation_products-table {
  width: 100%;
  border-collapse: collapse;
}
.product-operation_products-table_button {
  min-width: 32px;
  width: 32px;
}
.product-operation_products-table_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 4px;
}
.product-operation_products-table_buttons_item {
  width: 200px;
}
.product-operation_products-table_empty {
  padding: 24px;
}
.product-operation_products-table_thead {
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  height: 42px;
}
.product-operation_products-table_row {
  height: 42px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}
.product-operation_products-table .ant-form-item {
  margin-bottom: 0px !important;
}
.product-operation_products-table .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.product-operation_products-table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}
.product-operation_products-table_tr {
  margin-bottom: 18px;
}
.product-operation_products-table_th {
  text-align: left;
  padding: 4px;
  font-weight: 600;
}
.product-operation_products-table_cell {
  padding: 4px;
  max-width: 100px;
}
.product-operation_products-table_cell .discount-field {
  flex-direction: row;
  gap: 10px;
}
.product-operation_products-table_id {
  width: 48px;
}
.product-operation_products-table_write-off_name {
  width: calc(55% - 48px - 48px);
}
.product-operation_products-table_write-off_supplier {
  width: 20%;
}
.product-operation_products-table_write-off_count {
  width: 15%;
}
.product-operation_products-table_write-off_delete {
  width: 20%;
}
.product-operation_products-table_name {
  width: calc(55% - 48px - 48px);
}
.product-operation_products-table_price-of-purchase {
  width: 15%;
}
.product-operation_products-table_count {
  width: 15%;
}
.product-operation_products-table_total-price {
  width: 15%;
}
.product-operation_products-table_delete {
  width: 48px;
}
.product-operation_products-table_footer_cell {
  padding: 4px;
  vertical-align: top;
}
.product-operation_products-table_footer_buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 12px;
}
.product-operation_products-table_footer_buttons_item {
  min-width: 200px;
}
.bc-technological-map {
  margin: 40px 0;
}
.record-modal-ui_loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  transition: 0.2s all ease-in-out;
}
.record-modal-ui_dialog {
  width: 100% !important;
  max-width: 1296px;
  height: 1296px !important;
  top: calc(50% - 648px) !important;
}
@media (max-width: 1440px) {
  .record-modal-ui_dialog {
    width: 90% !important;
  }
}
@media (max-height: 1440px) {
  .record-modal-ui_dialog {
    top: 5% !important;
    height: 90vh !important;
  }
}
.record-modal-ui_content {
  position: relative;
  height: 1296px !important;
  padding: 0px !important;
}
@media (max-height: 1440px) {
  .record-modal-ui_content {
    height: 90vh !important;
  }
}
.record-modal-ui_content_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
  padding: 24px 6px 24px 24px;
}
.record-modal-ui_body {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.record-modal-ui_sidebar {
  box-sizing: border-box;
  padding: 14px;
  border-right: 1px solid #f0f0f0;
  max-width: 229px;
  width: 229px;
  min-width: 229px;
}
.record-modal-ui_sidebar * {
  box-sizing: border-box;
}
.record-modal-ui_sidebar_group {
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui_sidebar_group .ant-menu-item-group-title {
  padding: 8px 0px;
  border: none;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui_sidebar_menu {
  margin-top: 4px;
  border: none !important;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui_sidebar_record_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui_sidebar_record_label_title {
  color: #000;
  line-height: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.record-modal-ui_sidebar_record_label_id {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
}
.record-modal-ui_sidebar_client_label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui_sidebar_client_label_title {
  color: #000;
  line-height: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.record-modal-ui_sidebar_client_label_name {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 834px) {
  .record-modal-ui_dialog {
    min-width: 1000px;
  }
}
.bc-direction-indicators .ant-table-cell {
  padding: 8px 8px !important;
  border-color: #d9d9d9 !important;
}
.bc-direction-indicators .ant-table {
  border: 1px solid #d9d9d9;
}
.bc-direction-indicators .ant-form-item {
  margin: 0;
}
.bc-direction-indicators .tablet-buttons {
  display: none;
}
.bc-direction-indicators .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-bottom: 16px;
}
.bc-direction-indicators .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: column;
  max-width: 250px;
}
.bc-direction-indicators .date-container .date-item .ant-typography {
  min-width: 100px;
  margin: 0;
}
.bc-direction-indicators .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-direction-indicators .selectors-container .selectors .user-selector {
  margin-right: 16px;
  margin-bottom: 16px;
}
.bc-direction-indicators .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-direction-indicators .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-direction-indicators .direction-indicators .direction-indicators_header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-direction-indicators .desktop-buttons {
    display: none;
  }
  .bc-direction-indicators .tablet-buttons {
    display: inline-flex !important;
  }
  .bc-direction-indicators .user-selector {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bc-direction-indicators .date-container {
    flex-direction: column;
  }
  .bc-direction-indicators .date-container .date-item {
    width: 100%;
    max-width: none !important;
  }
  .bc-direction-indicators .date-container .date-item .ant-form-item {
    width: 100%;
  }
  .bc-direction-indicators .date-container .date-item .ant-form-item .ant-picker {
    width: 100%;
  }
  .bc-direction-indicators .user-selector {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .bc-direction-indicators .user-selector .ant-space-item {
    width: 100%;
  }
  .bc-direction-indicators .user-selector .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-direction-indicators .buttons-container {
    width: 100%;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons .ant-space-item {
    width: 100%;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons .ant-space-item .button {
    width: 100%;
  }
}
.bc-organization-client-growth .ant-form-item {
  margin: 0;
}
.bc-organization-client-growth .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-bottom: 16px;
  align-items: end;
}
.bc-organization-client-growth .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: column;
  max-width: 250px;
}
.bc-organization-client-growth .date-container .date-item .ant-typography {
  min-width: 100px;
  margin: 0;
}
.bc-organization-client-growth .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector {
  margin-right: 16px;
  margin-bottom: 16px;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-organization-client-growth .analytic-chart-component {
  width: 1000px;
  height: 400px !important;
}
.bc-financial-results-report .filters-select {
  width: 100px;
}
.bc-financial-results-report .ant-form-item {
  margin: 0;
}
.bc-financial-results-report .amount-cell {
  width: auto;
  white-space: nowrap;
}
.bc-financial-results-report .content-header-space {
  width: 100%;
}
.bc-financial-results-report .report-table-digits {
  text-align: right;
}
.bc-financial-results-report .page-table td, .bc-financial-results-report .page-table th {
  border-color: lightgray !important;
}
.bc-financial-results-report .columns__name {
  min-width: 90px;
}
.bc-financial-results-report .columns__name_details {
  margin-left: 12px;
}
.bc-financial-results-report .columns__sum {
  min-width: 70px;
}
.bc-financial-results-report .columns__realization-fact {
  min-width: 100px;
}
.bc-financial-results-report .columns__increasing_last-month {
  min-width: 100px;
}
.bc-financial-results-report .columns__increasing_last-year {
  min-width: 125px;
}
.bc-details-of-expenses-report .filters-select {
  width: 100px;
}
.bc-details-of-expenses-report .amount-cell {
  width: auto;
  white-space: nowrap;
  min-width: 100px !important;
}
.bc-details-of-expenses-report .cash-table-total-row td {
  font-weight: bold;
}
.bc-details-of-expenses-report .ant-form-item {
  margin: 0;
}
.bc-details-of-expenses-report .content-header-space {
  width: 100%;
}
.bc-details-of-expenses-report .ant-table-content {
  overflow-x: scroll;
}
.bc-expense-by-articles-report .filters-select {
  width: 100px;
}
.bc-expense-by-articles-report .expense-by-article-report-table {
  width: 100%;
  overflow-x: scroll;
}
.bc-expense-by-articles-report .expense-by-article-report-table .table-cell {
  min-width: 150px;
}
.bc-expense-by-articles-report .cash-table-total-row td {
  font-weight: bold;
}
.bc-expense-by-articles-report .ant-form-item {
  margin: 0;
}
.bc-expense-by-articles-report .content-header-space {
  width: 100%;
}
.bc-expense-by-articles-report .expense-parent-row {
  background-color: #f0f0f0;
}
.bc-revenue-statement .filters-select {
  width: 100px;
}
.bc-revenue-statement .cash-table-total-row td {
  font-weight: bold;
}
.bc-revenue-statement .ant-form-item {
  margin: 0;
}
.bc-revenue-statement .content-header-space {
  width: 100%;
}
.bc-revenue-statement .amount-column {
  min-width: 150px;
}
.bc-revenue-statement .ant-table-container {
  width: auto !important;
}
.bc-salary-report .filters-select {
  width: 100px;
}
.bc-salary-report .ant-form-item {
  margin: 0;
}
.bc-salary-report .content-header-space {
  width: 100%;
}
.bc-salary-report .editable-cell {
  cursor: pointer;
  min-height: 30px;
}
.bc-salary-report .employee-salary-table {
  overflow-x: scroll;
}
.bc-salary-report .confirmed-text {
  white-space: nowrap;
}
.bc-authorization {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bc-authorization .color-text {
  color: #1a1a91 !important;
}
.bc-authorization .form-container {
  padding: 40px;
  width: 450px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.bc-authorization .form-container .title {
  margin-bottom: 20px;
  text-align: center;
}
.bc-authorization .email-form .email-label {
  margin-bottom: 8px;
  text-align: center;
}
.bc-authorization .email-form .email-field {
  text-align: center;
}
.bc-authorization .email-form .captcha-label {
  margin-bottom: 8px;
  text-align: center;
}
.bc-authorization .email-form .captcha-image {
  height: auto;
}
.bc-authorization .email-form .captcha-field {
  width: 70px;
}
.bc-authorization .email-form .captcha-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
}
.bc-authorization .email-form .captcha-container img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.bc-authorization .email-form .captcha-container .ant-form-item-explain-error {
  margin-left: -130px;
}
.bc-authorization .access-code-form .access-code-label {
  margin-bottom: 8px;
  text-align: center;
}
.bc-authorization .access-code-form .access-code-field {
  text-align: center;
}
.bc-authorization .button-container {
  display: flex;
  justify-content: center;
}
.bc-authorization .button-container button {
  display: flex;
}
.bc-authorization .alert-container {
  display: flex;
  justify-content: center;
}
.bc-authorization .alert-container .alert {
  margin-bottom: 24px;
  width: 100%;
}
.bc-authorization .alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bc-authorization .alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.bc-authorization .sign-in-button {
  align-items: center;
}
.bc-authorization .ant-form-item-explain-error {
  text-align: center;
}
.bc-authorization .ant-tabs-tab {
  width: 184px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) and (max-width: 490px) {
  .bc-authorization .form-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) and (max-width: 410px) {
  .bc-authorization .ant-tabs-tab {
    width: calc((100vw - 66px) / 2);
    display: flex;
    justify-content: center;
  }
}
.bc-add-branch {
  width: 100%;
}
.bc-add-branch .ant-select-selector {
  padding: 0 11px !important;
}
.bc-add-branch .operating-hours-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .switch {
  display: inline-block;
  margin: 0;
  padding-top: 4px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .operating-hours-row-title {
  margin-right: 10px;
  display: inline-block;
  width: 120px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .operating-hours-row-status {
  margin-right: 20px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .ant-switch {
  margin-right: 10px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field {
  display: inline-flex;
  width: 300px;
  gap: 10px;
  align-items: center;
  margin-right: 15px;
  align-items: baseline;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field .time-input {
  display: flex;
  flex-direction: column;
  color: #ff4d4f;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field .ant-form-item {
  width: 150px;
  margin: 0;
}
.bc-add-branch .add-branch-wrapper {
  display: flex;
  max-width: 830px;
  width: 100%;
}
.bc-add-branch .add-branch-wrapper .id-label {
  margin-left: 10px;
  min-width: fit-content;
}
.bc-add-branch .add-branch-wrapper .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: baseline;
}
.bc-add-branch .add-branch-wrapper .container .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-add-branch .add-branch-wrapper .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-branch .add-branch-wrapper .form-space {
  max-width: 800px;
  width: 100%;
}

.bc-branch-additional-tab .additional-tab-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 550px;
  width: 100%;
}
.bc-branch-additional-tab .comment-box {
  width: 400px !important;
}
.bc-branch-additional-tab .comment-box div.ant-tooltip-inner {
  display: none;
}
@media screen and (max-width: 834px) {
  .bc-add-branch .add-branch-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 830px;
    width: 100%;
  }
  .bc-add-branch .add-branch-wrapper .id-label {
    text-align: right;
  }
  .bc-add-branch .add-branch-wrapper .container {
    flex-direction: column;
  }
  .bc-add-branch .add-branch-wrapper .container .label-require {
    margin-bottom: 10px;
  }
}
.bc-branches__header {
  width: 100%;
  margin-bottom: 25px;
}
.bc-branches__edit {
  cursor: pointer;
}
.bc-branches__selector .ant-select-selection-placeholder {
  color: black;
}
.bc-branches__selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-branches__buttons-tablet {
  display: none;
}
.bc-branches__toolbar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-branches__buttons-desktop {
    display: none;
  }
  .bc-branches__buttons-tablet {
    display: inline-flex;
  }
}
@media screen and (max-width: 550px) {
  .bc-branches .ant-form-item {
    margin-bottom: 16px;
  }
  .bc-branches__show-filters {
    width: 100%;
  }
  .bc-branches__toolbar--hidden .ant-space-item {
    width: 100%;
  }
  .bc-branches__toolbar--hidden .ant-space-item .ant-space {
    gap: 3px !important;
  }
  .bc-branches__toolbar--hidden .ant-space-item .ant-space .ant-select {
    display: none;
  }
  .bc-branches__toolbar--hidden .ant-space-item .bc-branches__buttons-container .ant-space {
    gap: 16px !important;
  }
  .bc-branches__selectors {
    width: 100%;
  }
  .bc-branches__selectors .ant-space-item {
    width: 100%;
  }
  .bc-branches__selectors .ant-space-item .bc-branches__selector {
    width: 100% !important;
  }
  .bc-branches__buttons-container {
    width: 100%;
  }
  .bc-branches__buttons-container .bc-branches__buttons-tablet {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-branches__buttons-container .bc-branches__buttons-tablet .bc-branches__button {
    width: 100%;
  }
}
.bc-close-dialog-box {
  margin-right: 140px;
}
.employee-select_modal .date-container .time-select {
  width: 100px;
}

.employee-select_modal__menu-option {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.employee-select_modal__menu-option .employee-name {
  margin: 0;
}
.employee-select_modal__menu-option .employee-position {
  font-size: 14px;
  margin: 0;
}

.employee-name.ellipsis {
  max-width: 220px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.bc-client-payments .operation-name-button {
  padding: 0;
}
.bc-client-payments .payments-count-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.bc-client-payments .payments-count-container .payments-count {
  margin-right: 16px;
}
.bc-client-payments .payments-count-container__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.bc-client-payments .payments-count-container__total-amount {
  font-weight: 500;
}
.bc-client-payments .pagination-container {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}
.bc-client-payments .empty-cashbox.description {
  text-align: center;
  padding: 12px 0;
}
.bc-client-payments .empty-cashbox.description .description__text {
  color: #999;
}
.bc-client-payments .empty-cashbox.description .description__link {
  color: #1890ff;
}
.bc-client-payments .mass-actions {
  margin-left: 16px;
}
@media (max-width: 867px) {
  .bc-client-payments .pagination-container {
    flex-direction: column;
  }
  .bc-client-payments .mass-actions {
    margin-left: 0;
    margin-top: 8px;
  }
}
.bc-client-payments .ant-form-item {
  margin: 0;
}
.bc-client-payments .tablet-buttons {
  display: none;
}
.bc-client-payments .toolbar-space {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-client-payments .toolbar-space .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.bc-client-payments .toolbar-space .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  max-width: 300px;
}
.bc-client-payments .toolbar-space .date-container .date-item .label {
  min-width: 60px;
  margin: 0;
}
.bc-client-payments .toolbar-space .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-client-payments .toolbar-space .selectors-container .selectors .user-selector {
  margin-right: 16px;
  margin-bottom: 16px;
}
.bc-client-payments .toolbar-space .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-client-payments .toolbar-space .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-client-payments__table {
  overflow: scroll;
}
.bc-client-payments__table .ant-table-cell.operations {
  min-width: 200px;
}
.bc-client-payments__table .ant-table-cell.sum {
  min-width: 90px;
}
.bc-client-payments__table .ant-table-cell.sum .expense-amount {
  color: #ff4d4f;
}
.bc-client-payments__table .ant-table-cell.client {
  min-width: 150px;
}
.bc-client-payments__table .ant-table-cell.user {
  min-width: 140px;
}
.bc-client-payments__table .ant-table-cell.article {
  min-width: 200px;
}
.bc-client-payments__table .ant-table-cell.details {
  width: 200px;
}
.bc-client-payments__table .ant-table-cell.comment {
  min-width: 200px;
}

.expense-date-field {
  width: 100% !important;
}

.payments-expense-article-field {
  height: 40px;
}

.ant-upload {
  width: 100%;
}
.ant-upload .ant-btn {
  width: 100%;
}

.download-file-button {
  padding: 0;
}
@media screen and (max-width: 834px) {
  .bc-client-payments .desktop-buttons {
    display: none;
  }
  .bc-client-payments .tablet-buttons {
    display: inline-flex !important;
  }
  .bc-client-payments .user-selector {
    margin-bottom: 16px;
  }
  .bc-client-payments .mass-actions {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 550px) {
  .bc-client-payments .toolbar-space-hidden .selectors {
    width: 100%;
  }
  .bc-client-payments .toolbar-space-hidden .selectors .user-selector {
    display: none;
  }
  .bc-client-payments .show-filters {
    width: 100%;
    margin-bottom: 16px;
  }
  .bc-client-payments .date-container {
    flex-direction: column;
  }
  .bc-client-payments .date-container .date-item {
    width: 100%;
    max-width: none !important;
  }
  .bc-client-payments .date-container .date-item .ant-form-item {
    width: 100%;
  }
  .bc-client-payments .date-container .date-item .ant-form-item .ant-picker {
    width: 100%;
  }
  .bc-client-payments .user-selector {
    width: 100% !important;
  }
  .bc-client-payments .user-selector .ant-space-item {
    width: 100%;
  }
  .bc-client-payments .user-selector .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-client-payments .buttons-container {
    width: 100%;
  }
  .bc-client-payments .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-client-payments .buttons-container .tablet-buttons .ant-space-item {
    width: 100%;
  }
  .bc-client-payments .buttons-container .tablet-buttons .ant-space-item .button {
    width: 100%;
  }
}
.bc-clients-export .meta-table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.bc-chf-dates-range .filter-content {
  width: 100%;
  margin-top: 4px;
}
.bc-chf-dates-range .date-input {
  width: 100px;
}
.bc-chf-dates-range .date-input.birth-day-input {
  width: 90px;
}
.bc-chf-dates-range .date-inputs-divider {
  margin-top: 4px;
  margin-bottom: 4px;
}
.bc-chf-dates-range .applying-button {
  margin-top: 8px;
  margin-bottom: 12px;
}
.bc-chf-dates-range .free-range-input {
  width: 60px;
}

.tip-by-age-filter {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 260px;
  text-align: center;
  line-height: normal;
}
.bc-client-filters-employees-list {
  width: 300px !important;
}

.bc-chf-visits-services,
.bc-chf-visits-categories {
  max-width: 300px !important;
}

.bc-chf-visits-services .search-field,
.bc-chf-visits-categories .search-field {
  margin-bottom: 8px;
}
.bc-chf-visits-services .items-tree,
.bc-chf-visits-categories .items-tree {
  max-height: 240px;
  overflow-y: auto;
}
.bc-chf-visits-services .button-divider,
.bc-chf-visits-categories .button-divider {
  margin-top: 8px;
  margin-bottom: 12px;
}
.bc-chf-visits-services .ant-tree-switcher,
.bc-chf-visits-categories .ant-tree-switcher {
  display: flex;
  align-items: center;
  padding-left: 6px;
}
.bc-chf-visits-services .ant-tree-switcher::before,
.bc-chf-visits-categories .ant-tree-switcher::before {
  top: auto;
}

.bc-client-filters .filter-selects-container {
  flex-direction: row;
}
.bc-client-filters .filters-title {
  font-weight: 600;
}

.chf-collapse .ant-collapse-content-box {
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}

.bc-client-filters-employees-list {
  padding-left: 0;
  max-height: 110px;
  overflow-x: scroll;
}
.bc-client-filters-employees-list li {
  margin-bottom: 8px;
}
.bc-client-filters-employees-list li:last-child {
  margin-bottom: 0;
}

.ant-picker-calendar-header {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ant-picker-body {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.clients-visits-clear-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.clients-visits-clear-button:hover {
  background-color: transparent !important;
}

@media screen and (max-width: 1240px) {
  .bc-client-filters .filters-and-buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 950px) {
  .bc-client-filters div:has(> .filters-title) {
    width: 64px !important;
  }
  .bc-client-filters .filters-container {
    display: flex;
    flex-direction: column;
  }
  .bc-client-filters .filters-and-buttons {
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.tags-filter .search-field {
  margin-bottom: 8px;
}
.tags-filter .tags-tree {
  padding-top: 8px;
  height: 200px;
  overflow-y: auto;
}
.tags-filter .tags-tree .tags-icon {
  margin-right: 5px;
}
.tags-filter .tags-divider {
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 792px) {
  .bc-client-filters .filter-selects-container {
    flex-direction: column;
  }
}
.bc-range-with-start-and-end .range-value {
  width: 100px;
}
.bc-range-with-start-and-end .range-value.client-balance {
  width: 150px;
}
.bc-clients-list .clients-count-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: -24px;
}
.bc-clients-list .clients-count-container .mass-actions {
  margin: 0;
}
.bc-clients-list .page-container .table-container {
  position: relative;
}
.bc-clients-list .page-container .table-container .loader-container {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.bc-clients-list .page-container .table-container .loader-container .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.bc-clients-list .page-container .table-container .loader-container[data-loading=true] {
  opacity: 1;
  z-index: 1000;
}
.bc-clients-list .table {
  max-width: 100% !important;
  overflow-x: scroll;
}
.bc-clients-list .mass-actions {
  margin-top: -78px;
}

.ant-alert.export-dialog-warning-icon {
  display: flex;
  align-items: flex-start;
}
.ant-alert.export-dialog-warning-icon span {
  margin-top: 4px;
}

@media screen and (max-width: 1240px) {
  .bc-clients-list .filters-and-buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (max-width: 834px) {
  .bc-clients-list .mass-actions {
    margin-top: -78px;
  }
}
@media screen and (max-width: 550px) {
  .bc-clients-list .button-container {
    width: 100%;
  }
  .bc-clients-list .button-container .ant-space-item {
    width: 100%;
  }
  .bc-clients-list .button-container .ant-space-item button {
    width: 100%;
  }
  .bc-clients-list .mass-actions {
    margin-top: 10px;
  }
}
.edit-client-page {
  position: relative;
  width: 100%;
  height: 100%;
  left: -24px;
}
.edit-client-page__content {
  padding-left: 24px;
}
.edit-client-page__loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  transition: 0.2s all ease-in-out;
}
.bc-edit-client-service {
  margin-top: -20px;
}
.bc-edit-client-service .ant-collapse-header .ant-collapse-header-text {
  font-weight: 600;
}
.bc-edit-client-service .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px 8px 0;
}
.bc-edit-client-service .price .prices-tablet {
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .bc-edit-client-service .ant-tabs-nav .ant-tabs-tab {
    padding: 8px;
  }
  .bc-edit-client-service .ant-tabs-content-holder {
    margin-top: 0;
  }
}
.bc-service-salary-component.salary-value {
  width: 100px !important;
}
.set-employee-salary-modal .salary-type-select,
.set-employee-salary-modal .salary-value {
  width: 300px;
}
.bc-clients-services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bc-clients-services .button-container {
  display: flex;
  justify-content: space-between;
}
.bc-clients-services .ant-select-selection-placeholder {
  color: black;
}
.bc-clients-services .duration-form-item {
  margin-bottom: 0;
}
.bc-clients-services .adding-from-modal {
  background-color: #e6f4ff;
}
.bc-clients-services .deleting-from-modal {
  background-color: #fff2f0;
}
.bc-additional-info {
  width: 100%;
  max-width: 800px;
}
.bc-additional-info .ant-picker {
  width: 100%;
}
.bc-additional-info .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-additional-info .container .ant-form-item {
  max-width: 400px;
  width: 100%;
}
.bc-additional-info .container .ant-form-item .ant-input-number {
  width: 100%;
}
.bc-additional-info .container .ant-form-item textarea {
  font-size: 16px;
}
.bc-additional-info .container .label {
  min-width: 170px;
}
.bc-additional-info .text-area {
  align-items: flex-start;
}
.bc-additional-info .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-additional-info .save-button {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-additional-info Form.Item {
    margin: 0;
  }
  .bc-additional-info .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .bc-additional-info .container .ant-form-item {
    width: 100%;
  }
  .bc-additional-info .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-additional-info .container .email-label {
    width: auto;
  }
}
.bc-employee-info-tab {
  width: 100%;
  max-width: 800px;
}
.bc-employee-info-tab .divider {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 0 0;
}
.bc-employee-info-tab .ant-picker {
  width: 100%;
}
.bc-employee-info-tab .bc-masked-phone-input .code-and-input-space {
  margin-left: 0 !important;
}
.bc-employee-info-tab .bc-masked-phone-input .input-with-mask {
  width: 307px;
}
.bc-employee-info-tab .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-employee-info-tab .container .ant-select-selection-search-input,
.bc-employee-info-tab .container .ant-input {
  font-size: 16px;
}
.bc-employee-info-tab .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-employee-info-tab .description-container {
  align-items: flex-start;
}
.bc-employee-info-tab .label {
  min-width: 170px;
}
.bc-employee-info-tab .bc-masked-phone-input {
  column-gap: 0;
}
.bc-employee-info-tab .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-employee-info-tab .branches-container {
  max-width: 400px;
  width: 100%;
}
.bc-employee-info-tab .branches-container .ant-form-item-row {
  justify-content: space-between;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col {
  text-align: left;
  display: contents;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col label {
  font-weight: 600;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
  min-width: 430px;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
  padding: 5px 0;
}
@media screen and (max-width: 834px) {
  .bc-employee-info-tab .phone-container .ant-form-item {
    width: 100% !important;
  }
  .bc-employee-info-tab .phone-container .ant-input-status-error {
    margin-left: 0px !important;
  }
  .bc-employee-info-tab .bc-masked-phone-input {
    display: flex;
    flex-direction: column;
    max-width: 400px;
  }
  .bc-employee-info-tab .bc-masked-phone-input .ant-form-item {
    margin-left: 0 !important;
  }
  .bc-employee-info-tab .generate-name-wrapper {
    width: 100%;
  }
  .bc-employee-info-tab .generate-name-wrapper .container {
    width: 100%;
  }
  .bc-employee-info-tab .generate-name-wrapper .ant-form-item-control-input {
    width: 100%;
  }
  .bc-employee-info-tab .divider {
    width: auto;
    max-width: 400px;
    min-width: none !important;
  }
  .bc-employee-info-tab Form.Item {
    margin: 0;
  }
  .bc-employee-info-tab .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .bc-employee-info-tab .container .ant-form-item {
    width: 100%;
  }
  .bc-employee-info-tab .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-employee-info-tab .container .email-label {
    width: auto;
  }
  .bc-employee-info-tab .container .date-label {
    margin-bottom: 5px !important;
  }
  .bc-employee-info-tab .container .label {
    width: auto;
    margin-bottom: 5px;
    min-width: max-content;
  }
  .bc-employee-info-tab .container .field {
    width: 100%;
    margin: 0;
  }
  .bc-employee-info-tab .container .field-item {
    width: 100%;
  }
  .bc-employee-info-tab .container .ant-input-wrapper {
    width: 100%;
  }
  .bc-employee-info-tab .container .generate-name {
    width: 100%;
  }
  .bc-employee-info-tab .container .generate-name .ant-form-item-control-input-content {
    padding: 0;
  }
  .bc-employee-info-tab .container .generate-name .ant-form-item-control-input-content .ant-input {
    width: 100%;
  }
  .bc-employee-info-tab .container .field-selector {
    width: 100%;
  }
  .bc-employee-info-tab .container .field-autocomplete {
    width: 100%;
  }
  .bc-employee-info-tab .container .date-selectors {
    width: 100%;
    padding-left: 0px;
  }
  .bc-employee-info-tab .space-button {
    flex-wrap: wrap;
  }
  .bc-employee-info-tab .button {
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors {
    flex-wrap: wrap;
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors .ant-space-item {
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors .ant-space-item .ant-select {
    width: 100%;
  }
  .bc-employee-info-tab .button-space {
    width: 100%;
  }
  .bc-employee-info-tab .button-space .ant-space-item {
    width: 100%;
  }
  .bc-employee-info-tab .ant-col.ant-col-16.ant-form-item-control > div:nth-of-type(2) {
    margin-left: auto;
  }
  .bc-employee-info-tab .branches-container {
    width: auto;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row {
    max-width: 400px;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-typography {
    margin-left: 0px;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
    min-width: auto;
    width: 100%;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .bc-employee-info-tab .bc-masked-phone-input .input-with-mask {
    width: 100%;
  }
}
.bc-settings-info {
  width: 100%;
  max-width: 800px;
}
.bc-settings-info .ant-picker {
  width: 100%;
}
.bc-settings-info .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-settings-info .container .checkbox-field {
  max-width: none !important;
}
.bc-settings-info .container .ant-form-item {
  max-width: 400px;
  width: 100%;
  margin: 0;
}
.bc-settings-info .container .ant-form-item .ant-input-number {
  width: 100%;
}
.bc-settings-info .container .ant-form-item textarea {
  font-size: 16px;
}
.bc-settings-info .container .label {
  min-width: 170px;
}
.bc-settings-info .text-area {
  align-items: flex-start;
}
.bc-settings-info .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-settings-info .save-button {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-settings-info Form.Item {
    margin: 0;
  }
  .bc-settings-info .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .bc-settings-info .container .ant-form-item {
    width: 100%;
  }
  .bc-settings-info .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-settings-info .container .email-label {
    width: auto;
  }
}
.access-rights-tab-templates_container {
  max-width: 800px;
}
.access-rights-tab-templates_template {
  cursor: pointer;
  width: 250px;
}
.access-rights-tab-templates_icon {
  color: red;
}
.access-rights-list_checkboxes {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.access-rights-list_children {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.access-rights-list_header_is-empty {
  cursor: default !important;
  color: rgba(0, 0, 0, 0.88) !important;
}
.access-rights-list_header_is-empty .ant-collapse-expand-icon {
  opacity: 0 !important;
}
.access-rights {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
}
.access-rights .templates-wrapper-component {
  max-width: 800px;
  width: 100%;
  overflow-x: scroll;
}
.access-rights .specific-rights {
  width: 100%;
}
.access-rights .specific-rights .rights-tip-as-box {
  width: 100%;
}
.bc-add-user .divider {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 0 0;
}
.bc-add-user .bc-masked-phone-input .ant-typography {
  max-width: 400px;
  width: 100%;
}
.bc-add-user .bc-masked-phone-input .ant-space-horizontal.ant-space-align-start {
  margin-left: 0px !important;
}
.bc-add-user .bc-masked-phone-input .input-with-mask {
  width: 100%;
}
.bc-add-user .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  max-width: 800px;
  width: 100%;
}
.bc-add-user .container .second-column {
  max-width: 400px;
  width: 100%;
}
.bc-add-user .container .email-label {
  max-width: 800px;
  width: 100%;
}
.bc-add-user .container .label {
  max-width: 400px;
  width: 100%;
  min-width: 195px;
}
.bc-add-user .container .generate-name {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
}
.bc-add-user .container .generate-name .ant-form-item {
  max-width: 400px;
  width: 100%;
  margin: 0;
}
.bc-add-user .container .generate-name .item {
  width: 100%;
}
.bc-add-user .container .field {
  width: 810px;
  margin: 5px 0 10px 0;
}
.bc-add-user .container .field-item {
  width: 100%;
}
.bc-add-user .container .field-selector {
  max-width: 400px;
  width: 100%;
  display: flex;
}
.bc-add-user .container .field-selector-item {
  width: 100%;
}
.bc-add-user .container .field-autocomplete {
  max-width: 400px;
  width: 100%;
}
.bc-add-user .container .field-autocomplete input {
  font-size: 16px;
}
.bc-add-user .container .date-picker .ant-picker {
  margin: 0;
  max-width: 400px;
  width: 100%;
}
.bc-add-user .description-container {
  align-items: flex-start;
}
.bc-add-user .space-button .ant-space-item {
  max-width: 400px;
  width: 100%;
}
.bc-add-user .space-button .ant-space-item .button {
  width: inherit;
}
.bc-add-user .ant-col.ant-col-16.ant-form-item-control > div:nth-of-type(2) {
  margin-left: 408px;
  width: 408px;
}
.bc-add-user .label-require:after {
  display: inline-block;
  margin-inline-end: 4px;
  margin-left: 2px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-add-user .branches-container {
  max-width: 400px;
  width: 100%;
}
.bc-add-user .branches-container .ant-form-item-row {
  justify-content: space-between;
}
.bc-add-user .branches-container .ant-form-item-row .ant-col {
  text-align: left;
  display: contents;
}
.bc-add-user .branches-container .ant-form-item-row .ant-col label {
  font-weight: 600;
}
.bc-add-user .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
  min-width: 430px;
}
.bc-add-user .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
  padding: 5px 0;
}
@media screen and (max-width: 834px) {
  .bc-add-user .divider {
    width: auto;
    max-width: 400px;
    min-width: none !important;
  }
  .bc-add-user Form.Item {
    margin: 0;
  }
  .bc-add-user .bc-masked-phone-input {
    flex-direction: column;
    max-width: 400px;
  }
  .bc-add-user .bc-masked-phone-input .ant-form-item {
    margin-left: 0 !important;
  }
  .bc-add-user .generate-name .ant-form-item {
    margin-left: 0 !important;
  }
  .bc-add-user .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .bc-add-user .container .email-label {
    width: auto;
  }
  .bc-add-user .container .date-label {
    margin-bottom: 5px !important;
  }
  .bc-add-user .container .label {
    width: auto;
    margin-bottom: 5px;
    min-width: max-content;
  }
  .bc-add-user .container .field {
    width: 100%;
    margin: 0;
  }
  .bc-add-user .container .field-item {
    width: 100%;
  }
  .bc-add-user .container .ant-input-wrapper {
    width: 100%;
  }
  .bc-add-user .container .generate-name {
    width: 100%;
  }
  .bc-add-user .container .field-autocomplete {
    width: 100%;
  }
  .bc-add-user .container .date-picker .ant-picker {
    width: 100%;
    margin-left: 0px;
  }
  .bc-add-user .space-button {
    flex-wrap: wrap;
  }
  .bc-add-user .button {
    width: 100%;
  }
  .bc-add-user .button-space {
    width: 100%;
  }
  .bc-add-user .button-space .ant-space-item {
    width: 100%;
  }
  .bc-add-user .ant-col.ant-col-16.ant-form-item-control > div:nth-of-type(2) {
    margin-left: auto;
  }
  .bc-add-user .branches-container {
    width: auto;
  }
  .bc-add-user .branches-container .ant-form-item-row {
    max-width: 400px;
  }
  .bc-add-user .branches-container .ant-form-item-row .ant-col .ant-typography {
    margin-left: 0px;
  }
  .bc-add-user .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
    min-width: auto;
    width: 100%;
  }
  .bc-add-user .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
    margin-left: 0px;
    width: 100%;
  }
}
.bc-edit-employee .ant-collapse-header .ant-collapse-header-text {
  font-weight: 600;
}
.bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 40px 8px 0;
}
.bc-edit-employee .ant-tabs-content-holder {
  margin-top: -65px;
}
@media screen and (max-width: 1024px) {
  .bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px 8px 24px;
  }
  .bc-edit-employee .ant-tabs-content-holder {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .bc-email-change .ant-result-image {
    height: 200px;
  }
  .bc-email-change .ant-result-image svg {
    transform: scale(0.5);
  }
}
.bc-email-change .ant-result-subtitle {
  font-size: 16px;
}
.bc-employees {
  height: 100vh;
}
.bc-employees .header-container {
  width: 100%;
  margin-bottom: 25px;
}
.bc-employees .deleted-cell {
  opacity: 0.5;
}
.bc-employees .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-employees .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-employees .tablet-buttons {
  display: none;
}
.bc-employees .toolbar-space {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-employees .desktop-buttons {
    display: none;
  }
  .bc-employees .tablet-buttons {
    display: inline-flex;
  }
}
@media screen and (max-width: 550px) {
  .bc-employees .selector-space {
    width: 100%;
  }
  .bc-employees .selector-space .ant-space-item {
    width: 100%;
  }
  .bc-employees .selector-space .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-employees .buttons-container {
    width: 100%;
  }
  .bc-employees .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-employees .buttons-container .tablet-buttons .button {
    width: 100%;
  }
}
.bc-sort-employees .button-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bc-sort-employees .button-container .action-button_container {
  display: flex;
  gap: 10px;
}
.bc-sort-employees .sort-employee_table {
  overflow-x: scroll;
}
.bc-sort-employees .main-space {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .bc-sort-employees .button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bc-sort-employees .button-container .action-button_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bc-sort-employees .save-button {
    width: 100%;
    max-width: none;
  }
}
.bc-add-employee {
  width: 100%;
}
.bc-add-employee .add-employee-form {
  max-width: 800px;
  width: 100%;
}
.bc-add-employee .divider {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 0 0;
}
.bc-add-employee .ant-picker {
  width: 100%;
}
.bc-add-employee .bc-masked-phone-input {
  gap: 0;
}
.bc-add-employee .bc-masked-phone-input .label {
  min-width: 170px;
}
.bc-add-employee .id-label {
  margin-left: 10px;
  min-width: 30px;
}
.bc-add-employee .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-employee .container .ant-select-selection-search-input,
.bc-add-employee .container .ant-input {
  font-size: 16px;
}
.bc-add-employee .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-employee .container .label {
  min-width: 170px;
}
.bc-add-employee .description-container {
  align-items: flex-start;
}
.bc-add-employee .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-employee .branches-container {
  max-width: 400px;
  width: 100%;
}
.bc-add-employee .branches-container .ant-form-item-row {
  justify-content: space-between;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col {
  text-align: left;
  display: contents;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col label {
  font-weight: 600;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
  min-width: 430px;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
  padding: 5px 0;
}
.bc-add-employee .add-employee-phone-component .input-with-mask {
  width: 306.5px;
}
.bc-add-employee .position-divider {
  margin: 8px 0;
}
.bc-add-employee .has-no-right-to-change-branch {
  display: none;
}
.bc-add-employee .action-buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .bc-add-employee .id-label {
    z-index: 5000;
    position: absolute;
    right: 40px;
  }
  .bc-add-employee .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.bc-add-position {
  width: 100%;
}
.bc-add-position .form {
  width: 100%;
}
.bc-add-position .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-position .container .ant-select-selection-search-input,
.bc-add-position .container .ant-input {
  font-size: 16px;
}
.bc-add-position .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-position .container .label {
  min-width: 140px;
}
.bc-add-position .container .ant-typography {
  min-width: 80px;
}
.bc-add-position .form-space {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .bc-add-position .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
@media screen and (max-width: 550px) {
  .bc-positions .positions-table {
    overflow-x: scroll;
  }
}
.bc-add-payments-account {
  width: 100%;
}
.bc-add-payments-account form {
  width: 100%;
}
.bc-add-payments-account .description-container {
  align-items: flex-start !important;
}
.bc-add-payments-account .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-payments-account .container .ant-select-selection-search-input,
.bc-add-payments-account .container .ant-input {
  font-size: 16px;
}
.bc-add-payments-account .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-payments-account .container .label {
  min-width: 140px;
}
.bc-add-payments-account .container .ant-typography {
  min-width: 80px;
}
.bc-add-payments-account .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-payments-account .save-button {
  max-width: 150px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-add-payments-account .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
@media screen and (max-width: 1542px) {
  .bc-operations .filters-without-buttons {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 970px) {
  .calendars .ant-picker-panels {
    flex-wrap: wrap !important;
    width: min-content !important;
  }
}
@media screen and (max-width: 775px) {
  .bc-operations .filters-without-buttons > div {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .bc-payment-accounts .payment-accounts-table {
    overflow-x: scroll;
  }
}
.bc-payment-accounts .payment-accounts-table {
  overflow-x: scroll;
}
.bc-integrations .image {
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
}
.bc-integrations .image span {
  font-size: 18px;
}
.bc-integrations .editIntegrationFormItem {
  margin-top: 15px;
}
.bc-integrations .status__active {
  color: rgb(45, 165, 64);
}
.bc-integrations .status__authorizing {
  color: rgb(2, 117, 216);
}
.bc-integrations .status__ready {
  color: rgb(0, 159, 135);
}
.bc-integrations .status__initialized {
  color: rgb(135, 61, 172);
}
.bc-integrations .status__banned {
  color: rgb(225, 79, 79);
}
.bc-integrations .status__deleted {
  color: rgb(225, 79, 79);
}
.bc-integrations .status__error {
  color: rgb(225, 79, 79);
}

.rowDirection > div {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.noLabelPadding .ant-form-item-label {
  padding: 0 !important;
}

.gray {
  color: gray;
}

.mb-8 {
  display: block;
  margin-bottom: 8px;
}

.mb-12 {
  display: block;
  margin-bottom: 12px;
}

.beeline-dropdown-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.yoo-kassa-dropdown-item,
.mango-dropdown-item {
  display: flex;
  gap: 4px;
  align-items: center;
}

.atc-beeline-phone-numbers-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.atc-beeline-phone-numbers-block .phone-numbers-mode-selector > div {
  margin: 0;
}
.atc-beeline-phone-numbers-block .phone-numbers-checkbox-group-wrapper {
  margin-left: 30px;
  overflow-y: scroll;
  height: 130px;
}
.atc-beeline-phone-numbers-block .phone-numbers-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.phone-numbers-selector {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.operators-block .operators-list {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}
.operators-block .operator-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.operators-block .operator-row .operator-select {
  flex: 1;
  margin: 0;
}
.operators-block .operator-row .operator-delete {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .bc-integrations .integrations-table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 550px) {
  .page-content:has(> .bc-lead-card) {
    padding: 0 !important;
  }
  .bc-lead-card .ant-layout .content {
    padding: 0 !important;
    min-width: 100%;
  }
}
.leads-list-content-layout header {
  min-width: 0 !important;
}

.leads-table__assignee-employee-select-dropdown {
  max-width: 400px;
}

.leads-single-select {
  margin-top: -4px;
}
.leads-single-select__position {
  margin-top: 18px;
}

.bc-leads-list {
  min-width: 900px;
}
.bc-leads-list__show-more-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.bc-leads-list .assigning-button {
  padding: 0;
}
.bc-leads-list .client-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
}
.bc-leads-list .client-avatar div span span {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.bc-leads-list .table-container {
  position: relative;
}
.bc-leads-list .table-container .loader-container {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.bc-leads-list .table-container .loader-container .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.bc-leads-list .table-container .loader-container[data-loading=true] {
  opacity: 1;
  z-index: 1000;
}
.bc-leads-list .table-container .leads-table__assignee-employee-select {
  width: 120px;
}
.bc-leads-list .table-container .leads-table th {
  font-size: 15px;
}
.bc-leads-list .table-container .leads-table .lead-row {
  background-color: #ffffff;
}
.bc-leads-list .table-container .leads-table .lead-row .ant-table-cell-fix-left {
  background-color: #ffffff !important;
}
.bc-leads-list .table-container .leads-table .lead-row .ant-table-cell-row-hover {
  background-color: #f0f0f0 !important;
}
.bc-leads-list .table-container .leads-table .lead-row .ant-table-cell-row-hover .ant-table-cell-fix-left {
  background-color: #f0f0f0 !important;
}
.bc-leads-list .table-container .leads-table .lead-last-message,
.bc-leads-list .table-container .leads-table .lead-last-message-time {
  font-size: 13px;
}
.bc-leads-list .table-container .leads-table .message-without-answer {
  background-color: #e6f4ff !important;
}
.bc-leads-list .table-container .leads-table .message-without-answer .ant-table-cell-fix-left {
  background-color: #e6f4ff !important;
}
.bc-leads-list .table-container .leads-table .message-without-answer tr {
  background-color: #e6f4ff;
}
.bc-leads-list .table-container .leads-table .message-without-answer .ant-table-cell-row-hover {
  background-color: #f0f0f0 !important;
}
.bc-leads-list .table-container .leads-table .message-without-answer .ant-table-cell-row-hover .ant-table-cell-fix-left {
  background-color: #f0f0f0 !important;
}
.bc-leads-list .table-container .leads-table .ant-table-row-selected .ant-table-cell-fix-left {
  background-color: #e6f4ff !important;
}
.bc-leads-list .table-container .leads-table .ant-table-row-selected .ant-table-cell-row-hover {
  background-color: #f0f0f0 !important;
}
.bc-leads-list .employee-table-link {
  padding-left: 0;
}
.bc-proxy__wrapper {
  width: 100%;
}
.bc-proxy__form {
  margin-bottom: 10px;
}
.bc-proxy__filters-panel {
  width: 100%;
}
.bc-proxy__selects-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.bc-proxy__buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bc-proxy__select {
  min-width: 180px;
}
.bc-proxy__mass-actions {
  margin-top: -70px;
  overflow-x: auto;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.bc-sale-plans .editable-cell {
  cursor: pointer;
  min-width: max-content;
}
.bc-sale-plans td:has(> .total-cell) {
  background-color: #f0f5ff !important;
}
.bc-sale-plans .total-cell {
  min-width: max-content;
}
.bc-sale-plans .title-container {
  margin: 0;
  padding: 0;
}
.bc-sale-plans .plans-table {
  margin-right: 28px;
  min-width: 1320px;
}
.bc-organization-users-filters {
  margin-bottom: 20px;
}
.bc-organization-users-filters .ant-form-item {
  margin: 0;
}
.bc-logs-registry .message-name {
  cursor: pointer;
  margin: 0;
}
.bc-logs-registry .hidden-ok-button {
  display: none;
}
.bc-edit-sales-funnel-page-header {
  height: 100%;
  align-content: center;
}
.bc-edit-sales-funnel {
  overflow-x: scroll;
  height: 100%;
  padding-right: 10px;
}
.bc-edit-sales-funnel .logs-icon {
  color: #cf1322;
  cursor: pointer;
}
.bc-edit-sales-funnel .flex-component {
  width: fit-content;
}
.bc-edit-sales-funnel .flex-component .add-stage-button {
  height: 120px;
}
.bc-sales-funnels-table-header .form {
  display: flex;
  justify-content: space-between;
}
.bc-sales-funnels-table-header .form .search-field {
  margin-bottom: 0;
}
.bc-sales-funnels-table-header .form .search-field .input {
  width: 400px;
}
@media screen and (max-width: 834px) {
  .bc-sales-funnels-table-header .form {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bc-sales-funnels-table-header .input {
    width: 100% !important;
  }
  .bc-sales-funnels-table-header .button-space {
    justify-content: space-between;
  }
  .bc-sales-funnels-table-header .button-space .ant-space-item {
    width: 50%;
  }
  .bc-sales-funnels-table-header .button-space .ant-space-item .button {
    width: 100%;
  }
}
.bc-sales-funnels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bc-sales-funnels .logs-icon {
  color: #cf1322;
  cursor: pointer;
}
.bc-sales-funnels .play-icon {
  color: #d4b106;
}
.bc-sales-funnels .check-icon {
  color: #52c41a;
}
.bc-sales-funnels .minus-icon {
  color: #f5222d;
}
.bc-sales-funnels .sales-funnels-table {
  overflow-x: scroll;
}
.bc-sales-funnels .sales-funnels-table .in-progress-column,
.bc-sales-funnels .sales-funnels-table .unsuccess-column,
.bc-sales-funnels .sales-funnels-table .success-column {
  min-width: 160px;
}
.bc-sales-funnels .sales-funnels-table .name-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .ant-table-cell {
  width: fit-content;
}
.bc-sales-funnels .sales-funnels-table .ant-table-cell .stage-cell {
  display: flex;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container {
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron .rectangle {
  height: 26px;
  padding: 2px 4px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron .triangle {
  height: 18px;
  width: 18px;
  transform: rotate(45deg);
  margin-left: -9px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .icon-container {
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .icon-container .add-icon {
  color: white;
  display: block;
  cursor: pointer;
  color: #595959;
}
.bc-view-sales-page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.bc-view-sales-page-header .left-block {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bc-view-sales-page-header .left-block .header-title {
  margin: 0;
}
.bc-view-sales-page-header .left-block .leads-icon {
  cursor: pointer;
  font-size: 20px;
}
.bc-view-sales-page-header .right-block {
  display: flex;
  gap: 10px;
}

.view-sales-page-header-dropdown-delete-text {
  color: #f5222d;
}
.bc-view-sales-funnel {
  overflow-x: scroll;
  height: 100%;
}
.bc-view-sales-funnel .flex-component {
  width: fit-content;
}
@media screen and (max-width: 550px) {
  .bc-settings .ant-space-item {
    width: 100%;
  }
  .bc-settings .ant-space-item .ant-card {
    width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .bc-tags .tags-table {
    overflow-x: scroll;
  }
}
.bc-tags .tags-table {
  overflow-x: scroll;
}
.bc-tags .deleted-tag td:not(.actions-cell) {
  opacity: 0.5;
}
.bc-actions-history .filters-panel {
  width: 100%;
}
.bc-actions-history .top-buttons-container {
  display: flex;
  column-gap: 8px;
  width: 100%;
}
.bc-actions-history .period-label {
  min-width: 57px;
}
.records-container {
  margin-top: 0;
  padding-left: 23px;
}

.records-title-and-icon {
  padding-top: 14px;
}

.work-schedule-content-layout {
  height: 100vh;
  overflow-y: hidden;
}
.work-schedule-content-layout .bc-work-schedule {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.work-schedule-content-layout .bc-work-schedule .ant-tabs-tab {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.work-schedule-content-layout .ant-tabs-nav-wrap {
  background-color: #f5f5f5;
}
.work-schedule-content-layout .ant-layout-content {
  padding: 0 !important;
}
.work-schedule-content-layout .ant-tabs-nav-wrap {
  width: 100%;
}
.work-schedule-content-layout .bc-schedule {
  padding: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.work-schedule-content-layout .bc-schedule .footer {
  padding: 3px 35px !important;
}
.work-schedule-content-layout .skeleton-addition-mode, .work-schedule-content-layout .skeleton-deletion-mode {
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.work-schedule-content-layout .top-filters-divider {
  margin-top: 8px;
}
.work-schedule-content-layout .sidebar {
  height: 82px;
}
.work-schedule-content-layout .records .months-and-days {
  margin-top: -6px;
  padding-bottom: 4px;
  z-index: 5;
}
.work-schedule-content-layout .records .employees-list {
  padding-top: 0px;
}
.work-schedule-content-layout .records .schedule-rows {
  margin-left: 8px;
}
.work-schedule-content-layout .records .cell {
  padding: 2px !important;
}
.work-schedule-content-layout .records-title-and-icon {
  padding-top: 14px;
}
.work-schedule-content-layout .time-range-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 34px;
}
.work-schedule-content-layout .employee-container {
  cursor: pointer;
}
.work-schedule-content-layout .employee-container .ant-list-item-meta-avatar {
  margin-inline-end: 8px !important;
}

.tip-by-employee .ant-popover-inner {
  padding-bottom: 4px !important;
  width: auto;
}
.tip-by-employee .ant-popover-title {
  margin-bottom: 0;
}

.bc-schedule .filters-and-actions {
  display: flex;
  column-gap: 30px;
  row-gap: 16px;
  align-items: center;
}
.bc-schedule .filters-container {
  flex-wrap: wrap;
  column-gap: 16px;
}
.bc-schedule .top-filters-divider.ant-divider {
  margin-bottom: 0;
}
.bc-schedule .sidebar-and-content {
  display: flex;
  height: calc(100vh - 155px - 40px);
  position: relative;
}
.bc-schedule .sidebar {
  position: absolute;
  min-width: 235px;
  background-color: white;
  z-index: 10;
  overflow-y: hidden;
}
.bc-schedule .employee-container {
  max-height: 70px;
  width: 235px !important;
}
.bc-schedule footer {
  padding: 3px auto;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: white;
  border-top: 1px solid rgba(5, 5, 5, 0.06);
}
.bc-schedule footer .global-container {
  display: grid;
  grid-template-columns: auto 290px;
  align-items: center;
  width: 100%;
}
.bc-schedule footer .save-attention {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.45);
}
.bc-schedule footer .save-attention__container {
  width: 150px;
}
.bc-schedule .records .employees-sticky-container {
  margin-top: 0px;
}
.bc-schedule .records .employees-list-fixing {
  left: 0px;
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  z-index: 6;
}
.bc-schedule .records .employees-list-fixing .ant-spin-container {
  height: 50vh;
}
.bc-schedule .records .employees-list {
  border-right: 1px solid rgba(5, 5, 5, 0.06);
}
.bc-schedule .records.table {
  overflow-x: scroll;
  position: relative;
}
.bc-schedule .records.row {
  display: flex;
  column-gap: 4px;
}
.bc-schedule .records .months-and-days {
  padding-bottom: 8px;
  top: 0px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
}
.bc-schedule .records .months-and-days .background-styles {
  background-color: white;
  border-bottom: 0.5px solid rgba(211, 211, 211, 0.33);
}
.bc-schedule .records .cells-container {
  margin-left: 20px;
  position: relative;
}
.bc-schedule .records.cell {
  cursor: pointer;
  padding: 4px 2px 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 40px;
  height: 62px;
  text-align: center;
  font-size: 10px;
  border: 0.5px solid rgba(211, 211, 211, 0.33);
  border-radius: 4px;
  box-sizing: border-box;
}
.bc-schedule .records.cell.hover {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.1);
  border: 2px dashed rgba(0, 128, 0, 0.66);
  box-sizing: border-box;
}
.bc-schedule .records.cell.preloaded {
  background-color: rgba(144, 238, 144, 0.33);
}
.bc-schedule .records.cell.preloaded.delete.hover {
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0.33);
  border: 2px dashed red;
  box-sizing: border-box;
}
.bc-schedule .records.cell.changing {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.33);
  border: 2px dashed rgba(0, 128, 0, 0.33);
  box-sizing: border-box;
}
.bc-schedule .records.cell.changing.hover {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.1);
  border: 2px dashed rgba(0, 128, 0, 0.66);
  box-sizing: border-box;
}
.bc-schedule .records.cell.deleting {
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0.33);
  border: 2px dashed rgba(255, 0, 0, 0.33);
}
.bc-schedule .records.cell.record {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bc-schedule .records.cell.record .record-container {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 12px;
}
.bc-schedule .records.cell.record .record-container .record-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  width: 100%;
  height: 12px;
  background-color: lightcoral;
  border-radius: 4px;
}
.bc-schedule .records .month {
  margin-left: 112px;
  margin-top: 4px;
  position: fixed;
  display: flex;
  justify-content: center;
}
.bc-schedule .records .month .item {
  display: block;
  width: max-content;
  font-weight: bold;
  color: black;
}
.bc-schedule .records .days {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.bc-schedule .records .days .number {
  padding-top: 36px;
}
.bc-schedule .records .days .day {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 44px;
}
.bc-schedule .records .days .day.weekend {
  color: red;
}

@media screen and (max-width: 940px) {
  .bc-schedule .filters-container_item {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 938px) {
  .bc-schedule .sidebar-and-content {
    height: calc(100vh - 245px - 48px);
  }
}
@media screen and (max-width: 755px) {
  .bc-schedule .filters-container {
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .bc-schedule .filters-and-actions {
    row-gap: 4px;
  }
  .bc-schedule .reset {
    margin-left: auto;
  }
  .bc-schedule .ant-list-item-meta-content {
    display: none;
  }
  .bc-schedule .employee-container {
    width: 55px !important;
  }
  .bc-schedule .sidebar {
    padding-left: 4px;
    height: 100px;
    min-width: auto;
    width: 45px;
    overflow-x: hidden;
  }
  .bc-schedule .sidebar .ant-select-selector {
    width: 38px;
  }
}
@media screen and (max-width: 700px) {
  .bc-schedule footer {
    height: auto;
  }
  .bc-schedule footer .global-container {
    display: grid;
    grid-template-columns: auto 118px;
  }
  .bc-schedule footer .global-container .footer-button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .bc-schedule .filters-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px !important;
  }
  .bc-schedule .filters-container_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bc-schedule .filters-container_item .period-select, .bc-schedule .filters-container_item .time-select {
    width: calc(100vw - 84px) !important;
  }
  .bc-schedule .filters-container_item .filter-label {
    width: 100px !important;
  }
  .bc-schedule .ant-list-item-meta-content {
    display: none;
  }
  .bc-schedule .button.reset {
    margin-top: 8px;
    width: 100%;
  }
  .bc-schedule .save-attention {
    display: none;
  }
  .bc-schedule .sidebar-and-content {
    display: flex;
    height: calc(100vh - 340px);
    overflow-x: auto !important;
  }
  .bc-schedule .records .month {
    margin-left: 100px;
    display: flex;
    justify-content: center;
  }
  .bc-schedule footer {
    padding: 16px 0;
    width: 100%;
    min-width: 236px;
  }
  .bc-schedule .footer-button {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 550px) {
  .work-schedule-content-layout {
    height: auto;
    overflow-y: scroll;
  }
}
.bc-tariff-constructor .period-selector {
  width: 105px;
}
.bc-tariff-constructor .card-box {
  width: 250px;
  box-sizing: content-box;
}
.bc-tariff-constructor .account {
  margin-top: 0;
}
.bc-tariff-constructor .total-box {
  margin-top: 16px;
}
.bc-tariff-constructor .total-title {
  margin-top: 0 !important;
}
.bc-tariff-constructor .total-sum {
  margin-top: 0 !important;
  color: #1677ff;
}
.bc-notifications-buttons {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
.bc-notification-label-with-time__select {
  margin-bottom: 0 !important;
}
.bc-client-reminder-component {
  margin-top: 0;
  padding: 24px 24px 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-client-reminder-component__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-client-reminder-component__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-client-reminder-component__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-client-reminder-component__label {
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-client-reminder-component__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-client-reminder-component__files-upload {
  margin-top: 8px;
}
.bc-client-reminder-component__files-upload .ant-upload-drag {
  padding: 12px;
}
.bc-client-reminder-component__files-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-client-reminder-component__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.bc-client-reminder-component__file-name {
  flex: 1;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-notification-2h-reminder {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-2h-reminder__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.bc-notification-2h-reminder__header {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}
.bc-notification-2h-reminder__switch-wrap {
  margin-left: 16px;
}
.bc-notification-2h-reminder__description {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.bc-notification-2h-reminder__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 4px;
}
.bc-notification-2h-reminder__textarea {
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  min-height: 120px;
  resize: vertical;
  background: #fafbfc;
  color: #222;
}

.bc-notification-visit-reminder {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-visit-reminder__header {
  margin-bottom: 16px;
}
.bc-notification-visit-reminder__description {
  margin-bottom: 24px;
  color: #888;
}
.bc-notification-visit-reminder__switch-row {
  margin-bottom: 16px;
}
.bc-notification-visit-reminder__switch-label {
  font-size: 14px;
}
.bc-notification-visit-reminder__switch {
  margin-bottom: 0 !important;
}
.bc-notification-visit-reminder__label {
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-notification-visit-reminder__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-notification-visit-reminder__select {
  margin-bottom: 0 !important;
}

.bc-notification-create-message {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-2h-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-2h-reminder__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-notification-2h-reminder__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-notification-2h-reminder__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-notification-2h-reminder__textarea {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.bc-feedback-request {
  margin-top: 0;
  padding: 24px 24px 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-feedback-request__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-feedback-request__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-feedback-request__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-feedback-request__label {
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-feedback-request__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-extended-message em-emoji-picker {
  margin-top: -25px;
  z-index: 1000;
}
.bc-extended-message .ant-form-item-additional {
  margin-left: 8px;
  position: absolute;
  margin-top: 2px;
}

.bc-notifications-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-notifications-page) {
  padding-left: 62px !important;
}

.bc-notifications-page__container {
  height: 30px !important;
}

.bc-priority-integration h4 {
  margin-top: 0;
}
.bc-priority-integration__container .ant-space-item:last-of-type {
  height: 30px !important;
}

.bc-notification-create-message {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-create-message__header.ant-typography, .bc-notification-create-message__header.ant-typography-h4 {
  font-size: 20px !important;
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.bc-notification-create-message__switch {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__switch-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.bc-notification-create-message__switch-label {
  font-size: 14px;
  color: #222;
}
.bc-notification-create-message__description {
  color: #888;
  margin-bottom: 0;
}
.bc-notification-create-message__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.bc-notification-create-message__textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  margin-bottom: 0;
}
.bc-notification-create-message__select {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__files-upload {
  margin-top: 12px;
}
.bc-notification-create-message__files-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bc-notification-create-message__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}
.bc-notification-create-message__file-name {
  font-size: 13px;
  color: #555;
  word-break: break-all;
  padding-right: 8px;
}

.bc-notification-visit-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-visit-reminder h4 {
  margin-top: 0;
}

.bc-notification-2h-reminder__description,
.bc-feedback-request__description {
  color: #888;
}
.bc-setting-up-automatic-messaging-to-clients {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-setting-up-automatic-messaging-to-clients) {
  padding-left: 62px !important;
}

.bc-setting-up-automatic-messaging-to-clients__container {
  height: 30px !important;
}

.bc-extended-message em-emoji-picker {
  margin-top: -25px;
  z-index: 1000;
}
.bc-extended-message .ant-form-item-additional {
  margin-left: 8px;
  position: absolute;
  margin-top: 2px;
}

.bc-notifications-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-notifications-page) {
  padding-left: 62px !important;
}

.bc-notifications-page__container {
  height: 30px !important;
}

.bc-priority-integration h4 {
  margin-top: 0;
}
.bc-priority-integration__container .ant-space-item:last-of-type {
  height: 30px !important;
}

.bc-notification-create-message {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-create-message__header.ant-typography, .bc-notification-create-message__header.ant-typography-h4 {
  font-size: 20px !important;
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.bc-notification-create-message__switch {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__switch-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.bc-notification-create-message__switch-label {
  font-size: 14px;
  color: #222;
}
.bc-notification-create-message__description {
  color: #888;
  margin-bottom: 0;
}
.bc-notification-create-message__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.bc-notification-create-message__textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  margin-bottom: 0;
}
.bc-notification-create-message__select {
  margin-bottom: 0 !important;
}

.bc-notification-visit-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-visit-reminder h4 {
  margin-top: 0;
}

.bc-setting-up-automatic-messaging-to-clients {
  color: #888;
}
.bc-create-warehouse_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.bc-create-warehouse_buttons_item {
  min-width: 140px;
}
.bc-create-warehouse .bc-form {
  max-width: 600px;
  width: 100%;
}
.bc-create-warehouse .form-fields-space-container {
  width: 100%;
}
.bc-create-warehouse .field-date {
  width: 100% !important;
}
.bc-create-warehouse .field-container {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}
.bc-create-warehouse .field-container .ant-typography {
  min-width: 180px;
}
.bc-create-warehouse .field-container .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-create-warehouse .field-container .ant-form-item {
  max-width: 400px;
  width: 100%;
}
.bc-create-warehouse .textarea-container {
  align-items: flex-start !important;
}
.products_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.products_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
}
.products_filters_select {
  max-width: calc((50% - 18px) / 2);
  flex-grow: 1;
  box-sizing: border-box;
}
.products_filters_buttons {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.products_filters_buttons_item {
  min-width: 140px;
}
.products_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.products_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.products_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.products_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.products_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.products_table_pagination_right .select {
  width: 70px;
}
.bc-product-images-uploader .images-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.bc-product-images-uploader .images-wrapper .image-item {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.bc-product-images-uploader .images-wrapper .image-item .image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-product-images-uploader .upload-placeholder {
  width: 100px;
  height: 100px;
  border: 1px dashed #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bc-product-images-uploader .image-item {
  position: relative;
  display: inline-block;
}
.bc-product-images-uploader .image-item .delete-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-product-images-uploader .image-item .delete-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.full-size-image {
  margin-top: 30px;
  width: 100%;
}

.number-input {
  height: 38px !important;
}
.bc-add-product .bc-form {
  min-width: 600px;
}
.bc-add-product_footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.bc-add-product_footer_button {
  min-width: 200px;
}
.product-categories_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.product-categories_filters_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.product-categories_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
}
.product-categories_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.product-categories_filters_buttons_item {
  min-width: 140px;
}
.product-categories_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.product-categories_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-categories_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-categories_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.product-categories_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.product-categories_table_pagination_right .select {
  width: 70px;
}
.suppliers_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.suppliers_filters_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.suppliers_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
}
.suppliers_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.suppliers_filters_buttons_item {
  min-width: 140px;
}
.suppliers_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.suppliers_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.suppliers_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.suppliers_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.suppliers_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.suppliers_table_pagination_right .select {
  width: 70px;
}
.warehouse-operations_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.warehouse-operations_table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
  gap: 12px;
}
.warehouse-operations_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.warehouse-operations_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.warehouse-operations_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.warehouse-operations_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.warehouse-operations_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.warehouse-operations_table_pagination_right .select {
  width: 70px;
}
.warehouse-operations_filters_range {
  width: 250px;
}
.warehouse-operations_filters_search {
  max-width: calc(100% - 250px - 250px - 24px);
  flex-grow: 1;
  box-sizing: border-box;
}
.warehouse-operations_filters_search_select {
  width: 128px;
}
.warehouse-operations_filters_select {
  max-width: 250px;
  flex-grow: 1;
  box-sizing: border-box;
}
.warehouse-operations_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.warehouse-operations_filters_buttons_item {
  min-width: 140px;
}
.inventory_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.inventory_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.inventory_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.inventory_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.inventory_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.inventory_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.inventory_table_pagination_right .select {
  width: 70px;
}
.product-directory_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.product-directory_filters_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.product-directory_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
  margin-right: auto;
}
.product-directory_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.product-directory_filters_buttons_item {
  min-width: 140px;
}
.product-directory_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.product-directory_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-directory_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-directory_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.product-directory_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.product-directory_table_pagination_right .select {
  width: 70px;
}

.deleted-row {
  color: #bfbfbf;
}

.deleted-label {
  color: #f5222d;
}
.purchase-planning-settings_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.purchase-planning-settings_filters_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.purchase-planning-settings_filters_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.purchase-planning-settings_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
}
.purchase-planning-settings_filters_selects {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.purchase-planning-settings_filters_select {
  min-width: 180px;
  max-width: 180px;
}
.purchase-planning-settings_filters_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.purchase-planning-settings_filters_buttons_item {
  min-width: 140px;
}
.purchase-planning-settings_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.purchase-planning-settings_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.purchase-planning-settings_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.purchase-planning-settings_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.purchase-planning-settings_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.purchase-planning-settings_table_pagination_right .select {
  width: 70px;
}
.bc-sendout-receivers .sendout-receivers-table {
  overflow-x: scroll;
}
.bc-sendout-receivers-filter-form .status-select, .bc-sendout-receivers-filter-form .action-select {
  height: fit-content;
}
.bc-sendout-receivers-filter-form .filter-term {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 330px;
}
.bc-sendout-receivers-filter-form .actions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.bc-sendout-receivers-filter-form .buttons-container {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .bc-sendout-receivers-filter-form .actions-container .ant-select {
    width: 100% !important;
  }
  .bc-sendout-receivers-filter-form .actions-container .buttons-container {
    width: 100%;
    justify-content: space-between;
  }
  .bc-sendout-receivers-filter-form .actions-container .buttons-container .ant-btn {
    width: 50%;
  }
}
.bc-sendouts-filter-form .search-field-column {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 345px;
  max-width: 100%;
}
.bc-sendouts-filter-form .action-buttons-container {
  align-self: flex-end;
  margin-bottom: 16px;
}

.bc-sendouts .attachments-icon {
  position: absolute;
  left: -0.875rem;
  top: 0.3125rem;
}
@media screen and (max-width: 550px) {
  .bc-sendouts-filter-form .selectors-space .ant-space-item {
    width: 100%;
  }
  .bc-sendouts-filter-form .selectors-space .ant-space-item .multiple-select-filter {
    width: 100% !important;
  }
  .bc-sendouts-filter-form .action-buttons-container {
    align-self: auto;
  }
  .bc-sendouts-filter-form .action-buttons-container .ant-space-item {
    width: 50%;
  }
  .bc-sendouts-filter-form .action-buttons-container .ant-space-item .ant-btn {
    width: 100%;
  }
}
.bc-sendouts .table {
  overflow-x: scroll;
}
.calendar-settings {
  margin: 24px;
}
.calendar-settings_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.calendar-settings_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
}
.calendar-settings_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
  margin-top: 16px;
}
.calendar-settings_calendar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.calendar-settings_calendar_header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calendar-settings_calendar_select {
  width: 60%;
}
.calendar-settings_calendar_description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.calendar-settings_calendar_description_text {
  font-size: 14px;
  color: #5fad68;
  font-weight: 500;
}
.calendar-settings_calendar_description_container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.calendar-settings_calendar_description_divider {
  width: 2px;
  height: 32px;
  background-color: #5fad68;
}
@media screen and (max-width: 550px) {
  .bc-service-categories .table {
    overflow-x: scroll;
  }
}
.booking_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.booking_loader {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.integration-parsing {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.integration-parsing__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  min-height: 0;
}
.integration-parsing__rules {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 8px;
}
.integration-parsing__rule__title {
  font-size: 16px;
}
.integration-parsing__rule__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.integration-parsing__rule__section-title {
  font-size: 16px;
}
.integration-parsing__rule__section-title--bold {
  font-weight: 500;
}
.integration-parsing__rule__section-subtitle {
  font-size: 14px;
}
.integration-parsing__button {
  min-width: 200px;
  min-height: 32px;
}
.integration-parsing__right {
  position: sticky;
  top: 0;
  align-self: start;
  max-height: 100vh;
  overflow: auto;
}
.integration-parsing__warning {
  margin-top: 16px;
}
.LeadsHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px;
}
.LeadsHeader__title {
  margin: 0 !important;
}
.LeadsHeader__select {
  min-width: 190px;
}
.LeadsHeader__small-select {
  min-width: 140px;
}
.LeadsHeader__icon {
  margin-right: 6px;
  color: #d9d9d9;
}
.LeadsHeader__tooltip {
  color: rgba(0, 0, 0, 0.88);
}
.LeadsHeader__info {
  margin: 0 12px 12px 0;
}
.bc-sales-funnel-leads {
  margin: 16px;
  position: relative;
  height: 100%;
}
.bc-sales-funnel-leads .show-more-button {
  width: 200px;
  margin-bottom: 16px;
}
.bc-sales-funnel-leads .loader-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.bc-sales-funnel-leads .loader-container[data-loading=true] {
  pointer-events: none;
}
.bc-sales-funnel-leads .spinner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.bc-sales-funnel-leads .spinner-overlay .ant-typography {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
}
.bc-organization-users .bc-organization-users-filters .toolbar-space {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bc-organization-users .name-column-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.bc-organization-users .bold-text {
  font-weight: 600;
}
.bc-organization-users .avatar {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.bc-organization-users .deleted-cell {
  opacity: 0.5;
}
.edit-sendouts__form {
  max-width: 600px;
}
.edit-sendouts__footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.edit-sendouts__footer__button {
  min-width: 200px;
}
.add-edit-product-category_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.add-edit-product-category_buttons_item {
  min-width: 140px;
}
.add-edit-suppliers_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.add-edit-suppliers_buttons_item {
  min-width: 140px;
}
.bc-create-bug-report-modal .ant-upload-list {
  max-height: 130px;
  overflow-y: scroll;
}
.bc-create-bug-report-modal .info-icon {
  color: red;
}
.bc-create-bug-report-modal .upload-component > div {
  width: 100%;
}
.bc-create-bug-report-modal .upload-component button {
  width: 100%;
  height: 48px;
}
.social-warn {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 26px 1fr 16px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #ffe6e6;
  border: 1px solid #f6bcbc;
  cursor: pointer;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 230px;
}
.social-warn--small {
  width: 86px;
  margin: 4px 0 4px 0;
}
.social-warn__text {
  display: flex;
  flex-direction: column;
}
.social-warn__icon {
  font-size: 20px;
  color: #a63a3a;
}
.social-warn__title {
  font-size: 16px;
  font-weight: 600;
}
.social-warn__subtitle {
  font-size: 12px;
  color: #333;
}
.social-warn__chevron {
  color: #333;
}
.iframe-page_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.iframe-page_loader {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.modal .ant-space {
  width: 100%;
}
.modal .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.modal .container .ant-space-item {
  width: 100%;
}
.modal .container .ant-typography {
  min-width: 110px;
}
.modal .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.modal .container .ant-select {
  width: 100% !important;
}
.modal .container .ant-select .ant-space-item {
  width: auto;
}
@media screen and (max-width: 834px) {
  .modal .container {
    flex-direction: row;
  }
}
.bc-organization-settings .container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 60rem;
}
.bc-organization-settings .rights .rights-description {
  margin-bottom: "2rem";
}
.bc-organization-settings .rights .rights-list {
  margin-bottom: 2rem;
  padding-left: 0rem;
}
.bc-organization-settings .rights .rights-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bc-organization-settings .rights .item-label {
  font-size: 0.875rem;
  margin-left: 1rem;
  font-weight: 600;
}
.bc-organization-settings .rights .buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
}
.bc-organization-settings .rights .buttons button {
  width: 100%;
}
.bc-organization-settings .info {
  max-width: 20rem;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  align-self: flex-start;
}
.bc-organization-settings .info .info-header {
  margin: 0;
  padding: 1rem;
  background-color: #e5e5e5;
}
.bc-organization-settings .info .info-content {
  padding: 1rem;
  margin: 0rem;
}
.bc-organization-settings .info .info-item {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
}
.bc-organization-settings .info .info-item .label {
  min-width: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .bc-organization-settings .container {
    flex-wrap: wrap;
  }
  .bc-organization-settings .rights {
    order: 2;
    width: 100%;
  }
  .bc-organization-settings .info {
    order: 1;
    max-width: 100%;
  }
}
.bc-organizations .toolbar-space {
  display: flex;
  justify-content: space-between;
}
.bc-organizations .filter-term {
  max-width: 30rem;
}
.bc-organizations .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  gap: 12px;
}
.bc-organizations .filter-countries {
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 48%;
}
.bc-organizations .filter-city {
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 48%;
}
.bc-organizations .secondary-text {
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .bc-organizations .filter-term {
    max-width: 100%;
  }
  .bc-organizations .filters-wrapper {
    gap: 24px;
    max-width: 100%;
  }
  .bc-organizations .filter-countries {
    width: 100%;
    max-width: 100%;
  }
  .bc-organizations .filter-city {
    width: 100%;
    max-width: 100%;
  }
  .bc-organizations .filter-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .bc-organizations .filter-buttons .ant-space-item {
    width: 50%;
  }
  .bc-organizations .filter-buttons .ant-space-item .ant-btn {
    width: 100%;
  }
}
.bc-registration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bc-registration .color-text {
  color: #1a1a91 !important;
}
.bc-registration .phone-label {
  display: none;
}
.bc-registration .city-select span:nth-of-type(2) {
  color: #d9d9d9 !important;
}
.bc-registration .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 64px);
}
.bc-registration .form-container {
  padding: 0 40px;
  width: 400px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.bc-registration .title,
.bc-registration .captcha-title {
  margin-bottom: 20px;
  text-align: center;
}
.bc-registration .captcha-title {
  font-weight: 400;
}
.bc-registration .captcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.bc-registration .captcha-field-form-item {
  margin: 0 0 0 14px;
  display: inline-block;
}
.bc-registration .captcha-field-form-item .captcha-field {
  width: 70px;
}
.bc-registration .captcha-field-form-item #registration_captcha_help {
  position: absolute;
  width: 200px;
}
.bc-registration .alert-container {
  margin-bottom: 20px;
}
.bc-registration .phone-input-wrapper > div {
  height: 32px;
}
.bc-registration .phone-input-wrapper .country-container {
  height: 22px;
}
@media (max-height: 816px) {
  .bc-registration {
    height: fit-content;
  }
  .bc-registration .content {
    height: fit-content;
    overflow-y: auto;
    padding: 20px 0;
  }
}
.bc-view-sendouts .info-block,
.bc-view-sendouts .files-block {
  min-width: 300px;
  flex: 1;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.bc-view-sendouts .info-block {
  flex: 1.2;
}
.bc-view-sendouts .files-block .title {
  margin: 0px 0px 9px 0px;
}
.bc-view-sendouts .action-item {
  display: flex;
}
.bc-view-sendouts .action-item .pswp-gallery {
  display: flex;
}
.bc-view-sendouts .action-item .image-container {
  width: 140px;
  position: relative;
  height: 140px;
  display: inline-block;
}
.bc-view-sendouts .action-item .image-container .image-img {
  border-radius: 10px;
  position: relative;
  top: -20px;
}
.bc-view-sendouts .action-item .load-button {
  position: relative;
  top: 10px;
  left: 90px;
  width: 25px;
  height: 25px;
  min-height: 25px;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body {
  height: inherit;
  background-color: #001529;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body .ant-float-btn-content {
  padding: 0;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body .anticon-download {
  color: white;
}

/*# sourceMappingURL=main~15.be5cad59.css.map*/