.visit-history_container {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12px;
}
.visit-history_title {
  margin: 0px 0px 10px 0px;
}
.visit-history_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 38px);
  justify-content: flex-start;
  align-items: flex-start;
}
.visit-history_loading {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.visit-history_filter {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0px 10px 0px;
  gap: 10px;
}
.visit-history_filter_select {
  width: 250px;
}
.visit-history_filter_title {
  color: #979797;
  font-weight: 500;
}
.visits-table_container {
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
}
.visits-table_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.visits-table_table thead {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.visits-table_th {
  padding: 10px 12px;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  position: sticky;
  top: 0px;
  z-index: 999;
}
.visits-table_th_performer {
  width: 20%;
}
.visits-table_th_status {
  width: 21%;
}
.visits-table_th_services {
  width: 30%;
}
.visits-table_th_cost {
  width: 12%;
}
.visits-table_th_paid {
  width: 12%;
}
.visits-table_day_cell {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 4px 12px;
  margin-top: 6px;
}
.visits-table_record_row {
  padding: 0px 12px;
}
.visits-table_record_cell {
  padding: 10px 12px;
}
.visits-table_record_cell_performer {
  vertical-align: top;
}
.visits-table_record_cell_performer .performer-time {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-items: flex-start;
  align-items: center;
}
.visits-table_record_cell_performer .time {
  font-weight: 500;
  color: #333;
}
.visits-table_record_cell_performer .performer {
  font-size: 14px;
  color: #555;
}
.visits-table_record_cell_performer .icon {
  color: #999;
}
.visits-table_record_cell_status {
  vertical-align: top;
}
.visits-table_record_cell_status .status {
  display: flex;
  align-items: center;
  gap: 6px;
}
.visits-table_record_cell_status .status .status-color {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}
.visits-table_record_cell_status .status .status-text {
  font-size: 14px;
  color: #333;
}
.visits-table_record_cell_status .status .status-empty {
  color: #ff4d4f;
  font-size: 14px;
}
.visits-table_record_cell_services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.visits-table_record_cell_services .service-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.visits-table_record_cell_services .service-line .point {
  flex-shrink: 0;
  margin-top: 7px;
  width: 8px;
  height: 8px;
  color: rgba(0, 139, 246, 0.57);
  display: inline-block;
}
.visits-table_record_cell_services .service-line .name {
  font-size: 14px;
  color: #333;
  word-break: break-word;
  white-space: pre-line;
  line-height: 1.4;
  flex: 1 1 auto;
}
.visits-table_record_cell_cost .costs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.visits-table_record_cell_cost .costs .cost-line {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  height: 22px;
}
.visits-table_record_cell_cost .costs .cost-line .cost {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.visits-table_record_cell_cost .costs .cost-line .discount-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.visits-table_record_cell_cost .costs .cost-line .discount-info .discount-percent {
  position: absolute;
  top: -10px;
  margin-left: 4px;
  color: white;
  border-radius: 3px;
  background: #f0ad4e;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 2px;
  font-weight: 500;
}
.visits-table_record_cell_cost .costs .cost-line .discount-info .original-cost {
  font-size: 10px;
  line-height: 10px;
  text-decoration: line-through;
  margin-left: 4px;
  color: #999;
}
.visits-table_record_cell_cost {
  font-size: 14px;
  color: #333;
}
.visits-table_record_cell_paid {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.visits-table_buttons {
  display: flex;
  justify-content: flex-start;
  padding: 0px 12px;
  gap: 12px;
}
.visits-table_divider {
  margin: 12px 0px 0px 0px;
}
.visits-table_empty {
  padding: 40px;
}
.visits-table_empty .ant-empty-image {
  height: 100px;
}
.TreeCheckboxFilter__button {
  gap: 4px;
}
.TreeCheckboxFilter__icon {
  font-size: 10px;
  transition: 0.3s all ease-out;
}
.TreeCheckboxFilter__icon--opened {
  transform: rotate(180deg);
}
.TreeCheckboxFilter__tree {
  min-width: 160px;
  max-width: 360px;
  width: max-content;
}
.bc-user-integrations-tab .avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.bc-user-integrations-tab .user-integrations-tab-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.bc-user-integrations-tab .add-integration-button {
  margin-right: 10px;
}

.add-user-integration-select-container {
  width: 100%;
  margin: 30px 0;
}

.sales-funnel-column,
.status-column {
  min-width: 130px;
}

.modal-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/*# sourceMappingURL=main~25.e4a1c51c.css.map*/