.parrots-configs-table-row {
    display: flex;
    width: 100%;
    height: 100%;
    .row-config-key {
        display: flex;  
        height: 100%;
        width: 50%; 
        border: 0.7px solid extract(@CLR_1, 7);
    }
    .row-config-value {
        display: flex;  
        height: 100%;
        width: 50%;  
        border: 0.7px solid extract(@CLR_1, 7);
        border-left: unset;
    }
    >.phlox-table-cell {
        phx-string-data-view {
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        material-text-box {     
            >.material-text-box {                                    
                margin-top: -5pt;
                margin-left: 7px;
                .form-control {
                    background-color: transparent !important;
                }
            }
        }
    }  
}
