.TrackArrangements {

    /* stylelint-disable max-nesting-depth, selector-class-pattern, selector-no-type */
    .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;
            }

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

        }

    }

    .track-split-input-error {

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

    }

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

}
