.AddWorkScheduleModal .ant-modal-content {
  border-radius: 18px;
  padding: 20px 24px 24px;
}
.AddWorkScheduleModal .ant-modal-header {
  margin-bottom: 18px;
}
.AddWorkScheduleModal .ant-modal-title {
  padding-right: 28px;
}
.AddWorkScheduleModal .ant-modal-footer {
  margin-top: 22px;
}
.AddWorkScheduleModal .ant-picker,
.AddWorkScheduleModal .ant-select-selector {
  border-radius: 12px !important;
}
.AddWorkScheduleModal__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.AddWorkScheduleModal__title-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #141414;
}
.AddWorkScheduleModal__title-hint {
  font-size: 13px;
  line-height: 1.4;
  color: #8c8c8c;
}
.AddWorkScheduleModal__content {
  padding-top: 2px;
}
.AddWorkScheduleModal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AddWorkScheduleModal__details {
  display: block;
}
.AddWorkScheduleModal__summary-card, .AddWorkScheduleModal__date-card, .AddWorkScheduleModal__schedule-card {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 12px;
  gap: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.AddWorkScheduleModal__time-form-item {
  margin-bottom: 0 !important;
}
.AddWorkScheduleModal__schedule-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.AddWorkScheduleModal__summary-card--selector {
  min-height: 0;
}
.AddWorkScheduleModal__summary-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8c8c8c;
}
.AddWorkScheduleModal__summary-value {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #262626;
}
.AddWorkScheduleModal__employee-field {
  margin-bottom: 8px;
}
.AddWorkScheduleModal__date-card {
  padding: 16px;
}
.AddWorkScheduleModal__employee-hint {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #8c8c8c;
}
.AddWorkScheduleModal__date-field {
  margin-bottom: 0;
}
.AddWorkScheduleModal__date-field .ant-form-item-label {
  padding-bottom: 8px;
}
.AddWorkScheduleModal__section-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #262626;
}
.AddWorkScheduleModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 640px) {
  .AddWorkScheduleModal .ant-modal-content {
    padding: 18px 16px 20px;
  }
  .AddWorkScheduleModal__time-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.CalendarTimeline {
  display: flex;
  flex-direction: column;
  width: 60px;
  min-width: 60px;
  user-select: none;
}
.CalendarTimeline__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.CalendarTimeline__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  transition: all 0.2s;
}
.CalendarTimeline__nav-button:hover:not(:disabled) {
  border-color: #1890ff;
  color: #1890ff;
}
.CalendarTimeline__nav-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.CalendarTimeline__slots {
  display: flex;
  flex-direction: column;
}
.CalendarTimeline__slot {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 60px;
  padding-top: 4px;
  font-size: 12px;
  color: #8c8c8c;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.CalendarTimeline__slot--left {
  padding-right: 8px;
  justify-content: flex-end;
}
.CalendarTimeline__slot--right {
  padding-left: 8px;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .CalendarTimeline {
    width: 40px;
    min-width: 40px;
  }
  .CalendarTimeline__slot {
    font-size: 10px;
  }
  .CalendarTimeline__nav-button {
    width: 28px;
    height: 28px;
  }
}
.CurrentTimeLine {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 0;
}
.CurrentTimeLine__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 20px;
  background-color: rgba(255, 77, 79, 0.82);
  border-radius: 4px;
  margin-top: -0.5px;
  box-shadow: 0 2px 8px rgba(255, 77, 79, 0.18);
}
.CurrentTimeLine__time {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1;
  letter-spacing: 0.3px;
}
.CurrentTimeLine__line {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 77, 79, 0.45);
}
@media screen and (max-width: 550px) {
  .CurrentTimeLine__marker {
    width: 38px;
    min-width: 38px;
    height: 18px;
  }
  .CurrentTimeLine__time {
    font-size: 9px;
  }
}
@charset "UTF-8";
.DragPreviewOverlay {
  position: absolute;
  border-left: 3px solid #1890ff;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 200;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  opacity: 0.92;
  overflow: hidden;
}
.DragPreviewOverlay__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  background-color: #1890ff;
}
.DragPreviewOverlay__time-range {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.DragPreviewOverlay__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 6px;
  background-color: #e6f7ff;
  overflow: hidden;
}
.DragPreviewOverlay__full-name {
  font-size: 12px;
  font-weight: 600;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.DragPreviewOverlay__phone {
  font-size: 11px;
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.DragPreviewOverlay__services {
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}
.DragPreviewOverlay__service {
  font-size: 11px;
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}
.DragPreviewOverlay__service::before {
  content: "• ";
  color: #1890ff;
}
.DragPreviewOverlay__title {
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.AppointmentMoveModal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
}
.AppointmentMoveModal__row {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.AppointmentMoveModal__label {
  font-size: 13px;
  color: #8c8c8c;
  min-width: 64px;
}
.AppointmentMoveModal__value {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}
.AppointmentCardInfoTooltip {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  max-height: 90vh;
  color: rgba(0, 0, 0, 0.88);
}
.AppointmentCardInfoTooltip__name {
  margin: 0 !important;
}
.AppointmentCardInfoTooltip__phone, .AppointmentCardInfoTooltip__email {
  color: rgba(0, 0, 0, 0.45);
}
.AppointmentCardInfoTooltip__status {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
.AppointmentCardInfoTooltip__status--feature {
  border-color: lightgrey;
  background-color: lightgrey;
}
.AppointmentCardInfoTooltip__services, .AppointmentCardInfoTooltip__payment-status, .AppointmentCardInfoTooltip__comment, .AppointmentCardInfoTooltip__tags {
  margin-top: 12px;
}
.AppointmentCardInfoTooltip__services-title, .AppointmentCardInfoTooltip__comment-title, .AppointmentCardInfoTooltip__tags-title {
  margin: 0 0 6px !important;
}
.AppointmentCardInfoTooltip__services-list {
  margin: 0;
  padding-left: 24px;
}
.AppointmentCardInfoTooltip__services-item {
  color: rgba(0, 0, 0, 0.45);
}
.AppointmentCardInfoTooltip__comment {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.AppointmentCardInfoTooltip__comment-text {
  overflow-y: auto;
}
.AppointmentCardInfoTooltip__tags {
  display: flex;
  flex-direction: column;
}
.AppointmentCardInfoTooltip__tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px 4px;
  overflow: hidden;
}
@charset "UTF-8";
.AppointmentCard {
  position: absolute;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  transition: box-shadow 0.15s;
}
.AppointmentCard:hover {
  overflow: visible;
  z-index: 50 !important;
}
.AppointmentCard--dragging {
  overflow: hidden;
  cursor: grabbing !important;
  transition: none;
  z-index: 100 !important;
}
.AppointmentCard--resizing {
  overflow: hidden;
  cursor: ns-resize !important;
  transition: none;
}
.AppointmentCard--readonly {
  touch-action: auto;
}
.AppointmentCard__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 3px solid #1890ff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.AppointmentCard__inner:active {
  cursor: grabbing;
}
.AppointmentCard--dragging .AppointmentCard__inner {
  cursor: grabbing;
}
.AppointmentCard--readonly .AppointmentCard__inner {
  cursor: pointer;
}
.AppointmentCard:hover .AppointmentCard__inner {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  overflow: visible;
}
.AppointmentCard--dragging .AppointmentCard__inner {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
  opacity: 0.9;
  overflow: hidden;
}
.AppointmentCard__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 3px 6px;
  background-color: #1890ff;
}
.AppointmentCard__time-range {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.AppointmentCard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 6px 4px;
  background-color: #e6f7ff;
  overflow: hidden;
  min-height: 0;
}
.AppointmentCard:hover .AppointmentCard__body {
  overflow: visible;
}
.AppointmentCard__client-row {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.AppointmentCard__new-label {
  flex-shrink: 0;
  padding: 0 4px 1px;
  border-radius: 2px;
  background-color: #3c4db0;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: lowercase;
}
.AppointmentCard__full-name {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.AppointmentCard:hover .AppointmentCard__full-name {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.AppointmentCard__icons {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.AppointmentCard__status-icon, .AppointmentCard__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  line-height: 1;
}
.AppointmentCard__icon-button {
  cursor: pointer;
}
.AppointmentCard__icon-button--loyalty {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.AppointmentCard__icon {
  width: 10px;
  height: 10px;
}
.AppointmentCard__phone {
  font-size: 11px;
  color: inherit;
  opacity: 0.82;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.AppointmentCard:hover .AppointmentCard__phone {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.AppointmentCard__services {
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}
.AppointmentCard:hover .AppointmentCard__services {
  overflow: visible;
}
.AppointmentCard__service {
  font-size: 11px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  opacity: 0.92;
}
.AppointmentCard__service::before {
  content: "• ";
  color: currentColor;
}
.AppointmentCard:hover .AppointmentCard__service {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.AppointmentCard__service--more {
  font-weight: 600;
  opacity: 0.72;
}
.AppointmentCard__title {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.AppointmentCard__subtitle {
  font-size: 11px;
  color: inherit;
  line-height: 1.3;
  opacity: 0.84;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AppointmentCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 2px;
  overflow: hidden;
}
.AppointmentCard__tags .ant-tag {
  height: 16px;
  margin: 0;
  padding: 2px 4px !important;
  font-size: 9px;
  line-height: 10px;
  border-radius: 10px;
}
.AppointmentCard__tags-more {
  align-self: center;
  font-size: 9px;
  font-weight: 600;
  opacity: 0.78;
}
.AppointmentCard__comment {
  display: -webkit-box;
  margin-top: 2px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.25;
  opacity: 0.9;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.AppointmentCard__resize-handle {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  z-index: 2;
  cursor: ns-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AppointmentCard__resize-handle--top {
  top: 0;
}
.AppointmentCard__resize-handle--bottom {
  bottom: 0;
}
.AppointmentCard__resize-handle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgba(24, 144, 255, 0.45);
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.15s;
}
.AppointmentCard--readonly .AppointmentCard__resize-handle {
  display: none;
}
.AppointmentCard:hover .AppointmentCard__resize-handle::after {
  opacity: 1;
}
.AppointmentCard--compact .AppointmentCard__header {
  padding-top: 2px;
  padding-bottom: 2px;
}
.AppointmentCard--compact .AppointmentCard__body {
  gap: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.AppointmentCard--compact .AppointmentCard__icons {
  gap: 3px;
}
.AppointmentCard--compact .AppointmentCard__time-range,
.AppointmentCard--compact .AppointmentCard__title,
.AppointmentCard--compact .AppointmentCard__full-name {
  font-size: 10px;
}
.AppointmentCard--compact .AppointmentCard__phone,
.AppointmentCard--compact .AppointmentCard__service,
.AppointmentCard--compact .AppointmentCard__subtitle {
  font-size: 10px;
}
.AppointmentCard--extended .AppointmentCard__comment {
  -webkit-line-clamp: 3;
}
.CalendarLayout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.CalendarLayout__scroll-area {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column: 1/-1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  position: relative;
}
.CalendarLayout__scroll-area::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.CalendarLayout__scroll-area::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.CalendarLayout__scroll-area::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.CalendarLayout__scroll-area ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.CalendarLayout__timeline {
  position: relative;
}
.CalendarLayout__timeline--left {
  border-right: 1px solid #f0f0f0;
}
.CalendarLayout__timeline--right {
  border-left: 1px solid #f0f0f0;
}
.CalendarLayout__center {
  min-width: 0;
  overflow: clip;
}
.CalendarLayout__empty {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .CalendarLayout {
    grid-template-columns: auto 1fr auto;
  }
}

/*# sourceMappingURL=main~80.e7164c02.css.map*/