.ttk-edf-app-html2json{
	&-container{
        width:100%;
        margin:0px;
        &-left{
            left:2px;
            width: 48%;
            height: 500px; 
            background-color: #ffffff;
            position: absolute;
            textarea{
                width: 100%;
                height: 500px;
                overflow:auto;
            }
        }
        &-right{
            right: 2px;
            width: 48%;
            height: 500px; 
            background-color: #ffffff;
            position: absolute;
            overflow: scroll;
            border: 1px solid #a9a9a9;     
            top: 48px;
            &-panel{
                display: flex;
                flex-direction: column;
                flex: 1;
                align-self: stretch;
                padding: 20px;
                font-size: 1em;
                border: none;
                margin: 0px;
                outline: none;
                overflow: auto;
            }
            .mk-btn.ant-btn{
                border-radius: 0px !important;
                border: 0px !important;
            }
            &-copy{
                position: absolute;
                top: 0px;
                background-color: #c8c8c8;
                padding: 2px;
                cursor: pointer;            
            }
        }

     
    }
    &-footer{
        align-items: center;
        width: 100%;
        .mk-btn.ant-btn{
            padding: 0 8px;
            position: absolute;
            bottom: 10px;
            left: 46%;
            width: 120px;
            height: 40px;
        }
    }
    #txtCopy{
        display: none;
        position: absolute;
        bottom: -40px;
        left:0px;
    }
}

