.ProductTerritoryArrangements {

    /* stylelint-disable max-nesting-depth, selector-class-pattern, selector-no-type */
    .resultsLoadingIndicator {
        margin: 0 auto;
        padding: 20px 0 40px;

        .LoadingIndicator {
            transform: scale(.5, .5);
        }

    }

    .form-control {
        display: inline-block;
        margin: 0 10px;
        width: 80px;
    }

    .Icons-trash-can {
        fill: $red-destroy;
    }

    .ClickableTable {

        td {
            vertical-align: initial;
        }

        td:first-child {
            max-width: 400px;

            + td {
                max-width: 200px;
            }

            .product-split-input {
                width: 200px;
            }

        }

    }

    .product-territory-split-input-error {

        input {
            border-color: $red-destroy;
        }

    }

    .product-territory-select-error {

        .Select-control {
            border-color: $red-destroy;
        }
    }

    .TerritorySplitSelect {
        width: 164px;
    }

    .product-territory-split-div {
        width: 175px;
    }
    /* stylelint-enable max-nesting-depth, selector-class-pattern, selector-no-type */

}
