@import url(https://fonts.googleapis.com/css?family=Archivo:100,200,300,400,500,600,700,800);@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap);.filter-dropdown{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;max-width:300px;max-height:400px;min-width:200px;min-height:150px;padding:10px}.filter-dropdown .filter-list{width:100%;overflow-y:auto;-moz-box-flex:1;flex:1 1}.filter-dropdown .filter-list .ant-tree-switcher.ant-tree-switcher-noop{display:none}.filter-dropdown .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-normal{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%}.filter-dropdown .filter-controls{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center}.custom-number-input_wrapper{position:relative;min-height:34px;width:90px;display:-moz-box;display:flex;-moz-box-pack:stretch;justify-content:stretch}.custom-number-input{width:100%;height:auto;border:thin solid #e0e7ff;border-radius:5px;background-color:#f9faff;-moz-box-align:center;align-items:center;color:#00051a;font-size:14px;font-weight:500;padding:0 11px}.error .custom-number-input,.has-error .custom-number-input{border-color:#f31700}.custom-number-input:focus{outline:none;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.custom-number-input_arrows{position:absolute;right:1px;top:1px;color:#6a7787;height:100%;opacity:0;-moz-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.custom-number-input:focus+.custom-number-input_arrows,.custom-number-input_wrapper:hover .custom-number-input_arrows{opacity:1}.custom-number-input_arrow{height:16px;line-height:16px;width:19px;text-align:center;background:#f8fbfb;border-left:1px solid #eee;border-radius:0 5px 5px 0;cursor:pointer}.custom-number-input_arrow+.custom-number-input_arrow{border-top:1px solid #eee}.cell-rate{width:60px}.cell-rate-span{display:inline-block;padding:6px 11px 5px 12px}.cell-rate-span:hover{padding:4px 11px;border:thin solid hsla(0,0%,85.1%,.45098039215686275);border-radius:4px;cursor:pointer}.custom-table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-table td.actions-cell{padding:5px;text-align:center}.custom-table th .ant-table-column-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-table .ant-table-row-level-1{background:rgba(24,144,255,.03)}.custom-table .ant-table-fixed-right{z-index:2}.custom-table .ant-table-tbody>tr.ant-table-expanded-row:nth-child(odd),.custom-table tr.ant-table-expanded-row{background:#fff}.array-column{max-width:200px}.checkbox-column{max-width:60px}.backlight{background-color:#bae7ff}.custom-table .ant-table-fixed-right{width:34px}.custom-table .ant-table-fixed-right td.actions-cell>.ant-dropdown-trigger{text-align:left;padding-left:5px}.compass-table .ant-table-fixed-right .ant-table-tbody>tr.ant-table-expanded-row.ant-table-expanded-row-level-1>td:not(.actions-cell){color:transparent}.custom-table-header{margin-bottom:27px;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;padding-bottom:22px;border-bottom:thin solid #e0e7ff}.custom-table-header .custom-table-breadcrumb{font-size:20px;font-weight:500;font-family:Roboto}.custom-table-header .custom-table-breadcrumb a,.custom-table-header .custom-table-breadcrumb span{color:#00051a}.custom-table-header .custom-table-header-spinner{margin-left:15px}.bulk-editor{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;position:relative;width:100%}.bulk-editor .bulk-editing-btn{margin-left:10px}.bulk-editor .bulk-editing-btn.active{color:#6625ff}.bulk-editor .custom-select-bulk{position:absolute;top:0;left:0;right:15px;z-index:1000}.bulk-editor .custom-select-bulk>.bulk-edit-input{width:100%;height:80px;resize:none}.bulk-editor .custom-select-bulk .bulk-controls{position:absolute;right:0;top:4px}.bulk-editor .custom-select-bulk .bulk-controls .bulk-btn{margin-right:4px}.bulk-editor .custom-select-bulk .bulk-controls .bulk-btn.save{color:green}.bulk-editor .custom-select-bulk .bulk-controls .bulk-btn.cancel{color:red}.custom-select-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;position:relative}.custom-select-wrapper .bulk-editor .custom-select-bulk{bottom:0;right:84px}.custom-select-wrapper .custom-select-bulk>.bulk-edit-input{height:100%;min-height:100px}.custom-select-wrapper .bulk-editor,.select-all-wrapper{-moz-box-align:center;align-items:center}.select-all-wrapper{display:-moz-box;display:flex}.select-all-wrapper .select-all{margin-left:10px;cursor:pointer}.select-all-wrapper .custom-select-wrapper{width:100%;max-width:410px}.compass-modal{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-moz-transition:transform .4s ease-in-out,-moz-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-moz-transform .4s ease-in-out;border:1px solid #e0e7ff;border-radius:5px;box-shadow:0 20px 40px 0 rgba(0,0,0,.08);background-color:#fff;z-index:100;overflow:auto;max-height:-moz-calc(100vh - 30px);max-height:calc(100vh - 30px);max-width:-moz-calc(100vw - 30px);max-width:calc(100vw - 30px);display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.compass-modal._opened{-moz-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.compass-modal_header{position:relative;padding:32px 0 15px 34px}.compass-modal_draggable .compass-modal_header{cursor:move}.compass-modal_body{-moz-box-flex:1;flex-grow:1;padding:10px 34px 44px;overflow:auto}.compass-modal_resizable{resize:both}.reach-modal_header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.reach-modal_close:hover{color:#75777a}.reach-modal_close{position:absolute;top:13px;right:13px;font-size:12px;color:#8798ad}.reach-modal_title{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.reach-modal_title-icon{margin-right:15px}.reach-modal_title-text{color:#00051a;font-size:16px;font-weight:500}.reach-modal_footer{padding:0 15px 15px;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.reach-modal_footer-btn{margin:0;padding:0 40px;border:thin solid #e0e7ff;border-radius:0;height:40px;color:#00051a;font-size:16px;font-weight:500;text-align:center;cursor:pointer;box-shadow:none}.reach-modal_footer-btn.ant-btn-primary{border:thin solid #5b53f8;background:#5b53f8;color:#fff}.reach-modal_footer-btn+.reach-modal_footer-btn{margin-left:10px}.compass-modal_body>.ant-spin-nested-loading,.compass-modal_body>.ant-spin-nested-loading>.ant-spin-container{width:100%;height:100%}.select-modal .select-column-wrapper,.select-modal .select-modal-wrapper{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;height:100%}.select-modal .select-column-wrapper{-moz-box-flex:2;flex:2 1;max-width:310px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.select-modal .select-list{-moz-box-flex:1;flex:1 1;overflow-y:auto;border:thin solid #e0e7ff;border-radius:5px;background:hsla(0,0%,100%,.2)}.select-modal .select-list .list-item{padding:10px;height:42px;width:100%;color:#00051a;font-family:Roboto;font-size:16px;line-height:19px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select-modal .select-list .list-item:nth-child(odd){background:#f9faff}.select-modal .select-list .list-item:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.select-modal .select-list .list-item.selected{background:#dee0ec}.select-modal .select-list-controls{margin:6px 0 0 1px}.select-modal .select-list-controls>span.select-list-ctrl{color:#8798ad;font-family:Roboto;font-size:12px;line-height:14px;text-decoration:underline;-moz-transition:all .3s;transition:all .3s;cursor:default}.select-modal .select-list-controls>span.select-list-ctrl:first-child{margin-right:15px}.select-modal .select-list-controls>span.select-list-ctrl.disabled{color:rgba(135,152,173,.43)}.select-modal .select-list-controls>span.select-list-ctrl:not(.disabled):hover{color:#618dc0;cursor:pointer}.search-input{margin-bottom:8px}.select-modal .selected-title{display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;height:42px;margin-bottom:10px}.select-modal .select-arrows-wrapper{margin:0 30px}.select-modal .select-arrows-wrapper .select-arrows{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:100%}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:40px;width:40px;border:thin solid #e0e7ff;color:#8798ad;background-color:rgba(224,231,255,.2);-moz-transition:all .3s;transition:all .3s}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn:first-child{margin-bottom:15px}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn:last-child{-moz-transform:rotate(180deg);transform:rotate(180deg)}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn.disabled{cursor:default;opacity:.45}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn:not(.disabled):hover{cursor:pointer;border:thin solid #1950ff;background:#1950ff}.select-modal .select-arrows-wrapper .select-arrows .arrows-btn:not(.disabled):hover>svg>g>g{fill:#fff;stroke:#fff}.select-column-wrapper .bulk-editor{-moz-box-align:baseline;align-items:baseline;margin-bottom:10px}.popup-select{width:100%}.popup-select input.ant-input.popup-select-input{cursor:pointer!important;color:#8798ad;font-family:Roboto;font-size:16px;line-height:19px;font-weight:300}.popup-select .popup-select-input.active{color:#00051a!important;border:thin solid #319bff}.popup-select .popup-select-input.disabled{cursor:default;opacity:.35}.popup-select-popover{min-width:200px}.popup-select-popover.hidden{display:none}.popup-select-popover .ant-popover-inner-content{border-bottom:none;border-radius:5px;box-shadow:0 0 0 0 rgba(0,0,0,.05);max-height:200px;overflow-y:auto;padding:0 15px}.popup-select-popover .ant-popover-inner-content>div{margin:10px 0}.mcm-wrapper{display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start;-moz-box-pack:justify;justify-content:space-between}.mcm-wrapper>div.ant-row.ant-form-item:first-child{-moz-box-flex:3;flex:3 1 auto}.mcm-wrapper>.checkbox{margin-top:5px}.mcm-wrapper .ant-form-explain{max-width:200px}.mirror-publisher{display:block!important;margin-top:5px!important}.history-table .created-action-cell{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.history-table .created-action-cell>span{margin-right:10px}.history-table .created-action-cell>i{font-size:16px;cursor:pointer}.history-table .created-action-cell>i:hover{cursor:pointer;color:#1890ff}.history-popover-table td{background:#fff!important;padding:10px!important;vertical-align:top}.history-popover-table tr:last-child td{border:none}.history-popover-table .history-popover-key{font-weight:600}.history-popover-table .history-popover-data{max-width:250px;overflow-wrap:break-word}.history-popover-table .history-popover-arrow{vertical-align:middle}.lock-icon:hover{color:#1890ff;cursor:pointer}.lock-icon.locked{color:#f5222d}.disabled .lock-icon{color:rgba(138,34,39,.64)}.demand-locker>svg{height:100%}.demand-locker_small{height:20px}.demand-locker_black path{fill:#00051a}.placement-input{position:absolute;top:12px;left:15px;width:500px;z-index:1000;resize:both;max-width:unset!important;max-height:unset!important}.demands-table .ant-input.placement-input{width:300px}.compass-table.demands-table .ant-table-tbody>tr{background:transparent!important}.compass-table.demands-table .ant-table-tbody>tr.ant-table-expanded-row-level-1>td{padding:20px 0 0}.compass-table.demands-table .ant-table-row-level-0:not(:last-child){border-bottom:thin solid #e0e7ff}.compass-table.demands-table .ant-table-row-level-0 td{border:none}.compass-table.demands-table tr>:first-child{width:27px;max-width:27px;min-width:27px;padding:0}.compass-table.demands-table .ant-table-expanded-row-level-1 .compass-table{border:none}.compass-table thead.ant-table-thead th.col-locked{border-right:none}.compass-table thead.ant-table-thead th.col-internal-id{border-left:none}.col-num .custom-number-input_wrapper{width:65px}.col-demand-partner{min-width:155px}.compass-table .wf-single .ant-table-tbody>tr>td{text-align:center}.col-demand-actions{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;width:50px}.col-demand-action-i{font-size:18px;cursor:pointer}.col-demand-action-i.disabled{cursor:default}input[type=text].col-internal-id{background:transparent;width:100px;font-size:14px;border:none;box-shadow:none;color:#00051a}input[type=text].col-demand-tag{font-size:14px}input[type=text].col-placement-as-text{background:transparent;border:none;box-shadow:none;padding-left:0;padding-right:0}.demands-table input[disabled]{color:rgba(0,0,0,.53);background-color:hsla(0,0%,96.1%,.65)}.placement-td{position:relative;overflow:unset!important}.expand-col{width:0;padding:0 0 0 10px!important}.expand-col>span{margin:0!important}.demands-table tr.ant-table-expanded-row-level-1>td:last-child{padding-left:50px;padding-bottom:25px}.demands-table td{max-width:200px}.demands-table tbody,.demands-table tbody div,.demands-table thead{font-size:14px}.non-expandable>td>span.ant-table-row-expand-icon{display:none}.inactive-input{background:hsla(0,0%,98%,.74);outline:0}.inactive-input:focus,.inactive-input:hover{border-color:#d9d9d9;box-shadow:none;outline:0}.inactive-input .ant-input-input-wrap{outline:0}.demands-table .ant-input-number.error,.demands-table .ant-input.error,.demands-table .error .ant-select-selection,.demands-table input.error{border-color:#f31700}.demand-partner-dropdown{min-width:150px;width:auto!important}.demand-partner-error{color:red;border:thin solid red;border-radius:5px;padding:5px 10px}.demands-table .ant-input{font-size:14px;width:69px}.ant-table-tbody>tr>td,.demands-table .ant-table-thead>tr>th{padding:16px 10px}.add-new-line-btn{padding:12px 45px;text-align:left}.add-new-line-btn button{text-transform:uppercase}.add-new-line-btn .ant-btn-link{color:#5b53f8;font-weight:500;font-size:12px}.buttons-wrapper,.wf-buttons-wrapper{display:-moz-box;display:flex}.wf-header-btn,.wf-header-btn>button{height:36px;margin-right:10px;width:36px;font-size:17px;cursor:pointer;-moz-transition:border .4s ease-in-out;transition:border .4s ease-in-out;border-radius:4px;color:#5b53f8}.wf-header-btn:active,.wf-header-btn:focus,.wf-header-btn:hover{border:1px solid #5b53f8;color:#5b53f8}.wf-header-btn:hover rect{stroke:none}.wf-header-btn:hover:disabled{border:none}.wf-header-btn.expand-btn.expanded{-moz-transform:rotate(-180deg);transform:rotate(-180deg)}.wf-comments .comments-header{border-bottom:thin solid #e8e8e8;padding-top:12px;padding-bottom:12px}.wf-comments .ant-comment-content-detail{white-space:normal}.wf-comments .ant-comment-inner .ant-comment-content-author{-moz-box-align:center;align-items:center;margin-bottom:10px}.wf-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-time{height:auto}.wf-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-name{font-size:12px;color:#00051a;padding:0}.wf-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-name:after{content:"|";margin:0 6px}.wf-comments .ant-comment-content-detail{font-size:16px;color:#00051a}.optimization-modal .add-new-line-btn{padding:0;margin-top:20px}.optimization-modal .ant-select{width:100%}.optimization-modal .ant-time-picker{width:auto;min-width:74px}.missing-entities-modal .action-btn{cursor:pointer}.centered-col{text-align:center}.supply-dashboard .top-profit-tag a{color:rgba(0,0,0,.65)}.supply-dashboard .top-profit-tag a:hover{color:#1890ff}.supply-dashboard .top-loosing-tag a{color:rgba(0,0,0,.65)}.supply-dashboard .top-loosing-tag a:hover{color:#1890ff}.waterfall-table-wrapper{padding:50px 0}.waterfall-table-wrapper .compass-table .ant-table-tbody>tr:last-child>td,.waterfall-table-wrapper .compass-table .ant-table-tbody>tr>td{border-right:thin solid #e0e7ff}.waterfall-table-wrapper .compass-table .ant-table-tbody>tr.total{font-weight:700}.wf-single{display:-moz-box;display:flex;margin-bottom:100px;padding-left:18px}.wf-single-left{min-width:600px;margin-right:30px}.wf-single-left .compass-table .ant-table-body{overflow:visible!important}.wf-single-right{-moz-box-flex:1;flex:1 1;min-width:300px;max-width:600px}.wf-demands-header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;margin:35px 15px 15px 0}.wf-demands-header .wf-title{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;font-size:20px}.wf-demands-header .wf-title>.wf-locker{margin-right:20px}.wf-demands-footer{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;margin:15px 0;-moz-box-align:center;align-items:center}.wf-demands-footer_buttons{display:-moz-box;display:flex;-moz-box-flex:1;flex-grow:1;padding-top:12px;-moz-box-pack:end;justify-content:flex-end}.wf-demands-footer_buttons>*{margin-left:15px;border-radius:0}.wf-demands-footer>button:first-child{margin-right:10px}.wf-comments_label{font-size:12px;color:#6a7787;text-transform:uppercase;margin-top:77px}.wf-dashboard-modal{padding-bottom:40px}.k-animation-container{z-index:10000!important}.compass-table .ant-table-tbody>tr.ant-table-expanded-row-level-1>td{padding-top:20px;padding-left:2px}textarea.pull-tag{height:140px;margin:10px 0}.tag-comments .comments-header{border-bottom:thin solid #e8e8e8;padding-top:12px;padding-bottom:12px}.tag-comments .ant-comment-content-detail{white-space:normal}.tag-comments .ant-comment-inner .ant-comment-content-author{-moz-box-align:center;align-items:center;margin-bottom:10px}.tag-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-time{height:auto}.tag-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-name{font-size:12px;color:#00051a;padding:0}.tag-comments .ant-comment-inner .ant-comment-content-author>.ant-comment-content-author-name:after{content:"|";margin:0 6px}.tag-comments .ant-comment-content-detail{font-size:16px;color:#00051a}.ant-form-item.error .ant-select-selection,.ant-form-item.error input{border-color:red}.domain-label label{font-weight:600!important;color:#000!important}.compass-select.dp-select>div.ant-select-selection{max-height:86px}.publisher-demands-modal{width:950px!important;min-height:400px!important}.publisher-demands-wrapper .publisher-demands-add-new-btn{margin:15px 0}.publisher-demands-wrapper .publisher-demands-add-new-btn>button{text-transform:uppercase;color:#5b53f8;font-weight:500;font-size:12px}.publisher-demands-wrapper .publisher-demands-table .publisher-demands-input{width:100%}.publisher-demands-wrapper .publisher-demands-table .publisher-demands-input.error.ant-input,.publisher-demands-wrapper .publisher-demands-table .publisher-demands-input.error.ant-select>.ant-select-selection{border:thin solid red}.publisher-demands-wrapper .publisher-demands-table .ant-table-content>.ant-table-scroll>.ant-table-header{background:none}.publisher-demands-wrapper .publisher-demands-table .ant-table-content>.ant-table-scroll>.ant-table-body{position:unset}.auth-outlet-wrapper input:-webkit-autofill,.auth-outlet-wrapper input:-webkit-autofill:active,.auth-outlet-wrapper input:-webkit-autofill:focus,.auth-outlet-wrapper input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-outlet-wrapper .ant-btn{height:40px;padding:10px 16px;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.050980392156862744);font-family:"Archivo",sans-serif;font-weight:600;line-height:20px}.auth-outlet-wrapper .ant-btn-primary{border:1px solid #00c5d1;background-color:#00c5d1}.auth-outlet-wrapper .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{border:1px solid #00c5d1;background-color:#00a4ae}.auth-outlet-wrapper .ant-btn-primary:focus{box-shadow:0 0 0 4px rgba(69,235,245,.30196078431372547)}.auth-outlet-wrapper .ant-btn-primary.ant-btn-disabled,.auth-outlet-wrapper .ant-btn-primary:disabled{border:1px solid #00c5d1;background-color:#00c5d1;opacity:1%;color:#fff}.auth-outlet-wrapper .ant-form-item-label{font-family:Inter,"Archivo",sans-serif;font-weight:500;line-height:20px}.auth-outlet-wrapper .ant-input,.auth-outlet-wrapper .ant-input-affix-wrapper{padding:10px 14px;border:1px solid #d9d9d9;border-radius:8px;font-family:"Archivo",sans-serif;font-size:16px;line-height:24px}.auth-outlet-wrapper .ant-input::-webkit-input-placeholder{color:grey}.auth-outlet-wrapper .ant-input::-moz-placeholder{color:grey}.auth-outlet-wrapper .ant-input::placeholder{color:grey}.auth-outlet-wrapper .ant-input-affix-wrapper:focus,.auth-outlet-wrapper .ant-input-affix-wrapper:focus-within,.auth-outlet-wrapper .ant-input:focus,.auth-outlet-wrapper .ant-input:focus-within{border:1px solid #00c5d1;box-shadow:0 0 0 4px rgba(69,235,245,.30196078431372547)}.auth-outlet-wrapper .ant-input-affix-wrapper:hover,.auth-outlet-wrapper .ant-input:hover{border:1px solid #00c5d1}.auth-wrapper{height:100%}.auth-content,.auth-wrapper{display:-moz-box;display:flex}.auth-content{position:relative;-moz-box-flex:1;flex:1 1;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.auth-content .logo{width:120px;position:absolute;left:10px;top:10px}.auth-outlet-wrapper{width:360px}.auth-outlet-wrapper .title{font-size:30px;font-weight:600;line-height:38px}.auth-outlet-wrapper .description{margin-bottom:12px;line-height:24px;color:grey}.auth-footer{position:absolute;bottom:32px;font-size:12px;line-height:20px;color:grey}.auth-footer .links-separator{font-size:14px;padding:0 16px}.auth-placeholder{-moz-box-flex:1;flex:1 1}.placeholder-image{width:100%;height:100%;object-fit:cover}.auth-action-button{width:100%}.auth-wrapper a{font-family:"Archivo",sans-serif;color:inherit;text-decoration:none}.report-result-form .form-row-title{color:#00051a;font-family:Roboto;font-size:18px;font-weight:500;margin-bottom:15px}.report-result-form .form-row{display:grid;grid-column-gap:2%;width:100%}.report-result-form .form-row.form-first-row{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.report-result-form .form-row.form-dimensions-row{grid-template-columns:repeat(auto-fit,minmax(15%,1fr))}.report-result-form .form-row:after,.report-result-form .form-row:before{display:none}.report-result-form .form-row .ant-form-item .ant-form-item-label{margin-left:2px;line-height:26px;width:100%;text-align:left;padding:0}.report-result-form .form-row .ant-form-item .ant-form-item-label>label{color:#8798ad;font-family:Roboto;font-size:14px;font-weight:400}.report-result-form .form-row .ant-form-item-label>label.ant-form-item-required:before{color:#ff35ef;position:absolute;right:-10px;top:0;margin:0}.report-result-form .form-row .ant-form-item-label>label.ant-form-item-required:after{margin:0}.report-result-form .form-row .ant-form-item-control{width:100%;line-height:unset}.report-result-form .form-row .ant-form-item-control.has-error .ant-form-extra{padding:5px 0 0 5px;margin:0;color:#ff3566}.report-result-form .form-row .ant-form-item-control.has-error div.ant-select>div.ant-select-selection,.report-result-form .form-row .ant-form-item-control.has-error input.ant-input,.report-result-form .form-row .ant-form-item-control.has-error span.ant-calendar-picker>span.ant-calendar-picker-input.ant-input{border:thin solid #ff3566!important}@media screen and (max-width:1200px){.report-result-form .form-row.form-dimensions-row{grid-template-columns:repeat(auto-fit,minmax(30%,1fr))}}@media screen and (max-width:903px){.report-result-form .form-row.form-dimensions-row{grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}}@media screen and (max-width:770px){.report-result-form .form-row.form-dimensions-row{grid-template-columns:repeat(auto-fit,minmax(45%,1fr))}}@media screen and (max-width:460px){.report-result-form .form-row.form-dimensions-row{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}}.dimensions-wrapper{height:100%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;overflow:hidden}.dimensions-wrapper .dimensions-checkbox-scroller{overflow-y:auto;padding:0;margin:0;-moz-box-flex:1;flex:1 1;border:thin solid #e0e7ff;border-radius:5px}.dimensions-wrapper .dimensions-title{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:500;margin-left:2px;line-height:26px;text-transform:uppercase}.dimensions-wrapper .dimensions-checkbox{display:-moz-box;display:flex}.dimensions-wrapper .dimensions-checkbox .dimensions-checkbox-group{-moz-box-flex:1;flex:1 1}.dimensions-wrapper .dimensions-checkbox .dimensions-checkbox-group>label{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;padding-left:17px;margin:0;height:36px;-moz-box-flex:1;flex:1 1}.dimensions-wrapper .dimensions-checkbox .dimensions-checkbox-group>label:nth-child(odd){background:#f9faff}.dimensions-wrapper .dimensions-checkbox .dimensions-checkbox-group>label>span:last-child{color:#00051a;font-family:Roboto;font-size:14px;line-height:28px;padding:0;margin-left:12px;margin-top:-2px}.dimensions-wrapper .dimensions-checkbox .dimensions-checkbox-group>label.ant-checkbox-wrapper-disabled{cursor:not-allowed}.dimensions-wrapper .dimensions-checkbox .dimension-hide{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;height:36px;margin:0;padding:0 20px 0 0}.dimensions-wrapper .dimensions-checkbox .dimension-hide:nth-child(odd){background:#f9faff}.dimensions-wrapper .dimensions-checkbox .dimension-hide>i{margin-top:-4px}.dimensions-wrapper .dimensions-checkbox .dimension-hide.disabled>i{color:#ccc}.dimensions-wrapper .dimensions-checkbox .dimension-hide>i:hover{color:#319bff;cursor:pointer}.dimensions-wrapper .dimensions-checkbox .dimension-hide.disabled>i:hover{color:#ccc;cursor:not-allowed}.metrics-wrapper{height:100%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;overflow:hidden}.metrics-wrapper .metrics-checkbox-scroller{overflow-y:auto;padding:0;margin:0;-moz-box-flex:1;flex:1 1;border:thin solid #e0e7ff;border-radius:5px}.metrics-wrapper .metrics-title{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:500;margin-left:2px;line-height:26px;text-transform:uppercase}.metrics-wrapper .metrics-checkbox{display:-moz-box;display:flex}.metrics-wrapper .metrics-checkbox .metrics-checkbox-group{-moz-box-flex:1;flex:1 1}.metrics-wrapper .metrics-checkbox .metrics-checkbox-group>.ant-checkbox-group-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;padding-left:17px;margin:0;height:36px;-moz-box-flex:1;flex:1 1}.metrics-wrapper .metrics-checkbox .metrics-checkbox-group>.ant-checkbox-group-item:nth-child(odd){background:#f9faff}.metrics-wrapper .metrics-checkbox .metrics-checkbox-group>.ant-checkbox-group-item>span:last-child{color:#00051a;font-family:Roboto;font-size:14px;line-height:28px;padding:0;margin-left:12px;margin-top:-2px}.metrics-wrapper .metrics-checkbox .metrics-checkbox-group>label.ant-checkbox-wrapper-disabled{cursor:not-allowed}.multiply-checkbox-actions{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center;margin-top:3px;margin-bottom:9px}.multiply-checkbox-actions>span{cursor:pointer;color:#8798ad;font-size:12px;margin-left:1px}.multiply-checkbox-actions>span .ant-input-suffix{cursor:default}.multiply-checkbox-actions>span[role=button]{text-decoration:underline}.multiply-checkbox-actions>span+span{margin-left:1em}.multiply-checkbox-actions .ant-input-affix-wrapper .ant-input-suffix{font-size:16px;color:#8798ad}.multiply-checkbox-actions>.multiply-checkbox-action{cursor:pointer;height:22px;width:22px;border-radius:5px;background-color:#f4f6fc;margin-left:1em;color:#5b53f8;font-size:11px;line-height:22px;text-align:center}.current-selection-wrapper .current-selection{border:thin solid #e0e7ff;border-radius:5px;height:100%}.current-selection-wrapper .current-selection-title{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:500;margin-left:2px;line-height:26px;text-transform:uppercase}.current-selection-wrapper .current-selection .current-selection-scroller{margin-bottom:2px;overflow-y:auto;height:100%;padding:1px}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;height:50px;padding:0 10px}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item:nth-child(odd){background:#f9faff}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:first-child,.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:first-child{-moz-box-flex:1;flex:1 1;max-width:190px;color:#8798ad;font-family:Roboto;font-size:12px;font-weight:400;line-height:14px;text-transform:uppercase}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:nth-child(2){-moz-box-flex:1;flex:1 1;padding-right:30px;color:#00051a;font-family:Roboto;font-size:14px;line-height:16px}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:nth-child(3){width:40px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;cursor:pointer}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:nth-child(3)>i{-moz-transition:all .3s;transition:all .3s;font-size:16px;color:#8798ad}.current-selection-wrapper .current-selection .current-selection-scroller .selection-list-item span:nth-child(3):hover>i{color:#3ebbd2}.report-local-filters{display:grid;width:100%;grid-column-gap:2%;grid-row-gap:3%;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:50px 0}.report-local-filters:after,.report-local-filters:before{display:none}.local-filters-current-selection{grid-column:span 2/span 2;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between}.local-filters-current-selection>.current-selection-wrapper{height:220px}.local-filters-current-selection .report-controllers{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:end;align-items:flex-end;-moz-box-flex:1;flex:1 1}.local-filters-current-selection .report-controllers button.run-report-btn{-moz-box-flex:1;flex:1 1;height:40px;margin-right:30px;border-radius:5px;background-color:#5b53f8;border:none;color:#fff;cursor:pointer}.local-filters-current-selection .report-controllers button.run-report-btn:focus{box-shadow:none;border:none;outline:none}.local-filters-current-selection .report-controllers .report-controllers-icons{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.compass-icon-button+.compass-icon-button{margin-left:3px}.report-local-filters .report-local-filters-block{height:315px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.report-local-filters .report-local-filters-block .local-filters-block-controls{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;width:100%}.report-local-filters .report-local-filters-block .local-filters-block-controls .current-selection-control{color:#8798ad;font-family:Roboto;font-size:12px;line-height:14px;text-decoration:underline;-moz-transition:all .3s;transition:all .3s}.report-local-filters .report-local-filters-block .local-filters-block-controls .current-selection-control.disabled{text-decoration:none;opacity:.7}.report-local-filters .report-local-filters-block .local-filters-block-controls .current-selection-control:not(.disabled):hover{color:#3ebbd2;cursor:pointer}.report-local-filters .report-local-filters-block .local-filters-block-controls .local-filters-label{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:400;margin-left:2px;line-height:26px;text-transform:uppercase}.report-local-filters .refresh-button{color:#5b53f8}.grid-filter-fields{display:-moz-box;display:flex;width:100%;padding:15px 10px;overflow-x:auto}.grid-filter-fields>.filter-select-field{min-width:180px;max-width:300px;-moz-box-flex:1;flex:1 1;margin-right:15px}.grid-filter-fields>.filter-select-field:last-child{margin-right:0}.grid-filter-fields .filter-select-dropdown{min-width:180px;max-width:300px;width:auto!important}.grid-filter-fields>.filter-select-field>.compass-select>div.ant-select-selection{min-height:42px;max-height:42px}.grid-filter-fields>.filter-select-field>.compass-select>div.ant-select-selection .ant-select-selection__placeholder{top:21px}.grid-filter-fields .filter-fields-select .ant-select-selection__rendered{height:100%;margin:0;padding:0 7px}.grid-filter-fields .filter-fields-select .ant-select-selection__rendered>ul{height:100%;width:100%;margin:0;padding:0;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.grid-filter-fields .filter-fields-select .ant-select-selection li.ant-select-selection__choice{max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px)}.result-grid .reports-grid{border:none;border-top:thin solid #e0e7ff;height:-moz-calc(100vh - 205px);height:calc(100vh - 205px)}.result-grid.waterfall-dashboard-grid .k-grid table{width:100%}.reports-grid .k-grid-header{padding-right:0!important}.result-grid .k-grid table{width:unset;border-collapse:collapse}.result-grid .k-grid table td{white-space:nowrap}.result-grid .reports-grid .k-grid-header{padding:0;border:none;border-bottom:thin solid #e0e7ff}.result-grid .reports-grid .k-grid-header .k-grid-header-wrap{border:none}.result-grid .reports-grid thead>tr,.result-grid .reports-grid thead>tr:hover{background:transparent}.result-grid .reports-grid th.k-header{border:none;border-right:thin solid #e0e7ff;vertical-align:middle;text-align:center}.result-grid .reports-grid th.k-header:hover{background:#f9faff}.result-grid .reports-grid th.k-header>a.k-link{color:#6a7787;font-family:Roboto;font-size:12px;font-weight:400;line-height:18px;text-transform:uppercase;padding:11px 5px}.result-grid .reports-grid th.k-header .k-column-resizer:hover:after{border-right:2px solid #e0e7ff}.result-grid .reports-grid .k-grid-table tr.k-master-row{background:transparent;border:none;border-bottom:thin solid #e0e7ff}.result-grid .reports-grid .k-grid-table tr.k-master-row:nth-child(odd){background:#f7f9fb}.result-grid .reports-grid .k-grid-table tr.k-group-footer td,.result-grid .reports-grid .k-grid-table tr.k-grouping-row td{border:thin solid #e0e7ff;padding:3px 17px}.result-grid .reports-grid .k-grid-table tr.k-master-row td{border:thin solid #e0e7ff;padding:1px 3px;color:#00051a;font-size:13px;font-weight:400;font-family:Roboto}.k-grid td.custom-cell-number{text-align:right}.result-grid .reports-grid col.k-sorted,.result-grid .reports-grid th.k-sorted{background:transparent}.result-grid .reports-grid th.k-sorted>a.k-link{color:#3ebbd2}.result-grid .reports-grid th.k-sorted>a.k-link>span{vertical-align:middle;color:#3ebbd2}.result-grid .reports-grid.k-grid .k-grid-container{-moz-box-flex:0;flex-grow:0}.result-grid .reports-grid.k-grid .k-grid-container .k-grid-footer-wrap{border:none}.result-grid .reports-grid .k-grid-footer{border:none;-moz-box-flex:1;flex-grow:1}.result-grid .reports-grid .k-grid-footer td{border:thin solid #e0e7ff;border-bottom:none;text-align:right;color:#00051a;font-family:Roboto;font-weight:600;font-size:13px;padding:0 3px}.result-grid .reports-grid tr.k-grid-norecords>td{color:#8798ad;padding:100px 0;text-transform:uppercase;font-size:20px;font-weight:100}.result-grid .reports-grid tr.k-grid-norecords:hover{background:transparent}.report-result.untargeted .result-grid .reports-grid{height:unset}.edit-report-cell-modal{min-width:400px;max-width:400px}.edit-report-cell-modal .ant-modal-body{padding-bottom:40px;min-width:400px;max-width:400px}.edit-report-cell-modal .report-edit-cell-input{width:100%!important}.save-report-modal .ispublic-form-row{display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start}.save-report-modal .ispublic-form-row i{cursor:pointer;margin-top:6px}.report-result-grid-wrapper{border:thin solid #e0e7ff}.report-result-grid-wrapper div.ant-spin{max-height:none}.report-result .report-result-clear{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.report-result.untargeted .report-local-filters .report-local-filters-block{height:unset}.report-result.untargeted .report-local-filters .run-report-btn{margin-left:50%}.report-result.untargeted .local-filters-current-selection .report-controllers{-moz-box-align:start;align-items:flex-start}.reports-list{width:100%}.reports-list .ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:none}.reports-list{border-bottom:thin solid #e0e7ff}.reports-list .ant-collapse-header{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:0!important}.reports-list .ant-collapse{border:none}.reports-list .ant-collapse>.ant-collapse-item{background-color:#fff;border-bottom:none}.reports-list .ant-collapse-content{border-top:none}.reports-title{color:#00051a;font-size:20px;font-weight:500}.new-report-title,.saved-reports-title{color:#8798ad;font-size:12px;font-weight:500;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;margin-bottom:10px;margin-top:10px;text-transform:uppercase}.saved-reports-title>*{margin-right:.5em}.reports-list .report-item{width:100%;padding:20px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;border:none;flex-wrap:nowrap}.reports-list .report-item:nth-child(odd){background:#fafafa}.reports-list .report-item .report-item-icon{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-right:15px}.reports-list .report-item .report-item-date{color:#00051a;font-family:Roboto;font-size:16px;line-height:19px;white-space:nowrap;overflow:hidden}.reports-list .report-item .report-item-eye-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-flex:2;flex:2 1;min-width:70px;max-width:250px}.reports-list .report-item .report-item-eye{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:44px;width:44px;border-radius:22px}.reports-list .report-item .report-item-eye.active{background-color:#5b53f8;cursor:pointer}.reports-list .report-item .report-item-eye.active path{fill:#fff}.reports-list .report-item .report-item-eye.is-public .eye-strike-line{fill:none}.reports-list .report-item .report-item-name-wrapper{-moz-box-flex:3;flex:3 1;min-width:100px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.reports-list .report-item .report-item-name-wrapper .report-item-name{color:#00051a;font-family:Roboto;font-size:16px;line-height:19px;padding:5px 10px;cursor:pointer}.reports-list .report-item ul.ant-list-item-action{padding:0 0 0 10px!important;margin:0!important;width:160px;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.reports-list .report-item ul.ant-list-item-action>li{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end;width:auto;padding:0;cursor:default}.reports-list .report-item ul.ant-list-item-action .report-item-actions-owner{width:100%;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:right}.reports-list .report-item ul.ant-list-item-action .report-item-actions-item{font-family:Roboto;font-size:12px;font-weight:500;line-height:14px;text-transform:uppercase;cursor:pointer}.reports-list .report-item ul.ant-list-item-action .report-item-actions-item.delete{color:#e81346}.reports-list .report-item ul.ant-list-item-action .report-item-actions-item.edit{margin-right:20px;color:#1890ff}.reports-list .report-item ul.ant-list-item-action .ant-list-item-action-split{display:none}.reports-list .ant-pagination{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin:0;padding:0}@media screen and (max-width:650px){.reports-list .report-item .report-item-date{min-width:84px;max-width:84px}.reports-list .report-item ul.ant-list-item-action{width:110px}}.chart-icon{-moz-box-flex:1;flex:1 1;height:100%;min-width:150px;max-width:300px;margin-right:2%;border-radius:5px;border:thin solid #e0e7ff;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:start;align-items:flex-start;overflow:hidden}.chart-icon .chart-icon-title{height:38px;width:100%;display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;-moz-box-pack:center;justify-content:center}.chart-icon .chart-icon-title>span{color:#000;font-family:Roboto;font-size:20px;font-weight:500}.chart-icon .chart-icon-image{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:end;justify-content:flex-end}.chart-icon.supply-chart-icon{min-width:220px}.chart-icon.supply-chart-icon .chart-icon-image svg linearGradient#chart-icon-linear-gradient>stop{stop-color:#ff35ef}.chart-icon.supply-chart-icon .chart-icon-image svg circle,.chart-icon.supply-chart-icon .chart-icon-image svg polyline{stroke:#ff35ef}.chart-icon.demand-chart-icon{min-width:220px}.chart-icon.demand-chart-icon .chart-icon-image svg linearGradient#chart-icon-linear-gradient>stop{stop-color:#6625ff}.chart-icon.demand-chart-icon .chart-icon-image svg circle,.chart-icon.demand-chart-icon .chart-icon-image svg polyline{stroke:#6625ff}.chart-icon.reports-chart-icon .chart-icon-image svg linearGradient#chart-icon-linear-gradient>stop{stop-color:#148ea4}.chart-icon.reports-chart-icon .chart-icon-image svg circle,.chart-icon.reports-chart-icon .chart-icon-image svg polyline{stroke:#148ea4}.chart-icon.alerts-chart-icon{min-width:220px}.chart-icon.alerts-chart-icon .chart-icon-image svg linearGradient#chart-icon-linear-gradient>stop{stop-color:red}.chart-icon.alerts-chart-icon .chart-icon-image svg circle,.chart-icon.alerts-chart-icon .chart-icon-image svg polyline{stroke:red}.reports-header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;height:100px;margin-bottom:60px}.reports-header .reports-header-tabs{-moz-box-flex:4;flex:4 1;height:100%;display:-moz-box;display:flex;border-radius:5px;box-shadow:0 4px 4px 0 rgba(0,0,0,.05)}.reports-header-tab{color:inherit}.reports-header .reports-header-tabs .reports-header-tab{-moz-box-flex:1;flex:1 1;height:100%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-align:center;font-family:Roboto;font-size:16px;border-radius:5px;border:thin solid transparent;-moz-transition:all .3s;transition:all .3s}.reports-header .reports-header-tabs .reports-header-tab:after{opacity:0;content:"";position:absolute;height:20px;width:20px;bottom:-10px;margin-left:auto;margin-right:auto;left:0;right:0;-moz-transform:rotate(45deg);transform:rotate(45deg);background:#f7f9fb;-moz-transition:all .3s;transition:all .3s;border-bottom:thin solid transparent;border-right:thin solid transparent}.reports-header .reports-header-tabs .reports-header-tab:hover{cursor:pointer;border:thin solid #e0e7ff}.reports-header .reports-header-tabs .reports-header-tab.selected{position:relative;background:#f7f9fb}.reports-header .reports-header-tabs .reports-header-tab.selected:after{opacity:1}.reports-header .reports-header-tabs .reports-header-tab.selected:hover:after{border-bottom:thin solid #e0e7ff;border-right:thin solid #e0e7ff}.trend-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;font-size:14px;font-weight:500}.stats-counter{flex-direction:column;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;height:150px;width:100%;min-width:180px;max-width:235px;border:thin solid #e0e7ff;border-radius:5px;background-color:#fff}.stats-counter,.stats-counter .stats-counter-content{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal}.stats-counter .stats-counter-content{-moz-box-flex:1;flex:1 1;flex-direction:column;-moz-box-pack:center;justify-content:center;margin-top:20px}.stats-counter .stats-counter-content .counter-value{color:#00051a;font-family:Roboto;font-size:28px;font-weight:700;line-height:33px;text-align:center;margin-bottom:5px}.stats-counter .stats-counter-content .counter-title{color:#8798ad;font-family:Roboto;font-size:16px;font-weight:500;line-height:19px;text-align:center}.stats-counter .stats-counter-trend-wrapper{height:30px;padding-bottom:15px}.publisher-dashboard .publisher-stats{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-bottom:50px}.trends-compared-message{margin-top:15px;color:#00051a;font-size:12px;text-align:left}.publisher-dashboard .publisher-stats .yesterday-stats .counters-grid{display:-moz-box;display:flex;justify-content:space-around}.publisher-dashboard .publisher-stats .week-stats{border:thin solid #e0e7ff;-moz-box-flex:1;flex:1 1;min-width:400px;margin-top:60px;padding:15px 13px}.publisher-dashboard .publisher-stats .week-stats .ant-spin-container{height:318px}.publisher-dashboard .week-stats .compass-chart-wrapper{border:none}.publisher-dashboard .stats-block-title{color:#8798ad;font-size:12px;font-weight:500;text-transform:uppercase;margin:10px 0 25px;padding:0 0 8px 5px}.publisher-dashboard .publisher-toptags{overflow-x:auto;overflow-y:hidden}.publisher-dashboard .publisher-toptags .toptags-rev7-col{padding:0}.publisher-dashboard .publisher-toptags .toptags-rev7-col .rev7col-chart-wrapper{height:90px;width:180px}.publisher-dashboard .publisher-toptags td.col-right-align,.publisher-dashboard .publisher-toptags td.col-right-align .trend-container{text-align:right;-moz-box-pack:end;justify-content:flex-end}.publisher-dashboard .publisher-toptags .ant-table-body,.publisher-dashboard .publisher-toptags .ant-table-scroll{overflow-y:hidden}.publisher-dashboard .publisher-toptags .toptags-rev7-col .rev7col-chart-wrapper .compass-chart-wrapper{border:none;padding-bottom:0;min-height:unset!important}.publisher-dashboard .publisher-stats .stats-block-title .data-source-select{width:200px;margin-left:30px;text-transform:none}@media screen and (max-width:1140px){.publisher-dashboard .publisher-stats{display:block}.publisher-dashboard .publisher-stats .yesterday-stats .counters-grid{grid-template-columns:repeat(4,minmax(180px,235px));overflow-x:auto;padding-bottom:15px}.publisher-dashboard .publisher-stats .yesterday-stats{max-width:unset}.publisher-dashboard .publisher-stats .week-stats{padding-bottom:25px}}.demand-multiaxis-chart.compass-chart-wrapper{margin-top:20px}.demand-multiaxis-chart .demand-chart-select{width:100px;margin-left:30px}.demand-multiaxis-chart .apexcharts-tooltip.active{opacity:.8}.demand-multiaxis-chart .apexcharts-tooltip.light .apexcharts-tooltip-title{background-color:#a9a9a9;color:#fff}.demand-multiaxis-chart .apexcharts-tooltip-marker{border-radius:0}.demand-multiaxis-chart .apexcharts-tooltip-series-group{border-bottom:1px solid #a9a9a9}.demand-multiaxis-chart .apexcharts-tooltip-y-group{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;min-width:220px}.demand-multiaxis-chart .apexcharts-legend-text{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.top-domains-wrapper{padding:50px 0}.top-domains-wrapper .ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.top-domains-wrapper .ant-table-tbody tr{background-color:#fff}.cell-color-white{background-color:#fff!important}.cell-color-red{background-color:#b80001!important}.cell-color-yellow{background-color:#ffb802!important}.cell-color-light-green{background-color:#87c947!important}.cell-color-dark-green{background-color:#02a747!important}.top-domains-wrapper .compass-table .ant-table-tbody>tr:last-child>td,.top-domains-wrapper .compass-table .ant-table-tbody>tr>td{border-right:thin solid #e0e7ff}.revenue-table-wrapper{padding:50px 0}.revenue-table-wrapper .ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.revenue-table-wrapper .ant-table-tbody tr{background-color:#fff}.revenue-table-wrapper .cell-color-red{background-color:#b80001!important}.revenue-table-wrapper .cell-color-dark-green{background-color:#02a747!important}.revenue-table-wrapper .compass-table .ant-table-tbody>tr:last-child>td,.revenue-table-wrapper .compass-table .ant-table-tbody>tr>td{border-right:thin solid #e0e7ff}.revenue-table-wrapper .revenue-table-header{margin-bottom:10px}.revenue-table-wrapper .revenue-table-header .demand-chart-select{width:100px;margin-left:30px}.demand-dashboard .compass-label{margin-bottom:20px}.demand-dashboard .popup-select{width:15%}.demand-dashboard .demand-dashboard-top{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.demand-dashboard .demand-dashboard-actions{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:end;align-items:flex-end}.demand-dashboard .demand-dashboard-actions>div{margin-right:15px}.adstxt-filters.grid-filter-fields{margin:0 0 10px;padding:0;overflow-y:hidden}.adstxt-filters.grid-filter-fields>.filter-select-field{display:-moz-box;display:flex;padding:4px 2px;min-width:175px}.adstxt-table.compass-table .ant-table-pagination.ant-pagination{margin:10px!important}.adstxt-table.compass-table .ant-table-tbody>tr>td{padding:0!important}.adstxt-table.compass-table .ant-table-tbody>tr>td>.adstxt-clickable-cell{display:block;height:100%;width:100%;padding:10px}.adstxt-table.compass-table .ant-table-tbody .progress-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;cursor:pointer}.adstxt-table.compass-table .ant-table-tbody .progress-bar-statistic{margin-left:10px;min-width:50px}.adstxt-table.compass-table .ant-table-tbody>tr>td.publisher-id,.adstxt-table.compass-table .ant-table-thead>tr>th.publisher-id{width:150px;max-width:150px;min-width:150px}.adstxt-table.compass-table .ant-table-tbody>tr>td.publisher-name,.adstxt-table.compass-table .ant-table-thead>tr>th.publisher-name{width:220px;max-width:220px;min-width:220px}.adstxt-table.compass-table .ant-table-tbody>tr>td.am,.adstxt-table.compass-table .ant-table-tbody>tr>td.cm,.adstxt-table.compass-table .ant-table-thead>tr>th.am,.adstxt-table.compass-table .ant-table-thead>tr>th.cm{width:180px;max-width:180px;min-width:180px}.adstxt-table.compass-table .ant-table-tbody>tr>td.domain,.adstxt-table.compass-table .ant-table-thead>tr>th.domain{width:200px;max-width:200px;min-width:200px}.adstxt-table.compass-table .ant-table-tbody>tr>td.domain-status,.adstxt-table.compass-table .ant-table-thead>tr>th.domain-status{width:160px;max-width:160px;min-width:160px}.adstxt-table.compass-table .ant-table-tbody>tr>td.domain-integration-type,.adstxt-table.compass-table .ant-table-thead>tr>th.domain-integration-type{width:230px;max-width:230px;min-width:230px}.adstxt-table.compass-table .ant-table-tbody>tr>td.dp,.adstxt-table.compass-table .ant-table-thead>tr>th.dp{width:260px;max-width:260px;min-width:260px}.adstxt-table.compass-table .ant-table-tbody>tr>td.dp-integration-type,.adstxt-table.compass-table .ant-table-thead>tr>th.dp-integration-type{width:200px;max-width:200px;min-width:200px}.adstxt-table.compass-table .ant-table-tbody>tr>td.score,.adstxt-table.compass-table .ant-table-thead>tr>th.score{width:150px;max-width:150px;min-width:150px}.adstxt-table.compass-table .ant-table-tbody>tr>td.adstxt-line,.adstxt-table.compass-table .ant-table-thead>tr>th.adstxt-line{width:500px;max-width:500px;min-width:500px}.adstxt-table.compass-table .ant-table-tbody>tr>td.demand-manager,.adstxt-table.compass-table .ant-table-thead>tr>th.demand-manager{width:180px;max-width:180px;min-width:180px}.adstxt-table.compass-table .ant-table-tbody>tr>td.demand-status,.adstxt-table.compass-table .ant-table-thead>tr>th.demand-status{width:165px;max-width:165px;min-width:165px}.adstxt-table.compass-table .ant-table-tbody>tr>td.status,.adstxt-table.compass-table .ant-table-thead>tr>th.status{width:160px;max-width:160px;min-width:160px}.adstxt-table.compass-table .ant-table-tbody>tr>td.action,.adstxt-table.compass-table .ant-table-thead>tr>th.action{width:150px;max-width:150px;min-width:150px}.adstxt-table.compass-table .ant-table-tbody>tr>td.last-scan-date,.adstxt-table.compass-table .ant-table-thead>tr>th.last-scan-date{width:170px;max-width:170px;min-width:170px}.adstxt-table.compass-table .ant-table-tbody>tr>td.error-message,.adstxt-table.compass-table .ant-table-tbody>tr>td.last-try-to-scan,.adstxt-table.compass-table .ant-table-thead>tr>th.error-message,.adstxt-table.compass-table .ant-table-thead>tr>th.last-try-to-scan{width:200px;max-width:200px;min-width:200px}.adstxt-table.compass-table .ant-table-tbody>tr>td.add-to-wf,.adstxt-table.compass-table .ant-table-tbody>tr>td.required-line,.adstxt-table.compass-table .ant-table-thead>tr>th.add-to-wf,.adstxt-table.compass-table .ant-table-thead>tr>th.required-line{width:150px;max-width:150px;min-width:150px}.adstxt-table.compass-table .ant-table-tbody .ant-table-expanded-row>td:first-child,.adstxt-table.compass-table .ant-table-tbody .ant-table-row-expand-icon-cell,.adstxt-table.compass-table .ant-table-thead .ant-table-expand-icon-th{display:none}.adstxt-table.compass-table .ant-table-tbody .ant-table-expanded-row>td{padding:15px!important}.ant-table-expanded-row .ant-table-wrapper.compass-table.adstxt-table{width:1250px}.adstxt-management-page .custom-table-header{margin-bottom:10px;padding-bottom:10px}.adstxt-management-page .custom-table-header .compass-select{width:140px}.adstxt-management-page .header-buttons-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.adstxt-management-page .header-buttons-wrapper .compass-icon-button{margin-right:20px;margin-left:20px}.adstxt-management-page .header-buttons-wrapper button{padding:0 30px!important}.home-page-btn{margin:0 10px}.admin-form{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;max-width:479px}.admin-form,.admin-form .admin-form-item-wrapper{display:-moz-box;display:flex}.admin-form .compass-form-item.ant-form-item.inline .ant-form-item-label{width:250px}.admin-form .ant-calendar-picker{margin-left:20px}.admin-form .bulk-editor{min-width:500px}.admin-form .comments-select{margin-left:20px}.adstxt-table-wrapper>.adstxt-table-header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-bottom:20px}.adstxt-table-wrapper>.adstxt-table-header>.table-filters>.compass-select{width:230px}.adstxt-table-wrapper .ant-table-tbody>tr>td.demand-name,.adstxt-table-wrapper .ant-table-thead>tr>th.demand-name{width:260px;max-width:260px;min-width:260px}.adstxt-table-wrapper .ant-table-tbody>tr>td.demand-manager,.adstxt-table-wrapper .ant-table-thead>tr>th.demand-manager{width:180px;max-width:180px;min-width:180px}.adstxt-table-wrapper .ant-table-tbody>tr>td.adstxt-line,.adstxt-table-wrapper .ant-table-thead>tr>th.adstxt-line{width:500px;max-width:500px;min-width:500px}.adstxt-table-wrapper .ant-table-tbody>tr>td.add-to-wf,.adstxt-table-wrapper .ant-table-tbody>tr>td.group,.adstxt-table-wrapper .ant-table-thead>tr>th.add-to-wf,.adstxt-table-wrapper .ant-table-thead>tr>th.group{width:300px;max-width:300px;min-width:300px}.split-test-table-wrapper>.split-test-table-header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-bottom:20px}.split-test-table-wrapper>.split-test-table-header>.table-filters>.compass-select{width:230px}.split-test-table-wrapper .ant-table-tbody>tr>td:first-child{width:200px}.split-test-table-wrapper .ant-table-tbody>tr>td:nth-child(6){max-width:400px}.split-test-table-wrapper .ant-table-tbody>tr>td:last-child>div>.edit{margin-right:10px}.split-test-table-wrapper .key{font-style:italic}.split-test-table-wrapper .card{margin:20px 0;box-shadow:0 3px 5px 0 rgba(0,0,0,.16862745098039217)}.split-test-table-wrapper .card .bold-text,.split-test-table-wrapper .card .edit{margin-right:10px}.split-test-table-wrapper .card .delete{margin-left:10px}.split-test-table-wrapper .card .card-header{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:end}.split-test-table-wrapper .card-header .title{margin-right:auto}.admin-dashboard-page .custom-table-header{margin-bottom:10px;padding-bottom:10px}.admin-dashboard-page .dashboard-wrapper{margin-top:30px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.admin-dashboard-page .header-buttons-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.admin-dashboard-page .header-buttons-wrapper>.dashboard-select{width:300px;padding:0 15px!important}.admin-dashboard-page .header-buttons-wrapper>.ant-calendar-picker{margin-right:15px;width:150px}.lead-finder-wrapper>.ant-form.ant-form-inline{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.lead-finder-wrapper>.ant-form.ant-form-inline>.compass-form-item.inline{-moz-box-align:center;align-items:center;max-width:540px}.lead-finder-wrapper .header-buttons-wrapper .upload-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.lead-finder-wrapper .header-buttons-wrapper .upload-wrapper .info-circle>svg{width:25px;height:25px;cursor:pointer}.lead-finder-wrapper .header-buttons-wrapper .ant-btn.custom-btn{margin-left:15px}.lead-finder-wrapper .upload-wrapper>span{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.lead-finder-wrapper .dashboard-iframe{width:100%;min-height:820px}.lead-finder-wrapper .dashboard-iframe-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.untargeted-reports-wrapper>.ant-form.ant-form-inline{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.untargeted-reports-wrapper>.ant-form.ant-form-inline>.compass-form-item.inline{-moz-box-align:center;align-items:center;max-width:540px}.protector-reports-wrapper>.ant-form.ant-form-inline{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.protector-reports-wrapper>.ant-form.ant-form-inline>.compass-form-item.inline{-moz-box-align:center;align-items:center;max-width:540px}.dp-reports-wrapper{width:100%}.dp-reports-wrapper .ant-form.ant-form-inline{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.dp-reports-wrapper .ant-form.ant-form-inline .compass-form-item.inline{-moz-box-align:center;align-items:center;max-width:540px}.dp-reports-wrapper .bold-text{font-weight:700}.dp-reports-wrapper .italic-text{font-style:italic}.dp-reports-wrapper .info{-moz-box-flex:1;flex:1 1;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;justify-content:space-around}.dp-reports-wrapper .info>p{max-width:450px}.dp-reports-wrapper .dp-report-form{-moz-box-flex:1;flex:1 1}.dp-reports-wrapper .content-wrapper{display:-moz-box;display:flex}.info-table{margin-top:70px}.ant-dropdown-menu-item-group-list{margin:0;padding:0}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{list-style:none;margin:0}.header-user-avatar:hover{cursor:pointer;background:#acaaaa}.user-pop-overlay>ul{-moz-box-sizing:border-box;box-sizing:border-box;height:73px;width:169px;border:thin solid #e0e7ff;border-radius:5px;background-color:#fff;box-shadow:0 14px 10px 0 rgba(0,0,0,.05);position:relative;top:5px}.user-pop-overlay .no-action{cursor:default}.user-pop-overlay .no-action:hover{background-color:unset}.user-pop-overlay .ant-dropdown-menu{padding:0;height:100%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.user-pop-overlay .ant-dropdown-menu-item{color:#00051a;overflow:hidden;text-overflow:ellipsis;-moz-box-flex:1;flex-grow:1}.user-pop-overlay .ant-dropdown-menu-item:nth-child(odd){background-color:#f9faff}.user-pop-overlay .ant-dropdown-menu-item:nth-child(odd):hover{background-color:#e6f7ff}.global-search{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center;-moz-box-flex:1;flex:1 1 465px;max-width:670px;margin-right:40px;height:40px;border-radius:5px}.global-search,.global-search .ant-input,.global-search .ant-select-selection{background-color:#f4f6fc}.global-search .gs-activity{max-width:100px;min-width:100px;margin-right:15px;padding-left:15px;border-left:thin solid #e0e7ff}.global-search .gs-activity>.ant-select-selection{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;border:none}.global-search .gs-activity>.ant-select-selection:active,.global-search .gs-activity>.ant-select-selection:focus{box-shadow:none!important}.global-search .gs-activity>.ant-select-selection .ant-select-selection-selected-value{color:#00051a;font-family:Roboto;font-size:16px;font-weight:500}.global-search .gs-activity>.ant-select-selection .ant-select-selection__rendered{margin:0}.global-search .gs-activity>.ant-select-selection .ant-select-arrow{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;position:relative;height:20px;width:20px;border-radius:5px;background-color:#f4f6fc;color:#00051a;margin:0;padding:0;top:0;right:0}.global-search .gs-activity>.ant-select-selection .ant-select-arrow>i{height:12px}.global-search .search-icon-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:40px;width:40px;border-radius:5px;background-color:#f4f6fc;margin-right:10px}.global-search .search-input{-moz-box-flex:1;flex:1 1;height:40px;padding:0;margin:0;border:none;color:#00051a;font-family:Roboto;font-size:16px;font-weight:500;min-width:150px}.global-search .search-input::-webkit-input-placeholder{color:#8798ad;font-family:Roboto;font-size:16px;line-height:19px;font-weight:100}.global-search .search-input::-moz-placeholder{color:#8798ad;font-family:Roboto;font-size:16px;line-height:19px;font-weight:100}.global-search .search-input::placeholder{color:#8798ad;font-family:Roboto;font-size:16px;line-height:19px;font-weight:100}.global-search .search-input:focus{box-shadow:none}.global-search-overlay{min-width:300px;max-width:500px;box-shadow:0 14px 10px 0 rgba(0,0,0,.05)}.global-search-overlay .gs-dropdown{background:#fff;-moz-transition:all .3s;transition:all .3s;border:thin solid #e0e7ff;border-radius:5px}.global-search-overlay .gs-dropdown.gs-dropdown-loading,.global-search-overlay .gs-dropdown.gs-dropdown-notfound{height:60px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.global-search-overlay .gs-dropdown.gs-dropdown-result{max-height:400px;overflow-y:auto}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-block{display:-moz-box;display:flex;border-bottom:thin solid #e0e7ff}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-block:last-child{border-bottom:none}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-key{width:120px;text-align:left;padding-left:14px;padding-top:14px;text-transform:uppercase;font-family:Roboto;font-weight:500;font-size:12px;color:#8798ad}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-list{padding:0 0 1px 10px;-moz-box-flex:1;flex:1 1;overflow:hidden}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-list-item{padding-left:8px;padding-right:20px;border:none!important;color:#00051a;font-family:Roboto;font-size:16px;line-height:19px}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-list-item>a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#00051a}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-list-item.selected{background:#e6f7ff}.global-search-overlay .gs-dropdown.gs-dropdown-result .gs-result-list-item.selected>a{color:rgba(0,0,0,.6509803921568628)}.main-header-wrapper{display:-moz-box;display:flex;height:90px;background:#fafafa;border-bottom:2px solid #e0e7ff;padding:8px 0;position:fixed;z-index:5;width:100%}.main-header-placeholder{height:90px}.main-header-wrapper .main-header{padding:0 30px;background:#fff;width:100%}.main-header-wrapper .main-header,.main-header-wrapper .main-header>.header-left{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;height:100%}.main-header-wrapper .main-header>.header-left{-moz-box-pack:justify;justify-content:space-between;-moz-box-flex:1;flex:1 1}.main-header-wrapper .main-header>.header-right{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;height:100%}.main-header-wrapper .main-header .header-navigation,.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper{display:-moz-box;display:flex;-moz-box-pack:start;justify-content:flex-start;height:100%}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper{-moz-box-align:center;align-items:center;padding-right:10px;margin-right:30px;position:relative}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;position:relative;height:auto}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper{position:relative;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-right:12px;width:36px;height:36px;border-radius:18px;padding:0}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.home{background-color:#f4f6fc}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.lead-finder{background-color:#e3d7ff;min-width:36px}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.home svg{fill:#000}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.supply{background-color:#ffdafc}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.demand{background-color:#e3d7ff}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.reports{background-color:#dceef1}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-icon-wrapper.reports svg>g>g{fill:#3ebbd2}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper .main-nav-item .nav-item-title{color:#8798ad;font-family:Roboto;font-size:16px;line-height:19px}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper.active .main-nav-item .nav-item-title{color:#00051a}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper.active .nav-item-active-bottom{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:start;align-items:flex-start;position:absolute;bottom:-2px;left:0;width:100%;height:8px;border-bottom:2px solid #ccced5;overflow:hidden;padding-top:2px}.main-header-wrapper .main-header .header-navigation .main-nav-item-wrapper.active .nav-item-active-bottom>div{height:10px;width:10px;-moz-transform:rotate(45deg);transform:rotate(45deg);background:#ccced5}.main-header-wrapper .main-header .header-divider{height:36px;width:thin;border:thin solid #e0e7ff;margin-right:30px}.main-header-wrapper .main-header>.header-left .header-logo-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;height:60%}.main-header-wrapper .main-header>.header-left .header-logo-wrapper img{height:100%;min-height:125px}.main-header-wrapper .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.main-header-wrapper .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .submenu-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;cursor:pointer}.alerts-dashboard-wrapper .alerts-dashboard-header{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;height:100px;margin-bottom:60px}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs{-moz-box-flex:4;flex:4 1;height:100%;display:-moz-box;display:flex;border-radius:5px;box-shadow:0 4px 4px 0 rgba(0,0,0,.05)}.alerts-dashboard-wrapper .alerts-dashboard-header-tab,.alerts-dashboard-wrapper .duplications-discrepancy-header-tab{color:inherit}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab,.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab{-moz-box-flex:1;flex:1 1;height:100%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-align:center;font-family:Roboto,serif;font-size:16px;border-radius:5px;border:thin solid transparent;-moz-transition:all .3s;transition:all .3s}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab:after{opacity:0;content:"";position:absolute;height:20px;width:20px;bottom:-10px;margin-left:auto;margin-right:auto;left:0;right:0;-moz-transform:rotate(45deg);transform:rotate(45deg);background:#f7f9fb;-moz-transition:all .3s;transition:all .3s;border-bottom:thin solid transparent;border-right:thin solid transparent}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab:hover{cursor:pointer;border:thin solid #e0e7ff}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab.selected{position:relative;background:#f7f9fb}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab:after{opacity:0;content:"";position:absolute;height:20px;width:20px;bottom:-10px;margin-left:auto;margin-right:auto;left:0;right:0;-moz-transform:rotate(45deg);transform:rotate(45deg);background:#f7f9fb;-moz-transition:all .3s;transition:all .3s;border-bottom:thin solid transparent;border-right:thin solid transparent}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab:hover{cursor:pointer;border:thin solid #e0e7ff}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab.selected{position:relative;background:#f7f9fb}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab.selected:after{opacity:1}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .alerts-dashboard-header-tab.selected:hover:after{border-bottom:thin solid #e0e7ff;border-right:thin solid #e0e7ff}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab.selected:after{opacity:1}.alerts-dashboard-wrapper .alerts-dashboard-header .alerts-dashboard-header-tabs .duplications-discrepancy-header-tab.selected:hover:after{border-bottom:thin solid #e0e7ff;border-right:thin solid #e0e7ff}.demand-management-dashboard-filters.grid-filter-fields{margin:0 0 10px;padding:0;overflow-y:hidden}.demand-management-dashboard-filters.grid-filter-fields>.filter-select-field{display:-moz-box;display:flex;padding:4px 2px;min-width:175px}.demand-management-table.compass-table .ant-table-pagination.ant-pagination{margin:10px!important}.demand-management-table.compass-table .ant-table-tbody>tr>td{padding:0!important}.demand-management-table.compass-table .ant-table-tbody>tr>td>.demand-management-cell,.demand-management-table.compass-table .ant-table-tbody>tr>td>.demand-management-table-clickable-cell{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:100%;height:100%}.muted{color:#6a7787}.active{color:#40a9ff}.demand-management-header-buttons{display:-moz-box;display:flex}.demand-management-header-buttons .compass-icon-button{margin-left:15px}.demand-management-header-buttons .compass-icon-button.history-button{color:#5b53f8}.demand-management-page .custom-table-header{margin-bottom:10px;padding-bottom:10px}.demand-management-popup .report-grid-link{margin-left:10px}.factor-management-table-wrapper .result-grid .reports-grid{height:auto;border-top:0}.factor-management-table-wrapper .spin-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.factor-management-header-buttons{display:-moz-box;display:flex}.factor-management-header-buttons .ant-picker.ant-picker-range.compass-calendar{height:40px}.factor-management-header-buttons .compass-icon-button{margin-left:15px}.factor-management-header-buttons .compass-icon-button.history-button{color:#5b53f8}.factor-management-header-buttons .custom-btn{padding:0 45px!important}.factor-management-page .cell-factor{width:60px}.factor-management-page .cell-factor-span{display:inline-block;padding:6px 11px 5px 12px}.factor-management-page .cell-factor-span:hover{padding:4px 11px;border:thin solid hsla(0,0%,85.1%,.45098039215686275);border-radius:4px;cursor:pointer}.active-filter .ant-select-selection{color:#319bff;border:thin solid #319bff}.dashboard-single-select div.ant-select-selection__placeholder{color:rgba(0,0,0,.65)}.earning-statement-form #affecting_month{width:100%;max-width:410px}.ant-calendar-footer-btn{float:right}.export-layout{display:-moz-box;display:flex;position:fixed;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;height:100%;width:100%;top:0;right:0;left:0;bottom:0}.export-layout .export-form{-moz-box-flex:3;flex:3 1}.export-layout .export-form,.export-layout .export-form-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.export-layout .export-form-wrapper{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;width:auto;min-width:450px;max-width:650px;height:320px;border:thin solid #e0e7ff;border-radius:5px;background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.08);padding:30px}.export-layout .export-form-wrapper .export-form-logo-wrapper{width:100%;height:40px;text-align:center;margin-bottom:30px}.export-layout .export-form-wrapper .export-form-logo-wrapper img.export-logo{height:100%;width:auto}body{font-family:Roboto!important;color:#00051a}#root,#root>section.ant-layout,#root>section.ant-layout>main.ant-layout-content{height:100%}#root>section.ant-layout>main.ant-layout-content{padding-top:20px;width:100%;max-width:1920px;min-width:500px}div.ant-modal-mask{background:none}.ant-table-column-sorters:before{display:none!important}.apexcharts-legend{bottom:0!important}input.ant-input.compass-input,span.compass-input>input.ant-input,textarea.ant-input.compass-input{min-height:34px;overflow-y:auto;border:thin solid #e0e7ff;border-radius:5px;background-color:rgba(224,231,255,.2);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;color:#00051a;font-family:Roboto;font-size:14px;font-weight:500}span.compass-input:hover input.ant-input:not(.ant-input-disabled){border:thin solid #e0e7ff}input.ant-input.compass-input:-moz-read-only,span.compass-input>input.ant-input:-moz-read-only{cursor:default}input.ant-input.compass-input:read-only,span.compass-input>input.ant-input:read-only{cursor:default}input.ant-input.compass-input:-moz-read-only:focus,span.compass-input>input.ant-input:-moz-read-only:focus{box-shadow:none}input.ant-input.compass-input:read-only:focus,span.compass-input>input.ant-input:read-only:focus{box-shadow:none}.ant-input-number.compass-input{min-height:34px;overflow-y:auto;border:thin solid #e0e7ff;border-radius:5px;background-color:rgba(224,231,255,.2);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;color:#00051a;font-family:Roboto;font-size:14px;font-weight:500}.ant-input-number.compass-input>.ant-input-number-input-wrap{width:100%;height:100%;line-height:34px}.ant-input-number.compass-input>.ant-input-number-input-wrap>input.ant-input-number-input{width:100%;height:100%}body .ant-calendar-picker-container{font-family:Roboto}div.ant-calendar-date{color:#00051a}.ant-calendar-last-month-cell div.ant-calendar-date,.ant-calendar-next-month-btn-day div.ant-calendar-date{color:#8798ad}span.ant-calendar-picker.compass-calendar{width:100%}div.ant-picker.ant-picker-range.compass-calendar{border:thin solid #e0e7ff;border-radius:5px;background-color:rgba(224,231,255,.2);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;color:#00051a;font-family:Roboto;font-size:14px;font-weight:500}div.ant-picker.ant-picker-range.compass-calendar>.ant-picker-input:first-of-type{position:static}div.ant-picker.ant-picker-range.compass-calendar>.ant-picker-input:first-of-type:after{content:"";position:absolute;width:100%;height:100%;z-index:1;cursor:pointer}span.ant-calendar-picker.compass-calendar>span.ant-calendar-picker-input.ant-input:hover>*{font-weight:700}.ant-picker-cell-range-end div,.ant-picker-cell-range-start div,.ant-picker-cell-selected div{background-color:#5b53f8!important}.ant-picker-cell-in-range td:before{background-color:rgba(224,231,255,.2)!important}.ant-picker-cell-today div:before{border-color:#5b53f8!important}.ant-picker-week-panel-row-range-end td:before,.ant-picker-week-panel-row-range-start td:before{background-color:#5b53f8!important}span.ant-calendar-picker.compass-calendar input.ant-calendar-range-picker-input{text-align:left;width:100px}span.ant-calendar-picker.compass-calendar .ant-calendar-range-picker-separator{font-size:18px;vertical-align:middle;margin-right:14px}.compass-select{width:100%}.compass-select .ant-select-selection__choice{border:thin solid #e0e7ff;border-radius:5px;background-color:rgba(224,231,255,.2)}.compass-select .ant-select-selection__choice__content{color:#00051a;font-size:16px}.compass-select .ant-select-arrow svg{fill:#00051a}.compass-select>div.ant-select-selection{display:-moz-box;display:flex;min-height:34px;max-height:140px;padding-right:5px;overflow-y:auto;overflow-x:hidden;border:thin solid #e0e7ff;border-radius:5px;background-color:rgba(224,231,255,.2);color:#00051a;font-size:14px;font-weight:400}.error .compass-select>div.ant-select-selection,.has-error .compass-select>div.ant-select-selection{border-color:#f5222d}.compass-select.no-scroll>div.ant-select-selection{overflow-y:hidden}.compass-select>div.ant-select-selection .ant-select-selection__clear{position:static;margin:0;padding:0;align-self:stretch;height:auto;background-color:#f9faff}.compass-select>div.ant-select-selection .ant-select-selection__clear>i{position:absolute;height:100%}.compass-select>div.ant-select-selection .ant-select-selection__clear>i>svg{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.compass-select>div.ant-select-selection .ant-select-selection__rendered{width:1px;-moz-box-flex:1;flex:1 1;margin-right:2px}.compass-select>div.ant-select-selection .ant-select-selection__placeholder{color:#8798ad;font-size:16px;line-height:19px;font-weight:300}body .ant-select-dropdown-menu-item{min-height:42px;padding:8px 12px;color:#00051a}body .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled{color:rgba(0,0,0,.25)}.compass-select-single>.ant-select-selection{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;border:none}.compass-select-single>.ant-select-selection:active,.compass-select-single>.ant-select-selection:focus{box-shadow:none!important}.compass-select-single>.ant-select-selection .ant-select-selection-selected-value{color:#00051a;font-family:Roboto;font-size:16px;font-weight:500}.compass-select-single>.ant-select-selection .ant-select-selection__rendered{margin:0}.compass-select-single>.ant-select-selection .ant-select-arrow{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;position:relative;height:20px;width:20px;border-radius:5px;background-color:#f4f6fc;color:#00051a;margin:0;padding:0;top:0;right:0}.compass-select-single>.ant-select-selection .ant-select-arrow>i{height:12px}.compass-label{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:500;text-transform:uppercase}.compass-switch.ant-switch{height:20px;width:50px;border-radius:10px;background:#e0e7ff}.compass-switch.ant-switch.ant-switch-checked{background:#5b53f8}.compass-switch.ant-switch:after{top:0;bottom:0;margin:auto auto auto 3px;height:14px;width:14px;box-shadow:none;background:#8798ad}.compass-switch.ant-switch.ant-switch-checked:after{background:#fff;margin-left:-3px}.compass-icon-button{height:40px;width:40px;border:thin solid #e0e7ff;border-radius:5px;-moz-transition:all .3s;transition:all .3s}.compass-icon-button,.compass-icon-button>i{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.compass-icon-button>i{height:100%;width:100%;font-size:22px;line-height:100%}.compass-icon-button:hover{cursor:pointer;border-color:#3ebbd2}.compass-form-item.ant-form-item{width:100%;margin:0 0 12px}.compass-form-item.ant-form-item .ant-form-item-control-wrapper{width:100%}.compass-form-item.ant-form-item .ant-form-item-control-wrapper .ant-form-item-control{line-height:0}.compass-form-item.ant-form-item .ant-form-item-label{margin-left:2px;line-height:26px;width:100%;text-align:left;padding:0}.compass-form-item.ant-form-item .ant-form-item-label>label{color:#8798ad;font-family:Roboto;font-size:12px;font-weight:500;text-transform:uppercase;padding-right:8px}.compass-form-item.ant-form-item .ant-form-item-label>label.ant-form-item-required:before{color:#ff35ef;position:absolute;right:0;top:0;margin:0}.compass-form-item.ant-form-item .ant-form-item-label>label.ant-form-item-required:after{margin:0}.compass-form-item.ant-form-item .ant-form-item-control.has-error .ant-form-extra{padding:5px 0 0 5px;margin:0;color:#ff3566}.compass-form-item.ant-form-item .ant-form-item-control.has-error .ant-input-number,.compass-form-item.ant-form-item .ant-form-item-control.has-error input.ant-input{border:thin solid #ff3566!important}.compass-form-item.ant-form-item.inline{display:-moz-box;display:flex}.compass-form-item.ant-form-item.inline .ant-form-item-label{width:150px;white-space:normal;margin-right:15px;font-weight:500;line-height:14px;text-align:right}.compass-form-item.ant-form-item.inline .ant-form-item-label>label{display:block;margin-top:12px}.compass-form-item.ant-form-item.inline .ant-form-item-label>label:after{content:none}.compass-form-item.ant-form-item.inline .compass-input,.compass-form-item.ant-form-item.inline .compass-select{width:100%;max-width:410px}.compass-form-item.ant-form-item.inline .ant-form-item-control.has-error div.ant-form-explain{margin-top:4px}.compass-form-item.ant-form-item.compass-checkbox-form-item{display:-moz-box;display:flex;width:auto;-moz-box-align:center;align-items:center}.compass-form-item.ant-form-item.compass-checkbox-form-item .ant-form-item-label{width:110px}.compass-form-item.ant-form-item.compass-checkbox-form-item .ant-form-item-control-wrapper{width:80px}.compass-form-item.ant-form-item.compass-checkbox-form-item.inline .ant-form-item-label>label{margin-top:0}#root .ant-checkbox-inner{border:1px solid #8798ad;border-radius:3px}#root .ant-checkbox-checked .ant-checkbox-inner{background-color:#fff;border:1px solid #8798ad;border-radius:3px}#root .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#1950ff}.compass-chart-wrapper{border:thin solid #e0e7ff;padding-bottom:10px}.compass-chart-wrapper .compass-chart-title-wrapper{padding:20px 20px 0}.compass-chart-wrapper svg .apexcharts-gridline{stroke:#8798ad;stroke-dasharray:3}.compass-chart-wrapper svg .apexcharts-gridline:last-child{stroke-dasharray:none}.compass-chart-wrapper svg text.apexcharts-xaxis-label,.compass-chart-wrapper svg text.apexcharts-yaxis-label{fill:#8798ad;font-family:Roboto!important;font-size:14px;font-weight:500}.compass-chart-wrapper svg .apexcharts-legend.position-left .apexcharts-legend-series{margin:3px 5px!important}.compass-chart-wrapper svg .apexcharts-legend.position-bottom .apexcharts-legend-series{margin:0 15px!important}.compass-chart-wrapper svg .apexcharts-legend-series .apexcharts-legend-marker{margin-right:10px}.compass-chart-wrapper svg span.apexcharts-legend-text{color:#8798ad!important;font-family:Roboto!important;font-size:14px;font-weight:500}.custom-btn{padding:0 45px}.custom-btn i{right:10px;position:absolute;top:50%;-moz-transform:translateY(-50%) scale(.83)!important;transform:translateY(-50%) scale(.83)!important}.custom-ghost-btn{border:thin solid #00051a;color:#00051a}.ant-btn-primary.purpleBg,.purpleBg{background-color:#6625ff;border-color:#6625ff}.purpleBg[disabled]{background-color:#f5f5f5;border-color:#d9d9d9}.compass-table{border:thin solid #e0e7ff}.compass-table thead.ant-table-thead th{border-radius:0;border:thin solid #e0e7ff;border-top:none;border-left:none;background:#fff;height:40px;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;position:relative}.compass-table .ant-table-tbody>tr>td,.compass-table .ant-table-thead>tr>th{padding:10px;color:#00051a;font-size:13px;line-height:26px}.compass-table .ant-table-fixed-right .ant-table-tbody>tr.ant-table-expanded-row>td{color:transparent}.compass-table .ant-table-tbody>tr>td{border-bottom:thin solid #e0e7ff;text-align:left}.compass-table thead.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters{padding-right:23px!important;padding-left:23px}.compass-table thead.ant-table-thead th:empty{background-color:#f4f6fc}.ant-table-thead>tr>th i.ant-table-filter-icon.filter-action,.compass-table .ant-table-thead>tr>th .anticon-filter{position:absolute;top:0;right:0;height:18px;width:18px;background-color:#f4f6fc}.filter-action>svg{-moz-transform:scaleY(.8) translateY(-2px);transform:scaleY(.8) translateY(-2px)}.compass-table thead.ant-table-thead th span.ant-table-header-column{vertical-align:middle}.compass-table thead.ant-table-thead th span.ant-table-column-title{color:#6a7787;font-family:Roboto;font-size:12px;font-weight:400;text-transform:uppercase}.compass-table thead.ant-table-thead th:last-child{border-right:none}.compass-table thead.ant-table-thead th:hover{background:#f9faff!important}.compass-table thead.ant-table-thead th.ant-table-column-has-sorters .ant-table-column-sorters{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.compass-table thead.ant-table-thead th.ant-table-column-has-sorters span.ant-table-column-sorter{display:block;margin-top:-.35em}.compass-table thead.ant-table-thead th.ant-table-column-has-sorters span.ant-table-column-title{line-height:18px}.compass-table thead.ant-table-thead th.ant-table-column-sort i.anticon-caret-down.ant-table-column-sorter-down.on,.compass-table thead.ant-table-thead th.ant-table-column-sort i.anticon-caret-up.ant-table-column-sorter-up.on,.compass-table thead.ant-table-thead th.ant-table-column-sort span.ant-table-column-title{color:#3ebbd2}.compass-table .ant-table-tbody>tr>td.ant-table-column-sort{background:transparent}.compass-table .ant-table-body{overflow-x:auto!important}.compass-table .ant-table-tbody>tr.custom-table-row>td{border:none;border-bottom:thin solid #e0e7ff;padding:0 10px;text-align:center;color:#00051a;font-size:14px;font-weight:400;font-family:Roboto;line-height:26px;height:49px}.compass-table .ant-table-tbody>tr:last-child>td{border:none}.compass-table .ant-table-tbody>tr.custom-table-row_odd,.compass-table .ant-table-tbody>tr:nth-child(odd){background:#f7f9fb}.compass-table .ant-table-tbody>tr.custom-table-row_even,.compass-table .ant-table-tbody>tr.custom-table-row_even+tr:not(.custom-table-row_odd){background:transparent}.compass-table .ant-table-tbody>tr.custom-table-row.ant-table-row-hover>td,.compass-table .ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td{background-color:transparent}.compass-expand-toggle{cursor:pointer;height:20px;width:20px;margin:auto;line-height:20px;border-radius:5px;background-color:#f4f6fc}.no-transition *{-moz-transition:none!important;transition:none!important;-moz-animation-duration:0s!important;animation-duration:0s!important;-moz-animation:none!important;animation:none!important}.bold-text{font-weight:700}