.ExecutorSelect {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.ExecutorSelect.ant-select {
  width: 100%;
}
.ExecutorSelect .ant-select-selector {
  height: 40px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
}
.ExecutorSelect .ant-select-selection-placeholder,
.ExecutorSelect .ant-select-selection-item {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.ExecutorSelect .ant-select-selection-wrap,
.ExecutorSelect .ant-select-selection-search {
  display: flex;
  align-items: center;
}
.ExecutorSelect .ant-select-selection-search-input {
  height: 100%;
}
.ExecutorSelect__dropdown {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 4px;
  border-radius: 12px;
  background-color: #fff;
}
.ExecutorSelect__dropdown::-webkit-scrollbar {
  width: 5px;
}
.ExecutorSelect__dropdown::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
}
.ExecutorSelect__dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.ExecutorSelect__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 10px;
  border-radius: 8px;
  cursor: default;
}
.ExecutorSelect__item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.ExecutorSelect__item--clickable {
  cursor: pointer;
}
.ExecutorSelect__item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.35;
}
.ExecutorSelect__item-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.ExecutorSelect__action-button {
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ExecutorSelect__action-button .anticon {
  font-size: 14px;
}
.NewCalendarHeaderStats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: radial-gradient(circle at top right, rgba(255, 227, 227, 0.7), transparent 34%), linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.NewCalendarHeaderStats__overlay {
  width: min(420px, 100vw - 24px);
  max-width: calc(100vw - 24px);
}
.NewCalendarHeaderStats__overlay .ant-popover-content,
.NewCalendarHeaderStats__overlay .ant-popover-inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.NewCalendarHeaderStats__overlay .ant-popover-inner-content {
  padding: 0;
}
.NewCalendarHeaderStats__trigger {
  min-height: 40px;
  padding-inline: 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  min-width: 40px;
}
.NewCalendarHeaderStats__trigger .ant-btn-icon {
  display: inline-flex;
  align-items: center;
}
.NewCalendarHeaderStats__trigger-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.NewCalendarHeaderStats__trigger-label {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
}
.NewCalendarHeaderStats__trigger-meta {
  font-size: 11px;
  color: #8c8c8c;
}
.NewCalendarHeaderStats--loading {
  opacity: 0.72;
}
.NewCalendarHeaderStats__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.NewCalendarHeaderStats__plan-card, .NewCalendarHeaderStats__hero-card, .NewCalendarHeaderStats__metric-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.NewCalendarHeaderStats__plan-card, .NewCalendarHeaderStats__hero-card {
  padding: 8px;
}
.NewCalendarHeaderStats__eyebrow, .NewCalendarHeaderStats__metric-label, .NewCalendarHeaderStats__summary-label {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8c8c8c;
}
.NewCalendarHeaderStats__plan-row, .NewCalendarHeaderStats__hero-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 4px;
}
.NewCalendarHeaderStats__plan-icon, .NewCalendarHeaderStats__hero-icon {
  font-size: 16px;
  color: #d4380d;
}
.NewCalendarHeaderStats__plan-value, .NewCalendarHeaderStats__hero-value, .NewCalendarHeaderStats__metric-value, .NewCalendarHeaderStats__summary-value {
  font-weight: 600;
  color: #262626;
}
.NewCalendarHeaderStats__plan-value, .NewCalendarHeaderStats__metric-value, .NewCalendarHeaderStats__summary-value {
  font-size: 16px;
  line-height: 1.3;
}
.NewCalendarHeaderStats__plan-amount, .NewCalendarHeaderStats__hero-note {
  font-size: 12px;
  line-height: 1.45;
  color: #595959;
}
.NewCalendarHeaderStats__hero-value {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.NewCalendarHeaderStats__switch .ant-segmented-item-selected {
  background: #fff5f5;
  color: #cf1322;
}
.NewCalendarHeaderStats__metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.NewCalendarHeaderStats__metric-card {
  padding: 8px;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.NewCalendarHeaderStats__metric-card--positive {
  background: #f6ffed;
  border-color: #d9f7be;
}
.NewCalendarHeaderStats__metric-card--negative {
  background: #fff1f0;
  border-color: #ffccc7;
}
.NewCalendarHeaderStats__summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.NewCalendarHeaderStats__summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.NewCalendarHeaderStats__summary-pill--positive {
  background: #f6ffed;
  border-color: #d9f7be;
}
.NewCalendarHeaderStats__summary-pill--negative {
  background: #fff1f0;
  border-color: #ffccc7;
}
@media screen and (max-width: 834px) {
  .NewCalendarHeaderStats__trigger {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .NewCalendarHeaderStats {
    width: 100%;
    min-width: 0;
  }
  .NewCalendarHeaderStats__top, .NewCalendarHeaderStats__metrics-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.NewCalendarHeader {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(280px, 1fr) minmax(240px, auto);
  align-items: stretch;
  gap: 12px;
  min-height: 48px;
  width: 100%;
  padding: 6px 12px 6px 0px;
}
@media screen and (max-width: 1100px) {
  .NewCalendarHeader {
    grid-template-columns: minmax(180px, 1fr) minmax(230px, 1fr) minmax(0, 1fr);
  }
}
.NewCalendarHeader__section {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.NewCalendarHeader__section--left {
  justify-content: flex-start;
}
.NewCalendarHeader__section--center {
  justify-content: center;
  flex-wrap: nowrap;
}
.NewCalendarHeader__section--center > * {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 360px;
}
.NewCalendarHeader__section--right {
  justify-content: flex-end;
  gap: 12px;
}
.NewCalendarHeader__date-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.NewCalendarHeader__arrow-button {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.NewCalendarHeader__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;
}
.NewCalendarHeader__today-button {
  flex-shrink: 0;
}
.NewCalendarHeader__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;
}
.NewCalendarHeader__action {
  display: flex;
  min-width: 0;
}
@media screen and (max-width: 834px) {
  .NewCalendarHeader {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 6px 12px 0;
  }
  .NewCalendarHeader__section {
    width: 100%;
    align-items: stretch;
  }
  .NewCalendarHeader__section--left {
    flex-direction: column;
    gap: 10px;
  }
  .NewCalendarHeader__section--center {
    justify-content: stretch;
  }
  .NewCalendarHeader__section--center > * {
    max-width: none;
  }
  .NewCalendarHeader__section--right {
    justify-content: stretch;
    gap: 8px;
  }
  .NewCalendarHeader__action--stats {
    flex: 0.95 1 0;
  }
  .NewCalendarHeader__action--add-performer {
    flex: 1.35 1 0;
  }
  .NewCalendarHeader__date-controls {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .NewCalendarHeader__date-title {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 12px;
    font-size: 15px;
    line-height: 1.4;
  }
  .NewCalendarHeader__today-button {
    width: 100%;
  }
  .NewCalendarHeader__add-performer-button {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .NewCalendarHeader {
    gap: 10px;
    padding: 0 12px;
  }
  .NewCalendarHeader__section--right {
    flex-direction: column;
  }
  .NewCalendarHeader__action {
    width: 100%;
    flex: none;
  }
  .NewCalendarHeader__date-title {
    font-size: 14px;
  }
  .NewCalendarHeader__today-button {
    width: 100%;
  }
}
.EmployeeBreakActionModal__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.EmployeeBreakActionModal__title-text {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.EmployeeBreakActionModal__title-hint {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}
.EmployeeBreakActionModal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.EmployeeBreakActionModal__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.EmployeeBreakActionModal__summary-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
}
.EmployeeBreakActionModal__summary-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8c8c8c;
}
.EmployeeBreakActionModal__summary-value {
  font-size: 15px;
  font-weight: 600;
  color: #262626;
}
.EmployeeBreakActionModal__form {
  margin-bottom: 0;
}
.EmployeeBreakActionModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.EmployeeBreakActionModal__warning {
  margin-top: -4px;
}
@media (max-width: 640px) {
  .EmployeeBreakActionModal__summary, .EmployeeBreakActionModal__time-grid {
    grid-template-columns: 1fr;
  }
}
.EmployeeWorkScheduleActionModal__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.EmployeeWorkScheduleActionModal__title-text {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.EmployeeWorkScheduleActionModal__title-hint {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}
.EmployeeWorkScheduleActionModal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.EmployeeWorkScheduleActionModal__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 12px;
  gap: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.EmployeeWorkScheduleActionModal__summary-card, .EmployeeWorkScheduleActionModal__delete-card {
  display: flex;
  flex-direction: column;
}
.EmployeeWorkScheduleActionModal__summary-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8c8c8c;
}
.EmployeeWorkScheduleActionModal__summary-value {
  font-size: 15px;
  font-weight: 600;
  color: #262626;
}
.EmployeeWorkScheduleActionModal__form {
  margin-bottom: 0;
}
.EmployeeWorkScheduleActionModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 12px;
  gap: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.EmployeeWorkScheduleActionModal__time-form-item {
  margin-bottom: 0 !important;
}
.EmployeeWorkScheduleActionModal__warning {
  margin-top: -4px;
}
@media (max-width: 640px) {
  .EmployeeWorkScheduleActionModal__summary, .EmployeeWorkScheduleActionModal__time-grid {
    grid-template-columns: 1fr;
  }
}
.EmployeeHeaderActions__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #595959;
  border-radius: 10px;
}
.EmployeeHeaderActions__trigger:hover, .EmployeeHeaderActions__trigger:focus {
  color: #1677ff;
  background-color: #e6f4ff;
}
.EmployeeHeaderActions__trigger.ant-btn-loading {
  color: #1677ff;
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu {
  min-width: 208px;
  padding: 6px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu-item {
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #1f1f1f;
}
.EmployeeHeaderActions__overlay .ant-dropdown-menu-item-icon {
  color: #1677ff;
  font-size: 14px;
}
.EmployeesHeadersStrip {
  position: sticky;
  top: 0;
  z-index: 5;
  overflow-x: clip;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.EmployeesHeadersStrip__track {
  display: flex;
  gap: 1px;
}
.EmployeesHeadersStrip__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 96px;
  padding: 8px 12px;
  background-color: #fafafa;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  min-width: 0;
}
.EmployeesHeadersStrip__actions {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.EmployeesHeadersStrip__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #1890ff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}
.EmployeesHeadersStrip__name {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.EmployeesHeadersStrip__position {
  font-size: 11px;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.EmployeeColumn {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.EmployeeColumn__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 96px;
  padding: 8px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.EmployeeColumn__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #1890ff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.EmployeeColumn__name {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.EmployeeColumn__position {
  font-size: 11px;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.EmployeeColumn__grid {
  display: flex;
  flex-direction: column;
  position: relative;
}
.EmployeeColumn__slot {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s;
}
.EmployeeColumn__slot:nth-child(odd) {
  border-bottom-style: dashed;
}
.EmployeeColumn__slot--occupied {
  cursor: default;
}
.EmployeeColumn__slot:not(.EmployeeColumn__slot--occupied):hover {
  background-color: #f0f7ff;
}
.EmployeeColumn__slot:not(.EmployeeColumn__slot--occupied):hover .EmployeeColumn__slot-hover {
  opacity: 1;
}
.EmployeeColumn__slot--non-working {
  background-color: #f5f5f5;
  cursor: pointer;
}
.EmployeeColumn__slot--non-working:hover {
  background-color: #ebebeb;
}
.EmployeeColumn__slot--non-working:hover .EmployeeColumn__slot-hover {
  opacity: 1;
}
.EmployeeColumn__slot--break {
  background-color: #f0f0f0;
  cursor: default;
}
.EmployeeColumn__break-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #bfbfbf;
  letter-spacing: 0.02em;
  pointer-events: none;
  z-index: 1;
}
.EmployeeColumn__slot-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.EmployeeColumn__slot-time {
  font-size: 11px;
  font-weight: 500;
  color: #1890ff;
  line-height: 1;
}
.EmployeeColumn__slot-label {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1;
}
.EmployeesViewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: clip;
  scrollbar-width: none;
}
.EmployeesViewport::-webkit-scrollbar {
  display: none;
}
.EmployeesViewport__track {
  display: flex;
  gap: 1px;
  min-height: 100%;
  position: relative;
}
.EmployeesViewport__column {
  flex: 0 0 auto;
  min-width: 0;
}
.EmptyCalendarState {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 200px;
  padding: 24px;
}
.EmptyCalendarState__message {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  max-width: 400px;
  line-height: 1.6;
}
.NewCalendarPage {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/*# sourceMappingURL=main~81.4e2f6776.css.map*/