.AddWorkScheduleModal {
  max-width: calc(100vw - 32px);
}
.AddWorkScheduleModal .ant-modal-content {
  border-radius: 14px;
  padding: 16px 20px 18px;
}
.AddWorkScheduleModal .ant-modal-header {
  margin-bottom: 14px;
}
.AddWorkScheduleModal .ant-modal-title {
  padding-right: 28px;
}
.AddWorkScheduleModal .ant-modal-footer {
  margin-top: 16px;
}
.AddWorkScheduleModal .ant-modal-footer .ant-btn {
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
}
.AddWorkScheduleModal .ant-form-item {
  margin-bottom: 10px;
}
.AddWorkScheduleModal .ant-form-item-label {
  padding-bottom: 4px;
}
.AddWorkScheduleModal .ant-form-item-label > label {
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #66758a;
}
.AddWorkScheduleModal .ant-form-item-explain-error {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
}
.AddWorkScheduleModal .ant-picker,
.AddWorkScheduleModal .ant-select .ant-select-selector {
  border-radius: 8px;
}
.AddWorkScheduleModal__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.AddWorkScheduleModal__title-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #141414;
}
.AddWorkScheduleModal__title-hint {
  font-size: 12px;
  line-height: 1.35;
  color: #8c8c8c;
}
.AddWorkScheduleModal__content {
  padding-top: 0;
}
.AddWorkScheduleModal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.AddWorkScheduleModal__details {
  display: block;
}
.AddWorkScheduleModal__summary-card, .AddWorkScheduleModal__schedule-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  background-color: #fafbfc;
}
.AddWorkScheduleModal__summary-card--selector {
  gap: 4px;
}
.AddWorkScheduleModal__summary-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #66758a;
}
.AddWorkScheduleModal__summary-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #263241;
  word-break: break-word;
}
.AddWorkScheduleModal__employee-field {
  margin-bottom: 4px;
}
.AddWorkScheduleModal__employee-hint {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #8c8c8c;
}
.AddWorkScheduleModal__date-field {
  margin-bottom: 0;
}
.AddWorkScheduleModal__date-picker {
  width: 100%;
}
.AddWorkScheduleModal__section-title {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #263241;
}
.AddWorkScheduleModal__time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.AddWorkScheduleModal__time-form-item {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .AddWorkScheduleModal .ant-modal-content {
    padding: 14px 14px 16px;
  }
  .AddWorkScheduleModal__time-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.CalendarDisplaySettings {
  display: inline-flex;
  min-width: 0;
}
.CalendarDisplaySettings__trigger {
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.CalendarDisplaySettings__trigger .anticon {
  font-size: 17px;
}
.CalendarDisplaySettings__content {
  width: 292px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.CalendarDisplaySettings__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.CalendarDisplaySettings__group-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.CalendarDisplaySettings__title {
  color: #262626;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.CalendarDisplaySettings__description {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
}
.CalendarDisplaySettings__segmented, .CalendarDisplaySettings__select {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .CalendarDisplaySettings {
    width: 100%;
  }
  .CalendarDisplaySettings__trigger {
    width: 100%;
  }
  .CalendarDisplaySettings__content {
    width: min(292px, 100vw - 48px);
  }
}
.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: 66px;
  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 {
  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--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;
}
.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;
}
@charset "UTF-8";
.AppointmentCardInfoTooltip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 280px;
  max-height: min(360px, 80vh);
  overflow-y: auto;
  padding: 2px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.88);
}
.AppointmentCardInfoTooltip__client {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.AppointmentCardInfoTooltip__name {
  overflow: hidden;
  color: #263241;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
.AppointmentCardInfoTooltip__contacts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.AppointmentCardInfoTooltip__contact {
  overflow: hidden;
  color: #66758a;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AppointmentCardInfoTooltip__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.AppointmentCardInfoTooltip__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  min-height: 18px;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.15;
}
.AppointmentCardInfoTooltip__status--feature {
  border-color: #c8d4e2;
  background-color: #eef3f8;
  color: #374151;
}
.AppointmentCardInfoTooltip__status-icon, .AppointmentCardInfoTooltip__feature-icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}
.AppointmentCardInfoTooltip__feature-content {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.AppointmentCardInfoTooltip__badge-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AppointmentCardInfoTooltip__services, .AppointmentCardInfoTooltip__payment-status, .AppointmentCardInfoTooltip__comment, .AppointmentCardInfoTooltip__tags {
  padding-top: 6px;
  border-top: 1px solid #e4ebf3;
}
.AppointmentCardInfoTooltip__section-title {
  margin-bottom: 4px;
  color: #263241;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}
.AppointmentCardInfoTooltip__services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.AppointmentCardInfoTooltip__services-item {
  position: relative;
  padding-left: 8px;
  color: #66758a;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  word-break: break-word;
}
.AppointmentCardInfoTooltip__services-item + .AppointmentCardInfoTooltip__services-item {
  margin-top: 2px;
}
.AppointmentCardInfoTooltip__services-item::before {
  position: absolute;
  left: 0;
  color: #1677ff;
  content: "•";
}
.AppointmentCardInfoTooltip__payment-status {
  display: grid;
  grid-template-columns: minmax(54px, auto) minmax(0, 1fr);
  gap: 6px;
  align-items: start;
}
.AppointmentCardInfoTooltip__label {
  color: #66758a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.AppointmentCardInfoTooltip__value {
  min-width: 0;
  color: #263241;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
}
.AppointmentCardInfoTooltip__comment, .AppointmentCardInfoTooltip__tags {
  display: flex;
  flex-direction: column;
}
.AppointmentCardInfoTooltip__comment-text {
  max-height: 88px;
  overflow-y: auto;
  color: #66758a;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  word-break: break-word;
}
.AppointmentCardInfoTooltip__tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  min-width: 0;
}
.AppointmentCardInfoTooltip__tags-row .ant-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 2px 4px !important;
  overflow: hidden;
  font-size: 10px;
  line-height: 11px;
  border-radius: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@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--dragging {
  overflow: hidden;
  cursor: grabbing !important;
  transition: none;
}
.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;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  transition: box-shadow 0.15s;
}
.AppointmentCard__inner:active {
  cursor: grabbing;
}
.AppointmentCard--dragging .AppointmentCard__inner {
  cursor: grabbing;
}
.AppointmentCard--readonly .AppointmentCard__inner {
  cursor: pointer;
}
.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: 2px;
  padding: 2px;
  background-color: #1890ff;
}
.AppointmentCard__time-range {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.5px;
}
.AppointmentCard__body {
  flex: 1;
  padding: 2px;
  background-color: #e6f7ff;
  overflow: hidden;
  min-height: 0;
  gap: 1px;
}
.AppointmentCard__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: visible;
}
.AppointmentCard__content-row {
  flex: 0 0 auto;
  min-width: 0;
  max-height: 320px;
  overflow: hidden;
}
.AppointmentCard__content-row + .AppointmentCard__content-row {
  margin-top: 2px;
}
.AppointmentCard__client-row {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.AppointmentCard__new-label {
  flex-shrink: 0;
  padding: 0 2px 1px;
  border-radius: 2px;
  background-color: #3c4db0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: lowercase;
}
.AppointmentCard__full-name {
  font-size: 10px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}
.AppointmentCard__icons {
  display: flex;
  align-items: center;
  gap: 2px;
  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: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.AppointmentCard__icon {
  width: 10px !important;
  height: 10px !important;
}
.AppointmentCard__phone {
  font-size: 10px;
  color: inherit;
  opacity: 0.82;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}
.AppointmentCard__service {
  font-size: 10px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  opacity: 0.92;
}
.AppointmentCard__service::before {
  content: "• ";
  color: currentColor;
}
.AppointmentCard__service--more {
  font-weight: 600;
  opacity: 0.72;
}
.AppointmentCard__title {
  font-size: 11px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}
.AppointmentCard__subtitle {
  font-size: 10px;
  font-weight: 500;
  color: inherit;
  line-height: 1.1;
  opacity: 0.84;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AppointmentCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  overflow: visible;
}
.AppointmentCard__tags .ant-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 2px !important;
  overflow: hidden;
  font-size: 9px;
  line-height: 10px;
  border-radius: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AppointmentCard__tags-more {
  align-self: center;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.78;
}
.AppointmentCard__comment {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.1;
  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--extended .AppointmentCard__comment {
  -webkit-line-clamp: 3;
}
.CalendarLayout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f6f8fb;
}
.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;
  }
}

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