.layout {
    display: flex;
    /*grid-template-columns: calc(50% - 5px) 10px calc(50% - 5px);*/
    /*margin: 20px;*/
    padding-top: 42px;
}
.layout>div{
    overflow-x: hidden;
}
#left_part {
    min-width: 295px;
    width: 100%;
}
.left_part {
    border-radius: 10px;
    padding: 20px;
    margin: 15px 20px 0 20px;
    width: calc(100% - 35px);
}
#left_part .ui-resizable-e:after {
    position: absolute;
    content: "||";
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    color: var(--gray);
}
#theme.light1 .ui-resizable-e:after {
    color: rgb(247, 247, 247) !important;
}
#left_part .ui-resizable-e {
    cursor: e-resize;
    width: 15px;
    right: 0;
    top: 5%;
    height: 90%;
    color: white;
    border-radius: 10px;
}

/* .save1 pre {
    height: calc(100vh - 300px);
    overflow: auto;
} */


.right_part {
    border-radius: 10px;
    display: none;
    padding: 20px;
    margin: 15px 17px 0 0;
    min-width: 295px;
    background: var(--white);
}
@media only screen and (min-width: 1025px) {
    .right_part {
        display: block;
        width: 50%;
    }

    #left_part {
        width: 50%;
    }
}


.right_part .formUrl {
    margin-top: 22px;
}

.formUrl {
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(244 244 244);
    border: none;
}

#url_result {
    height: calc(100vh - 300px);
    overflow: auto;
}

.floated_bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.btn_zoom, .btn_zoom2, .formUrl button{
    cursor: pointer;
}

.theme-blue .active_select {
    border: 1px solid var(--blue) !important;
}
.theme-teal .active_select {
    border: 1px solid var(--teal) !important;
}
.theme-green .active_select {
    border: 1px solid var(--green) !important;
}
.theme-red .active_select {
    border: 1px solid var(--red) !important;
}

.light1 .active_select {
    border: 1px solid rgba(0, 0, 0, 0.384) !important;
}

.dark1 .active_select {
    border: 1px solid var(--white) !important;
}

.dark3 .active_select {
    border: 1px solid white !important;
}

.dark4 .active_select {
    border: 1px solid rgba(255, 255, 255, 0.384) !important;
}


.dark2 .active_select {
    border: 1px solid orange !important;
}

.ui-widget-content pre {
    background-color: var(--white);
}

.layout .CodeMirror.cm-s-material {
    border-radius: 5px;
    padding-top: 10px;
    border: 1px solid rgba(34,36,38,.15);
}
.theme-light.theme-blue .layout .CodeMirror-focused {
    border: 1px solid var(--light-blue) !important;
}
.theme-light.theme-teal .layout .CodeMirror-focused {
    border: 1px solid var(--light-teal) !important;
}
.theme-light.theme-green .layout .CodeMirror-focused {
    border: 1px solid var(--light-green) !important;
}
.theme-light.theme-red .layout .CodeMirror-focused {
    border: 1px solid var(--light-red) !important;
}
/* .dark3 .layout .CodeMirror-focused {
    border: 1px solid white !important;
} */
.dark2 .layout .CodeMirror-focused {
    border: 1px solid orange !important;
}

.cus_btn {
    background: none !important;
    color: white !important;
}


 #layout .CodeMirror, #table-container2, #table-container{
    height: calc(100vh - 280px)
}

#layout .box {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #f5f5f5;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    height: 65px;
}
.btn_box_close .item i {
    margin-right: 5px !important;
    margin-left: 3px !important;
}
.btn_box small {
    color: #797979 !important;
}
.btn_box {
    padding: 10px;
}
.box p{
    margin: 0;
    min-width: 115px;
    font-family: 'Inter','Nokora', sans-serif;
    width: max-content;
}
.btn_box_close{
    position: absolute !important;
    right: 0px;
    top: 4px;
}
.btn_box_close .menu .item, .btn_box_close .menu i{
    font-size: 11px !important;
}

.book_mark_contain {
    position: absolute;
    right: 18px;
    top: 2px
}

.dupdatapop {
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: -2px;
    cursor: pointer;
}

.dupdatapop i {
    color: #ff7676 !important;
}

.bg_box_color {
    background: rgb(238, 238, 238);
}

.dark3 .bg_box_color, .dark4 .bg_box_color {
    background: rgba(0, 0, 0, 0.295) !important;
}
.dark1 .bg_box_color, .dark2 .bg_box_color {
    background: rgb(31, 31, 31);
}

.light1 .bg_box_color {
    background: #ffffffee;
}