.gjs-pn-views-container{
    z-index: 2;

    .jd-style-editor{
        margin-top: 4px;

        .jd-expand-handle{
            position: absolute;
            left: 7px;
            font-size: 22px;
            padding: 6px;
            cursor: pointer;

            &.active{
                background-color: rgba(0,0,0,.15);
                box-shadow: 0 0 3px rgb(0 0 0 / 25%) inset;
            }
        }

        .jd-field-containter{
            padding: 0 5px;
            margin-top: 12px;

            .gjs-field-styles{
                .gjs-input-holder{
                    textarea{
                        min-height: 300px;
                    }                    
    
                    .CodeMirror{
                        .CodeMirror-code{
                            .CodeMirror-line{
                                text-align: left;
                                // padding-left: 30px;
                            }
                        }
                    }

                    i{
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        width: 20px !important;
                        height: 20px !important;
                        cursor: ne-resize;
                        resize: auto;
                        overflow: auto;
                        direction: rtl;
                        z-index: 4;
                    }
                }
            }
        }
    }
}