.variable-input{
    width: 100%;
    .variable-select{
        width: calc(100% - 30px);
        float: left;
        color: rgba(0, 0, 0, 0.3);
        line-height: 30px;
    }
    .open-monitor-btn{
        width: 30px;
        height: 30px;
        line-height: 25px;
        float: left;
        background-color: white;
        border: 1px solid #d7dbe5;
        border-left: 0;
        cursor: pointer;
        span {
            color: #3695FF;
        }
    }
    .ng-select{
        margin-left: 0 !important;
    }
}