.GanttSearchTextInput {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.GanttSearchTextInput-clearInputButton {
    height: 28px;
}

.GanttSearchTextInput .btn {
    /* removes the default z-index values of 2 given from bootstrap
    this was causing the clear button to render above the filters menu */
    z-index: auto;
}
