/** @define GanttSidebarHeader */
/* stylelint-disable plugin/selector-bem-pattern */
.GanttSidebarHeader-jobName {
    margin-top: 0;
    max-width: 335px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
}

.GanttSidebarHeader-jobNameLink {
    margin-left: 5px;
    font-size: 14px;
}

.GanttSidebarHeader-closeButton {
    overflow: unset;
}

.GanttSidebar-section-close-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}

.GanttSidebar-jobTaskAndName {
    margin-top: 0 !important;
    width: 100%;
}

.GanttSidebarHeader-splitTaskButton {
    padding: 0;
}

.GanttSidebarHeader-row {
    margin: 2px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-flow: row wrap;
    row-gap: 5px;
}

.GanttSidebarHeader-buttons {
    justify-content: flex-start;
    margin-top: 8px;
}

.GanttSidebarHeader-buttons > div,
.GanttSidebarHeader-buttons > button {
    margin-right: 5px;
}

.GanttSidebar-header .task-name {
    margin-bottom: 0;
    max-width: 270px;
    overflow-wrap: break-word;
    color: #666;
    font-weight: var(--font-weight-semibold);
}
