.link{fill:none;stroke:#ccc}.node circle{background-color:#123456}svg{width:100%;height:100%;position:absolute;top:0;left:0}.block{flex:1 1 auto}.block-bar{background-color:#02a1b6;width:5px;height:10px;margin:0 auto}.block-items-holder{display:flex;justify-content:stretch}.block-item-holder{flex:1 1 auto}.block-item-holder.fixed{flex:0 0 auto;margin-left:5px}.block-item{background-color:#02a1b6;color:#fff;padding:10px;border-radius:4px;cursor:pointer;font-size:12px;flex:1 1 auto}.block-item:hover{background-color:#028192}.block-item.fixed{flex:0 0 auto;background-color:#6fe4eb;color:#028192}.block-item.fixed:hover{background-color:#40c9d6}.block-holder{display:flex;gap:10px}#app,input,select,textarea{font-family:Avenir,Helvetica,Arial,sans-serif}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;color:#0a071c;display:flex;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%;justify-content:stretch}ul.menu{flex:0 0 auto;margin:0;padding:0;list-style-type:none;display:flex;align-items:center;justify-content:center;background-color:#e4e3ea}ul.menu li{padding:10px 20px;cursor:pointer}ul.menu li:hover{background-color:#c8c4cc}ul.menu li.active{background-color:#789d00;color:#fff}.content,.table{flex:1 0 auto;position:relative;padding:10px;overflow:auto;width:100%;box-sizing:border-box}.table{flex:0 1 auto;padding-bottom:30px}.table .column{border-bottom:1px solid #e4e3ea;padding:10px}.table .column:last-of-type{border-width:0}.table .column h1,.table .column h2,.table .column h3,.table .column h4,.table .column p{margin:0 0 10px 0}table{margin-bottom:10px;width:100%}table tr td,table tr th{text-align:left}table tr td h1,table tr td h2,table tr td h3,table tr th h1,table tr th h2,table tr th h3{margin:0;padding:10px}table tr td h1,table tr th h1{font-size:16px}table tr td h2,table tr th h2{font-size:14px}table tr td h3,table tr th h3{font-size:12px}table tr td input,table tr td textarea,table tr th input,table tr th textarea{padding:10px;background-color:transparent;border-width:0;box-sizing:border-box;width:100%}table tr td input.h1,table tr td textarea.h1,table tr th input.h1,table tr th textarea.h1{font-size:16px}table tr td input.h2,table tr td textarea.h2,table tr th input.h2,table tr th textarea.h2{font-size:14px}table tr td input.h3,table tr td textarea.h3,table tr th input.h3,table tr th textarea.h3{font-size:12px}table tr:nth-child(odd){background:#e4e3ea}table tr:nth-child(2n){background:#fff}table.dataset tr th{padding:10px}table.dataset tr td{padding:0}table.dataset tr td input,table.dataset tr td select,table.dataset tr td textarea{padding:10px;background-color:transparent;border-width:0;box-sizing:border-box;width:100%}.metadata_layer{padding:10px;font-size:14px;cursor:pointer;margin-bottom:10px}.metadata_layer:hover{background-color:#e4e3ea}.icon{margin-right:5px}.button{cursor:pointer}.button:hover{color:#789d00}.buttons{display:flex;gap:10px;position:absolute;top:0;right:0;padding:10px}button{background-color:#02a1b6;color:#fff;border-width:0;padding:10px}button:hover{cursor:pointer;background-color:#028192}button.delete{background-color:#e4572e}button.delete:hover{background-color:#d0451b}