.ConflictsFilterForm {
    padding-top: 20px;

    &-field {
        border: 1px solid $timberwolf;
        border-radius: 3px;
        font-size: 14px;
        height: 35px;
        padding: 5px 25px 5px 30px;
        width: 632px;
    }

    &-field:focus {
        border-color: $bluejay;
        box-shadow: 0 0 2px 0 $bluejay;
    }

    &-search {
        margin-left: 10px;
        margin-top: 8px;
        position: absolute;
    }

    &-x-icon {
        margin-left: -25px;
        margin-top: 9px;
        position: absolute;

        .Icons-close-round {
            height: 16px;
            width: 16px;
        }
    }

    &-fixed {
        background: $white;
        position: fixed;
        top: 0;
        width: 1175px;
        z-index: 10;
    }

    &-results-info {
        height: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }

    &-tip {
        color: $timberwolf;
        font-style: italic;
        margin-left: 7px;
    }

}

.ConflictsFilterForm-fixed + .StickyTableContainer {
    margin-top: 55px;
}
