.design-portlet-input {
    .last-th {
        text-align: right !important;

        span {
            padding-right: 0;
            float: right;
        }
        .fa-fw{
            float: none !important;
        }
    }
    .ng-select-container {
        height: 34px !important;
    }
    .checkbox {
        width: 50px;
    }

    .empty-box {
        height: 0;
        padding: 0;
        margin: 0;
        font-size: 0
    }

    .variable-operation {
        .operation-button {
            button:not(:last-child) {
                margin-right: 12px;
                margin-bottom: 12px;
            }
        }

        // .search-condition {
        //     div {
        //     }
        // }

        select,
        input[type="text"] {
            height: 34px;
            line-height: 34px;
            border: 1px solid #C4C6CF;
            color: rgba(0, 0, 0, 0.6);
        }

        input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.6);
        }

        input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: rgba(0, 0, 0, 0.6);
        }

        input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: rgba(0, 0, 0, 0.6);
        }

        input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: rgba(0, 0, 0, 0.6);
        }
        .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
            top: 0 !important;
        }
        .operation-input-select {
            padding: 0;
            float: left;
            margin-bottom: 12px;
            select {
                width: 100%;
            }
        }

        .operation-input {
            font-size: 0;
        }

        .operation-input>div {
            float: right;
            margin-bottom: 12px;
            font-size: 14px;
        }

        .operation-input-search {
            position: relative;
            padding: 0;

            input {
                width: 100%;
                padding-left: 10px;
                padding-right: 34px;
            }

            .fcloud-search {
                position: absolute;
                right: 10px;
                top: 10px;
                cursor: pointer;
            }
        }
    }

    input,
    select {
        color: rgba(0, 0, 0, 0.6);
    }

    option {
        color: rgba(0, 0, 0, 0.6)
    }

    .operation {
        text-align: right !important;

        a {
            color: #3695FF !important;
            cursor: pointer;
        }

        a:first-child {
            margin-right: 10px;
        }
    }

    .fe-btn.fe-btn-default.btn-batch-delete {
        color: #000;
        background-color: #FFF;
        border: 1px solid #C4C6CF;
    }

    .fe-btn.fe-btn-default.fe-btn-normal {
        border: 1px solid #b5c2ca;
        background-color: white;
    }

    .fe-btn.fe-btn-default.btn-batch-delete:disabled {
        color: #7F939F;
        border: 1px solid #b5c2ca;
    }

    @media (min-width: 992px) {
        .variable-operation .operation-input-select select {
            margin-right: 12px;
            width: calc(100% - 12px);
        }
    }

    ng-select {
        margin-right: 12px;
    }

    .operation-input-select ::ng-deep .ng-select-container {
        height: 34px !important;
        border: 1px solid #C4C6CF;
        padding-top: 8px;
    }

    .p-table-get-unfrozen-column-height th:not(:first-child) {
        width: 150px;
    }

    .p-table-get-unfrozen-column-height td:not(:first-child) {
        width: 150px;
    }
}
.variable-component-table{
    .checkbox {
        width: 50px !important;
    }
}
.designer-actions-style{
    .last-th{
        span{
            float: right;
        }

    }
    .fa-fw{
        float: none !important;
    }
}