*{box-sizing:border-box}html,body{position:fixed;inset:0;margin:0;padding:0;height:100%;min-height:100%;width:100%;overflow-x:hidden}html{font-family:Roboto,sans-serif;font-weight:400;font-size:13px;color:#4b5b6e}body{background-color:#edf0f5}button,a,textarea,input,span,div{outline:none;font-family:Roboto,sans-serif}.card{background-color:#fff;padding:20px 30px;border-radius:10px;box-shadow:0 5px 13px #00000008;color:#929eac}.card.grey-background{background-color:#edf0f5}.card.clickable{cursor:pointer;transition:box-shadow .1s}.card.clickable:hover{box-shadow:0 5px 13px #0000001a}.card .card-right-container .text-button{display:block}hr{border:none;background-color:#d2dce8;width:100%;height:1px;margin:0}hr.vertical{background-color:#d2dce8;width:1px;height:100%}h1{font-size:30px;margin:0}h2,.h2{font-size:20px;color:#4b5b6e;margin:0}.icon{background-size:contain;background-repeat:no-repeat;background-position:center}a{text-decoration:none}#page-header{animation:headerAppear .4s linear 1 both}@keyframes headerAppear{0%{opacity:0;background-color:transparent}50%{opacity:1;background-color:transparent}}.page-content{animation:contentAppear .7s linear 1 backwards .3s;padding:20px 80px}@keyframes contentAppear{0%{opacity:0;background-color:1}50%{opacity:0;background-color:1}to{opacity:1;background-color:1}}@media (max-width: 1024px){.page-content{padding-left:20px;padding-right:20px}}.list-count{font-size:12px;color:#929eac}@media (max-width: 1024px){.list-count{display:none}}.arrow{background:url(/assets/img/long-arrow.svg) no-repeat center;height:5px;width:15px}.arrow.left{transform:rotate(180deg);margin-right:12px}.arrow.right{margin-left:12px}.list-element-animation{animation:list-element-animation .4s 0s cubic-bezier(.47,1.62,.55,1.08) 1 backwards}@keyframes list-element-animation{0%{opacity:.4;transform:scale(.99)}}.list-element-animation:nth-of-type(1){animation-delay:0s}.list-element-animation:nth-of-type(2){animation-delay:.05s}.list-element-animation:nth-of-type(3){animation-delay:.1s}.list-element-animation:nth-of-type(4){animation-delay:.15s}.list-element-animation:nth-of-type(5){animation-delay:.2s}.list-element-animation:nth-of-type(6){animation-delay:.25s}.list-element-animation:nth-of-type(7){animation-delay:.3s}.list-element-animation:nth-of-type(8){animation-delay:.35s}.list-element-animation:nth-of-type(9){animation-delay:.4s}.list-element-animation:nth-of-type(10){animation-delay:.45s}.loading-list-element{opacity:.5}.no-results{position:absolute;left:50%;top:calc(50vh - 150px);font-size:20px;color:#929eac;font-weight:700;transform:translate(-50%)}.tag{width:auto;height:30px;background:#e2e8ef;border-radius:10px;margin-right:20px;text-align:center;color:#4b5b6e;padding:6px 15px 0;white-space:nowrap}.bold{font-weight:700!important}.medium{font-weight:500!important}.light{font-weight:300!important}.thin{font-weight:100!important}.regular{font-weight:400}.blue-text{color:#0077db!important}.red-text{color:#c03}.gray-text{color:#929eac}.dark-text{color:#393c51}.yellow-text{color:#ffb300}.green-text{color:#00ae17}.big-text{font-size:20px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#929eaccc;border-radius:4px;margin-right:2px}::-webkit-scrollbar-thumb:hover{background:#4b5b6e}.action-button{display:inline-block;font-size:12px;font-weight:500;background-color:#0077db;border-radius:10px;color:#fff;height:30px;line-height:29px;border:0;box-shadow:0 8px 13px #00000029;padding:0 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:box-shadow .15s,background-color .05s}.action-button:hover{background-color:#0085f5}.action-button:focus{box-shadow:0 3px 7px #0000004d;background-color:#005ba8;transition:box-shadow .1s cubic-bezier(.47,1.62,.55,1.08),background-color .1s}.action-button:active{box-shadow:0 1px 3px #00000080;background-color:#004d8f;transition:box-shadow .1s cubic-bezier(.47,1.62,.55,1.08),background-color .05s}.text-button{position:relative;font-size:12px;font-weight:700;color:#0077db;border:none;cursor:pointer;background-color:transparent;padding:0}.text-button:hover:before,.text-button:focus:before{background-color:#0077db1a}.text-button:active:before{background-color:#0077db4d}.text-button:before{position:absolute;content:" ";display:block;left:-8px;top:-5px;width:calc(100% + 16px);height:calc(100% + 10px);border-radius:5px;background-color:transparent;transition:background-color .05s}.text-button.red-text{color:#c03}.text-button.red-text:hover:before,.text-button.red-text:focus:before{background-color:#cc00331a}.text-button.red-text:active:before{background-color:#cc00334d}.text-button.white{color:#fff}.text-button.white:hover:before,.text-button.white:focus:before{background-color:#ffffff4d}.text-button.white:active:before{background-color:#fff6}.text-button.dark-text{color:#4b5b6e}.text-button.dark-text:hover:before,.text-button.dark-text:focus:before{background-color:#393c514d}.text-button.dark-text:active:before{background-color:#393c5166}.text-button.green-text{color:#00ae17}.text-button.green-text:hover:before,.text-button.green-text:focus:before{background-color:#00ae174d}.text-button.green-text:active:before{background-color:#00ae1766}.text-button.disabled{cursor:not-allowed;opacity:.5}.text-button.delete-filters-button{height:30px;margin-left:20px;display:flex;justify-content:center;align-items:center;margin-bottom:10px}@media (max-width: 1024px){.text-button.delete-filters-button{color:#fff;margin-top:10px;margin-left:8px;margin-bottom:-5px}.text-button.delete-filters-button:hover:before,.text-button.delete-filters-button:focus:before{background-color:#ffffff4d}.text-button.delete-filters-button:active:before{background-color:#fff6}}input:not([type=submit]),textarea{font-size:12px;font-weight:500;background-color:#fff;border-radius:10px;border:none;color:#4b5b6e!important;box-shadow:0 0 4px #00000008;padding:0 10px;transition:box-shadow .1s,background-color .05s,background-image .1s,border-radius .1s,filter .05s}input:not([type=submit])::placeholder,textarea::placeholder{color:#929eac}input:not([type=submit]):hover,textarea:hover{filter:drop-shadow(0 0 4px rgba(0,0,0,.07))}input:not([type=submit]).error,textarea.error{box-shadow:0 0 1px #0000001a,inset 0 0 0 1px #db0037}@media (max-width: 1024px){input:not([type=submit]).error,textarea.error{-webkit-appearance:none}}input:not([type=submit]):focus,textarea:focus{box-shadow:0 0 3px #0000001a,inset 0 0 0 1.5px #0f91ff}input:not([type=submit]).error-input,textarea.error-input{box-shadow:0 0 3px #cc00331a,inset 0 0 0 1px #db0037}@media (max-width: 1024px){input:not([type=submit]).error-input,textarea.error-input{-webkit-appearance:none}}input:not([type=submit]){height:30px}input:not([type=submit])::placeholder{color:#929eac}input:not([type=submit]).modal-input{height:unset;min-height:30px}input:not([type=submit]).with-icon{background-size:16px;background-position:calc(100% - 10px) 50%;padding-right:36px;background-repeat:no-repeat}input[type=date],input.date{background-image:url(/assets/img/calendar-blue.svg);background-repeat:no-repeat;background-position:calc(100% - 10px) 50%;padding-right:36px}input[type=date]:hover,input.date:hover{background-image:url(/assets/img/calendar-blue.svg);background-repeat:no-repeat}input[type=date].error-input,input.date.error-input{box-shadow:inset 0 0 0 1px #db0037}input[type=date].custom-date,input.date.custom-date{cursor:pointer;padding-right:65px;background-position:calc(100% - 20px) 50%}.show-password-button{background-image:url(/assets/img/password-show.svg);background-repeat:no-repeat;background-position:center;background-color:inherit;position:absolute;display:block;height:23px;width:23px;right:10px;top:50%;transform:translateY(-50%)}@media (max-width: 1024px){.show-password-button{transform:translateY(0)}}.show-password-button.is-showing{background-image:url(/assets/img/password-hide.svg)}.show-password-button.adjusted-position{top:32%}.input-container{position:relative}.input-error-message{position:absolute;top:calc(100% - 1px);left:1px;color:#c03;font-size:12px;animation:appearMessage .1s 0s cubic-bezier(0,0,.2,1) 1 backwards}@keyframes appearMessage{0%{font-size:0;opacity:0}50%{opacity:0}}.input-error-message.relative{position:relative;top:unset;left:unset;margin-top:-1px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media screen and (max-width: 768px){input,input.date{border-radius:5px}input.custom-date,input.date.custom-date{padding-right:30px;background-position:calc(100% - 10px) 50%}}@media (max-width: 1024px){input:not([type=submit]){border-radius:5px}}.radio-container,.checkbox-container{display:flex;flex-flow:row;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.radio-container .text,.checkbox-container .text{margin-left:15px;color:#929eac}.radio-container:active .radio-button,.radio-container:active .checkbox-button,.checkbox-container:active .radio-button,.checkbox-container:active .checkbox-button{box-shadow:inset 0 0 0 5px #c6cfda;border-radius:100%;background-color:#fff}.radio-container:active .radio-button:before,.radio-container:active .checkbox-button:before,.checkbox-container:active .radio-button:before,.checkbox-container:active .checkbox-button:before{border-radius:100%}.radio-container:active .checkbox-button:before,.checkbox-container:active .checkbox-button:before{transform:scale(.8)}.radio-container:focus .text,.checkbox-container:focus .text{color:#0077db}.radio-container:active .radio-button{box-shadow:inset 0 0 0 5px #c6cfda;border-radius:100%;background-color:#fff}.radio-container:active .radio-button:before{border-radius:100%}.radio-container:active .radio-button.checked:before{transform:scale(.72)}.checkbox-container:active .checkbox-button{box-shadow:inset 0 0 0 5px #c6cfda;border-radius:100%;background-color:#fff}.checkbox-container:active .checkbox-button:before{border-radius:100%;transform:scale(0)}.checkbox-container:active .checkbox-button.checked{box-shadow:inset 0 0 0 3px #c6cfda}.checkbox-container:active .checkbox-button.checked:before{transform:scale(.7)}.checkbox-container:active .checkbox-button.checked:after{transform:scale(.8)}.radio-button,.checkbox-button{position:relative;width:16px;height:16px;min-width:16px;border-radius:5px;background-color:#fff;box-shadow:inset 0 0 0 1px #c6cfda}.radio-button{transition:box-shadow .15s cubic-bezier(.4,0,.2,1),border-radius .15s cubic-bezier(.4,0,.2,1)}.radio-button:before{position:absolute;display:block;content:" ";left:4px;top:4px;border-radius:2px;background-color:#0077db;width:8px;height:8px;transition:transform .2s cubic-bezier(.4,0,.2,1),border-radius .15s cubic-bezier(.4,0,.2,1);transform:scale(0);transform-origin:50% 50%}.radio-button.checked:before{transform:none}.checkbox-button{transition:box-shadow .15s cubic-bezier(.4,0,.2,1),border-radius .15s cubic-bezier(.4,0,.2,1)}.checkbox-button:before{position:absolute;display:block;content:" ";left:1px;top:1px;border-radius:4px;background-color:#0077db;width:14px;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1),border-radius .15s cubic-bezier(.4,0,.2,1);transform:scale(0);transform-origin:50% 50%}.checkbox-button:after{position:absolute;display:block;content:" ";left:4px;top:4px;border-radius:100%;background-color:#fff;width:8px;height:8px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url(/assets/img/check.svg);transform:scale(0);transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .15s}.checkbox-button.uncheckable:before{background-color:#b0c2d7}.checkbox-button.checked:before{transform:none}.checkbox-button.checked:after{transform:none;background-color:transparent}.error-toast{display:flex;color:#f5f5f5;background-color:#c03;height:auto;padding:5px 15px;box-shadow:0 4px 8px #0003;max-height:110px;overflow-y:scroll;border-radius:10px}.error-toast::-webkit-scrollbar{display:none}.request-error{padding:10px 0}.info-card{margin-top:20px;width:100%;height:330px;color:#929eac;border:1px solid #929eac;border-radius:10px;display:flex;justify-content:center;align-items:center}.header-sublayer{width:100%}header#page-header{display:block;position:fixed;width:100%;top:0;padding:45px 80px 15px;background-color:#edf0f5;will-change:transform;z-index:1000;animation:headerIn .3s .3s linear 1 backwards}header#page-header .dropdown-parent{margin-bottom:10px}@keyframes headerIn{0%{background-color:transparent}}header#page-header #header-subtitle{font-weight:400;color:#0077db;margin-top:5px}header#page-header #header-subsubtitle{margin-top:5px}header#page-header #header-back-button{margin-top:-25px;display:flex;flex-direction:row;align-items:center;margin-bottom:25px;padding-left:1px}header#page-header #header-title{display:flex;justify-content:space-between;flex-direction:row;align-items:baseline}header#page-header #error-alert{display:flex;position:absolute;justify-content:center;width:100%;height:auto;top:20px;left:-12%;z-index:10000;border-radius:10px}header#page-header #tabs-container{margin-bottom:-15px;padding-top:15px}header#page-header .top-right-container{position:absolute;right:385px;top:50px;pointer-events:initial;z-index:1}header#page-header .bottom-right-container{position:absolute;right:385px;bottom:10px;pointer-events:initial}header#page-header hr{position:absolute;bottom:0;width:calc(100% - 465px)}header#page-header .catalog-top-right{margin-top:13px;background-color:#e2e8ef;border-radius:10px;height:auto;width:auto;padding:15px 30px;display:flex;align-items:center;justify-content:flex-start}header#page-header .catalog-top-right .column{white-space:nowrap;padding-right:30px}header#page-header .catalog-top-right .column+.column{padding-left:20px;border-left:1px solid #d2dce8}header#page-header .catalog-top-right .label{font-size:12px}header#page-header .catalog-top-right .value{margin-top:4px}@media (max-width: 1024px){.header-sublayer{position:absolute;pointer-events:none;z-index:-100}header#page-header{will-change:unset;padding:10px 20px 0;margin-top:50px;position:unset}header#page-header .filter{z-index:3}header#page-header hr{position:unset;bottom:unset;width:100%}header#page-header #header-back-button{margin-top:0;margin-bottom:10px}header#page-header #header-title{font-size:20px;letter-spacing:-.42px}header#page-header #header-add-edit-title{line-height:42px;font-size:20px;letter-spacing:.42px;margin-bottom:-3px}header#page-header #header-subtitle{display:inline-block;font-size:13px}header#page-header #header-subsubtitle{display:block;margin-left:unset;margin-top:5px}header#page-header #tabs-container{margin-bottom:-1px;padding-top:0}header#page-header hr{width:100%}header#page-header .top-right-container{position:unset;margin-top:10px;height:calc(100% - 50px);pointer-events:initial;margin-bottom:15px}header#page-header .top-right-container .button-container{padding:0}header#page-header #error-alert{z-index:10000;left:0%}header#page-header #show-details-button{display:flex;align-items:center;float:right;background-color:#e2e8ef;font-size:12px;width:90px;height:30px;border-radius:5px 0 0 5px;padding:7px 20px 7px 10px;margin-right:-20px;pointer-events:all;cursor:pointer}header#page-header #show-details-button:before{transition:transform .2s cubic-bezier(.4,0,.2,1);height:6px;width:10px;transform:translate(-100%) rotate(180deg);content:"";background:url(/../../assets/img/expand.svg) center center no-repeat;margin-left:15px;margin-bottom:1px;filter:invert(35%) sepia(8%) saturate(1461%) hue-rotate(173deg) brightness(50%) contrast(84%)}header#page-header #show-details-button.open:before{transform:translate(-100%) rotate(0)}header#page-header #show-details-button.disabled{pointer-events:none;opacity:.4}}.list-count-mobile{display:none;margin-left:15px;color:#fff;font-weight:lighter}@media (max-width: 1024px){.list-count-mobile{display:unset}}.mobile-title{display:none}@media (max-width: 1024px){.filter.open .mobile-title{font-size:12px;color:#fff;display:block;margin-top:-5px;margin-bottom:5px;font-weight:300!important}.filter-container .dropdown-parent{width:100%!important;margin:5px 0!important}.filter-container .dropdown-parent input{font-weight:400!important;border-radius:5px;background-size:7px 4px!important}.filter-container .dropdown-parent .dropdown-button{border-radius:5px;background-size:7px 4px!important}.filter-container .search-form{width:234px;margin:5px 0!important}.filter-container .search-form input.search-input{width:100%!important;font-weight:400!important;border-radius:5px!important}}.ngx-charts-tooltip-content.position-top{display:none!important}ngx-tooltip-content{transform:translate(-57px,-120px)!important}.ngx-charts-tooltip-content.position-right,.ngx-charts-tooltip-content.position-left{background-color:unset!important;border-radius:10px!important;height:56px;width:82px}.ngx-charts-tooltip-content.position-right .tooltip-item,.ngx-charts-tooltip-content.position-left .tooltip-item{text-align:center!important;font-size:15px!important;font-weight:700!important}.ngx-charts-tooltip-content.position-right .tooltip-caret,.ngx-charts-tooltip-content.position-right .tooltip-item-color,.ngx-charts-tooltip-content.position-left .tooltip-caret,.ngx-charts-tooltip-content.position-left .tooltip-item-color{display:none}.ngx-charts-tooltip-content.position-left{transform:translate(57px,-120px)!important}.ngx-charts-tooltip-content.position-left.animate{transition:unset}circle{pointer-events:none!important;r:6px!important;fill:#fff!important;stroke:#0077db!important;stroke-width:2px!important}.line{stroke-width:2px!important}.ngx-charts .tooltip-anchor{fill:#0077db!important;width:2px!important;fill-opacity:40%!important}text{fill:#929eac!important;font-weight:500!important;font-size:13px!important}.tooltip-content{position:relative}.tooltip-content .tooltip-container{padding:5px 0;border-radius:10px;background-color:unset!important}.tooltip-content .tooltip-container.double{background-color:unset}.tooltip-content .tooltip-container.simple{background-color:#0077db!important}.tooltip-content .tooltip-container.simple.red{background-color:#c03!important}.tooltip-content .value{font-size:15px;font-weight:700}.tooltip-content .title{font-size:12px;font-weight:300}.tooltip-content .red-tooltip,.tooltip-content .blue-tooltip{position:absolute;height:56px;width:82px;padding:10px 0}.tooltip-content .red-tooltip{background-color:#c03;left:-50px;border-top-left-radius:10px;border-bottom-left-radius:10px}.tooltip-content .blue-tooltip{background-color:#0077db;left:30px;border-top-right-radius:10px;border-bottom-right-radius:10px}.tooltip-content .bottom-tooltip{box-shadow:0 0 3px #0000001a;padding-top:10px;color:#0077db;font-size:15px;width:60px;height:60px;background-color:#fff;border-radius:10px;position:absolute;bottom:calc(-310px - var(--chartHeightAdjust))}.tooltip-content .bottom-tooltip .padded{padding-bottom:3px}.selected-container{background-color:#fff;height:40px;width:40px}@media screen and (max-width: 1024px){.tooltip-content.bottom-tooltip{height:40px;width:40px;font-size:13px;bottom:-293px}}
