#red-ui-editor-stack.eb-switch-editor {
    width: 560px;
    height: 84%;
    margin-top: 60px;
}

.eb-switch-editor .red-ui-tray-body-wrapper {
    overflow-y: auto;
    height: calc(100% - 47px);
}

.eb-switch-editor .red-ui-tray .red-ui-tray-body, .eb-switch-editor .red-ui-tray-content-wrapper, .eb-switch-editor .red-ui-tray-content, .eb-switch-editor .red-ui-tray-content .form-horizontal {
    height: 100%;
}
.eb-switch-editor .red-ui-tray-content .node-input-rule-container-row {
    /* height: calc(100% - 81px); */
    overflow-y: auto;
    margin-bottom: 0;
}
.eb-switch-editor .red-ui-tray-content .node-input-rule-container-row .red-ui-editableList {
    height: 100%;
    overflow: auto;
    margin-bottom: 70px;
}
.eb-switch-editor .red-ui-tray .red-ui-tray-body {
    padding: 14px 14px 0 14px;
}
.eb-switch-editor .red-ui-typedInput-container {
    width: 100% !important;
    border: none;
}
.eb-switch-editor .red-ui-editableList-item-content .red-ui-typedInput-container {
    width: calc(100% - 116px) !important;
    border: none;
}

.eb-switch-editor .red-ui-typedInput-container .red-ui-typedInput-input-wrap {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 6px;
}
.eb-switch-editor .red-ui-typedInput-type-select {
    width: 80px;
    background-color: #B5DDFF;
    margin-right: 8px;
    border-radius: 4px;
}
.eb-switch-editor .node-input-rule-container-row .red-ui-typedInput-type-select {
    background-color: #E3E3E3;
}
.eb-switch-editor .red-ui-typedInput-type-select i.red-ui-typedInput-icon {
    padding: 9px 4px;
    margin: 0;
}
.eb-switch-editor .node-input-checkall {
    width:200px;
    margin-right:14px;
}
.eb-switch-editor .recreate-msg-seq, .eb-switch-editor .recreate-msg-seq label {
    display: inline-block;
}
.eb-switch-editor .red-ui-editableList-border {
    border: none;
    height: calc(100% - 36px) !important;
    overflow: auto !important;
    padding: 0;
}
.eb-switch-editor .node-input-rule-container-row .eb-editlist-header {
    background-color: #F1F1F1;
    padding: 8px 8px;
}
/* .eb-switch-editor .red-ui-editableList .red-ui-editableList-addButton { */
.red-ui-editableList .red-ui-editableList-addButton {

    background-color: #007AD3;
    color: #fff !important;
    padding: 4px 10px;
    height: 25px;
    margin-top: 5px !important;
    border-radius: 4px;
    text-transform: capitalize;
    outline: none;
    border: none;

    /* margin-top: 4px; */
    /* min-width: 220px; */
    /* height: 40px; */
    /* position: fixed; */
    /* bottom: 46px; */
    /* left: 22%; */
    /* transform: translateX(-50%); */
    /* box-shadow: 0 4px 16px rgba(0,0,0,.3); */
    /* z-index: 99; */
}
/* .eb-switch-editor .red-ui-editableList .red-ui-editableList-addButton i { */
.red-ui-editableList .red-ui-editableList-addButton i {

    margin-right: 4px;
}
.eb-switch-editor .red-ui-editableList-border::-webkit-scrollbar-track {
    padding-right: 3px;
    background-color: #fff;
}
.eb-switch-editor .red-ui-editableList-border::-webkit-scrollbar-thumb {
    padding-right: 3px;
    border-radius: 10px;
    background-color: #3C92CF;
}
.eb-switch-editor .red-ui-editableList-border::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    position: relative;
    z-index: 999;
}

.eb-switch-editor .red-ui-editableList-container li .red-ui-editableList-item-remove {
    right: 2px;
}