.designer-registretion{
    .last-th {
        text-align: right !important;
    
        span {
            padding-right: 0;
            display: inline-block;
        }
    }
    .design-content .variable-transverse .variable-title {
        width: 23%;
        line-height: 30px;
        text-align: right;
        padding-right: 20px;
    }
    .variable-transverse .variable-input {
        width: 38%;
    }
    .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;
        }
    }
    
    .alarm-registeration-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;
    }
    
    .alarm-registeration-operation > div {
        float: left;
    }
    .alarm-registeration-operation {
        margin-left: 0;
        margin-right: 0;
    }
    @media (max-width: 1425px) {
        .alarm-registeration-operation {
            .operation-button, .operation-filter {
                width: 100%;
            }
        }
    }
    
    .level-color {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    
    .level-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .level-one {
        .level-color {
            background-color: #3695FF;
        }
    }
    
    .level-two {
        .level-color {
            background-color: #FFE900;
        }
    }
    
    .level-three {
        .level-color {
            background-color: #FFA800;
        }
    }
    
    .level-four {
        .level-color {
            background-color: #E84F4F;
        }
    }
    
    .checkbox {
        width: 50px;
    }
    
    .operation-filter-select ::ng-deep .ng-select-container {
        height: 34px !important;
        border: 1px solid #C4C6CF;
    }
    .ng-select.ng-select-single .ng-select-container {
        height: 34px;
    }
    
}