.GanttSidebarSchedule-startEndDate {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.GanttSidebarSchedule-startEndDateIcon {
    margin-right: var(--padding-xs);
}

/* .GanttSidebarSection here is a hack to get around CSS specificity, and we should fix this up (DEVO-17096) */
.GanttSidebarSection .GanttSidebarSchedule-datePickerLock {
    padding: 0;
    aspect-ratio: 1 / 1;
    border: none;
}

.GanttSidebarSchedule-datePickerSeparator {
    padding: 0 var(--padding-xxs);
    min-width: 36px;
    flex-shrink: 0;
    text-align: center;
}

.GanttSidebarSchedule-startEndDate,
.GanttSidebarSchedule-selectedItemWorker,
.GanttSidebarSchedule-effortInput {
    margin-top: var(--padding-xxs);
}

.GanttSidebarSchedule-startEndDate .DateTimeInput {
    width: 100%;
}

.GanttSidebarSchedule-startEndDate .DateTimeInput input {
    text-align: center;
    padding-left: var(--padding-xs);
    padding-right: var(--padding-xs);
}

.GanttSidebarSchedule-startEndDate .DateTimeInput .vc-popover-content-wrapper {
    --popover-transition-time: 0.08s ease-out;
    --popover-slide-translation: 6px;
}

.GanttSidebarSchedule-startDateInputConflictState,
.GanttSidebarSchedule-endDateInputConflictState {
    cursor: pointer;
}

.GanttSidebarSchedule-selectedItemWorker {
    display: flex;
}

.GanttSidebarSchedule-selectedItemWorkerIcon {
    margin-right: var(--padding-xs);
}

.GanttSidebarSchedule-workerPickerTreeSelector {
    overflow: auto;
}

.GanttSidebarSchedule-selectedItemWorkerPicker {
    width: 100%; /* !Need: For nested ellipsis to work */
    background: none;
    list-style-type: none;
    padding: 0;
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-toggleButton {
    padding: 0;
    background: none;
    color: var(--primary);
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-toggleIcon {
    display: none;
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-toggleButtonContent {
    display: inline-flex;
}

.GanttSidebarSchedule-selectedItemWorkerPicker .TreeSelector-controls .input-group .btn {
    height: 100%;
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-submenu.show {
    left: 0;
    transform: translateX(-100%);
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    min-width: 290px;
}

.GanttSidebarSchedule-closeWorkerPicker {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.GanttSidebarSchedule-actionButtonRow,
.GanttSidebarSchedule-addSuggestionsButton {
    margin-top: var(--padding-xs);
}

.GanttSidebarSchedule-actionButtonRow {
    display: flex;
    align-items: center;
    gap: var(--padding-xxs);
}

/* Another hack to get around CSS specificity problems, and we should fix this up (DEVO-17096) */
.GanttSidebarSection .GanttSidebarSchedule-addSuggestionsButton {
    width: 100%;
    padding: 6px 12px;
    height: fit-content;
}
