.rde-editor {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    &-items {
        position: relative;
        width: 270px;
        // -webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5);
        // -moz-box-shadow: 5px 0 5px -5px rgba(56, 41, 41, 0.5);
        // box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5);
        z-index: 900;
        margin: 20px;
        border: 1px solid #ebe9df;
        margin-right: 0;
        margin-bottom: 0;
        
        border-bottom: 0;
        // transition: width .5s ease;
        &:hover {
            .rde-track-vertical {
                opacity: 1;
                z-index: 9999;
            }
        }
        &.minimize {
            width: 47px;
        }
        .ant-collapse-content-box {
            padding: 0;
        }
        &-item {
            display: flex;
            height: 40px;
            align-items: center;
            // transition: .5s ease;
            border: 1px solid #eceae0;
            position: relative;
            background: #fff;
            border-radius: 6px;
            width: 40px;
            margin: 5px;
            cursor: pointer;
            &-icon {
                padding: 0 8px;
                font-size: 1.5em;
                width: 40px;
                display: flex;
                justify-content: center;
            }
            &-text {
                padding: 0 8px;
                font-size: 14px;
                font-weight: 500;
            }
            &:hover {
                // background: rgba(0, 0, 0, .2);
                
                 border: 1px solid #5facfe;
                // box-shadow: 0 0 11px rgba(33, 33, 33, .2); 
            }
            // &:not(:last-child):after {
            //     background-color: #e8e8e8;
            //     position: absolute;
            //     bottom: 0;
            //     width: 100%;
            //     height: 1px;
            //     content: "";
            // }
        }
    }
    &-config {
        position: relative;
        width: 270px;
        z-index: 900;
        margin: 20px;
        border: 1px solid #ebe9df;
        margin-right: 0;
        margin-top: 0;
        height: 100%;
        border-top: 0;
    }
    &-items-item-select{
        border: 2px solid #5facfe;
    }
    &-canvas {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 20px;
        margin-left: 10px;
        border: 1px solid #ebe9df;
        .rde-canvas {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            iframe {
                pointer-events: none;
            }
        }
    }
    &-toolbar {
        &-debug {
            background: rgba(0, 0, 0, 0.25);
            position: absolute;
            display: block;
            top: 30px;
            left: 40px;
            border-radius: 12px;
            -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
        }
        &-interaction {
            color: #fff;
            background: rgba(0, 0, 0, 0.25);
            position: absolute;
            display: block;
            bottom: 30px;
            left: 40px;
            border-radius: 12px;
            -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
        }
        &-zoom {
            background: rgba(0, 0, 0, 0.25);
            position: absolute;
            display: block;
            bottom: 30px;
            left: 150px;
            border-radius: 12px;
            -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
        }
    }
    &-properties {
        position: absolute;
        overflow-y: auto;
        width: 400px;
        right: 0;
        height: 100%;
        background: rgba(255, 255, 255, 0.85);
        -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        -moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        &:hover {
            .rde-track-vertical {
                opacity: 1;
                z-index: 9999;
            }
        }
    }
    &-configurations {
        position: relative;
        overflow-y: auto;
        width: 400px;
        // right: 0;
        // -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        // -moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        // box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .5);
        background: #F2F4F8;
        // transition: width .5s ease;
        &.minimize {
            width: 60px;
        }
        .ant-tabs {
            .ant-tabs-content {
                padding-right: 0;
                height: 100%;
                .ant-tabs-tabpane {
                    height: 100%;
                }
            }
        }
        .ant-list-item {
            .ant-list-item-meta {
                .ant-list-item-meta-content {
                    h4 {
                        font-size: 16px;
                        margin: 0;
                    }
                    .ant-list-item-meta-description {
                        font-size: 11px;
                    }
                }
            }
        }
        .ant-table {
            .ant-table-content {
                table {
                    border: 0;
                    background: transparent;
                    tr {
                        &.selected-item {
                            background: rgba(0, 0, 0, .25);
                        }
                        &:hover {
                            td {
                                cursor: pointer;
                                background: rgba(0, 0, 0, .25);
                            }
                        }
                    }
                }
                .ant-table-placeholder {
                    background: transparent;
                    border-bottom: 0;
                }
            }
        }
        &:hover {
            .rde-track-vertical {
                opacity: 1;
                z-index: 9999;
            }
        }
        &-console-item {
            background-color: inherit;
            padding: 4px 0 0 0;
            animation: slide-up 0.4s ease-in-out;
            &-content {
                position: relative;
                max-height: 0;
                -moz-transition: max-height .5s;
                -ms-transition: max-height .5s;
                -o-transition: max-height .5s;
                -webkit-transition: max-height .5s;
                transition: max-height .5s;
                overflow: hidden;
                &.selected-item {
                    max-height: 1000px;
                }
                .clipboard {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                }
                .popup {
                    position: absolute;
                    top: 20px;
                    right: 50px;
                }
            }
            &.selected-item {
                background: rgba(0, 0, 0, .25);
                box-shadow: 0 0 11px rgba(33, 33, 33, .2);     
            }
            &:hover {
                cursor: pointer;
                background: rgba(0, 0, 0, .15);
                box-shadow: 0 0 11px rgba(33, 33, 33, .2); 
            }
        }
    }
}