
/* #red-ui-editor-stack.eb-ebtin-editor, #red-ui-editor-stack.eb-ebtout-editor {
    width: 365px;
    height: 70%;
    margin-top: 100px;
} */
.red-ui-editor .trigger-via-api {
    width: 100%;
    height: 100%;
}
.red-ui-editor .form-row .eb-input-field.eb-url-field {
    width: calc(100% - 33px);
    border-radius: 4px 0 0 4px;
    display: block;
    float: left;
}
.red-ui-editor .form-row #eb-copy-input.eb-copy-input {
    padding: 7px 10px;
    border-radius: 0 4px 4px 0;
    background-color: #2A85FF;
    color: #fff;
}
.red-ui-editor .form-row #eb-copy-input.eb-copy-input .fa-link {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.red-ui-editor .form-row #eb-copy-route.eb-copy-input {
    padding: 7px 10px;
    border-radius: 0 4px 4px 0;
    background-color: #2A85FF;
    color: #fff;
}
.red-ui-editor .form-row #eb-copy-route.eb-copy-input .fa-link {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#dialog-form .width-6-col.padding-right {
    padding-right: 8px;
    box-sizing: border-box;
}
#dialog-form .width-6-col.padding-left {
    padding-left: 8px;
    box-sizing: border-box;
}
.eb-api-output-wrapper button {
    background-color: #E4F3FF;
    border: 0;
    padding: 6px 10px;
    border-radius: 4px;
    color: #007AD3;
}
