@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,body,html{height:100%;overflow:hidden;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-select{-webkit-appearance:none;appearance:none;border-radius:inherit;min-height:28px!important;outline:none;padding:0!important;position:relative}.react-select .react-select__menu{z-index:500}.react-select .react-select__control{background-color:#0000;border:0;box-shadow:none;min-height:28px!important;width:100%}.react-select .react-select__control .react-select__value-container{padding:0 9px!important}.react-select .react-select__control .react-select__value-container .react-select__multi-value{background-color:#424242}.react-select .react-select__control .react-select__value-container .react-select__multi-value .react-select__multi-value__label{color:#fff}.react-select .react-select__control .react-select__indicator-separator{display:none}.react-select .react-select__control .react-select__indicator{color:inherit;padding:0 3px 0 0;width:16px}.react-select .react-select__control:hover{border-color:red}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}*,:after,:before{box-sizing:border-box;scrollbar-color:#000 #fff;scrollbar-width:thin}::-webkit-scrollbar{background-color:#969696;width:5px}::-webkit-scrollbar-thumb{background-color:#333}.react-select,button,input:not([type=checkbox]),select,textarea{align-items:center;-webkit-appearance:none;appearance:none;background-color:#dfdfdf;border:1px solid #0000;border-radius:3px;display:flex;font-size:13px;justify-content:center;padding:5px 10px}textarea{resize:none}.react-select,select{-webkit-appearance:auto;appearance:auto}input[type=checkbox]{accent-color:#313131;margin:5px}.react-select:hover,input:not([type=checkbox]):hover,select:hover{background-color:#fff;border:1px solid #dfdfdf}button:not(:disabled):active{background-color:#707070;color:#f8f8f8}button{background-color:#00565d;border:1px solid #00565d;color:#fff;font-size:13px;padding:2px}button :not(:first-child){margin-left:5px}button:has(svg:only-child){font-size:12px;padding:3px}:not(button).success{color:#006f00}:not(button).warning{color:#c64900}:not(button).danger{color:#aa0524}button.success{background-color:#006f00;border:1px solid #006f00;color:#fff}button.warning{background-color:#c64900;border:1px solid #c64900;color:#fff}button.danger{background-color:#aa0524;border:1px solid #aa0524;color:#fff}button:hover{background-color:#fff!important;border:1px solid #00565d;color:#00565d!important}button:active{background-color:#333!important;color:#fff!important}button.success:hover{background-color:#fff!important;border:1px solid #006f00;color:#006f00!important}button.warning:hover{background-color:#fff!important;border:1px solid #c64900;color:#c64900!important}button.danger:hover{background-color:#fff!important;border:1px solid #aa0524;color:#aa0524!important}button:disabled{filter:grayscale(1);opacity:.2!important}.button-actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.button-actions :not(:first-child){margin-left:5px}.inline{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}input:not([type=checkbox]):focus,textarea:focus{background-color:#fff;border:1px solid #dfdfdf;outline:none}.input-with-label{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.input-with-label>:first-child{align-items:center;color:#313131;display:flex;flex-direction:row;font-size:13px;justify-content:flex-start}.input-with-label>:first-child>:first-child{margin-right:5px}.input-with-label textarea{min-height:20px}.input-with-label>:first-child{margin-bottom:5px}.input-with-label .react-select,.input-with-label input:not([type=checkbox]),.input-with-label select,.input-with-label textarea{margin:0;width:100%}.input-with-label input:not([type=checkbox]):focus,.input-with-label textarea:focus{background-color:#0000;box-shadow:none;outline:none}.input-with-label input:not([type=checkbox]):hover{background-color:#0000}.input-with-label.inline{align-items:center;flex-direction:row;gap:5px;justify-content:flex-start}.input-with-label.inline>:first-child{white-space:nowrap;width:-moz-fit-content;width:fit-content}.input-with-button{display:flex;flex-direction:row;width:100%}.input-with-button>:first-child{flex-grow:10}.clickable{color:#00565d;cursor:pointer;text-decoration:underline}.App{align-items:flex-start;background-color:#fff;font-family:Roboto,Quicksand,sans-serif;font-size:13px;height:100%;justify-content:flex-start;width:100%}.App,.App .messages{display:flex;flex-direction:column}.App .messages{left:0;position:fixed;right:0;top:0;z-index:999999999999}.App .messages .message.closing{animation:fadeOut .5s linear;animation-fill-mode:forwards}.App .messages .message:not(:last-child){border-bottom:1px solid #707070}.App .messages .message{animation:shake .8s linear;animation-fill-mode:forwards;width:90}.App .messages .message>div{align-items:center;display:flex;font-size:18px;justify-content:center;padding:10px}.App .messages .message .info{background-color:#00565d;color:#fff}.App .messages .message .error{background-color:#aa0524;color:#fff}.App .messages .message .success{background-color:#006f00;color:#fff}.small{font-size:11px}.xsmall{font-size:9px}.error-box{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;backface-visibility:hidden;margin:10px 0;padding:20px;perspective:1000px;transform:translateZ(0)}.error-box,.error-box:before{background-color:#dc062e;color:#f8f8f8}.error-box:before{content:"😖";padding-right:5px}.info-box{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;backface-visibility:hidden;margin:10px 0;padding:20px;perspective:1000px;transform:translateZ(0)}.info-box,.info-box:before{background-color:#00565d;color:#f8f8f8}.info-box:before{content:"👉";padding-right:5px}input[type=number]{padding-right:1px;text-align:right}table{border:0;border-collapse:collapse;max-width:100%;table-layout:auto;width:100%}table input[type=checkbox]{margin:0}table tr{border:0}table td,table th{font-family:Roboto Mono,Source Code Pro,Arial;font-optical-sizing:auto;font-style:normal;font-weight:360;overflow:hidden;padding:2px 5px;text-align:left;text-overflow:ellipsis;white-space:nowrap}table td{border:0;border-right:1px solid #dfdfdf;cursor:default}table td input:not([type=checkbox]),table td select,table td textarea{margin:0;width:100%}table td:last-child{border-right:0}table tr:nth-child(2n) td{background-color:#f8f8f8}table th{background-color:#c9c9c9;border-right:1px solid #f8f8f8;color:#000;cursor:default;font-weight:400;padding:5px;position:sticky;text-align:left;top:0}table th:last-child{border-right:0}table td.center,table th.center{text-align:center}table td.center>div,table th.center>div{display:inline-block}table td.right,table th.right{text-align:right}table td.right>div,table th.right>div{display:inline-block}table th.sortable{cursor:pointer}.inline-div{justify-content:flex-start}.inline-div,.loading{align-items:center;display:flex}.loading{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);bottom:0;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:50px;z-index:555555555555}.loading label{font-size:24px;font-weight:700}.loading:after{content:url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADZSURBVHhe7daxDYJQFEZhogWtoaEglO5hSJgCF3AAR7B1AGYgJiZY2zmEM1jpAM //XiVxABu950tOeJQ3D3hkwNcs1FZd/S4QG3yn7ipZdV3b9e/N1EbdlA/etm0axzHE8Et1UT540zQhhp6s1UOlqqrSMAxhhp+rvfJd77ou1K7n6qBSnuep7/tww59UKooi1ODGHnvf+bIsww1v/J2PuPPGvvb+zr9uY7Fz3o+6aB+8if/kRDvqPtlPzvm9DueoVq8lAAAAAAAAAAAAAAAAAAAAAAD4OVn2BIfjOsofa2LsAAAAAElFTkSuQmCC");display:block;height:64px;margin-top:20px;position:relative;width:64px}.loading:after,.rotate{animation:rotate 2s infinite;animation-timing-function:linear}.rotate{align-items:center;display:flex;justify-content:center}ul{list-style:none;margin:0;padding:0}:disabled{cursor:not-allowed}div:has(>table){overflow-x:auto;overflow-y:auto;width:100%}.columns{display:table;width:100%}.columns>div{display:table-row}.columns>div>*{display:table-cell;padding:5px;vertical-align:top}.columns>div>:first-child{font-weight:700}.columns>div>:not(:last-child){display:table-cell;padding-right:20px}.search .search-options{margin-left:20px;margin-top:5px}.search .search-options,.search .search-options>span{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.search .search-options>span>:first-child{margin-right:5px}.search .search-options>span:not(:last-child):after{color:#c9c9c9;content:"|";margin-left:10px;margin-right:10px}.markdown-preview{background-color:#dfdfdf;max-height:500px;overflow-y:auto;padding:5px 20px;width:100%}.react-select .react-select__menu .react-select__menu-list{max-height:150px}#top-bar{align-items:center;background-color:#424242;display:flex;flex-direction:row;height:50px;justify-content:flex-start;position:relative;width:100%;z-index:1000}#top-bar .logo-ipc{height:100%}#top-bar label{color:#dfdfdf;font-size:18px;font-weight:300;padding-left:10px}#main{display:flex;flex-direction:row;flex-grow:10;max-width:100%;overflow:hidden;position:relative;width:100%}#main #menu-left{background-color:#dfdfdf;bottom:0;box-shadow:0 7px 3px 3px #969696;left:0;overflow-y:auto;position:fixed;top:50px;z-index:500}#main #menu-left .menu ul{height:100%;list-style:none;margin:0;max-height:100%;overflow-y:auto;padding:0;position:relative;width:auto}#main #menu-left .menu ul .menu-item{cursor:pointer!important;display:flex;overflow:hidden;padding:10px;position:relative;text-align:left;white-space:nowrap;width:auto}#main #menu-left .menu ul .menu-item svg{display:block;height:18px;vertical-align:middle;width:18px}#main #menu-left .menu ul .menu-item label{display:none;flex-grow:10;margin-left:10px;overflow:hidden;vertical-align:middle;white-space:nowrap}#main #menu-left .menu ul .menu-item *{cursor:pointer!important;-webkit-user-select:none;user-select:none}#main #menu-left .menu ul .menu-item:hover{background-color:silver}#main #menu-left .menu ul .menu-item-selected{background-color:#00565d!important;color:#fff!important}#main #menu-left .menu.expanded .menu-item label{display:block;padding-right:5px;text-overflow:ellipsis;width:150px}#main #main-panel{align-items:flex-start;height:100%;justify-content:flex-start;margin-left:60px;margin-right:5px;max-height:100%;overflow:hidden;width:100%}#login-form,#main #main-panel{display:flex;flex-direction:column}#login-form{align-items:center;align-self:center;justify-content:center;padding:20px;width:400px}#login-form div{margin-bottom:5px}#login-form .div-password-lost{margin-top:50px}#login-form .div-password-lost .action-label{cursor:pointer;text-decoration:underline}#login-form .buttons{display:flex;flex-direction:row;gap:10px;margin-top:10px}.file-explorer{position:relative}.file-explorer .file-main{display:flex;flex-direction:column;height:100%}.file-explorer .file-upload-progress{align-items:center;display:flex;flex-direction:column;font-size:11px;justify-content:center;width:400px}.file-explorer .file-upload-progress progress{-webkit-appearance:none;appearance:none;height:20px;margin-top:10px}.file-explorer .file-upload-progress .bigger{font-size:18px}.file-explorer #file-explorer-main{align-items:flex-start;display:flex;flex-direction:row;flex-grow:10;justify-content:flex-start;overflow-y:hidden;width:100%}.file-explorer #file-explorer-main #file-explorer-folders-list{height:100%;max-height:100%;overflow-y:auto;padding-top:73px;width:250px}.file-explorer #file-explorer-main #file-explorer-folders-list .MuiTreeItem-label{font-family:Quicksand,sans-serif;font-size:13px}.file-explorer #file-explorer-main #file-explorer-folders-list .Mui-selected{background-color:#0000}.file-explorer #file-explorer-main #file-explorer-folders-list .Mui-selected .MuiTreeItem-label{font-weight:700}.file-explorer #file-explorer-main #file-explorer-files-list{border-left:2px solid #f3f3f3;display:flex;flex-direction:column;height:100%;max-height:100%;overflow-y:auto;padding-left:5px;padding-top:20px;position:relative;width:100%}.file-explorer #file-explorer-main #file-explorer-files-list #file-explorer-menu{display:flex;flex-direction:row}.file-explorer #file-explorer-main #file-explorer-files-list #file-explorer-files-list-main{flex-grow:10;position:relative}.file-explorer table{margin-top:10px}.file-explorer table tbody tr.directory-row .red,.file-explorer table tbody tr.file-row .red{color:#aa0524}.file-explorer table tbody tr.directory-row .td-directory,.file-explorer table tbody tr.file-row .td-directory{cursor:pointer}.file-explorer table tbody tr.directory-row .td-file a,.file-explorer table tbody tr.file-row .td-file a{color:#171717;cursor:pointer;text-decoration:none}.file-explorer .search-results{align-items:flex-start;display:flex;flex-direction:column;flex-grow:10;justify-content:flex-start;overflow-y:hidden;position:relative;width:100%}.file-explorer .search-results table{margin-top:10px}.file-explorer .tab-view-content{padding-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInOuter{0%{opacity:0}to{opacity:.8}}.dialog{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0;z-index:9999}.dialog .dialog-inner{animation:fadeIn .5s;background-color:#fff;border:1px solid #dfdfdf;border-radius:3px;box-shadow:0 0 4px 1px #707070;display:flex;flex-direction:column;height:80%;max-height:99%;max-width:99%;min-height:100px;min-width:100px;padding:10px;width:80%}.dialog .dialog-inner .dialog-title{color:#585858;display:flex;flex-direction:row;font-weight:700;margin-bottom:10px;width:100%}.dialog .dialog-inner .dialog-title :first-child{flex-grow:10}.dialog .dialog-inner .dialog-title .close-button{margin:0;padding:0;width:20px}.dialog .dialog-inner .dialog-content{flex-grow:10;margin-bottom:10px;margin-top:10px;overflow-y:auto;padding:10px;width:100%}.dialog .dialog-inner .dialog-buttons{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.dialog .dialog-inner .dialog-buttons>:not(:last-child){margin-right:5px}.tab-view{display:flex;flex-direction:column;height:100%;width:100%}.tab-view .tabs{align-items:flex-end;border-bottom:1px solid silver;display:flex;flex-direction:row;gap:2px;justify-content:baseline;padding:5px 5px 0;width:100%}.tab-view .tabs .tab{border-left:1px solid silver;border-radius:5px 5px 0 0;border-right:1px solid silver;border-top:1px solid silver;cursor:pointer;padding:5px 10px}.tab-view .tabs .tab.selected{box-shadow:1px -2px 3px 0 silver;cursor:default;padding-bottom:8px}.tab-view .tabs .tab.disabled{cursor:not-allowed;filter:opacity(.5)}.management,.tab-view .tab-view-content{flex-grow:10}.management{display:flex;flex-direction:column;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;padding-right:10px;width:100%}.management>.button-actions{margin-bottom:10px}.management>h1{margin-top:0}.management .search{margin-bottom:10px}.management .search .input-with-label{align-items:center;flex-direction:row;gap:5px}.management .search .input-with-label :first-child{margin-bottom:0;width:20px}.management .edit-object{min-width:680px}.management .edit-object .edit-object-form .row{margin:5px 0 10px}.management .edit-object .edit-object-form .row .buttons{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-end;margin-top:5px;width:100%}.management .form .row{margin:5px 0 10px}.management .buttons{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.management .buttons.right{justify-content:flex-end}.management .to-delete{text-decoration:line-through}.supertable .supertable-action{cursor:pointer}.supertable .supertable-header{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px;width:100%}.supertable .supertable-header .supertable-hidden-columns,.supertable .supertable-header .supertable-pages{align-items:center;display:flex;flex-direction:row;gap:10px}.supertable .supertable-header .supertable-hidden-columns{flex-grow:10;justify-content:flex-end}.supertable .supertable-header .supertable-hidden-columns .supertable-hidden-column{align-items:center;background-color:#333;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:5px;justify-content:center;padding:3px 10px}.supertable table{table-layout:auto;width:100%}.supertable table .center{text-align:center}.supertable table thead tr th{padding:5px 0 5px 5px;position:relative}.supertable table thead tr th .supertable-header-div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;position:relative;width:100%}.supertable table thead tr th .supertable-header-div>*{margin-right:5px}.supertable table thead tr th .supertable-header-div .supertable-sort.selected{color:red}.supertable table thead tr th .supertable-header-div>:first-child{flex-grow:10;position:relative}.supertable table thead tr th .supertable-header-div .supertable-column-separator{background-color:#0000;cursor:col-resize;height:100%;position:absolute;right:0;width:5px}.supertable table tbody tr:hover td{background-color:#999}.cgvs .cgv{margin-top:20px}.cgvs .cgv .cgv-title{display:flex;flex-direction:row;justify-content:flex-start}.cgvs .cgv .cgv-title .buttons{align-items:flex-end;margin-right:10px}.cgvs .cgv .cgv-title span:last-child{background-color:#000;border-radius:3px;color:#fff;flex-grow:10;font-size:18px;padding:5px}.cgvs .cgv .cgv-content{border-left:2px solid #000;font-size:11px;padding-left:10px}.cgvs .cgv .cgv-content h1{font-size:18px}.cgvs .cgv .cgv-content h2,.cgvs .cgv .cgv-content h3,.cgvs .cgv .cgv-content h4{font-size:13px}.cgvs .edit-object textarea{min-height:300px;min-width:700px;resize:both}.dhcp-link{gap:15px}.dhcp-link,.dhcp-link span{display:flex;flex-direction:row}.dhcp-link span{align-items:center;justify-content:center}.dhcp-link span :first-child{margin-right:5px}.import-csv h4{font-size:13px;margin:10px 0 0;padding:0}.import-csv div{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start;margin-top:5px}.import-csv div :last-child{flex-grow:10}.import-csv .error{background-color:#aa0524;color:#fff;margin:10px 0;padding:10px}.import-csv .file-preview{align-items:flex-start;flex-direction:column;justify-content:flex-start}.subscriptions .deliveree{align-items:center;display:flex;flex-direction:row;gap:5px}.subscriptions .subscription-actions{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;margin-bottom:10px}.subscriptions .subscription-actions>:last-child{flex-grow:10}.subscriptions .search .filters{gap:15px;margin-left:25px;margin-top:5px}.subscriptions .search .filters .inline .react-select{min-width:200px}.subscriptions .download-selector ul li{border-radius:3px;margin-bottom:10px;padding:10px}.subscriptions .download-selector ul li .inline>:first-child{display:inline-block;width:200px}.subscriptions .file-upload{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:space-between}.subscriptions .file-upload>:first-child{width:auto}.subscriptions .file-upload>:last-child{flex-grow:10;font-style:italic}.subscriptions .email-recipient{height:50px;resize:vertical}.subscriptions .email-content{height:150px;resize:vertical}.subscriptions .edit-subscription{height:100%}.subscriptions .edit-subscription textarea{height:100px}.tooltip{background-color:#fff;border-radius:2px;box-shadow:0 0 2px 0 #333;color:#6b006a;font-size:13px;padding:10px}.centrex .edit-object{min-width:600px;width:600px}.centrex .shortcuts{display:flex;flex-direction:row;gap:10px}.centrex .shortcuts a{color:inherit;cursor:pointer;text-decoration:none}.centrex .shortcuts span:not(:last-child){display:inline-block}.centrex .baremetals{padding:20px 0 0}.centrex .baremetals .baremetal-tr a{align-items:center;color:inherit;cursor:pointer;display:flex;flex-direction:row;gap:5px;text-decoration:none}.centrex .baremetals .baremetal{background-color:#f3f3f3;border-bottom:5px solid #c9c9c9;margin-bottom:20px}.centrex .baremetals .baremetal .header{background-color:#c9c9c9;padding:10px}.centrex .baremetals .baremetal .header .server-info{align-items:baseline;display:flex;flex-direction:row;gap:20px;justify-content:flex-start}.centrex .baremetals .baremetal .header .server-info h2{margin:0 5px 0 0}.centrex .baremetals .baremetal .header .description{display:block;font-size:13px;margin-bottom:10px;margin-top:10px}.centrex .baremetals .baremetal .header .buttons{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.centrex .baremetals .baremetal .vms table{margin-top:0}.centrex .baremetals .baremetal .expand-info{font-style:italic;padding:5px 0}.centrex .baremetals .baremetal.no-bottom-border{border-bottom:0;margin-bottom:0}.tasklist{box-shadow:0 0 10px 2px #fff;display:flex;flex-direction:column;min-height:80px;width:100%}.tasklist hr{border-top:3px solid #c9c9c9;color:#0000;cursor:ns-resize;margin:0}.tasklist .tasks{flex-grow:10;margin-top:5px}.tasklist table{table-layout:fixed}.tasklist table thead>tr th:first-child{width:180px}.tasklist table thead>tr th:nth-child(2){width:50px}.tasklist table thead>tr th:nth-child(3){width:400px}.tasklist table td.center>*{align-items:center;display:flex;justify-content:center}.portscan{height:100%}.portscan h3{margin:0 0 10px;padding:0}.portscan small{background-color:#aa0524;color:#fff;display:block;margin-bottom:10px;padding:10px}.portscan .portscan-form{margin-bottom:20px}.portscan .portscan-contents{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:flex-start}.portscan .portscan-contents>ul:first-child{border-right:1px solid silver;height:100%;min-width:300px}.portscan .portscan-contents>ul:first-child li{text-wrap:nowrap;align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:space-between;margin-right:10px;overflow-x:hidden;padding:5px}.portscan .portscan-contents>ul:first-child li:hover{background-color:#f3f3f3}.portscan .portscan-contents>ul:first-child li.selected{background-color:#00565d;color:#fff}.portscan .portscan-contents>:nth-child(2){padding:0 10px}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;margin-bottom:10px}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value>:first-child{font-weight:700;width:150px}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value>:first-child:after{content:" :"}.email-templates .email-template-content{height:250px;resize:vertical}.email-templates .email-variables small{display:block;padding:5px 0}.tickets-management .filters{gap:15px;margin-left:25px;margin-top:5px}.tickets-management .div-table{flex-grow:10}.tickets-management textarea{min-height:50px;resize:vertical}.tickets-management h3{margin:0 0 10px;padding:0}.tickets-management .comments-div{display:flex;flex-direction:column;height:100%;padding:0 10px}.tickets-management .comments-div ul{height:100%;margin-bottom:20px;margin-top:10px;overflow:hidden;position:relative}.tickets-management .comments-div ul li{display:flex;flex-direction:column;margin:0;position:relative}.tickets-management .comments-div ul li .comment:before{background-color:#dfdfdf;border-radius:100%;content:"";height:12px;left:0;position:absolute;top:7px;width:12px}.tickets-management .comments-div ul li .comment{border-left:2px solid #dfdfdf;margin-left:5px;padding:5px 10px 15px}.tickets-management .comments-div ul li .comment h4{margin:0 0 3px;padding:0}.tickets-management .comments-div ul li .comment .comment-content p{margin:0 0 2px}.tickets-management .comments-div .comment-editor{height:50px;max-height:100px}.tickets-management .edit-object{height:100%}.tickets-management .edit-object-form{display:flex;flex-direction:column;height:100%}.tickets-management .edit-object-form .max-height{flex-grow:10}.tickets-management .edit-object-form .max-height textarea{height:100%}
/*# sourceMappingURL=main.9d9e008f.css.map*/