.ds-dialog-timetable,
.ds-dialog-timetable * {
  box-sizing: border-box;
}
.ds-dialog-timetable {
  background: var(--white, #ffffff);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  z-index: 1150;
  top: 10%; 
  left: 25%;
  color: black;
  width: 650px;
  overflow-y: auto;
}
.ds-dialog-title-value2 {
  color: var(--font-greydark-2, #444444);
  text-align: left;
  font-family: var(
    --paragraph-msemibold-font-family,
    "SourceSansPro-SemiBold",
    sans-serif
  );
  font-size: var(--paragraph-msemibold-font-size, 14px);
  font-weight: var(--paragraph-msemibold-font-weight, 600);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-dialog-frame {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 299px;
  position: relative;
}

.dialog-input-area-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.dialog-input-area-schedule-list-one {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ds-timeline-card-mini {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.ds-timeline-card-mini-base {
  background: var(--white, #ffffff);
  border-radius: 4px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: 24px;
  position: relative;
  box-shadow: var(
    --cardx-1-y-1-box-shadow,
    1px 1px 4px 0px rgba(0, 0, 0, 0.25)
  );
}
.ds-timeline-error-validation {
  color: var(--palette-negative-negative-700, #be0f02);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 4px;
  position: relative;
}
.ds-timeline-error-validation-string {
  text-align: left;
  font-family: var(
    --paragraph-s-font-family,
    "SourceSansPro-Regular",
    sans-serif
  );
  font-size: var(--paragraph-s-font-size, 12px);
  font-weight: var(--paragraph-s-font-weight, 400);
  position: relative;
}