.GanttSidebarSchedule-startEndDate {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.GanttSidebarSchedule-startEndDateIcon {
    margin-right: 10px;
    text-align: center;
}

/* .GanttSidebarSection here is a hack to get around CSS specificity, and we should fix this up (DEVO-17096) */
.GanttSidebarSection .GanttSidebarSchedule-datePickerLock {
    margin-left: auto;
    padding: 1px 5px;
}

.GanttSidebarSchedule-datePickerSeparator {
    display: block;
    width: 29px;
    margin: 0 3px;
    flex-shrink: 0;
    text-align: center;
}

.GanttSidebarSchedule-startEndDate .DateTimeInput {
    width: 100%;
}

.GanttSidebarSchedule-startEndDate .DateTimeInput input {
    text-align: center;
}

.GanttSidebarSchedule-startDateInputConflictState,
.GanttSidebarSchedule-endDateInputConflictState {
    cursor: pointer;
}

.GanttSidebarSchedule-selectedItemWorker {
    display: flex;
}

.GanttSidebarSchedule-selectedItemWorkerIcon {
    margin-right: 10px;
    color: var(--text-subtle);
}

.GanttSidebarSchedule-selectedItemWorker .worker {
    max-width: 250px;
}

.GanttSidebarSchedule-selectedItemWorkerPicker {
    background: none;
    list-style-type: none;
    padding: 0;
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-toggleButton {
    padding: 0;
    background: none;
    color: var(--primary);
}

.GanttSidebarSchedule-selectedItemWorkerPicker .NestedDropdown-toggleButton .NestedDropdown-toggleIcon {
    display: none;
}

.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 {
    margin-top: 10px;
    gap: 5px;
}

/* Another hack to get around CSS specificity problems, and we should fix this up (DEVO-17096) */
.GanttSidebarSection .GanttSidebarSchedule-addSuggestionsButton {
    padding: 6px 12px;
    height: fit-content;
}
