#red-ui-editor-stack.eb-card-node-editor {
    width: 60%;
}

.eb-card-node-editor .gallery-card-wrapper, .eb-card-node-editor .picture-card-wrapper {
    padding-bottom: 112px;
}

.eb-card-node-editor .gallery-card-wrapper, .eb-card-node-editor .video-card-wrapper {
    padding-bottom: 112px;
}

.eb-card-node-editor ol {
    margin: 0;
}

.eb-card-node-editor ol li {
    list-style: none;
}

.eb-card-node-editor .eb-card-list-wrapper {
    display: inline-block;
}
#red-ui-editor-stack.eb-card-node-editor #dialog-form::-webkit-scrollbar-track {
    padding-right: 3px;
    background-color: #fff;
}
#red-ui-editor-stack.eb-card-node-editor #dialog-form::-webkit-scrollbar-thumb {
    padding-right: 3px;
    border-radius: 10px;
    background-color: #3C92CF;
}
#red-ui-editor-stack.eb-card-node-editor #dialog-form::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    position: relative;
    z-index: 999;
}
#red-ui-editor-stack.eb-card-node-editor .red-ui-tray-body-wrapper {
    overflow: hidden !important;
}

#red-ui-editor-stack.eb-card-node-editor .red-ui-tray-body {
    padding: 0px;
}

#red-ui-editor-stack.eb-card-node-editor .red-ui-tray-content-wrapper,
#red-ui-editor-stack.eb-card-node-editor .red-ui-tray-content,
#red-ui-editor-stack.eb-card-node-editor #dialog-form {
    height: 100%;
}
#red-ui-editor-stack.eb-card-node-editor #dialog-form {
    overflow: auto;
    padding: 14px;
    box-sizing: border-box;
}

#red-ui-editor-stack.eb-card-node-editor .eb-card-save-btn-wrapper {
    position: absolute;
    width: 100%;
    height: 68px;
    bottom: 0;
    margin-bottom: 0;
}
.eb-card-node-editor .eb-card-item {
    display: inline-block;
    margin: 0 8px 8px 0;
    width: 200px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    position: relative;
    vertical-align: top;
}

.eb-card-node-editor .eb-add-card-btn-wrapper {
    border-color: #3C92CF;
    display: inline-block;
    vertical-align: top;
}
.eb-card-node-editor .eb-add-card-btn-wrapper .eb-icon-btn {
    width: 100%;
    height: 134px;
    color: #3C92CF;
    font-size: 28px;
    border-radius: 4px;
}

.eb-card-node-editor .eb-card-item:last-child {
    margin-left: 0;
}

.eb-card-node-editor .eb-card-item .eb-delete-card {
    display: block;
    position: absolute;
    background: #FF4343;
    color: #fff;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-radius: 20px;
    font-size: 13px;
    right: -4px;
    top: -4px;
    z-index: 9;
}


.eb-card-node-editor .eb-card-item .eb-delete-button {
    display: block;
    position: absolute;
    background: #FF4343;
    color: #fff;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-radius: 20px;
    font-size: 13px;
    right: -4px;
    top: -4px;
    z-index: 9;
}

.eb-card-node-editor .eb-card-item .eb-card-image-wrapper {
    display: block;
    position: relative;
    height: 134px;
    border-bottom: 1px solid #BBBBBB;
    position: relative;  
}

.eb-card-node-editor .eb-card-item .eb-card-image-sub-wrapper {
    width: 100%;
    height: 100%;
    position: relative;    
}

.eb-card-node-editor .eb-card-item .eb-card-image-wrapper .eb-card-image {
    display: none;
    width: 100%;
    height: 100%
}

.eb-card-node-editor .eb-card-item .eb-card-image-wrapper .eb-add-image-icon {
    margin: auto;
    display: block;
    position: relative;
    top: 50px;
}

.eb-card-node-editor .eb-card-item .eb-card-image-wrapper .eb-float-image-wrapper {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 30px;
    left: 4px;
    bottom: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.eb-card-node-editor .eb-card-item .eb-float-image-wrapper .eb-float-image {
    width: 100%;
    height: 100%;
    display: none;
}

.eb-card-node-editor .eb-card-item .eb-float-image-wrapper .eb-add-image-icon {
    top: 7px;
}

.eb-card-node-editor .eb-card-item .eb-card-image-wrapper .eb-edit-card-image {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    border: 1px solid #B4B4B4;
    border-radius: 30px;
    padding: 4px;
    color: #3C92CF;
}


.eb-card-node-editor .eb-card-item .eb-card-video-wrapper {
    display: block;
    position: relative;
    height: 134px;
    border-bottom: 1px solid #BBBBBB;
    position: relative;  
}

.eb-card-node-editor .eb-card-item .eb-card-video-sub-wrapper {
    width: 100%;
    height: 100%;
    position: relative;    
}

.eb-card-node-editor .eb-card-item .eb-card-video-wrapper .eb-card-video {
    display: none;
    width: 100%;
    height: 100%
}

.eb-card-node-editor .eb-card-item .eb-card-video-wrapper .eb-add-video-icon {
    margin: auto;
    display: block;
    position: relative;
    top: 50px;
}

.eb-card-node-editor .eb-card-item .eb-card-video-wrapper .eb-float-video-wrapper {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 30px;
    left: 4px;
    bottom: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.eb-card-node-editor .eb-card-item .eb-float-video-wrapper .eb-float-video {
    width: 100%;
    height: 100%;
    display: none;
}

.eb-card-node-editor .eb-card-item .eb-float-video-wrapper .eb-add-video-icon {
    top: 7px;
}

.eb-card-node-editor .eb-card-item .eb-card-video-wrapper .eb-edit-card-video {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    border: 1px solid #B4B4B4;
    border-radius: 30px;
    padding: 4px;
    color: #3C92CF;
}

.eb-card-node-editor .eb-card-input-item {
    border-bottom: 1px solid #BBBBBB;
}
.eb-card-node-editor .eb-card-input-item:last-child {
    border-bottom: none
}

.eb-card-node-editor .eb-card-input-item .eb-card-input {
    width: 100%;
    height: 40px;
    border: none;
}

.eb-card-node-editor .eb-card-input-item textarea.eb-card-input {
    height: 80px;
    resize: none;
}

.eb-card-node-editor .eb-card-input-item .fa {
    color: #bbb;
}

.eb-card-node-editor .eb-card-input-item.eb-url-input .eb-card-input {
    width: 100%;
    /* width: calc(100% - 22px); */
}

.eb-card-node-editor .eb-card-button-item {
    padding: 4px;
    border-top: 1px solid #BBBBBB;
    position: relative;
}

.eb-card-node-editor .eb-card-button-item .eb-icon-text-button {
    margin: 0 !important;
    width: 100%;
    height: 34px;
    background-color: #fff;
    color: #3C92CF !important;
}

.eb-card-node-editor .eb-card-button-item .eb-icon-text-button.eb-button-data-saved {
    background-color: rgba(60,146,207,0.5);
    color: #000 !important;
}

.eb-card-node-editor .eb-card-button-item .eb-icon-text-button.eb-button-data-saved .fa {
    display: none
}

.eb-card-node-editor .eb-card-button-item .eb-card-btn-popover {
    display: none;
    width: 100%;
    position: absolute;
    float: left;
    margin-left: -4px;
    margin-right: -4px;
    top: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,.16);
    z-index: 99;
}
.eb-card-node-editor .eb-card-button-item .tabs-list {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
}
.eb-card-node-editor .eb-card-button-item .tabs-list .tab-item{
    display: block;
    /* width: 33.33%; */
    float: left;
    text-align: center;
    padding: 6px 4px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}
.eb-card-node-editor .eb-card-button-item .tabs-list .tab-item .horizontal-underline{
    display: none;
    width: 100%;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #3C92CF;
}
.eb-card-node-editor .eb-card-button-item .tabs-list .tab-item.active .horizontal-underline {
    display: block;
}
.eb-card-node-editor .eb-card-item .section-tabs, .eb-card-node-editor .eb-card-item .tabs-area-wrapper {
    display: block;
    float: left;
    width: 100%;
}

.eb-card-node-editor .eb-card-item .popover-tab-container {
    display: none;
    padding-top: 6px;
}
.eb-card-node-editor .eb-card-item .popover-tab-container.active {
    display: block;
}
.eb-card-node-editor .eb-card-item .popover-tab-container .form-row {
    margin-bottom: 8px;
    padding: 0 6px;
}
.eb-card-node-editor .eb-card-item .popover-tab-container .form-row input {
    border: none;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0;
}

.eb-card-node-editor .eb-card-item .eb-button-wrapper {
    padding: 0 6px 6px 6px;
}

.eb-card-node-editor .eb-card-item .eb-button-wrapper .eb-button {
    width: 48%;
    height: 34px;
    box-shadow: none;
    border: none;
    margin-right: 4px;
}

.eb-card-node-editor .eb-card-item .eb-button-wrapper .eb-button.eb-close-button {
    color: #2b2b2b;
    background-color: #fff;
}

.eb-card-node-editor .eb-button.primary.eb-save-button {
    color: darkgray;
    background-color: #dfdfdf; 
}

.eb-card-node-editor .eb-card-item .eb-button-wrapper .eb-button:last-child {
    margin-right: 0px;
}

.eb-card-node-editor .eb-suggestions-wrapper {
    display: block;
    float: left;
    width: 100%;
}

.eb-card-node-editor .eb-suggestions-wrapper .eb-suggestion-block {
    display: block;
    float: left;
    border: 1px solid #3c92cf;
    border-radius: 4px;
    padding-left: 10px;
    margin-right: 8px;
}

.eb-card-node-editor .eb-suggestions-wrapper .eb-suggestion-block .eb-icon-btn {
    height: 30px;
    padding: 2px 10px;
}

.eb-card-node-editor .eb-suggestions-wrapper .eb-suggestion-block .eb-suggestion-text {
    vertical-align: middle;
}

.eb-card-node-editor .eb-suggestions-wrapper .eb-suggestion-block.eb-suggestion-input-wrapper {
    padding-left: 2px;
}

.eb-card-node-editor .eb-suggestions-wrapper .eb-suggestion-block.eb-suggestion-input-wrapper .eb-suggestion-input {
    width: 200px;
    height: 30px;
    border: none;
}
.eb-card-node-editor .eb-suggestion-main-wrapper {
    display: block;
    float: left;
    width: 100%;
}
.eb-card-node-editor .eb-card-save-btn {
    min-width: 220px;
    height: 40px;
    position: relative;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
    z-index: 99;
}

.eb-card-node-editor .eb-card-item .eb-card-button-item .eb-delete-button {
    top: 9px;
    right: -6px;
    display: none;
}

.eb-card-node-editor .eb-card-item .eb-card-button-item:hover .eb-delete-button {
    display: block;
}