.ProjectListPage {
    &-container {
        margin-top: -20px;
        padding: 0;

        .LoadingIndicator {
            height: $component-height;
        }

        /* frontend-catalog sets float: right; and margin: 0 20px; */
        /* stylelint-disable selector-class-pattern, declaration-no-important */
        .frc-pagination {
            float: none !important;
            margin: 0 !important;
            padding: 20px 0;
        }

        .ProjectsList {
            padding: 8px 4px;

            .ClickableTable {
                background-color: white;
            }
        }
    }

    &-input {
        display: inline-block;
        height: 40px;
        margin-bottom: 15px;
        padding: 10px 30px;
        width: 35%;
    }

    &-search-icon {
        margin-left: 10px;
        margin-top: 10px;
        position: absolute;
    }

    &-close-icon {
        cursor: pointer;
        margin-left: -30px;
        margin-top: 10px;
        position: absolute;

        .Icons-close-round {
            height: 18px;
            width: 18px;
        }
    }
}
