.design-fe-modal-container{
    .variable-transverse{
        width: 100%;
        margin-bottom: 20px;
        .variable-title,.variable-input{
            float: left;
        }
        .variable-title{
            width: 30%;
            line-height: 30px;
            text-align: right;
            padding-right: 20px;
            .star{
                color: red;
                margin-right: 5px;
            }
        }
        .variable-input{
            width: 65%;
            input{
                width: 100%;
                height: 30px;
            }
            button[disabled]{
                border: 1px solid #C4C6CF;
                background-color: #F2F3F7;
                height: 30px;
            }
        }
    }
    .fe-modal-container .fe-modal-header{
        border-bottom: 1px solid #f4f4f4;
        .fe-modal-header-title{
            line-height: 50px;
        }
    }
    .modal-body{
        padding-bottom: 0px;
    }
    .variable-transverse:last-child{
        margin-bottom: 0px;
    }
    .fe-btn.fe-btn-default.fe-btn-save.save-and-import{
        width: auto;
        padding: 0 10px;
    }
}