.NewConflicts {

    margin-top: 0;

    &-info {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 30px;
    }

    &-info-line {
        display: block;
    }

    &-panel {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    &-panel-button-only {
        justify-content: flex-end;
    }

    &-bulk-respond {
        align-self: center;
        margin-top: 5px;
    }

    &-no-matching-results {
        border-top: 1px solid $koala;
        color: $grey_300;
        font-size: 14px;
        padding-bottom: 70px;
        padding-top: 40px;
        text-align: center;
    }

    // stylelint-disable-next-line selector-class-pattern
    .btn.btn-primary[disabled] {
        color: $disabled_fox;
        opacity: 1;
    }

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

    &-selected-info {
        border: none;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0;
        width: 100%;
    }

    &-deselect-all {
        font-weight: $weight_bold;
        margin-right: 10px;
        text-transform: uppercase;
    }

    &-deselect-all:hover {
        text-decoration: none;
    }

}
