/*********timeline by Figma -> top-bar*/
/*content: odstrani background
/**************************************/

.dhx_cal_navline div{
    position: relative !important;
    top: 0px !important;
}

.dhx_cal_navline timeline-content{
    height: 36px;
}

#scheduler_here > .dhx_cal_navline{
   width: 100% !important;
}

.dhx_cal_prev_button{
    top: 0px !important;
    left: 0px !important;
}

.dhx_cal_date{
    font-family: Source Sans Pro, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px;
    width: 176px !important;
    cursor: pointer;
    z-index: 0 !important;
}

.timeline-content,
.timeline-content * {
  box-sizing: border-box;
}
.timeline-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1224px;
  height: 928px;
  position: relative;
}

.ds-timeline-top-bar,
.ds-timeline-top-bar * {
  box-sizing: border-box;
}

.ds-timeline-top-bar {
  /*padding: 16px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  /*height: 56px;*/
  position: relative;
}
.ds-timeline-top-bar-left-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-top-bar-left-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-top-bar-far-left-actions {
  padding: 2px 0px 2px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: baseline;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-top-bar-right-actions {
  padding: 1px 16px 1px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}

.ds-switcher {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  position: relative;
}
.ds-switch-button {
  border-radius: 6px;
  padding: 2px 8px 2px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 16px;
  position: relative;
}
.ds-switcher-text {
  color: var(--font-darkblue, #071945);
  text-align: left;
  font: var(--paragraph-xs, 400 12px "Source Sans Pro", sans-serif);
  position: relative;
}
.ds-switch-button2 {
  background: var(--palette-primary-primary-800, #0039a6) !important;
}
.ds-switcher-text2 {
  color: var(--white, #ffffff) !important;
}

/*--RIGHT---------------------------------------*/
.ds-top-button {
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  border-radius: 8px;
  border-width: 1px;
  border-color: var(--border-greylight, #dee6e9);
  display: flex;
}
.ds-top-button-enable {
  background: var(--colors-primaryblue, #0039a6);
  color: var(--palette-neutral-b-w-white, #ffffff);
  border-style: none;
}
.ds-top-button-disable {
  background: white;
  color: lightblue;
  border-style: solid;
}
.ds-top-button-hidden {
  display: none !important;
}
.ds-top-button-base3 {
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 8px;
  position: relative;
}
.ds-top-button-text2 {
  text-align: left;
  font: var(--paragraph-s, 400 12px "Source Sans Pro", sans-serif);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ds-set-time-only,
.ds-set-time-only * {
  box-sizing: border-box;
}
.ds-set-time-only {
  border-radius: 6px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  /*padding: 4px;*/
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-set-time-only-button {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-set-time-only-button-base {
  border-radius: 8px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
    width: 8px;
    height: 8px;
  position: relative;
}
.ds-set-time-only-button-base-active{
  color: white;
  background: var(--fill-azureblue, #007bff);
}
.ds-set-time-only-button-base-deactive{
  color: #0039a6;
  background: white;
}
.ds-set-time-only-value {
    display: none;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ds-set-time-only-value-pp {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ds-top-number-input-base {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  position: relative;
}
.ds-top-number-input-base2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ds-top-input-field {
  background: var(--white, #ffffff);
  border-radius: 6px;
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 24px;
  position: relative;
    font-size: 11px;
}
.ds-top-delimiter {
  color: #000000;
  text-align: center;
  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;
  align-self: stretch;
  width: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-top-number-input-base3 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 40px;
  position: relative;
}
.ds-top-number-input-base4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.ds-timeline-settings,
.ds-timeline-settings * {
  box-sizing: border-box;
}
.ds-timeline-settings {
  background: var(--palette-neutral-b-w-white, #ffffff);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  display: none;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  z-index: 1150;
  box-shadow: var(
    --shadow-1-box-shadow,
    0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03)
  );
}

.ds-timeline-settings-detail,
.ds-timeline-settings-detail * {
  box-sizing: border-box;
}
.ds-timeline-settings-detail {
  background: var(--palette-neutral-b-w-white, #ffffff);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-greylight, #dee6e9);
  border-width: 1px;
  display: none;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  z-index: 1150;
  box-shadow: var(
    --shadow-1-box-shadow,
    0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03)
  );
}
.ds-input-field-autocomplete-top {
  width: 150px;
  font-size: 11px;
  height: 24px;
}

.ds-split-button,
.ds-split-button * {
  box-sizing: border-box;
}
.ds-split-button {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xs, 4px);
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.ds-button-split {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ds-button-base-split {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 1px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  position: relative;
}
.ds-left-icon-label {
  background: var(--colors-primary-blue, #0039a6);
  border-radius: 8px 0px 0px 8px;
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ds-right-icon {
  background: var(--colors-primary-blue, #0039a6);
  border-radius: 0px 8px 8px 0px;
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: white;
}
.ds-top-button-text {
  color: #ffffff;
  text-align: left;
  font-family: var(
    --paragraph-s-font-family,
    "SourceSansPro-Regular",
    sans-serif
  );
  font-size: var(--paragraph-s-font-size, 12px);
  letter-spacing: var(--paragraph-s-letter-spacing, 0.025em);
  font-weight: var(--paragraph-s-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-top-dropdown {
  background: var(--palette-neutral-bandw-white, #ffffff);
  border-radius: var(--rounded-input-field, 6px);
  border-style: solid;
  border-color: var(--border-grey-light, #dee6e9);
  border-width: 1px;
  display: none;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 120px;
  position: relative;
  box-shadow: var(
    --m3-elevation-light-5-box-shadow,
    0px 4px 4px 0px rgba(0, 0, 0, 0.3),
    0px 8px 12px 6px rgba(0, 0, 0, 0.15)
  );
}
.ds-dropdown-menu-item {
  border-radius: 6px 6px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 28px;
  position: relative;
}
.ds-dropdown-menu-item-base {
  padding: 9px 8px 10px 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.icon-text {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.dropdown-menu-item {
  color: var(--font-grey-blue-dark-input-t, #3a3f51);
  text-align: left;
  font-family: var(
    --paragraph-xs-font-family,
    "SourceSansPro-Regular",
    sans-serif
  );
  font-size: var(--paragraph-xs-font-size, 11px);
  letter-spacing: var(--paragraph-xs-letter-spacing, 0.025em);
  font-weight: var(--paragraph-xs-font-weight, 400);
  position: relative;
}
.icon-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 12px;
  position: relative;
}

.ds-timeline-top-left-date{
  display: none;
  font-family: Source Sans Pro, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  width: 176px !important;
  height: 12px;
}

.ds-top-bar-left-actions-saved {
  display: none;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ds-top-bar-right-actions-saved {
  padding: 1px 16px 1px 16px;
  display: none;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}
