.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-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: 4px 4px;
  background-color: #ffffff;
  margin-bottom: 8px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
  border: 2px solid;
}
.bc-edit-sales-funnel-robot-component:hover {
  background-color: #fafafa;
}
.bc-edit-sales-funnel-robot-component .icon-column {
  width: 26px;
  flex-shrink: 0;
  padding-top: 2px;
}
.bc-edit-sales-funnel-robot-component .icon-column .icon {
  font-size: 16px;
}
.bc-edit-sales-funnel-robot-component .icon-column .logs-icon {
  font-size: 14px;
  color: #faad14;
  cursor: pointer;
}
.bc-edit-sales-funnel-robot-component .content-column {
  min-width: 0;
}
.bc-edit-sales-funnel-robot-component .robot-name {
  font-size: 15px;
  line-height: 1.3;
}
.bc-edit-sales-funnel-robot-component .robot-comment .comment-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc-edit-sales-funnel-robot-component .robot-info {
  font-size: 13.5px;
  line-height: 1.45;
}
.bc-edit-sales-funnel-robot-component .info-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bc-edit-sales-funnel-robot-component .info-line .robot-info__label {
  color: #656363;
  flex-shrink: 0;
}
.bc-edit-sales-funnel-robot-component .short-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-edit-sales-funnel-robot-component .progress-section {
  margin-top: 4px;
}
.bc-edit-sales-funnel-robot-component .error-icon {
  color: #ff4d4f;
  cursor: default;
}
.payment-button {
  display: flex;
  align-items: center;
  width: 250px;
}
.payment-button button {
  height: 50px;
}
.payment-button .payment-receipt {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  width: 185px;
}
.payment-button .payment-receipt .receipt-title-container {
  max-width: 100%;
}
.payment-button .payment-receipt .receipt-title {
  margin: 0;
  max-width: 100%;
}
.payment-button .payment-receipt .receipt-description {
  margin: 0;
  color: #979797;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 141px;
}
.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: 6px;
  align-items: center;
  width: 100%;
}
.statuses__button {
  font-size: 13px;
  height: 28px;
  padding: 0 10px;
}
.statuses__button .icon {
  font-size: 13px;
}

@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__form .ant-divider-horizontal {
  margin: 12px 0;
}
.record-details__form .ant-form-item {
  position: relative;
}
.record-details__form .ant-form-item-explain {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 100%;
  width: max-content;
  max-width: 400px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #fff;
  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);
  color: #ff4d4f;
  font-size: 12px;
  line-height: 1.3;
  pointer-events: none;
}
.record-details__form .ant-form-item-explain .ant-form-item-explain-error {
  color: #ff4d4f;
}
.record-details__form .ant-form-item-has-error:hover .ant-form-item-explain,
.record-details__form .ant-form-item-has-error:focus-within .ant-form-item-explain {
  display: block;
}
.record-details__validation-summary {
  text-align: left;
}
.record-details__validation-summary-title {
  font-weight: 600;
}
.record-details__validation-summary-list {
  margin: 4px 0 0;
  padding-left: 18px;
}
.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%;
  min-width: 0;
  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: 6px;
}
.record-details__main-fields-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
}
.record-details__main-fields-item--textarea {
  align-items: flex-start;
}
.record-details__main-fields-item--textarea .record-details__main-fields-label {
  padding-top: 9px;
}
.record-details__main-fields .record-details__comment-textarea {
  max-width: 400px;
  resize: vertical !important;
}
.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 {
  position: relative;
  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-phone-info-tooltip {
  margin-bottom: 0;
}
.record-details__services + .record-details__services {
  border-top: 1px solid rgba(5, 5, 5, 0.06);
  margin-top: 12px;
  padding-top: 12px;
}
.record-details__services {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  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-save {
  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: "*";
}

.record-details__main-fields .phone-info {
  margin-bottom: 0px !important;
}
.record-details__main-fields .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-item--textarea .record-details__main-fields-label {
    padding-top: 0;
  }
  .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: 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__footer-button {
    min-width: 150px;
  }
  .record-details__footer-button-save {
    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__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-save {
    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: 600px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.services__table .ant-form-item {
  margin-bottom: 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 8px 0 0;
  font-weight: 600;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.services__th:last-child {
  padding-right: 0;
}
.services__th:nth-child(2) {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
}
.services__cell {
  padding: 4px 8px 4px 0;
  vertical-align: top;
  max-width: none;
  background-color: #fff;
}
.services__cell .ant-input-number {
  width: 100%;
  min-width: 0;
}
.services__cell:last-child {
  padding-right: 0;
}
.services__cell:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.services__cell-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services__cell .discount-field {
  flex-direction: row;
  gap: 10px;
}
.services__checkbox {
  width: 28px;
  text-align: center;
}
.services__checkbox .ant-form-item {
  margin-bottom: 0;
}
.services__checkbox .ant-form-item-control-input {
  justify-content: center;
}
.services__checkbox .ant-checkbox-wrapper {
  justify-content: center;
}
.services__name {
  width: auto;
  min-width: 160px;
}
.services__employee {
  width: 110px;
}
.services__quantity {
  width: 70px;
}
.services__price {
  width: 80px;
}
.services__discount {
  width: 132px;
}
.services__total {
  width: 76px;
  text-align: center;
}
.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:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.services__footer + .services__footer .services__footer-cell {
  padding-top: 0;
}
.services__footer-cell {
  padding: 4px 8px 4px 0;
  text-align: center;
  background-color: #fff;
}
.services__footer-cell:last-child {
  padding-right: 0;
}
.services__footer-cell:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.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: auto;
}
.product-sale-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.product-sale-items__notice {
  line-height: 18px;
}
.product-sale-items__scroll-wrapper {
  width: 100%;
  overflow-x: auto;
}
.product-sale-items__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
.product-sale-items__header, .product-sale-items__item {
  display: grid;
  grid-template-columns: 28px minmax(100px, 1.2fr) minmax(110px, 1.4fr) minmax(64px, 0.6fr) minmax(76px, 0.7fr) minmax(132px, 1.2fr) minmax(90px, 1fr) minmax(70px, 0.6fr) 32px;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.product-sale-items__header {
  align-items: center;
  margin-bottom: -3px;
}
.product-sale-items__header-total {
  text-align: center;
}
.product-sale-items__item {
  align-items: center;
  padding: 2px 0;
}
.product-sale-items__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.product-sale-items__checkbox .ant-form-item-control {
  flex: none;
}
.product-sale-items__field {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}
.product-sale-items__field .total-quantity {
  display: block;
  text-align: center;
}
.product-sale-items__field .ant-form-item-label {
  display: none;
  padding-bottom: 2px;
  font-weight: 600;
}
.product-sale-items__field .ant-select,
.product-sale-items__field .ant-input-number,
.product-sale-items__field .ant-input {
  width: 100%;
}
.product-sale-items__field-discount .ant-form-item-control-input-content {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 8px;
}
.product-sale-items__product-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-sale-items__product-label span {
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.product-sale-items__total {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.product-sale-items__total-label {
  display: none;
}
.product-sale-items__error {
  color: #ff4d4f;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}
.product-sale-items__footer {
  margin-left: 36px;
  margin-top: -4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.product-sale-items__summary {
  display: flex;
  gap: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .product-sale-items__header {
    display: none;
  }
  .product-sale-items__item {
    grid-template-columns: 32px repeat(2, minmax(0, 1fr)) 32px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .product-sale-items__field .ant-form-item-label {
    display: block;
  }
  .product-sale-items__total {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-sale-items__total-label {
    display: inline;
  }
  .product-sale-items__checkbox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .product-sale-items__item {
    grid-template-columns: 1fr;
  }
  .product-sale-items__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .product-sale-items__summary {
    justify-content: space-between;
  }
}
.employee {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}
.employee .ant-form-item {
  margin-bottom: 0;
}
.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;
  margin-bottom: 12px;
}
.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-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: 12px;
}
.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;
  width: 100%;
  min-width: 0;
  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%;
  min-width: 0;
  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;
  width: 100%;
  min-width: 0;
}
.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 {
  width: 100%;
  min-width: 0;
}
.clients-by-phone__radio-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  align-items: center;
  overflow: visible;
  width: 100%;
  min-width: 0;
}
.clients-by-phone__radio-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.88);
  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;
  width: 100%;
  min-width: 0;
  word-break: break-word;
  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: 13px !important;
  line-height: 140%;
  word-break: break-word;
}
.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;
  }
}
.phone-verified-toggle {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
}
.phone-verified-toggle--checked {
  color: #52c41a;
}
.phone-verified-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 550px) {
  .phone-verified-toggle {
    left: auto;
    right: 0;
    top: -26px;
    transform: none;
  }
}
.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;
}
.record-documents__modal {
  max-width: 1400px;
}
.record-documents__modal .ant-modal-body {
  display: flex;
  height: 80vh;
}
.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;
}
.client-card-in-record-modal {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
.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;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.bc-medical-card .ant-select {
  width: 100%;
}
.bc-medical-card .page-title {
  margin: 0 0 10px 0;
}
.bc-medical-card .page-title .status-tag {
  margin-left: 12px;
  vertical-align: middle;
}
.bc-medical-card .field-container {
  margin-bottom: 24px;
}
.bc-medical-card .card-title {
  margin: 0px 0px 16px 0px;
}
.bc-medical-card .diagnosis-card,
.bc-medical-card .action-button {
  margin-bottom: 16px;
}
.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-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%;
  }
}
.ClientFields {
  width: 100%;
}
.ClientFields__table {
  width: 100%;
}
.ClientFields__row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.ClientFieldsPageHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ClientFieldsPageHeader .full-width {
  width: 100%;
}
.bc-add-client {
  display: flex;
  gap: 80px;
}
.bc-add-client .phone-input-container {
  max-width: 400px;
  width: 100%;
}
.bc-add-client .phone-container {
  align-items: baseline !important;
}
.bc-add-client .phone-container .phone-label {
  padding-top: 10px;
}
.bc-add-client .bc-form {
  max-width: 600px;
  width: 100%;
}
.bc-add-client .form-fields-space-container {
  width: 100%;
}
.bc-add-client .field-date {
  width: 100% !important;
}
.bc-add-client .tags-selector .ant-select-selection-item-content {
  margin-top: 4px;
}
.bc-add-client .first-column {
  min-width: 180px;
}
.bc-add-client .avatar-container-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bc-add-client .avatar-container-tablet {
  display: none;
}
.bc-add-client .field-container {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}
.bc-add-client .field-container .ant-typography {
  min-width: 180px;
}
.bc-add-client .field-container .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-add-client .field-container .ant-form-item {
  max-width: 400px;
  width: 100%;
}
.bc-add-client .textarea-container {
  align-items: flex-start !important;
}
.bc-add-client .bc-masked-phone-input {
  max-width: 100%;
}
.bc-add-client .save-button-wrapper {
  display: flex;
  gap: 16px;
}
.bc-add-client .phone-verify-wrapper {
  margin-top: -15px;
}
.bc-add-client .tag-icon {
  margin-right: 5px;
}
.bc-add-client .avatar-without-photo {
  opacity: 80%;
}

@media screen and (max-width: 940px) {
  .bc-add-client .bc-masked-phone-input .code-and-input-space {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 834px) {
  .bc-add-client .avatar-container-tablet {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }
  .bc-add-client .avatar-container-desktop {
    display: none;
  }
  .bc-add-client .field-container {
    flex-direction: column;
  }
  .bc-add-client .bc-masked-phone-input .code-and-input-space {
    margin-left: 0px !important;
  }
  .bc-add-client .bc-masked-phone-input .input-with-mask {
    max-width: 307px;
  }
}
.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;
}
.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;
  }
}
.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-employee-portfolio {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bc-employee-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.bc-employee-portfolio__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  cursor: grab;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bc-employee-portfolio__card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.bc-employee-portfolio__image-wrapper {
  position: relative;
  background-color: #f5f5f5;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bc-employee-portfolio__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-employee-portfolio__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 10px, #f0f0f0 10px, #f0f0f0 20px);
}
.bc-employee-portfolio__image-placeholder-icon {
  width: 40px;
  height: 28px;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  position: relative;
}
.bc-employee-portfolio__image-placeholder-icon::before, .bc-employee-portfolio__image-placeholder-icon::after {
  content: "";
  position: absolute;
  border-radius: 2px;
}
.bc-employee-portfolio__image-placeholder-icon::before {
  width: 12px;
  height: 12px;
  border: 2px solid #d9d9d9;
  top: 6px;
  left: 6px;
}
.bc-employee-portfolio__image-placeholder-icon::after {
  width: 24px;
  height: 12px;
  border-left: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  right: 4px;
  bottom: 6px;
  transform: skewX(-12deg);
}
.bc-employee-portfolio__menu-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.96);
}
.bc-employee-portfolio__description {
  padding: 4px 12px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.85);
  min-height: 52px;
  max-height: 96px;
  overflow-y: auto;
  margin: 4px 4px 4px 0px;
}
.bc-employee-portfolio__description::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.bc-employee-portfolio__description::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.bc-employee-portfolio__description::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.bc-employee-portfolio__description ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.bc-employee-portfolio__empty {
  margin-top: 32px;
}
.bc-employee-portfolio__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
  height: 100%;
  min-height: 400px;
}

.bc-employee-portfolio-modal__upload {
  margin-bottom: 16px;
}
.bc-employee-portfolio-modal__upload-text {
  margin: 12px 0;
}
.bc-employee-portfolio-modal__description {
  margin-top: 8px;
}
.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;
}
.LoyaltyBindingConflictItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.LoyaltyBindingConflictItem .ant-typography {
  margin-bottom: 0;
}
.LoyaltyBindingConflictItem .ant-btn {
  align-self: flex-start;
}
.LoyaltyChatSettingsModal .ant-form-item {
  margin-bottom: 12px;
}
.LoyaltyChatSettingsModal .ant-alert {
  margin-bottom: 12px;
}
.LoyaltyChatSettingsModal .ant-divider {
  font-size: 13px;
}
.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);
}
@keyframes connect-integration-modal-pulse {
  0%, 100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}
.connect-integration-modal__steps {
  margin-bottom: 16px;
}
.connect-integration-modal__state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  text-align: center;
}
.connect-integration-modal__success-icon {
  font-size: 48px;
  color: #52c41a;
}
.connect-integration-modal__qr-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.connect-integration-modal__instruction {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.connect-integration-modal__qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.connect-integration-modal__qr-image {
  width: 264px;
  align-self: center;
}
.connect-integration-modal__qr-progress {
  position: relative;
  width: 264px;
  height: 264px;
}
.connect-integration-modal__qr-skeleton {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: #fafafa;
  animation: connect-integration-modal-pulse 1.6s ease-in-out infinite;
}
.connect-integration-modal__qr-skeleton-modules {
  position: absolute;
  inset: 22px;
  opacity: 0.7;
  background-image: repeating-linear-gradient(90deg, #e0e0e0 0 11px, transparent 11px 22px), repeating-linear-gradient(0deg, #e0e0e0 0 11px, transparent 11px 22px);
}
.connect-integration-modal__qr-skeleton-corner {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 12px solid #d9d9d9;
  border-radius: 6px;
  background: #fafafa;
}
.connect-integration-modal__qr-skeleton-corner--top-left {
  top: 18px;
  left: 18px;
}
.connect-integration-modal__qr-skeleton-corner--top-right {
  top: 18px;
  right: 18px;
}
.connect-integration-modal__qr-skeleton-corner--bottom-left {
  bottom: 18px;
  left: 18px;
}
.connect-integration-modal__qr-state {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.connect-integration-modal__qr-state-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.connect-integration-modal__instruction--loading {
  color: rgba(0, 0, 0, 0.45);
  animation: connect-integration-modal-pulse 1.6s ease-in-out infinite;
}
.connect-integration-modal__instruction--loading .ant-typography {
  color: inherit;
}
.connect-integration-modal__qr-progress > .connect-integration-modal__progress-indicator {
  position: absolute;
  inset: 0;
  justify-content: center;
}
.connect-integration-modal__progress-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.connect-integration-modal__instruction-step {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.connect-integration-modal__instruction--loading .connect-integration-modal__instruction-number {
  background: #f0f0f0;
  color: inherit;
}
.connect-integration-modal__instruction-number {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e6f4ff;
  color: #1677ff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-integration-modal__form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.connect-integration-modal__phone-form, .connect-integration-modal__password-form, .connect-integration-modal__bot-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
.connect-integration-modal__code-stage {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
}

.connect-integration-modal__provider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0 8px;
}
.connect-integration-modal__provider-waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.connect-integration-modal__long-wait {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  text-align: center;
}
.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;
}
.whatsapp-auth-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.whatsapp-auth-content__mode-link {
  align-self: center;
}
.whatsapp-auth-content--state {
  align-items: center;
  justify-content: center;
  min-height: 264px;
  text-align: center;
}
.whatsapp-auth-content__success-icon {
  font-size: 40px;
  color: #52c41a;
}
.whatsapp-auth-content__error-icon {
  font-size: 40px;
  color: #ff4d4f;
}
.whatsapp-auth-content__code-stage {
  align-items: center;
  text-align: center;
}
.whatsapp-auth-content__code {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
  font-variant-numeric: tabular-nums;
  user-select: all;
}
.whatsapp-auth-content__phone-form {
  gap: 8px;
}
.whatsapp-auth-content__form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.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;
}

.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;
  }
}
.add-proxy-server-container {
  display: flex;
  gap: 48px;
}
.add-proxy-server-container .add_proxy_server_form {
  max-width: 600px;
  flex: 1;
}
.add-proxy-server-container .add_proxy_server_form .connect_button_container {
  min-width: 400px;
}
.add-proxy-server-container .add_proxy_server_form .connect_button_container .connect_button {
  margin-right: 14px;
}
.add-proxy-server-container .add_proxy_server_form .description-container {
  align-items: flex-start !important;
}
.add-proxy-server-container .add_proxy_server_form .succuss_color {
  color: #2da540;
}
.add-proxy-server-container .add_proxy_server_form .blue_color {
  color: #1677ff;
}
.add-proxy-server-container .add_proxy_server_form .ml9 {
  margin-left: 9px;
}
.add-proxy-server-container .add_proxy_server_form .error_message {
  color: red;
  font-size: 15px;
}
.add-proxy-server-container .proxy-info-block {
  width: 100%;
  flex: 1;
}
.add-proxy-server-container .proxy-info-block .cardHeader {
  background-color: #f0f0f0;
}
.add-proxy-server-container .proxy-info-block .infoContainer {
  display: flex;
  gap: 32px;
  padding: 10px;
}
.add-proxy-server-container .proxy-info-block .table-container {
  max-height: 311px;
  overflow-y: auto;
}
.add-proxy-server-container .proxy-info-block table {
  width: 100%;
  border-collapse: collapse;
}
.add-proxy-server-container .proxy-info-block table thead {
  position: sticky;
  top: 0;
  background-color: #f0f0f0;
  z-index: 1;
}
.add-proxy-server-container .proxy-info-block table th,
.add-proxy-server-container .proxy-info-block table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.add-proxy-server-container .proxy-info-block table th {
  background-color: #f2f2f2;
  text-align: center;
}
.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-paid-ai-features {
  max-width: 800px;
  width: 100%;
}
.bc-paid-ai-features__subtitle {
  display: block;
  margin-bottom: 24px;
}
.bc-paid-ai-features__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-paid-ai-features__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
@media screen and (max-width: 550px) {
  .bc-paid-ai-features__card {
    flex-wrap: wrap;
  }
}
.bc-paid-ai-features__card--locked {
  opacity: 0.5;
  pointer-events: none;
}
.bc-paid-ai-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
}
.bc-paid-ai-features__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.bc-paid-ai-features__title {
  display: block;
}
.bc-paid-ai-features__description {
  display: block;
}
.bc-paid-ai-features__note {
  display: block;
  font-size: 12px;
}
.bc-payment-documents .filters {
  margin-bottom: 20px;
}
.bc-payment-documents .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-payment-documents .filters_search {
  max-width: 35%;
  flex-grow: 1;
  box-sizing: border-box;
}
.bc-payment-documents .filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.bc-payment-documents .filters_buttons_item {
  min-width: 140px;
}
.bc-payment-documents .logs-table {
  width: 100%;
  overflow: scroll;
}
.bc-payment-documents .logs-table table {
  table-layout: auto !important;
}
.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;
}
.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;
  }
}

/*# sourceMappingURL=main~20.f7655624.css.map*/