.ds-timeline-dialog,
.ds-timeline-dialog * {
  box-sizing: border-box;
}
.ds-timeline-dialog {
  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: 11;
  top: 10%; 
  left: 25%;
  color: black;
  width: 650px;
}

.ds-timeline-dialog-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 24px;
  position: relative;
}
.ds-timeline-dialog-title-value {
  color: var(--font-greydark-2, #444444);
  text-align: left;
  font: var(--paragraph-lsemibold, 600 16px "Source Sans Pro", sans-serif);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-timeline-dialog-title-buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-dialog-content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-dialog-notification {
  background: var(--palette-attention-attention-50, #fff4ea);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--palette-attention-attention-500, #ff902b);
  border-width: 0px 0px 0px 4px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-notification-text {
  color: var(--font-darkblue, #071945);
  text-align: left;
  font: var(--paragraph-s, 400 12px "Source Sans Pro", sans-serif);
  position: relative;
  flex: 1;
}

.ds-timeline-dialog-active-registration-time {
  padding: 16px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ds-timeline-dialog-active-registration-time-label {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}

.ds-timeline-dialog-input-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-dialog-input-area-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-text-input-frame {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 6px;
}
.ds-text-input-frame-center{
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-text-input {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 204px;
  position: relative;
}
.ds-text-input-base {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ds-textarea-input-base {
  width: 427px;
}
.ds-text-input-base-label {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ds-text-input-base-label-text {
  color: var(--font-greybluelight, #49596e);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}
.ds-input-field {
  background: #ffffff;
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  /*overflow: hidden;*/
}
.ds-input-field-textarea {
  padding: 8px;
}
.ds-input-field-time {
  background: #ffffff;
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: white;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.timeline-input-group-addon{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  width: 100% !important;
}
.ds-input-field-autocomplete {
  width: 272px;
}
.ds-input-content {
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.ds-input-content-time {
  padding: 0px 0px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.ds-input-content2 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.ds-placeholder {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}
.timeline-ds-text-input2 {
  opacity: 0.800000011920929;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 296px;
  position: relative;
}
.timeline-color {
  background: var(--colors-green, #62c079);
  border-radius: var(--rounded-input-field, 6px);
  flex-shrink: 0;
  width: 32px;
  height: 16px;
  position: relative;
}
.timeline-ds-text-input3 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 296px;
  position: relative;
}
.timeline-ds-text-input4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 296px;
  height: 54px;
  position: relative;
}
.timeline-label-text2 {
  color: var(--font-greybluelight, #49596e);
  text-align: left;
  font: 400 14px "Source Sans Pro", sans-serif;
  position: relative;
}
.timeline-placeholder2 {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font: 400 14px "Source Sans Pro", sans-serif;
  position: relative;
}
.timeline-from-to {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
  width: 296px;
  height: 54px;
  position: relative;
}
.timeline-ds-hour-input {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 136px;
  position: relative;
}
.timeline-hour-input-base {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.timeline-hour-input-base-label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.timeline-label2 {
  color: var(--font-greybluelight, #49596e);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}
.timeline-hour-input-base-input {
  border-radius: 6px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.timeline-hour-text {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.timeline-hour-text-value {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}
.timeline-hour-icon {
  background: var(--fill-greylight-3, #edf1f2);
  border-radius: 0px 6px 6px 0px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding: 8px 0px 8px 0px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 32px;
  position: relative;
}
.timeline-delimiter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.timeline-label3 {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
}

.ds-timeline-dialog-button-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-dialog-button-area-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-dialog-button-area-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}
.ds-button-dialog {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-radius: 8px;
}
.ds-button-base {
  background: var(--palette-alpha-white-white-095, rgba(255, 255, 255, 0.95));
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.ds-button-base2 {
  background: var(--palette-alpha-white-white-095, rgba(255, 255, 255, 0.95));
  border-radius: 8px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.ds-button-base3 {
  background: var(--colors-primaryblue, #0039a6);
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
  position: relative;
}
.ds-button-text {
  text-align: left;
  font: var(--paragraph-m, 400 14px "Source Sans Pro", sans-serif);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ds-button-text-disable {
  color: lightblue;
}

.ds-button-text-enable {
  color: darkblue;
}

.ds-timeline-dialog-settings,
.ds-timeline-dialog-settings * {
  box-sizing: border-box;
}
.ds-timeline-dialog-settings {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ds-timeline-dialog-settings-text {
  color: var(--font-greybluedark-inputt, #3a3f51);
  text-align: left;
  font-family: var(
    --paragraph-m-font-family,
    "SourceSansPro-Regular",
    sans-serif
  );
  font-size: var(--paragraph-m-font-size, 14px);
  font-weight: var(--paragraph-m-font-weight, 400);
  position: relative;
}
.ds-text-input-radio-label {
  width: 110px;
  font-weight: normal;
}

.ds-input-field-disabled{
    background-color: #EDF1F2;
}