/***********timeline by Figma -> timeline-side-menu-navigation-rail*/
/*Dodaj class: timeline-side-panel-menu-button2 -> pomi da je prižgan*/
/*timeline-side-menu-navigation-rail -> Odstrani height
/******************************************************************/

.timeline-side-menu-navigation-rail,
.timeline-side-menu-navigation-rail * {
  box-sizing: border-box;
}
.timeline-side-menu-navigation-rail {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.timeline-navigation-rail {
  background: var(--palette-system-system-50, #f4f8ff);
  padding: 16px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  width: 48px;
  position: relative;
}
.timeline-navigation-rail-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.timeline-side-panel-menu-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.timeline-side-panel-menu-button2 {
  background: var(--palette-system-system-200, #c0d6f6);
  border-radius: var(--rounded-frame, 16px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.timeline-side-panel-menu-button-icon {
  border-radius: 32px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
