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

.multiple-select-options-label {
  margin: 0 !important;
  width: 100%;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}
.ui-text-container {
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-sales-funnel-column-component {
  margin-bottom: 10px;
}
.bc-sales-funnel-column-component .main-flex {
  height: 100%;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper {
  border-radius: 10px;
  background-color: #d9d9d9;
  width: 250px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .status-line {
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container {
  padding: 5px 10px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .sales-funnel-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .info-block .action-icon {
  cursor: pointer;
}
.bc-sales-funnel-column-component .main-flex .column-wrapper .content-container .divider {
  background-color: #434343;
  margin: 8px 0;
}
.bc-sales-funnel-column-component .main-flex .add-intermediate-stage-button {
  margin-top: 50px;
}
.sales-funnel-form-container .services-section__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sales-funnel-form-container .services-section__description {
  margin-left: 3.4375rem;
  width: 90%;
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  .branches-selection-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px;
  }
  .branches-selection-container .ant-form-item {
    margin-bottom: 0;
  }
  .branches-selection-container .list-container {
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
  }
  .branches-selection-container .list-container .ant-list-item {
    padding: 6px 8px !important;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.4;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-description {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 1.3;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-action li {
    margin-left: 4px;
  }
  .branches-selection-container .list-container .ant-list-item .ant-list-item-action li .branch-delete {
    font-size: 14px !important;
  }
  .branches-selection-container .ant-form-text {
    font-size: 12px;
  }
  .branches-selection-container .form-item-branches-button {
    margin-bottom: 0;
  }
  .branches-selection-container .form-item-branches-button .ant-btn {
    width: 100%;
    height: 32px;
    padding: 4px 12px !important;
    font-size: 13px;
  }
  .ant-typography {
    font-size: 13px;
  }
  .ant-typography.ant-form-text {
    font-size: 12px;
  }
}
.payment-button__wrapper {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .payment-button__wrapper {
    margin-top: 16px;
  }
  .payment-button__container {
    max-width: 100%;
    height: 48px;
  }
  .payment-button__title {
    font-size: 14px;
  }
}
.payment-button__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border-color: #1677ff;
  padding: 10px 17px;
  max-width: 400px;
  gap: 14px;
  height: 56px;
}
.payment-button__container:hover {
  border-color: #1677ff;
}
.payment-button__container:hover .payment-button__title {
  color: #1677ff;
}
.payment-button__title {
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  color: rgb(55, 58, 60);
}
.statuses__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .statuses__wrapper {
    gap: 5px;
  }
  .statuses__button {
    font-size: 12px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
  }
}
@media screen and (max-width: 834px) {
  .statuses__wrapper {
    flex-direction: column;
  }
  .statuses__wrapper .statuses__button {
    width: 100%;
  }
}
.bc-comment-modal.empty-content .ant-modal-body {
  display: flex;
  justify-content: center;
}
.bc-comment-modal .attachment {
  max-width: 100%;
}
.bc-comment-modal .two-columns-layout {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.bc-comment-modal .two-columns-layout__column {
  width: 50%;
}
.bc-comment-modal .attachment-column img, .bc-comment-modal .attachment-wrapper img {
  width: 400px;
  height: auto;
}
.record-details__comment-button {
  position: relative;
  right: 24px;
}
.record-details__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.record-details__form {
  width: 100%;
  padding-right: 12px;
  overflow-y: auto;
}
.record-details__details {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details__main-fields {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.record-details__main-fields-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
}
.record-details__main-fields-input {
  width: 100%;
  margin-bottom: 0;
  max-width: 400px;
}
.record-details__main-fields-input input {
  width: 100%;
}
.record-details__main-fields-phone {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.record-details__main-fields-label {
  width: 200px;
  min-width: 200px;
}
.record-details__main-fields .phone-wrapper {
  align-items: flex-start;
}
.record-details__main-fields .checkbox {
  margin-left: 200px;
}
.record-details__main-fields-phone-info-tooltip {
  margin-bottom: 24px;
}
.record-details__services {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details__services-title {
  margin: 0;
}
.record-details__search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 215px;
  height: 100%;
  gap: 6px;
  padding-left: 16px;
}
.record-details__footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.record-details__footer-button {
  min-width: 200px;
}
.record-details__footer-button-delete {
  position: absolute;
  right: 30px;
}

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

.phone-info {
  margin-bottom: 0px !important;
}
.phone-info .ant-form-item {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .record-details__form {
    padding-right: 8px;
  }
  .record-details__main-fields {
    gap: 7px;
  }
  .record-details__main-fields-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .record-details__main-fields-label {
    width: 100%;
    min-width: unset;
  }
  .record-details__main-fields-input {
    max-width: 100%;
    width: 100%;
  }
  .record-details__main-fields-phone-info-tooltip {
    margin-bottom: 16px;
  }
  .record-details__main-fields .checkbox {
    margin-left: 0;
  }
  .record-details__footer {
    padding-top: 16px;
    gap: 7px;
  }
}
@media screen and (max-width: 1245px) {
  .record-details__details {
    flex-direction: column;
  }
  .record-details__main-fields {
    width: 100%;
    max-width: none;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
    align-items: flex-start;
    height: auto;
    gap: 12px;
  }
  .record-details__search .clients-by-phone__container {
    order: -1;
  }
  .record-details__search .clients-by-phone__content {
    width: 100%;
  }
  .record-details__search .clients-by-phone__header {
    position: sticky;
    left: 0px;
  }
  .record-details__search .clients-by-phone__list {
    padding-bottom: 6px;
  }
  .record-details__search .record-details__comment-button {
    order: 1;
    right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .record-details__details {
    height: auto;
    flex-direction: column;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
    align-items: flex-start;
    height: auto;
  }
  .record-details__main-fields {
    max-width: 100%;
  }
  .record-details__main-fields-label {
    width: 150px;
    min-width: 150px;
  }
  .record-details__main-fields-input {
    max-width: 100%;
  }
  .record-details__main-fields .checkbox {
    margin-left: 150px;
  }
  .record-details__footer-button {
    min-width: 150px;
  }
  .record-details__footer-button-delete {
    position: static;
    right: unset;
  }
}
@media screen and (max-width: 550px) {
  .record-details__comment-button {
    right: 0;
  }
  .record-details__form {
    padding-right: 0;
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
  }
  .record-details__details {
    flex-direction: column;
    height: auto;
  }
  .record-details__main {
    width: 100%;
  }
  .record-details__main-fields {
    max-width: 100%;
    gap: 14px;
  }
  .record-details__main-fields-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .record-details__main-fields-label {
    width: 100%;
    min-width: unset;
  }
  .record-details__main-fields-input {
    max-width: 100%;
    width: 100%;
  }
  .record-details__main-fields-phone {
    flex-direction: column;
    align-items: flex-start;
  }
  .record-details__main-fields .checkbox {
    margin-left: 0;
  }
  .record-details__search {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
    height: auto;
  }
  .record-details__services {
    overflow-x: auto;
  }
  .record-details__footer {
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
  }
  .record-details__footer-button {
    width: 100%;
    min-width: unset;
  }
  .record-details__footer-button-delete {
    position: static;
    right: unset;
  }
}
@media screen and (max-width: 360px) {
  .record-details__main-fields {
    gap: 10px;
  }
  .record-details__services-title {
    font-size: 13px;
  }
  .record-details__footer {
    gap: 6px;
    padding-top: 12px;
  }
  .record-details__footer-button {
    height: 36px;
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .clients-by-phone__container {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__content {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__list {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-group {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-item {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .clients-by-phone__radio-item-name {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
.services {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
}
.services__scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.services__table {
  width: 100%;
  min-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
}
.services__table .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.services__tr {
  margin-bottom: 18px;
}
.services__th {
  text-align: left;
  padding: 4px;
  font-weight: 600;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.services__th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__cell {
  padding: 4px;
  vertical-align: top;
  max-width: 100px;
  background-color: #fff;
}
.services__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__cell-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services__cell .discount-field {
  flex-direction: row;
  gap: 10px;
}
.services__name {
  width: calc(50% - 32px);
}
.services__employee {
  width: 10%;
}
.services__quantity {
  width: 8%;
}
.services__price {
  width: 10%;
}
.services__discount {
  width: 20%;
}
.services__total {
  width: 10%;
}
.services__total-cell {
  text-align: center;
}
.services__delete {
  width: 32px;
}
.services__service-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  padding-right: 4px;
}
.services__service-label-counts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.services__footer-row__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__footer-cell {
  padding: 4px;
  text-align: center;
  background-color: #fff;
}
.services__footer-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1);
}
.services__footer-cell-name {
  text-align: left;
}
.services__footer-summary {
  display: flex;
  flex-direction: column;
}
.services__footer-summary-total-duration {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.services__footer-summary-total-duration-title {
  font-weight: 600;
}
.services__footer-summary-total-duration-value {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.services__footer-summary-add {
  width: 100%;
}
.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: 8px;
}
.product-sale-items__item {
  display: grid;
  grid-template-columns: minmax(110px, 1.2fr) minmax(140px, 1.4fr) minmax(70px, 0.6fr) minmax(80px, 0.7fr) minmax(150px, 1.2fr) minmax(120px, 1fr) minmax(70px, 0.6fr) 32px;
  gap: 8px;
  width: 100%;
  min-width: 0;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.product-sale-items__field {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}
.product-sale-items__field .ant-form-item-label {
  padding-bottom: 2px;
}
.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;
  padding-top: 2px;
  min-height: 54px;
  justify-content: flex-end;
}
.product-sale-items__error {
  color: #ff4d4f;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}
.product-sale-items__footer {
  display: flex;
  width: 100%;
  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__item {
    grid-template-columns: repeat(2, minmax(0, 1fr)) 32px;
  }
  .product-sale-items__total {
    min-height: unset;
    justify-content: flex-start;
  }
}
@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;
  }
}
.tag-select-root-class .ant-select-selector {
  padding: 4px 24px 0px 4px !important;
}
.tag-select-root-class .add-tag-button {
  margin: 6px 0px;
}
.employee {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}
.employee__fields-duration-combined {
  width: 100%;
}
.employee__fields-combined-inner {
  width: 100%;
}
.employee__details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 215px);
  align-items: flex-start;
  max-width: 600px;
}
.employee__warning {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  flex: 1;
  max-width: 300px;
  margin-right: 24px;
}
.employee__warning .ant-alert.ant-alert-warning {
  align-items: flex-start;
}
.employee__warning .ant-alert.ant-alert-warning .anticon.anticon-info-circle.ant-alert-icon {
  margin-top: 4px !important;
}
.employee__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}
.employee__row-duration {
  align-items: flex-start;
}
.employee__row-color {
  align-items: center;
}
.employee__label {
  display: flex;
  width: 200px;
  height: 100%;
  margin-top: 9px;
  align-items: center;
  justify-content: flex-start;
}
.employee__fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  flex: 1;
  max-width: 400px;
}
.employee__fields .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.employee__fields-date {
  width: 100%;
  flex: 1;
}
.employee__fields-date-picker {
  width: 100%;
}
.employee__fields-range {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  flex: 1;
  width: 100%;
}
.employee__fields-range-select {
  width: 100%;
  max-width: 120px;
}
.employee__fields-duration {
  width: 100%;
  min-width: 150px;
}
.employee__fields-duration-select {
  width: 100%;
  min-width: 150px;
}
.employee__fields-comment {
  width: 100%;
  min-width: 200px;
}
.employee__fields-tags {
  width: 100%;
  min-width: 200px;
}
.employee__fields-tags-select {
  width: 100%;
  min-width: 200px;
}
.employee__fields-employee {
  width: 100%;
  min-width: 200px;
}
.employee__fields-employee-select {
  width: 100%;
  min-width: 200px;
}
.employee__lock-button {
  width: 40px;
}
.employee__double-record-info {
  min-width: 40px;
  justify-content: center;
}
.employee__additional-employees {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.employee__additional-employees-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 24px;
}
.employee__additional-employees-select {
  flex: 1;
  max-width: 353px;
}
.employee__additional-employees-select-two-buttons {
  max-width: 303px;
}
@media screen and (max-width: 834px) {
  .employee__details {
    width: 100%;
    max-width: 100%;
  }
  .employee__warning {
    max-width: 200px;
    margin-right: 0;
  }
  .employee__fields {
    max-width: 100%;
  }
  .employee__fields-employee-select {
    min-width: unset;
  }
  .employee__additional-employees-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .employee {
    flex-direction: column;
  }
  .employee__details {
    width: 100%;
    max-width: 100%;
  }
  .employee__warning {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
  .employee__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .employee__label {
    width: 100%;
    min-width: unset;
    height: auto;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .employee__fields {
    max-width: 100%;
    width: 100%;
  }
  .employee__fields-range-select {
    max-width: 100%;
  }
  .employee__fields-duration {
    min-width: unset;
  }
  .employee__fields-duration-select {
    min-width: unset;
  }
  .employee__fields-employee {
    min-width: unset;
  }
  .employee__fields-employee-select {
    min-width: unset;
  }
  .employee__fields-tags {
    min-width: unset;
  }
  .employee__fields-tags-select {
    min-width: unset;
  }
  .employee__fields-comment {
    min-width: unset;
  }
  .employee__additional-employees-row {
    max-width: 100%;
  }
  .employee__additional-employees-select {
    max-width: 100%;
  }
  .employee__additional-employees-select-two-buttons {
    max-width: 100%;
  }
}
.clients-by-phone__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
}
.clients-by-phone__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  max-height: 300px;
  overflow-x: hidden;
  box-sizing: border-box;
}
.clients-by-phone__container * {
  box-sizing: border-box;
}
.clients-by-phone__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  flex: 1 1 auto;
  min-height: 0;
}
.clients-by-phone__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.clients-by-phone__list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.clients-by-phone__list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.clients-by-phone__list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.clients-by-phone__footer {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.clients-by-phone__header {
  margin: 0px;
  margin-bottom: 6px !important;
  color: #f0ad4e !important;
}
.clients-by-phone__radio {
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone__radio-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  align-items: center;
  overflow: visible;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
}
.clients-by-phone__radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 16px);
  height: 100%;
  padding: 4px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.88);
  height: auto;
  max-width: 215px;
  width: 215px;
  min-width: 215px;
  margin: 0;
}
.clients-by-phone__radio-item .ant-radio-label {
  padding-inline-end: 0px !important;
}
.clients-by-phone__radio-item-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  max-width: 165px;
  width: 165px;
  min-width: 165px;
  box-sizing: border-box;
}
.clients-by-phone__radio-item-name * {
  box-sizing: border-box;
}
.clients-by-phone__radio-item .male {
  color: #62dbfb;
}
.clients-by-phone__radio-item .female {
  color: #fd79b6;
}
.clients-by-phone__radio-item-icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.clients-by-phone__radio-item-title {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 140%;
}
.clients-by-phone__radio-item-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.clients-by-phone__radio-item-phone .verified {
  color: #1677ff;
}
.clients-by-phone__radio-item-date-placeholder {
  visibility: hidden;
  user-select: none;
}
.clients-by-phone__radio .item-selected {
  background-color: #ecf3fb;
}
.clients-by-phone__success {
  color: #2da540;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.clients-by-phone__success svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media screen and (max-width: 1245px) {
  .clients-by-phone__container {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
  }
  .clients-by-phone__content {
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__radio {
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__radio-group {
    flex-direction: row;
    max-width: unset;
    width: max-content;
    min-width: unset;
  }
  .clients-by-phone__list {
    flex-direction: row;
    max-width: unset;
    width: max-content;
    min-width: unset;
    overflow-y: visible;
    overflow-x: visible;
  }
}
.employee-tabs__container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.employee-tabs__segmented {
  margin-bottom: 24px;
}
.employee-tabs__tab {
  line-height: 20px;
}
.employee-tabs__tab-label {
  max-width: 300px;
}
.employee-tabs__tab-label-title {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
}
.employee-tabs__tab-label-text {
  font-size: 13px;
  line-height: 18px !important;
  font-weight: 400;
}
@media (max-width: 480px) {
  .employee-tabs__segmented {
    margin-bottom: 16px;
  }
  .employee-tabs__tab-label {
    max-width: 160px;
  }
  .employee-tabs__tab-label-title {
    font-size: 12px;
    line-height: 16px !important;
  }
  .employee-tabs__tab-label-text {
    font-size: 11px;
    line-height: 15px !important;
  }
}
@media (max-width: 360px) {
  .employee-tabs__tab-label {
    max-width: 120px;
  }
  .employee-tabs__tab-label-title {
    font-size: 11px;
  }
  .employee-tabs__tab-label-text {
    font-size: 10px;
  }
}
.client-card-in-record-modal {
  display: flex;
  flex-direction: column;
  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;
}
.record-payment__container, .record-payment_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-payment__container .blocks-divider, .record-payment_container .blocks-divider {
  margin: 0;
}
.record-payment__title, .record-payment_title {
  margin: 0px 0px 10px 0px;
}
.record-payment__content, .record-payment_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .record-payment__title, .record-payment_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .record-payment__content, .record-payment_content {
    height: auto;
    flex: 1;
  }
}
@media (max-width: 480px) {
  .record-payment__title, .record-payment_title {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.payments__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  gap: 10px;
}
.payments__sum-title {
  font-weight: 600;
}
.payments__sum-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
}
.payments__sum-buttons {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.payments__payments {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 6px;
  flex-wrap: wrap;
}
.payments__payments-payments-buttons-without-dropdown {
  display: grid;
  grid-template-columns: repeat(1, 250px);
  gap: 6px;
}
.payments__payments .yoo-kassa-button {
  max-width: 218px;
}
.payments__payments .yoo-kassa-button .acquiring-receipt-title {
  max-width: 150px;
}
.payments__payments .yoo-kassa-button .disable-acquiring-text {
  color: rgba(0, 0, 0, 0.25);
}
.payments__payments .acquiring-dropdown {
  height: auto;
}
.payments__buttons .button-icon {
  padding: 9px 8px;
  color: white;
  border-radius: 50%;
}
.payments__buttons .buttons__cash_icon {
  background-color: #cc3663;
}
.payments__buttons .buttons__card_icon {
  background-color: #8d3efb;
}
.payments__buttons .buttons__balance_icon {
  background-color: #d59b38;
}
.payments__buttons .buttons__prepayment_icon {
  background-color: green;
}

@media (max-width: 768px) {
  .payments__payments-buttons-with-dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .payments__payments-payments-buttons-without-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .payments__container {
    gap: 8px;
  }
  .payments__sum-container {
    max-width: 100%;
  }
  .payments__sum-buttons {
    flex-wrap: wrap;
  }
  .payments__payments {
    gap: 4px;
  }
  .payments__payments-buttons-with-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .payments__payments-payments-buttons-without-dropdown {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .payments__payments .yoo-kassa-button {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .payments__sum-buttons {
    gap: 2px;
  }
}
.dropdown-list-payment {
  max-height: 200px;
}
.payment-tooltip-paragraph {
  margin: 0;
}

.custom-calendar-dropdown[data-testid=calendar-block] {
  display: block;
}

.payment-info__position {
  display: flex;
  align-items: center;
}
.payment-info__position_icon {
  margin-right: 12px;
  color: rgba(0, 139, 246, 0.57);
}
.payment-info__position_paragraph {
  margin: 0;
}

.payment-component.prepayment-select-menu {
  display: flex;
  flex-direction: column;
}
.payment-component.prepayment-select-menu .additional-info {
  font-size: 12px;
}

.payment-component {
  padding: 0 10px;
}
.payment-component__title {
  width: 200px;
}
.payment-component__divider {
  margin: 0;
}
.payment-component__pdf-downloading {
  width: 100%;
  display: flex;
  margin: 18px 0 18px 0;
}
.payment-component__pdf-downloading_button {
  width: 100%;
  color: rgb(2, 117, 216);
  border-color: rgb(2, 117, 216);
}
.payment-component__wrapper {
  width: 500px;
}
.payment-component__wrapper .payments-table-top-border {
  margin-bottom: 8px;
  width: 962px !important;
}
.payment-component__wrapper .payments-table-header-bottom, .payment-component__wrapper .payments-table-footer-top {
  margin-top: 0;
  margin-bottom: 0;
}
.payment-component__wrapper .payments-table-bottom-border {
  margin-top: 8px;
  width: 962px !important;
}
.payment-component__amount-label {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500;
}
.payment-component .pdf-downloading__button_icon {
  margin-right: 5px;
}
.payment-component__diveded-payment {
  margin: 12px 0;
}
.payment-component__diveded-payment_input-container {
  margin-top: 8;
}
.payment-component__buttons .button-icon {
  padding: 9px 8px;
  color: white;
  border-radius: 50%;
}
.payment-component__buttons .buttons__cash_icon {
  background-color: #cc3663;
}
.payment-component__buttons .buttons__card_icon {
  background-color: #8d3efb;
}
.payment-component__buttons .buttons__balance_icon {
  background-color: #d59b38;
}
.payment-component__buttons .buttons__prepayment_icon {
  background-color: green;
}
.payment-component .full-width {
  width: 100%;
}
.services-table__empty {
  padding: 20px;
}
.services-table__container {
  width: 100%;
  background-color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.services-table__table {
  width: 100%;
  min-width: 540px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.services-table__table thead {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.services-table__th {
  padding: 6px 8px;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 3;
}
.services-table__th:first-child {
  left: 0;
  z-index: 11;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.services-table__th-service {
  width: 160px;
  min-width: 160px;
}
.services-table__th-count {
  width: 60px;
}
.services-table__th-loyalty-discount {
  white-space: nowrap;
}
.services-table__cell {
  font-size: 14px;
  padding: 6px 8px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.services-table__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.services-table__cell-service .point {
  width: 8px;
  height: 8px;
  color: rgba(0, 139, 246, 0.57);
  margin-right: 4px;
  margin-bottom: 2px;
}
.services-table__row:hover .services-table__row__cell {
  background-color: #fafafa;
}
.services-table__row:hover .services-table__row__cell:first-child {
  background-color: #fafafa;
}
.services-table__footer-cell {
  padding: 6px 8px;
  background-color: #fff;
}
.services-table__footer-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
}
.services-table__footer-button {
  white-space: normal;
}
@media (max-width: 480px) {
  .services-table__th, .services-table__cell {
    font-size: 12px;
    padding: 4px 6px;
  }
  .services-table__th-service {
    width: 130px;
    min-width: 130px;
  }
  .services-table__th-count {
    width: 44px;
  }
  .services-table__footer-cell {
    padding: 4px 6px;
  }
  .services-table__footer-button {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .services-table__th, .services-table__cell {
    font-size: 11px;
    padding: 3px 3px;
  }
}
.bc-payment-modal .content-container h4 {
  margin-bottom: 6px;
}
.bc-financial-operations {
  width: 100%;
}
.bc-financial-operations.full-width {
  width: 100%;
}
.bc-financial-operations .payment-row {
  padding: 8px 0;
}
.bc-financial-operations .payment-row .payment-type {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 10px;
  cursor: pointer;
}
.bc-financial-operations .payment-row .payment-type .anticon {
  margin-left: 4px;
}
.bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
  width: 100px;
  text-align: center;
}
.bc-financial-operations .payment-row .payment-amount {
  width: 80px;
  text-align: right;
}
.bc-financial-operations .payment-row .payment-action {
  width: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
    width: 80px;
    font-size: 12px;
  }
  .bc-financial-operations .payment-row .payment-amount {
    width: 70px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .bc-financial-operations .payment-row {
    flex-wrap: wrap;
    gap: 4px;
  }
  .bc-financial-operations .payment-row .payment-type {
    width: 100%;
    flex: unset;
  }
  .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time {
    width: auto;
    font-size: 12px;
  }
  .bc-financial-operations .payment-row .payment-amount {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 360px) {
  .bc-financial-operations .payment-row .payment-type, .bc-financial-operations .payment-row .payment-date, .bc-financial-operations .payment-row .payment-time, .bc-financial-operations .payment-row .payment-amount {
    font-size: 11px;
  }
}
.bc-loyalty-cards .data-divider {
  height: auto;
}

.empty-loyalty-cards {
  width: 100%;
}
.cancel-tech-map-button {
  margin-top: 20px;
}
.bc-technological-map {
  margin: 40px 0;
}
.create-protocol-modal .ant-modal-content {
  padding: 16px;
}
.create-protocol-modal .ant-modal-header {
  padding-bottom: 8px;
}
.create-protocol-modal .ant-modal-title {
  font-size: 16px;
  font-weight: 500;
}
.create-protocol-modal .ant-form-item {
  margin-bottom: 12px;
}
.create-protocol-modal .switch-item {
  margin-bottom: 8px;
}
.create-protocol-modal .switch-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
}
.create-protocol-modal .ant-modal-footer {
  padding-top: 12px;
}
.bc-medical-card .ant-select {
  width: 100%;
}
.bc-medical-card .page-title {
  margin: 0 0 10px 0;
}
.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;
}
.record-modal-ui__loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  transition: 0.2s all ease-in-out;
}
.record-modal-ui__dialog {
  width: 100% !important;
  max-width: 1296px;
  height: 1296px !important;
  top: calc(50% - 648px) !important;
}
@media (max-width: 1440px) {
  .record-modal-ui__dialog {
    width: 90% !important;
  }
}
@media (max-height: 1440px) {
  .record-modal-ui__dialog {
    top: 5% !important;
    height: 90vh !important;
  }
}
.record-modal-ui__content {
  position: relative;
  height: 1296px !important;
  padding: 0 !important;
}
@media (max-height: 1440px) {
  .record-modal-ui__content {
    height: 90vh !important;
  }
}
.record-modal-ui__content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow-x: auto;
  padding: 24px 6px 24px 24px;
}
.record-modal-ui__body {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.record-modal-ui__mobile-header {
  display: none;
}
.record-modal-ui__mobile-header-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.record-modal-ui__sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.record-modal-ui__sidebar-toggle:hover {
  background: #f5f5f5;
}
.record-modal-ui__sidebar-overlay {
  display: none;
}
.record-modal-ui__sidebar {
  box-sizing: border-box;
  padding: 14px;
  border-right: 1px solid #f0f0f0;
  max-width: 229px;
  width: 229px;
  min-width: 229px;
}
.record-modal-ui__sidebar * {
  box-sizing: border-box;
}
.record-modal-ui__sidebar .ant-menu-item-group-list .ant-menu-item {
  padding-inline: 16px 8px !important;
}
.record-modal-ui__sidebar-group {
  max-width: 206px;
  width: 206px;
  min-width: 206px;
}
.record-modal-ui__sidebar-group .ant-menu-item-group-title {
  padding: 8px 0;
  border: none;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui__sidebar-menu {
  margin-top: 4px;
  border: none !important;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui__sidebar-record-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui__sidebar-record-label-title {
  color: #000;
  line-height: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.record-modal-ui__sidebar-record-label-id {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
}
.record-modal-ui__sidebar-client-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
.record-modal-ui__sidebar-client-label-title {
  color: #000;
  line-height: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.record-modal-ui__sidebar-client-label-name {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}

@media screen and (max-width: 1024px) {
  .ant-modal {
    margin: 0 !important;
  }
  .record-modal-ui__dialog {
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    height: 100dvh !important;
    margin: 0;
    padding: 0;
  }
  .record-modal-ui__content {
    height: 100dvh !important;
    border-radius: 0 !important;
  }
  .record-modal-ui__body {
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
  .record-modal-ui__mobile-header {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    flex-shrink: 0;
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .record-modal-ui__sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99999;
  }
  .record-modal-ui__sidebar-overlay--visible {
    display: block;
  }
  .record-modal-ui__sidebar {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    border-right: none;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    z-index: 99999;
    background: #fff;
  }
  .record-modal-ui__sidebar--open {
    transform: translateX(0);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.12);
  }
  .record-modal-ui__content-wrapper {
    padding: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
  }
}
@media screen and (max-width: 550px) {
  .ant-modal-content {
    padding: 0px !important;
  }
  .record-modal-ui__sidebar-toggle {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .record-modal-ui__sidebar--open {
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
  }
  .record-modal-ui__content-wrapper {
    box-sizing: border-box;
    padding: 12px;
  }
}
.flag_symbol {
  font-size: 24px;
  line-height: 30px;
}
.flag_icon {
  width: 20px;
  height: auto;
}
.country_container {
  display: flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  cursor: pointer;
}
.country-list_container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.country-list_list {
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
  width: 100%;
  height: auto;
  max-height: 190px;
}
.country-list_list::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.country-list_list::-webkit-scrollbar-thumb {
  background: #e4e4e7;
  border-radius: 5px;
  border: 2px solid white;
}
.country-list_item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 4px 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  margin-right: 4px;
  min-height: 38px;
}
.country-list_item:hover {
  background-color: #ececec;
}
.country-list_item {
  cursor: pointer;
}
.country-list_item * {
  cursor: pointer;
}
.country-list_item_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.country-list_item_left .flag_symbol {
  font-size: 22px;
}
.country-list_empty {
  padding: 12px;
}
.country-list_empty .ant-empty-image {
  height: 60px;
}
.phone_wrapper {
  width: 100%;
}
.phone_input_root {
  padding: 4px 11px 4px 4px;
}
.phone_input_prefix {
  margin-right: 6px !important;
  height: 30px !important;
}
.phone_input_input {
  font-size: 16px !important;
  line-height: 30px !important;
  height: 30px !important;
}
.phone_popover_overlay {
  inset: 42px auto auto 0px !important;
}
.bc-direction-indicators .ant-table-cell {
  padding: 8px 8px !important;
  border-color: #d9d9d9 !important;
}
.bc-direction-indicators .ant-table {
  border: 1px solid #d9d9d9;
}
.bc-direction-indicators .ant-form-item {
  margin: 0;
}
.bc-direction-indicators .tablet-buttons {
  display: none;
}
.bc-direction-indicators .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-bottom: 16px;
}
.bc-direction-indicators .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: column;
  max-width: 250px;
}
.bc-direction-indicators .date-container .date-item .ant-typography {
  min-width: 100px;
  margin: 0;
}
.bc-direction-indicators .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-direction-indicators .selectors-container .selectors .user-selector {
  margin-right: 16px;
  margin-bottom: 16px;
}
.bc-direction-indicators .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-direction-indicators .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-direction-indicators .direction-indicators .direction-indicators_header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-direction-indicators .desktop-buttons {
    display: none;
  }
  .bc-direction-indicators .tablet-buttons {
    display: inline-flex !important;
  }
  .bc-direction-indicators .user-selector {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bc-direction-indicators .date-container {
    flex-direction: column;
  }
  .bc-direction-indicators .date-container .date-item {
    width: 100%;
    max-width: none !important;
  }
  .bc-direction-indicators .date-container .date-item .ant-form-item {
    width: 100%;
  }
  .bc-direction-indicators .date-container .date-item .ant-form-item .ant-picker {
    width: 100%;
  }
  .bc-direction-indicators .user-selector {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .bc-direction-indicators .user-selector .ant-space-item {
    width: 100%;
  }
  .bc-direction-indicators .user-selector .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-direction-indicators .buttons-container {
    width: 100%;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons .ant-space-item {
    width: 100%;
  }
  .bc-direction-indicators .buttons-container .tablet-buttons .ant-space-item .button {
    width: 100%;
  }
}
.bc-organization-client-growth .ant-form-item {
  margin: 0;
}
.bc-organization-client-growth .date-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-bottom: 16px;
  align-items: end;
}
.bc-organization-client-growth .date-container .date-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: column;
  max-width: 250px;
}
.bc-organization-client-growth .date-container .date-item .ant-typography {
  min-width: 100px;
  margin: 0;
}
.bc-organization-client-growth .selectors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector {
  margin-right: 16px;
  margin-bottom: 16px;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-organization-client-growth .selectors-container .selectors .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-organization-client-growth .analytic-chart-component {
  width: 1000px;
  height: 400px !important;
}
.bc-financial-results-report .filters-select {
  width: 100px;
}
.bc-financial-results-report .ant-form-item {
  margin: 0;
}
.bc-financial-results-report .amount-cell {
  width: auto;
  white-space: nowrap;
}
.bc-financial-results-report .content-header-space {
  width: 100%;
}
.bc-financial-results-report .report-table-digits {
  text-align: right;
}
.bc-financial-results-report .page-table td, .bc-financial-results-report .page-table th {
  border-color: lightgray !important;
}
.bc-financial-results-report .columns__name {
  min-width: 90px;
}
.bc-financial-results-report .columns__name_details {
  margin-left: 12px;
}
.bc-financial-results-report .columns__sum {
  min-width: 70px;
}
.bc-financial-results-report .columns__realization-fact {
  min-width: 100px;
}
.bc-financial-results-report .columns__increasing_last-month {
  min-width: 100px;
}
.bc-financial-results-report .columns__increasing_last-year {
  min-width: 125px;
}
.bc-details-of-expenses-report .filters-select {
  width: 100px;
}
.bc-details-of-expenses-report .amount-cell {
  width: auto;
  white-space: nowrap;
  min-width: 100px !important;
}
.bc-details-of-expenses-report .cash-table-total-row td {
  font-weight: bold;
}
.bc-details-of-expenses-report .ant-form-item {
  margin: 0;
}
.bc-details-of-expenses-report .content-header-space {
  width: 100%;
}
.bc-details-of-expenses-report .ant-table-content {
  overflow-x: scroll;
}
.bc-expense-by-articles-report .filters-select {
  width: 100px;
}
.bc-expense-by-articles-report .expense-by-article-report-table {
  width: 100%;
  overflow-x: scroll;
}
.bc-expense-by-articles-report .expense-by-article-report-table .table-cell {
  min-width: 150px;
}
.bc-expense-by-articles-report .cash-table-total-row td {
  font-weight: bold;
}
.bc-expense-by-articles-report .ant-form-item {
  margin: 0;
}
.bc-expense-by-articles-report .content-header-space {
  width: 100%;
}
.bc-expense-by-articles-report .expense-parent-row {
  background-color: #f0f0f0;
}
.bc-revenue-statement .filters-select {
  width: 100px;
}
.bc-revenue-statement .cash-table-total-row td {
  font-weight: bold;
}
.bc-revenue-statement .ant-form-item {
  margin: 0;
}
.bc-revenue-statement .content-header-space {
  width: 100%;
}
.bc-revenue-statement .amount-column {
  min-width: 150px;
}
.bc-revenue-statement .ant-table-container {
  width: auto !important;
}
.bc-salary-report .filters-select {
  width: 100px;
}
.bc-salary-report .ant-form-item {
  margin: 0;
}
.bc-salary-report .content-header-space {
  width: 100%;
}
.bc-salary-report .editable-cell {
  cursor: pointer;
  min-height: 30px;
}
.bc-salary-report .row-deleted {
  opacity: 0.5;
}
.bc-salary-report .employee-salary-table {
  overflow-x: scroll;
}
.bc-salary-report .confirmed-text {
  white-space: nowrap;
}
.AccessCode__label {
  margin-bottom: 8px;
  text-align: center;
}
.AccessCode__field {
  text-align: center;
}
.AccessCode__alert-container {
  display: flex;
  justify-content: center;
}
.AccessCode__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.AccessCode__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.AccessCode__alert {
  margin-bottom: 24px;
  width: 100%;
}
.AccessCode__button-container {
  display: flex;
  justify-content: center;
}
.AccessCode__button-container button {
  display: flex;
}
.AccessCode__sign-in-button {
  align-items: center;
}
.Email__label {
  margin-bottom: 8px;
  text-align: center;
  color: #1a1a91;
}
.Email__field {
  text-align: center;
}
.Email__captcha-label {
  margin-bottom: 8px;
  text-align: center;
}
.Email__captcha-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
}
.Email__captcha-container img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.Email__captcha-container .ant-form-item-explain-error {
  margin-left: -130px;
}
.Email__captcha-field {
  width: 70px;
}
.Email__alert-container {
  display: flex;
  justify-content: center;
}
.Email__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Email__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.Email__alert {
  margin-bottom: 24px;
  width: 100%;
}
.Email__button-container {
  display: flex;
  justify-content: center;
}
.Email__button-container button {
  display: flex;
}
.Email__sign-in-button {
  align-items: center;
}
.Password__label {
  margin-bottom: 8px;
  text-align: center;
  color: #1a1a91;
}
.Password__field {
  text-align: center;
}
.Password__captcha-label {
  margin-bottom: 8px;
  text-align: center;
}
.Password__captcha-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
}
.Password__captcha-container img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.Password__captcha-container .ant-form-item-explain-error {
  margin-left: -130px;
}
.Password__captcha-field {
  width: 70px;
}
.Password__alert-container {
  display: flex;
  justify-content: center;
}
.Password__alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Password__alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.Password__alert {
  margin-bottom: 24px;
  width: 100%;
}
.Password__button-container {
  display: flex;
  justify-content: center;
}
.Password__button-container button {
  display: flex;
}
.Password__sign-in-button {
  align-items: center;
}
.Authorization {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Authorization__form-container {
  padding: 40px;
  width: 450px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (max-width: 490px) {
  .Authorization__form-container {
    padding-inline: 20px;
    width: 100%;
  }
}
.Authorization__title {
  margin-bottom: 20px;
  text-align: center;
  color: #1a1a91;
}
.Authorization__footer-text {
  color: #1a1a91;
}
.Authorization .ant-tabs-tab {
  width: 184px;
  display: flex;
  justify-content: center;
}
@media (max-width: 410px) {
  .Authorization .ant-tabs-tab {
    width: calc((100vw - 66px) / 2);
  }
}
.Authorization .ant-form-item-explain-error {
  text-align: center;
}
.AdditionalTabSavingOverlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: all;
}
.AdditionalTabSavingOverlay__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-add-branch {
  width: 100%;
}
.bc-add-branch .ant-select-selector {
  padding: 0 11px !important;
}
.bc-add-branch .operating-hours-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .switch {
  display: inline-block;
  margin: 0;
  padding-top: 4px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .operating-hours-row-title {
  margin-right: 10px;
  display: inline-block;
  width: 120px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .operating-hours-row-status {
  margin-right: 20px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .ant-switch {
  margin-right: 10px;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field {
  display: inline-flex;
  width: 300px;
  gap: 10px;
  align-items: center;
  margin-right: 15px;
  align-items: baseline;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field .time-input {
  display: flex;
  flex-direction: column;
  color: #ff4d4f;
}
.bc-add-branch .operating-hours-container .operating-hours-content .operating-hours-row .time-field .ant-form-item {
  width: 150px;
  margin: 0;
}
.bc-add-branch .add-branch-wrapper {
  display: flex;
  max-width: 830px;
  width: 100%;
}
.bc-add-branch .add-branch-wrapper .id-label {
  margin-left: 10px;
  min-width: fit-content;
}
.bc-add-branch .add-branch-wrapper .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: baseline;
}
.bc-add-branch .add-branch-wrapper .container .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-add-branch .add-branch-wrapper .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-branch .add-branch-wrapper .form-space {
  max-width: 800px;
  width: 100%;
}

.bc-branch-additional-tab__content {
  position: relative;
}
.bc-branch-additional-tab .additional-tab-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 550px;
  width: 100%;
}
.bc-branch-additional-tab .comment-box {
  width: 400px !important;
}
.bc-branch-additional-tab .comment-box div.ant-tooltip-inner {
  display: none;
}
@media screen and (max-width: 834px) {
  .bc-add-branch .add-branch-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 830px;
    width: 100%;
  }
  .bc-add-branch .add-branch-wrapper .id-label {
    text-align: right;
  }
  .bc-add-branch .add-branch-wrapper .container {
    flex-direction: column;
  }
  .bc-add-branch .add-branch-wrapper .container .label-require {
    margin-bottom: 10px;
  }
}
.bc-branches__header {
  width: 100%;
  margin-bottom: 25px;
}
.bc-branches__edit {
  cursor: pointer;
}
.bc-branches__selector .ant-select-selection-placeholder {
  color: black;
}
.bc-branches__selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-branches__buttons-tablet {
  display: none;
}
.bc-branches__toolbar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-branches__buttons-desktop {
    display: none;
  }
  .bc-branches__buttons-tablet {
    display: inline-flex;
  }
}
@media screen and (max-width: 550px) {
  .bc-branches .ant-form-item {
    margin-bottom: 16px;
  }
  .bc-branches__show-filters {
    width: 100%;
  }
  .bc-branches__toolbar--hidden .ant-space-item {
    width: 100%;
  }
  .bc-branches__toolbar--hidden .ant-space-item .ant-space {
    gap: 3px !important;
  }
  .bc-branches__toolbar--hidden .ant-space-item .ant-space .ant-select {
    display: none;
  }
  .bc-branches__toolbar--hidden .ant-space-item .bc-branches__buttons-container .ant-space {
    gap: 16px !important;
  }
  .bc-branches__selectors {
    width: 100%;
  }
  .bc-branches__selectors .ant-space-item {
    width: 100%;
  }
  .bc-branches__selectors .ant-space-item .bc-branches__selector {
    width: 100% !important;
  }
  .bc-branches__buttons-container {
    width: 100%;
  }
  .bc-branches__buttons-container .bc-branches__buttons-tablet {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-branches__buttons-container .bc-branches__buttons-tablet .bc-branches__button {
    width: 100%;
  }
}
.bc-AddChain .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: baseline;
}
.bc-AddChain .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-AddChain .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-AddChain .button {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
.bc-AddChain .branch-delete {
  cursor: pointer;
}
.bc-AddChain .list-container {
  margin-top: -5px;
}
@media screen and (max-width: 834px) {
  .bc-AddChain .container {
    flex-direction: column;
    gap: 10px;
  }
  .bc-AddChain .button {
    width: 100%;
  }
}
.bc-chains .chain-edit {
  margin-right: 10px;
}
.bc-add-service-category {
  width: 100%;
}
.bc-add-service-category .form {
  width: 100%;
}
.bc-add-service-category .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-service-category .container .ant-select-selection-search-input,
.bc-add-service-category .container .ant-input {
  font-size: 16px;
}
.bc-add-service-category .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-service-category .container .label {
  min-width: 140px;
}
.bc-add-service-category .container .ant-typography {
  min-width: 80px;
}
.bc-add-service-category .form-space {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .bc-add-service-category .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.bc-adding-modal .container {
  width: 100%;
}
.bc-adding-modal .label-require {
  display: block;
  margin-bottom: 8px;
}
.bc-adding-modal .mg-0 {
  margin-bottom: 0;
}
.bc-adding-modal .custom-amount {
  width: 100%;
}
.bc-adding-modal .empty-cashbox {
  padding: 8px 0;
}
.bc-adding-modal .empty-cashbox .description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-adding-modal .empty-cashbox .description__text {
  margin-right: 4px;
}
.bc-adding-modal .empty-cashbox .description__link {
  color: #1677ff;
}
.bc-adding-modal .empty-expense-article {
  width: 100%;
}
.bc-adding-modal .payments-expense-article-field {
  width: 100%;
}
.bc-adding-modal .expense-date-field {
  width: 100%;
}
.bc-adding-modal .bc-new-article-input {
  padding: 8px;
  background-color: #fff;
}
.bc-adding-modal .bc-new-article-input__container {
  display: flex;
  gap: 8px;
}

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

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

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

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

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

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

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

.download-file-button {
  padding: 0;
}
@media screen and (max-width: 834px) {
  .bc-client-payments .desktop-buttons {
    display: none;
  }
  .bc-client-payments .tablet-buttons {
    display: inline-flex !important;
  }
  .bc-client-payments .user-selector {
    margin-bottom: 16px;
  }
  .bc-client-payments .mass-actions {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 550px) {
  .bc-client-payments .toolbar-space-hidden .selectors {
    width: 100%;
  }
  .bc-client-payments .toolbar-space-hidden .selectors .user-selector {
    display: none;
  }
  .bc-client-payments .show-filters {
    width: 100%;
    margin-bottom: 16px;
  }
  .bc-client-payments .date-container {
    flex-direction: column;
  }
  .bc-client-payments .date-container .date-item {
    width: 100%;
    max-width: none !important;
  }
  .bc-client-payments .date-container .date-item .ant-form-item {
    width: 100%;
  }
  .bc-client-payments .date-container .date-item .ant-form-item .ant-picker {
    width: 100%;
  }
  .bc-client-payments .user-selector {
    width: 100% !important;
  }
  .bc-client-payments .user-selector .ant-space-item {
    width: 100%;
  }
  .bc-client-payments .user-selector .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-client-payments .buttons-container {
    width: 100%;
  }
  .bc-client-payments .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-client-payments .buttons-container .tablet-buttons .ant-space-item {
    width: 100%;
  }
  .bc-client-payments .buttons-container .tablet-buttons .ant-space-item .button {
    width: 100%;
  }
}
.bc-clients-export .meta-table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.NewClientsListPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.NewClientsListPage__filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 12px;
}
.NewClientsListPage__type {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  height: 32px !important;
  max-height: 32px !important;
  min-height: 32px !important;
  border-radius: 4px;
  border: 1px dashed #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewClientsListPage__type--hide {
  border: 1px solid transparent;
}
.NewClientsListPage__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 8px;
}
.NewClientsListPage__row__title {
  width: 90px;
  margin: 0 !important;
  line-height: 32px !important;
  white-space: nowrap;
  align-self: first baseline;
}
.NewClientsListPage__row__segments {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}
.NewClientsListPage__row__segment-button {
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.NewClientsListPage__row__segment-button--selected {
  font-weight: 600;
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
}
.NewClientsListPage__row__tooltip {
  color: rgb(55, 58, 60) !important;
  text-align: center !important;
}
.NewClientsListPage__filter-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.NewClientsListPage__filter-wrapper__divider {
  margin: 8px 0;
}
.NewClientsListPage__filter-wrapper__confirm-button {
  align-self: flex-end;
}
.NewClientsListPage__radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
  padding: 0px 4px;
}
.NewClientsListPage__checkbox-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
  padding: 0px 4px;
}
.NewClientsListPage__tag {
  border-radius: 4px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 100%;
  width: max-content;
}
.NewClientsListPage__tags {
  padding-left: 8px;
}
.NewClientsListPage__range-inputs {
  width: 220px;
}
.NewClientsListPage__tags-container {
  max-height: 250px;
  overflow-y: auto;
}
.NewClientsListPage__tags-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.NewClientsListPage__tags-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.NewClientsListPage__tags-container::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.NewClientsListPage__tags-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.NewClientsListPage__tree-container {
  max-height: 350px;
  overflow-y: auto;
}
.NewClientsListPage__tree-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.NewClientsListPage__tree-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.NewClientsListPage__tree-container::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.NewClientsListPage__tree-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.NewClientsListPage__tags-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 6px;
}
.NewClientsListPage__record-tags-divider {
  margin: 0;
}
.NewClientsListPage__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.NewClientsListPage__range-picker {
  width: 240px;
}
.NewClientsListPage__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-self: last baseline;
  justify-content: flex-end;
}
.NewClientsListPage__buttons__item {
  min-width: 140px;
}
.NewClientsListPage__filters-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.NewClientsListPage__filters-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
}
.NewClientsListPage__filters-list__item__button {
  width: 32px !important;
  max-width: 32px !important;
  min-width: 32px !important;
}
.MultiFilter__popup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  padding: 8px;
  list-style-type: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.MultiFilter__input {
  cursor: pointer;
}
.MultiFilter__input__field {
  cursor: pointer;
}
.MultiFilter__input__icon {
  transition: transform 0.3s;
  color: #d9d9d9;
  font-size: 12px;
}
.MultiFilter__input__icon--open {
  transform: rotate(180deg);
}
.MultiFilter__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MultiFilter__divider {
  margin: 8px 0;
}
.MultiFilter__popover-body {
  padding: 8px !important;
}
.MultiFilter__row {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.MultiFilter__row:hover {
  background-color: #f5f5f5;
}
.MultiFilter__row__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
.MultiFilter__row__icon {
  transform: rotate(270deg);
  color: #d9d9d9;
  font-size: 12px;
}
.bc-clients-list .clients-count-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: -24px;
}
.bc-clients-list .clients-count-container .mass-actions {
  margin: 0;
}
.bc-clients-list .page-container .table-container {
  position: relative;
}
.bc-clients-list .page-container .table-container .loader-container {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.bc-clients-list .page-container .table-container .loader-container .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.bc-clients-list .page-container .table-container .loader-container[data-loading=true] {
  opacity: 1;
  z-index: 1000;
}
.bc-clients-list .table {
  max-width: 100% !important;
  overflow-x: scroll;
}
.bc-clients-list .mass-actions {
  margin-top: -78px;
}

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

@media screen and (max-width: 1240px) {
  .bc-clients-list .filters-and-buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (max-width: 834px) {
  .bc-clients-list .mass-actions {
    margin-top: -78px;
  }
}
@media screen and (max-width: 550px) {
  .bc-clients-list .button-container {
    width: 100%;
  }
  .bc-clients-list .button-container .ant-space-item {
    width: 100%;
  }
  .bc-clients-list .button-container .ant-space-item button {
    width: 100%;
  }
  .bc-clients-list .mass-actions {
    margin-top: 10px;
  }
}
.bc-chf-dates-range .filter-content {
  width: 100%;
  margin-top: 4px;
}
.bc-chf-dates-range .date-input {
  width: 100px;
}
.bc-chf-dates-range .date-input.birth-day-input {
  width: 90px;
}
.bc-chf-dates-range .date-inputs-divider {
  margin-top: 4px;
  margin-bottom: 4px;
}
.bc-chf-dates-range .applying-button {
  margin-top: 8px;
  margin-bottom: 12px;
}
.bc-chf-dates-range .free-range-input {
  width: 60px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1240px) {
  .bc-client-filters .filters-and-buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 950px) {
  .bc-client-filters div:has(> .filters-title) {
    width: 64px !important;
  }
  .bc-client-filters .filters-container {
    display: flex;
    flex-direction: column;
  }
  .bc-client-filters .filters-and-buttons {
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.tags-filter .search-field {
  margin-bottom: 8px;
}
.tags-filter .tags-tree {
  padding-top: 8px;
  height: 200px;
  overflow-y: auto;
}
.tags-filter .tags-tree .tags-icon {
  margin-right: 5px;
}
.tags-filter .tags-divider {
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 792px) {
  .bc-client-filters .filter-selects-container {
    flex-direction: column;
  }
}
.tag-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
}
.tag-wrapper .ant-tag {
  padding: 0;
  margin: 0;
}

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

.bc-text-drawers .action-text-button {
  margin: 0;
  padding: 0;
}
.bc-range-with-start-and-end .range-value {
  width: 100px;
}
.bc-range-with-start-and-end .range-value.client-balance {
  width: 150px;
}
.edit-client-page {
  position: relative;
  width: 100%;
  height: 100%;
  left: -24px;
}
.edit-client-page__content {
  padding-left: 24px;
}
.edit-client-page__loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  transition: 0.2s all ease-in-out;
}
.bc-edit-client {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.bc-edit-client .bc-add-client {
  padding-bottom: 24px;
}
.bc-edit-client > .bc-global-tab-styles {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.bc-edit-client .ant-tabs-left {
  height: auto;
}
.bc-edit-client .ant-tabs-left .ant-tabs-content-holder {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.bc-edit-client .ant-tabs-left .ant-tabs-content {
  height: 100%;
  min-height: 0;
}
.bc-edit-client .ant-tabs-left .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  min-height: 0;
}
.bc-edit-client__lead-card-pane {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  overflow: hidden;
}
.bc-edit-client__lead-card-tab {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.bc-edit-client .ant-collapse-header .ant-collapse-header-text {
  font-weight: 600;
}
.bc-edit-client .ant-tabs-nav {
  max-width: 200px;
  min-width: 200px;
}
.bc-edit-client .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 40px 8px 0;
}

@media screen and (min-width: 1024px) {
  .bc-edit-client .ant-tabs-content-holder {
    margin-top: -65px;
  }
}
@media screen and (max-width: 834px) {
  .bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px 8px 24px;
  }
  .bc-edit-employee .ant-tabs-content-holder {
    margin-top: 0;
  }
}
.excel-window_wrapper {
  max-width: 600px;
  width: 100%;
}
.excel-window_wrapper .import-complete-icon {
  color: rgb(22, 119, 255);
}
.excel-window_wrapper .description-text {
  font-weight: 600;
  font-size: 24px;
}
.excel-window_wrapper .changed-count {
  color: rgb(22, 119, 255);
}
.excel-window_wrapper .skipped-count {
  color: #ff4d4f;
}
.excel-window_wrapper .added-count {
  color: #52c41a;
}
.excel-window_wrapper .excel-window_container .upload-success .cancel-button {
  margin-top: 20px;
}
.excel-window_wrapper .excel-window_container .upload-success h4 {
  margin-top: 0;
}
.excel-window_wrapper .excel-window_container .upload-success h4 .anticon {
  margin-right: 10px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .info-item {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding-top: 10px;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .green {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .blue {
  background-color: #e6f4ff;
  border: 1px solid #91caff;
}
.excel-window_wrapper .excel-window_container .upload-success .info-panel .red {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.excel-window_wrapper .excel-window_container .upload-success .errors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .ant-typography {
  margin-top: 16px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list {
  margin: 0;
  width: 100%;
  padding: 0;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item {
  margin-bottom: 20px;
  text-align: initial;
  width: 100%;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-head {
  background-color: #fafafa;
  min-height: 46px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body {
  padding: 10px 15px;
  display: flex;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body .anticon-warning {
  align-self: flex-start;
  margin-right: 5px;
  margin-top: 3px;
}
.excel-window_wrapper .excel-window_container .upload-success .errors .list .list-item .ant-card-body .ant-typography {
  margin-top: 0;
  min-width: fit-content;
  margin-right: 20px;
}
.excel-window_wrapper .excel-window_container .ant-spin-nested-loading {
  position: absolute;
  width: -webkit-fill-available;
  top: 50%;
}
.bc-service-salary-component.salary-value {
  width: 100px !important;
}
.set-employee-salary-modal .salary-type-select,
.set-employee-salary-modal .salary-value {
  width: 300px;
}
.bc-clients-services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bc-clients-services .button-container {
  display: flex;
  justify-content: space-between;
}
.bc-clients-services .ant-select-selection-placeholder {
  color: black;
}
.bc-clients-services .duration-form-item {
  margin-bottom: 0;
}
.bc-clients-services .adding-from-modal {
  background-color: #e6f4ff;
}
.bc-clients-services .deleting-from-modal {
  background-color: #fff2f0;
}
.bc-additional-info {
  width: 100%;
  max-width: 800px;
}
.bc-additional-info .ant-picker {
  width: 100%;
}
.bc-additional-info .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-additional-info .container .ant-form-item {
  max-width: 400px;
  width: 100%;
}
.bc-additional-info .container .ant-form-item .ant-input-number {
  width: 100%;
}
.bc-additional-info .container .ant-form-item textarea {
  font-size: 16px;
}
.bc-additional-info .container .label {
  min-width: 170px;
}
.bc-additional-info .text-area {
  align-items: flex-start;
}
.bc-additional-info .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-additional-info .save-button {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-additional-info Form.Item {
    margin: 0;
  }
  .bc-additional-info .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .bc-additional-info .container .ant-form-item {
    width: 100%;
  }
  .bc-additional-info .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-additional-info .container .email-label {
    width: auto;
  }
}
.bc-employee-info-tab {
  width: 100%;
  max-width: 800px;
}
.bc-employee-info-tab .divider {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 0 0;
}
.bc-employee-info-tab .ant-picker {
  width: 100%;
}
.bc-employee-info-tab .bc-masked-phone-input .code-and-input-space {
  margin-left: 0 !important;
}
.bc-employee-info-tab .bc-masked-phone-input .input-with-mask {
  width: 307px;
}
.bc-employee-info-tab .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-employee-info-tab .container .ant-select-selection-search-input,
.bc-employee-info-tab .container .ant-input {
  font-size: 16px;
}
.bc-employee-info-tab .container .employee_avatar {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bc-employee-info-tab .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-employee-info-tab .description-container {
  align-items: flex-start;
}
.bc-employee-info-tab .label {
  min-width: 170px;
}
.bc-employee-info-tab .bc-masked-phone-input {
  column-gap: 0;
}
.bc-employee-info-tab .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-employee-info-tab .branches-container {
  max-width: 400px;
  width: 100%;
}
.bc-employee-info-tab .branches-container .ant-form-item-row {
  justify-content: space-between;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col {
  text-align: left;
  display: contents;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col label {
  font-weight: 600;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
  min-width: 430px;
}
.bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
  padding: 5px 0;
}
@media screen and (max-width: 834px) {
  .bc-employee-info-tab .phone-container .ant-form-item {
    width: 100% !important;
  }
  .bc-employee-info-tab .phone-container .ant-input-status-error {
    margin-left: 0px !important;
  }
  .bc-employee-info-tab .bc-masked-phone-input {
    display: flex;
    flex-direction: column;
    max-width: 400px;
  }
  .bc-employee-info-tab .bc-masked-phone-input .ant-form-item {
    margin-left: 0 !important;
  }
  .bc-employee-info-tab .generate-name-wrapper {
    width: 100%;
  }
  .bc-employee-info-tab .generate-name-wrapper .container {
    width: 100%;
  }
  .bc-employee-info-tab .generate-name-wrapper .ant-form-item-control-input {
    width: 100%;
  }
  .bc-employee-info-tab .divider {
    width: auto;
    max-width: 400px;
    min-width: none !important;
  }
  .bc-employee-info-tab Form.Item {
    margin: 0;
  }
  .bc-employee-info-tab .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .bc-employee-info-tab .container .ant-form-item {
    width: 100%;
  }
  .bc-employee-info-tab .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-employee-info-tab .container .email-label {
    width: auto;
  }
  .bc-employee-info-tab .container .date-label {
    margin-bottom: 5px !important;
  }
  .bc-employee-info-tab .container .label {
    width: auto;
    margin-bottom: 5px;
    min-width: max-content;
  }
  .bc-employee-info-tab .container .field {
    width: 100%;
    margin: 0;
  }
  .bc-employee-info-tab .container .field-item {
    width: 100%;
  }
  .bc-employee-info-tab .container .ant-input-wrapper {
    width: 100%;
  }
  .bc-employee-info-tab .container .generate-name {
    width: 100%;
  }
  .bc-employee-info-tab .container .generate-name .ant-form-item-control-input-content {
    padding: 0;
  }
  .bc-employee-info-tab .container .generate-name .ant-form-item-control-input-content .ant-input {
    width: 100%;
  }
  .bc-employee-info-tab .container .field-selector {
    width: 100%;
  }
  .bc-employee-info-tab .container .field-autocomplete {
    width: 100%;
  }
  .bc-employee-info-tab .container .date-selectors {
    width: 100%;
    padding-left: 0px;
  }
  .bc-employee-info-tab .space-button {
    flex-wrap: wrap;
  }
  .bc-employee-info-tab .button {
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors {
    flex-wrap: wrap;
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors .ant-space-item {
    width: 100%;
  }
  .bc-employee-info-tab .date-selectors .ant-space-item .ant-select {
    width: 100%;
  }
  .bc-employee-info-tab .button-space {
    width: 100%;
  }
  .bc-employee-info-tab .button-space .ant-space-item {
    width: 100%;
  }
  .bc-employee-info-tab .ant-col.ant-col-16.ant-form-item-control > div:nth-of-type(2) {
    margin-left: auto;
  }
  .bc-employee-info-tab .branches-container {
    width: auto;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row {
    max-width: 400px;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-typography {
    margin-left: 0px;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
    min-width: auto;
    width: 100%;
  }
  .bc-employee-info-tab .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .bc-employee-info-tab .bc-masked-phone-input .input-with-mask {
    width: 100%;
  }
}
.bc-settings-info {
  width: 100%;
  max-width: 800px;
}
.bc-settings-info .ant-picker {
  width: 100%;
}
.bc-settings-info .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-settings-info .container .checkbox-field {
  max-width: none !important;
}
.bc-settings-info .container .ant-form-item {
  max-width: 400px;
  width: 100%;
  margin: 0;
}
.bc-settings-info .container .ant-form-item .ant-input-number {
  width: 100%;
}
.bc-settings-info .container .ant-form-item textarea {
  font-size: 16px;
}
.bc-settings-info .container .label {
  min-width: 170px;
}
.bc-settings-info .text-area {
  align-items: flex-start;
}
.bc-settings-info .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-settings-info .save-button {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-settings-info Form.Item {
    margin: 0;
  }
  .bc-settings-info .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .bc-settings-info .container .ant-form-item {
    width: 100%;
  }
  .bc-settings-info .container .ant-form-item .ant-form-item-control-input {
    width: 100%;
  }
  .bc-settings-info .container .email-label {
    width: auto;
  }
}
.bc-edit-employee .ant-collapse-header .ant-collapse-header-text {
  font-weight: 600;
}
.bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 40px 8px 0;
}
.bc-edit-employee .ant-tabs-content-holder {
  margin-top: -65px;
}
@media screen and (max-width: 1024px) {
  .bc-edit-employee .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px 8px 24px;
  }
  .bc-edit-employee .ant-tabs-content-holder {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .bc-email-change .ant-result-image {
    height: 200px;
  }
  .bc-email-change .ant-result-image svg {
    transform: scale(0.5);
  }
}
.bc-email-change .ant-result-subtitle {
  font-size: 16px;
}
.bc-employees {
  height: 100vh;
}
.bc-employees .header-container {
  width: 100%;
  margin-bottom: 25px;
}
.bc-employees .deleted-cell {
  opacity: 0.5;
}
.bc-employees .user-selector .ant-select-selection-placeholder {
  color: black;
}
.bc-employees .user-selector .ant-select-selection-overflow {
  flex-wrap: nowrap;
}
.bc-employees .tablet-buttons {
  display: none;
}
.bc-employees .toolbar-space {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .bc-employees .desktop-buttons {
    display: none;
  }
  .bc-employees .tablet-buttons {
    display: inline-flex;
  }
}
@media screen and (max-width: 550px) {
  .bc-employees .selector-space {
    width: 100%;
  }
  .bc-employees .selector-space .ant-space-item {
    width: 100%;
  }
  .bc-employees .selector-space .ant-space-item .user-selector {
    width: 100% !important;
  }
  .bc-employees .buttons-container {
    width: 100%;
  }
  .bc-employees .buttons-container .tablet-buttons {
    width: 100% !important;
    justify-content: space-between;
  }
  .bc-employees .buttons-container .tablet-buttons .button {
    width: 100%;
  }
}
.bc-sort-employees .button-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bc-sort-employees .button-container .action-button_container {
  display: flex;
  gap: 10px;
}
.bc-sort-employees .sort-employee_table {
  overflow-x: scroll;
}
.bc-sort-employees .main-space {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .bc-sort-employees .button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bc-sort-employees .button-container .action-button_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bc-sort-employees .save-button {
    width: 100%;
    max-width: none;
  }
}
.bc-add-employee {
  width: 100%;
}
.bc-add-employee .add-employee-form {
  max-width: 800px;
  width: 100%;
}
.bc-add-employee .divider {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 0 0;
}
.bc-add-employee .ant-picker {
  width: 100%;
}
.bc-add-employee .bc-masked-phone-input {
  gap: 0;
}
.bc-add-employee .bc-masked-phone-input .label {
  min-width: 170px;
}
.bc-add-employee .id-label {
  margin-left: 10px;
  min-width: 30px;
}
.bc-add-employee .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-employee .container .ant-select-selection-search-input,
.bc-add-employee .container .ant-input {
  font-size: 16px;
}
.bc-add-employee .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-employee .container .label {
  min-width: 170px;
}
.bc-add-employee .description-container {
  align-items: flex-start;
}
.bc-add-employee .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-employee .branches-container {
  max-width: 400px;
  width: 100%;
}
.bc-add-employee .branches-container .ant-form-item-row {
  justify-content: space-between;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col {
  text-align: left;
  display: contents;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col label {
  font-weight: 600;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input {
  min-width: 430px;
}
.bc-add-employee .branches-container .ant-form-item-row .ant-col .ant-form-item-control-input .ant-list-item {
  padding: 5px 0;
}
.bc-add-employee .add-employee-phone-component .input-with-mask {
  width: 306.5px;
}
.bc-add-employee .position-divider {
  margin: 8px 0;
}
.bc-add-employee .has-no-right-to-change-branch {
  display: none;
}
.bc-add-employee .action-buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .bc-add-employee .id-label {
    z-index: 5000;
    position: absolute;
    right: 40px;
  }
  .bc-add-employee .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.bc-add-position {
  width: 100%;
}
.bc-add-position .form {
  width: 100%;
}
.bc-add-position .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-position .container .ant-select-selection-search-input,
.bc-add-position .container .ant-input {
  font-size: 16px;
}
.bc-add-position .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-position .container .label {
  min-width: 140px;
}
.bc-add-position .container .ant-typography {
  min-width: 80px;
}
.bc-add-position .form-space {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .bc-add-position .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.Positions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.Positions__table {
  width: 100%;
  min-width: 0;
}
.Positions__table .ant-spin-nested-loading, .Positions__table .ant-spin-container, .Positions__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.Positions__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.Positions__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.Positions__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.Positions__table .ant-pagination-options {
  margin-inline-start: auto;
}

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

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

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

.gray {
  color: gray;
}

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

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

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

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

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

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

.operators-block .operators-list {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}
.operators-block .operator-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.operators-block .operator-row .operator-select {
  flex: 1;
  margin: 0;
}
.operators-block .operator-row .operator-delete {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-checkbox {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .bc-integrations .integrations-table {
    overflow-x: scroll;
  }
}
.PurchaseLicensePage {
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.PurchaseLicensePage__header {
  margin-bottom: 16px;
}
.PurchaseLicensePage__title {
  margin: 0;
}
.PurchaseLicensePage__periods {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PurchaseLicensePage__row {
  margin-top: 8px;
}
.PurchaseLicensePage__counter {
  display: flex;
  gap: 8px;
  align-items: center;
}
.PurchaseLicensePage__counterValue {
  min-width: 36px;
  text-align: center;
}
.PurchaseLicensePage__totalToPay {
  font-size: 18px;
}
.PurchaseLicensePage__payButton {
  margin-top: 16px;
}
.bc-tariff-constructor .period-selector {
  width: 105px;
}
.bc-tariff-constructor .card-box {
  width: 250px;
  box-sizing: content-box;
}
.bc-tariff-constructor .account {
  margin-top: 0;
}
.bc-tariff-constructor .total-box {
  margin-top: 16px;
}
.bc-tariff-constructor .total-title {
  margin-top: 0 !important;
}
.bc-tariff-constructor .total-sum {
  margin-top: 0 !important;
  color: #1677ff;
}
.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;
}
.ExecutorSelect {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.ExecutorSelect.ant-select {
  width: 100%;
}
.ExecutorSelect .ant-select-selector {
  height: 40px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
}
.ExecutorSelect .ant-select-selection-placeholder,
.ExecutorSelect .ant-select-selection-item {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.ExecutorSelect .ant-select-selection-wrap,
.ExecutorSelect .ant-select-selection-search {
  display: flex;
  align-items: center;
}
.ExecutorSelect .ant-select-selection-search-input {
  height: 100%;
}
.ExecutorSelect__dropdown {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 2px;
  border-radius: 12px;
  background-color: #fff;
}
.ExecutorSelect__dropdown::-webkit-scrollbar {
  width: 5px;
}
.ExecutorSelect__dropdown::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
}
.ExecutorSelect__dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.ExecutorSelect__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  padding: 2px 4px;
  border-radius: 8px;
  cursor: default;
}
.ExecutorSelect__item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.ExecutorSelect__item--clickable {
  cursor: pointer;
}
.ExecutorSelect__item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.1;
}
.ExecutorSelect__item-actions {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.ExecutorSelect__action-button {
  min-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ExecutorSelect__action-button .ant-btn-icon {
  height: 80%;
}
.ExecutorSelect__action-button .anticon {
  font-size: 12px !important;
}
.EmployeeBreakActionModal {
  max-width: calc(100vw - 32px);
}
.EmployeeBreakActionModal .ant-modal-content {
  border-radius: 14px;
  padding: 16px 20px 18px;
}
.EmployeeBreakActionModal .ant-modal-header {
  margin-bottom: 14px;
}
.EmployeeBreakActionModal .ant-modal-title {
  padding-right: 28px;
}
.EmployeeBreakActionModal .ant-modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.EmployeeBreakActionModal .ant-modal-footer .ant-btn {
  height: 34px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
}
.EmployeeBreakActionModal .ant-modal-footer .ant-btn-dangerous:not(.ant-btn-primary) {
  margin-right: auto;
}
.EmployeeBreakActionModal .ant-form-item {
  margin-bottom: 10px;
}
.EmployeeBreakActionModal .ant-form-item-label {
  padding-bottom: 4px;
}
.EmployeeBreakActionModal .ant-form-item-label > label {
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #66758a;
}
.EmployeeBreakActionModal .ant-form-item-explain-error {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
}
.EmployeeBreakActionModal .ant-select .ant-select-selector {
  border-radius: 8px;
}
.EmployeeBreakActionModal__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.EmployeeBreakActionModal__title-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #141414;
}
.EmployeeBreakActionModal__title-hint {
  font-size: 12px;
  line-height: 1.35;
  color: #8c8c8c;
}
.EmployeeBreakActionModal__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.EmployeeBreakActionModal__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.EmployeeBreakActionModal__summary-card, .EmployeeBreakActionModal__delete-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  background-color: #fafbfc;
}
.EmployeeBreakActionModal__summary-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #66758a;
}
.EmployeeBreakActionModal__summary-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #263241;
  word-break: break-word;
}
.EmployeeBreakActionModal__form {
  margin-bottom: 0;
}
.EmployeeBreakActionModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.EmployeeBreakActionModal__warning {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}
@media (max-width: 550px) {
  .EmployeeBreakActionModal .ant-modal-content {
    padding: 14px 14px 16px;
  }
  .EmployeeBreakActionModal__summary, .EmployeeBreakActionModal__time-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .EmployeeBreakActionModal .ant-modal-footer .ant-btn-dangerous:not(.ant-btn-primary) {
    margin-right: 0;
  }
}
.EmployeeWorkScheduleActionModal {
  max-width: calc(100vw - 32px);
}
.EmployeeWorkScheduleActionModal .ant-modal-content {
  border-radius: 14px;
  padding: 16px 20px 18px;
}
.EmployeeWorkScheduleActionModal .ant-modal-header {
  margin-bottom: 14px;
}
.EmployeeWorkScheduleActionModal .ant-modal-title {
  padding-right: 28px;
}
.EmployeeWorkScheduleActionModal .ant-modal-footer {
  margin-top: 16px;
}
.EmployeeWorkScheduleActionModal .ant-modal-footer .ant-btn {
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
}
.EmployeeWorkScheduleActionModal .ant-form-item {
  margin-bottom: 10px;
}
.EmployeeWorkScheduleActionModal .ant-form-item-label {
  padding-bottom: 4px;
}
.EmployeeWorkScheduleActionModal .ant-form-item-label > label {
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #66758a;
}
.EmployeeWorkScheduleActionModal .ant-form-item-explain-error {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
}
.EmployeeWorkScheduleActionModal .ant-picker,
.EmployeeWorkScheduleActionModal .ant-select .ant-select-selector {
  border-radius: 8px;
}
.EmployeeWorkScheduleActionModal__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.EmployeeWorkScheduleActionModal__title-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #141414;
}
.EmployeeWorkScheduleActionModal__title-hint {
  font-size: 12px;
  line-height: 1.35;
  color: #8c8c8c;
}
.EmployeeWorkScheduleActionModal__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.EmployeeWorkScheduleActionModal__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.EmployeeWorkScheduleActionModal__summary-card, .EmployeeWorkScheduleActionModal__delete-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  background-color: #fafbfc;
}
.EmployeeWorkScheduleActionModal__summary-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #66758a;
}
.EmployeeWorkScheduleActionModal__summary-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #263241;
  word-break: break-word;
}
.EmployeeWorkScheduleActionModal__form {
  margin-bottom: 0;
}
.EmployeeWorkScheduleActionModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.EmployeeWorkScheduleActionModal__time-form-item {
  margin-bottom: 0;
}
.EmployeeWorkScheduleActionModal__warning {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}
@media (max-width: 550px) {
  .EmployeeWorkScheduleActionModal .ant-modal-content {
    padding: 14px 14px 16px;
  }
  .EmployeeWorkScheduleActionModal__summary, .EmployeeWorkScheduleActionModal__time-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.EmployeeHeaderActions__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px !important;
  height: 20px !important;
  padding: 0;
  color: #262626;
  border-radius: 2px;
  cursor: pointer;
  background: transparent;
}
.EmployeeHeaderActions__trigger .anticon {
  font-size: 18px !important;
  line-height: 1;
}
.EmployeeHeaderActions__trigger:hover, .EmployeeHeaderActions__trigger:focus {
  color: #1677ff !important;
  background-color: #e6f4ff !important;
}
.EmployeeHeaderActions__trigger.ant-btn-loading {
  color: #1677ff;
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu {
  width: max-content;
  min-width: 130px !important;
  padding: 4px !important;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu-item {
  padding: 4px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu-item-icon {
  color: #1677ff;
  font-size: 11px;
  min-width: 12px;
}
.EmployeesHeadersStrip {
  position: sticky;
  top: 0;
  z-index: 5;
  overflow-x: clip;
  background-color: #eef3f8;
  border-bottom: 1px solid #c8d4e2;
  border-top: 1px solid #c8d4e2;
}
.EmployeesHeadersStrip__track {
  display: flex;
  gap: 1px;
  background-color: #c8d4e2;
  transition: transform 0.28s ease;
  will-change: transform;
}
.EmployeesHeadersStrip__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 3px;
  height: 52.5px;
  padding: 2px;
  background-color: #eef3f8;
  box-sizing: border-box;
  min-width: 0;
}
.EmployeesHeadersStrip__cell--inactive-workday {
  background-color: #e7ebf0;
}
.EmployeesHeadersStrip__cell--archived {
  background-color: #f0e6e6;
}
.EmployeesHeadersStrip__avatar-and-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  min-width: 0;
  padding-right: 5px;
  box-sizing: border-box;
}
.EmployeesHeadersStrip__main-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  width: 100%;
  min-width: 0;
}
.EmployeesHeadersStrip__actions {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.EmployeesHeadersStrip__avatar {
  flex-shrink: 0;
}
.EmployeesHeadersStrip__avatar-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
  cursor: default;
}
.EmployeesHeadersStrip__avatar-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.EmployeesHeadersStrip__text {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  padding-right: 2px;
}
.EmployeesHeadersStrip__name, .EmployeesHeadersStrip__position, .EmployeesHeadersStrip__archive-label {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.08;
  text-overflow: ellipsis;
}
.EmployeesHeadersStrip__name {
  color: #263241;
  font-weight: 700;
}
.EmployeesHeadersStrip__position {
  color: #8a96a8;
  font-size: 9px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  font-family: Roboto, sans-serif;
  line-height: 1.1;
}
.EmployeesHeadersStrip__archive-label {
  color: #8c4a4a;
}
.EmployeesHeadersStrip__cell--archived .EmployeesHeadersStrip__name {
  color: #5f4545;
}
.EmployeesHeadersStrip__cell--inactive-workday:not(.EmployeesHeadersStrip__cell--archived) .EmployeesHeadersStrip__name {
  color: #6b7280;
}
.EmployeeColumn {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
}
.EmployeeColumn--archived {
  background-color: #f6eeee;
}
.EmployeeColumn__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 56px;
  padding: 3px 8px;
  background-color: #eef3f8;
  border-bottom: 1px solid #c8d4e2;
  box-sizing: border-box;
}
.EmployeeColumn__avatar {
  flex-shrink: 0;
}
.EmployeeColumn__name {
  font-size: 11px;
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.15;
}
.EmployeeColumn__position {
  font-size: 11px;
  font-weight: 500;
  color: #66758a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.1;
}
.EmployeeColumn__grid {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.EmployeeColumn__slot {
  position: relative;
  height: var(--calendar-grid-step-height, 30px);
  border-bottom: 1px dashed #c9d5e3;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s;
}
.EmployeeColumn__slot:nth-child(odd) {
  border-bottom-color: #d8e1ec;
}
.EmployeeColumn__slot--occupied {
  cursor: default;
}
.EmployeeColumn__slot:not(.EmployeeColumn__slot--occupied):not(.EmployeeColumn__slot--break):not(.EmployeeColumn__slot--inactive-workday):not(.EmployeeColumn__slot--non-working-time):hover {
  background-color: #f0f7ff;
}
.EmployeeColumn__slot:not(.EmployeeColumn__slot--occupied):not(.EmployeeColumn__slot--break):not(.EmployeeColumn__slot--inactive-workday):not(.EmployeeColumn__slot--non-working-time):hover .EmployeeColumn__slot-hover {
  opacity: 1;
}
.EmployeeColumn__slot--non-working {
  background-color: #e7edf4;
  border-bottom-color: transparent;
  cursor: pointer;
}
.EmployeeColumn__slot--non-working:hover {
  background-color: #fff3d9;
}
.EmployeeColumn__slot--non-working:hover .EmployeeColumn__slot-hover {
  opacity: 1;
}
.EmployeeColumn__slot--inactive-workday {
  background-color: #f5f5f5;
  border-bottom-color: transparent;
  cursor: default;
}
.EmployeeColumn__slot--inactive-workday:hover {
  background-color: #f5f5f5;
}
.EmployeeColumn--archived .EmployeeColumn__slot--inactive-workday {
  background-color: #f3e8e8;
}
.EmployeeColumn--archived .EmployeeColumn__slot--inactive-workday:hover {
  background-color: #f3e8e8;
}
.EmployeeColumn__slot--non-working-time {
  border-bottom: 1px dashed #c9d5e3;
}
.EmployeeColumn__slot--break {
  background-color: #d8e3ee;
  border-bottom-color: transparent;
  cursor: default;
}
.EmployeeColumn__slot--before-block {
  border-bottom-color: transparent;
}
.EmployeeColumn__slot--block-start {
  border-top: 1px solid #b7c6d8;
}
.EmployeeColumn__slot--block-end {
  border-bottom: 1px solid #b7c6d8;
}
.EmployeeColumn__break-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8e3ee;
  cursor: pointer;
  transition: background-color 0.15s;
}
.EmployeeColumn__break-block:hover {
  background-color: #cbd9e7;
}
.EmployeeColumn__break-label {
  font-size: 10px;
  font-weight: 600;
  color: #5f6f83;
  line-height: 1.15;
  pointer-events: none;
}
.EmployeeColumn__slot-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.EmployeeColumn__slot-hover--non-working-time {
  flex-direction: column;
  gap: 3px;
  color: #8a5a00;
}
.EmployeeColumn__slot-hover--with-warning-label {
  padding: 0 4px 4px;
  box-sizing: border-box;
}
.EmployeeColumn__slot-time {
  font-size: 11px;
  font-weight: 500;
  color: #1890ff;
  line-height: 1;
}
.EmployeeColumn__slot-label {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1;
}
.EmployeeColumn__slot-warning-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  max-width: 100%;
  font-size: 10px;
  font-weight: 600;
  color: #8a5a00;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.EmployeeColumn__slot-warning-icon {
  flex-shrink: 0;
  font-size: 10px;
  line-height: 1;
}
.EmployeesViewport {
  flex: 1;
  min-width: 0;
  overflow-x: clip;
  overflow-y: clip;
}
.EmployeesViewport__track {
  display: flex;
  gap: 1px;
  min-height: 100%;
  position: relative;
  background-color: #c8d4e2;
  transition: transform 0.28s ease;
  will-change: transform;
}
.EmployeesViewport__column {
  flex: 0 0 auto;
  min-width: 0;
}
.EmptyCalendarState {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 200px;
  padding: 24px;
}
.EmptyCalendarState__message {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  max-width: 400px;
  line-height: 1.6;
}
.bc-create-bug-report-modal .ant-upload-list {
  max-height: 130px;
  overflow-y: scroll;
}
.bc-create-bug-report-modal .info-icon {
  color: red;
}
.bc-create-bug-report-modal .upload-component > div {
  width: 100%;
}
.bc-create-bug-report-modal .upload-component button {
  width: 100%;
  height: 48px;
}
.modal .ant-space {
  width: 100%;
}
.modal .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.modal .container .ant-space-item {
  width: 100%;
}
.modal .container .ant-typography {
  min-width: 110px;
}
.modal .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.modal .container .ant-select {
  width: 100% !important;
}
.modal .container .ant-select .ant-space-item {
  width: auto;
}
@media screen and (max-width: 834px) {
  .modal .container {
    flex-direction: row;
  }
}

/*# sourceMappingURL=main~21.643a8c1d.css.map*/