.employee-dropdown-item-icon {
  width: 15px;
  margin-right: 10px;
}
.bc-payment-modal .content-container h4 {
  margin-bottom: 6px;
}
.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%;
}
.record-info-tooltip {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 300px;
  max-height: 90vh;
  color: rgba(0, 0, 0, 0.88);
}
.record-info-tooltip_name {
  margin: 0px !important;
}
.record-info-tooltip_phone {
  color: rgba(0, 0, 0, 0.45);
}
.record-info-tooltip_status {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  height: 28px;
  width: max-content;
  border-radius: 6px;
  color: white;
}
.record-info-tooltip_status.feature_records {
  margin-top: 0;
}
.record-info-tooltip_status.feature_records, .record-info-tooltip_status.additional_sales {
  border-color: lightgrey;
  background-color: lightgrey;
}
.record-info-tooltip_services {
  margin-top: 12px;
}
.record-info-tooltip_services_list {
  margin: 0;
  padding-left: 24px;
}
.record-info-tooltip_services_title {
  margin: 0px !important;
  margin-bottom: 6px;
}
.record-info-tooltip_services_service {
  color: rgba(0, 0, 0, 0.45) !important;
}
.record-info-tooltip_payment_status {
  margin-top: 12px;
}
.record-info-tooltip_comment {
  margin-top: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.record-info-tooltip_comment_title {
  margin: 0px !important;
  margin-bottom: 6px;
}
.record-info-tooltip_comment_text {
  height: max-content;
  overflow-y: scroll;
}
.record-info-tooltip_tags {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.record-info-tooltip_tags_title {
  margin: 0px !important;
  margin-bottom: 6px;
}
.record-info-tooltip_tags_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2px 4px;
  gap: 2px;
  max-height: 800px;
  overflow: hidden;
}
.bc-record {
  position: absolute;
  overflow: hidden;
  right: 8px;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  z-index: 1;
}
.bc-record .resizable {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: ns-resize;
  display: none;
}
.bc-record:hover .resizable {
  display: block;
}
.bc-record .record-header {
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-record .record-header .record-range {
  font-size: 9.5px;
  word-spacing: -2px;
}
.bc-record .record-header .record-icons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
}
.bc-record .record-header .record-icons-container .record-icon {
  width: 9px;
  height: 9px;
}
.bc-record .record-header .record-icons-container .record-tooltip {
  background-color: white;
}
.bc-record .record-content {
  height: 100%;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.bc-record .record-services {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 9.6px;
  white-space: pre-wrap;
}
.bc-record .record-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2px 4px;
  gap: 2px;
  overflow: hidden;
}
.bc-record .record-tags .ant-tag {
  height: 16px;
  font-size: 9px;
  padding: 2px !important;
  line-height: 9px;
  margin: 0px !important;
}
.bc-record .record-comment {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  font-size: 9.6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
.bc-record .record-client-info {
  padding: 4px;
  font-size: 10px;
}
.bc-record .record-client-info .new-client {
  background-color: #3c4db0;
  vertical-align: baseline;
  display: inline-block;
  color: white;
  border-radius: 2px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 4px;
  padding-bottom: 2px;
}
.bc-record .record-client-info .client-phone {
  font-size: 10px;
}
.bc-record .record-client-info .client-name {
  font-weight: 500;
}
.bc-work-break {
  border-radius: 2px;
  position: absolute;
  background-color: rgba(225, 220, 220, 0.89);
  width: calc(100% - 8px);
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 8px;
  cursor: pointer;
}
.bc-work-break .work-break-header {
  height: 9px;
  position: absolute;
  top: 0;
}
.bc-employee-column .performer-name {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}
.bc-employee-column .employee__info {
  position: static;
}
.bc-employee-column .employee__info .edit-employee-schedule {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  margin: 3px 15px 0 0;
}
.bc-employee-column .employee__schedule__container {
  padding: 0 4px;
  position: relative;
}
.bc-employee-column .employee__schedule__container .working-time .events.active.cell-top-border {
  border-top: 0.5px solid #dfdfdf;
}
.bc-employee-column .employee__schedule__container .not-working-time {
  padding: 0;
  background-color: rgba(225, 220, 220, 0.89);
}
.bc-employee-column .employee__schedule__container .not-working-time .events {
  background-color: transparent;
}
.bc-employee-column .employee__schedule__container .events {
  text-align: start;
  border-right: 0;
  border-left: 0;
  transition: all 0.3s ease-in;
  background-color: #fff;
  cursor: pointer;
}
.bc-employee-column .employee__schedule__container .events:hover {
  background-color: #ecf3fb;
  transition: all 0.3s ease-out;
}
.bc-employee-column .employee__schedule__container .events:hover .hover-text {
  opacity: 1;
}
.bc-employee-column .employee__schedule__container .events .hover-text {
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #5fad68;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  pointer-events: none;
}
.bc-employee-column .employee__schedule__container .events.inactive {
  pointer-events: none;
  background-color: #f5f5f5;
}
.bc-employee-column .employee__schedule__container .events.inactive .hover-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bc-employee-column {
    min-width: 280px;
  }
}
.calendar {
  border-top: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.calendar .current-time-line-container {
  position: absolute;
  width: 100%;
}
.calendar .current-time-line-container .current-time {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 7px;
  color: orange;
  background-color: black;
  padding: 2px 0;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  border-radius: 6px;
  width: 42px;
  top: -9px;
}
.calendar .current-time-line-container .current-time-line {
  position: absolute;
  z-index: 1000;
  width: calc(100% - 48px);
  right: 0;
  height: 1px;
  background-color: black;
}
.calendar__times {
  width: 55px;
  position: sticky;
  z-index: 999;
  background-color: #fff;
  height: fit-content;
}
.calendar__times.right {
  right: 0;
  border-left: 1px solid #f0f0f0;
}
.calendar__times.left {
  left: 0;
  border-right: 1px solid #f0f0f0;
}
.calendar__times .icons {
  padding-top: 40%;
  min-height: 75px;
  gap: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center !important;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 999;
}
.calendar__times .icons .arrow {
  font-size: 30px;
  cursor: pointer;
}
.calendar__times .icons span {
  color: #2075ea;
}
.calendar__times .disabled {
  pointer-events: none;
}
.calendar__times .disabled span {
  color: #a2a0a0;
}
.calendar__times .time-cell {
  width: 100%;
  font-weight: 500;
  padding-right: 6px;
  text-align: right;
  font-size: 14px;
  vertical-align: baseline;
}
.calendar__times .time-cell sup {
  font-size: 10px;
}
.calendar__container {
  gap: 0px;
  height: fit-content;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
}
.calendar__container.no-employee {
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
}
.calendar__container .employee {
  flex-wrap: nowrap;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.calendar__container .employee__records {
  box-sizing: border-box;
  flex: 1 0 12.5%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar__container .employee__records:first-child {
  margin-left: 0;
}
.calendar__container .employee__records:last-child {
  margin-right: 0;
}
.calendar__container .employee__records h5 {
  margin: -2px auto 0;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar__container .employee__records .field {
  margin: 0;
  padding-bottom: 6px;
  color: #999;
  line-height: 12px;
}
.calendar__container .employee__info {
  padding-top: 6px;
  height: 75px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  row-gap: 0 !important;
  z-index: 998;
}
.calendar__container .employee__info > div:nth-child(2) {
  margin-top: 6px;
}
.calendar__container .employee__info .employee-avatar {
  height: 26px !important;
  width: 26px !important;
  font-size: 14px;
}
.calendar__container .employee .empty {
  padding-right: 0px;
}
.calendar__container .lessThanThree {
  flex-wrap: nowrap;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.calendar__container .lessThanThree__records {
  flex: 1 0 10%;
  box-sizing: border-box;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar__container .lessThanThree__records:first-child {
  margin-left: 2px;
}
.calendar__container .lessThanThree__records:last-child {
  box-sizing: border-box;
  min-width: 12.5%;
}
.calendar__container .lessThanThree__records h5 {
  margin: -2px auto 0;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar__container .lessThanThree__records .field {
  margin: 0;
  padding-bottom: 6px;
  color: #999;
  line-height: 12px;
}
.calendar__container .lessThanThree__info {
  padding-top: 4px;
  height: 105px;
  gap: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 998;
}
.calendar__container .lessThanThree__info .employee-avatar {
  height: 28px !important;
  width: 28px !important;
  font-size: 9px;
}
.calendar::-webkit-scrollbar:horizontal {
  width: 10px;
  height: 10px;
}
.calendar::-webkit-scrollbar-thumb:horizontal {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .calendar__container .employee__records {
    min-width: 280px;
  }
  .calendar__container .employee .lessThanThree__records {
    overflow: visible;
  }
}

.record-modal {
  z-index: 1;
}
.record-modal.edit-modal .ant-modal-footer {
  margin-left: 214px;
  border-left: 1px solid #f0f0f0;
  margin-top: 0;
  border-top: 1px solid #f0f0f0;
}
.record-modal.edit-modal .ant-modal-footer button {
  min-width: 200px;
}
.record-modal.edit-modal .ant-modal-footer .delete-button {
  position: absolute;
  right: 30px;
}
.record-modal.edit-modal.payment-info-modal .ant-modal-footer {
  display: none;
}
.record-modal .content {
  display: flex;
}
.record-modal .content .menu-wrapper {
  width: 200px;
  min-height: 100%;
  border-right: 1px solid #f0f0f0;
  margin-bottom: 100px;
}
.record-modal .content .content-wrapper {
  position: relative;
  width: 982px;
}
.record-modal .content .content-wrapper .comment-button {
  position: absolute;
  top: 14px;
  right: 40px;
}
.record-modal .content .content-wrapper .record-history {
  padding: 0 24px;
}
.record-modal .content .content-wrapper .client-information {
  padding: 20px;
}
.record-modal .content .content-wrapper .client-information h3 {
  width: 200px;
  margin-left: 18px;
}
.record-modal .content .content-wrapper .client-card-content-layout {
  padding: 20px;
  min-height: 200px;
  height: calc(100vh - 200px);
}
.record-modal .content .content-wrapper .client-card-content-layout.hidden {
  display: none !important;
}
.record-modal .notification {
  color: red;
  margin-right: 6px;
}
.record-modal .record-sidebar {
  border-inline-end: 0px !important;
}
.record-modal .record-sidebar .ant-menu-item-group {
  margin-top: 18px;
}
.record-modal .record-sidebar .ant-menu-item-group-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 10px;
}
.record-modal .record-sidebar .ant-menu-item-group-title p {
  font-weight: 400;
}
.record-modal .record-sidebar .ant-menu-item-only-child {
  background-color: transparent;
  margin: 0 !important;
  padding-left: 8px !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  transition: all ease-in-out 300ms;
}
.record-modal .record-sidebar .ant-menu-item-only-child:hover {
  font-weight: 600;
  transition: all ease-in-out 200ms;
  border-radius: 6px;
}
.record-modal .record-sidebar .ant-menu-item-selected {
  font-weight: 600;
  color: black;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.record-modal {
  width: fit-content !important;
}
.record-modal input::placeholder {
  color: rgba(0, 0, 0, 0.88);
  opacity: 1;
}
.record-modal .separator {
  width: calc(100% - 228px);
  min-width: unset;
  margin: 0;
}
.record-modal .info-container {
  display: flex;
}
.record-modal .info-container .form-container {
  padding: 24px;
  width: 100%;
}
.record-modal .info-container .form-container .service-table {
  max-width: 95%;
}
.record-modal .info-container .form-container .service-table .total-price {
  min-width: 94px;
  text-align: center;
}
.record-modal .info-container .form-container .service-table .ant-table-cell,
.record-modal .info-container .form-container .service-table .ant-table-footer {
  padding: 8px 8px 22px 0;
  background-color: transparent;
}
.record-modal .info-container .form-container .service-table .ant-table-cell::before,
.record-modal .info-container .form-container .service-table .ant-table-footer::before {
  background-color: transparent;
}
.record-modal .info-container .form-container .service-table.no-data {
  padding: 0;
}
.record-modal .info-container .form-container .service-table.no-data .ant-table-tbody,
.record-modal .info-container .form-container .service-table.no-data .ant-table-thead {
  display: none;
}
.record-modal .info-container .form-container .service-table.no-data .service-footer {
  display: none;
}
.record-modal .info-container .form-container .service-footer {
  max-width: 95%;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}
.record-modal .info-container .form-container .add-service {
  min-width: 290px;
  height: 30px;
  margin-top: 8px;
}
.record-modal .info-container .form-container .select-service {
  margin-top: 12px;
  min-width: 50% !important;
}
.record-modal .info-container .form-container .select-service .ant-select-selection-item {
  height: 24px;
}
.record-modal .info-container .form-container .service-name {
  display: flex;
  position: relative;
}
.record-modal .info-container .form-container .service-name .ant-select {
  width: 260px;
}
.record-modal .info-container .form-container .service-name .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.record-modal .info-container .form-container .service-name .ant-select .ant-select-selector .ant-select-selection-item .ant-typography {
  line-height: unset;
}
.record-modal .info-container .form-container .service-name .service-remove {
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.record-modal .info-container .form-container .service-name .ant-typography-ellipsis {
  max-width: 250px;
  margin-bottom: 4px;
}
.record-modal .info-container .form-container .service-row td {
  padding: 8.5px;
  border: none;
}
.record-modal .info-container .form-container .service-row .ant-form-item-explain {
  position: absolute;
  width: 84px;
  line-height: 1;
}
.record-modal .info-container .form-container .branch-users {
  height: 40px;
}
.record-modal .info-container .form-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: "*";
}
.record-modal .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.record-modal .checkbox {
  margin-left: 29%;
  margin-top: 12px;
  margin-bottom: 0;
}
.record-modal .service-contaier {
  width: 78%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.record-modal .client-buttons button {
  padding: 4px 12px;
}
.record-modal .spin {
  padding: 40px 95px;
  text-align: center;
}
.record-modal .service-buttons {
  margin-top: 12px;
  width: 100%;
}
.record-modal .service-buttons .ant-space-item {
  width: 32%;
}
.record-modal .service-buttons .ant-space-item button {
  width: 100%;
}
.record-modal .mobile-field {
  display: flex;
}
.record-modal .mobile-field .ant-typography {
  line-height: 36px;
  min-width: 200px;
}
.record-modal .mobile-field .input-with-mask {
  width: 100%;
  margin-bottom: 0;
  padding-left: 11px;
  padding-right: 11px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.record-modal .mobile-field .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.record-modal .services {
  display: flex;
  max-height: 52px;
}
.record-modal .services.count {
  max-height: 40px;
}
.record-modal .services .service-name {
  width: 50%;
  margin-right: 12px;
}
.record-modal .services .service-count {
  width: 45px;
  border-radius: 0;
  text-align: center;
}
.record-modal .services .anticon-delete,
.record-modal .services .anticon-plus,
.record-modal .services .anticon-lock,
.record-modal .services .anticon-unlock,
.record-modal .services .anticon-minus {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
.record-modal .services .anticon-delete,
.record-modal .services .anticon-plus {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.record-modal .services .anticon-minus {
  margin-left: 12px;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.record-modal .services .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.record-modal .service-container {
  width: 200px;
}
.record-modal .container {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.record-modal .container .user-info {
  width: calc(100% - 140px);
  margin: 6px 0;
}
.record-modal .container .ant-typography {
  min-width: 200px;
}
.record-modal .container .count input {
  text-align: center;
}
.record-modal .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: "*";
}
.record-modal .date-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}
.record-modal .date-container .ant-typography {
  min-width: 138px;
}
.record-modal .date-container .ant-picker {
  min-width: 160px;
  padding: 8px 11px;
  font-size: 16px;
}
.record-modal .date-container .date-field {
  display: flex;
  align-items: baseline;
  gap: 18px !important;
}
.record-modal .date-container .date-field .ant-form-item {
  margin-bottom: 0;
}
.record-modal .date-container .date-field .time-field {
  display: flex;
  gap: 8px !important;
  align-items: baseline;
}
.record-modal .date-container .date-field .time-field .ant-form-item {
  width: 127px;
}
.record-modal .date-container .date-field.range {
  width: 100%;
}
.record-modal .date-container .date-field.range .ant-form-item {
  width: 100%;
}
.record-modal .date-container .duration-selects {
  width: 223px !important;
}
.record-modal .comment-container {
  width: 83.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.record-modal .comment-container .ant-typography {
  min-width: 138px;
}
.record-modal .comment-container .ant-form-item {
  width: 100%;
}
.record-modal .employee-container {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.record-modal .employee-container .user-info {
  width: calc(100% - 140px);
  margin: 6px 0;
}
.record-modal .employee-container .user-info .ant-select-selection-item-content {
  display: flex;
  align-items: center;
}
.record-modal .employee-container .ant-typography {
  min-width: 140px;
}
.record-modal .employee-container .ant-select {
  width: 100% !important;
}
.record-modal .employee-container:last-child {
  margin-bottom: 16px;
}
.record-modal .employee-container .anticon-lock,
.record-modal .employee-container .anticon-unlock {
  margin-left: 12px;
  margin-top: 6px;
  cursor: pointer;
  border-radius: 5px;
  outline: 1px solid #ccc;
  padding: 10px 12px 12px;
}
.record-modal .employee-container .anticon-lock {
  background-color: #1877fe;
  color: white;
  border: none;
  outline: none;
}
.record-modal .employee-container .ant-color-picker-trigger {
  justify-content: flex-start;
}
.record-modal .notification-bar {
  border-left: 1px solid #f0f0f0;
  padding-left: 12px;
  padding-top: 18px;
  max-width: 215px;
  min-width: 215px;
  gap: 0 !important;
  align-items: center;
}
.record-modal .notification-bar svg {
  width: 20px;
  height: 20px;
}
.record-modal .notification-bar .clients {
  width: 100%;
}
.record-modal .notification-bar .clients .ant-typography {
  display: block;
}
.record-modal .notification-bar .clients h5 {
  margin: 0;
}
.record-modal .notification-bar .clients .ant-radio-wrapper {
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 12px;
  transition: all ease-in 300ms;
}
.record-modal .notification-bar .clients .ant-radio-wrapper:hover {
  background-color: #ecf3fb;
  transition: all ease-out 300ms;
}
.record-modal .warning-bar {
  max-width: 200px !important;
}
.record-modal .similar-clients-container {
  margin-top: 90px;
}
.record-modal .similar-clients-container .new-clients {
  overflow-y: auto;
  overflow-x: hidden;
  height: 253px;
}
.record-modal .similar-clients-container .new-client {
  margin-bottom: 0 !important;
}
.record-modal .new-customer-title {
  margin: 10px 0;
}
.record-modal .notification-title,
.record-modal .worrning-message {
  color: #f0ad4e;
  margin-top: 0;
}
.record-modal .notification-success {
  color: #2da540;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.record-modal .notification-success svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.record-modal .warning {
  padding-right: 14px;
}
.record-modal .ant-modal-footer {
  display: flex;
  padding: 10px 36px 24px;
  gap: 18px;
  margin-left: 214px;
  border-left: 1px solid #f0f0f0;
  margin-top: 0;
  border-top: 1px solid #f0f0f0;
}
.record-modal .ant-modal-footer button {
  height: 40px;
  min-width: 200px;
}
.record-modal .ant-modal-content {
  padding: 0;
}
.record-modal .ant-modal-header {
  padding: 20px 24px 0;
}
.record-modal .ant-modal-body {
  padding: 0 14px;
}
.record-modal .payment-info table th {
  border-bottom: 2px solid #ccc;
  padding: 10px;
  font-weight: 500;
}
.record-modal .payment-info table th:last-child {
  text-align: right;
}
.record-modal .payment-info table td {
  padding: 10px;
}
.record-modal .payment-info table td:last-child {
  text-align: right;
}
.record-modal .payment-info table tr:last-child > td {
  border-bottom: none;
  font-weight: 500;
}
.record-modal .payment-info table tr:last-child > td svg {
  display: none;
}

div.ant-modal.prepayment-dialog {
  z-index: 2;
}

.tabsContainer {
  margin-top: 10px;
}

.btnContainer {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 8px;
  margin-top: 10px;
}

.btnContainer .ant-btn-default {
  background: #fafafa;
  border-radius: 15px;
}

.payment-button {
  display: flex;
  align-items: center;
  width: 250px;
}
.payment-button button {
  height: 50px;
}

.payment-receipt {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  width: 185px;
}
.payment-receipt .receipt-title {
  margin: 0;
}
.payment-receipt .receipt-description {
  margin: 0;
  color: #979797;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 141px;
}

.payment-balance {
  width: 248px;
  height: 50px;
  display: inline;
}
.payment-balance .you-kassa-image {
  width: 28px;
  height: auto;
}

.ant-tabs-tab.ant-tabs-tab-active {
  font-size: 14px;
  border-right-color: #f0f0f0 !important;
  border-top-color: #f0f0f0 !important;
  border-left-color: #f0f0f0 !important;
  background-color: white !important;
  margin: 0;
}

.ant-tabs-tab.ant-tabs-tab-active > div {
  color: #0935b9 !important;
}

.ant-tabs-nav {
  margin: 0 !important;
}

.ant-tabs-tab.ant-tabs-tab {
  /* Add your desired styles here */
  font-size: 14px;
  border-right-color: white;
  border-top-color: white;
  background-color: rgba(0, 0, 0, 0.04);
  margin-left: 0 !important;
  margin-right: 1px !important;
}

.receipt-name ul {
  width: 245px !important;
}

.payment-info-items {
  margin: 24px 0 48px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1023px) {
  .record-modal {
    width: 100% !important;
  }
  .record-modal .container {
    width: 100%;
  }
  .record-modal .ant-modal-content {
    margin: 0px auto;
  }
  .record-modal .ant-modal-content .client-buttons {
    width: 100%;
    flex-direction: column;
  }
  .record-modal .ant-modal-content .client-buttons .ant-space-item {
    width: 100%;
  }
  .record-modal .ant-modal-content .client-buttons .ant-space-item button {
    width: 100%;
  }
  .record-modal .warning {
    top: 580px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1213px) {
  .record-modal .ant-modal-content {
    margin: 0px auto;
  }
  .record-modal .ant-modal-content .client-buttons {
    width: 100%;
    flex-direction: column;
  }
  .record-modal .ant-modal-content .client-buttons .ant-space-item {
    width: 100%;
  }
  .record-modal .ant-modal-content .client-buttons .ant-space-item button {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .info-container .form-container .service-footer {
    justify-content: space-between;
  }
  .info-container .form-container .service-footer .service-count {
    width: 385px;
    margin-left: 130px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1212px) {
  .info-container .form-container .service-footer .service-count .count {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
  .record-modal {
    width: 100% !important;
  }
  .record-modal .container {
    width: 100%;
  }
  .record-modal .container .ant-typography {
    min-width: 175px;
  }
  .record-modal .info-container {
    width: 790px;
  }
  .record-modal .info-container .form-container .service-footer .service-count {
    width: 285px;
    margin-left: 110px;
  }
  .record-modal .date-container .date-field .time-field {
    display: flex;
    gap: 8px !important;
    align-items: baseline;
  }
  .record-modal .date-container .date-field .time-field .ant-form-item {
    width: 95px;
  }
  .record-modal .date-container .duration-selects {
    width: 198px !important;
  }
  .record-modal .date-container .ant-typography {
    min-width: 110px;
  }
  .record-modal .comment-container {
    width: 96.5%;
  }
  .record-modal .comment-container .ant-typography {
    min-width: 110px;
  }
  .record-modal .employee-container {
    width: 70%;
  }
  .record-modal .employee-container .ant-typography {
    min-width: 110px;
  }
  .record-modal .mobile-field .ant-typography {
    min-width: 175px;
  }
  .record-modal .notification-bar {
    min-width: 195px;
    padding-top: 35px;
  }
  .record-modal .notification-bar .clients {
    width: 90%;
  }
  .record-modal .warning-bar {
    padding-top: 25px;
  }
  .record-modal .warning-bar .warning .worrning-message {
    width: 177px;
  }
}
.multiselect-popup .ant-select-item .ant-select-item-option-content {
  display: flex;
  align-items: center;
}

.alert {
  margin-bottom: 5px;
}

.tag-icon {
  margin-right: 5px;
}

.color-picker {
  width: 100%;
  height: 39px;
}

.services-dropdown {
  padding: 8px 8px 4px;
}
.services-dropdown .service-dropdown-divider {
  margin: 8px 0 0;
}

.branch-user {
  display: flex;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-count-error {
  width: 84px;
  color: red;
  position: absolute;
  left: 0;
  top: 40px;
  line-height: 14px;
}

.ant-select-item-option-content .category {
  margin: 0;
  font-weight: 500;
}
.ant-select-item-option-content p {
  color: #999;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.service-footer .service-hour {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.service-footer .service-count {
  display: flex;
  justify-content: space-between;
}
.service-footer .service-count div {
  max-width: 340px;
}
.service-footer .service-count .money {
  width: max-content;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .record-modal .ant-modal-content {
    overflow: auto;
    position: static;
  }
  .record-modal .ant-modal-content .content .content-wrapper {
    width: 70%;
    min-width: 800px;
  }
  .record-modal .ant-modal-body {
    width: 992px;
  }
  .record-modal .ant-modal-close {
    right: 0px;
  }
  .record-modal .ant-modal-footer {
    width: 800px;
  }
  .record-modal.edit-modal .ant-modal-footer .delete-button {
    position: static;
  }
}
.add-work-schedule-modal .date-picker {
  width: 286px;
}
.add-work-schedule-modal .mb-0 {
  margin-bottom: 0;
}
.add-work-schedule-modal .date-container .time-select {
  width: 100px;
}
.bc-executor-select {
  width: 300px;
}

.bc-executor-select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 5px;
}
.bc-executor-select-item .text {
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-executor-select-item .buttons {
  display: flex;
  gap: 4px;
}
.bc-executor-select-item .buttons .open-individual-calendar-button,
.bc-executor-select-item .buttons .add-workday-to-schedule-button {
  padding: 0 12px;
}

.ant-select-dropdown {
  max-height: 364px;
  overflow-y: auto;
}
.bc-schedule-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  line-height: 20px;
}
.bc-schedule-header .today-button {
  width: 87px;
}
.bc-schedule-header .date {
  font-size: 14px;
}
.bc-schedule-header .date-btn-container {
  display: flex;
  gap: 8px;
}
.bc-schedule-header .date-btn-container .date-nav-button {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bc-schedule-header .left-container {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: left;
  gap: 8px;
}
.bc-schedule-header .center-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-schedule-header .right-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.bc-schedule-header .right-container .financial-statistics-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bc-schedule-header .right-container .financial-statistics-container .red-color {
  color: #f5222d;
}
.bc-schedule-header .right-container .financial-statistics-container .ant-typography {
  word-break: normal;
}
@media screen and (max-width: 1024px) {
  .bc-schedule-header {
    flex-wrap: wrap;
  }
  .bc-schedule-header .left-container {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }
  .bc-schedule-header .center-container {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }
  .bc-schedule-header .right-container {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }
}
.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-individual-schedule-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  line-height: 20px;
}
.bc-individual-schedule-header .left-container {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: left;
}
.bc-individual-schedule-header .center-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-individual-schedule-header .right-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bc-individual-schedule-header .person-icon {
  font-size: 25px;
  margin: 0 20px;
}
.bc-individual-schedule-header .add-workday-to-schedule {
  padding: 4px 12px;
}

.bc-individual-calendar {
  border-top: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 65px);
  position: relative;
}
.bc-individual-calendar .individual-calendar-content {
  position: relative;
  display: flex;
  background-color: #fff;
  gap: 0px;
  height: fit-content;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: auto;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column {
  position: relative;
  flex: 1 0 14.28%;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
  gap: 1px;
  height: 75px;
  border-bottom: 1px solid #f0f0f0;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-header .day-name {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: #999;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-header .date {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content {
  padding: 0 4px;
  position: relative;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .working-time .events.active.cell-top-border {
  border-top: 0.5px solid #dfdfdf;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .not-working-time {
  padding: 0;
  background-color: rgba(225, 220, 220, 0.89);
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .not-working-time .events {
  background-color: transparent;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .events {
  text-align: start;
  border-right: 0;
  border-left: 0;
  transition: all ease-in 300m;
  background-color: #fff;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .events:hover {
  background-color: #ecf3fb;
  transition: all ease-out 300m;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .events:hover .hover-text {
  display: block;
}
.bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column .column-content .events .hover-text {
  display: none;
  background-color: #5fad68;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .bc-individual-schedule-header {
    flex-wrap: wrap;
  }
  .bc-individual-schedule-header .left-container {
    margin-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .bc-individual-schedule-header .center-container {
    margin-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .bc-individual-schedule-header .right-container {
    margin-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .bc-individual-schedule-header .person-icon {
    font-size: 25px;
    margin: 0 20px;
  }
  .bc-individual-schedule-header .add-workday-to-schedule {
    padding: 4px 12px;
  }
  .bc-individual-calendar .left-container {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
  }
  .bc-individual-calendar .center-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bc-individual-calendar .right-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bc-individual-calendar .individual-calendar-content .bc-employee-day-schedule-column {
    min-width: 280px;
  }
}

/*# sourceMappingURL=main~41.c893ca74.css.map*/