.execute-plan-import-notice {
    color: #ff4448;
}

.modal .fe-modal-container .fe-modal-header {
    border-bottom: 1px solid #f4f4f4;

    .fe-modal-header-title {
        line-height: 50px;
    }
}

.fe-btn.fe-btn-default.fe-btn-save.save-and-generate {
    width: auto;
    padding: 0 10px;
}

.import-configuration-container {
    padding: 20px 16px;
    padding-bottom: 0;
}

.import-configuration-title {
    margin-bottom: 16px;

    h4 {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500;
    }

    span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3);
    }
}

.import-configuration-content {
    width: 90%;
    margin: 0 auto;
}

.design-content {
    .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;
            }
        }

        .variable-input {
            width: 65%;

            input {
                width: 100%;
                height: 30px;
                border: 1px solid #d7dbe5;
                padding: 6px 10px;
            }
        }
    }

    .variable-transverse:last-child {
        margin-bottom: 0px;
    }
}