.bc-server-maintenance-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 40px 12px 16px;
  background: linear-gradient(135deg, #1677ff 0%, #4096ff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bc-server-maintenance-banner--visible {
  transform: translateY(0);
  opacity: 1;
}
.bc-server-maintenance-banner__icon {
  font-size: 16px;
}
.bc-server-maintenance-banner__text {
  color: #fff;
}
.bc-server-maintenance-banner__close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}
.bc-server-maintenance-banner__close:hover {
  color: #fff;
}
.bc-sendout-message-modal-schedule-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.multiselect-popup .ant-select-item-option-content {
  min-width: 0;
  overflow: visible;
  white-space: normal;
  height: auto;
}
.multiselect-popup .ant-select-item {
  align-items: flex-start;
  height: auto;
}

.multiple-select-options-label {
  margin: 0 !important;
  width: 100%;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}
.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";
}
.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-selects-container {
  width: 160px;
}
.funnel-addition-dialog .funnel-filter-select__main-element {
  width: 150px;
}
.leads-table-client-column {
  width: 100%;
}
.leads-table-client-column__name {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table-client-column__phone {
  font-weight: 400;
}
.leads-table-client-column .client-avatar {
  min-width: 32px;
}
.leads-table-client-column .lead-client-container {
  width: 100%;
  overflow: hidden;
}
.leads-table-client-column .lead-client-title {
  width: 100%;
  gap: 8px;
}
.leads-table-client-column .lead-last-message {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-table-client-column .unanswered-message {
  flex-shrink: 0;
}
.leads_integration {
  width: 100%;
}
.leads_integration__text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.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;
}
.ui-popover-wrapper {
  position: relative;
}
.ui-popover-wrapper .ui-popover-button-component {
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.ui-popover-wrapper .ui-popover-button-component:before, .ui-popover-wrapper .ui-popover-button-component:after {
  box-sizing: border-box;
}
.ui-popover-wrapper .ui-popover-button-component {
  cursor: pointer;
  color: inherit;
  background: transparent;
  font-family: "Roboto", sans-serif;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.ui-popover-wrapper .ui-popover-content {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 0;
  width: calc(100% - 2px);
  border-radius: 10px;
  z-index: 100 !important;
  transition: 0.4s;
  border: 1px solid #e5e5e5;
  background: white;
  box-shadow: 0px 0px 0px 0px rgba(38, 43, 48, 0.02), 0px 0px 0px 0px rgba(38, 43, 48, 0.02), 0px 0px 1px 0px rgba(38, 43, 48, 0.02), 0px 0px 1px 0px rgba(38, 43, 48, 0.01), 0px 0px 1px 0px rgba(38, 43, 48, 0), 0px 0px 1px 0px rgba(38, 43, 48, 0);
}

.ui-popover-button-component-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.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) {
  .branches-selection-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px;
  }
  .branches-selection-container .ant-form-item {
    margin-bottom: 0;
  }
  .branches-selection-container .list-container {
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
  }
  .branches-selection-container .list-container .ant-list-item {
    padding: 6px 8px !important;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.4;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-description {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 1.3;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-action li {
    margin-left: 4px;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-action li .branch-delete {
    font-size: 14px !important;
  }
  .branches-selection-container .ant-form-text {
    font-size: 12px;
  }
  .branches-selection-container .form-item-branches-button {
    margin-bottom: 0;
  }
  .branches-selection-container .form-item-branches-button .ant-btn {
    width: 100%;
    height: 32px;
    padding: 4px 12px !important;
    font-size: 13px;
  }
  .ant-typography {
    font-size: 13px;
  }
  .ant-typography.ant-form-text {
    font-size: 12px;
  }
}
.payment-button__wrapper {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .payment-button__wrapper {
    margin-top: 16px;
  }
  .payment-button__container {
    max-width: 100%;
    height: 48px;
  }
  .payment-button__title {
    font-size: 14px;
  }
}
.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: 1024px) {
  .statuses__wrapper {
    gap: 5px;
  }
  .statuses__button {
    font-size: 12px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
  }
}
@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: 1024px) {
  .record-details__form {
    padding-right: 8px;
  }
  .record-details__main-fields {
    gap: 7px;
  }
  .record-details__main-fields-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .record-details__main-fields-label {
    width: 100%;
    min-width: unset;
  }
  .record-details__main-fields-input {
    max-width: 100%;
    width: 100%;
  }
  .record-details__main-fields-phone-info-tooltip {
    margin-bottom: 16px;
  }
  .record-details__main-fields .checkbox {
    margin-left: 0;
  }
  .record-details__footer {
    padding-top: 16px;
    gap: 7px;
  }
}
@media screen and (max-width: 1245px) {
  .record-details__details {
    flex-direction: column;
  }
  .record-details__main-fields {
    width: 100%;
    max-width: none;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
    align-items: flex-start;
    height: auto;
    gap: 12px;
  }
  .record-details__search .clients-by-phone__container {
    order: -1;
  }
  .record-details__search .clients-by-phone__content {
    width: 100%;
  }
  .record-details__search .clients-by-phone__header {
    position: sticky;
    left: 0px;
  }
  .record-details__search .clients-by-phone__list {
    padding-bottom: 6px;
  }
  .record-details__search .record-details__comment-button {
    order: 1;
    right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .record-details__details {
    height: auto;
    flex-direction: column;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
    align-items: flex-start;
    height: auto;
  }
  .record-details__main-fields {
    max-width: 100%;
  }
  .record-details__main-fields-label {
    width: 150px;
    min-width: 150px;
  }
  .record-details__main-fields-input {
    max-width: 100%;
  }
  .record-details__main-fields .checkbox {
    margin-left: 150px;
  }
  .record-details__footer-button {
    min-width: 150px;
  }
  .record-details__footer-button-delete {
    position: static;
    right: unset;
  }
}
@media screen and (max-width: 550px) {
  .record-details__comment-button {
    right: 0;
  }
  .record-details__form {
    padding-right: 0;
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
  }
  .record-details__details {
    flex-direction: column;
    height: auto;
  }
  .record-details__main {
    width: 100%;
  }
  .record-details__main-fields {
    max-width: 100%;
    gap: 14px;
  }
  .record-details__main-fields-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .record-details__main-fields-label {
    width: 100%;
    min-width: unset;
  }
  .record-details__main-fields-input {
    max-width: 100%;
    width: 100%;
  }
  .record-details__main-fields-phone {
    flex-direction: column;
    align-items: flex-start;
  }
  .record-details__main-fields .checkbox {
    margin-left: 0;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
    height: auto;
  }
  .record-details__services {
    overflow-x: auto;
  }
  .record-details__footer {
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
  }
  .record-details__footer-button {
    width: 100%;
    min-width: unset;
  }
  .record-details__footer-button-delete {
    position: static;
    right: unset;
  }
}
@media screen and (max-width: 360px) {
  .record-details__main-fields {
    gap: 10px;
  }
  .record-details__services-title {
    font-size: 13px;
  }
  .record-details__footer {
    gap: 6px;
    padding-top: 12px;
  }
  .record-details__footer-button {
    height: 36px;
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .clients-by-phone__container {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__content {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__list {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-group {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-item {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-item-name {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
.services {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
}
.services__scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.services__table {
  width: 100%;
  min-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
}
.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;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.services__th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__cell {
  padding: 4px;
  vertical-align: top;
  max-width: 100px;
  background-color: #fff;
}
.services__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.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-row__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__footer-cell {
  padding: 4px;
  text-align: center;
  background-color: #fff;
}
.services__footer-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.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;
  margin-bottom: 24px;
}
.employee__additional-employees-select {
  flex: 1;
  max-width: 353px;
}
.employee__additional-employees-select-two-buttons {
  max-width: 303px;
}
@media screen and (max-width: 834px) {
  .employee__details {
    width: 100%;
    max-width: 100%;
  }
  .employee__warning {
    max-width: 200px;
    margin-right: 0;
  }
  .employee__fields {
    max-width: 100%;
  }
  .employee__fields-employee-select {
    min-width: unset;
  }
  .employee__additional-employees-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .employee {
    flex-direction: column;
  }
  .employee__details {
    width: 100%;
    max-width: 100%;
  }
  .employee__warning {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
  .employee__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .employee__label {
    width: 100%;
    min-width: unset;
    height: auto;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .employee__fields {
    max-width: 100%;
    width: 100%;
  }
  .employee__fields-range-select {
    max-width: 100%;
  }
  .employee__fields-duration {
    min-width: unset;
  }
  .employee__fields-duration-select {
    min-width: unset;
  }
  .employee__fields-employee {
    min-width: unset;
  }
  .employee__fields-employee-select {
    min-width: unset;
  }
  .employee__fields-tags {
    min-width: unset;
  }
  .employee__fields-tags-select {
    min-width: unset;
  }
  .employee__fields-comment {
    min-width: unset;
  }
  .employee__additional-employees-row {
    max-width: 100%;
  }
  .employee__additional-employees-select {
    max-width: 100%;
  }
  .employee__additional-employees-select-two-buttons {
    max-width: 100%;
  }
}
.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;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  max-height: 300px;
  overflow-x: hidden;
  box-sizing: border-box;
}
.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%;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  flex: 1 1 auto;
  min-height: 0;
}
.clients-by-phone__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.clients-by-phone__list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.clients-by-phone__list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.clients-by-phone__list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.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;
  flex: 1 1 auto;
  min-height: 0;
  align-items: center;
  overflow: visible;
  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-date-placeholder {
  visibility: hidden;
  user-select: none;
}
.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;
}

@media screen and (max-width: 1245px) {
  .clients-by-phone__container {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
  }
  .clients-by-phone__content {
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__radio {
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__radio-group {
    flex-direction: row;
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__list {
    flex-direction: row;
    max-width: unset;
    width: max-content;
    min-width: unset;
    overflow-y: visible;
    overflow-x: visible;
  }
}
.employee-tabs__container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.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;
}
@media (max-width: 480px) {
  .employee-tabs__segmented {
    margin-bottom: 16px;
  }
  .employee-tabs__tab-label {
    max-width: 160px;
  }
  .employee-tabs__tab-label-title {
    font-size: 12px;
    line-height: 16px !important;
  }
  .employee-tabs__tab-label-text {
    font-size: 11px;
    line-height: 15px !important;
  }
}
@media (max-width: 360px) {
  .employee-tabs__tab-label {
    max-width: 120px;
  }
  .employee-tabs__tab-label-title {
    font-size: 11px;
  }
  .employee-tabs__tab-label-text {
    font-size: 10px;
  }
}
.client-card-in-record-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.client-card-in-record-modal__title {
  flex-shrink: 0;
  margin: 0 0 10px 0;
}
.client-card-in-record-modal__content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.record-payment__container, .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, .record-payment_container .blocks-divider {
  margin: 0;
}
.record-payment__title, .record-payment_title {
  margin: 0px 0px 10px 0px;
}
.record-payment__content, .record-payment_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .record-payment__title, .record-payment_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .record-payment__content, .record-payment_content {
    height: auto;
    flex: 1;
  }
}
@media (max-width: 480px) {
  .record-payment__title, .record-payment_title {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.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;
  flex-wrap: wrap;
}
.payments__payments-payments-buttons-without-dropdown {
  display: grid;
  grid-template-columns: repeat(1, 250px);
  gap: 6px;
}
.payments__payments .yoo-kassa-button {
  max-width: 218px;
}
.payments__payments .yoo-kassa-button .acquiring-receipt-title {
  max-width: 150px;
}
.payments__payments .yoo-kassa-button .disable-acquiring-text {
  color: rgba(0, 0, 0, 0.25);
}
.payments__payments .acquiring-dropdown {
  height: auto;
}
.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;
}

@media (max-width: 768px) {
  .payments__payments-buttons-with-dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .payments__payments-payments-buttons-without-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .payments__container {
    gap: 8px;
  }
  .payments__sum-container {
    max-width: 100%;
  }
  .payments__sum-buttons {
    flex-wrap: wrap;
  }
  .payments__payments {
    gap: 4px;
  }
  .payments__payments-buttons-with-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .payments__payments-payments-buttons-without-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .payments__payments .yoo-kassa-button {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .payments__sum-buttons {
    gap: 2px;
  }
}
.dropdown-list-payment {
  max-height: 200px;
}
.services-table__empty {
  padding: 20px;
}
.services-table__container {
  width: 100%;
  background-color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.services-table__table {
  width: 100%;
  min-width: 540px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.services-table__table thead {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.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: 0;
  z-index: 3;
}
.services-table__th:first-child {
  left: 0;
  z-index: 11;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.services-table__th-service {
  width: 160px;
  min-width: 160px;
}
.services-table__th-count {
  width: 60px;
}
.services-table__cell {
  font-size: 14px;
  padding: 6px 8px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.services-table__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.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:hover .services-table__row__cell {
  background-color: #fafafa;
}
.services-table__row:hover .services-table__row__cell:first-child {
  background-color: #fafafa;
}
.services-table__footer-cell {
  padding: 6px 8px;
  background-color: #fff;
}
.services-table__footer-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.services-table__footer-button {
  white-space: normal;
}
@media (max-width: 480px) {
  .services-table__th, .services-table__cell {
    font-size: 12px;
    padding: 4px 6px;
  }
  .services-table__th-service {
    width: 130px;
    min-width: 130px;
  }
  .services-table__th-count {
    width: 44px;
  }
  .services-table__footer-cell {
    padding: 4px 6px;
  }
  .services-table__footer-button {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .services-table__th, .services-table__cell {
    font-size: 11px;
    padding: 3px 3px;
  }
}
.bc-financial-operations {
  width: 100%;
}
.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;
}
@media (max-width: 768px) {
  .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
    width: 80px;
    font-size: 12px;
  }
  .bc-financial-operations .payment-row .payment-amount {
    width: 70px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .bc-financial-operations .payment-row {
    flex-wrap: wrap;
    gap: 4px;
  }
  .bc-financial-operations .payment-row .payment-type {
    width: 100%;
    flex: unset;
  }
  .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
    width: auto;
    font-size: 12px;
  }
  .bc-financial-operations .payment-row .payment-amount {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 360px) {
  .bc-financial-operations .payment-row .payment-type, .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time, .bc-financial-operations .payment-row .payment-amount {
    font-size: 11px;
  }
}
.bc-loyalty-cards .data-divider {
  height: auto;
}

.empty-loyalty-cards {
  width: 100%;
}
.cancel-tech-map-button {
  margin-top: 20px;
}
.bc-technological-map {
  margin: 40px 0;
}
.create-protocol-modal .ant-modal-content {
  padding: 16px;
}
.create-protocol-modal .ant-modal-header {
  padding-bottom: 8px;
}
.create-protocol-modal .ant-modal-title {
  font-size: 16px;
  font-weight: 500;
}
.create-protocol-modal .ant-form-item {
  margin-bottom: 12px;
}
.create-protocol-modal .switch-item {
  margin-bottom: 8px;
}
.create-protocol-modal .switch-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
}
.create-protocol-modal .ant-modal-footer {
  padding-top: 12px;
}
.bc-medical-card .page-title {
  margin: 0 0 10px 0;
}
.bc-medical-card .field-container {
  margin-bottom: 24px;
}
.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: 0 !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__mobile-header {
  display: none;
}
.record-modal-ui__mobile-header-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.record-modal-ui__sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.record-modal-ui__sidebar-toggle:hover {
  background: #f5f5f5;
}
.record-modal-ui__sidebar-overlay {
  display: none;
}
.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 .ant-menu-item-group-list .ant-menu-item {
  padding-inline: 16px 8px !important;
}
.record-modal-ui__sidebar-group {
  max-width: 206px;
  width: 206px;
  min-width: 206px;
}
.record-modal-ui__sidebar-group .ant-menu-item-group-title {
  padding: 8px 0;
  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: 1024px) {
  .ant-modal {
    margin: 0 !important;
  }
  .record-modal-ui__dialog {
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    height: 100dvh !important;
    margin: 0;
    padding: 0;
  }
  .record-modal-ui__content {
    height: 100dvh !important;
    border-radius: 0 !important;
  }
  .record-modal-ui__body {
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
  .record-modal-ui__mobile-header {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    flex-shrink: 0;
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .record-modal-ui__sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99999;
  }
  .record-modal-ui__sidebar-overlay--visible {
    display: block;
  }
  .record-modal-ui__sidebar {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    border-right: none;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    z-index: 99999;
    background: #fff;
  }
  .record-modal-ui__sidebar--open {
    transform: translateX(0);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.12);
  }
  .record-modal-ui__content-wrapper {
    padding: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
  }
}
@media screen and (max-width: 550px) {
  .ant-modal-content {
    padding: 0px !important;
  }
  .record-modal-ui__sidebar-toggle {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .record-modal-ui__sidebar--open {
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
  }
  .record-modal-ui__content-wrapper {
    box-sizing: border-box;
    padding: 12px;
  }
}
.flag_symbol {
  font-size: 24px;
  line-height: 30px;
}
.flag_icon {
  width: 20px;
  height: auto;
}
.country_container {
  display: flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  cursor: pointer;
}
.country-list_container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.country-list_list {
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
  width: 100%;
  height: auto;
  max-height: 190px;
}
.country-list_list::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.country-list_list::-webkit-scrollbar-thumb {
  background: #e4e4e7;
  border-radius: 5px;
  border: 2px solid white;
}
.country-list_item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 4px 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  margin-right: 4px;
  min-height: 38px;
}
.country-list_item:hover {
  background-color: #ececec;
}
.country-list_item {
  cursor: pointer;
}
.country-list_item * {
  cursor: pointer;
}
.country-list_item_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.country-list_item_left .flag_symbol {
  font-size: 22px;
}
.country-list_empty {
  padding: 12px;
}
.country-list_empty .ant-empty-image {
  height: 60px;
}
.phone_wrapper {
  width: 100%;
}
.phone_input_root {
  padding: 4px 11px 4px 4px;
}
.phone_input_prefix {
  margin-right: 6px !important;
  height: 30px !important;
}
.phone_input_input {
  font-size: 16px !important;
  line-height: 30px !important;
  height: 30px !important;
}
.phone_popover_overlay {
  inset: 42px auto auto 0px !important;
}
.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 .row-deleted {
  opacity: 0.5;
}
.bc-salary-report .employee-salary-table {
  overflow-x: scroll;
}
.bc-salary-report .confirmed-text {
  white-space: nowrap;
}
.AccessCode__label {
  margin-bottom: 8px;
  text-align: center;
}
.AccessCode__field {
  text-align: center;
}
.AccessCode__alert-container {
  display: flex;
  justify-content: center;
}
.AccessCode__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.AccessCode__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.AccessCode__alert {
  margin-bottom: 24px;
  width: 100%;
}
.AccessCode__button-container {
  display: flex;
  justify-content: center;
}
.AccessCode__button-container button {
  display: flex;
}
.AccessCode__sign-in-button {
  align-items: center;
}
.Email__label {
  margin-bottom: 8px;
  text-align: center;
  color: #1a1a91;
}
.Email__field {
  text-align: center;
}
.Email__captcha-label {
  margin-bottom: 8px;
  text-align: center;
}
.Email__captcha-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
}
.Email__captcha-container img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.Email__captcha-container .ant-form-item-explain-error {
  margin-left: -130px;
}
.Email__captcha-field {
  width: 70px;
}
.Email__alert-container {
  display: flex;
  justify-content: center;
}
.Email__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Email__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.Email__alert {
  margin-bottom: 24px;
  width: 100%;
}
.Email__button-container {
  display: flex;
  justify-content: center;
}
.Email__button-container button {
  display: flex;
}
.Email__sign-in-button {
  align-items: center;
}
.Password__label {
  margin-bottom: 8px;
  text-align: center;
  color: #1a1a91;
}
.Password__field {
  text-align: center;
}
.Password__captcha-label {
  margin-bottom: 8px;
  text-align: center;
}
.Password__captcha-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
}
.Password__captcha-container img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.Password__captcha-container .ant-form-item-explain-error {
  margin-left: -130px;
}
.Password__captcha-field {
  width: 70px;
}
.Password__alert-container {
  display: flex;
  justify-content: center;
}
.Password__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Password__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.Password__alert {
  margin-bottom: 24px;
  width: 100%;
}
.Password__button-container {
  display: flex;
  justify-content: center;
}
.Password__button-container button {
  display: flex;
}
.Password__sign-in-button {
  align-items: center;
}
.Authorization {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Authorization__form-container {
  padding: 40px;
  width: 450px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (max-width: 490px) {
  .Authorization__form-container {
    padding-inline: 20px;
    width: 100%;
  }
}
.Authorization__title {
  margin-bottom: 20px;
  text-align: center;
  color: #1a1a91;
}
.Authorization__footer-text {
  color: #1a1a91;
}
.Authorization .ant-tabs-tab {
  width: 184px;
  display: flex;
  justify-content: center;
}
@media (max-width: 410px) {
  .Authorization .ant-tabs-tab {
    width: calc((100vw - 66px) / 2);
  }
}
.Authorization .ant-form-item-explain-error {
  text-align: center;
}
.AdditionalTabSavingOverlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: all;
}
.AdditionalTabSavingOverlay__spinner {
  display: flex;
  align-items: center;
  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__content {
  position: relative;
}
.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-add-service-category {
  width: 100%;
}
.bc-add-service-category .form {
  width: 100%;
}
.bc-add-service-category .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-service-category .container .ant-select-selection-search-input,
.bc-add-service-category .container .ant-input {
  font-size: 16px;
}
.bc-add-service-category .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-service-category .container .label {
  min-width: 140px;
}
.bc-add-service-category .container .ant-typography {
  min-width: 80px;
}
.bc-add-service-category .form-space {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .bc-add-service-category .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.bc-adding-modal .container {
  width: 100%;
}
.bc-adding-modal .label-require {
  display: block;
  margin-bottom: 8px;
}
.bc-adding-modal .mg-0 {
  margin-bottom: 0;
}
.bc-adding-modal .custom-amount {
  width: 100%;
}
.bc-adding-modal .empty-cashbox {
  padding: 8px 0;
}
.bc-adding-modal .empty-cashbox .description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-adding-modal .empty-cashbox .description__text {
  margin-right: 4px;
}
.bc-adding-modal .empty-cashbox .description__link {
  color: #1677ff;
}
.bc-adding-modal .empty-expense-article {
  width: 100%;
}
.bc-adding-modal .payments-expense-article-field {
  width: 100%;
}
.bc-adding-modal .expense-date-field {
  width: 100%;
}
.bc-adding-modal .bc-new-article-input {
  padding: 8px;
  background-color: #fff;
}
.bc-adding-modal .bc-new-article-input__container {
  display: flex;
  gap: 8px;
}

.payments-expense-article-field {
  width: 100%;
}
.payments-expense-article-field :global .ant-select-item {
  padding: 0;
}
.payments-expense-article-field :global .ant-select-item-option-content {
  padding: 0;
}

.bc-new-article-option {
  padding: 8px 0;
}

.bc-new-article-input__container {
  display: flex;
  width: 100%;
}
.bc-new-article-input__container .ant-input {
  flex: 1;
}
.bc-new-article-input__container .ant-btn {
  margin-left: 8px;
}

.bc-dropdown-menu {
  border-top: 1px solid #e8e8e8;
  padding: 5px 0;
}
.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;
}
.NewClientsListPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.NewClientsListPage__filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 12px;
}
.NewClientsListPage__type {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  height: 32px !important;
  max-height: 32px !important;
  min-height: 32px !important;
  border-radius: 4px;
  border: 1px dashed #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewClientsListPage__type--hide {
  border: 1px solid transparent;
}
.NewClientsListPage__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 8px;
}
.NewClientsListPage__row__title {
  width: 90px;
  margin: 0 !important;
  line-height: 32px !important;
  white-space: nowrap;
  align-self: first baseline;
}
.NewClientsListPage__row__tooltip {
  color: rgb(55, 58, 60) !important;
  text-align: center !important;
}
.NewClientsListPage__filter-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.NewClientsListPage__filter-wrapper__divider {
  margin: 8px 0;
}
.NewClientsListPage__filter-wrapper__confirm-button {
  align-self: flex-end;
}
.NewClientsListPage__radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
  padding: 0px 4px;
}
.NewClientsListPage__checkbox-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
  padding: 0px 4px;
}
.NewClientsListPage__tag {
  border-radius: 4px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 100%;
  width: max-content;
}
.NewClientsListPage__tags {
  padding-left: 8px;
}
.NewClientsListPage__range-inputs {
  width: 220px;
}
.NewClientsListPage__tags-container {
  max-height: 250px;
  overflow-y: auto;
}
.NewClientsListPage__tags-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.NewClientsListPage__tags-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.NewClientsListPage__tags-container::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.NewClientsListPage__tags-container ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.NewClientsListPage__tree-container {
  max-height: 350px;
  overflow-y: auto;
}
.NewClientsListPage__tree-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.NewClientsListPage__tree-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.NewClientsListPage__tree-container::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.NewClientsListPage__tree-container ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.NewClientsListPage__tags-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
}
.NewClientsListPage__record-tags-divider {
  margin: 0;
}
.NewClientsListPage__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.NewClientsListPage__range-picker {
  width: 240px;
}
.NewClientsListPage__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-self: last baseline;
  justify-content: flex-end;
}
.NewClientsListPage__buttons__item {
  min-width: 140px;
}
.NewClientsListPage__filters-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.NewClientsListPage__filters-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
}
.NewClientsListPage__filters-list__item__button {
  width: 32px !important;
  max-width: 32px !important;
  min-width: 32px !important;
}
.MultiFilter__popup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  padding: 8px;
  list-style-type: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.MultiFilter__input {
  cursor: pointer;
}
.MultiFilter__input__field {
  cursor: pointer;
}
.MultiFilter__input__icon {
  transition: transform 0.3s;
  color: #d9d9d9;
  font-size: 12px;
}
.MultiFilter__input__icon--open {
  transform: rotate(180deg);
}
.MultiFilter__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MultiFilter__divider {
  margin: 8px 0;
}
.MultiFilter__popover-body {
  padding: 8px !important;
}
.MultiFilter__row {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.MultiFilter__row:hover {
  background-color: #f5f5f5;
}
.MultiFilter__row__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
.MultiFilter__row__icon {
  transform: rotate(270deg);
  color: #d9d9d9;
  font-size: 12px;
}
.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;
  }
}
.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;
  }
}
.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-range-with-start-and-end .range-value {
  width: 100px;
}
.bc-range-with-start-and-end .range-value.client-balance {
  width: 150px;
}
.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-visits-history-container {
  max-width: 960px;
  padding-left: 24px;
  padding-right: 10px;
}
.bc-visits-history-container .visits-history-title {
  width: 200px;
}
.bc-visits-history-container .select-visit {
  width: 250px;
  margin: 24px 24px 24px 0;
}
.bc-visits-history-container .visit-count {
  color: #979797;
  font-weight: 500;
}
.bc-visits-history-container .scrollable-content {
  height: 800px;
  overflow-y: scroll;
}
.bc-visits-history-container .scrollable-content .visits-history-header {
  display: flex;
  background-color: #fafafa;
  padding: 12px;
  border-bottom: 2px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 2;
  font-weight: 500;
}
.bc-visits-history-container .scrollable-content .visits-history-header .header-item:nth-child(1) {
  width: 22%;
}
.bc-visits-history-container .scrollable-content .visits-history-header .header-item:nth-child(2) {
  width: 21%;
}
.bc-visits-history-container .scrollable-content .visits-history-header .header-item:nth-child(3) {
  width: 30%;
}
.bc-visits-history-container .scrollable-content .visits-history-header .header-item:nth-child(4) {
  width: 10%;
  text-align: center;
}
.bc-visits-history-container .scrollable-content .visits-history-header .header-item:nth-child(5) {
  width: 15%;
  text-align: right;
}
.bc-visits-history-container .records-list-container {
  padding: 0 8px;
}
.bc-visits-history-container .records-list-container .records-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.bc-visits-history-container .records-list-container .records-list-item .records-list-date {
  font-weight: 500;
  font-size: 15px;
  color: gray;
  margin: 10px 0;
}
.bc-visits-history-container .records-list-container .records-list-item .record {
  display: flex;
  margin-bottom: 24px;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-time {
  width: 24%;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-time .record-employee {
  max-width: 200px;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-time .record-employee .record-icon {
  margin: 0 8px;
  color: #999;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-time .record-employee_buttons {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-time .open-record-button {
  border: 1px solid #1677ff;
  height: 30px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-status {
  width: 21%;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-status .status-icon {
  margin-right: 6px;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services {
  width: 60%;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item {
  display: flex;
  padding: 2px 0;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-name {
  width: 50%;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-name .service-icon {
  margin-right: 6px;
  color: rgba(0, 139, 246, 0.57);
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-cost {
  width: 25%;
  text-align: center;
  position: relative;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-cost .discount-label {
  position: absolute;
  top: 0;
  margin-left: 4px;
  color: white;
  border-radius: 3px;
  background: #f0ad4e;
  font-size: 10px;
  padding: 1px 4px;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-cost .cost-strikethrough {
  padding: 0;
  margin: 0;
  text-decoration: line-through;
  color: gray;
}
.bc-visits-history-container .records-list-container .records-list-item .record .record-services .service-item .service-paid {
  width: 25%;
  text-align: center;
}
.bc-edit-client {
  height: 100%;
}
.bc-edit-client .bc-add-client {
  padding-bottom: 24px;
}
.bc-edit-client .ant-tabs-left {
  height: 90%;
}
.bc-edit-client .ant-tabs-left .ant-tabs-content {
  height: 100%;
}
.bc-edit-client .ant-tabs-left .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  max-height: 1200px;
}
.bc-edit-client .ant-collapse-header .ant-collapse-header-text {
  font-weight: 600;
}
.bc-edit-client .ant-tabs-nav {
  max-width: 200px;
  min-width: 200px;
}
.bc-edit-client .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 40px 8px 0;
}

@media screen and (min-width: 1024px) {
  .bc-edit-client .ant-tabs-content-holder {
    margin-top: -65px;
  }
}
@media screen and (max-width: 834px) {
  .bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px 8px 24px;
  }
  .bc-edit-employee .ant-tabs-content-holder {
    margin-top: 0;
  }
}
.excel-window_wrapper {
  max-width: 600px;
  width: 100%;
}
.excel-window_wrapper .import-complete-icon {
  color: rgb(22, 119, 255);
}
.excel-window_wrapper .description-text {
  font-weight: 600;
  font-size: 24px;
}
.excel-window_wrapper .changed-count {
  color: rgb(22, 119, 255);
}
.excel-window_wrapper .skipped-count {
  color: #ff4d4f;
}
.excel-window_wrapper .added-count {
  color: #52c41a;
}
.excel-window_wrapper .excel-window_container .upload-success .cancel-button {
  margin-top: 20px;
}
.excel-window_wrapper .excel-window_container .upload-success h4 {
  margin-top: 0;
}
.excel-window_wrapper .excel-window_container .upload-success h4 .anticon {
  margin-right: 10px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .info-item {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding-top: 10px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .green {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .blue {
  background-color: #e6f4ff;
  border: 1px solid #91caff;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .red {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.excel-window_wrapper .excel-window_container .upload-success .errors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .ant-typography {
  margin-top: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list {
  margin: 0;
  width: 100%;
  padding: 0;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item {
  margin-bottom: 20px;
  text-align: initial;
  width: 100%;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-head {
  background-color: #fafafa;
  min-height: 46px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body {
  padding: 10px 15px;
  display: flex;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body .anticon-warning {
  align-self: flex-start;
  margin-right: 5px;
  margin-top: 3px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body .ant-typography {
  margin-top: 0;
  min-width: fit-content;
  margin-right: 20px;
}
.excel-window_wrapper .excel-window_container .ant-spin-nested-loading {
  position: absolute;
  width: -webkit-fill-available;
  top: 50%;
}
.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 .employee_avatar {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.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;
  }
}
.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;
  }
}
.Positions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.Positions__table {
  width: 100%;
  min-width: 0;
}
.Positions__table .ant-spin-nested-loading, .Positions__table .ant-spin-container, .Positions__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.Positions__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.Positions__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.Positions__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.Positions__table .ant-pagination-options {
  margin-inline-start: auto;
}

@media screen and (max-width: 834px) {
  .Positions__table .ant-table-pagination.ant-pagination {
    row-gap: 10px;
  }
  .Positions__table .ant-pagination-options {
    margin-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .Positions {
    gap: 12px;
  }
  .Positions__table .ant-table-pagination.ant-pagination {
    margin-top: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
  }
  .Positions__table .ant-pagination-total-text, .Positions__table .ant-pagination-options {
    margin-inline: 0;
  }
  .Positions__table .ant-pagination-total-text {
    order: 3;
  }
}
@media screen and (max-width: 550px) {
  .Positions__table .ant-table {
    font-size: 13px;
  }
}
@charset "UTF-8";
.BeelineAbonentsSelector {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
}
.BeelineAbonentsSelector__header {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.BeelineAbonentsSelector__checkbox-select-all {
  white-space: nowrap;
}
.BeelineAbonentsSelector__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  align-content: start;
}
.BeelineAbonentsSelector__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.BeelineAbonentsSelector__list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.BeelineAbonentsSelector__list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.BeelineAbonentsSelector__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.BeelineAbonentsSelector__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px 16px;
  column-gap: 8px;
  align-items: center;
  min-width: 0;
}
.BeelineAbonentsSelector__checkbox-wrapper {
  min-width: 0;
}
н .BeelineAbonentsSelector__checkbox-wrapper {
  cursor: pointer;
}
н .BeelineAbonentsSelector__checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: default;
}
.BeelineAbonentsSelector__checkbox-wrapper .ant-checkbox + span {
  min-width: 0;
}
.BeelineAbonentsSelector__phone-text {
  display: inline-block;
  min-width: 12ch;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  cursor: inherit;
}
.BeelineAbonentsSelector__icon-slot {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BeelineAbonentsSelector__info-icon {
  font-size: 14px;
}
.BeelineAbonentsSelector__info-icon--warning {
  color: #d89614;
}
.BeelineAbonentsSelector__info-icon--info {
  color: #1668dc;
}
.BeelineAbonentsSelector__info-icon--error {
  color: #dc4446;
}
.BeelineAbonentsSelector__popoverOverlay .ant-popover-inner-content {
  padding: 0px;
}
.BeelineAbonentsSelector__popoverOverlay .ant-typography {
  margin: 0;
  line-height: 1.3;
}
.BeelineAbonentsSelector__popover {
  max-width: 320px;
}
.BeelineAbonentsSelector__popover-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.BeelineAbonentsSelector__popover-line {
  display: flex;
  gap: 8px;
  align-items: first baseline;
}
.BeelineAbonentsSelector__popover-grid {
  display: grid;
  row-gap: 6px;
}
.BeelineAbonentsSelector__popover-field {
  display: flex;
  gap: 6px;
  align-items: baseline;
  flex-wrap: wrap;
}
.BeelineAbonentsSelector__popover-field-label {
  font-weight: 600;
}
.Add1CIntegrationModal__title {
  display: flex;
  align-items: center;
}
.Add1CIntegrationModal__titleText {
  margin: 0;
}
.Add1CIntegrationModal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Add1CIntegrationModal__stepContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px;
}
.Add1CIntegrationModal__form {
  width: 100%;
}
.Add1CIntegrationModal__connectionAlert {
  border: 1px solid #ff4d4f;
  background: rgba(255, 77, 79, 0.06);
  color: #ff4d4f;
  padding: 10px 12px;
  border-radius: 8px;
}
.Add1CIntegrationModal__sectionTitle {
  font-weight: 600;
}
.Add1CIntegrationModal__sectionHint {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
}
.Add1CIntegrationModal__warehouses {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px;
  max-height: 240px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.01);
}
.Add1CIntegrationModal__warehousesList {
  width: 100%;
}
.Add1CIntegrationModal__warehousesLoading {
  padding: 6px 2px;
}
.Add1CIntegrationModal__saveValidation {
  display: inline-block;
  margin-top: 4px;
}
.Add1CIntegrationModal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.IntegrationSteps {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 0 10px;
}
.IntegrationSteps__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.IntegrationSteps__step {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.IntegrationSteps__circle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
  background: #ffffff;
  flex: 0 0 auto;
}
.IntegrationSteps__circle--active {
  background: #1677ff;
  border-color: #1677ff;
  color: #ffffff;
  font-weight: 600;
}
.IntegrationSteps__circle--done {
  background: rgba(22, 119, 255, 0.1);
  border-color: rgba(22, 119, 255, 0.3);
  color: #1677ff;
}
.IntegrationSteps__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.IntegrationSteps__stepLabel {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.IntegrationSteps__stepLabel--active {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
}
.IntegrationSteps__stepLabel--done {
  color: rgba(0, 0, 0, 0.65);
}
.IntegrationSteps__title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IntegrationSteps__title--active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.IntegrationSteps__title--done {
  color: rgba(0, 0, 0, 0.78);
}
.IntegrationSteps__divider {
  height: 2px;
  width: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}
.IntegrationSteps__divider--done {
  background: rgba(22, 119, 255, 0.35);
}
.Edit1CIntegrationModal__title {
  display: flex;
  align-items: center;
}
.Edit1CIntegrationModal__titleText {
  margin: 0;
}
.Edit1CIntegrationModal__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Edit1CIntegrationModal__mode {
  display: flex;
  justify-content: flex-start;
}
.Edit1CIntegrationModal__loading {
  padding: 10px 0 6px;
}
.Edit1CIntegrationModal__stepContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px;
}
.Edit1CIntegrationModal__form {
  width: 100%;
}
.Edit1CIntegrationModal__hint {
  display: inline-block;
  margin-top: 2px;
}
.Edit1CIntegrationModal__sectionTitle {
  font-weight: 600;
}
.Edit1CIntegrationModal__sectionHint {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
}
.Edit1CIntegrationModal__warehouses {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px;
  max-height: 240px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.01);
}
.Edit1CIntegrationModal__warehousesList {
  width: 100%;
}
.Edit1CIntegrationModal__saveValidation {
  display: inline-block;
  margin-top: 4px;
}
.Edit1CIntegrationModal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.bc-integrations .image {
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
}
.bc-integrations .image span {
  font-size: 18px;
}
.bc-integrations .integration-login {
  max-width: 600px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.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;
}

.email-checkbox {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .bc-integrations .integrations-table {
    overflow-x: scroll;
  }
}
.bc-sales-funnel-lead-column {
  margin-bottom: 10px;
}
.bc-sales-funnel-lead-column .main-flex {
  height: 100%;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper {
  border-radius: 10px;
  background-color: #d9d9d9;
  width: 250px;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper .status-line {
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper .content-container {
  padding: 5px 10px;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper .content-container .chat-content-container {
  max-width: 150px;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper .content-container .info-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-sales-funnel-lead-column .main-flex .column-wrapper .content-container .info-block .sales-funnel-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
}
.bc-sales-funnel-lead-column .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-lead-column .main-flex .column-wrapper .content-container .divider {
  background-color: #434343;
  margin: 8px 0;
}
.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;
}
.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-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-add-legal-entities {
  width: 100%;
}
.bc-add-legal-entities .form {
  width: 100%;
}
.bc-add-legal-entities .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-legal-entities .container .ant-select-selection-search-input,
.bc-add-legal-entities .container .ant-input {
  font-size: 16px;
}
.bc-add-legal-entities .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-legal-entities .container .label {
  min-width: 140px;
}
.bc-add-legal-entities .container .ant-typography {
  min-width: 80px;
}
.bc-add-legal-entities .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-legal-entities .save-button {
  max-width: 150px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-add-legal-entities .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.LegalEntities {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.LegalEntities__table {
  width: 100%;
  min-width: 0;
}
.LegalEntities__table .ant-spin-nested-loading, .LegalEntities__table .ant-spin-container, .LegalEntities__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.LegalEntities__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.LegalEntities__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.LegalEntities__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.LegalEntities__table .ant-pagination-options {
  margin-inline-start: auto;
}
.LegalEntities__row {
  cursor: default;
}
.LegalEntities__row--archived {
  opacity: 0.6;
}
.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;
  }
}
.PurchaseLicensePage {
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.PurchaseLicensePage__header {
  margin-bottom: 16px;
}
.PurchaseLicensePage__title {
  margin: 0;
}
.PurchaseLicensePage__periods {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PurchaseLicensePage__row {
  margin-top: 8px;
}
.PurchaseLicensePage__counter {
  display: flex;
  gap: 8px;
  align-items: center;
}
.PurchaseLicensePage__counterValue {
  min-width: 36px;
  text-align: center;
}
.PurchaseLicensePage__totalToPay {
  font-size: 18px;
}
.PurchaseLicensePage__payButton {
  margin-top: 16px;
}
.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-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;
  max-width: 200px;
}
.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;
}
.ServiceCategories {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.ServiceCategories__table {
  width: 100%;
  min-width: 0;
}
.ServiceCategories__table .ant-spin-nested-loading, .ServiceCategories__table .ant-spin-container, .ServiceCategories__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.ServiceCategories__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.ServiceCategories__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.ServiceCategories__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.ServiceCategories__table .ant-pagination-options {
  margin-inline-start: auto;
}

@media screen and (max-width: 834px) {
  .ServiceCategories__table .ant-table-pagination.ant-pagination {
    row-gap: 10px;
  }
  .ServiceCategories__table .ant-pagination-options {
    margin-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .ServiceCategories {
    gap: 12px;
  }
  .ServiceCategories__table .ant-table-pagination.ant-pagination {
    margin-top: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
  }
  .ServiceCategories__table .ant-pagination-total-text, .ServiceCategories__table .ant-pagination-options {
    margin-inline: 0;
  }
  .ServiceCategories__table .ant-pagination-total-text {
    order: 3;
  }
}
@media screen and (max-width: 550px) {
  .ServiceCategories__table .ant-table {
    font-size: 13px;
  }
}
.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);
}
.bc-email-logs .filters {
  margin-bottom: 20px;
}
.bc-email-logs .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;
}
.bc-email-logs .filters_search {
  max-width: 35%;
  flex-grow: 1;
  box-sizing: border-box;
}
.bc-email-logs .filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.bc-email-logs .filters_buttons_item {
  min-width: 140px;
}
.bc-email-logs .logs-table {
  width: 100%;
  overflow: scroll;
}
.bc-email-logs .logs-table table {
  table-layout: auto !important;
}
.DayColumn {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.DayColumn__grid {
  display: flex;
  flex-direction: column;
  position: relative;
}
.DayColumn__restricted {
  min-height: 100%;
  background-color: #fafafa;
}
.DayColumn__slot {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s;
}
.DayColumn__slot:nth-child(odd) {
  border-bottom-style: dashed;
}
.DayColumn__slot--occupied {
  cursor: default;
}
.DayColumn__slot:not(.DayColumn__slot--occupied):not(.DayColumn__slot--disabled):hover {
  background-color: #f0f7ff;
}
.DayColumn__slot:not(.DayColumn__slot--occupied):not(.DayColumn__slot--disabled):hover .DayColumn__slot-hover {
  opacity: 1;
}
.DayColumn__slot--disabled {
  cursor: default;
}
.DayColumn__slot--non-working {
  background-color: #f5f5f5;
  cursor: pointer;
}
.DayColumn__slot--non-working:not(.DayColumn__slot--disabled):hover {
  background-color: #ebebeb;
}
.DayColumn__slot--non-working:not(.DayColumn__slot--disabled):hover .DayColumn__slot-hover {
  opacity: 1;
}
.DayColumn__slot--break {
  background-color: #f0f0f0;
  cursor: default;
}
.DayColumn__break-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #bfbfbf;
  letter-spacing: 0.02em;
  pointer-events: none;
  z-index: 1;
}
.DayColumn__slot-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.DayColumn__slot-time {
  font-size: 11px;
  font-weight: 500;
  color: #1890ff;
  line-height: 1;
}
.DayColumn__slot-label {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1;
}
.DaysHeadersStrip {
  position: sticky;
  top: 0;
  z-index: 5;
  overflow: clip;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.DaysHeadersStrip__track {
  display: grid;
  gap: 1px;
}
.DaysHeadersStrip__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  height: 96px;
  padding: 8px 12px;
  background-color: #fafafa;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  text-align: center;
}
.DaysHeadersStrip__weekday {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.DaysHeadersStrip__date {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.DaysViewport {
  flex: 1;
  min-width: 0;
  overflow: clip;
}
.DaysViewport__track {
  display: grid;
  gap: 1px;
  min-height: 100%;
  position: relative;
}
.DaysViewport__column {
  min-width: 0;
}
.IndividualCalendarLayout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.IndividualCalendarLayout__scroll-area {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column: 1/-1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  position: relative;
}
.IndividualCalendarLayout__scroll-area::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.IndividualCalendarLayout__scroll-area::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
}
.IndividualCalendarLayout__scroll-area::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.IndividualCalendarLayout__scroll-area ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.IndividualCalendarLayout__timeline {
  position: relative;
}
.IndividualCalendarLayout__timeline--left {
  border-right: 1px solid #f0f0f0;
}
.IndividualCalendarLayout__timeline--right {
  border-left: 1px solid #f0f0f0;
}
.IndividualCalendarLayout__center {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: clip;
  background-color: #fff;
}
.IndividualCalendarLayout__content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  background-color: #fff;
}
.IndividualCalendarLayout__empty {
  grid-column: 1/-1;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .IndividualCalendarLayout {
    grid-template-columns: auto 1fr auto;
  }
}
.NewIndividualCalendarHeader {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(280px, 1fr) minmax(260px, auto);
  align-items: stretch;
  gap: 12px;
  min-height: 48px;
  width: 100%;
  padding: 6px 12px 6px 0;
}
@media screen and (max-width: 1100px) {
  .NewIndividualCalendarHeader {
    grid-template-columns: minmax(180px, 1fr) minmax(230px, 1fr) minmax(0, 1fr);
  }
}
.NewIndividualCalendarHeader__section {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.NewIndividualCalendarHeader__section--left {
  justify-content: flex-start;
}
.NewIndividualCalendarHeader__section--center {
  justify-content: center;
  flex-wrap: nowrap;
}
.NewIndividualCalendarHeader__section--center > * {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 360px;
}
.NewIndividualCalendarHeader__section--right {
  justify-content: flex-end;
}
.NewIndividualCalendarHeader__left-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}
.NewIndividualCalendarHeader__today-button {
  flex-shrink: 0;
}
.NewIndividualCalendarHeader__employee-name {
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NewIndividualCalendarHeader__action {
  display: flex;
  min-width: 0;
  width: 100%;
  justify-content: flex-end;
}
.NewIndividualCalendarHeader__action-button {
  min-height: 40px;
  min-width: 40px;
  padding-inline: 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .NewIndividualCalendarHeader {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 6px 12px 0;
  }
  .NewIndividualCalendarHeader__section {
    width: 100%;
    align-items: stretch;
  }
  .NewIndividualCalendarHeader__section--left {
    flex-direction: column;
    gap: 10px;
  }
  .NewIndividualCalendarHeader__section--center {
    justify-content: stretch;
  }
  .NewIndividualCalendarHeader__section--center > * {
    max-width: none;
  }
  .NewIndividualCalendarHeader__section--right {
    justify-content: stretch;
  }
  .NewIndividualCalendarHeader__left-summary {
    flex-direction: column;
    align-items: stretch;
  }
  .NewIndividualCalendarHeader__today-button {
    width: 100%;
  }
  .NewIndividualCalendarHeader__employee-name {
    text-align: center;
    white-space: normal;
    word-break: break-word;
    font-size: 15px;
    line-height: 1.4;
  }
  .NewIndividualCalendarHeader__action {
    justify-content: stretch;
  }
  .NewIndividualCalendarHeader__action-button {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .NewIndividualCalendarHeader {
    gap: 10px;
    padding: 0 12px;
  }
  .NewIndividualCalendarHeader__employee-name {
    font-size: 14px;
  }
  .NewIndividualCalendarHeader__action {
    width: 100%;
  }
}
.NewIndividualCalendarPage {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.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;
}
.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;
}
.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;
  }
}
.Registration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Registration__form-container {
  padding: 0 40px;
  width: 400px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Registration__title, .Registration__captcha-title {
  margin-bottom: 20px;
  text-align: center;
  color: #1a1a91 !important;
}
.Registration__captcha-title {
  font-weight: 400;
}
.Registration__agreement {
  color: #1a1a91 !important;
}
.Registration__login-text {
  color: #1a1a91 !important;
}
.Registration__city-select span:nth-of-type(2) {
  color: #d9d9d9 !important;
}
.Registration__captcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Registration__captcha-field-item {
  margin: 0 0 0 14px;
  display: inline-block;
}
.Registration__captcha-field-item #registration_captcha_help {
  position: absolute;
  width: 200px;
}
.Registration__captcha-field {
  width: 70px;
}
.Registration__alert-container {
  margin-bottom: 20px;
}
.Registration__submit-button {
  width: 100%;
}
.Registration .phone-label {
  display: none;
}
.Registration .phone-input-wrapper > div {
  height: 32px;
}
.Registration .phone-input-wrapper .country-container {
  height: 22px;
}
@media (max-height: 816px) {
  .Registration {
    height: fit-content;
  }
}
@media (max-width: 480px) {
  .Registration__form-container {
    width: 100%;
    padding: 0 16px;
    border-radius: 0;
    box-shadow: none;
  }
}
.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~16.72df5b90.css.map*/