@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";@import "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 "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";:root{--text:#171717;--text-grey:#313131;--white:#fff;--black0:#000;--black1:#171717;--black2:#333;--grey0:#f8f8f8;--grey1:#f3f3f3;--grey2:#dfdfdf;--grey3:#c9c9c9;--grey4:silver;--grey5:#969696;--grey6:#707070;--grey7:#585858;--grey8:#424242;--red:#aa0524;--red-light:#dc062e;--green:#006f00;--blue:#00565d;--yellow:#ffbf00;--orange:#c64900;--violet:#6b006a;--initial-font-size:13px;--font-family:"Roboto", "Quicksand", sans-serif;--font-normal:1rem;--font-small:.9rem;--font-smaller:.8rem;--font-extra-small:.7rem;--font-big:1.2rem}@keyframes shake{10%{transform:translate(-1px)}20%{transform:translate(2px)}30%{transform:translate(-4px)}40%{transform:translate(4px)}50%{transform:translate(-4px)}60%{transform:translate(4px)}70%{transform:translate(-4px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInOuter{0%{opacity:0}to{opacity:.8}}@keyframes slideToRight{0%{left:-30%}30%{left:130%}to{left:130%}}.shine-effect{position:relative;overflow:hidden}.shine-effect:after{content:"";opacity:1;background:linear-gradient(to right, var(--grey2) 10%, var(--grey3) 30%);opacity:.3;width:20px;height:200%;box-shadow:0px 0px 4px 0px var(--white);animation:7s ease-out infinite slideToRight;position:absolute;top:-30%;left:0%;transform:rotate(-30deg)}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}html{font-size:var(--initial-font-size);font-family:var(--font-family)}html,body,#root{width:100%;height:100%;overflow:hidden}code,.code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.noWrap{white-space:nowrap;overflow-x:auto}p{margin:0 0 5px}hr{width:100%;color:var(--grey1);margin:0;padding:0}.centrex .shortcuts{flex-direction:row;gap:10px;display:flex}.centrex .shortcuts a{cursor:pointer;color:inherit;text-decoration:none}.centrex .shortcuts span:not(:last-child){display:inline-block}.centrex .baremetals{padding:20px 0 0}.centrex .baremetals .baremetal-tr a{color:inherit;cursor:pointer;flex-direction:row;align-items:center;gap:5px;text-decoration:none;display:flex}.centrex .baremetals .baremetal{border-bottom:5px solid var(--grey3);background-color:var(--grey1);margin-bottom:20px}.centrex .baremetals .baremetal .header{background-color:var(--grey3);padding:10px}.centrex .baremetals .baremetal .header .server-info{flex-direction:row;justify-content:flex-start;align-items:baseline;gap:20px;display:flex}.centrex .baremetals .baremetal .header .server-info h2{margin:0 5px 0 0}.centrex .baremetals .baremetal .header .description{font-size:var(--font-normal);margin-top:10px;margin-bottom:10px;display:block}.centrex .baremetals .baremetal .header .buttons{flex-direction:row;justify-content:flex-start;align-items:baseline;display:flex}.centrex .baremetals .baremetal .vms table{margin-top:0}.centrex .baremetals .baremetal .expand-info{padding:5px 0;font-style:italic}.centrex .baremetals .baremetal.no-bottom-border{border-bottom:0;margin-bottom:0}.cgvs .cgv{margin-top:20px}.cgvs .cgv .cgv-title{flex-direction:row;justify-content:flex-start;display:flex}.cgvs .cgv .cgv-title .buttons{align-items:flex-end;margin-right:10px}.cgvs .cgv .cgv-title span:last-child{background-color:var(--grey8);color:var(--white);font-size:var(--font-big);border-radius:3px;flex-grow:10;padding:5px}.cgvs .cgv .cgv-content{font-size:var(--font-smaller);border-left:2px solid var(--black0);padding-left:10px}.cgvs .cgv .cgv-content h1{font-size:var(--font-big)}.cgvs .cgv .cgv-content h2,.cgvs .cgv .cgv-content h3,.cgvs .cgv .cgv-content h4{font-size:var(--font-normal)}.edit-cgv,.edit-cgv .edit-object-form{height:100%}.edit-cgv .edit-object-form .row:last-child{flex-grow:10}.edit-cgv .edit-object-form .row:last-child textarea{flex-grow:10;width:100%}.cloudx .supertable{flex-grow:10}.dhcp-link{flex-direction:row;gap:15px;display:flex}.dhcp-link span{flex-direction:row;justify-content:center;align-items:center;display:flex}.dhcp-link span :first-child{margin-right:5px}.dialog{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dialog .dialog-inner{background-color:var(--white);border:1px solid var(--grey2);min-width:100px;max-width:99%;min-height:100px;max-height:99%;box-shadow:0px 0px 4px 1px var(--grey6);border-radius:3px;flex-direction:column;padding:10px;animation:.5s fadeIn;display:flex}.dialog .dialog-inner .dialog-title{width:100%;color:var(--grey7);flex-direction:row;margin-bottom:10px;font-weight:700;display:flex}.dialog .dialog-inner .dialog-title :first-child{flex-grow:10}.dialog .dialog-inner .dialog-title .close-button{width:20px;margin:0;padding:0}.dialog .dialog-inner .dialog-content{flex-grow:10;width:100%;padding:10px;overflow-y:auto}.dialog .dialog-inner .dialog-content>:only-child{height:100%}.dialog .dialog-inner .dialog-buttons{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}.dialog .dialog-inner .dialog-buttons>:not(:last-child){margin-right:5px}.eligibilite{flex-direction:column;display:flex;overflow:hidden}.eligibilite .form{margin-bottom:10px}.eligibilite .form .inline div:first-child{width:300px}.eligibilite .filter{flex-direction:row;display:flex}.eligibilite .status{border-radius:100%;width:10px;height:10px;display:inline-block}.eligibilite .eligibility-results{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;height:100%;display:flex;position:relative}.eligibilite .eligibility-results .table{z-index:500;background-color:var(--white);width:auto;min-width:200px;box-shadow:0px 0px 3px 1px var(--black0);padding:0 10px;position:absolute;top:20px;bottom:100px;right:10px;overflow:hidden auto}.eligibilite .eligibility-results .map{z-index:400;width:100%;height:100%;position:relative}.eligibilite .eligibility-results .immeuble-info:before{content:"";border-left:5px solid var(--black0);border-top:5px solid var(--black0);width:20px;height:20px;position:absolute;top:0;left:0}.eligibilite .eligibility-results .immeuble-info{z-index:499;background-color:var(--white);width:400px;box-shadow:0px 0px 2px 1px var(--grey3);border-radius:2px;padding:10px;position:absolute}.eligibilite .eligibility-results .immeuble-info .buttons{flex-direction:row;justify-content:center;align-items:center;margin-top:10px;display:flex}.eligibilite .eligibility-results .immeuble-info .disclaimer{font-size:var(--font-smaller);margin:10px 0}.eligibilite .eligibility-results .immeuble-info .info{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:5px;display:flex}.eligibilite .eligibility-results .immeuble-info .info>label:first-child{justify-content:flex-start;align-items:center;width:150px;font-weight:700;display:flex}.eligibilite .eligibility-results .immeuble-info .info>label:last-child{justify-content:center;align-items:center;gap:5px;display:flex}.email-templates .email-template-content{resize:vertical;height:250px}.email-variables{flex-direction:row;justify-content:flex-end;align-items:center;gap:5px;width:100%;margin-top:5px;display:flex}.email-variables>div{cursor:pointer;background-color:var(--green);color:var(--white);border-radius:3px;padding:2px 10px}.file-explorer{position:relative}.file-explorer .tab-view{height:100%}.file-explorer .file-main{flex-direction:column;height:100%;display:flex}.file-explorer .file-upload-progress{width:400px;font-size:var(--font-smaller);flex-direction:column;justify-content:center;align-items:center;display:flex}.file-explorer .file-upload-progress progress{appearance:none;height:20px;margin-top:10px}.file-explorer .file-upload-progress .bigger{font-size:var(--font-big)}.file-explorer #file-explorer-main{flex-direction:row;flex-grow:10;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;overflow-y:hidden}.file-explorer #file-explorer-main #file-explorer-folders-list{width:250px;height:100%;max-height:100%;padding-top:73px;overflow-y:auto}.file-explorer #file-explorer-main #file-explorer-folders-list .MuiTreeItem-label{font-size:var(--font-normal);font-family:Quicksand,sans-serif}.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 var(--grey1);flex-direction:column;width:100%;height:100%;max-height:100%;padding-top:20px;padding-left:5px;display:flex;position:relative;overflow-y:auto}.file-explorer #file-explorer-main #file-explorer-files-list #file-explorer-menu{flex-direction:row;display:flex}.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:var(--red)}.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:var(--text);cursor:pointer;text-decoration:none}.file-explorer .search-results{flex-direction:column;flex-grow:10;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative;overflow-y:hidden}.file-explorer .search-results table{margin-top:10px}.file-explorer .tab-view-content{padding-top:10px}.help-panel{background-color:var(--grey2);height:100%;box-shadow:0px -7px 3px 3px var(--grey3);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5px;display:flex;position:fixed;right:0;overflow-y:hidden}.help-panel .help-top-menu{flex-direction:row;justify-content:center;align-items:flex-start;width:100%;margin-bottom:10px;display:flex}.help-panel .help-content{flex-grow:10;overflow-y:auto}.help-panel.isopen{width:350px;min-width:350px;max-width:350px}.help-panel.isopen .help-top-menu{justify-content:flex-end;width:100%}.import-csv h4{font-size:var(--font-normal);margin:10px 0 0;padding:0}.import-csv div{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;margin-top:5px;display:flex}.import-csv div :last-child{flex-grow:10}.import-csv .error{background-color:var(--red);color:var(--white);margin:10px 0;padding:10px}.import-csv .file-preview{flex-direction:column;justify-content:flex-start;align-items:flex-start}#login-form{flex-direction:column;justify-content:center;align-self:center;align-items:center;width:400px;padding:20px;display:flex}#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 .input-with-label{width:100%}#login-form .buttons{flex-direction:row;gap:10px;margin-top:10px;display:flex}#top-bar{background-color:var(--grey8);z-index:1000;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 5px;display:flex;position:relative}#top-bar .logo-ipc{height:100%}#top-bar .mini-webinars{cursor:pointer;color:var(--white);flex-direction:row;align-items:center;gap:5px;display:flex}#top-bar .mini-webinars .webinar-mini{border-radius:3px;flex-direction:column;gap:5px;min-width:250px;max-width:250px;padding:5px;display:flex}#top-bar .mini-webinars .webinar-mini .title{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}#top-bar .mini-webinars .webinar-mini .date{color:var(--white);font-size:smaller}#top-bar .mini-webinars .webinar-mini .type{font-size:smaller}#top-bar .mini-webinars .webinar-mini.webinarClassic{background-color:var(--blue)}#top-bar .mini-webinars .webinar-mini.webinarOpenCoffee{background-color:var(--red)}#top-bar .mini-webinars .webinar-mini.webinarTechnical{background-color:var(--green)}#top-bar .mini-webinars .webinar-mini.webinarSales{background-color:var(--orange)}#top-bar .mini-webinars .webinar-mini.registered:before{content:"✓";background-color:var(--white);width:24px;height:24px;color:var(--green);border-radius:100%;flex-direction:row;justify-content:center;align-items:center;margin:3px;font-size:16px;font-weight:700;display:flex;position:absolute;bottom:0;right:0}#main{flex-direction:row;flex-grow:10;width:100%;max-width:100%;display:flex;position:relative;overflow:hidden}#main #menu-left{box-shadow:0px 7px 3px 3px var(--grey5);z-index:500;background-color:#dfdfdf;width:220px;overflow-y:auto}#main #menu-left .welcome{color:var(--black0);text-align:center;padding:10px;font-weight:300}#main #menu-left .menu .menu-group{flex-direction:column;margin-bottom:5px;display:flex}#main #menu-left .menu .menu-group .menu-group-name{min-height:10px;font-size:12px;font-weight:700}#main #menu-left .menu .menu-group .menu-group-name>div{background-color:var(--grey8);color:var(--white);padding:10px}#main #menu-left .menu .menu-group ul{width:auto;height:100%;max-height:100%;margin:0;padding:0;list-style:none;position:relative;overflow-y:auto}#main #menu-left .menu .menu-group ul .menu-item{text-align:left;white-space:nowrap;align-items:center;padding:5px 10px;display:flex;position:relative;overflow:hidden;cursor:pointer!important}#main #menu-left .menu .menu-group ul .menu-item svg{width:18px;height:18px;display:block}#main #menu-left .menu .menu-group ul .menu-item label{white-space:nowrap;text-overflow:ellipsis;flex-grow:10;margin-left:10px;overflow:hidden}#main #menu-left .menu .menu-group ul .menu-item *{-webkit-user-select:none;user-select:none;cursor:pointer!important}#main #menu-left .menu .menu-group ul .menu-item:hover{background-color:var(--grey4)}#main #menu-left .menu .menu-group ul .menu-item-selected{background-color:var(--blue)!important;color:var(--white)!important}#main #main-panel{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;max-height:100%;margin-right:5px;padding-left:10px;display:flex;overflow:hidden}.management{flex-direction:column;flex-grow:10;width:100%;max-width:100%;height:100%;padding-right:10px;display:flex;overflow:auto}.management>.button-actions{margin-bottom:10px}.management>h1{margin-top:0}.management .search{margin-bottom:10px}.management .search .input-with-label{flex-direction:row;align-items:center;gap:5px}.management .search .input-with-label :first-child{width:20px;margin-bottom:0}.management .form .row{margin:5px 0 10px}.management .to-delete{text-decoration:line-through}.mikrotik-link{flex-direction:row;gap:15px;display:flex}.mikrotik-link span{flex-direction:row;justify-content:center;align-items:center;display:flex}.mikrotik-link span :first-child{margin-right:5px}.mikrotik-question{cursor:pointer;color:var(--red);flex-direction:row;gap:10px;margin:10px 0;display:flex}ol li{margin:5px 0}.portscan{height:100%}.portscan h3{margin:0 0 10px;padding:0}.portscan .portscan-form{margin-bottom:20px}.portscan .portscan-contents{flex-direction:row;justify-content:flex-start;align-items:flex-start;height:100%;display:flex}.portscan .portscan-contents>ul:first-child{border-right:1px solid var(--grey4);min-width:300px;height:100%}.portscan .portscan-contents>ul:first-child li{text-wrap:nowrap;cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-right:10px;padding:5px;display:flex;overflow-x:hidden}.portscan .portscan-contents>ul:first-child li:hover{background-color:var(--grey1)}.portscan .portscan-contents>ul:first-child li.selected{background-color:var(--blue);color:var(--white)}.portscan .portscan-contents>:nth-child(2){padding:0 10px}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px;display:flex}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value>:first-child{width:150px;font-weight:700}.portscan .portscan-contents>:nth-child(2) .portscan-result .result-value>:first-child:after{content:" :"}.react-select{appearance:none;border-radius:inherit;outline:none;position:relative;min-height:28px!important;padding:0!important}.react-select .react-select__menu{z-index:500}.react-select .react-select__control{width:100%;box-shadow:none;background-color:#0000;border:0;min-height:28px!important}.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:var(--grey8)}.react-select .react-select__control .react-select__value-container .react-select__multi-value .react-select__multi-value__label{color:var(--white)}.react-select .react-select__control .react-select__indicator-separator{display:none}.react-select .react-select__control .react-select__indicator{color:inherit;width:16px;padding:0 3px 0 0}.react-select .react-select__control:hover{border-color:red}.rma-management .rma-alert{background-color:var(--red);color:var(--white);font-size:var(--font-normal);border-radius:2px;margin:10px 0;padding:10px}.search .filters{gap:15px;margin-top:5px;margin-left:25px}.search .filters .inline .react-select{min-width:200px}.subscriptions .deliveree{flex-direction:row;align-items:center;gap:5px;display:flex}.subscriptions .subscription-actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px;display:flex}.subscriptions .subscription-actions>:last-child{flex-grow:10}.subscriptions .download-selector ul li{border-radius:3px;margin-bottom:10px;padding:10px}.subscriptions .download-selector ul li .inline>:first-child{width:200px;display:inline-block}.subscriptions .file-upload{flex-direction:row;justify-content:space-between;align-items:center;gap:5px;display:flex}.subscriptions .file-upload>:first-child{width:auto}.subscriptions .file-upload>:last-child{flex-grow:10;font-style:italic}.subscriptions .email-recipient{resize:vertical;height:50px}.subscriptions .email-content{resize:vertical;height:150px}.customer-details{color:var(--grey6);border-spacing:5px;border-left:2px solid var(--grey3);margin:5px 0;display:table}.customer-details div{display:table-row}.customer-details div span{display:table-cell}.customer-details div span:first-child{border-right:10px solid #0000;font-weight:700}*,:before,:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--black0) var(--white)}::-webkit-scrollbar{background-color:var(--grey5);width:5px}::-webkit-scrollbar-thumb{background-color:var(--black2)}input:not([type=checkbox]),textarea,select,.react-select{appearance:none;font-size:var(--font-normal);background-color:var(--grey2);border:1px solid #0000;border-radius:3px;padding:5px 10px}input[type=range]{appearance:auto}textarea{resize:none}textarea.can-resize{resize:both}textarea.can-resize-vertical{resize:vertical}textarea.can-resize-horizontal{resize:horizontal}select,.react-select{appearance:auto}select .select-option-colored{border-left:5px solid var(--black0)}.checkbox{flex-direction:row;align-items:center;gap:5px;display:flex}input[type=checkbox]{accent-color:var(--text-grey);margin:5px 0}input:not([type=checkbox]):hover,select:hover,.react-select:hover{background-color:var(--white);border:1px solid var(--grey2)}button:not(:disabled):active{background-color:var(--grey6);color:var(--grey0)}button{background-color:var(--blue);color:var(--white);font-size:var(--font-normal);border:1px solid var(--blue);flex-direction:row;align-items:center;gap:5px;padding:2px;display:flex}button:has(svg:only-child){font-size:var(--font-small);padding:3px}:not(button).success{color:var(--green)}:not(button).warning{color:var(--orange)}:not(button).danger{color:var(--red)}button.success{border:1px solid var(--green);background-color:var(--green);color:var(--white)}button.warning{border:1px solid var(--orange);background-color:var(--orange);color:var(--white)}button.danger{border:1px solid var(--red);background-color:var(--red);color:var(--white)}button:hover{border:1px solid var(--blue);background-color:var(--white)!important;color:var(--blue)!important}button:active{background-color:var(--black2)!important;color:var(--white)!important}button.success:hover{border:1px solid var(--green);background-color:var(--white)!important;color:var(--green)!important}button.warning:hover{border:1px solid var(--orange);background-color:var(--white)!important;color:var(--orange)!important}button.danger:hover{border:1px solid var(--red);background-color:var(--white)!important;color:var(--red)!important}button:disabled{filter:grayscale();opacity:.2!important}.button-actions{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.button-actions :not(:first-child){margin-left:5px}.inline{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;display:flex}textarea:focus,input:not([type=checkbox]):focus{background-color:var(--white);border:1px solid var(--grey2);outline:none}.input-with-label{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;display:flex}.input-with-label>:first-child{font-size:var(--font-normal);color:var(--text-grey);flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.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>input:not([type=checkbox]),.input-with-label>textarea,.input-with-label>select,.input-with-label>.react-select{width:100%;margin:0}.input-with-label textarea:focus,.input-with-label input:not([type=checkbox]):focus{box-shadow:none;background-color:#0000;outline:none}.input-with-label input:not([type=checkbox]):hover{background-color:#0000}.input-with-label.inline{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px}.input-with-label.inline>:first-child{white-space:nowrap;width:fit-content}.input-with-button{flex-direction:row;width:100%;display:flex}.input-with-button>:first-child{flex-grow:10}.clickable{cursor:pointer;color:var(--blue);text-decoration:underline}body{background-image:url(/assets/background-DR-ZLcFk.jpg);background-position:50%;background-size:cover}.App{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.App .messages{z-index:2147483647;flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0}.App .messages .message.closing{animation:.5s linear forwards fadeOut}.App .messages .message:not(:last-child){border-bottom:1px solid var(--grey6)}.App .messages .message{animation:.8s linear forwards shake}.App .messages .message>div{font-size:var(--font-big);justify-content:center;align-items:center;padding:10px;display:flex}.App .messages .message .info{background-color:var(--blue);color:var(--white)}.App .messages .message .error{background-color:var(--red);color:var(--white)}.App .messages .message .success{background-color:var(--green);color:var(--white)}small{background-color:var(--grey2);width:100%;color:var(--black0);margin-bottom:10px;padding:10px;display:block}small.success{background-color:var(--green);color:var(--white)}small.info{background-color:var(--blue);color:var(--white)}small.danger{background-color:var(--red);color:var(--white)}.small{font-size:var(--font-smaller)}.xsmall{font-size:var(--font-extra-small)}.error-box{background-color:var(--red-light);color:var(--grey0);backface-visibility:hidden;perspective:1000px;margin:10px 0;padding:20px;animation:.82s cubic-bezier(.36,.07,.19,.97) both shake;transform:translate(0,0)}.error-box:before{content:"😖";background-color:var(--red-light);color:var(--grey0);padding-right:5px}.info-box{background-color:var(--blue);color:var(--grey0);backface-visibility:hidden;perspective:1000px;margin:10px 0;padding:20px;animation:.82s cubic-bezier(.36,.07,.19,.97) both shake;transform:translate(0,0)}.info-box:before{content:"👉";background-color:var(--blue);color:var(--grey0);padding-right:5px}input[type=number]{text-align:right;padding-right:1px}table{border-collapse:collapse;table-layout:auto;border:0;width:100%;max-width:100%}table input[type=checkbox]{margin:0}table tr{border:0}table td,table th{font-optical-sizing:auto;text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:2px 5px;font-family:Roboto Mono,Source Code Pro,Arial;font-style:normal;font-weight:360;overflow:hidden}table td{cursor:default;border:1px solid #efefef;border-right:1px solid var(--grey2)}table td input:not([type=checkbox]),table td textarea,table td select{width:100%;margin:0}table td:last-child{border-right:0}table th{text-align:left;background-color:var(--grey3);color:var(--black0);border-right:1px solid var(--grey0);cursor:default;padding:5px;font-weight:400;position:sticky;top:0}table th:last-child{border-right:0}table td.center,table th.center{text-align:center}table td.right,table th.right{text-align:right}table th.sortable{cursor:pointer}.inline-div{justify-content:flex-start;align-items:center;display:flex}.loading{z-index:2147483647;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:70px 0 0}.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");width:64px;height:64px;margin-top:20px;animation:2s linear infinite rotate;display:block;position:relative}.rotate{justify-content:center;align-items:center;animation:2s linear infinite rotate;display:flex}ul{margin:0;padding:0;list-style:none}ul.list{margin:5px;padding:5px;list-style:outside}:disabled{cursor:not-allowed}.columns{width:100%;display:table}.columns>div{display:table-row}.columns>div>*{vertical-align:top;padding:5px;display:table-cell}.columns>div>:first-child{font-weight:700}.columns>div>:not(:last-child){padding-right:20px;display:table-cell}.search .search-options{flex-direction:row;justify-content:flex-start;align-items:center;margin-top:5px;margin-left:20px;display:flex}.search .search-options>span{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.search .search-options>span>:first-child{margin-right:5px}.search .search-options>span:not(:last-child):after{content:"|";color:var(--grey3);margin-left:10px;margin-right:10px}.markdown-preview{background-color:var(--grey2);width:100%;max-height:500px;padding:5px 20px;overflow-y:auto}.react-select .react-select__menu .react-select__menu-list{max-height:150px}.edit-object{min-width:680px}.edit-object>:only-child{height:100%}.edit-object .edit-object-form{flex-direction:column;width:100%;display:flex}.edit-object .edit-object-form .row{margin:5px 0 10px}.edit-object .edit-object-form .row .buttons{flex-direction:row;justify-content:flex-end;align-items:center;gap:5px;width:100%;margin-top:5px;display:flex}.buttons{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;display:flex}.mass-edit h4{margin:0 0 10px}.mass-edit{margin-bottom:10px}.pricelist-editor .buttons.right{justify-content:flex-end;margin-top:5px}.pricelist-editor .buttons{margin-bottom:10px}.warn-notification{background-color:var(--orange);color:var(--white);border-radius:2px;width:100%;margin:5px 0}.warn-notification>div{margin:5px 10px}.success-notification{background-color:var(--green);color:var(--white);border-radius:2px;width:100%;margin:5px 0}.success-notification>div{margin:5px 10px}.max-height{flex-grow:10}.max-height textarea{height:100%}.badges{flex-direction:row;gap:10px;display:flex}.badges>div{background-color:var(--blue);color:var(--white);border-radius:3px;padding:2px 5px}.tab-view{flex-direction:column;display:flex}.tab-view .tabs{justify-content:baseline;border-bottom:1px solid var(--grey4);flex-direction:row;align-items:flex-end;gap:2px;width:100%;padding:5px 5px 0;display:flex}.tab-view .tabs .tab{cursor:pointer;border-top:1px solid var(--grey4);border-left:1px solid var(--grey4);border-right:1px solid var(--grey4);border-radius:5px 5px 0 0;padding:5px 10px}.tab-view .tabs .tab.selected{cursor:default;box-shadow:1px -2px 3px 0px var(--grey4);padding-bottom:8px}.tab-view .tabs .tab.disabled{cursor:not-allowed;filter:opacity(.5)}.tab-view .tab-view-content{flex-grow:10}.tab-view .tab-view-content>:only-child{height:100%}.tasklist{width:100%;min-height:80px;box-shadow:0px 0px 10px 2px var(--white);flex-direction:column;display:flex}.tasklist hr{color:#0000;border-top:3px solid var(--grey3);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>*{justify-content:center;align-items:center;display:flex}.tickets-management .filters{gap:15px;margin-top:5px;margin-left:25px}.tickets-management .div-table{flex-grow:10}.tickets-management textarea{resize:vertical;min-height:50px}.tickets-management h3{margin:0 0 10px;padding:0}.edit-ticket .comments-div{flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:0 10px;display:flex}.edit-ticket .comments-div ul{flex-grow:10;width:100%;margin-top:10px;margin-bottom:20px;position:relative;overflow:hidden}.edit-ticket .comments-div ul li{flex-direction:column;margin:0;display:flex;position:relative}.edit-ticket .comments-div ul li .comment:before{content:"";background-color:var(--grey2);border-radius:100%;width:12px;height:12px;position:absolute;top:7px;left:0}.edit-ticket .comments-div ul li .comment{border-left:2px solid var(--grey2);margin-left:5px;padding:5px 10px 15px}.edit-ticket .comments-div ul li .comment h4{margin:0 0 3px;padding:0}.edit-ticket .comments-div ul li .comment .comment-content p{margin:0 0 2px}.edit-ticket .comments-div .comment-editor{resize:vertical;height:100px}.edit-ticket .similar-tickets{width:100%;color:var(--grey7);margin:0 10px}.edit-ticket .similar-tickets h5{margin:5px 0}.edit-ticket .similar-tickets ul{width:100%;max-height:110px;overflow-y:auto}.edit-ticket .similar-tickets ul li{margin:5px}.edit-ticket .similar-tickets ul li:hover{cursor:pointer;text-decoration:underline}.ticket-edit-content{flex-direction:column;height:100%;display:flex}.ticket-edit-content>div:first-child{flex-grow:10}.tooltip{background-color:var(--white);color:var(--violet);box-shadow:0px 0px 2px 0px var(--black2);font-size:var(--font-normal);border-radius:2px;padding:10px}.voipaas{position:relative}.voipaas .summary table{width:auto}.voipaas .progress{flex-direction:row;gap:20px;padding:10px 0;display:flex;position:sticky;left:0;right:0}.voipaas .progress .background{opacity:.3;background:url(/assets/runback-DOT_22Y1.png);height:70px;position:absolute;bottom:20px;left:0;right:0}.voipaas .progress .bar{flex-grow:10;position:relative}.voipaas .progress .bar progress{width:100%}.voipaas .progress .bar .runner{width:64px;position:absolute;bottom:7px}.voipaas .hints{margin:0}.voipaas .cols{flex-direction:row;flex-grow:10;gap:30px;margin-bottom:75px;display:flex;overflow-y:auto}.voipaas .cols .form{flex-direction:column;width:50%;min-width:480px;display:flex}.voipaas .cols .form .step{box-sizing:border-box;background-color:#33333305;padding:10px}.voipaas .cols .form .step>*{margin-bottom:10px}.voipaas .cols .form .step .question{font-weight:700}.voipaas .cols .form .step .answer{flex-direction:row;align-items:center;gap:10px;width:100%;display:flex}.voipaas .cols .form .step .answer input[type=number]{width:100px}.voipaas .cols .form .step .answer>label:first-child{min-width:150px}.voipaas .cols .form .step.selected{box-shadow:0px 0px 5px 1px var(--blue);margin-left:20px}.voipaas .cols .form .nextstep{align-self:flex-end}.voipaas .cols .resultsParent{flex-grow:10;margin-right:10px}.voipaas .cols .resultsParent .options{flex-direction:column;align-items:center;display:flex}.voipaas .cols .resultsParent .results{flex-direction:column;justify-content:center;gap:20px;display:flex}.voipaas .cols .resultsParent .results .offer.best-offer{box-shadow:0px 0px 10px 2px var(--green)}.voipaas .cols .resultsParent .results .offer.best-offer h1{background-color:var(--green)}.voipaas .cols .resultsParent .results .offer.best-offer .price-block{font-size:36px}.voipaas .cols .resultsParent .results .offers{flex-direction:row;justify-content:center;gap:20px;display:flex}.voipaas .cols .resultsParent .results .offers .offer{border:1px solid #333;flex-direction:column;justify-content:flex-start;align-items:center;width:350px;margin-top:10px;padding-bottom:10px;display:flex}.voipaas .cols .resultsParent .results .offers .offer h1{text-align:center;color:#fff;background-color:#333;width:100%;margin:0;padding:0}.voipaas .cols .resultsParent .results .offers .offer .price-block{margin:20px 0;font-size:24px;font-weight:700}.voipaas .cols .resultsParent .results .offers .offer .details{text-align:center;width:100%;margin-top:10px}.voipaas .cols .resultsParent .results .offers .offer .details .row .label{background-color:var(--grey7);color:#fff;width:100%;padding:5px 0;font-weight:700;display:inline-block}.voipaas .cols .resultsParent .results .offers .offer .details .row .value{margin:10px 0;font-size:16px}.webinarlist{flex-flow:wrap;gap:10px;margin-bottom:50px;display:flex}.webinarlist .webinar{box-sizing:border-box;border:1px solid var(--grey3);width:450px;box-shadow:2px 2px 2px 0px var(--grey3);flex-direction:column;display:flex;overflow:hidden}.webinarlist .webinar>div{padding:5px 0 5px 5px}.webinarlist .webinar .description{flex-grow:10}.webinarlist .webinar .dateduration{justify-content:space-between;padding:5px 0 5px 5px;font-weight:700;display:flex}.webinarlist .webinar .dateduration .webinarClassic{background-color:var(--blue);width:auto;color:var(--white);border-radius:3px;padding:5px;display:inline-block}.webinarlist .webinar .dateduration .webinarOpenCoffee{background-color:var(--red);width:auto;color:var(--white);border-radius:3px;padding:5px;display:inline-block}.webinarlist .webinar .dateduration .webinarTechnical{background-color:var(--green);width:auto;color:var(--white);border-radius:3px;padding:5px;display:inline-block}.webinarlist .webinar .dateduration .webinarSales{background-color:var(--orange);width:auto;color:var(--white);border-radius:3px;padding:5px;display:inline-block}.webinarlist .webinar .title{padding:0 5px}.webinarlist .webinar .actions{flex-direction:row;align-items:center;gap:10px;display:flex}.webinarlist .webinar h1,.webinarlist .webinar h2,.webinarlist .webinar h3,.webinarlist .webinar h4,.webinarlist .webinar h5,.webinarlist .webinar h6{margin:0;padding:0 0 5px}.webinarlist .webinar h1{font-size:var(--font-big);padding-top:5px}.webinarlist .webinar h2{font-size:var(--font-normal);font-size:var(--font-small)}.webinarlist .webinar h3,.webinarlist .webinar h4,.webinarlist .webinar h5,.webinarlist .webinar h6{font-size:var(--font-smaller)}.webinarlist .webinar .webIsFull{background-color:var(--red);color:var(--white);font-weight:700}.webinarlist .webinar .isRegistered{background-color:var(--green);color:var(--white)}.webinarlist .webinar .isOld{background-color:var(--grey3);color:var(--black0)}.webinarlist .webinar.webinarClassic .title{background-color:var(--blue);color:var(--white)}.webinarlist .webinar.webinarOpenCoffee .title{background-color:var(--red);color:var(--white)}.webinarlist .webinar.webinarTechnical .title{background-color:var(--green);color:var(--white)}.webinarlist .webinar.webinarSales .title{background-color:var(--orange);color:var(--white)}.syslogfile{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.syslogfile h3{margin:0 0 10px;padding:0}.syslogfile .contentArea{flex-grow:10;width:100%}.syslogfile .syslogNotes{flex-direction:row;align-items:center;gap:5px;width:100%;margin-bottom:10px;display:flex}.syslogfile .syslogNotes input[type=text]{flex-grow:10}.as-table{display:table}.as-table .as-table-row{display:table-row}.as-table .as-table-row .as-table-cell{margin-top:5px;display:table-cell}.as-table .as-table-row .as-table-cell:not(:first-child){margin-left:5px}.supertable .supertable-action{cursor:pointer}.supertable .supertable-header{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-bottom:10px;display:flex}.supertable .supertable-header .supertable-pages{flex-direction:row;align-items:center;gap:10px;display:flex}.supertable .supertable-header .supertable-hidden-columns{flex-direction:row;flex-grow:10;justify-content:flex-end;align-items:center;gap:10px;display:flex}.supertable .supertable-header .supertable-hidden-columns .supertable-hidden-column{cursor:pointer;color:#fff;background-color:#333;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:5px;padding:3px 10px;display:flex}.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{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;display:flex;position:relative}.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{cursor:col-resize;background-color:#0000;width:5px;height:100%;position:absolute;right:0}.supertable table tbody tr:hover td{background-color:#999}
