.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;
}
.payment-button_wrapper {
  width: 100%;
  margin-top: 24px;
}
.payment-button_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border-color: #1677ff;
  padding: 10px 17px;
  max-width: 400px;
  gap: 14px;
  height: 56px;
}
.payment-button_container:hover {
  border-color: #1677ff;
}
.payment-button_container:hover .payment-button_title {
  color: #1677ff;
}
.payment-button_title {
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  color: rgb(55, 58, 60);
}
.record-details_comment-button {
  position: relative;
  right: 24px;
}
.record-details_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.record-details_form {
  width: 100%;
  padding-right: 12px;
  overflow-y: auto;
}
.record-details_details {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_main_fields {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.record-details_main_fields_item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
}
.record-details_main_fields_input {
  width: 100%;
  margin-bottom: 0;
  max-width: 400px;
}
.record-details_main_fields_input input {
  width: 100%;
}
.record-details_main_fields_phone {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.record-details_main_fields_label {
  width: 200px;
  min-width: 200px;
}
.record-details_main_fields .phone-wrapper {
  align-items: flex-start;
}
.record-details_main_fields .checkbox {
  margin-left: 200px;
}
.record-details_main_fields_phone-info-tooltip {
  margin-bottom: 24px;
}
.record-details_services {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.record-details_services_title {
  margin: 0;
}
.record-details_search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 215px;
  height: 100%;
  gap: 6px;
  padding-left: 16px;
}
.record-details_footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.record-details_footer_button {
  min-width: 200px;
}
.record-details_footer_button_delete {
  position: absolute;
  right: 30px;
}

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

.phone-info {
  margin-bottom: 0px !important;
}
.phone-info .ant-form-item {
  margin-bottom: 0px;
}
@media screen and (max-width: 834px) {
  .record-details_details {
    height: auto;
  }
}
.employee {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}
.employee_fields_duration_combined {
  width: 100%;
}
.employee_fields_combined_inner {
  width: 100%;
}
.employee_details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 215px);
  align-items: flex-start;
  max-width: 600px;
}
.employee_warning {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  flex: 1;
  max-width: 300px;
  margin-right: 24px;
}
.employee_warning .ant-alert.ant-alert-warning {
  align-items: flex-start;
}
.employee_warning .ant-alert.ant-alert-warning .anticon.anticon-info-circle.ant-alert-icon {
  margin-top: 4px !important;
}
.employee_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}
.employee_row_duration {
  align-items: flex-start;
}
.employee_row_color {
  align-items: center;
}
.employee_label {
  display: flex;
  width: 200px;
  height: 100%;
  margin-top: 9px;
  align-items: center;
  justify-content: flex-start;
}
.employee_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  flex: 1;
  max-width: 400px;
}
.employee_fields .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
  margin: 0;
}
.employee_fields_date {
  width: 100%;
  flex: 1;
}
.employee_fields_date_picker {
  width: 100%;
}
.employee_fields_range {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  flex: 1;
  width: 100%;
}
.employee_fields_range_select {
  width: 100%;
  max-width: 120px;
}
.employee_fields_duration {
  width: 100%;
  min-width: 150px;
}
.employee_fields_duration_select {
  width: 100%;
  min-width: 150px;
}
.employee_fields_comment {
  width: 100%;
  min-width: 200px;
}
.employee_fields_tags {
  width: 100%;
  min-width: 200px;
}
.employee_fields_tags_select {
  width: 100%;
  min-width: 200px;
}
.employee_fields_employee {
  width: 100%;
  min-width: 200px;
}
.employee_fields_employee_select {
  width: 100%;
  min-width: 200px;
}
.employee_lock_button {
  width: 40px;
}
.employee_double-record_info {
  min-width: 40px;
  justify-content: center;
}
.employee_additional-employees {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.employee_additional-employees_row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
.employee_additional-employees_select {
  flex: 1;
  max-width: 353px;
}
.employee_additional-employees_select_two-buttons {
  max-width: 303px;
}
.clients-by-phone_spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
}
.clients-by-phone_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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_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-selected {
  background-color: #ecf3fb;
}
.clients-by-phone_success {
  color: #2da540;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.clients-by-phone_success svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.employee-tabs_container {
  overflow-x: auto;
}
.employee-tabs_segmented {
  margin-bottom: 24px;
}
.employee-tabs_tab {
  line-height: 20px;
}
.employee-tabs_tab_label {
  max-width: 300px;
}
.employee-tabs_tab_label_title {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
}
.employee-tabs_tab_label_text {
  font-size: 13px;
  line-height: 18px !important;
  font-weight: 400;
}

/*# sourceMappingURL=main~17.711c9c2f.css.map*/