.GanttEffortInput {
    display: flex;
    flex-wrap: wrap;
}

.GanttEffortInput-hoursNumberInput,
.GanttEffortInput-minutesNumberInput,
.GanttEffortInput-percentageNumberInput {
    width: 110px;
}

/* AA - it would be nice if we didn't have to use !important here in "new" Vue component */
/* stylelint-disable selector-id-pattern */
input#GanttEffortInput-hoursNumberInput,
input#GanttEffortInput-minutesNumberInput,
input#GanttEffortInput-percentageNumberInput {
    padding-right: 0 !important; /* This !important is to override a deeply buried bootstrap !important for this specific case */
}
/* stylelint-enable selector-id-pattern */

.GanttEffortInput-percentageNumberInput {
    padding-left: 0.5rem;
}

.GanttEffortInput-effortIcon {
    padding-top: 0.5rem;
    padding-right: 5px;
}

.GanttEffortInput-conflict > input {
    border-color: var(--warning);
    background-position: right calc(0.375em + 0.1875rem) center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.GanttEffortInput-error {
    display: flex;
}
