.SuiteColorSchemeV1 {
    .label-select,
    .paymentCurrency,
    .contractTermConditionCountry,
    .paymentSchedule,
    .product-select,
    .track-select,
    .SelectAdjustmentFileStatus {
        .Select__control,
        .Select__control:hover {
            height: auto;
        }

        .Select__multi-value__label {
            background-color: var(--gray-300);
        }

        .Select__multi-value__remove {
            background-color: var(--gray-300);
        }
    }

    .label-select,
    .product-select,
    .track-select {
        .ChevDown {
            display: none;
        }

        .Clear {
            background: var(--gray-100);
            position: absolute;
            right: 10px;
            top: 25%;
            z-index: 1;
        }
    }

    .NoResultsFound {
        color: var(--gray-500);
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        margin-top: 50px;
        text-align: center;
    }
}

.SearchableList {
    padding-bottom: 50px;

    &-filter {
        height: 90px;

        .container {
            margin-left: 0;
            padding: 0;
        }
    }

    &-result-count {
        height: 40px;

        &-label {
            color: var(--gray-500);
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        &-value {
            color: var(--gray-900);
            font-size: 16px;
            font-weight: 500;
        }
    }

    .label-text {
        color: var(--gray-500);
        font-size: 12px;
        font-weight: 500;
    }

    .label-value {
        color: var(--gray-900);
        font-size: 12px;
        font-weight: 500;
    }

    .clear-filter-button {
        padding: 23px 20px;

        &-text {
            letter-spacing: 0.5px;
        }
    }

    .search-results {
        margin-bottom: 1%;
        margin-top: -1%;
    }
}

.PageTitle {
    float: left;
    font-size: 23px;
    font-weight: 400;

    &-subheader {
        display: inline-flex;
        color: var(--text-secondary);
        align-items: center;
        font-weight: normal;

        .DotGlyphIcon {
            color: var(--text-secondary);
            margin: 0 var(--padding-medium-small);
        }
    }
}
