.CalendarHeaderSettings {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.CalendarHeaderSettings__label {
  color: #262626;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .CalendarHeaderSettings {
    width: 100%;
  }
}
.CalendarHeaderStats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}
.CalendarHeaderStats__overlay {
  width: min(270px, 100vw - 24px);
  max-width: calc(100vw - 24px);
}
.CalendarHeaderStats__overlay .ant-popover-content,
.CalendarHeaderStats__overlay .ant-popover-inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.CalendarHeaderStats__overlay .ant-popover-inner-content {
  padding: 0;
}
.CalendarHeaderStats__trigger {
  min-height: 40px;
  max-width: 300px;
  padding-inline: 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  min-width: 40px;
}
.CalendarHeaderStats__trigger .ant-btn-icon {
  display: inline-flex;
  align-items: center;
}
.CalendarHeaderStats__trigger-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.15;
}
.CalendarHeaderStats__trigger-label {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
}
.CalendarHeaderStats__trigger-meta {
  max-width: 100%;
  overflow: hidden;
  font-size: 11px;
  color: #595959;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CalendarHeaderStats--loading {
  opacity: 0.72;
}
.CalendarHeaderStats__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f6f8fb;
}
.CalendarHeaderStats__summary-date {
  min-width: 0;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.CalendarHeaderStats__summary-counters {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}
.CalendarHeaderStats__summary-counter {
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}
.CalendarHeaderStats__summary-counter--success {
  color: #237804;
}
.CalendarHeaderStats__summary-counter--danger {
  color: #cf1322;
}
.CalendarHeaderStats__list {
  display: grid;
  overflow: hidden;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
}
.CalendarHeaderStats__row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  min-width: 0;
  border-bottom: 1px solid #e1e7ef;
}
.CalendarHeaderStats__row:last-child {
  border-bottom: 0;
}
.CalendarHeaderStats__label, .CalendarHeaderStats__value {
  min-width: 0;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.1;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.CalendarHeaderStats__label {
  color: #4b5563;
  font-weight: 500;
  background: #f6f8fb;
  border-right: 1px solid #e1e7ef;
}
.CalendarHeaderStats__value {
  color: #1f1f1f;
  font-weight: 600;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 834px) {
  .CalendarHeaderStats__trigger {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .CalendarHeaderStats {
    width: 100%;
    min-width: 0;
  }
  .CalendarHeaderStats__summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .CalendarHeaderStats__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  }
  .CalendarHeaderStats__label, .CalendarHeaderStats__value {
    padding-inline: 8px;
    font-size: 12px;
  }
}
.CalendarHeader {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  align-items: stretch;
  gap: 12px;
  min-height: 48px;
  width: 100%;
  padding: 6px 12px 6px 0px;
}
@media screen and (max-width: 1100px) {
  .CalendarHeader {
    grid-template-columns: minmax(180px, 1fr) minmax(230px, 1fr) minmax(0, 1fr);
  }
}
.CalendarHeader__section {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.CalendarHeader__section--left {
  justify-content: flex-start;
}
.CalendarHeader__section--center {
  justify-content: center;
  flex-wrap: nowrap;
}
.CalendarHeader__section--center > * {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 360px;
}
.CalendarHeader__section--right {
  justify-content: flex-end;
  gap: 12px;
}
.CalendarHeader__date-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.CalendarHeader__arrow-button {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.CalendarHeader__date-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}
.CalendarHeader__today-button {
  flex-shrink: 0;
}
.CalendarHeader__add-performer-button {
  min-height: 40px;
  padding-inline: 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  min-width: 40px;
}
.CalendarHeader__action {
  display: flex;
  min-width: 0;
}
@media screen and (max-width: 834px) {
  .CalendarHeader {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 6px 12px 0;
  }
  .CalendarHeader__section {
    width: 100%;
    align-items: stretch;
  }
  .CalendarHeader__section--left {
    flex-direction: column;
    gap: 10px;
  }
  .CalendarHeader__section--center {
    justify-content: stretch;
  }
  .CalendarHeader__section--center > * {
    max-width: none;
  }
  .CalendarHeader__section--right {
    justify-content: stretch;
    gap: 8px;
  }
  .CalendarHeader__action--stats {
    flex: 0.9 1 0;
  }
  .CalendarHeader__action--settings {
    flex: 0.8 1 0;
  }
  .CalendarHeader__action--add-performer {
    flex: 1.35 1 0;
  }
  .CalendarHeader__date-controls {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .CalendarHeader__date-title {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 12px;
    font-size: 15px;
    line-height: 1.4;
  }
  .CalendarHeader__today-button {
    width: 100%;
  }
  .CalendarHeader__add-performer-button {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .CalendarHeader {
    gap: 10px;
    padding: 0 12px;
  }
  .CalendarHeader__section--right {
    flex-direction: column;
  }
  .CalendarHeader__action {
    width: 100%;
    flex: none;
  }
  .CalendarHeader__date-title {
    font-size: 14px;
  }
  .CalendarHeader__today-button {
    width: 100%;
  }
}
.CalendarTimeline {
  display: flex;
  flex-direction: column;
  width: 60px;
  min-width: 60px;
  user-select: none;
  background-color: #eef3f8;
}
.CalendarTimeline__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54.5px;
  background-color: #eef3f8;
  border-bottom: 1px solid #c8d4e2;
  border-top: 1px solid #c8d4e2;
}
.CalendarTimeline__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #1677ff;
  background-color: #1677ff;
  color: #fff;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.CalendarTimeline__nav-button:hover:not(:disabled) {
  border-color: #4096ff;
  background-color: #4096ff;
  color: #fff;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.14);
}
.CalendarTimeline__nav-button:disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  opacity: 1;
}
.CalendarTimeline__scale {
  position: relative;
  display: flex;
  flex-direction: column;
}
.CalendarTimeline__mark {
  position: relative;
  height: var(--calendar-grid-step-height, 30px);
  box-sizing: border-box;
}
.CalendarTimeline__mark--hour .CalendarTimeline__label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.CalendarTimeline__mark--hour .CalendarTimeline__tick {
  width: 12px;
  height: 2px;
  background-color: #374151;
}
.CalendarTimeline__mark--half-hour .CalendarTimeline__label {
  font-size: 11px;
  font-weight: 400;
  color: #9ca3af;
}
.CalendarTimeline__mark--half-hour .CalendarTimeline__tick {
  width: 8px;
  height: 1px;
  background-color: #9ca3af;
}
.CalendarTimeline__mark--quarter .CalendarTimeline__tick {
  width: 4px;
  height: 1px;
  background-color: #c8d4e2;
}
.CalendarTimeline__mark:first-child .CalendarTimeline__label {
  top: 7.5px;
}
.CalendarTimeline__mark:first-child .CalendarTimeline__tick {
  top: 0;
}
.CalendarTimeline__mark--boundary-end {
  position: absolute;
  right: 0;
  left: 0;
  height: 0;
}
.CalendarTimeline__mark--boundary-end .CalendarTimeline__label {
  top: -7.5px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.CalendarTimeline__mark--boundary-end .CalendarTimeline__tick {
  top: -1.5px;
}
.CalendarTimeline__mark--anchor-label .CalendarTimeline__label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.CalendarTimeline__label {
  position: absolute;
  top: -1.5px;
  transform: translateY(-50%);
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  color: #6b7280;
}
.CalendarTimeline__tick {
  position: absolute;
  top: -1.5px;
  display: block;
}
.CalendarTimeline--left .CalendarTimeline__tick {
  right: 0;
}
.CalendarTimeline--left .CalendarTimeline__mark--hour .CalendarTimeline__label,
.CalendarTimeline--left .CalendarTimeline__mark--anchor-label .CalendarTimeline__label {
  right: calc(12px + 4px);
}
.CalendarTimeline--left .CalendarTimeline__mark--half-hour:not(.CalendarTimeline__mark--anchor-label) .CalendarTimeline__label {
  right: calc(8px + 4px);
}
.CalendarTimeline--right .CalendarTimeline__tick {
  left: 0;
}
.CalendarTimeline--right .CalendarTimeline__mark--hour .CalendarTimeline__label,
.CalendarTimeline--right .CalendarTimeline__mark--anchor-label .CalendarTimeline__label {
  left: calc(12px + 4px);
}
.CalendarTimeline--right .CalendarTimeline__mark--half-hour:not(.CalendarTimeline__mark--anchor-label) .CalendarTimeline__label {
  left: calc(8px + 4px);
}
@media screen and (max-width: 550px) {
  .CalendarTimeline {
    width: 40px;
    min-width: 40px;
  }
  .CalendarTimeline__mark--hour .CalendarTimeline__label {
    font-size: 9px;
  }
  .CalendarTimeline__mark--half-hour .CalendarTimeline__label {
    font-size: 9px;
  }
  .CalendarTimeline__nav-button {
    width: 26px;
    height: 26px;
  }
}
.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(0, 0, 0, 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(0, 0, 0, 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;
}
.DragPreviewOverlay__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 6px;
  background-color: #e6f7ff;
  overflow: hidden;
}
.DragPreviewOverlay__full-name {
  font-size: 11px;
  font-weight: 600;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.DragPreviewOverlay__phone {
  font-size: 10px;
  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: 10px;
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}
.DragPreviewOverlay__service::before {
  content: "• ";
  color: #1890ff;
}
.DragPreviewOverlay__title {
  font-size: 11px;
  font-weight: 600;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.CalendarLayout {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f6f8fb;
}
.CalendarLayout__minimap {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  width: 220px;
  max-width: calc(100% - 24px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.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 #c8d4e2;
}
.CalendarLayout__timeline--right {
  border-left: 1px solid #c8d4e2;
}
.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;
  }
}
.CalendarPage {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/*# sourceMappingURL=main~40.1db485a7.css.map*/