.TrackLevelSplit {

    &-container {
        padding: 15px;
    }

    &-title {
        font-weight: $weight_bold;
        margin: 0;
    }

    &-table {
        position: relative;
    }

    /* stylelint-disable max-nesting-depth, selector-class-pattern */
    .GlobalSearchResults {
        margin: 6px 0 15px;
        width: 500px;

        .Select-menu-outer {
            max-height: 180px;
            overflow-y: scroll;
        }

        .Select-placeholder {
            line-height: 40px;
        }

    }

    .panelContent {
        overflow: initial;
    }

    .resultsLoadingIndicator {
        background: rgba(204, 204, 204, .54);
        height: 100%;
        position: absolute;
        top: 27px;
        width: 100%;

        .LoadingIndicator {
            position: initial;
        }

        .LoadingIndicator-dots {
            height: 44px;
        }

    }

    .alert {
        margin-bottom: 15px;
    }

    .view-more-link {
        margin-right: 10px;
    }
    /* stylelint-enable max-nesting-depth, selector-class-pattern */

}
