
.designer-configure-event{
    .last-th {
        text-align: right !important;
    
        span {
            padding-right: 10px;
        }
    }
    
    .alarm-search {
        margin-bottom: 10px;
    }
    
    .input-group {
        .form-control {
            padding-right: 16px;
        }
    
        .var-form-control {
            height: 34px;
            padding: 0 2rem 0 1.25rem;
        }
    
        .form-control-search {
            position: absolute;
            z-index: 4;
            right: 10px;
            display: block;
            width: 16px;
            height: 16px;
            line-height: 34px;
            text-align: center;
            pointer-events: none;
            color: #aaa;
        }
    }
    
    .operation {
        text-align: right !important;
    
        a {
            color: #3695FF !important;
        }
    
        a:hover {
            cursor: pointer;
        }
    
        a:first-child {
            margin-right: 10px;
        }
    }
    
    .configure-event-operation {
    
        .operation-filter-select {
            padding: 0;
        }
    
        .operation-button {
            padding: 0;
            button {
                margin-bottom: 12px;
            }
        }
    
        .operation-search {
            float: right;
            position: relative;
            width:285px;
    
            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);
            }
        }
    
        .fcloud-search {
            position: absolute;
            right: 10px;
            top: 9px;
            font-size: 16px;
            cursor: pointer;
        }
    
        .operation-search-input {
            width: 100%;
            height: 34px;
            border: 1px solid #C4C6CF;
            color: rgba(0, 0, 0, 0.6);
            line-height: 34px;
            padding: 0 10px;
            margin-bottom: 12px;
            padding-left: 10px;
            padding-right: 34px;
        }
        .operation-filter {
            padding: 0;
    
            .operation-filter-select {
                float: left;
                margin-right: 12px;
                margin-bottom: 12px;
            }
        }
    
        .fe-btn:not(:last-child) {
            margin-right: 12px;
        }
    }
    
    select option {
        color: rgba(0, 0, 0, 0.6);
    }
    
    .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;
    }
    
    .configure-event-operation > div {
        float: left;
    }
    .configure-event-operation {
        margin-left: 0;
        margin-right: 0;
    }
    @media (max-width: 1425px) {
        .configure-event-operation {
            .operation-button, .operation-filter {
                width: 100%;
            }
        }
    }
    .operation-filter-select ::ng-deep .ng-select-container {
        height: 34px !important;
        border: 1px solid #C4C6CF;
    }
    .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
        top: 0px !important;
    }
    
}