.BulkRespondConflicts {

    &-header {
        align-items: baseline;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    &-tracks-number {
        font-size: 14px;
        font-weight: $weight_bold;
    }

    &-show-hide-table {
        color: $bluejay;
        font-size: 12px;
        font-weight: $weight_bold;
        text-transform: uppercase;

        .Icons-down-direction-arrow,
        .Icons-up-direction-arrow {
            fill: $bluejay;
            height: 16px;
            margin-left: 5px;
            width: 16px;
        }
    }

    &-show-hide-table:hover {
        text-decoration: none;
    }

    &-show-hide-label {
        display: flex;
    }

    &-table {
        margin-bottom: 15px;
        margin-top: 20px;
        table-layout: fixed;
        width: 100%;
    }

    &-table-head {
        border-bottom: 1px solid $koala;
        border-top: 1px solid $koala;
        color: $timberwolf;
        font-size: 12px;
        height: 25px;
        text-transform: uppercase;
    }

    /* stylelint-disable selector-max-type */
    th {
        font-weight: $weight_bold;
    }

    th:first-child {
        padding-left: 10px;
    }
    /* stylelint-enable selector-max-type */

    &-track-header,
    &-artist-header,
    &-product-header {
        width: 24%;
    }

    &-conflict-owner-header {
        width: 14%;
    }

    &-territories-header {
        width: 10%;
    }

    &-track-header-d3,
    &-artist-header-d3,
    &-product-header-d3 {
        width: 19%;
    }

    &-subaccount-header-d3 {
        width: 15%;
    }

    &-conflict-owner-header-d3 {
        width: 14%;
    }

    &-territories-header-d3 {
        width: 10%;
    }
}
