/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{inset:0;position:absolute}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.ngx-pe-overlay-container{width:100%;height:100%;background-color:#00000040;position:fixed;inset:0;z-index:99999;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:1rem;box-sizing:border-box}.ngx-pe-overlay-container *{box-sizing:border-box}.ngx-pe-dialog-container{position:relative;border-radius:4px;overflow:hidden;outline:0;width:100%;height:auto;max-height:95vh;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#333333;color:#fff;display:flex;flex-direction:column}.ngx-pe-dialog-header{padding:1rem;font-size:1rem;font-weight:400}.ngx-pe-dialog-body{height:100%;position:relative;box-sizing:border-box}.ngx-pe-dialog-footer{padding:1rem;display:flex;justify-content:flex-end;gap:.5rem}.ngx-pe-cropper-wrapper{position:relative}.ngx-pe-img{display:block;max-width:100%;height:auto;max-height:300px}.ngx-pe-tool-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#222;box-sizing:border-box;width:100%}.ngx-pe-tool-bar button{background-color:transparent;border-width:0;color:#fff;cursor:pointer;float:left;font-size:.875rem;height:2.5rem;display:flex;justify-content:center;align-items:center;width:2.5rem}.ngx-pe-tool-bar button:hover{background-color:#0074d9;color:#fff}.ngx-pe-tool-bar svg{width:20px;height:20px;fill:#fff}.ngx-pe-btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: .25rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #212529;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb));display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ngx-pe-btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.ngx-pe-btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-gradient: none}.ngx-pe-btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.ngx-pe-loading{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;background-color:#222;display:flex;justify-content:center;align-items:center;transition:all 10s ease}.ngx-pe-processing{background-color:#222c}.ngx-pe-loading svg{width:50px}@charset "UTF-8";@font-face{font-family:Segoe UI;src:url(/assets/fonts/segoeui.ttf) format("truetype")}@font-face{font-family:Segoe UI Semibold;src:url(/assets/fonts/seguisb.ttf) format("truetype")}@font-face{font-family:Rubik;src:url(/assets/fonts/rubik.ttf) format("truetype")}.sb-default .sb-wrapper{--sb-color: #fff;--sb-background: var(--button-color);--sb-border-radius: 4px;--sb-overflow: hidden}.sb-default .sb-wrapper.sb-show-icon.sb-show-text{--sb-text-padding: 0 1em 0 0}.sb-default .sb-wrapper.sb-show-icon.sb-show-text .sb-text{filter:none}.sb-circles-dark .sb-wrapper,.sb-circles-light .sb-wrapper{--sb-color: #fff;--sb-background: transparent;--sb-min-width: fit-content;--sb-height: fit-content;--sb-icon-size: 1.4em}.sb-circles-dark .sb-wrapper:active .sb-icon,.sb-circles-light .sb-wrapper:active .sb-icon{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.sb-circles-dark .sb-wrapper .sb-icon,.sb-circles-light .sb-wrapper .sb-icon{background-color:var(--button-color);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;width:2.5em;min-height:2.5em;border-radius:50%;transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}.sb-circles-dark .sb-wrapper .sb-text,.sb-circles-light .sb-wrapper .sb-text{color:var(--button-color);font-size:.8em;margin-top:5px;border-radius:1em;width:100%;height:1.8em;line-height:1.8em;padding:0;transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}.sb-circles-dark .sb-wrapper .sb-content,.sb-circles-light .sb-wrapper .sb-content{align-items:center;flex-direction:column}.sb-circles-dark .sb-wrapper .sb-icon{background-color:var(--button-color)}.sb-circles-dark .sb-wrapper .sb-text,.sb-circles-light .sb-wrapper .sb-icon,.sb-circles-light .sb-wrapper .sb-text{color:var(--button-color)}.sb-circles-light .sb-wrapper .sb-icon{background:radial-gradient(ellipse farthest-corner at center,white 30%,#f2f2f2 100%)}.app-accordion{padding:10px}.app-accordion .mat-expansion-panel-header-title{font-weight:500}.app-accordion .mat-expansion-panel-header-title>span{text-transform:lowercase}.app-accordion .mat-expansion-panel-header-title>span:first-letter{text-transform:uppercase}.app-accordion .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:none!important}.app-accordion .mat-expansion-panel-header.mat-expanded{height:40px;border-radius:4px 4px 0 0;margin-bottom:10px}.app-accordion .mat-expansion-panel-header{padding:0 10px;height:40px}.app-accordion .mat-expansion-panel-body{padding:0 10px 10px}button.mat-flat-button,button.mat-stroked-button{border-radius:20px;min-width:unset}button.mat-flat-button .mat-icon,button.mat-stroked-button .mat-icon{height:20px;font-size:17px;width:20px;line-height:20px;transform:rotate(.03deg)}button.mat-flat-button.secondary-button,div.secondary-button{font-family:Roboto,Helvetica Neue,sans-serif;min-height:20px;line-height:20px;min-width:unset;font-size:13px;text-transform:capitalize;cursor:pointer}.navigate-button{cursor:pointer;font-size:15px;font-family:Roboto,Helvetica Neue,sans-serif}.navigate-button .mat-icon{border-radius:4px;height:15px;width:15px;min-width:15px;font-size:15px;transform:rotate(.03deg)}.navigate-button.disabled{opacity:.5;cursor:default}.app-chip button.mat-chip.mat-standard-chip,.app-chip button.mat-chip.mat-standard-chip.mat-chip-with-trailing-icon{padding:5px 8px 4px}.app-chip span.mat-chip.mat-standard-chip .mat-chip-remove,.app-chip span.mat-chip.mat-standard-chip.mat-chip-with-trailing-icon .mat-chip-remove{line-height:12px}.app-chip .mat-chip.mat-standard-chip,.app-chip .mat-chip.mat-standard-chip.mat-chip-with-trailing-icon{place-content:center flex-start;align-items:center;display:inline-flex;font-size:12px;border:0;border-radius:48vh;white-space:nowrap;min-height:25px;height:-moz-fit-content;height:fit-content;padding-left:8px}.app-chip .mat-chip.mat-standard-chip .mat-chip-remove,.app-chip .mat-chip.mat-standard-chip.mat-chip-with-trailing-icon .mat-chip-remove{border-radius:14px;width:14px;height:14px;line-height:14px;padding:1px;font-size:14px;opacity:1;margin-left:5px}.app-chip .mat-chip.mat-standard-chip.mat-chip-with-trailing-icon{margin-bottom:5px;padding-right:5px}.app-chip-fusion-field{border-radius:20px;display:inline-block;font-size:.8em;padding:2px 5px}html,body{font-size:16px}body{margin:0;font-family:Segoe UI,Helvetica Neue,sans-serif}@media screen and (min-width: 1279px){html{font-size:17px}}@media screen and (min-width: 1600px){html{font-size:18px}}::-webkit-scrollbar-track{box-shadow:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:gray}.bold{font-weight:700}.center{text-align:center}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.overflow-auto{overflow:auto}.pointer{cursor:pointer}.default-cursor,.default-cursor.mat-button{cursor:default!important}mat-sidenav{visibility:unset!important}.mat-menu-content:not(:empty){padding-top:0!important;padding-bottom:0!important}.mat-option.mat-option-disabled .mat-pseudo-checkbox-disabled{display:none}.blurred{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.blurred .blur-opacity{width:100%;height:100%;opacity:.4}.breadcrumb{width:80%;margin:10px auto 15px}.header-menu-page-menu{margin-right:10px;height:90vh;min-width:25%;position:sticky;top:0;overflow-y:scroll}.header-menu-page-menu::-webkit-scrollbar{width:6px}.header-menu-page-menu::-webkit-scrollbar-thumb{background-color:transparent}.header-menu-page-menu::-webkit-scrollbar-track{background-color:transparent}@media screen and (max-width: 767px){.header-menu-page-menu{margin-right:10px;height:90vh;min-width:50%;position:sticky;top:0;overflow-y:scroll}.header-menu-page-menu::-webkit-scrollbar{width:6px}.header-menu-page-menu::-webkit-scrollbar-thumb{background-color:transparent}.header-menu-page-menu::-webkit-scrollbar-track{background-color:transparent}}.mat-checkbox-border,.mat-checkbox-interview-border{border-radius:50px;border:1px solid;width:208px;position:relative;top:-9px;display:flex;align-items:center;justify-content:center;height:26px;padding:0}.mat-checkbox-border:hover,.mat-checkbox-interview-border:hover{border:solid 2px #63809e}.info-data{font:400 15px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin-bottom:15px}.info-label{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.header-table-radius{border-collapse:collapse;border-radius:10px 10px 0 0;overflow:hidden;box-shadow:0 2px 20px #7772be29}.footer-table-radius{border-collapse:collapse;border-radius:0 0 10px 10px;overflow:hidden}.general-btn-shape{border-radius:50px}.mat-select-panel{position:relative;top:2rem}.cell-table-information{word-break:break-all}.menu-with-buttons{padding:10px 15px;overflow-x:hidden}.menu-with-buttons .menu-button{font-family:Segoe UI Regular,Helvetica Neue,sans-serif;font-size:13px;line-height:18px;width:100%;margin-bottom:5px;padding:10px;border-radius:2px;text-align:left}.menu-with-buttons .menu-button .mat-button-wrapper{width:100%;display:flex;place-content:center space-between;align-items:center;white-space:normal}.menu-with-buttons .menu-button .mat-icon{margin-left:10px}.menu-with-buttons div.menu-button{border:1px solid;border-radius:4px}.menu-with-buttons div.menu-button.selected{border-radius:0 4px 4px 0}.menu-with-buttons .menu-sub-button{font-family:Segoe UI Regular,Helvetica Neue,sans-serif;width:calc(100% - 15px);margin-left:15px;margin-bottom:2px;padding:5px;border-radius:2px;overflow-x:hidden}.menu-with-buttons .menu-sub-button .dot{display:inline-flex;width:5px;height:5px;border-radius:50%;margin-right:5px}.navigation-button-container{width:80%;margin:0 auto 15px}.mat-progress-bar.progress-bar{border-radius:5px;height:5px}.mat-progress-bar.progress-bar .mat-progress-bar-fill:after{border-radius:5px}.spinner-container{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.card{border-radius:10px}.app-file-viewer{z-index:9999;position:fixed;width:80vw;height:100vh;margin-left:10vw;top:79px}.app-file-previewer{z-index:9999;position:fixed;width:39vw;max-height:100vh;top:75px;right:20px}.center-message{width:90%;height:90%;margin:20px auto;padding:15px 25px;text-align:center}.app-sub-content .app-expansion-panel{padding:10px}.app-sub-content .app-expansion-panel .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:none}.app-sub-content .app-expansion-panel .mat-expansion-panel-header{padding:0 10px;height:40px}.app-sub-content .app-expansion-panel .mat-expansion-panel-header.mat-expanded{height:40px;border-radius:4px 4px 0 0;margin-bottom:10px}.app-sub-content .app-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title{font-weight:500}.app-sub-content .app-expansion-panel .mat-expansion-panel-body{padding:0 10px 10px}.help-infos{font-size:12px;padding:10px;border-radius:5px}.help-infos b{font-weight:600}.container-detail-tooltip{display:block;position:relative}.container-detail-tooltip .detail-tooltip{display:none;position:absolute;z-index:1;font-size:11px;font-weight:600;min-width:150px;height:-moz-fit-content;height:fit-content;max-height:200px;overflow-y:auto;border-radius:4px;top:20px;left:20px;padding:10px;box-shadow:0 3px 3px #00000012}.container-detail-tooltip:hover .detail-tooltip{display:block}@media print{body[data-pdfjsprinting] #printContainer>.printedPage{page-break-after:always;page-break-inside:avoid;height:100%;width:99%!important;display:flex;flex-direction:column;justify-content:center;align-items:center}}div.app-icon{width:-moz-fit-content;width:fit-content}.drop-container{min-height:30px;width:100%}.drop-infos{border-radius:5px;padding:5px;text-align:right;width:-moz-fit-content;width:fit-content}.drop-list{min-height:30px;width:100%;border:1px dashed;border-radius:5px;margin:5px;overflow:visible;position:relative;padding-bottom:30px}.drop-list.empty{padding-bottom:0}.drop-list .mat-icon{width:15px;height:15px;font-size:15px}.drop-list .drop-list-message{text-align:center;padding:0 5px}.drop-list .drop-list-item{text-align:left;z-index:8}.drop-list .drop-list-item-content{position:relative;min-height:30px;margin-bottom:15px}.drop-list .draggable .drop-list-item-label{cursor:move}.drop-list .drop-list-item-action{width:15px;height:15px;border-radius:15px;padding:2px;min-width:15px;display:block;margin-bottom:5px}.drop-list .drop-list-item:hover .drop-list-item-action{display:block;cursor:pointer}.drop-list-container{min-height:30px;width:100%;border:1px dashed;border-radius:5px;margin:5px;overflow:visible;position:relative}.drop-list-container .drop-list{margin:0;width:-webkit-fill-available;width:-moz-available;height:-webkit-fill-available;height:-moz-available}.drop-list-item-action-container{position:absolute;top:0;right:0}.drag-menu{min-width:240px;max-height:calc(100vh - 272px);max-width:30%;margin-right:10px;font-size:12px;padding:10px;overflow:auto}.drag-menu .drag-button{min-width:-moz-fit-content;min-width:fit-content;margin-top:5px;padding:10px 5px;cursor:move}.drag-menu .drag-button span{display:inline-block;text-align:left;white-space:normal;line-height:1.5}.drag-menu .drag-button span:first-letter{text-transform:uppercase}.drag-menu .drag-button .mat-button-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.form .label-form{font-size:12px;font-weight:300;line-height:16px;text-align:right}.form .checkbox-block{display:block}.form .form-title{margin:15px;font-weight:700}.form .row-button-default{padding:10px 0}.form .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.2em) scale(.7)}.form .mat-form-field-appearance-outline .mat-form-field-outline{border-radius:4px}.form .mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 .75em;border-top:0}.form .mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label{margin-top:0}.form .mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(0) translate(5px)}.form .mat-form-field-appearance-outline .mat-form-field-suffix{top:0;right:-5px}.form .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon{transform:rotate(.03deg);position:relative;top:.25em;font-size:20px;line-height:20px;height:20px;width:20px}.form .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon-button{top:.5em;height:1.5em!important;width:1.5em!important}.form .mat-form-field-container .mat-form-field{width:100%}.form .mat-form-field-container-md .mat-form-field-appearance-outline .mat-form-field-wrapper,.form .mat-form-field-container-sm .mat-form-field-appearance-outline .mat-form-field-wrapper{padding-bottom:0}.form .mat-form-field-textarea{width:100%;height:60px}.form .container-with-clear-field{position:relative}.form .container-with-clear-field .mat-form-field-infix{padding-right:30px}.form .clear-field{position:absolute;width:24px;height:24px;font-size:24px;top:calc((100% - 24px)/2 + 1px);right:0;cursor:pointer}.search-filter{width:-webkit-fill-available;width:-moz-available;font-size:12px}.search-filter.mat-form-field{font-size:12px}.search-filter .mat-form-field-wrapper{margin:0;padding-bottom:10px}.search-filter div.select-tree-group{line-height:3em;font-family:Roboto,Helvetica Neue,sans-serif;padding-left:16px;padding-right:5px}.search-filter .mat-form-field-wrapper .mat-form-field-flex>.mat-form-field-infix{padding:1em 0 .75em;border-top:0}.search-filter .mat-form-field-prefix,.search-filter.mat-form-field-appearance-outline .mat-form-field-prefix,.search-filter.mat-form-field-appearance-outline .mat-form-field-suffix{top:.5em}.search-filter .mat-form-field-outline{border-radius:4px}.app-status{border-radius:15px;width:-moz-fit-content;width:fit-content;padding:0 15px;font-weight:400;line-height:1}.app-status-ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:23px}.app-status-btn{cursor:pointer}.app-status-large{padding:3px 20px}.app-status-prefix-icon{padding:3px 10px 3px 3px}.app-status-number{border-radius:50%;min-width:13px;width:13px;height:13px;padding:3px;font-weight:400;text-align:center;font-size:12px;line-height:14px;display:block;white-space:nowrap;text-overflow:clip}.mat-cell .app-status:not([class*=app-status-number]){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:23px}.page-table-container{position:relative;min-height:100%;height:-moz-fit-content;height:fit-content}.page-table-container .page-table-content{width:90%;margin:auto}.page-table-container .page-table-content-2{width:80%;margin:auto}.page-table-container .page-table-content-navigation,.page-table-container .page-table-content-data{margin-top:10px}.page-table-container .bubble-profile-content{height:30px;width:30px;line-height:30px;font-size:12px;border-radius:50%}.mat-table{width:100%}.mat-table th[mat-header-cell]{position:sticky;top:40px;z-index:900}.mat-table.table-without-action th[mat-header-cell]{top:0}.mat-table th.mat-header-cell,.mat-table td.mat-cell{padding:0 10px}.mat-table th.mat-header-cell:not(:last-of-type),.mat-table td.mat-cell:not(:last-of-type){padding-right:5px}.mat-table .checkbox{transform:scale(.7)}.mat-table .mat-cell .content-3-ellipsis{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.mat-table .mat-cell .content-1-ellipsis{max-width:250px;overflow-x:hidden;text-overflow:ellipsis}.mat-table .mat-cell .content-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:23px}.mat-table .restrain-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1}.mat-table .info-icon{cursor:help;margin-left:5px;border-radius:4px}.mat-table .help-icon{cursor:help;font-size:14px;height:16px;width:16px}.table-actions{min-height:40px;padding:0 10px;position:sticky;top:0;z-index:1000;background-color:#fff}.table-actions-title{margin-top:3px;margin-bottom:10px;padding:0 20px;font-size:14px;font-weight:700}.mat-paginator.hide-last-button .mat-paginator-navigation-last{display:none}.cdk-overlay-pane .cdk-dialog-container th[mat-header-cell]{position:relative;top:0}.vision-container{margin-bottom:20px}.vision-container .page-header-content{margin-bottom:20px;padding:10px;border-radius:10px}.vision-container .page-header-content .vision-tab{cursor:pointer;margin-right:10px;padding:0 5px 5px}.vision-container .page-header-content .vision-tab.selected{border-bottom:1px solid}.vision-container .vision-content{width:80%;margin:0 auto}.vision-container .vision-content .vision-table{margin-bottom:10px;border-radius:4px}.vision-container .vision-content .vision-table .mat-table th.mat-header-cell:first-of-type,.vision-container .vision-content .vision-table .mat-table td.mat-cell:first-of-type{padding-left:15px}.vision-container .vision-content .vision-table .mat-table th.mat-header-cell:first-of-type,.vision-container .vision-content .vision-table .mat-table th.mat-header-cell:last-of-type,.vision-container .vision-content .vision-table .mat-table td.mat-cell{padding-right:5px}.vision-container .vision-content .vision-table .mat-table th.mat-header-cell:last-of-type,.vision-container .vision-content .vision-table .mat-table td.mat-cell:last-of-type{width:50px}.vision-container .vision-content .vision-detail-rules-container .vision-rule-header{font-weight:700;margin-bottom:20px;padding:15px 20px;border-radius:4px}.vision-container .vision-content .vision-detail-rules-container .vision-rule{position:relative;margin-bottom:15px;padding:20px 15px;border-radius:4px}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-title{font-weight:700}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove{position:absolute;top:10px;right:10px;font-size:16px;width:18px;height:18px;line-height:18px;border-radius:4px;text-align:center}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove .mat-icon{font-size:16px;width:18px;height:18px;line-height:16px}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item{position:relative;padding:10px;border:1px solid;border-radius:4px}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add,.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove{display:none;position:absolute;top:-9px;right:-9px;font-size:16px;width:18px;height:18px;line-height:18px;border-radius:4px;text-align:center}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add .mat-icon,.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove .mat-icon{font-size:16px;width:18px;height:18px;line-height:16px}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add{right:15px}.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item:hover .vision-rule-item-remove,.vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item:hover .vision-rule-item-add{display:block}.vision-container .vision-content .vision-detail-rules-container .vision-rule .add-vision-rule-item{cursor:pointer;display:flex;place-content:center center;align-items:center;height:40px;border-radius:4px}.cdk-drag-preview .classic-card{box-shadow:0 2px 12px #45414e;background-color:#333}.cdk-drag-preview .classic-card .kpi-card-label,.cdk-drag-preview .classic-card .kpi-card-description{color:#fbfbfb}.cdk-drag-preview .classic-card .indicator-value{color:#333;background-color:#fbfbfb}.cdk-drag-preview .my-wall-data-labels{box-shadow:0 2px 20px #7772be29!important;background-color:#333}.cdk-drag-preview .my-wall-data-labels .kpi-card-label,.cdk-drag-preview .my-wall-data-labels .kpi-card-description{color:#fbfbfb}.cdk-drag-preview .my-wall-data-labels .indicator-value{color:#333;background-color:#fbfbfb}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.light-theme .mat-ripple-element{background-color:#0000001a}.light-theme .mat-option{color:#63809e}.light-theme .mat-option:hover:not(.mat-option-disabled),.light-theme .mat-option:focus:not(.mat-option-disabled){background:#f1f4f8}.light-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:#f1f4f8}.light-theme .mat-option.mat-active{background:#f1f4f8;color:#63809e}.light-theme .mat-option.mat-option-disabled{color:#00000061}.light-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ffca28}.light-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#536dfe}.light-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.light-theme .mat-optgroup-label{color:#8798adde}.light-theme .mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.light-theme .mat-pseudo-checkbox{color:#8798adde}.light-theme .mat-pseudo-checkbox:after{color:#fbfbfb}.light-theme .mat-pseudo-checkbox-disabled{color:#b0b0b0}.light-theme .mat-primary .mat-pseudo-checkbox-checked,.light-theme .mat-primary .mat-pseudo-checkbox-indeterminate{background:#ffca28}.light-theme .mat-pseudo-checkbox-checked,.light-theme .mat-pseudo-checkbox-indeterminate,.light-theme .mat-accent .mat-pseudo-checkbox-checked,.light-theme .mat-accent .mat-pseudo-checkbox-indeterminate{background:#536dfe}.light-theme .mat-warn .mat-pseudo-checkbox-checked,.light-theme .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.light-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.light-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.light-theme .mat-app-background,.light-theme.mat-app-background{background-color:#fbfbfb;color:#63809e}.light-theme .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.light-theme .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.light-theme .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.light-theme .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.light-theme .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.light-theme .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.light-theme .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.light-theme .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.light-theme .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.light-theme .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.light-theme .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.light-theme .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.light-theme .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.light-theme .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.light-theme .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.light-theme .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.light-theme .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.light-theme .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.light-theme .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.light-theme .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.light-theme .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.light-theme .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.light-theme .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.light-theme .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.light-theme .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.light-theme .mat-autocomplete-panel{background:white;color:#63809e}.light-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.light-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.light-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#63809e}.light-theme .mat-badge{position:relative}.light-theme .mat-badge.mat-badge{overflow:visible}.light-theme .mat-badge-hidden .mat-badge-content{display:none}.light-theme .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.light-theme .ng-animate-disabled .mat-badge-content,.light-theme .mat-badge-content._mat-animation-noopable{transition:none}.light-theme .mat-badge-content.mat-badge-active{transform:none}.light-theme .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.light-theme .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.light-theme .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.light-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .light-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.light-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .light-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.light-theme .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.light-theme .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.light-theme .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.light-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .light-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.light-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .light-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.light-theme .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.light-theme .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.light-theme .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.light-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .light-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.light-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .light-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.light-theme .mat-badge-content{color:#000000de;background:#ffca28}.cdk-high-contrast-active .light-theme .mat-badge-content{outline:solid 1px;border-radius:0}.light-theme .mat-badge-accent .mat-badge-content{background:#536dfe;color:#fff}.light-theme .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.light-theme .mat-badge-disabled .mat-badge-content{background:#bababa;color:#00000061}.light-theme .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#63809e}.light-theme .mat-button,.light-theme .mat-icon-button,.light-theme .mat-stroked-button{color:inherit;background:transparent}.light-theme .mat-button.mat-primary,.light-theme .mat-icon-button.mat-primary,.light-theme .mat-stroked-button.mat-primary{color:#ffca28}.light-theme .mat-button.mat-accent,.light-theme .mat-icon-button.mat-accent,.light-theme .mat-stroked-button.mat-accent{color:#536dfe}.light-theme .mat-button.mat-warn,.light-theme .mat-icon-button.mat-warn,.light-theme .mat-stroked-button.mat-warn{color:#f44336}.light-theme .mat-button.mat-primary.mat-button-disabled,.light-theme .mat-button.mat-accent.mat-button-disabled,.light-theme .mat-button.mat-warn.mat-button-disabled,.light-theme .mat-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-icon-button.mat-primary.mat-button-disabled,.light-theme .mat-icon-button.mat-accent.mat-button-disabled,.light-theme .mat-icon-button.mat-warn.mat-button-disabled,.light-theme .mat-icon-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-stroked-button.mat-primary.mat-button-disabled,.light-theme .mat-stroked-button.mat-accent.mat-button-disabled,.light-theme .mat-stroked-button.mat-warn.mat-button-disabled,.light-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.light-theme .mat-button.mat-primary .mat-button-focus-overlay,.light-theme .mat-icon-button.mat-primary .mat-button-focus-overlay,.light-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#ffca28}.light-theme .mat-button.mat-accent .mat-button-focus-overlay,.light-theme .mat-icon-button.mat-accent .mat-button-focus-overlay,.light-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#536dfe}.light-theme .mat-button.mat-warn .mat-button-focus-overlay,.light-theme .mat-icon-button.mat-warn .mat-button-focus-overlay,.light-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.light-theme .mat-button.mat-button-disabled .mat-button-focus-overlay,.light-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.light-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.light-theme .mat-button .mat-ripple-element,.light-theme .mat-icon-button .mat-ripple-element,.light-theme .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.light-theme .mat-button-focus-overlay{background:black}.light-theme .mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.light-theme .mat-flat-button,.light-theme .mat-raised-button,.light-theme .mat-fab,.light-theme .mat-mini-fab{color:#63809e;background-color:#fff}.light-theme .mat-flat-button.mat-primary,.light-theme .mat-raised-button.mat-primary,.light-theme .mat-fab.mat-primary,.light-theme .mat-mini-fab.mat-primary{color:#000000de}.light-theme .mat-flat-button.mat-accent,.light-theme .mat-raised-button.mat-accent,.light-theme .mat-fab.mat-accent,.light-theme .mat-mini-fab.mat-accent,.light-theme .mat-flat-button.mat-warn,.light-theme .mat-raised-button.mat-warn,.light-theme .mat-fab.mat-warn,.light-theme .mat-mini-fab.mat-warn{color:#fff}.light-theme .mat-flat-button.mat-primary.mat-button-disabled,.light-theme .mat-flat-button.mat-accent.mat-button-disabled,.light-theme .mat-flat-button.mat-warn.mat-button-disabled,.light-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-raised-button.mat-primary.mat-button-disabled,.light-theme .mat-raised-button.mat-accent.mat-button-disabled,.light-theme .mat-raised-button.mat-warn.mat-button-disabled,.light-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-fab.mat-primary.mat-button-disabled,.light-theme .mat-fab.mat-accent.mat-button-disabled,.light-theme .mat-fab.mat-warn.mat-button-disabled,.light-theme .mat-fab.mat-button-disabled.mat-button-disabled,.light-theme .mat-mini-fab.mat-primary.mat-button-disabled,.light-theme .mat-mini-fab.mat-accent.mat-button-disabled,.light-theme .mat-mini-fab.mat-warn.mat-button-disabled,.light-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.light-theme .mat-flat-button.mat-primary,.light-theme .mat-raised-button.mat-primary,.light-theme .mat-fab.mat-primary,.light-theme .mat-mini-fab.mat-primary{background-color:#ffca28}.light-theme .mat-flat-button.mat-accent,.light-theme .mat-raised-button.mat-accent,.light-theme .mat-fab.mat-accent,.light-theme .mat-mini-fab.mat-accent{background-color:#536dfe}.light-theme .mat-flat-button.mat-warn,.light-theme .mat-raised-button.mat-warn,.light-theme .mat-fab.mat-warn,.light-theme .mat-mini-fab.mat-warn{background-color:#f44336}.light-theme .mat-flat-button.mat-primary.mat-button-disabled,.light-theme .mat-flat-button.mat-accent.mat-button-disabled,.light-theme .mat-flat-button.mat-warn.mat-button-disabled,.light-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-raised-button.mat-primary.mat-button-disabled,.light-theme .mat-raised-button.mat-accent.mat-button-disabled,.light-theme .mat-raised-button.mat-warn.mat-button-disabled,.light-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.light-theme .mat-fab.mat-primary.mat-button-disabled,.light-theme .mat-fab.mat-accent.mat-button-disabled,.light-theme .mat-fab.mat-warn.mat-button-disabled,.light-theme .mat-fab.mat-button-disabled.mat-button-disabled,.light-theme .mat-mini-fab.mat-primary.mat-button-disabled,.light-theme .mat-mini-fab.mat-accent.mat-button-disabled,.light-theme .mat-mini-fab.mat-warn.mat-button-disabled,.light-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.light-theme .mat-flat-button.mat-primary .mat-ripple-element,.light-theme .mat-raised-button.mat-primary .mat-ripple-element,.light-theme .mat-fab.mat-primary .mat-ripple-element,.light-theme .mat-mini-fab.mat-primary .mat-ripple-element{background-color:#0000001a}.light-theme .mat-flat-button.mat-accent .mat-ripple-element,.light-theme .mat-raised-button.mat-accent .mat-ripple-element,.light-theme .mat-fab.mat-accent .mat-ripple-element,.light-theme .mat-mini-fab.mat-accent .mat-ripple-element,.light-theme .mat-flat-button.mat-warn .mat-ripple-element,.light-theme .mat-raised-button.mat-warn .mat-ripple-element,.light-theme .mat-fab.mat-warn .mat-ripple-element,.light-theme .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.light-theme .mat-stroked-button:not([class*=mat-elevation-z]),.light-theme .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.light-theme .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.light-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.light-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.light-theme .mat-fab:not([class*=mat-elevation-z]),.light-theme .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.light-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.light-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.light-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.light-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.light-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.light-theme .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.light-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.light-theme .mat-button-toggle{color:#00000061}.light-theme .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.light-theme .mat-button-toggle-appearance-standard{color:#63809e;background:white}.light-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.light-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}.light-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.light-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.light-theme .mat-button-toggle-checked{background-color:#e0e0e0;color:#8798adde}.light-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#63809e}.light-theme .mat-button-toggle-disabled{color:#00000042;background-color:#eee}.light-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.light-theme .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.light-theme .mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.light-theme .mat-card{background:white;color:#63809e}.light-theme .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.light-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.light-theme .mat-card-subtitle{color:#8798adde}.light-theme .mat-checkbox-frame{border-color:#8798adde}.light-theme .mat-checkbox-checkmark{fill:#fbfbfb}.light-theme .mat-checkbox-checkmark-path{stroke:#fbfbfb!important}.light-theme .mat-checkbox-mixedmark{background-color:#fbfbfb}.light-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.light-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#ffca28}.light-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.light-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#536dfe}.light-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.light-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.light-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.light-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.light-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.light-theme .mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.light-theme .mat-checkbox .mat-ripple-element{background-color:#000}.light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#ffca28}.light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#536dfe}.light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.light-theme .mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#63809e}.light-theme .mat-chip.mat-standard-chip .mat-chip-remove{color:#63809e;opacity:.4}.light-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.light-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.light-theme .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.light-theme .mat-chip.mat-standard-chip:after{background:black}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#ffca28;color:#000000de}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#000000de;opacity:.4}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#0000001a}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#536dfe;color:#fff}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.light-theme .mat-table{background:white}.light-theme .mat-table thead,.light-theme .mat-table tbody,.light-theme .mat-table tfoot,.light-theme mat-header-row,.light-theme mat-row,.light-theme mat-footer-row,.light-theme [mat-header-row],.light-theme [mat-row],.light-theme [mat-footer-row],.light-theme .mat-table-sticky{background:inherit}.light-theme mat-row,.light-theme mat-header-row,.light-theme mat-footer-row,.light-theme th.mat-header-cell,.light-theme td.mat-cell,.light-theme td.mat-footer-cell{border-bottom-color:#0000001f}.light-theme .mat-header-cell{color:#8798adde}.light-theme .mat-cell,.light-theme .mat-footer-cell{color:#63809e}.light-theme .mat-calendar-arrow{fill:#0000008a}.light-theme .mat-datepicker-toggle,.light-theme .mat-datepicker-content .mat-calendar-next-button,.light-theme .mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.light-theme .mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.light-theme .mat-calendar-table-header,.light-theme .mat-calendar-body-label{color:#8798adde}.light-theme .mat-calendar-body-cell-content,.light-theme .mat-date-range-input-separator{color:#63809e;border-color:transparent}.light-theme .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.light-theme .mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.light-theme .mat-calendar-body-in-preview{color:#0000003d}.light-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.light-theme .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.light-theme .mat-calendar-body-in-range:before{background:rgba(255,202,40,.2)}.light-theme .mat-calendar-body-comparison-identical,.light-theme .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.light-theme .mat-calendar-body-comparison-bridge-start:before,.light-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,202,40,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-calendar-body-comparison-bridge-end:before,.light-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,202,40,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.light-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.light-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.light-theme .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.light-theme .mat-calendar-body-selected{background-color:#ffca28;color:#000000de}.light-theme .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ffca2866}.light-theme .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000000de}.light-theme .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.light-theme .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ffca284d}@media (hover: hover){.light-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ffca284d}}.light-theme .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#63809e}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(83,109,254,.2)}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(83,109,254,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(83,109,254,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#536dfe;color:#fff}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#536dfe66}.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.light-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.light-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#536dfe4d}@media (hover: hover){.light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#536dfe4d}}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.light-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.light-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.light-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.light-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.light-theme .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.light-theme .mat-datepicker-toggle-active{color:#ffca28}.light-theme .mat-datepicker-toggle-active.mat-accent{color:#536dfe}.light-theme .mat-datepicker-toggle-active.mat-warn{color:#f44336}.light-theme .mat-date-range-input-inner[disabled]{color:#00000061}.light-theme .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#63809e}.light-theme .mat-divider{border-top-color:#0000001f}.light-theme .mat-divider-vertical{border-right-color:#0000001f}.light-theme .mat-expansion-panel{background:white;color:#63809e}.light-theme .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.light-theme .mat-action-row{border-top-color:#0000001f}.light-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.light-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.light-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:#f1f4f8}@media (hover: none){.light-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.light-theme .mat-expansion-panel-header-title{color:#63809e}.light-theme .mat-expansion-panel-header-description,.light-theme .mat-expansion-indicator:after{color:#8798adde}.light-theme .mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.light-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.light-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.light-theme .mat-form-field-label,.light-theme .mat-hint{color:#8798ad99}.light-theme .mat-form-field.mat-focused .mat-form-field-label{color:#ffca28}.light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#536dfe}.light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.light-theme .mat-focused .mat-form-field-required-marker{color:#536dfe}.light-theme .mat-form-field-ripple{background-color:#000000de}.light-theme .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ffca28}.light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#536dfe}.light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#ffca28}.light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#536dfe}.light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label,.light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.light-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.light-theme .mat-error{color:#f44336}.light-theme .mat-form-field-appearance-legacy .mat-form-field-label,.light-theme .mat-form-field-appearance-legacy .mat-hint{color:#8798adde}.light-theme .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.light-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.light-theme .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.light-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.light-theme .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.light-theme .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.light-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.light-theme .mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.light-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ffca28}.light-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#536dfe}.light-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.light-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.light-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.light-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.light-theme .mat-icon.mat-primary{color:#ffca28}.light-theme .mat-icon.mat-accent{color:#536dfe}.light-theme .mat-icon.mat-warn{color:#f44336}.light-theme .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#8798adde}.light-theme .mat-input-element:disabled,.light-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.light-theme .mat-input-element{caret-color:#ffca28}.light-theme .mat-input-element::placeholder{color:#8798ad6b}.light-theme .mat-input-element::-moz-placeholder{color:#8798ad6b}.light-theme .mat-input-element::-webkit-input-placeholder{color:#8798ad6b}.light-theme .mat-input-element:-ms-input-placeholder{color:#8798ad6b}.light-theme .mat-form-field.mat-accent .mat-input-element{caret-color:#536dfe}.light-theme .mat-form-field.mat-warn .mat-input-element,.light-theme .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.light-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.light-theme .mat-list-base .mat-list-item,.light-theme .mat-list-base .mat-list-option{color:#63809e}.light-theme .mat-list-base .mat-subheader{color:#8798adde}.light-theme .mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.light-theme .mat-list-option:hover,.light-theme .mat-list-option:focus,.light-theme .mat-nav-list .mat-list-item:hover,.light-theme .mat-nav-list .mat-list-item:focus,.light-theme .mat-action-list .mat-list-item:hover,.light-theme .mat-action-list .mat-list-item:focus{background:#f1f4f8}.light-theme .mat-list-single-selected-option,.light-theme .mat-list-single-selected-option:hover,.light-theme .mat-list-single-selected-option:focus{background:rgba(241,244,248,.12)}.light-theme .mat-menu-panel{background:white}.light-theme .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.light-theme .mat-menu-item{background:transparent;color:#63809e}.light-theme .mat-menu-item[disabled],.light-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,.light-theme .mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.light-theme .mat-menu-item .mat-icon-no-color,.light-theme .mat-menu-submenu-icon{color:#0000008a}.light-theme .mat-menu-item:hover:not([disabled]),.light-theme .mat-menu-item.cdk-program-focused:not([disabled]),.light-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),.light-theme .mat-menu-item-highlighted:not([disabled]){background:#f1f4f8}.light-theme .mat-paginator{background:white}.light-theme .mat-paginator,.light-theme .mat-paginator-page-size .mat-select-trigger{color:#8798adde}.light-theme .mat-paginator-decrement,.light-theme .mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.light-theme .mat-paginator-first,.light-theme .mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.light-theme .mat-icon-button[disabled] .mat-paginator-decrement,.light-theme .mat-icon-button[disabled] .mat-paginator-increment,.light-theme .mat-icon-button[disabled] .mat-paginator-first,.light-theme .mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.light-theme .mat-progress-bar-background{fill:#fcefc6}.light-theme .mat-progress-bar-buffer{background-color:#fcefc6}.light-theme .mat-progress-bar-fill:after{background-color:#ffca28}.light-theme .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#d1d8fc}.light-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#d1d8fc}.light-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#536dfe}.light-theme .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9cdca}.light-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9cdca}.light-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.light-theme .mat-progress-spinner circle,.light-theme .mat-spinner circle{stroke:#ffca28}.light-theme .mat-progress-spinner.mat-accent circle,.light-theme .mat-spinner.mat-accent circle{stroke:#536dfe}.light-theme .mat-progress-spinner.mat-warn circle,.light-theme .mat-spinner.mat-warn circle{stroke:#f44336}.light-theme .mat-radio-outer-circle{border-color:#8798adde}.light-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ffca28}.light-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,.light-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.light-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.light-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ffca28}.light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#536dfe}.light-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,.light-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.light-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#536dfe}.light-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.light-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,.light-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.light-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.light-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.light-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.light-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.light-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.light-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.light-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.light-theme .mat-radio-button .mat-ripple-element{background-color:#000}.light-theme .mat-select-value{color:#63809e}.light-theme .mat-select-placeholder{color:#8798ad6b}.light-theme .mat-select-disabled .mat-select-value{color:#00000061}.light-theme .mat-select-arrow{color:#8798adde}.light-theme .mat-select-panel{background:white}.light-theme .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.light-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(241,244,248,.12)}.light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ffca28}.light-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#536dfe}.light-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.light-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.light-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.light-theme .mat-drawer-container{background-color:#fbfbfb;color:#63809e}.light-theme .mat-drawer{background-color:#fff;color:#63809e}.light-theme .mat-drawer.mat-drawer-push{background-color:#fff}.light-theme .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.light-theme .mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.light-theme .mat-drawer-side.mat-drawer-end,.light-theme [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}.light-theme [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.light-theme .mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#536dfe}.light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#536dfe8a}.light-theme .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#536dfe}.light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ffca28}.light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#ffca288a}.light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ffca28}.light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.light-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.light-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.light-theme .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.light-theme .mat-slide-toggle-bar{background-color:#00000061}.light-theme .mat-slider-track-background{background-color:#00000042}.light-theme .mat-slider.mat-primary .mat-slider-track-fill,.light-theme .mat-slider.mat-primary .mat-slider-thumb,.light-theme .mat-slider.mat-primary .mat-slider-thumb-label{background-color:#ffca28}.light-theme .mat-slider.mat-primary .mat-slider-thumb-label-text{color:#000000de}.light-theme .mat-slider.mat-primary .mat-slider-focus-ring{background-color:#ffca2833}.light-theme .mat-slider.mat-accent .mat-slider-track-fill,.light-theme .mat-slider.mat-accent .mat-slider-thumb,.light-theme .mat-slider.mat-accent .mat-slider-thumb-label{background-color:#536dfe}.light-theme .mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.light-theme .mat-slider.mat-accent .mat-slider-focus-ring{background-color:#536dfe33}.light-theme .mat-slider.mat-warn .mat-slider-track-fill,.light-theme .mat-slider.mat-warn .mat-slider-thumb,.light-theme .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.light-theme .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.light-theme .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.light-theme .mat-slider:hover .mat-slider-track-background,.light-theme .mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.light-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,.light-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,.light-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,.light-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.light-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.light-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.light-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.light-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.light-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.light-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.light-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.light-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.light-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.light-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.light-theme .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.light-theme .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.light-theme .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.light-theme .mat-step-header.cdk-keyboard-focused,.light-theme .mat-step-header.cdk-program-focused,.light-theme .mat-step-header:hover:not([aria-disabled]),.light-theme .mat-step-header:hover[aria-disabled=false]{background-color:#f1f4f8}.light-theme .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.light-theme .mat-step-header:hover{background:none}}.light-theme .mat-step-header .mat-step-label,.light-theme .mat-step-header .mat-step-optional{color:#8798adde}.light-theme .mat-step-header .mat-step-icon{background-color:#8798adde;color:#000000de}.light-theme .mat-step-header .mat-step-icon-selected,.light-theme .mat-step-header .mat-step-icon-state-done,.light-theme .mat-step-header .mat-step-icon-state-edit{background-color:#ffca28;color:#000000de}.light-theme .mat-step-header.mat-accent .mat-step-icon{color:#fff}.light-theme .mat-step-header.mat-accent .mat-step-icon-selected,.light-theme .mat-step-header.mat-accent .mat-step-icon-state-done,.light-theme .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#536dfe;color:#fff}.light-theme .mat-step-header.mat-warn .mat-step-icon{color:#fff}.light-theme .mat-step-header.mat-warn .mat-step-icon-selected,.light-theme .mat-step-header.mat-warn .mat-step-icon-state-done,.light-theme .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.light-theme .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.light-theme .mat-step-header .mat-step-label.mat-step-label-active{color:#63809e}.light-theme .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.light-theme .mat-stepper-horizontal,.light-theme .mat-stepper-vertical{background-color:#fff}.light-theme .mat-stepper-vertical-line:before{border-left-color:#0000001f}.light-theme .mat-horizontal-stepper-header:before,.light-theme .mat-horizontal-stepper-header:after,.light-theme .mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.light-theme .mat-sort-header-arrow{color:#97a5b8}.light-theme .mat-tab-nav-bar,.light-theme .mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.light-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,.light-theme .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.light-theme .mat-tab-label,.light-theme .mat-tab-link{color:#63809e}.light-theme .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-link.mat-tab-disabled{color:#00000061}.light-theme .mat-tab-header-pagination-chevron{border-color:#63809e}.light-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.light-theme .mat-tab-group[class*=mat-background-]>.mat-tab-header,.light-theme .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.light-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffecb34d}.light-theme .mat-tab-group.mat-primary .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ffca28}.light-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#000000de}.light-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.light-theme .mat-tab-group.mat-accent .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#536dfe}.light-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.light-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.light-theme .mat-tab-group.mat-warn .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.light-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.light-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.light-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffecb34d}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#ffca28}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#000000de}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#0006}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#000000de}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#000;opacity:.12}.light-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#536dfe}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.light-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.light-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.light-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.light-theme .mat-toolbar{background:white;color:#63809e}.light-theme .mat-toolbar.mat-primary{background:#ffca28;color:#000000de}.light-theme .mat-toolbar.mat-accent{background:#536dfe;color:#fff}.light-theme .mat-toolbar.mat-warn{background:#f44336;color:#fff}.light-theme .mat-toolbar .mat-form-field-underline,.light-theme .mat-toolbar .mat-form-field-ripple,.light-theme .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.light-theme .mat-toolbar .mat-form-field-label,.light-theme .mat-toolbar .mat-focused .mat-form-field-label,.light-theme .mat-toolbar .mat-select-value,.light-theme .mat-toolbar .mat-select-arrow,.light-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.light-theme .mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.light-theme .mat-tooltip{background:rgba(97,97,97,.9)}.light-theme .mat-tree{background:white}.light-theme .mat-tree-node,.light-theme .mat-nested-tree-node{color:#63809e}.mat-tree-node{min-height:48px}.light-theme .mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.light-theme .mat-simple-snackbar-action{color:#536dfe}.light-theme .app-accordion .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .app-accordion .mat-expansion-panel-header-title{color:#000000de}.light-theme .app-badge{background-color:#536dfe;color:#fff}.light-theme .app-chip .mat-chip.mat-standard-chip{color:#303f9f;background:#c5cae9}.light-theme .app-chip .mat-chip.mat-standard-chip .mat-chip-remove{color:#7986cb;background:#e8eaf6}.light-theme .app-chip .chip-selected{color:#536dfe}.light-theme .app-chip-fusion-field{background:#F1F4F8;color:#5d78fb}.light-theme .drop-infos{color:#fff;background:#63809e}.light-theme .drop-list,.light-theme .drop-list-margin.visible{border-color:#c9d0db}.light-theme .drop-list-item-action{background-color:#63809e;color:#fbfbfb}.light-theme .draggable .drop-list-item-label{border-color:#63809e;color:#63809e}.light-theme .drag-menu{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.light-theme .drag-menu .drag-button{background-color:#f7f9fb;color:#63809e}.light-theme .drop-list-item-content:hover{background-color:#f7f9fb}.light-theme .header-menu-page-menu .drag-menu{background:none;box-shadow:none}.light-theme .form .label-form{color:#7a7a7a}.light-theme .form .form-title{color:#000000de}.light-theme .form .mat-form-field-suffix,.light-theme .form .mat-form-field-suffix .mat-icon-button{color:#7a7a7a}.light-theme .select-tree-panel .select-tree-group .mat-option.mat-active,.light-theme .select-tree-panel .select-tree-group .mat-option:hover{background:none}.light-theme .select-tree-panel .select-tree-group{color:#63809e}.light-theme .select-tree-panel .select-tree-group:hover{background-color:#f1f4f8}.light-theme .select-tree-panel .select-tree-group-arrow{color:#0000008a}.light-theme .mat-flat-button.mat-primary,.light-theme .mat-flat-button.mat-accent{color:#fff}.light-theme .accent{color:#536dfe}.light-theme .app-label{color:#7a7a7a}.light-theme .app-value,.light-theme .app-title{color:#000000de}.light-theme .app-label-light{color:#a7a9ab}.light-theme .list-item:hover{background:#fbfbfb}.light-theme .list-item .check-mark.selected{color:#536dfe}.light-theme .list-item .check-mark.unselectable{color:#7a7a7a}.light-theme .blurred .blur-opacity{background-color:#000000de}.light-theme .menu-with-buttons .menu-button{color:#000000de}.light-theme .menu-with-buttons .menu-button.selected,.light-theme .menu-with-buttons .menu-button.active{color:#536dfe;background:#fbfbfb;border-left:3px solid #536dfe}.light-theme .menu-with-buttons div.menu-button{color:#7a7a7a;border-color:#d8d8d8}.light-theme .menu-with-buttons .menu-sub-button{color:#7a7a7a}.light-theme .menu-with-buttons .menu-sub-button .dot{background-color:#7a7a7a}.light-theme .menu-with-buttons .menu-sub-button.selected{background:#fbfbfb;color:#536dfe}.light-theme .menu-with-buttons .menu-sub-button.selected .dot{background:#536dfe}.light-theme .spinner-container{background:rgba(0,0,0,.55)}.light-theme .card{background:white;box-shadow:0 2px 20px #7772be29}.light-theme .list-card{background:white}.light-theme .tag{border:2px solid #ffca28;background:#fbfbfb}.light-theme .app-expansion-panel .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .app-expansion-panel .mat-expansion-panel-header-title{color:#000000de}.light-theme .header-details .mat-icon-button{color:#536dfe;background:#c5cae9}.light-theme .help-infos{background-color:#eef0f8}.light-theme .container-detail-tooltip .detail-tooltip{background-color:#fff;border-bottom:4px solid #5D78FB}.light-theme th .checkbox.mat-checkbox-indeterminate .mat-checkbox-label,.light-theme th .checkbox.mat-checkbox-checked .mat-checkbox-label{color:#fff;background:#7986cb}.light-theme .app-icon--approved{color:#87bf00}.light-theme .app-icon--pending{color:#ffb300}.light-theme .app-icon--rejected{color:#f26a5b}.light-theme .app-icon--infos{color:#5d78fb}.light-theme .app-icon--infos-reverse{color:#e1e9ff}.light-theme .app-icon--neutral{color:#bfbfbf}.light-theme .app-status--approved{background-color:#87bf00;color:#fff}.light-theme .app-status--pending{background-color:#ffb300;color:#fff}.light-theme .app-status--rejected{background-color:#f26a5b;color:#fff}.light-theme .app-status--infos{background-color:#5d78fb;color:#fff}.light-theme .app-status--infos-reverse{background-color:#e1e9ff;color:#5d78fb}.light-theme .app-status--neutral{background-color:#bfbfbf;color:#fff}.light-theme .page-table-container{background:#fbfbfb}.light-theme .page-table-container .page-table-content-data{background:white;box-shadow:0 3px 6px #00000017}.light-theme .mat-table .help-icon{color:#536dfe}.light-theme .vision-container .page-header-content .vision-tab.selected{color:#536dfe;border-bottom-color:#536dfe}.light-theme .vision-container .vision-content .vision-table{background:white;box-shadow:0 3px 6px #0000000d}.light-theme .vision-container .vision-content .vision-table .mat-header-row,.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule-header{background-color:#eef0f8}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule{background:white;box-shadow:0 3px 6px #0000000d}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove{background-color:#d52d28;color:#fff}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item{border-color:#707070;color:#7a7a7a}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add{background-color:#63809e;color:#fff}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove{background-color:#d52d28;color:#fff}.light-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .add-vision-rule-item{background-color:#eef0f8}.light-theme .sign-in-container .mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:#536dfe}.light-theme .sign-in-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#536dfe}.light-theme .sign-in-container .img-panel{color:#fff}.light-theme .app-toolbar{background:#ffffff}.light-theme .app-toolbar .mat-icon-button,.light-theme .app-toolbar .mat-button-wrapper{color:#000000de}.light-theme .mat-drawer-inner-container{background:#fbfbfb}.light-theme .mat-drawer-inner-container .toolbar-menu-container .mat-icon-button,.light-theme .mat-drawer-inner-container .toolbar-menu-container .mat-button-wrapper{color:#000000de}.light-theme .expand-icon.activate{background-color:#5c6bc0;color:#fff}.light-theme .header{color:#000000de}.light-theme .header .close-button{color:#000000de;background-color:#fff}.light-theme .impersonate-user-select{color:#000000de;background:white;box-shadow:0 2px 3px #00000029}.light-theme .impersonate-user-select .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.light-theme .impersonate-user-select .user-group{background:#536dfe;color:#fff}.light-theme .mat-option-impersonate{background:#f1f4f8;color:#7a7a7a}.light-theme .mat-option-impersonate .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.light-theme .mat-option-impersonate .user-group{background:#536dfe;color:#fff}.light-theme .locale-menu-panel-hosted{background:white;color:#000000de}.light-theme .band-impersonate{background:#ffca28}.light-theme .band-impersonate .band-impersonate-label,.light-theme .band-impersonate .band-impersonate-user-select{color:#000000de}.light-theme .band-impersonate .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.light-theme .band-impersonate .user-group{background:#536dfe;color:#fff}.light-theme .app-footer{background:white;border-top:2px solid #d8d8d8}.light-theme .app-footer .mention-legal-button{color:inherit}.light-theme .navigation-container .header{color:#000000de}.light-theme .navigation-container .header .close-button{color:#000000de;background-color:#fff}.light-theme .notification-header{background-color:#5d78fb;color:#f5f5f5}.light-theme .notification-body-icon{width:20px;height:20px;border-radius:50%;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.light-theme .classic-card{background:#ffffff}.light-theme .classic-card .kpi-card-label,.light-theme .classic-card .kpi-card-description{color:#fff}.light-theme .kpi-avg-duration-share-acceptance .classic-card{background-color:#fff}.light-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-label,.light-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-description{color:#000000de}.light-theme .kpi-avg-duration-share-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.light-theme .kpi-avg-duration-release-acceptance .classic-card{background-color:#fff}.light-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-label,.light-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-description{color:#000000de}.light-theme .kpi-avg-duration-release-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.light-theme .kpi-avg-duration-creation-acceptance .classic-card{background-color:#f3fcfe}.light-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-label,.light-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-description{color:#000000de}.light-theme .kpi-avg-duration-creation-acceptance .classic-card .indicator-value{color:#fff;background-color:#f29d9e}.light-theme .classic-card .kpi-card-label,.light-theme .classic-card .kpi-card-description{color:#707070}.light-theme .classic-card .settings-kpi mat-icon{color:#536dfe}.light-theme .my-wall-data-labels{background:#ffffff;box-shadow:0 2px 20px #7772be29!important}.light-theme .my-wall-data-labels .kpi-card-label,.light-theme .my-wall-data-labels .kpi-card-description{color:#707070}.light-theme .my-wall-data-labels .settings-kpi mat-icon{color:#536dfe}.light-theme .my-wall-data-labels .graph-title{color:#000}.light-theme .search-filter input:focus::placeholder{opacity:.5}.light-theme .search-filter input:focus::-webkit-input-placeholder{opacity:.5}.light-theme .search-filter input:focus:-moz-placeholder{opacity:.5}.light-theme .search-filter input:focus::-moz-placeholder{opacity:.5}.light-theme .search-filter input:focus:-ms-input-placeholder{opacity:.5}.light-theme .search-filter .mat-form-field-appearance-outline{color:#63809e}.light-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#63809e}.light-theme .search-filter .mat-form-field-appearance-outline ::placeholder{color:#63809e}.light-theme .search-filter .mat-form-field-appearance-outline .mat-select-placeholder,.light-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.light-theme .search-filter .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#63809e}.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-input-element,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-select-value,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator{color:#ffca28}.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.light-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end{border-color:#ffca28}.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#63809e}.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.light-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#d8d8d8}.light-theme .my-wall-data-card .my-wall-data-card-container{box-shadow:0 2px 20px #7772be29!important}.light-theme .my-wall-settings-header{color:#000000de}.light-theme .my-wall-settings-header .close-button{color:#000000de;background-color:#fff}.light-theme .my-wall-settings-orientation-library .img-container.selected{background:#ffca28}.light-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.light-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header .mat-tab-label-active{color:#ffca28;opacity:1}.light-theme .card-settings-menu-card .mat-icon{color:#ffca28}.light-theme .card-settings-menu-card.selected{background-color:#ffca28;color:#fff}.light-theme .card-settings-menu-card.selected .mat-icon{color:#fff}.light-theme .card-settings-content-title .general-singular-icon mat-icon{color:#63809e}.light-theme .card-settings-content-title .mat-form-field-appearance-outline{color:#000}.light-theme .card-settings-content .bar .border-button{box-shadow:6px 6px 10px #0000001a,-6px -6px 10px #0000001a}.light-theme .card-settings-content .bar .palette-container .input-color,.light-theme .card-settings-content .bar .button-1 .title-color-1 .input-color,.light-theme .card-settings-content .bar .button-color-1 .palette-container .input-color,.light-theme .card-settings-content .bar .button-2 .title-color-2 .input-color,.light-theme .card-settings-content .bar .button-color-2 .palette-container .input-color,.light-theme .card-settings-content .bar .color-background .palette-container .input-color{border:1px solid #b0bac9;color:#b0bac9}.light-theme .mail-templates-container .file-select .hint{color:#a7a9ab}.light-theme .mail-templates-container .file-selected .mat-icon{color:#536dfe;background:#c5cae9}.light-theme .mail-template-edit-container .edit-title,.light-theme .mail-template-list-container .list-title{color:#000000de}.light-theme .mail-template-list-container .list-table .mat-table .mat-header-cell{color:#b5b5c3}.light-theme .mail-template-list-container .list-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.light-theme .mail-template-list-container .list-table .mat-table .mat-cell{color:#707070}.light-theme .mail-template-list-container .list-table .mat-table .mat-cell.mat-column-name{color:#536dfe}.light-theme .roles-administration-container .roles-administration-header,.light-theme .roles-administration-container .roles-administration-content .list-card{background:white}.light-theme .template-role-form-container .template-role-form-header{background:red;background:white}.light-theme .template-role-form-container .template-role-form-content .list-card{background:white}.light-theme .template-role-container .template-role-header{background:red;background:white}.light-theme .template-role-container .template-role-table .actions{background-color:#fff}.light-theme .template-role-container .template-role-table .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.light-theme .template-role-container .template-role-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.light-theme .template-role-container .template-role-table .mat-table .mat-cell{color:#707070}.light-theme .template-role-container .template-role-table .mat-table .mat-cell.mat-column{color:#536dfe}.light-theme .template-role-container .template-role-table .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .mat-menu-item .mat-icon.icon-menu,.light-theme #titleMenuActionsTemplateRole{color:#63809e}.light-theme .template-group-container .template-group-header,.light-theme .template-group-container .template-group-content .list-card{background:white}.light-theme .theme-settings .available-templates .available-templates-title{color:#000000de}.light-theme .theme-settings .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .theme-settings .available-templates .template-item.selected{background:#f4f6fc;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.light-theme .theme-settings .available-templates .template-item .mat-icon{color:#63809e}.light-theme .theme-settings .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.light-theme .theme-settings .theme-settings-form .subtitle{color:#b0bac9}.light-theme .module-settings-details-title{color:#000000de}.light-theme .mat-table .help-icon{color:#4384ef}.light-theme .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.light-theme .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.light-theme .mat-table .mat-cell{color:#707070}.light-theme .mat-table .mat-cell.mat-column{color:#536dfe}.light-theme .param-form{background:#ffffff}.light-theme .param-form .edit-title{color:#000000de}.light-theme .release-notes .release-header .selected{border-bottom:2px solid #ffca28}.light-theme .release-notes .release-header .release-container-title,.light-theme .release-notes .release-header .release-title{color:#000000de}.light-theme .release-notes .release-item{box-shadow:2px 2px 2px #0000000d}.light-theme .release-notes-container .release-notes-content .icon-ref{stroke:#63809e}.light-theme .mail-template-edit-container .edit-title{color:#000000de}.light-theme .release-note-details .mat-card{box-shadow:2px 2px 2px #0000000d}.light-theme .release-note-details .mat-card .release-title{color:#000000de}.light-theme .release-note-details .mat-card .fusion-field{background:#c5cae9;color:#536dfe}.light-theme .vision-rule-modal-content .vision-rule-modal-title{background-color:#eef0f8}.light-theme .vision-rule-modal-content .vision-rule-modal-item{border-color:#707070;color:#7a7a7a}.light-theme .vision-rule-modal-content .vision-rule-modal-item.selected{background:#fbfbfb;color:#536dfe}.light-theme .vision-rule-modal-content .vision-rule-modal-items,.light-theme .vision-rule-modal-content .vision-rule-modal-paginator{background:none}.light-theme .dictionary-container .dictionary-header{background-color:#eef0f8}.light-theme .dictionary-container .dictionary-header .mat-form-field-appearance-outline .mat-form-field-outline{background:white}.light-theme .configuration-menu-container .configuration-menu-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.light-theme .configuration-menu-container .configuration-menu-content .mat-tab-header .mat-tab-label-active{color:#ffca28;opacity:1}.light-theme .grid-settings-progress-size .mat-progress-bar-buffer{background-color:#fbfbfb}.light-theme .kpi-settings-menu-card .mat-icon{color:#ffca28}.light-theme .kpi-settings-menu-card.selected{background-color:#ffca28;color:#fff}.light-theme .kpi-settings-menu-card.selected .mat-icon{color:#fff}.light-theme .search-bar-settings-form{background-color:#f1f4f9}.light-theme .search-bar-settings-form .drop-list,.light-theme .search-bar-settings-form .drop-list-item-label{background-color:#f7f9fb;border-color:#7a7a7a;color:#7a7a7a}.light-theme .search-bar-settings-form .draggable .drop-list-item-label{border-color:#63809e;color:#63809e}.light-theme .search-bar-settings-form .hidden-filters-action,.light-theme .search-bar-settings-form .drop-list-item-action{background-color:#63809e;color:#fbfbfb}.light-theme .search-bar-settings-form .drop-list-message.subdued{opacity:.3;z-index:0}.light-theme .search-bar-settings-form-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.light-theme .search-bar-settings-form-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fbfbfb}.light-theme .search-bar-settings-form-content .search-box .mat-form-field-label{color:#63809e}.light-theme .search-bar-settings-form-content .search-box .mat-divider{border-color:#63809e}.light-theme .search-bar-settings-form-content .search-box .mat-stroked-button:not([disabled]){border-color:#63809e}.light-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label{background-color:#c9d0db;color:#fff}.light-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label.selected{box-shadow:2px -2px 2px #0000000d;background-color:#fff;color:#536dfe;border-bottom:2px solid #536dfe}.light-theme .search-bar-settings .search-bar-settings-ref-field{background-color:#f7f9fb;color:#63809e}.light-theme .recruitment-offer-settings-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.light-theme .recruitment-offer-settings-content .mat-tab-header .mat-tab-label-active{color:#ffca28;opacity:1}.light-theme .recruitment-offer-settings-tab-content{background-color:#f1f4f9}.light-theme .offer-template.checked>mat-icon{color:#e8fff3;background-color:#179278}.light-theme .offer-template.checked>span{color:#179278}.light-theme .recruitment-offer-settings-details-template-offer.card.checked{border-color:#179278}.light-theme .recruitment-offer-settings-details-template-offer.card .offer{border-color:#b0bac9}.light-theme .offer-diffusion .external{background:#ffecb3;color:#f1f4f8}.light-theme .offer-diffusion .internal{background:#c5cae9;color:#303f9f}.light-theme .offer-template.external.checked>mat-icon{color:#f1f4f8;background-color:#ffecb3}.light-theme .offer-template.external.checked>span{color:#ffecb3}.light-theme .offer-template.internal.checked>mat-icon{color:#303f9f;background-color:#c5cae9}.light-theme .offer-template.internal.checked>span{color:#c5cae9}.light-theme .recruitment-offer-settings-apply-template-offer.card.checked.external{border-color:#ffecb3}.light-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal{border-color:#c5cae9}.light-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal-external{border-image-source:linear-gradient(to left,#ffecb3,#c5cae9)}.light-theme .recruitment-offer-settings-apply-template-offer.card .offer{border-color:#b0bac9}.light-theme .checkbox.external{color:#f1f4f8}.light-theme .checkbox.external .mat-checkbox-frame{border-color:#ffecb3}.light-theme .checkbox.external .mat-checkbox-label,.light-theme .checkbox.external.mat-checkbox-checked .mat-checkbox-background{background-color:#ffecb3}.light-theme .checkbox.internal{color:#303f9f}.light-theme .checkbox.internal .mat-checkbox-frame{border-color:#c5cae9}.light-theme .checkbox.internal .mat-checkbox-label,.light-theme .checkbox.internal.mat-checkbox-checked .mat-checkbox-background{background-color:#c5cae9}.light-theme .referential-container .referential-table .mat-tab-header{overflow-y:visible;border-bottom:none}.light-theme .referential-container .referential-table .mat-tab-header .mat-tab-label{background-color:#fff;color:#7a7a7a;box-shadow:0 3px 6px #0000000d}.light-theme .referential-container .referential-table .mat-tab-header .mat-tab-label.mat-tab-label-active{background:#e8eaf6;color:#536dfe}.light-theme .referential-container .referential-table .mat-tab-body{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.light-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.light-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.light-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell{color:#000000de}.light-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell.mat-column{color:#536dfe}.light-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .workflow-table .workflow-card .workflow-step{background-color:#f1f4f8}.light-theme .workflow-table .workflow-card .workflow-step .mat-icon-unchecked{color:#cddcfc}.light-theme .gdpr-container .gdpr-content{background:white}.light-theme .gdpr-container .gdpr-content .title,.light-theme .candidacy-comment-container .candidacy-comment-header .candidacy-comment-title{color:#000000de}.light-theme .candidacy-comment-container .reviews-list th.mat-header-cell{color:#7a7a7a}.light-theme .candidacy-comment-container .reviews-list td.mat-cell{color:#000000de}.light-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars{color:#b0bac9}.light-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars .fill-star{color:#fbc944}.light-theme .candidacy-comment-container .reviews-list .author-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .candidacy-comment-container .reviews-list .author-profile .author-name{color:#7a7a7a}.light-theme .candidacy-comment-container .reviews-list .comment{color:#63809e}.light-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.light-theme .candidacy-details-header{background-color:#fff}.light-theme .candidacy-details-header .user-badge{background-color:#f4f6fc}.light-theme .candidacy-details-header .candidate-name,.light-theme .candidacy-details-header .candidacy-date,.light-theme .candidacy-details-header .candidate-status{color:#000000de}.light-theme .candidacy-details-header .candidate-number,.light-theme .candidacy-details-header .review-stars{color:#b0bac9}.light-theme .candidacy-details-header .review-stars .fill-star{color:#fbc944}.light-theme .candidacy-details-header .cv{color:#3f51b5}.light-theme .candidacy-details-header .no-cv{color:#dbdbdb}.light-theme .candidacy-details-header .letter{color:#ffca28}.light-theme .candidacy-details-header .no-letter{color:#c7c7c8}.light-theme .candidacy-details-header .review-count{color:#b0bac9}.light-theme .candidacy-details-header .status.pending{background-color:#ffca28;color:#8798ad}.light-theme .candidacy-details-header .status.approved{background-color:#87bf00;color:#fff}.light-theme .candidacy-details-header .status.canceled,.light-theme .candidacy-details-header .status.refused{background-color:#f64e60;color:#fff}.light-theme .candidacy-document-container .candidacy-document-header .candidacy-document-title{color:#000000de}.light-theme .candidacy-document-container disabled-button{background:#d8d8d8;color:#5d78fb}.light-theme .candidacy-document-container .documents-list th.mat-header-cell{color:#7a7a7a}.light-theme .candidacy-document-container .documents-list td.mat-cell{color:#000000de}.light-theme .candidacy-document-container .documents-list .document-icon{color:#536dfe}.light-theme #titleMenuActionsDocuments{color:#63809e}.light-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-label{color:#7a7a7a}.light-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-data,.light-theme .candidacy-form-container .candidacy-form .radio-group{color:#000000de}.light-theme .candidacy-form-container .candidacy-form .file-select .hint{color:id(false,#a7a9ab,#7a7a7a)}.light-theme .candidacy-form-container .candidacy-form .file-selected .mat-icon{color:#536dfe;background:#c5cae9}.light-theme .candidacy-form-container .candidacy-form .file-select-errors{margin-bottom:20px}.light-theme .candidacy-form-container .candidacy-form .file-select-errors .error{color:#d52d28}.light-theme .candidacy-general-information-container .info-label{color:#7a7a7a}.light-theme .candidacy-general-information-container .info-label .help-icon{color:#4384ef}.light-theme .candidacy-general-information-container .offer-title-data{color:#000000de}.light-theme .candidacy-general-information-container .cv{color:#3f51b5}.light-theme .candidacy-general-information-container .letter{color:#ffca28}.light-theme .candidacy-general-information-container .no-cv,.light-theme .candidacy-general-information-container .no-letter{color:#c7c7c8}.light-theme .candidacy-general-information-container .review-stars{color:#b0bac9}.light-theme .candidacy-general-information-container .review-stars .fill-star{color:#fbc944}.light-theme .candidacy-general-information-container .review-count{color:#7a7a7a}.light-theme .candidacy-general-information-container .status{width:80px;text-align:center}.light-theme .candidacy-general-information-container .status.pending{background-color:#ffca28;color:#8798ad}.light-theme .candidacy-general-information-container .status.approved{background-color:#87bf00;color:#fff}.light-theme .candidacy-general-information-container .status.canceled,.light-theme .candidacy-general-information-container .status.refused{background-color:#f64e60;color:#fff}.light-theme .document-form-container .document-form .radio-group{color:#000000de}.light-theme .document-form-container .document-form .help-icon{color:#3f51b5}.light-theme .interview-form-container .interview-form textarea{color:#63809e}.light-theme .interview-form-container .interview-form .radio-group{color:#000000de}.light-theme .interview-form-container .interview-form .help-icon{color:#3f51b5}.light-theme .interview-form-container .interview-form .review-stars{color:#b0bac9}.light-theme .interview-form-container .interview-form .review-stars .fill-star{color:#fbc944}.light-theme .interview-form-container .interview-form .review-count{color:#b0bac9}.light-theme .candidacy-interview-list-container .candidacy-interview-list-header .candidacy-interview-list-title{color:#000000de}.light-theme .candidacy-interview-list-container .interviews-list th.mat-header-cell{color:#7a7a7a}.light-theme .candidacy-interview-list-container .interviews-list td.mat-cell{color:#000000de}.light-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .evaluator-name{color:#7a7a7a}.light-theme .candidacy-interview-list-container .interview-details .nav-back{color:#536dfe}.light-theme .candidacy-interview-list-container .interview-details .info-label{color:#7a7a7a}.light-theme .candidacy-interview-list-container .interview-details .info-data{color:#000000de}.light-theme .candidacy-interview-list-container .interview-details .no-file{color:#dbdbdb}.light-theme .candidacy-followup-container .communications-list th.mat-header-cell{color:#7a7a7a}.light-theme .candidacy-followup-container .communications-list td.mat-cell{color:#000000de}.light-theme .candidacy-followup-container .communications-list .mat-cell.mat-column-type,.light-theme .candidacy-followup-container .mail-details .nav-back{color:#536dfe}.light-theme .candidacy-followup-container .mail-details .detail-row .info-label{color:#7a7a7a}.light-theme .candidacy-followup-container .mail-details .detail-row .info-data{color:#000000de}.light-theme .candidacy-followup-container .mail-details .detail-row .mail-body{background:#fbfbfb}.light-theme .candidacy-followup-container .mail-details .detail-system-label{color:#7a7a7a}.light-theme .candidacy-followup-container .mail-details .detail-system-data{color:#000000de}.light-theme .candidacies-container{background:#fbfbfb}.light-theme .candidacies-container .candidacies-content .candidacies-table{box-shadow:0 3px 6px #00000017}.light-theme .candidacies-container .candidacies-content .actions{background-color:#fff}.light-theme .candidacies-container .candidacies-content .stack-count{border:1px solid;background:white;border-color:#536dfe}.light-theme .candidacies-container .candidacies-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .candidacies-container .candidacies-content .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid #536dfe}.light-theme .candidacies-container .candidacies-content .manager-details-card .manager-name{color:#000000de}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .actions{background:none}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator .value-indicator{color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending{border-color:#fbd82b}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending .value-indicator{background-color:#fbd82b}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved{border-color:#87bf00}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved .value-indicator{background-color:#87bf00}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total{border-color:#1bc5bd}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total .value-indicator{background-color:#1bc5bd}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused,.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled{border-color:#f64e60}.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused .value-indicator,.light-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled .value-indicator{background-color:#f64e60}.light-theme .candidacies-container .candidacies-content .offer-card-list .selected .candidacies-offer-card{border:2px solid #ffca28}.light-theme .candidacies-container .candidacies-content .candidacies-list .search-todo-details{background-color:#fff;border-bottom:4px solid #536dfe;color:#63809e}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table{color:#000000de}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-row{background-color:#eef0f8}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-sort-header-arrow{color:#536dfe}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .help-icon{color:#536dfe}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .cv{color:#5c6bc0}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-cv{color:#dbdbdb}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .letter{color:#ffca28}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-letter{color:#c7c7c8}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .external-candidacy{background-color:#5d78fb;color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .internal-candidacy{background-color:#7ab403;color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars{color:#b0bac9}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars .fill-star{color:#fbc944}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-count{color:#b0bac9}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.pending{background-color:#fbd82b;color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.approved{background-color:#87bf00;color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.canceled,.light-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.refused{background-color:#f64e60;color:#fff}.light-theme .candidacies-container .candidacies-content .candidacies-list .talent-pool{color:#fff;background-color:#536dfe}.light-theme .candidacies-container .candidacies-content .candidacies-list .none-style{color:#fff;background-color:#d3d3d3}.light-theme #dropdownExtractExcel .export-templates-title{color:#000000de}.light-theme #dropdownExtractExcel .search-input{color:#63809e}.light-theme #dropdownExtractExcel .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme #dropdownExtractExcel .template-action{color:#63809e}.light-theme .manage-interviews-container{background:#fbfbfb}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table{box-shadow:0 3px 6px #00000017}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .actions{background-color:#fff}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table{color:#000000de}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-row{background-color:#eef0f8}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-sort-header-arrow{color:#536dfe}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid #536dfe}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card .manager-name{color:#000000de}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars{color:#b0bac9}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars .fill-star{color:#fbc944}.light-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-count{color:#b0bac9}.light-theme #titleMenuActionsInterviews{color:#63809e}.light-theme .interview-details-container .header-details .mat-icon-button{color:#536dfe;background:#c5cae9}.light-theme .interview-details-container .interview-details-menu .menu-button{color:#000000de}.light-theme .interview-details-container .interview-details-menu .menu-button.selected{color:#536dfe;background:#fbfbfb;border-left:3px solid #536dfe}.light-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.light-theme .interview-details-container .interview-details-sub-content .info-label{color:#7a7a7a}.light-theme .interview-details-container .interview-details-sub-content .info-data{color:#000000de}.light-theme .interview-details-container .interview-details-sub-content .no-file{color:#dbdbdb}.light-theme .offer-container{background-color:#fbfbfb}.light-theme .offer-apply .offer-summary .mat-card{color:#63809e}.light-theme .offer-apply .apply-form{background-color:#fff;box-shadow:0 3px 3px #00000012}.light-theme .offer-card:hover{border:solid 2px #ffca28;cursor:pointer;color:#63809e}.light-theme .offer-card.selected{border:solid 2px #ffca28}.light-theme .offer-detail{border-color:#ffca28}.light-theme .offer-detail .offer-detail-header .action-offer{background-color:#fbfbfb}.light-theme .offer-detail .mat-divider{border-top-color:#ffca28}.light-theme .share-offer-menu .share-offer-title{color:#000000de}.light-theme .offer-list{color:#63809e;background-color:#fbfbfb}.light-theme .offer-list .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.light-theme .offer-list .mat-standard-chip{background:#c5cae9;color:#000000de}.light-theme .offer-list .mat-standard-chip .mat-icon{color:#000000de}.light-theme .offer-library{color:#63809e;background-color:#fbfbfb}.light-theme .offer-library .mat-card{color:#63809e}.light-theme .offer-library .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.light-theme .offer-library .mat-standard-chip{background:#c5cae9;color:#000000de}.light-theme .offer-library .mat-standard-chip .mat-icon{color:#000000de}.light-theme .single-value-display.background{background:#c5cae9;color:#000000de}.light-theme .email-back-container .file-select .hint{color:#7a7a7a}.light-theme .email-back-container .file-selected .mat-icon{color:#536dfe;background:#c5cae9}.light-theme .email-back-container .email-back-header{background:white}.light-theme .email-back-container .email-back-header .email-back-title{color:#000000de}.light-theme .email-back-container .email-back-content .mat-expansion-panel-header,.light-theme .email-back-container .email-back-content .mat-expansion-panel-header.mat-expanded{border-bottom:1px solid;border-bottom-color:#d8d8d8}.light-theme .email-back-container .email-back-content .mat-expansion-panel-header-title{color:#000000de}.light-theme .candidacies-offer-card{background:white}.light-theme .candidacies-offer-card .count-badge{background:#ffca28;color:#fff}.light-theme .candidacies-offer-card .offer-name,.light-theme .recruitment-media .media-card{color:#000000de}.light-theme .recruitment-media .media-card>.mat-icon{color:#a7a9ab}.light-theme .recruitment-media .media-card-size{color:#a7a9ab}.light-theme .recruitment-media .media-card .delete{background-color:#d52d28;color:#fff}.light-theme .recruitment-media .media-card.selected{border:1px solid #5D78FB}.light-theme .share-modal-content .mat-dialog-title{border-bottom-color:#d8d8d8}.light-theme .share-modal-content .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.light-theme .share-modal-content .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#fbfbfb}.light-theme .share-modal-content .mat-dialog-content .selected-users .user .name{color:#536dfe}.light-theme .share-modal-content .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#fbfbfb}.light-theme .share-modal-content .mat-dialog-content .search .search-label{color:#707070}.light-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.light-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.light-theme .share-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.light-theme .share-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.light-theme .share-modal-content .mat-dialog-content .users-card{background-color:#f3f6f9}.light-theme .share-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.light-theme .share-modal-content .mat-dialog-content .users-card .user-badge{background-color:#d8d8d8}.light-theme .share-modal-content .mat-dialog-content .users-card .user{color:#536dfe}.light-theme .review-modal-content .review-stars{color:#b0bac9}.light-theme .review-modal-content .review-stars .fill-star{color:#fbc944}.light-theme .review-modal-content textarea{color:#63809e}.light-theme .offers-container{background:#fbfbfb}.light-theme .offers-container .offers-content .offers-table{box-shadow:0 3px 6px #00000017}.light-theme .offers-container .offers-content .actions{background-color:#fff}.light-theme .offers-container .offers-content .stack-count{border:1px solid;background:white;border-color:#536dfe}.light-theme .offers-container .offers-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .offers-container .offers-content .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid #536dfe}.light-theme .offers-container .offers-content .manager-details-card .manager-name{color:#000000de}.light-theme .offers-container .offers-content .status{background-color:#8798ad;color:#fff}.light-theme .offers-container .offers-content .status.encours{background-color:#87bf00;color:#fff}.light-theme .offers-container .offers-content .status.cloture{background-color:#f64e60;color:#fff}.light-theme .offers-container .offers-content .offer-card-list .selected .offers-offer-card{border:2px solid #ffca28}.light-theme .offers-container .offers-content .offers-list .search-todo-details{background-color:#fff;border-bottom:4px solid #536dfe;color:#63809e}.light-theme .offers-container .offers-content .offers-list .mat-table{color:#000000de}.light-theme .offers-container .offers-content .offers-list .mat-table .mat-header-row{background-color:#eef0f8}.light-theme .offers-container .offers-content .offers-list .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.light-theme .offers-container .offers-content .offers-list .mat-table .mat-sort-header-arrow{color:#536dfe}.light-theme .offers-container .offers-content .offers-list .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.light-theme .offers-container .offers-content .offers-list .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .offers-container .offers-content .offers-list .mat-table .help-icon{color:#536dfe}.light-theme .offers-container .offers-content .offers-list .mat-table .review-count{color:#b0bac9}.light-theme .mat-menu-item .mat-icon.icon-menu{color:#63809e}.light-theme .offer-details-header{background-color:#fff}.light-theme .offer-details-container .offer-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .offer-general-information-container .info-label{color:#7a7a7a}.light-theme .offer-general-information-container .info-label .help-icon{color:#4384ef}.light-theme .offer-general-information-container .info-data{color:#000000de}.light-theme .candidacy-history-container{background:#fbfbfb}.light-theme .candidacy-history-container .candidacies-history-table{box-shadow:0 3px 6px #00000017}.light-theme .candidacy-history-container .candidacies-history-table .mat-table{color:#000000de}.light-theme .candidacy-history-container .candidacies-history-table .mat-table th.mat-header-cell{color:#7a7a7a}.light-theme .candidacy-history-container .candidacies-history-table .mat-table td.mat-cell{color:#000000de}.light-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars{color:#b0bac9}.light-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars .fill-star{color:#fbc944}.light-theme .document-management-container .document-management-content .folders-list .document-folder{color:#000000de}.light-theme .document-management-container .document-management-content .folders-list .document-folder>.mat-icon{color:#a7a9ab}.light-theme .document-management-container .document-management-content .folders-list .document-folder .count{color:#a7a9ab}.light-theme .document-management-container .document-management-content .folders-list .document-folder .delete{background-color:#d52d28;color:#fff}.light-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.light-theme .document-form-container .document-form-content .mat-expansion-panel-header{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .document-form-container .document-form-content .mat-expansion-panel-header-title,.light-theme .connected-user-dashboard-title{color:#000000de}.light-theme .connected-user-dashboard-card{background:white;box-shadow:0 1px 20px #0000000d}.light-theme .connected-user-dashboard-card .card-title,.light-theme .connected-user-dashboard-card .card-title .title{color:#000000de}.light-theme .connected-user-dashboard-card .card-title .subtitle{color:#707070}.light-theme .connected-user-dashboard-shortcuts .personal-data{background-color:#ffecb3}.light-theme .connected-user-dashboard-shortcuts .documents{background-color:#ffca28}.light-theme .connected-user-dashboard-status-info .card-title .title .mat-icon{color:#1bc5bd}.light-theme .connected-user-personal-data .page-header-content .bubble-profile-content{border:1px solid #d8d8d8}.light-theme .connected-user-personal-data .page-header-content .serial-number{color:#7a7a7a}.light-theme .connected-user-personal-data .menu-with-buttons .menu-button.invalid{color:#f44336}.light-theme .user-date--ERROR{color:#f1416c;background-color:#fff5f8}.light-theme .user-date--WARNING{color:#ffc700;background-color:#fff8dd}.light-theme .user-date--SUCCESS{color:#51cd89;background-color:#e8fff3}.light-theme .user-paystatus--PENDING{background:#d8d8d8;color:#7a7a7a}.light-theme .user-paystatus--TO_SEND{color:#ffc700;background-color:#fff8dd}.light-theme .user-paystatus--SENT{color:#51cd89;background-color:#e8fff3}.light-theme .contractual-situation-cards-item{background-color:#f1f4f9}.light-theme .contractual-situation-cards-item-icon{color:#cfdef8}.light-theme .contractual-situation-cards-item.selected{border:1px solid #5D78FB}.light-theme .contractual-situation-cards-item.selected .contractual-situation-cards-item-icon{color:#5d78fb}.light-theme .task-target-details-followup .history-container{color:#000000de}.light-theme .task-target-details-followup .history-container .history-values{border-left-color:#f4f6fc}.light-theme .task-target-details-followup .history-container .history-values-content{background-color:#f4f6fc;border-color:#d8d8d8}.light-theme .onboarding-table-title{color:#000000de}.light-theme .onboarding-table-container{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.light-theme .row-disabled{color:#d8d8d8}.light-theme .diffusion-status--validated,.light-theme .diffusion-status--signed{color:#51cd89;background-color:#e8fff3}.light-theme .diffusion-status--declined,.light-theme .diffusion-status--partially_pending,.light-theme .diffusion-status--mixed{color:#ffc700;background-color:#fff8dd}.light-theme .diffusion-status--pending,.light-theme .diffusion-status--to_check{color:#f1416c;background-color:#fff5f8}.light-theme .onboarding-diffusion-form .user-tag,.light-theme .onboarding-diffusion-form .document-tag{border:2px solid #ffca28;background:#fbfbfb}.light-theme .onboarding-diffusion-form .user-tag .name,.light-theme .onboarding-diffusion-form .document-tag .name{color:#536dfe}.light-theme .onboarding-diffusion-form .user-tag .remove,.light-theme .onboarding-diffusion-form .document-tag .remove{color:#536dfe;background:#fbfbfb}.light-theme .onboarding-diffusion-form .readonly{color:#00000061}.light-theme .mail-task-target-modal-content .mat-dialog-title{border-bottom-color:#d8d8d8}.light-theme .mail-task-target-modal-content .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.light-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#fbfbfb}.light-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .name{color:#536dfe}.light-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#fbfbfb}.light-theme .mail-task-target-modal-content .mat-dialog-content .search .search-label{color:#707070}.light-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.light-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.light-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.light-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.light-theme .mail-task-target-modal-content .mat-dialog-content .users-card{background-color:#f3f6f9}.light-theme .mail-task-target-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.light-theme .mail-task-target-modal-content .mat-dialog-content .users-card .bubble-profile-fullname{color:#536dfe}.light-theme .task-target-modal .mat-dialog-title{border-bottom-color:#d8d8d8}.light-theme .task-target-modal .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.light-theme .task-target-modal .mat-dialog-content .search .search-label{color:#707070}.light-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.light-theme .task-target-modal .mat-dialog-content .search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.light-theme .task-target-modal .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#fbfbfb}.light-theme .task-target-modal .mat-dialog-content .selected-users .user .name{color:#536dfe}.light-theme .task-target-modal .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#fbfbfb}.light-theme .task-target-modal .mat-dialog-content .dot-indicator{background:#d52d28}.light-theme .task-target-modal .mat-dialog-content .dot-indicator.available{background:#02a731}.light-theme .task-target-modal .mat-dialog-content .users-card{background-color:#f3f6f9}.light-theme .task-target-modal .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.light-theme .task-target-modal .mat-dialog-content .users-card .bubble-profile-fullname{color:#536dfe}.light-theme .drawer-container .drawer-title{color:#000000de}.light-theme .drawer-container .users-list-container .users-card{background-color:#f3f6f9}.light-theme .drawer-container .users-list-container .users-card .user-name{color:#536dfe}.light-theme .drawer-container .users-list-container .users-card .user-badge{background-color:#d8d8d8}.light-theme .training-courses-followup-header .habilitation{color:#51cd89;background-color:#e8fff3}.light-theme .training-courses-followup-header .habilitation.invalid{color:#f1416c;background-color:#fff5f8}.light-theme .training-courses-followup-header .habilitation.expiring{color:#ffc700;background-color:#fff8dd}.light-theme .demands-needs-container .demands-needs-header-title{color:#000000de}.light-theme .demands-needs-container .demands-needs-response{color:#f1416c;background-color:#fff5f8}.light-theme .demands-needs-container .demands-needs-response--yes{color:#51cd89;background-color:#e8fff3}.light-theme .demands-needs-container .demands-needs-status{color:#ffc700;background-color:#fff8dd}.light-theme .demands-needs-container .demands-needs-status--approved{color:#51cd89;background-color:#e8fff3}.light-theme .demands-needs-container .demands-needs-status--rejected,.light-theme .demands-needs-container .demands-needs-status--pending{color:#f1416c;background-color:#fff5f8}.light-theme .registrations-container .registrations-header-title{color:#000000de}.light-theme .registrations-container .registrations-status{color:#ffc700;background-color:#fff8dd}.light-theme .registrations-container .registrations-status--registered,.light-theme .registrations-container .registrations-status--realised,.light-theme .registrations-container .registrations-status--validated,.light-theme .registrations-container .registrations-status--approved{color:#51cd89;background-color:#e8fff3}.light-theme .registrations-container .registrations-status--canceled,.light-theme .registrations-container .registrations-status--rejected{color:#f1416c;background-color:#fff5f8}.light-theme .registrations-container .habilitation-status{color:#51cd89}.light-theme .registrations-container .habilitation-status .mat-badge-content{color:#fff}.light-theme .registrations-container .habilitation-status.invalid{color:#f1416c}.light-theme .registrations-container .habilitation-status.expiring{color:#ffc700}.light-theme .history-container .history-header-title{color:#000000de}.light-theme .history-container .history-check{color:#51cd89}.light-theme .history-container .history-uncheck{color:#f1416c}.light-theme .history-details-container{background:#fbfbfb}.light-theme .history-details-container .doc{color:#5c6bc0}.light-theme .training-collection-container .training-course-wrapper.selected .training-course{border:solid 2px #ffca28}.light-theme .training-collection-container .training-collection-content .training-collection-header,.light-theme .training-collection-list-container .training-collection-list-content .training-collection-list-header{border-bottom-color:#d8d8d8}.light-theme .training-collection-list-container .training-collection-list-content .collection-list .collection.add .collection-image,.light-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .first-image,.light-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .row-image div,.light-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image.empty{background:#d8d8d8}.light-theme .whitelist-container .whitelist-content .whitelist-header{border-bottom-color:#d8d8d8}.light-theme .whitelist-container .whitelist-list .whitelist-mails{border-color:#d8d8d8}.light-theme .whitelist-container .whitelist-list .whitelist-mails .mat-chip{background-color:#536dfe;color:#fff}.light-theme .whitelist-container .whitelist-list .whitelist-mails .no-mails{width:100%;padding-top:10px;text-align:center}.light-theme .curriculum-card{background:white;box-shadow:0 3px 6px #00000029}.light-theme .curriculum-card .description{color:#63809e}.light-theme .curriculum-resume-section{background:#fbfbfb}.light-theme .curriculum-resume-section .curriculum-resume{background:white;box-shadow:0 1px 10px #00000029}.light-theme .curriculum-resume-section .curriculum-resume .description{color:#63809e}.light-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid #63809e}@media screen and (max-width: 768px){.light-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid transparent}}.light-theme .session-list-item .session-remaining-seats{color:#536dfe;border-color:#536dfe}.light-theme .training-detail .habilitation-by-course .count-collaborators{background:#ffca28;color:#f1f4f8}.light-theme .training-detail .habilitation-by-course .success-rate-value{color:#769cff}.light-theme .training-detail .detail-video-desc{background:#f1f4f8}.light-theme .training-detail .course-video{background:transparent}.light-theme .training-detail .course-properties{border-top:solid .5px rgba(0,0,0,.12);border-bottom:solid .5px rgba(0,0,0,.12)}.light-theme .training-detail .course-properties .property{border-left:solid .5px rgba(0,0,0,.54)}.light-theme .training-detail .course-seat-count{background:#63809e;color:#fff}.light-theme .training-detail .course-apply .detail-button{color:#fff}.light-theme .training-detail .course-apply .detail-button.applied{color:#fff;background:#63809e}.light-theme .training-detail .desc-obj,.light-theme .training-detail .desc-profile,.light-theme .training-detail .obj-value,.light-theme .training-detail .profile-value{border-left:solid 3px #ffca28}.light-theme .training-detail .required-course:hover{color:#ffca28}.light-theme .training-detail .required-course:active{color:#536dfe}.light-theme .training-detail .mat-dialog-container{background:#fbfbfb}.light-theme .training-detail .mat-dialog-container .mat-tab-list{background-color:transparent}.light-theme .training-detail .mat-dialog-container .mat-tab-label{border:1px solid transparent;background-color:#fff}.light-theme .training-detail .mat-dialog-container .mat-tab-label-active{background-color:#ffca28!important;color:#fff;opacity:1}.light-theme .training-detail .mat-dialog-container .dialog-button{color:#fff}.light-theme .training-detail .mat-dialog-container .mat-slide-toggle-bar,.light-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ffca28}.light-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f2f2f2}.light-theme .fiche-cours-template{padding-left:15px}.light-theme .fiche-cours-template .template-properties-title{color:#ffca28}.light-theme .fiche-cours-template .template-properties-value{color:#536dfe}.light-theme .fiche-cours-template .template-properties-value span{color:#000}.light-theme .fiche-cours-template .template-course-desc{background-color:#ffca28;color:#fff}.light-theme .fiche-cours-template .template-course-title{color:#536dfe}.light-theme .template-course-main-title{color:#000}.light-theme .fiche-cours{color:gray}.light-theme .line{color:#536dfe}.light-theme .dot{background-color:#536dfe}.light-theme .training-course .course-actions{border-top:solid 1px rgba(0,0,0,.12)}.light-theme .training-course .course-actions .favorite-icon{color:#536dfe}.light-theme .training-course .course-actions .basket-icon{color:#ffca28}.light-theme .training-course .course-action.mat-flat-button{color:#fff}.light-theme .training-course .course-banner{background:#536dfe}.light-theme .training-course .course-views{background:#fbfbfb}.light-theme .training-course .course-rates{background:#536dfe;color:#fff}.light-theme .training-course .review-stars{color:#b0bac9}.light-theme .training-course .review-stars .fill-star{color:#fbc944}.light-theme .training-course .review-stars .training-rate{color:#fff;background:#536dfe}.light-theme .training-results .training-course-wrapper.selected .training-course{border:solid 2px #ffca28}.light-theme .training-results .see-more button{color:#fff}.light-theme .provisional-course-card-container{box-shadow:0 3px 6px #00000017;background-color:#fff}.light-theme .provisional-course-card-container.selected{border:2px solid #ffca28}.light-theme .provisional-course-card-container.grey{background-color:#d7d7d7}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-year{color:#000000de}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-icon{color:#fff;background-color:#536dfe}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-label{color:#000000de}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-participant .provisional-course-participant-count{background-color:#ffca28;color:#fff}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-label{color:#d8d8d8}.light-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-data{color:#000000de}.light-theme .provisional-course-dialog-container .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fff}.light-theme .provisional-course-dialog-container .search-box .mat-form-field-label{color:#63809e}.light-theme .provisional-course-dialog-container .search-box .add-button{color:#fff}.light-theme .provisional-course-dialog-container .current-provisional-course{background:white;box-shadow:0 3px 6px #00000017}.light-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-year{background:white;color:#000000de}.light-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-icon{color:#fff;background-color:#536dfe}.light-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-label{color:#000000de}.light-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-label{color:#d8d8d8}.light-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-data{color:#000000de}.light-theme .provisional-course-dialog-container .add-provisional-course-icon{color:#fff;background-color:#d8d8d8}.light-theme .training-search{background:#fbfbfb}.light-theme .training-search .success-rate-value{color:#769cff}.light-theme .training-search .headband-habilitation{background:white}.light-theme .training-search .headband-habilitation .headband-content-icon .mat-icon{color:#769cff}.light-theme .training-search .curriculum-validation{background:#fbfbfb;box-shadow:0 3px 6px #000000de}.light-theme .training-search .curriculum-validation button{color:#fff!important}.light-theme .training-search .habilitation-list.darker,.light-theme .training-search .habilitation-list.curriculum,.light-theme .training-search .domain-list.darker{background:#f2f2f2}.light-theme .training-search .domain-item .card-title{color:#000000de}.light-theme .training-search .domain-item .mat-card{border:solid 1px transparent}.light-theme .training-search .domain-item .mat-card:hover{border:solid 1px #ffca28}.light-theme .training-search .selection-item.mat-chip-selected.mat-primary,.light-theme .training-search .card-badge .mat-badge-content{color:#fff}.light-theme .training-search .search-button,.light-theme .plan-arbitration-container{background-color:#fbfbfb}.light-theme .plan-arbitration-container .state.to_transform{background-color:#e1e9ff;color:#8798ad}.light-theme .plan-arbitration-container .state.validated,.light-theme .plan-arbitration-container .state.registered,.light-theme .plan-arbitration-container .state.realised,.light-theme .plan-arbitration-container .state.closed{background-color:#87bf00;color:#fff}.light-theme .plan-arbitration-container .state.refused{background-color:#f64e60;color:#fff}.light-theme .plan-arbitration-container .state.application{background-color:#63809e;color:#fff}.light-theme .plan-arbitration-container .state.transformed_to_pi{background-color:#1bc5bd;color:#fff}.light-theme .plan-arbitration-container .state.in_progress,.light-theme .plan-arbitration-container .state.pending{background-color:#ffca28;color:#8798ad}.light-theme .plan-arbitration-container .point-default{background:#c9d0db 0% 0% no-repeat padding-box}.light-theme .plan-arbitration-container .validated-ratio,.light-theme .plan-arbitration-container .point-approved{background:#87bf00 0% 0% no-repeat padding-box}.light-theme .plan-arbitration-container .waiting-ratio,.light-theme .plan-arbitration-container .point-waiting{background:#FFB300 0% 0% no-repeat padding-box}.light-theme .plan-arbitration-container .rejected-ratio,.light-theme .plan-arbitration-container .point-rejected{background:#f64e60 0% 0% no-repeat padding-box}.light-theme .plan-arbitration-container .valid-th{border-color:#536dfe;color:#63809e}.light-theme .plan-arbitration-container .details-sync{box-shadow:0 3px 3px #00000012;background:#f1f4f8;border-bottom:4px solid #536dfe}.light-theme .plan-arbitration-container .details-sync .sync{color:#63809e}.light-theme .plan-arbitration-container .details-sync .warning{color:#ffca28}.light-theme .plan-arbitration-container .details-sync .done{color:#87bf00}.light-theme .plan-arbitration-container .validator-details{box-shadow:0 3px 3px #00000012;background:#f1f4f8;border-bottom:4px solid #536dfe}.light-theme .plan-arbitration-container .validator-details .validator-tri{background-color:#f4f6fc;color:#707070}.light-theme .plan-arbitration-container .validator-details .date-validation-title{color:#000000de}.light-theme .plan-arbitration-container .validator-details .warning-css{color:#ffca28}.light-theme .plan-arbitration-container .validator-details .green{background:#87bf00;color:#fff}.light-theme .plan-arbitration-container .validator-details .red{background:#f64e60;color:#fff}.light-theme .plan-arbitration-container .right-in:after{border-left:20px solid #f1f4f8}.light-theme .plan-arbitration-container .actions{background-color:#fff}.light-theme .plan-arbitration-container .mat-table .mat-header-row{background-color:#eef0f8}.light-theme .plan-arbitration-container .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.light-theme .plan-arbitration-container .mat-table .mat-sort-header-arrow{color:#536dfe}.light-theme .plan-arbitration-container .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.light-theme .plan-arbitration-container .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .plan-arbitration-container .mat-table .trigger-cost-menu .mat-icon{color:#63809e}.light-theme .plan-arbitration-container .mat-table .bold{color:#000000de}.light-theme .plan-arbitration-container .mat-table .serial-number{color:#7a7a7a}.light-theme .plan-arbitration-container .mat-table .alert-icon-details{background-color:#fff;border-bottom:4px solid #536dfe;color:#63809e}.light-theme .plan-arbitration-container .mat-table .sync-button{color:#63809e4d}.light-theme .plan-arbitration-container .mat-table .sync-button:disabled{color:#00000042}.light-theme .plan-arbitration-container .mat-table .synced,.light-theme .plan-arbitration-container .mat-table .synced:disabled{color:#63809e}.light-theme .plan-arbitration-container .mat-table .total-value,.light-theme .plan-arbitration-container .mat-table .total-value-footer{color:#63809e}.light-theme .plan-arbitration-container .mat-table .total-label{background-color:#eef0f8}.light-theme .plan-arbitration-container .mat-table .icon-delete path{stroke:#63809e}.light-theme .mat-tooltip-class{background-color:#63809e;color:#fff}.light-theme #titleMenuActionsArbitration,.light-theme #titleCostMenuArbitration{color:#63809e}.light-theme #btn-validation-menu,.light-theme .btn-validation-menu{background-color:#fff;color:#ffca28}.light-theme #btn-delete-menu,.light-theme .btn-delete-menu{background-color:#fff;color:#63809e}.light-theme .footer-validation-menu,.light-theme .checkbox-validation,.light-theme #titre-validation-menu,.light-theme .titre-validation-menu{color:#63809e}.light-theme .div-validation:hover,.light-theme #btn-validation-menu:hover,.light-theme #btn-delete-menu:hover,.light-theme .btn-validation-menu:hover,.light-theme .btn-delete-menu:hover{background-color:#f1f4f8}.light-theme .graphs-container .box-icon .mat-icon-button{color:#fff;background:#ffca28}.light-theme .training-demands .validation-container{color:#575962}.light-theme .training-demands .validation-container button{color:#fff}.light-theme .training-demands .unchecked-step{color:#d8d8d8}.light-theme .training-demands .title,.light-theme .training-demands .title-section-registration{color:#575962}.light-theme .training-demands .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.light-theme .training-demands .options-container .option-badge.selected,.light-theme .training-demands .options-container.selected{border:2px solid #ffca28}.light-theme .training-demands textarea{color:#575962}.light-theme .training-demands .valid-quantity-button.mat-flat-button{color:#fff}.light-theme .training-demands .classifQuantityTotal{border:2px solid #ffca28}.light-theme .training-demands .users-list .users-card{background-color:#f3f6f9}.light-theme .training-demands .users-list .users-card.user-selected{border:2px solid #ffca28}.light-theme .training-demands .users-list .users-card .user{color:#536dfe}.light-theme .training-demands .users-list .users-card .registration-status{background:#536dfe;color:#fff}.light-theme .training-demands .users-list .users-card .user-badge{background-color:#d8d8d8}.light-theme .registration-side .registration-processed{color:#536dfe;font-weight:700}.light-theme .registration-side .validation-container{color:#575962}.light-theme .registration-side .validation-container button{color:#fff}.light-theme .registration-side .title,.light-theme .registration-side .title-section-registration{color:#575962}.light-theme .registration-side .answers-container{margin-top:20px}.light-theme .registration-side .search .search-label{color:#707070}.light-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.light-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.light-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.light-theme .registration-side .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.light-theme .registration-side .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.light-theme .registration-side .count-collaborators{background:#536dfe;color:#fff}.light-theme .training-needs-container .progress-container{background-color:#fff}.light-theme .training-needs-container .progress-container .registration-title,.light-theme .training-needs-container .progress-container .checkbox-conscent{color:#000000de}.light-theme .training-needs-container .progress-container .circle-progress circle{stroke:#ffe082}.light-theme .training-needs-container .progress-container .circle-progress path{stroke:#ffca28}.light-theme .training-needs-container .progress-container .circle-progress tspan{fill:#7a7a7a}.light-theme .registration-container .title{color:#575962}.light-theme .registration-container .registration-processed{color:#536dfe;font-weight:700}.light-theme .registration-container .title-section-registration{color:#575962}.light-theme .registration-container .title-section-registration .unchecked-step{color:#d8d8d8}.light-theme .registration-container .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.light-theme .registration-container .options-container .option-badge.selected{border:2px solid #ffca28}.light-theme .registration-container .options-container .mat-form-field-flex{background:#f3f6f9 0% 0% no-repeat padding-box;border:1px solid #e0e7ff}.light-theme .registration-container .options-container .date-card{border:2px solid #9e9e9e;color:#9e9e9e}.light-theme .registration-container .options-container .date-card.selected{border:2px solid #ffca28}.light-theme .registration-container .options-container .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .registration-container .options-container textarea{color:#575962}.light-theme .registration-container .mat-card-details{color:#9e9e9e}.light-theme .registration-container .group-list .group-card{border:1px solid #d8d8d8}.light-theme .registration-container .group-list .group-card.group-selected{border:2px solid #ffca28}.light-theme .registration-container .validation-container{color:#575962}.light-theme .registration-container .validation-container button{color:#fff}.light-theme .registration-container .search .search-label{color:#707070}.light-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.light-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.light-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.light-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.light-theme .registration-container .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.light-theme .registration-container .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.light-theme .registration-container .users-list .users-card{background-color:#f3f6f9}.light-theme .registration-container .users-list .users-card.user-selected{border:2px solid #ffca28}.light-theme .registration-container .users-list .users-card .user{color:#536dfe}.light-theme .registration-container .users-list .users-card .registration-status{background:#536dfe;color:#fff}.light-theme .registration-container .users-list .users-card .user-badge{background-color:#d8d8d8}.light-theme .registration-container .count-collaborators{background:#536dfe;color:#fff}.light-theme .registration-container .count-collaborators.full-session{background:#e6851d}.light-theme .registration-container .count-collaborators-tags .count-collaborators-item-label{background:white}.light-theme .registration-container .count-collaborators-tags.registered,.light-theme .registration-container .count-collaborators-tags.registered .count-collaborators-item-label{color:#536dfe}.light-theme .registration-container .selected-collaborators .collaborator{border:2px solid #ffca28;background:#fbfbfb}.light-theme .registration-container .selected-collaborators .collaborator .name{color:#536dfe}.light-theme .registration-container .selected-collaborators .collaborator .remove{color:#536dfe;background:#fbfbfb}.light-theme .registration-container .mat-step-icon .mat-icon{color:#fff}.light-theme .icon-organisme-session .st0{fill:#536dfe}.light-theme .icon-organisme-session .st1{fill:#fff}.light-theme .registration-container .registration-container-margin .side-information .selected-course{border:3px solid #ffca28}.light-theme .registration-container .registration-container-margin .side-information .overlay-course{background-color:gray}.light-theme .mat-step-icon .mat-icon{color:#fff}.light-theme .you-message .message-text{color:#ffca28;border:1px solid #ffca28}.light-theme .other-message .message-text{background:#ffca28;border:1px solid #ffca28}.light-theme .label-chatbot,.light-theme .wrapper .head-text{background:#ffca28}.light-theme .habilitations-modal-content .habilitation-name-status{color:#51cd89}.light-theme .habilitations-modal-content .habilitation-name-status.invalid{color:#f1416c}.light-theme .habilitations-modal-content .habilitation-name-status.expiring{color:#ffc700}.light-theme .habilitation-tainings-modal-content .valid{color:#51cd89}.light-theme .habilitation-tainings-modal-content .invalid{color:#f1416c}.light-theme .habilitation-tainings-modal-content .habilitation-name-status{color:#51cd89}.light-theme .habilitation-tainings-modal-content .habilitation-name-status.invalid{color:#f1416c}.light-theme .habilitation-tainings-modal-content .habilitation-name-status.expiring{color:#ffc700}.light-theme .training-collection-modal-content .collection{border-color:#d8d8d8}.light-theme .training-collection-modal-content .collection.selected{background:#536dfe;border-color:#536dfe;color:#fff}.light-theme .training-plan-arbitration-details-content .details-title{color:#000000de;border-bottom:1px solid #d8d8d8}.light-theme .training-plan-arbitration-details-content .detail-recap{padding-top:10px;background:#f1f4f8}.light-theme .training-plan-arbitration-details-content .details-row .details-label{color:#000}.light-theme .training-plan-arbitration-details-content .details-row .details-value{color:#707070}.light-theme .training-plan-arbitration-details-content .details-row .details-value .mat-icon{color:#000000de}.light-theme .training-plan-arbitration-details-content .details-row .details-value .sync-indicator{color:#63809e66}.light-theme .training-plan-arbitration-details-content .details-row .details-value .synced{color:#63809e}.light-theme .training-plan-arbitration-details-content .details-row .details-value .decision-badge{border-color:#536dfe}.light-theme .training-plan-arbitration-details-content .details-row .details-value .gray-point{background:#c9d0db}.light-theme .training-plan-arbitration-details-content .details-row .details-value .green-point{background:#87bf00}.light-theme .training-plan-arbitration-details-content .details-row .details-value .red-point{background:#f64e60}.light-theme .training-plan-arbitration-details-content .details-table{color:#000000de}.light-theme .training-plan-arbitration-details-content .details-table th,.light-theme .training-plan-arbitration-details-content .details-table td{border-bottom:1px solid #d8d8d8}.light-theme .training-plan-arbitration-details-content .details-table th{color:#0009}.light-theme .training-plan-arbitration-details-content .details-table .user-badge{background:#ffffff}.light-theme .training-plan-arbitration-details-content .details-table .comment{color:#63809e}.light-theme .training-plan-arbitration-validation-container .validation-form{background:#f1f4f8}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-outer-circle{border-color:#87bf00}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-inner-circle{background-color:#87bf00}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked{color:#f64e60}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked{color:#ffb300}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-outer-circle{border-color:#ffb300}.light-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-inner-circle{background-color:#ffb300}.light-theme .training-plan-arbitration-validation-container .validation-form textarea{color:#63809e}.light-theme .training-plan-arbitration-validation-container .validation-list th.mat-header-cell{color:#7a7a7a}.light-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell{color:#000000de}.light-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell.mat-column-comment{color:#63809e}.light-theme .training-plan-arbitration-validation-container .validation-list .validator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .training-plan-arbitration-validation-container .validation-list .status-header>div{border-color:#536dfe;color:#63809e}.light-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-approved{background:#87bf00 0% 0% no-repeat padding-box}.light-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-rejected{background:#f64e60 0% 0% no-repeat padding-box}.light-theme .training-plan-arbitration-validation-container .validation-list .motive{color:#000000de}.light-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked{color:#f64e60}.light-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.light-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.light-theme #menuMotivesValidation .mat-radio-label-content{color:#63809e}.light-theme .whitelist-modal-content .whitelist{border-color:#d8d8d8}.light-theme .whitelist-modal-content .whitelist.selected{background:#536dfe;border-color:#536dfe;color:#fff}.light-theme .whitelist-modal-content form .mat-chip{background-color:#536dfe;color:#fff}.light-theme .whitelist-modal-content form .mat-chip .mat-chip-remove{color:#fff}.light-theme .course-details-header{background-color:#fff}.light-theme .course-general-information-container .info-label{color:#7a7a7a}.light-theme .course-general-information-container .info-label .help-icon{color:#4384ef}.light-theme .course-general-information-container .info-data{color:#000000de}.light-theme .course-details-container .course-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .courses-library-search-bar .baskets{background-color:#f1f4f8}.light-theme .courses-library-search-bar .baskets.no-background{background-color:unset}.light-theme .nine-box-container-full .boxes{color:inherit;border-left:2px solid #d8d8d8;border-bottom:2px solid #d8d8d8}.light-theme .nine-box-container-full .boxes .up,.light-theme .nine-box-container-full .boxes .right{color:#d8d8d8}.light-theme .nine-box-container-full .boxes .potential,.light-theme .nine-box-container-full .boxes .perf{color:#707070}.light-theme .nine-box-container-full .boxes .label-box{color:#fff}.light-theme .nine-box-container-full .boxes .nine-box .box-header .score,.light-theme .nine-box-container-full .boxes .nine-box .box-header .total{background:white}.light-theme .nine-box-container-full .boxes .nine-box .box-header .label-box{color:#fff}.light-theme .nine-box-container-full .boxes .nine-box .users .user-badge,.light-theme .nine-box-container-full .boxes .nine-box .users .user-badge .stack-count{background:#ffffff}.light-theme .nine-box-container-full .boxes .nine-box .users .user-badge .label-box{color:#fff}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details{background:white;color:#536dfe;box-shadow:0 3px 3px #00000012;border-bottom:4px solid #536dfe}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .blue-point{background:#536dfe}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-status{background:#d8d8d8;color:#000000de}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title{color:#000000de}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title .user-title-job{color:#b0bac9}.light-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .stack-users .user-title{border-top-color:#d8d8d8}.light-theme .skill-matrix-container .skill-matrix-content .layout-options-container .skill-matrix-filter{border:2px solid}.light-theme .skill-matrix-container .skill-matrix-content .score-badge,.light-theme .skill-matrix-container .skill-matrix-content .score-indicator{background-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .score-badge.greater,.light-theme .skill-matrix-container .skill-matrix-content .score-indicator.greater{background-color:#90b91e;color:#fff}.light-theme .skill-matrix-container .skill-matrix-content .score-badge.equal,.light-theme .skill-matrix-container .skill-matrix-content .score-indicator.equal{background-color:#039ddc;color:#fff}.light-theme .skill-matrix-container .skill-matrix-content .score-badge.lower,.light-theme .skill-matrix-container .skill-matrix-content .score-indicator.lower{background-color:#ea0311;color:#fff}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail{background:white}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail .user-name{border-bottom-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge{background-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail .score-container{border-bottom-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge-container{border-right-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header{border-bottom-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .user-name,.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .score-container{border-bottom:none}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .category-sections .category{border-right-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .user-card-detail .category .section-open{background-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .legende-user{background:white}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .red{background-color:#ea0311}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .green{background-color:#90b91e}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .blue{background-color:#039ddc}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .arrow,.light-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header{border-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile{background-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile .user-details{box-shadow:0 3px 3px #00000012;background:#63809e 0% 0% no-repeat padding-box;color:#fff}.light-theme .skill-matrix-container .skill-matrix-content .grid-container .mat-expansion-panel{border-bottom-color:#f4f6fc}.light-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections,.light-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections-user{border-color:#f4f6fc}.light-theme .users-container{background:#fbfbfb}.light-theme .users-container .blur-opacity{background-color:#000000de}.light-theme .users-container .manage-users-content .manage-users-table{box-shadow:0 3px 6px #00000017}.light-theme .users-container .manage-users-content .manage-users-table .actions{background-color:#fff}.light-theme .users-container .manage-users-content .manage-users-table .mat-table{color:#000000de}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-row{background-color:#eef0f8}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-sort-header-arrow{color:#536dfe}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-checkbox-frame{border-color:#707070}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid #536dfe}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card .manager-name{color:#000000de}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars{color:#b0bac9}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars .fill-star{color:#fbc944}.light-theme .users-container .manage-users-content .manage-users-table .mat-table .review-count{color:#b0bac9}.light-theme #titleMenuActionsUsers{color:#63809e}.light-theme .user-details-container .user-details-menu .menu-button{color:#000000de}.light-theme .user-details-container .user-details-menu .menu-button.selected{color:#536dfe;background:#fbfbfb;border-left:3px solid #536dfe}.light-theme .user-details-container .user-details-menu .menu-sub-button{color:#7a7a7a}.light-theme .user-details-container .user-details-menu .menu-sub-button .dot{background-color:#7a7a7a}.light-theme .user-details-container .user-details-menu .menu-sub-button.selected{background:#fbfbfb;color:#536dfe}.light-theme .user-details-container .user-details-menu .menu-sub-button.selected .dot{background:#536dfe}.light-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.light-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.light-theme .user-details-container .user-details-header{background-color:#fff}.light-theme .user-details-container .user-details-header .user-group{background:#536dfe;color:#fff}.light-theme .user-details-container .user-details-header .user-badge{background-color:#f4f6fc}.light-theme .user-details-container .user-details-header .user-name{color:#000000de}.light-theme .user-details-container .user-details-header .user-number{color:#b0bac9}.light-theme .user-details-container .user-details-header .icons .icon{background:#c5cae9;color:#536dfe}.light-theme .user-general-information-container .info-label{color:#7a7a7a}.light-theme .user-general-information-container .info-label .help-icon{color:#4384ef}.light-theme .user-general-information-container .info-data{color:#000000de}.light-theme .user-general-information-container .cv{color:#3f51b5}.light-theme .user-general-information-container .letter{color:#ffca28}.light-theme .user-general-information-container .no-cv,.light-theme .user-general-information-container .no-letter{color:#c7c7c8}.light-theme .user-general-information-container .review-stars{color:#b0bac9}.light-theme .user-general-information-container .review-stars .fill-star{color:#fbc944}.light-theme .user-general-information-container .review-count{color:#7a7a7a}.light-theme .user-general-information-container .status.pending{background-color:#ffca28;color:#8798ad}.light-theme .user-general-information-container .status.approved{background-color:#87bf00;color:#fff}.light-theme .user-general-information-container .status.canceled,.light-theme .user-general-information-container .status.refused{background-color:#f64e60;color:#fff}.light-theme .doccreator-article-list .article-content,.light-theme .doccreator-template-document-form .article-title,.light-theme .doccreator-template-document-form .article-content{color:#000}.light-theme .admin-structure-container .structure-search .mat-form-field-flex{background-color:#fbfbfb}.light-theme .group-card-custom .notification{background-color:red;color:#fff}.light-theme .group-card-custom .card-title{color:#707070}.light-theme .file-viewer-container .close-button{color:#000000de;background-color:#fff}.light-theme .header-menu-page-container .header-menu-page-header:not(:empty){background-color:#fff;box-shadow:2px 2px 2px #0000000d}.light-theme .header-menu-page-container .header-menu-page-header:not(:empty) .header-title{color:#000000de}.light-theme .header-menu-page-container .header-menu-page-menu,.light-theme .header-menu-page-container .header-menu-page-sub-content{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.light-theme .search-bar-container{background-color:#fbfbfb}.light-theme .search-bar-container .search-bar-header{background-color:#f1f4f8}.light-theme .search-bar-container .search-bar-header .title{color:#63809e}.light-theme .search-bar-container .search-bar-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.light-theme .search-bar-container .search-bar-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fbfbfb}.light-theme .search-bar-container .search-bar-content .search-box .mat-form-field-label{color:#63809e}.light-theme .search-bar-container .search-bar-content .search-box .mat-divider{border-color:#63809e}.light-theme .search-bar-container .search-bar-content .search-box .mat-stroked-button:not([disabled]){border-color:#63809e}.light-theme .search-bar-container .search-bar-content .filter input:focus::placeholder{opacity:.5}.light-theme .search-bar-container .search-bar-content .filter input:focus::-webkit-input-placeholder{opacity:.5}.light-theme .search-bar-container .search-bar-content .filter input:focus:-moz-placeholder{opacity:.5}.light-theme .search-bar-container .search-bar-content .filter input:focus::-moz-placeholder{opacity:.5}.light-theme .search-bar-container .search-bar-content .filter input:focus:-ms-input-placeholder{opacity:.5}.light-theme .search-bar-container .search-bar-content .pinned-filters .alert-icon-details{background-color:#fff;border-bottom:4px solid #536dfe;color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline{color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline ::placeholder,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline ::placeholder,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline ::placeholder{color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-select-placeholder,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-select-placeholder,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-select-placeholder,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#d8d8d8}.light-theme .search-bar-container .search-bar-content .main-filters .mat-checkbox .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-checkbox .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-checkbox .mat-checkbox-frame{border-color:#63809e}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-label,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-input-element,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-select-value,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-inner,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-datepicker-toggle,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-content,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-separator,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .app-rangenumber-numbers{color:#ffca28}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-frame,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-start,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-gap,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-end{border-color:#ffca28}.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-background,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar,.light-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb{background-color:#ffca28}.light-theme .search-bar-container .search-bar-content .hidden-filters-value .pinned-search-label{color:#7a7a7a}.light-theme .search-bar-container .search-bar-content .hidden-filters-value .search{background:none;color:#707070;border:solid 1px #707070}.light-theme .search-bar-container .search-bar-content .hidden-filters-value .search:after{background:none}.light-theme .search-bar-container .search-bar-content .hidden-filters-value .search.selected{background:#eef0f8;border-color:#536dfe;color:#536dfe}.light-theme .search-bar-container .search-bar-content .hidden-filters-value .mat-divider{border-color:#63809e}.light-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name{background-color:#c9d0db;color:#fff}.light-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name.selected{box-shadow:2px -2px 2px #0000000d;background-color:#fff;color:#536dfe;border-bottom:2px solid #536dfe}.light-theme .search-bar-container .search-bar-content .button-box,.light-theme .search-bar-container .search-bar-content .reset-forms.on-blur{color:#fff}.light-theme .search-bar-container.edit-mode{background:none}.light-theme input.mat-select-filter{background-color:#fff;color:inherit}.light-theme .text-editor-textarea-container .style-toggles{border:1px solid #d8d8d8;border-bottom:none}.light-theme .text-editor-textarea-container .mat-slide-toggle .mat-slide-toggle-content{color:#7a7a7a}.light-theme .text-editor-textarea-container .fake-textarea,.light-theme .text-editor-textarea-container .textarea{border:1px solid #d8d8d8}.light-theme .text-editor-textarea-container .fake-textarea:active,.light-theme .text-editor-textarea-container .fake-textarea.active,.light-theme .text-editor-textarea-container .textarea:active,.light-theme .text-editor-textarea-container .textarea.active{border:1px solid #707070}.light-theme .text-editor-textarea-container .fake-textarea:focus,.light-theme .text-editor-textarea-container .textarea:focus{outline:none;border:1px solid #707070}.light-theme .text-editor-textarea-container .fake-textarea{color:#000}.light-theme .mat-menu-panel.add-link-mat-menu,.light-theme .mat-menu-panel.add-photo-menu{color:#000000de}.light-theme .hint{color:#e6851d}.light-theme .yes-no-question .infos{border:1px solid #536dfe}.light-theme .yes-no-question .infos .info-content{color:#000000de}.light-theme .yes-no-question .infos .info-subcontent{color:#7a7a7a}.light-theme .export-template-modal-content .export-template-modal-title{color:#000000de}.light-theme .export-template-modal-content .available-templates{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .export-template-modal-content .available-templates .available-templates-title{color:#000000de}.light-theme .export-template-modal-content .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .export-template-modal-content .available-templates .template-item.selected{background:#f4f6fc;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.light-theme .export-template-modal-content .available-templates .template-item .mat-icon{color:#63809e}.light-theme .export-template-modal-content .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.light-theme .export-template-modal-content .available-columns{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .export-template-modal-content .available-columns .available-columns-title{color:#000000de}.light-theme .export-template-modal-content .current-template-columns{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .export-template-modal-content .current-template-columns .current-template-columns-title{color:#000000de}.light-theme .export-template-modal-content .drop-list .drag-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .export-template-modal-content .drop-list .drag-item .remove{color:#63809e}.light-theme .export-template-modal-content .drop-list .drag-item-placeholder,.light-theme .drag-item-preview{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .screen-toggle{background-color:#fff}.light-theme button.active{color:#ffca28}.light-theme .number-plus-minus{background-color:#ddd}.light-theme .number-plus-minus input,.light-theme .number-plus-minus .plus:after,.light-theme .number-plus-minus .minus:after,.light-theme .number-plus-minus .plus:before{color:#000000de;background:#f1f4f8}.light-theme .number-plus-minus input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.light-theme .number-plus-minus .plus,.light-theme .number-plus-minus .minus{background-color:#536dfe}.light-theme .number-plus-minus .plus:disabled,.light-theme .number-plus-minus .minus:disabled{background:#7a7a7a}.light-theme .menu-custom-card .content-card .content-card-title{background:white}.light-theme .menu-custom-card .content-card .content-card-subtitle{color:#000000de;background:rgba(255,255,255,.7)}.light-theme .page-header-container .page-header-background{background-color:#f1f4f8}.light-theme .page-header-container .page-header-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.light-theme .bubble-profile-badge .grey-1{background-color:#f4f6fc}.light-theme .bubble-profile-badge .grey-2{background-color:#d8d8d8}.light-theme .bubble-profile-list .stack-count{border:1px solid;background:white;border-color:#536dfe}.light-theme .bubble-profile-list .bubble-profile-content{border:1px solid;border-color:#b0bac9}.light-theme .bubble-profile-list-details{background-color:#fff;border:1px solid inherit;border-bottom:4px solid #536dfe}.light-theme .bubble-profile-list-details .user-name,.light-theme .user-header .label,.light-theme .user-header .value,.light-theme .user-header .user-name{color:#000000de}.light-theme .user-header .sub-label{color:#a4a1b0}.light-theme .user-header .indicators-container{border-color:#b0bac9}.light-theme .user-header .indicator{border-right-color:#b0bac9}.light-theme .app-color-picker .input-color{border-color:#b0bac9;color:#b0bac9}.light-theme .app-rate-stars .star{color:#b0bac9}.light-theme .app-rate-stars .fill-star{color:#fbc944}.light-theme .app-rate-stars .disabled{color:#b0bac9;opacity:.38}.light-theme .percent-completion-label{color:#7a7a7a}.light-theme .percent-completion-bar{background:#d8d8d8}.light-theme .percent-completion-bar-fill--info{background-color:#4384ef}.light-theme .percent-completion-bar-fill--NOT_REACHED{background-color:#f64e60}.light-theme .percent-completion-bar-fill--ALMOST_REACHED{background-color:#ffb300}.light-theme .percent-completion-bar-fill--REACHED{background-color:#87bf00}.light-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip{background:none}.light-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip:after{background:none}.light-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip .label{background:white}.light-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip{color:#ffca28;border-color:#ffca28}.light-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip .mat-chip-remove{color:#ffca28;opacity:1}.light-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip{color:#536dfe;border-color:#536dfe}.light-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip .mat-chip-remove{color:#536dfe;opacity:1}.light-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip{color:#7a7a7a;border-color:#7a7a7a}.light-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip .mat-chip-remove{color:#7a7a7a;opacity:1}.light-theme .detail-container .separator{border-color:#d8d8d8}.light-theme .cdk-overlay-pane .image-format-menu .mat-menu-item.selected{color:#536dfe;background:#fbfbfb;border-left:3px solid #536dfe}.light-theme .field-detail-text,.light-theme .field-detail .document-typology-name{color:#768085}.light-theme .field-detail-title,.light-theme .field-detail-label{color:#000000de}.light-theme .field-detail-content.background{background:#E1E9FF;color:#63809e}.light-theme .field-detail-content.background .field-detail-text{color:#63809e}.light-theme .field-detail .field-detail-image img,.light-theme .field-detail .field-detail-video .video-player{box-shadow:0 2px 20px #7772be29}.light-theme .grid-export-template-menu-title{color:#000000de}.light-theme .grid-export-template-menu-search-field{color:#63809e}.light-theme .grid-export-template-menu-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .grid-export-template-menu-action{color:#63809e}.light-theme .grid-export-template-modal-title{color:#000000de}.light-theme .grid-export-template-modal-title .mat-icon{color:#63809e}.light-theme .grid-export-template-modal .available-templates{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .grid-export-template-modal .available-templates .available-templates-title{color:#000000de}.light-theme .grid-export-template-modal .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .grid-export-template-modal .available-templates .template-item.selected{background:#f4f6fc;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.light-theme .grid-export-template-modal .available-templates .template-item .mat-icon{color:#63809e}.light-theme .grid-export-template-modal .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.light-theme .grid-export-template-modal .available-columns{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .grid-export-template-modal .available-columns .available-columns-title{color:#000000de}.light-theme .grid-export-template-modal .current-template-columns{background:white;box-shadow:0 10px 10px #0000000d}.light-theme .grid-export-template-modal .current-template-columns .current-template-columns-title{color:#000000de}.light-theme .grid-export-template-modal .drop-list .drag-item{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .grid-export-template-modal .drop-list .drag-item .remove{color:#63809e}.light-theme .grid-export-template-modal .drop-list .drag-item-placeholder,.light-theme .drag-item-preview{color:#7a7a7a;border:1px solid #d8d8d8}.light-theme .tooltip-html-container{background:white;box-shadow:2px 2px 2px #0000000d;color:#000;border-color:#63809e}.light-theme .app-message--warning{background-color:#f1f4f8;border-color:#5d78fb;color:#5d78fb}.light-theme .app-message .content{width:-moz-fit-content;width:fit-content}.light-theme .drop-list-empty{background-color:#f7f9fb}.light-theme .drop-list-empty-message{color:#b4bfcb}.light-theme button.mat-flat-button.secondary-button,.light-theme button.mat-icon-button.secondary-button,.light-theme div.secondary-button{background:white;color:#63809e;box-shadow:0 3px 6px #00000029}.light-theme .pinned{border-radius:45px;color:#536dfe;box-shadow:0 3px 6px #536dfe}.light-theme .navigate-button{color:#5d78fb}.light-theme .navigate-button .mat-icon{background:#E1E9FF}.light-theme .general-singular-icon .mat-icon-button{background:none}.light-theme .general-singular-icon--mat-icon-bg-button .mat-icon-button,.light-theme .general-singular-icon--mat-icon-bg-round-button .mat-icon-button{background:#E1E9FF;color:#5d78fb}.light-theme .general-singular-icon--mat-icon-bg-button .primary.mat-icon-button,.light-theme .general-singular-icon--mat-icon-bg-round-button .primary.mat-icon-button{background:#ffca28;color:#fff;box-shadow:0 3px 6px #00000029}.light-theme .general-singular-icon--mat-icon-bg-button .secondary.mat-icon-button,.light-theme .general-singular-icon--mat-icon-bg-round-button .secondary.mat-icon-button{background:white;color:#63809e;box-shadow:0 3px 6px #00000029}.light-theme .general-table-content .mat-icon,.light-theme .general-table-content .general-table-menu-title{color:#63809e}.light-theme .save-search{width:90%;margin:auto}.light-theme .save-search .save-search-list .button-pin.pinned{border-color:#536dfe;color:#536dfe}.light-theme .save-search .filter-item{background:none;color:#ffca28;border:solid 1px #ffca28}.light-theme .save-search .filter-item .filter-item-label{background:white}.light-theme .info-label{color:#7a7a7a}.light-theme .info-data{color:#000000de}.dark-theme .mat-ripple-element{background-color:#ffffff1a}.dark-theme .mat-option{color:#fff}.dark-theme .mat-option:hover:not(.mat-option-disabled),.dark-theme .mat-option:focus:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.dark-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.dark-theme .mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.dark-theme .mat-option.mat-option-disabled{color:#ffffff80}.dark-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ffca28}.dark-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#536dfe}.dark-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.dark-theme .mat-optgroup-label{color:#ffffffb3}.dark-theme .mat-optgroup-disabled .mat-optgroup-label{color:#ffffff80}.dark-theme .mat-pseudo-checkbox{color:#ffffffb3}.dark-theme .mat-pseudo-checkbox:after{color:#303030}.dark-theme .mat-pseudo-checkbox-disabled{color:#686868}.dark-theme .mat-primary .mat-pseudo-checkbox-checked,.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate{background:#ffca28}.dark-theme .mat-pseudo-checkbox-checked,.dark-theme .mat-pseudo-checkbox-indeterminate,.dark-theme .mat-accent .mat-pseudo-checkbox-checked,.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate{background:#536dfe}.dark-theme .mat-warn .mat-pseudo-checkbox-checked,.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.dark-theme .mat-app-background,.dark-theme.mat-app-background{background-color:#303030;color:#fff}.dark-theme .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.dark-theme .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.dark-theme .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.dark-theme .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.dark-theme .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.dark-theme .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.dark-theme .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.dark-theme .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.dark-theme .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.dark-theme .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.dark-theme .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.dark-theme .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.dark-theme .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.dark-theme .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.dark-theme .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.dark-theme .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.dark-theme .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.dark-theme .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.dark-theme .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.dark-theme .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.dark-theme .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.dark-theme .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.dark-theme .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.dark-theme .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.dark-theme .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.dark-theme .mat-autocomplete-panel{background:#424242;color:#fff}.dark-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.dark-theme .mat-badge{position:relative}.dark-theme .mat-badge.mat-badge{overflow:visible}.dark-theme .mat-badge-hidden .mat-badge-content{display:none}.dark-theme .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.dark-theme .ng-animate-disabled .mat-badge-content,.dark-theme .mat-badge-content._mat-animation-noopable{transition:none}.dark-theme .mat-badge-content.mat-badge-active{transform:none}.dark-theme .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.dark-theme .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.dark-theme .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.dark-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .dark-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.dark-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .dark-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.dark-theme .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.dark-theme .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.dark-theme .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.dark-theme .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.dark-theme .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.dark-theme .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.dark-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .dark-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.dark-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .dark-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.dark-theme .mat-badge-content{color:#000000de;background:#ffca28}.cdk-high-contrast-active .dark-theme .mat-badge-content{outline:solid 1px;border-radius:0}.dark-theme .mat-badge-accent .mat-badge-content{background:#536dfe;color:#fff}.dark-theme .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.dark-theme .mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:#ffffff80}.dark-theme .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#424242;color:#fff}.dark-theme .mat-button,.dark-theme .mat-icon-button,.dark-theme .mat-stroked-button{color:inherit;background:transparent}.dark-theme .mat-button.mat-primary,.dark-theme .mat-icon-button.mat-primary,.dark-theme .mat-stroked-button.mat-primary{color:#ffca28}.dark-theme .mat-button.mat-accent,.dark-theme .mat-icon-button.mat-accent,.dark-theme .mat-stroked-button.mat-accent{color:#536dfe}.dark-theme .mat-button.mat-warn,.dark-theme .mat-icon-button.mat-warn,.dark-theme .mat-stroked-button.mat-warn{color:#f44336}.dark-theme .mat-button.mat-primary.mat-button-disabled,.dark-theme .mat-button.mat-accent.mat-button-disabled,.dark-theme .mat-button.mat-warn.mat-button-disabled,.dark-theme .mat-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-icon-button.mat-primary.mat-button-disabled,.dark-theme .mat-icon-button.mat-accent.mat-button-disabled,.dark-theme .mat-icon-button.mat-warn.mat-button-disabled,.dark-theme .mat-icon-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-stroked-button.mat-primary.mat-button-disabled,.dark-theme .mat-stroked-button.mat-accent.mat-button-disabled,.dark-theme .mat-stroked-button.mat-warn.mat-button-disabled,.dark-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.dark-theme .mat-button.mat-primary .mat-button-focus-overlay,.dark-theme .mat-icon-button.mat-primary .mat-button-focus-overlay,.dark-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#ffca28}.dark-theme .mat-button.mat-accent .mat-button-focus-overlay,.dark-theme .mat-icon-button.mat-accent .mat-button-focus-overlay,.dark-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#536dfe}.dark-theme .mat-button.mat-warn .mat-button-focus-overlay,.dark-theme .mat-icon-button.mat-warn .mat-button-focus-overlay,.dark-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.dark-theme .mat-button.mat-button-disabled .mat-button-focus-overlay,.dark-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.dark-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.dark-theme .mat-button .mat-ripple-element,.dark-theme .mat-icon-button .mat-ripple-element,.dark-theme .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.dark-theme .mat-button-focus-overlay{background:white}.dark-theme .mat-stroked-button:not(.mat-button-disabled){border-color:#ffffff1f}.dark-theme .mat-flat-button,.dark-theme .mat-raised-button,.dark-theme .mat-fab,.dark-theme .mat-mini-fab{color:#fff;background-color:#424242}.dark-theme .mat-flat-button.mat-primary,.dark-theme .mat-raised-button.mat-primary,.dark-theme .mat-fab.mat-primary,.dark-theme .mat-mini-fab.mat-primary{color:#000000de}.dark-theme .mat-flat-button.mat-accent,.dark-theme .mat-raised-button.mat-accent,.dark-theme .mat-fab.mat-accent,.dark-theme .mat-mini-fab.mat-accent,.dark-theme .mat-flat-button.mat-warn,.dark-theme .mat-raised-button.mat-warn,.dark-theme .mat-fab.mat-warn,.dark-theme .mat-mini-fab.mat-warn{color:#fff}.dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-fab.mat-primary.mat-button-disabled,.dark-theme .mat-fab.mat-accent.mat-button-disabled,.dark-theme .mat-fab.mat-warn.mat-button-disabled,.dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.dark-theme .mat-flat-button.mat-primary,.dark-theme .mat-raised-button.mat-primary,.dark-theme .mat-fab.mat-primary,.dark-theme .mat-mini-fab.mat-primary{background-color:#ffca28}.dark-theme .mat-flat-button.mat-accent,.dark-theme .mat-raised-button.mat-accent,.dark-theme .mat-fab.mat-accent,.dark-theme .mat-mini-fab.mat-accent{background-color:#536dfe}.dark-theme .mat-flat-button.mat-warn,.dark-theme .mat-raised-button.mat-warn,.dark-theme .mat-fab.mat-warn,.dark-theme .mat-mini-fab.mat-warn{background-color:#f44336}.dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.dark-theme .mat-fab.mat-primary.mat-button-disabled,.dark-theme .mat-fab.mat-accent.mat-button-disabled,.dark-theme .mat-fab.mat-warn.mat-button-disabled,.dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#ffffff1f}.dark-theme .mat-flat-button.mat-primary .mat-ripple-element,.dark-theme .mat-raised-button.mat-primary .mat-ripple-element,.dark-theme .mat-fab.mat-primary .mat-ripple-element,.dark-theme .mat-mini-fab.mat-primary .mat-ripple-element{background-color:#0000001a}.dark-theme .mat-flat-button.mat-accent .mat-ripple-element,.dark-theme .mat-raised-button.mat-accent .mat-ripple-element,.dark-theme .mat-fab.mat-accent .mat-ripple-element,.dark-theme .mat-mini-fab.mat-accent .mat-ripple-element,.dark-theme .mat-flat-button.mat-warn .mat-ripple-element,.dark-theme .mat-raised-button.mat-warn .mat-ripple-element,.dark-theme .mat-fab.mat-warn .mat-ripple-element,.dark-theme .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.dark-theme .mat-stroked-button:not([class*=mat-elevation-z]),.dark-theme .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.dark-theme .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.dark-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.dark-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.dark-theme .mat-fab:not([class*=mat-elevation-z]),.dark-theme .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.dark-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.dark-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.dark-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.dark-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.dark-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.dark-theme .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.dark-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.dark-theme .mat-button-toggle{color:#ffffff80}.dark-theme .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#ffffff1f}.dark-theme .mat-button-toggle-appearance-standard{color:#fff;background:#424242}.dark-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.dark-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #595959}.dark-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #595959}.dark-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #595959}.dark-theme .mat-button-toggle-checked{background-color:#212121;color:#ffffffb3}.dark-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.dark-theme .mat-button-toggle-disabled{color:#ffffff4d;background-color:#000}.dark-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.dark-theme .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.dark-theme .mat-button-toggle-group-appearance-standard{border:solid 1px #595959}.dark-theme .mat-card{background:#424242;color:#fff}.dark-theme .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.dark-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.dark-theme .mat-card-subtitle{color:#ffffffb3}.dark-theme .mat-checkbox-frame{border-color:#ffffffb3}.dark-theme .mat-checkbox-checkmark{fill:#303030}.dark-theme .mat-checkbox-checkmark-path{stroke:#303030!important}.dark-theme .mat-checkbox-mixedmark{background-color:#303030}.dark-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.dark-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#ffca28}.dark-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.dark-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#536dfe}.dark-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.dark-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.dark-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.dark-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.dark-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.dark-theme .mat-checkbox-disabled .mat-checkbox-label{color:#ffffff80}.dark-theme .mat-checkbox .mat-ripple-element{background-color:#fff}.dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#ffca28}.dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#536dfe}.dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.dark-theme .mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.dark-theme .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.dark-theme .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.dark-theme .mat-chip.mat-standard-chip:after{background:white}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#ffca28;color:#000000de}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#000000de;opacity:.4}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#0000001a}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#536dfe;color:#fff}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.dark-theme .mat-table{background:#424242}.dark-theme .mat-table thead,.dark-theme .mat-table tbody,.dark-theme .mat-table tfoot,.dark-theme mat-header-row,.dark-theme mat-row,.dark-theme mat-footer-row,.dark-theme [mat-header-row],.dark-theme [mat-row],.dark-theme [mat-footer-row],.dark-theme .mat-table-sticky{background:inherit}.dark-theme mat-row,.dark-theme mat-header-row,.dark-theme mat-footer-row,.dark-theme th.mat-header-cell,.dark-theme td.mat-cell,.dark-theme td.mat-footer-cell{border-bottom-color:#ffffff1f}.dark-theme .mat-header-cell{color:#ffffffb3}.dark-theme .mat-cell,.dark-theme .mat-footer-cell{color:#fff}.dark-theme .mat-calendar-arrow{fill:#fff}.dark-theme .mat-datepicker-toggle,.dark-theme .mat-datepicker-content .mat-calendar-next-button,.dark-theme .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.dark-theme .mat-calendar-table-header-divider:after{background:rgba(255,255,255,.12)}.dark-theme .mat-calendar-table-header,.dark-theme .mat-calendar-body-label{color:#ffffffb3}.dark-theme .mat-calendar-body-cell-content,.dark-theme .mat-date-range-input-separator{color:#fff;border-color:transparent}.dark-theme .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#ffffff80}.dark-theme .mat-form-field-disabled .mat-date-range-input-separator{color:#ffffff80}.dark-theme .mat-calendar-body-in-preview{color:#ffffff3d}.dark-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff80}.dark-theme .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff4d}.dark-theme .mat-calendar-body-in-range:before{background:rgba(255,202,40,.2)}.dark-theme .mat-calendar-body-comparison-identical,.dark-theme .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.dark-theme .mat-calendar-body-comparison-bridge-start:before,.dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,202,40,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-calendar-body-comparison-bridge-end:before,.dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,202,40,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.dark-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.dark-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.dark-theme .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.dark-theme .mat-calendar-body-selected{background-color:#ffca28;color:#000000de}.dark-theme .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ffca2866}.dark-theme .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000000de}.dark-theme .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.dark-theme .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ffca284d}@media (hover: hover){.dark-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ffca284d}}.dark-theme .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#424242;color:#fff}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(83,109,254,.2)}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(83,109,254,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(83,109,254,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#536dfe;color:#fff}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#536dfe66}.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.dark-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.dark-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#536dfe4d}@media (hover: hover){.dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#536dfe4d}}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.dark-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.dark-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.dark-theme .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.dark-theme .mat-datepicker-toggle-active{color:#ffca28}.dark-theme .mat-datepicker-toggle-active.mat-accent{color:#536dfe}.dark-theme .mat-datepicker-toggle-active.mat-warn{color:#f44336}.dark-theme .mat-date-range-input-inner[disabled]{color:#ffffff80}.dark-theme .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#424242;color:#fff}.dark-theme .mat-divider{border-top-color:#ffffff1f}.dark-theme .mat-divider-vertical{border-right-color:#ffffff1f}.dark-theme .mat-expansion-panel{background:#424242;color:#fff}.dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.dark-theme .mat-action-row{border-top-color:#ffffff1f}.dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.dark-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover: none){.dark-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.dark-theme .mat-expansion-panel-header-title{color:#fff}.dark-theme .mat-expansion-panel-header-description,.dark-theme .mat-expansion-indicator:after{color:#ffffffb3}.dark-theme .mat-expansion-panel-header[aria-disabled=true]{color:#ffffff4d}.dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.dark-theme .mat-form-field-label,.dark-theme .mat-hint{color:#ffffffb3}.dark-theme .mat-form-field.mat-focused .mat-form-field-label{color:#ffca28}.dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#536dfe}.dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.dark-theme .mat-focused .mat-form-field-required-marker{color:#536dfe}.dark-theme .mat-form-field-ripple{background-color:#fff}.dark-theme .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ffca28}.dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#536dfe}.dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#ffca28}.dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#536dfe}.dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label,.dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.dark-theme .mat-error{color:#f44336}.dark-theme .mat-form-field-appearance-legacy .mat-form-field-label,.dark-theme .mat-form-field-appearance-legacy .mat-hint{color:#ffffffb3}.dark-theme .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#ffffffb3}.dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.dark-theme .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#ffffffb3}.dark-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.dark-theme .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#ffffff1a}.dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0d}.dark-theme .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#ffffff80}.dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline{color:#ffffff4d}.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.dark-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ffca28}.dark-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#536dfe}.dark-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.dark-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#ffffff26}.dark-theme .mat-icon.mat-primary{color:#ffca28}.dark-theme .mat-icon.mat-accent{color:#536dfe}.dark-theme .mat-icon.mat-warn{color:#f44336}.dark-theme .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#ffffffb3}.dark-theme .mat-input-element:disabled,.dark-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#ffffff80}.dark-theme .mat-input-element{caret-color:#ffca28}.dark-theme .mat-input-element::placeholder{color:#ffffff80}.dark-theme .mat-input-element::-moz-placeholder{color:#ffffff80}.dark-theme .mat-input-element::-webkit-input-placeholder{color:#ffffff80}.dark-theme .mat-input-element:-ms-input-placeholder{color:#ffffff80}.dark-theme .mat-input-element:not(.mat-native-select-inline) option{color:#000000de}.dark-theme .mat-input-element:not(.mat-native-select-inline) option:disabled{color:#00000061}.dark-theme .mat-form-field.mat-accent .mat-input-element{caret-color:#536dfe}.dark-theme .mat-form-field.mat-warn .mat-input-element,.dark-theme .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.dark-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.dark-theme .mat-list-base .mat-list-item,.dark-theme .mat-list-base .mat-list-option{color:#fff}.dark-theme .mat-list-base .mat-subheader{color:#ffffffb3}.dark-theme .mat-list-base .mat-list-item-disabled{background-color:#ffffff1f;color:#ffffff80}.dark-theme .mat-list-option:hover,.dark-theme .mat-list-option:focus,.dark-theme .mat-nav-list .mat-list-item:hover,.dark-theme .mat-nav-list .mat-list-item:focus,.dark-theme .mat-action-list .mat-list-item:hover,.dark-theme .mat-action-list .mat-list-item:focus{background:rgba(255,255,255,.04)}.dark-theme .mat-list-single-selected-option,.dark-theme .mat-list-single-selected-option:hover,.dark-theme .mat-list-single-selected-option:focus{background:rgba(255,255,255,.12)}.dark-theme .mat-menu-panel{background:#424242}.dark-theme .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.dark-theme .mat-menu-item{background:transparent;color:#fff}.dark-theme .mat-menu-item[disabled],.dark-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,.dark-theme .mat-menu-item[disabled] .mat-icon-no-color{color:#ffffff80}.dark-theme .mat-menu-item .mat-icon-no-color,.dark-theme .mat-menu-submenu-icon{color:#fff}.dark-theme .mat-menu-item:hover:not([disabled]),.dark-theme .mat-menu-item.cdk-program-focused:not([disabled]),.dark-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),.dark-theme .mat-menu-item-highlighted:not([disabled]){background:rgba(255,255,255,.04)}.dark-theme .mat-paginator{background:#424242}.dark-theme .mat-paginator,.dark-theme .mat-paginator-page-size .mat-select-trigger{color:#ffffffb3}.dark-theme .mat-paginator-decrement,.dark-theme .mat-paginator-increment{border-top:2px solid white;border-right:2px solid white}.dark-theme .mat-paginator-first,.dark-theme .mat-paginator-last{border-top:2px solid white}.dark-theme .mat-icon-button[disabled] .mat-paginator-decrement,.dark-theme .mat-icon-button[disabled] .mat-paginator-increment,.dark-theme .mat-icon-button[disabled] .mat-paginator-first,.dark-theme .mat-icon-button[disabled] .mat-paginator-last{border-color:#ffffff80}.dark-theme .mat-progress-bar-background{fill:#64572e}.dark-theme .mat-progress-bar-buffer{background-color:#64572e}.dark-theme .mat-progress-bar-fill:after{background-color:#ffca28}.dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#393f64}.dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#393f64}.dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#536dfe}.dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#613532}.dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#613532}.dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.dark-theme .mat-progress-spinner circle,.dark-theme .mat-spinner circle{stroke:#ffca28}.dark-theme .mat-progress-spinner.mat-accent circle,.dark-theme .mat-spinner.mat-accent circle{stroke:#536dfe}.dark-theme .mat-progress-spinner.mat-warn circle,.dark-theme .mat-spinner.mat-warn circle{stroke:#f44336}.dark-theme .mat-radio-outer-circle{border-color:#ffffffb3}.dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ffca28}.dark-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,.dark-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.dark-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ffca28}.dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#536dfe}.dark-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,.dark-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.dark-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#536dfe}.dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.dark-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,.dark-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.dark-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.dark-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#ffffff80}.dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#ffffff80}.dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#ffffff80}.dark-theme .mat-radio-button .mat-ripple-element{background-color:#fff}.dark-theme .mat-select-value{color:#fff}.dark-theme .mat-select-placeholder,.dark-theme .mat-select-disabled .mat-select-value{color:#ffffff80}.dark-theme .mat-select-arrow{color:#ffffffb3}.dark-theme .mat-select-panel{background:#424242}.dark-theme .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.dark-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ffca28}.dark-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#536dfe}.dark-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.dark-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.dark-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#ffffff80}.dark-theme .mat-drawer-container{background-color:#303030;color:#fff}.dark-theme .mat-drawer{background-color:#424242;color:#fff}.dark-theme .mat-drawer.mat-drawer-push{background-color:#424242}.dark-theme .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.dark-theme .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.dark-theme .mat-drawer-side.mat-drawer-end,.dark-theme [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.dark-theme [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.dark-theme .mat-drawer-backdrop.mat-drawer-shown{background-color:#bdbdbd99}.dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#536dfe}.dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#536dfe8a}.dark-theme .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#536dfe}.dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ffca28}.dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#ffca288a}.dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ffca28}.dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.dark-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.dark-theme .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#bdbdbd}.dark-theme .mat-slide-toggle-bar{background-color:#ffffff80}.dark-theme .mat-slider-track-background{background-color:#ffffff4d}.dark-theme .mat-slider.mat-primary .mat-slider-track-fill,.dark-theme .mat-slider.mat-primary .mat-slider-thumb,.dark-theme .mat-slider.mat-primary .mat-slider-thumb-label{background-color:#ffca28}.dark-theme .mat-slider.mat-primary .mat-slider-thumb-label-text{color:#000000de}.dark-theme .mat-slider.mat-primary .mat-slider-focus-ring{background-color:#ffca2833}.dark-theme .mat-slider.mat-accent .mat-slider-track-fill,.dark-theme .mat-slider.mat-accent .mat-slider-thumb,.dark-theme .mat-slider.mat-accent .mat-slider-thumb-label{background-color:#536dfe}.dark-theme .mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.dark-theme .mat-slider.mat-accent .mat-slider-focus-ring{background-color:#536dfe33}.dark-theme .mat-slider.mat-warn .mat-slider-track-fill,.dark-theme .mat-slider.mat-warn .mat-slider-thumb,.dark-theme .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.dark-theme .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.dark-theme .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.dark-theme .mat-slider:hover .mat-slider-track-background,.dark-theme .mat-slider.cdk-focused .mat-slider-track-background,.dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,.dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,.dark-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,.dark-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#ffffff4d}.dark-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#ffffff1f}.dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#ffffff4d}.dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#ffffff4d;background-color:transparent}.dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#ffffff4d}.dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#ffffff4d}.dark-theme .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#ffffffb3}.dark-theme .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.dark-theme .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.dark-theme .mat-step-header.cdk-keyboard-focused,.dark-theme .mat-step-header.cdk-program-focused,.dark-theme .mat-step-header:hover:not([aria-disabled]),.dark-theme .mat-step-header:hover[aria-disabled=false]{background-color:#ffffff0a}.dark-theme .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.dark-theme .mat-step-header:hover{background:none}}.dark-theme .mat-step-header .mat-step-label,.dark-theme .mat-step-header .mat-step-optional{color:#ffffffb3}.dark-theme .mat-step-header .mat-step-icon{background-color:#ffffffb3;color:#000000de}.dark-theme .mat-step-header .mat-step-icon-selected,.dark-theme .mat-step-header .mat-step-icon-state-done,.dark-theme .mat-step-header .mat-step-icon-state-edit{background-color:#ffca28;color:#000000de}.dark-theme .mat-step-header.mat-accent .mat-step-icon{color:#fff}.dark-theme .mat-step-header.mat-accent .mat-step-icon-selected,.dark-theme .mat-step-header.mat-accent .mat-step-icon-state-done,.dark-theme .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#536dfe;color:#fff}.dark-theme .mat-step-header.mat-warn .mat-step-icon{color:#fff}.dark-theme .mat-step-header.mat-warn .mat-step-icon-selected,.dark-theme .mat-step-header.mat-warn .mat-step-icon-state-done,.dark-theme .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.dark-theme .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.dark-theme .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.dark-theme .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.dark-theme .mat-stepper-horizontal,.dark-theme .mat-stepper-vertical{background-color:#424242}.dark-theme .mat-stepper-vertical-line:before{border-left-color:#ffffff1f}.dark-theme .mat-horizontal-stepper-header:before,.dark-theme .mat-horizontal-stepper-header:after,.dark-theme .mat-stepper-horizontal-line{border-top-color:#ffffff1f}.dark-theme .mat-sort-header-arrow{color:#c6c6c6}.dark-theme .mat-tab-nav-bar,.dark-theme .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.dark-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,.dark-theme .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.dark-theme .mat-tab-label,.dark-theme .mat-tab-link{color:#fff}.dark-theme .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-link.mat-tab-disabled{color:#ffffff80}.dark-theme .mat-tab-header-pagination-chevron{border-color:#fff}.dark-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#ffffff80}.dark-theme .mat-tab-group[class*=mat-background-]>.mat-tab-header,.dark-theme .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffecb34d}.dark-theme .mat-tab-group.mat-primary .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ffca28}.dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#000000de}.dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.dark-theme .mat-tab-group.mat-accent .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#536dfe}.dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.dark-theme .mat-tab-group.mat-warn .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffecb34d}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#ffca28}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#000000de}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#0006}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#000000de}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#000;opacity:.12}.dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#536dfe}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.dark-theme .mat-toolbar{background:#212121;color:#fff}.dark-theme .mat-toolbar.mat-primary{background:#ffca28;color:#000000de}.dark-theme .mat-toolbar.mat-accent{background:#536dfe;color:#fff}.dark-theme .mat-toolbar.mat-warn{background:#f44336;color:#fff}.dark-theme .mat-toolbar .mat-form-field-underline,.dark-theme .mat-toolbar .mat-form-field-ripple,.dark-theme .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.dark-theme .mat-toolbar .mat-form-field-label,.dark-theme .mat-toolbar .mat-focused .mat-form-field-label,.dark-theme .mat-toolbar .mat-select-value,.dark-theme .mat-toolbar .mat-select-arrow,.dark-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.dark-theme .mat-toolbar .mat-input-element{caret-color:currentColor}.dark-theme .mat-tooltip{background:rgba(97,97,97,.9)}.dark-theme .mat-tree{background:#424242}.dark-theme .mat-tree-node,.dark-theme .mat-nested-tree-node{color:#fff}.dark-theme .mat-snack-bar-container{color:#000000de;background:#fafafa;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.dark-theme .mat-simple-snackbar-action{color:inherit}.dark-theme .app-accordion .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.dark-theme .app-accordion .mat-expansion-panel-header-title{color:inherit}.dark-theme .app-badge{background-color:#536dfe;color:#fff}.dark-theme .app-chip .mat-chip.mat-standard-chip{color:inherit;background:#536dfe}.dark-theme .app-chip .mat-chip.mat-standard-chip .mat-chip-remove{color:#7986cb;background:#e8eaf6}.dark-theme .app-chip .chip-selected{color:#536dfe}.dark-theme .app-chip-fusion-field{background:#F1F4F8;color:#5d78fb}.dark-theme .drop-infos{color:#63809e;background:#ffffff}.dark-theme .drop-list,.dark-theme .drop-list-margin.visible{border-color:#c9d0db}.dark-theme .drop-list-item-action{background-color:#f7f9fb4d;color:#fff}.dark-theme .draggable .drop-list-item-label{border-color:#fff;color:#fff}.dark-theme .drag-menu{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.dark-theme .drag-menu .drag-button{background-color:#f7f9fb4d;color:#fff}.dark-theme .drop-list-item-content:hover{background-color:#f7f9fb}.dark-theme .header-menu-page-menu .drag-menu{background:none;box-shadow:none}.dark-theme .form .label-form{color:#a7a9ab}.dark-theme .form .form-title{color:inherit}.dark-theme .form .mat-form-field-suffix,.dark-theme .form .mat-form-field-suffix .mat-icon-button{color:#a7a9ab}.dark-theme .select-tree-panel .select-tree-group .mat-option.mat-active,.dark-theme .select-tree-panel .select-tree-group .mat-option:hover{background:none}.dark-theme .select-tree-panel .select-tree-group{color:#63809e}.dark-theme .select-tree-panel .select-tree-group:hover{background-color:#f1f4f8}.dark-theme .select-tree-panel .select-tree-group-arrow{color:#0000008a}.dark-theme .mat-flat-button.mat-primary,.dark-theme .mat-flat-button.mat-accent{color:#fff}.dark-theme .accent{color:#536dfe}.dark-theme .app-label{color:#a7a9ab}.dark-theme .app-value,.dark-theme .app-title{color:inherit}.dark-theme .app-label-light{color:#7a7a7a}.dark-theme .list-item:hover{background:#303030}.dark-theme .list-item .check-mark.selected{color:#536dfe}.dark-theme .list-item .check-mark.unselectable{color:#a7a9ab}.dark-theme .blurred .blur-opacity{background-color:#000000de}.dark-theme .menu-with-buttons .menu-button{color:inherit}.dark-theme .menu-with-buttons .menu-button.selected,.dark-theme .menu-with-buttons .menu-button.active{color:#536dfe;background:#303030;border-left:3px solid #536dfe}.dark-theme .menu-with-buttons div.menu-button{color:#a7a9ab;border-color:#707070}.dark-theme .menu-with-buttons .menu-sub-button{color:#a7a9ab}.dark-theme .menu-with-buttons .menu-sub-button .dot{background-color:#a7a9ab}.dark-theme .menu-with-buttons .menu-sub-button.selected{background:#303030;color:#536dfe}.dark-theme .menu-with-buttons .menu-sub-button.selected .dot{background:#536dfe}.dark-theme .spinner-container{background:rgba(0,0,0,.55)}.dark-theme .card{background:#424242;box-shadow:0 2px 20px #7772be29}.dark-theme .list-card{background:#424242}.dark-theme .tag{border:2px solid #ffca28;background:#303030}.dark-theme .app-expansion-panel .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .app-expansion-panel .mat-expansion-panel-header-title{color:inherit}.dark-theme .header-details .mat-icon-button{color:inherit;background:#536dfe}.dark-theme .help-infos{background-color:#eef0f8}.dark-theme .container-detail-tooltip .detail-tooltip{background-color:#fff;border-bottom:4px solid #5D78FB}.dark-theme th .checkbox.mat-checkbox-indeterminate .mat-checkbox-label,.dark-theme th .checkbox.mat-checkbox-checked .mat-checkbox-label{color:inherit;background:#536dfe}.dark-theme .app-icon--approved{color:#87bf00}.dark-theme .app-icon--pending{color:#ffb300}.dark-theme .app-icon--rejected{color:#f26a5b}.dark-theme .app-icon--infos{color:#5d78fb}.dark-theme .app-icon--infos-reverse{color:#e1e9ff}.dark-theme .app-icon--neutral{color:#bfbfbf}.dark-theme .app-status--approved{background-color:#87bf00;color:#fff}.dark-theme .app-status--pending{background-color:#ffb300;color:#fff}.dark-theme .app-status--rejected{background-color:#f26a5b;color:#fff}.dark-theme .app-status--infos{background-color:#5d78fb;color:#fff}.dark-theme .app-status--infos-reverse{background-color:#e1e9ff;color:#5d78fb}.dark-theme .app-status--neutral{background-color:#bfbfbf;color:#fff}.dark-theme .page-table-container{background:#303030}.dark-theme .page-table-container .page-table-content-data{background:#424242;box-shadow:0 3px 6px #00000017}.dark-theme .mat-table .help-icon{color:#536dfe}.dark-theme .vision-container .page-header-content .vision-tab.selected{color:#536dfe;border-bottom-color:#536dfe}.dark-theme .vision-container .vision-content .vision-table{background:#424242;box-shadow:0 3px 6px #0000000d}.dark-theme .vision-container .vision-content .vision-table .mat-header-row,.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule-header{background-color:#707070}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule{background:#424242;box-shadow:0 3px 6px #0000000d}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove{background-color:#d52d28;color:#fff}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item{border-color:#d8d8d8;color:#a7a9ab}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add{background-color:#f1f4f8;color:#2e384d}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove{background-color:#d52d28;color:#fff}.dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .add-vision-rule-item{background-color:#707070}.dark-theme .sign-in-container .mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:#536dfe}.dark-theme .sign-in-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#536dfe}.dark-theme .sign-in-container .img-panel{color:#fff}.dark-theme .app-toolbar{background:#303030}.dark-theme .app-toolbar .mat-icon-button,.dark-theme .app-toolbar .mat-button-wrapper{color:inherit}.dark-theme .mat-drawer-inner-container{background:#303030}.dark-theme .mat-drawer-inner-container .toolbar-menu-container .mat-icon-button,.dark-theme .mat-drawer-inner-container .toolbar-menu-container .mat-button-wrapper{color:inherit}.dark-theme .expand-icon.activate{background-color:#5c6bc0;color:#fff}.dark-theme .header{color:#fff}.dark-theme .header .close-button{color:#fff;background-color:#424242}.dark-theme .impersonate-user-select{color:#fff;background:#424242;box-shadow:0 2px 3px #00000029}.dark-theme .impersonate-user-select .bubble-profile-content{border:1px solid #ffffff}.dark-theme .impersonate-user-select .user-group{background:#536dfe;color:#fff}.dark-theme .mat-option-impersonate{background:#333333;color:#a7a9ab}.dark-theme .mat-option-impersonate .bubble-profile-content{border:1px solid #ffffff}.dark-theme .mat-option-impersonate .user-group{background:#536dfe;color:#fff}.dark-theme .locale-menu-panel-hosted{background:#424242;color:#fff}.dark-theme .band-impersonate{background:#ffca28}.dark-theme .band-impersonate .band-impersonate-label,.dark-theme .band-impersonate .band-impersonate-user-select{color:#000000de}.dark-theme .band-impersonate .bubble-profile-content{border:1px solid #ffffff}.dark-theme .band-impersonate .user-group{background:#536dfe;color:#fff}.dark-theme .app-footer{background:#212121;border-top:2px solid #707070}.dark-theme .app-footer .mention-legal-button,.dark-theme .navigation-container .header{color:#fff}.dark-theme .navigation-container .header .close-button{color:#fff;background-color:#424242}.dark-theme .notification-header{background-color:#5d78fb;color:#f5f5f5}.dark-theme .notification-body-icon{width:20px;height:20px;border-radius:50%;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.dark-theme .classic-card{background:#303030}.dark-theme .classic-card .kpi-card-label,.dark-theme .classic-card .kpi-card-description{color:#fff}.dark-theme .kpi-avg-duration-share-acceptance .classic-card{background-color:#fff}.dark-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-label,.dark-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-description{color:#000000de}.dark-theme .kpi-avg-duration-share-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.dark-theme .kpi-avg-duration-release-acceptance .classic-card{background-color:#fff}.dark-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-label,.dark-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-description{color:#000000de}.dark-theme .kpi-avg-duration-release-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.dark-theme .kpi-avg-duration-creation-acceptance .classic-card{background-color:#f3fcfe}.dark-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-label,.dark-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-description{color:#000000de}.dark-theme .kpi-avg-duration-creation-acceptance .classic-card .indicator-value{color:#fff;background-color:#f29d9e}.dark-theme .classic-card .kpi-card-label,.dark-theme .classic-card .kpi-card-description{color:#707070}.dark-theme .classic-card .settings-kpi mat-icon{color:#536dfe}.dark-theme .my-wall-data-labels{background:#ffffff;box-shadow:0 2px 20px #7772be29!important}.dark-theme .my-wall-data-labels .kpi-card-label,.dark-theme .my-wall-data-labels .kpi-card-description{color:#707070}.dark-theme .my-wall-data-labels .settings-kpi mat-icon{color:#536dfe}.dark-theme .my-wall-data-labels .graph-title{color:#000}.dark-theme .search-filter input:focus::placeholder{opacity:.5}.dark-theme .search-filter input:focus::-webkit-input-placeholder{opacity:.5}.dark-theme .search-filter input:focus:-moz-placeholder{opacity:.5}.dark-theme .search-filter input:focus::-moz-placeholder{opacity:.5}.dark-theme .search-filter input:focus:-ms-input-placeholder{opacity:.5}.dark-theme .search-filter .mat-form-field-appearance-outline{color:#fff}.dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#fff}.dark-theme .search-filter .mat-form-field-appearance-outline ::placeholder{color:#fff}.dark-theme .search-filter .mat-form-field-appearance-outline .mat-select-placeholder,.dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.dark-theme .search-filter .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#fff}.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-input-element,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-select-value,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator{color:#ffca28}.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end{border-color:#ffca28}.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#fff}.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#707070}.dark-theme .my-wall-data-card .my-wall-data-card-container{box-shadow:0 2px 20px #7772be29!important}.dark-theme .my-wall-settings-header{color:#fff}.dark-theme .my-wall-settings-header .close-button{color:#fff;background-color:#303030}.dark-theme .my-wall-settings-orientation-library .img-container.selected{background:#ffca28}.dark-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.dark-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.dark-theme .card-settings-menu-card .mat-icon{color:#ffca28}.dark-theme .card-settings-menu-card.selected{background-color:#ffca28;color:#fff}.dark-theme .card-settings-menu-card.selected .mat-icon{color:#fff}.dark-theme .card-settings-content-title .general-singular-icon mat-icon{color:#63809e}.dark-theme .card-settings-content-title .mat-form-field-appearance-outline{color:#000}.dark-theme .card-settings-content .bar .border-button{box-shadow:6px 6px 10px #0000001a,-6px -6px 10px #0000001a}.dark-theme .card-settings-content .bar .palette-container .input-color,.dark-theme .card-settings-content .bar .button-1 .title-color-1 .input-color,.dark-theme .card-settings-content .bar .button-color-1 .palette-container .input-color,.dark-theme .card-settings-content .bar .button-2 .title-color-2 .input-color,.dark-theme .card-settings-content .bar .button-color-2 .palette-container .input-color,.dark-theme .card-settings-content .bar .color-background .palette-container .input-color{border:1px solid #b0bac9;color:#b0bac9}.dark-theme .mail-templates-container .file-select .hint{color:#a7a9ab}.dark-theme .mail-templates-container .file-selected .mat-icon{color:inherit;background:#536dfe}.dark-theme .mail-template-edit-container .edit-title,.dark-theme .mail-template-list-container .list-title,.dark-theme .mail-template-list-container .list-table .mat-table .mat-header-cell{color:inherit}.dark-theme .mail-template-list-container .list-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.dark-theme .mail-template-list-container .list-table .mat-table .mat-cell{color:inherit}.dark-theme .mail-template-list-container .list-table .mat-table .mat-cell.mat-column-name{color:#536dfe}.dark-theme .roles-administration-container .roles-administration-header,.dark-theme .roles-administration-container .roles-administration-content .list-card{background:#424242}.dark-theme .template-role-form-container .template-role-form-header{background:red;background:#424242}.dark-theme .template-role-form-container .template-role-form-content .list-card{background:#424242}.dark-theme .template-role-container .template-role-header{background:red;background:#424242}.dark-theme .template-role-container .template-role-table .actions{background-color:#424242}.dark-theme .template-role-container .template-role-table .mat-table .mat-header-cell{color:inherit;background-color:#707070}.dark-theme .template-role-container .template-role-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.dark-theme .template-role-container .template-role-table .mat-table .mat-cell{color:inherit}.dark-theme .template-role-container .template-role-table .mat-table .mat-cell.mat-column{color:#536dfe}.dark-theme .template-role-container .template-role-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme #titleMenuActionsTemplateRole{color:#fff}.dark-theme .template-group-container .template-group-header,.dark-theme .template-group-container .template-group-content .list-card{background:#424242}.dark-theme .theme-settings .available-templates .available-templates-title{color:inherit}.dark-theme .theme-settings .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .theme-settings .available-templates .template-item.selected{background:#303030;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.dark-theme .theme-settings .available-templates .template-item .mat-icon{color:#fff}.dark-theme .theme-settings .available-templates .template-add{background:#707070;color:#a7a9ab}.dark-theme .theme-settings .theme-settings-form .subtitle{color:#b0bac9}.dark-theme .module-settings-details-title{color:inherit}.dark-theme .mat-table .help-icon{color:#4384ef}.dark-theme .mat-table .mat-header-cell{color:inherit;background-color:#707070}.dark-theme .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.dark-theme .mat-table .mat-cell{color:inherit}.dark-theme .mat-table .mat-cell.mat-column{color:#536dfe}.dark-theme .param-form{background:#424242}.dark-theme .param-form .edit-title{color:inherit}.dark-theme .release-notes .release-header .selected{border-bottom:2px solid #ffca28}.dark-theme .release-notes .release-header .release-container-title,.dark-theme .release-notes .release-header .release-title{color:inherit}.dark-theme .release-notes .release-item{box-shadow:2px 2px 2px #0000000d}.dark-theme .release-notes-container .release-notes-content .icon-ref{stroke:#fff}.dark-theme .mail-template-edit-container .edit-title{color:inherit}.dark-theme .release-note-details .mat-card{box-shadow:2px 2px 2px #0000000d}.dark-theme .release-note-details .mat-card .release-title{color:inherit}.dark-theme .release-note-details .mat-card .fusion-field{background:#536dfe;color:inherit}.dark-theme .vision-rule-modal-content .vision-rule-modal-title{background-color:#707070}.dark-theme .vision-rule-modal-content .vision-rule-modal-item{border-color:#d8d8d8;color:inherit}.dark-theme .vision-rule-modal-content .vision-rule-modal-item.selected{background:#303030;color:#536dfe}.dark-theme .vision-rule-modal-content .vision-rule-modal-items,.dark-theme .vision-rule-modal-content .vision-rule-modal-paginator{background:none}.dark-theme .dictionary-container .dictionary-header{background-color:#707070}.dark-theme .dictionary-container .dictionary-header .mat-form-field-appearance-outline .mat-form-field-outline{background:#424242}.dark-theme .configuration-menu-container .configuration-menu-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.dark-theme .configuration-menu-container .configuration-menu-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.dark-theme .grid-settings-progress-size .mat-progress-bar-buffer{background-color:#303030}.dark-theme .kpi-settings-menu-card .mat-icon{color:#ffca28}.dark-theme .kpi-settings-menu-card.selected{background-color:#ffca28;color:#fff}.dark-theme .kpi-settings-menu-card.selected .mat-icon{color:#fff}.dark-theme .search-bar-settings-form{background-color:#f1f4f9}.dark-theme .search-bar-settings-form .drop-list,.dark-theme .search-bar-settings-form .drop-list-item-label{background-color:#9f9fa1;border-color:#f2f2f2;color:#f2f2f2}.dark-theme .search-bar-settings-form .draggable .drop-list-item-label{border-color:#fff;color:#fff}.dark-theme .search-bar-settings-form .hidden-filters-action,.dark-theme .search-bar-settings-form .drop-list-item-action{background-color:#f7f9fb4d;color:#fff}.dark-theme .search-bar-settings-form .drop-list-message.subdued{opacity:.3;z-index:0}.dark-theme .search-bar-settings-form-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.dark-theme .search-bar-settings-form-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.dark-theme .search-bar-settings-form-content .search-box .mat-form-field-label{color:#fff}.dark-theme .search-bar-settings-form-content .search-box .mat-divider{border-color:#fff}.dark-theme .search-bar-settings-form-content .search-box .mat-stroked-button:not([disabled]){border-color:#fff}.dark-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label{background-color:#303030;color:#fff}.dark-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label.selected{box-shadow:2px -2px 2px #0000000d;background-color:#424242;color:#536dfe;border-bottom:2px solid #536dfe}.dark-theme .search-bar-settings .search-bar-settings-ref-field{background-color:#f7f9fb4d;color:#fff}.dark-theme .recruitment-offer-settings-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.dark-theme .recruitment-offer-settings-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.dark-theme .recruitment-offer-settings-tab-content{background-color:#f1f4f9}.dark-theme .offer-template.checked>mat-icon{color:#179278;background-color:#e8fff3}.dark-theme .offer-template.checked>span{color:#e8fff3}.dark-theme .recruitment-offer-settings-details-template-offer.card.checked{border-color:#e8fff3}.dark-theme .recruitment-offer-settings-details-template-offer.card .offer{border-color:#f1f4f8}.dark-theme .offer-diffusion .external{background:#ffecb3;color:#424242}.dark-theme .offer-diffusion .internal{background:#c5cae9;color:#000000de}.dark-theme .offer-template.external.checked>mat-icon{color:#424242;background-color:#ffecb3}.dark-theme .offer-template.external.checked>span{color:#ffecb3}.dark-theme .offer-template.internal.checked>mat-icon{color:#000000de;background-color:#c5cae9}.dark-theme .offer-template.internal.checked>span{color:#c5cae9}.dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.external{border-color:#ffecb3}.dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal{border-color:#c5cae9}.dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal-external{border-image-source:linear-gradient(to left,#ffecb3,#c5cae9)}.dark-theme .recruitment-offer-settings-apply-template-offer.card .offer{border-color:#f1f4f8}.dark-theme .checkbox.external{color:#424242}.dark-theme .checkbox.external .mat-checkbox-frame{border-color:#ffecb3}.dark-theme .checkbox.external .mat-checkbox-label,.dark-theme .checkbox.external.mat-checkbox-checked .mat-checkbox-background{background-color:#ffecb3}.dark-theme .checkbox.internal{color:#000000de}.dark-theme .checkbox.internal .mat-checkbox-frame{border-color:#c5cae9}.dark-theme .checkbox.internal .mat-checkbox-label,.dark-theme .checkbox.internal.mat-checkbox-checked .mat-checkbox-background{background-color:#c5cae9}.dark-theme .referential-container .referential-table .mat-tab-header{overflow-y:visible;border-bottom:none}.dark-theme .referential-container .referential-table .mat-tab-header .mat-tab-label{background-color:#424242;color:#a7a9ab;box-shadow:0 3px 6px #0000000d}.dark-theme .referential-container .referential-table .mat-tab-header .mat-tab-label.mat-tab-label-active{background:#536dfe;color:#fff}.dark-theme .referential-container .referential-table .mat-tab-body{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell{color:inherit;background-color:#707070}.dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell .mat-sort-header-arrow{color:#536dfe}.dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell{color:inherit}.dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell.mat-column{color:#536dfe}.dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .workflow-table .workflow-card .workflow-step{background-color:#a7a9ab}.dark-theme .workflow-table .workflow-card .workflow-step .mat-icon-unchecked{color:#cddcfc}.dark-theme .gdpr-container .gdpr-content{background:#424242}.dark-theme .gdpr-container .gdpr-content .title,.dark-theme .candidacy-comment-container .candidacy-comment-header .candidacy-comment-title{color:inherit}.dark-theme .candidacy-comment-container .reviews-list th.mat-header-cell{color:#a7a9ab}.dark-theme .candidacy-comment-container .reviews-list td.mat-cell{color:inherit}.dark-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars{color:#b0bac9}.dark-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars .fill-star{color:#fbc944}.dark-theme .candidacy-comment-container .reviews-list .author-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .candidacy-comment-container .reviews-list .author-profile .author-name{color:#a7a9ab}.dark-theme .candidacy-comment-container .reviews-list .comment{color:#fff}.dark-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header-title{color:inherit}.dark-theme .candidacy-details-header{background-color:#424242}.dark-theme .candidacy-details-header .user-badge{background-color:none}.dark-theme .candidacy-details-header .candidate-name,.dark-theme .candidacy-details-header .candidacy-date,.dark-theme .candidacy-details-header .candidate-status{color:inherit}.dark-theme .candidacy-details-header .candidate-number,.dark-theme .candidacy-details-header .review-stars{color:#b0bac9}.dark-theme .candidacy-details-header .review-stars .fill-star{color:#fbc944}.dark-theme .candidacy-details-header .cv{color:#3f51b5}.dark-theme .candidacy-details-header .no-cv{color:#dbdbdb}.dark-theme .candidacy-details-header .letter{color:#ffca28}.dark-theme .candidacy-details-header .no-letter{color:#c7c7c8}.dark-theme .candidacy-details-header .review-count{color:#b0bac9}.dark-theme .candidacy-details-header .status.pending{background-color:#ffca28;color:#000000de}.dark-theme .candidacy-details-header .status.approved{background-color:#87bf00;color:#000000de}.dark-theme .candidacy-details-header .status.canceled,.dark-theme .candidacy-details-header .status.refused{background-color:#f64e60;color:#000000de}.dark-theme .candidacy-document-container .candidacy-document-header .candidacy-document-title{color:inherit}.dark-theme .candidacy-document-container disabled-button{background:#E1E9FF;color:#5d78fb}.dark-theme .candidacy-document-container .documents-list th.mat-header-cell{color:#a7a9ab}.dark-theme .candidacy-document-container .documents-list td.mat-cell{color:inherit}.dark-theme .candidacy-document-container .documents-list .document-icon{color:#536dfe}.dark-theme #titleMenuActionsDocuments{color:#fff}.dark-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-label{color:#a7a9ab}.dark-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-data,.dark-theme .candidacy-form-container .candidacy-form .radio-group{color:inherit}.dark-theme .candidacy-form-container .candidacy-form .file-select .hint{color:id(true,#a7a9ab,#7a7a7a)}.dark-theme .candidacy-form-container .candidacy-form .file-selected .mat-icon{color:inherit;background:#536dfe}.dark-theme .candidacy-form-container .candidacy-form .file-select-errors{margin-bottom:20px}.dark-theme .candidacy-form-container .candidacy-form .file-select-errors .error{color:#d52d28}.dark-theme .candidacy-general-information-container .info-label{color:#a7a9ab}.dark-theme .candidacy-general-information-container .info-label .help-icon{color:#4384ef}.dark-theme .candidacy-general-information-container .offer-title-data{color:inherit}.dark-theme .candidacy-general-information-container .cv{color:#3f51b5}.dark-theme .candidacy-general-information-container .letter{color:#ffca28}.dark-theme .candidacy-general-information-container .no-cv,.dark-theme .candidacy-general-information-container .no-letter{color:#c7c7c8}.dark-theme .candidacy-general-information-container .review-stars{color:#b0bac9}.dark-theme .candidacy-general-information-container .review-stars .fill-star{color:#fbc944}.dark-theme .candidacy-general-information-container .review-count{color:#a7a9ab}.dark-theme .candidacy-general-information-container .status{width:80px;text-align:center}.dark-theme .candidacy-general-information-container .status.pending{background-color:#ffca28;color:#000000de}.dark-theme .candidacy-general-information-container .status.approved{background-color:#87bf00;color:#000000de}.dark-theme .candidacy-general-information-container .status.canceled,.dark-theme .candidacy-general-information-container .status.refused{background-color:#f64e60;color:#000000de}.dark-theme .document-form-container .document-form .radio-group{color:inherit}.dark-theme .document-form-container .document-form .help-icon{color:#3f51b5}.dark-theme .interview-form-container .interview-form textarea{color:#fff}.dark-theme .interview-form-container .interview-form .radio-group{color:inherit}.dark-theme .interview-form-container .interview-form .help-icon{color:#3f51b5}.dark-theme .interview-form-container .interview-form .review-stars{color:#b0bac9}.dark-theme .interview-form-container .interview-form .review-stars .fill-star{color:#fbc944}.dark-theme .interview-form-container .interview-form .review-count{color:#b0bac9}.dark-theme .candidacy-interview-list-container .candidacy-interview-list-header .candidacy-interview-list-title{color:inherit}.dark-theme .candidacy-interview-list-container .interviews-list th.mat-header-cell{color:#a7a9ab}.dark-theme .candidacy-interview-list-container .interviews-list td.mat-cell{color:inherit}.dark-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .evaluator-name{color:#a7a9ab}.dark-theme .candidacy-interview-list-container .interview-details .nav-back{color:#536dfe}.dark-theme .candidacy-interview-list-container .interview-details .info-label{color:#a7a9ab}.dark-theme .candidacy-interview-list-container .interview-details .info-data{color:inherit}.dark-theme .candidacy-interview-list-container .interview-details .no-file{color:#dbdbdb}.dark-theme .candidacy-followup-container .communications-list th.mat-header-cell{color:#a7a9ab}.dark-theme .candidacy-followup-container .communications-list td.mat-cell{color:inherit}.dark-theme .candidacy-followup-container .communications-list .mat-cell.mat-column-type,.dark-theme .candidacy-followup-container .mail-details .nav-back{color:#536dfe}.dark-theme .candidacy-followup-container .mail-details .detail-row .info-label{color:#a7a9ab}.dark-theme .candidacy-followup-container .mail-details .detail-row .info-data{color:inherit}.dark-theme .candidacy-followup-container .mail-details .detail-row .mail-body{background:#303030}.dark-theme .candidacy-followup-container .mail-details .detail-system-label{color:#a7a9ab}.dark-theme .candidacy-followup-container .mail-details .detail-system-data{color:inherit}.dark-theme .candidacies-container{background:#303030}.dark-theme .candidacies-container .candidacies-content .candidacies-table{box-shadow:0 3px 6px #00000017}.dark-theme .candidacies-container .candidacies-content .actions{background-color:#424242}.dark-theme .candidacies-container .candidacies-content .stack-count{border:1px solid;background:#424242;border-color:#536dfe}.dark-theme .candidacies-container .candidacies-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .candidacies-container .candidacies-content .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid #536dfe}.dark-theme .candidacies-container .candidacies-content .manager-details-card .manager-name{color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .actions{background:none}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator .value-indicator{color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending{border-color:#fbd82b}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending .value-indicator{background-color:#fbd82b}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved{border-color:#87bf00}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved .value-indicator{background-color:#87bf00}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total{border-color:#1bc5bd}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total .value-indicator{background-color:#1bc5bd}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused,.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled{border-color:#f64e60}.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused .value-indicator,.dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled .value-indicator{background-color:#f64e60}.dark-theme .candidacies-container .candidacies-content .offer-card-list .selected .candidacies-offer-card{border:2px solid #ffca28}.dark-theme .candidacies-container .candidacies-content .candidacies-list .search-todo-details{background-color:#303030;border-bottom:4px solid #536dfe;color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table{color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-row{background-color:#707070}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-cell{color:#fff;border-bottom-color:#7b7b7b}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-sort-header-arrow{color:#536dfe}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .help-icon{color:#536dfe}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .cv{color:#5c6bc0}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-cv{color:#dbdbdb}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .letter{color:#ffca28}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-letter{color:#c7c7c8}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .external-candidacy{background-color:#5d78fb;color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .internal-candidacy{background-color:#7ab403;color:#fff}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars{color:#b0bac9}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars .fill-star{color:#fbc944}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-count{color:#b0bac9}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.pending{background-color:#fbd82b;color:#000000de}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.approved{background-color:#87bf00;color:#000000de}.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.canceled,.dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.refused{background-color:#f64e60;color:#000000de}.dark-theme .candidacies-container .candidacies-content .candidacies-list .talent-pool{color:#000000de;background-color:#536dfe}.dark-theme .candidacies-container .candidacies-content .candidacies-list .none-style{color:#000000de;background-color:#d3d3d3}.dark-theme #dropdownExtractExcel .export-templates-title,.dark-theme #dropdownExtractExcel .search-input{color:#fff}.dark-theme #dropdownExtractExcel .template-item{color:#a7a9ab;border:1px solid #707070}.dark-theme #dropdownExtractExcel .template-action{color:#fff}.dark-theme .manage-interviews-container{background:#303030}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table{box-shadow:0 3px 6px #00000017}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .actions{background-color:#424242}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table{color:#fff}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-row{background-color:#707070}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-cell{color:#fff;border-bottom-color:#7b7b7b}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-sort-header-arrow{color:#536dfe}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid #536dfe}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card .manager-name{color:#fff}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars{color:#b0bac9}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars .fill-star{color:#fbc944}.dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-count{color:#b0bac9}.dark-theme #titleMenuActionsInterviews{color:#fff}.dark-theme .interview-details-container .header-details .mat-icon-button{color:inherit;background:#536dfe}.dark-theme .interview-details-container .interview-details-menu .menu-button{color:inherit}.dark-theme .interview-details-container .interview-details-menu .menu-button.selected{color:#536dfe;background:#303030;border-left:3px solid #536dfe}.dark-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header-title{color:inherit}.dark-theme .interview-details-container .interview-details-sub-content .info-label{color:#a7a9ab}.dark-theme .interview-details-container .interview-details-sub-content .info-data{color:inherit}.dark-theme .interview-details-container .interview-details-sub-content .no-file{color:#dbdbdb}.dark-theme .offer-apply .offer-summary .mat-card{color:#fff}.dark-theme .offer-apply .apply-form{background-color:#424242;box-shadow:0 3px 3px #00000012}.dark-theme .offer-card:hover{border:solid 2px #ffca28;cursor:pointer;color:#fff}.dark-theme .offer-card.selected{border:solid 2px #ffca28}.dark-theme .offer-detail{border-color:#ffca28}.dark-theme .offer-detail .mat-divider{border-top-color:#ffca28}.dark-theme .share-offer-menu .share-offer-title,.dark-theme .offer-list{color:#fff}.dark-theme .offer-list .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.dark-theme .offer-list .mat-standard-chip{background:#c5cae9;color:#000000de}.dark-theme .offer-list .mat-standard-chip .mat-icon{color:#000000de}.dark-theme .offer-library,.dark-theme .offer-library .mat-card{color:#fff}.dark-theme .offer-library .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.dark-theme .offer-library .mat-standard-chip{background:#c5cae9;color:#000000de}.dark-theme .offer-library .mat-standard-chip .mat-icon{color:#000000de}.dark-theme .single-value-display.background{background:#c5cae9;color:#000000de}.dark-theme .email-back-container .file-select .hint{color:#a7a9ab}.dark-theme .email-back-container .file-selected .mat-icon{color:inherit;background:#536dfe}.dark-theme .email-back-container .email-back-header{background:#424242}.dark-theme .email-back-container .email-back-header .email-back-title{color:inherit}.dark-theme .email-back-container .email-back-content .mat-expansion-panel-header,.dark-theme .email-back-container .email-back-content .mat-expansion-panel-header.mat-expanded{border-bottom:1px solid;border-bottom-color:#707070}.dark-theme .email-back-container .email-back-content .mat-expansion-panel-header-title{color:inherit}.dark-theme .candidacies-offer-card{background:#424242}.dark-theme .candidacies-offer-card .count-badge{background:#ffca28;color:#000000de}.dark-theme .candidacies-offer-card .offer-name,.dark-theme .recruitment-media .media-card{color:inherit}.dark-theme .recruitment-media .media-card>.mat-icon{color:#7a7a7a}.dark-theme .recruitment-media .media-card-size{color:#7a7a7a}.dark-theme .recruitment-media .media-card .delete{background-color:#d52d28;color:#fff}.dark-theme .recruitment-media .media-card.selected{border:1px solid #5D78FB}.dark-theme .share-modal-content .mat-dialog-title{border-bottom-color:#707070}.dark-theme .share-modal-content .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.dark-theme .share-modal-content .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#303030}.dark-theme .share-modal-content .mat-dialog-content .selected-users .user .name{color:#536dfe}.dark-theme .share-modal-content .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#303030}.dark-theme .share-modal-content .mat-dialog-content .search .search-label{color:#707070}.dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.dark-theme .share-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.dark-theme .share-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.dark-theme .share-modal-content .mat-dialog-content .users-card{background-color:#333}.dark-theme .share-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.dark-theme .share-modal-content .mat-dialog-content .users-card .user-badge{background-color:#d8d8d8}.dark-theme .share-modal-content .mat-dialog-content .users-card .user{color:#536dfe}.dark-theme .review-modal-content .review-stars{color:#b0bac9}.dark-theme .review-modal-content .review-stars .fill-star{color:#fbc944}.dark-theme .review-modal-content textarea{color:#fff}.dark-theme .offers-container{background:#303030}.dark-theme .offers-container .offers-content .offers-table{box-shadow:0 3px 6px #00000017}.dark-theme .offers-container .offers-content .actions{background-color:#424242}.dark-theme .offers-container .offers-content .stack-count{border:1px solid;background:#424242;border-color:#536dfe}.dark-theme .offers-container .offers-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .offers-container .offers-content .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid #536dfe}.dark-theme .offers-container .offers-content .manager-details-card .manager-name{color:#fff}.dark-theme .offers-container .offers-content .status{background-color:#8798ad;color:#000000de}.dark-theme .offers-container .offers-content .status.encours{background-color:#87bf00;color:#000000de}.dark-theme .offers-container .offers-content .status.cloture{background-color:#f64e60;color:#000000de}.dark-theme .offers-container .offers-content .offer-card-list .selected .offers-offer-card{border:2px solid #ffca28}.dark-theme .offers-container .offers-content .offers-list .search-todo-details{background-color:#303030;border-bottom:4px solid #536dfe;color:#fff}.dark-theme .offers-container .offers-content .offers-list .mat-table{color:#fff}.dark-theme .offers-container .offers-content .offers-list .mat-table .mat-header-row{background-color:#707070}.dark-theme .offers-container .offers-content .offers-list .mat-table .mat-header-cell{color:#fff;border-bottom-color:#7b7b7b}.dark-theme .offers-container .offers-content .offers-list .mat-table .mat-sort-header-arrow{color:#536dfe}.dark-theme .offers-container .offers-content .offers-list .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.dark-theme .offers-container .offers-content .offers-list .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .offers-container .offers-content .offers-list .mat-table .help-icon{color:#536dfe}.dark-theme .offers-container .offers-content .offers-list .mat-table .review-count{color:#b0bac9}.dark-theme .mat-menu-item .mat-icon.icon-menu{color:inherit}.dark-theme .offer-details-header{background-color:#424242}.dark-theme .offer-details-container .offer-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .offer-general-information-container .info-label{color:#a7a9ab}.dark-theme .offer-general-information-container .info-label .help-icon{color:#4384ef}.dark-theme .offer-general-information-container .info-data{color:inherit}.dark-theme .candidacy-history-container{background:#303030}.dark-theme .candidacy-history-container .candidacies-history-table{box-shadow:0 3px 6px #00000017}.dark-theme .candidacy-history-container .candidacies-history-table .mat-table{color:#fff}.dark-theme .candidacy-history-container .candidacies-history-table .mat-table th.mat-header-cell{color:#a7a9ab}.dark-theme .candidacy-history-container .candidacies-history-table .mat-table td.mat-cell{color:inherit}.dark-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars{color:#b0bac9}.dark-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars .fill-star{color:#fbc944}.dark-theme .document-management-container .document-management-content .folders-list .document-folder{color:inherit}.dark-theme .document-management-container .document-management-content .folders-list .document-folder>.mat-icon{color:#7a7a7a}.dark-theme .document-management-container .document-management-content .folders-list .document-folder .count{color:#7a7a7a}.dark-theme .document-management-container .document-management-content .folders-list .document-folder .delete{background-color:#d52d28;color:#fff}.dark-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header-title{color:inherit}.dark-theme .document-form-container .document-form-content .mat-expansion-panel-header{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .document-form-container .document-form-content .mat-expansion-panel-header-title,.dark-theme .connected-user-dashboard-title{color:inherit}.dark-theme .connected-user-dashboard-card{background:#424242;box-shadow:0 1px 20px #0000000d}.dark-theme .connected-user-dashboard-card .card-title,.dark-theme .connected-user-dashboard-card .card-title .title,.dark-theme .connected-user-dashboard-card .card-title .subtitle{color:inherit}.dark-theme .connected-user-dashboard-shortcuts .personal-data,.dark-theme .connected-user-dashboard-shortcuts .documents{background-color:#424242}.dark-theme .connected-user-dashboard-status-info .card-title .title .mat-icon{color:#1bc5bd}.dark-theme .connected-user-personal-data .page-header-content .bubble-profile-content{border:1px solid #707070}.dark-theme .connected-user-personal-data .page-header-content .serial-number{color:#a7a9ab}.dark-theme .connected-user-personal-data .menu-with-buttons .menu-button.invalid{color:#f44336}.dark-theme .user-date--ERROR{color:#fff5f8;background-color:#f1416c}.dark-theme .user-date--WARNING{color:#fff8dd;background-color:#ffc700}.dark-theme .user-date--SUCCESS{color:#e8fff3;background-color:#51cd89}.dark-theme .user-paystatus--PENDING{background:#707070;color:#a7a9ab}.dark-theme .user-paystatus--TO_SEND{color:#fff8dd;background-color:#ffc700}.dark-theme .user-paystatus--SENT{color:#e8fff3;background-color:#51cd89}.dark-theme .contractual-situation-cards-item{background-color:#f1f4f9}.dark-theme .contractual-situation-cards-item-icon{color:#cfdef8}.dark-theme .contractual-situation-cards-item.selected{border:1px solid #5D78FB}.dark-theme .contractual-situation-cards-item.selected .contractual-situation-cards-item-icon{color:#5d78fb}.dark-theme .task-target-details-followup .history-container{color:inherit}.dark-theme .task-target-details-followup .history-container .history-values{border-left-color:#f4f6fc}.dark-theme .task-target-details-followup .history-container .history-values-content{background-color:#f4f6fc;border-color:#d8d8d8}.dark-theme .onboarding-table-title{color:inherit}.dark-theme .onboarding-table-container{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.dark-theme .row-disabled{color:#707070}.dark-theme .diffusion-status--validated,.dark-theme .diffusion-status--signed{color:#e8fff3;background-color:#51cd89}.dark-theme .diffusion-status--declined,.dark-theme .diffusion-status--partially_pending,.dark-theme .diffusion-status--mixed{color:#fff8dd;background-color:#ffc700}.dark-theme .diffusion-status--pending,.dark-theme .diffusion-status--to_check{color:#fff5f8;background-color:#f1416c}.dark-theme .onboarding-diffusion-form .user-tag,.dark-theme .onboarding-diffusion-form .document-tag{border:2px solid #ffca28;background:#303030}.dark-theme .onboarding-diffusion-form .user-tag .name,.dark-theme .onboarding-diffusion-form .document-tag .name{color:#536dfe}.dark-theme .onboarding-diffusion-form .user-tag .remove,.dark-theme .onboarding-diffusion-form .document-tag .remove{color:#536dfe;background:#303030}.dark-theme .onboarding-diffusion-form .readonly{color:#00000061}.dark-theme .mail-task-target-modal-content .mat-dialog-title{border-bottom-color:#707070}.dark-theme .mail-task-target-modal-content .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#303030}.dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .name{color:#536dfe}.dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#303030}.dark-theme .mail-task-target-modal-content .mat-dialog-content .search .search-label{color:#707070}.dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.dark-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.dark-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card{background-color:#333}.dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card .bubble-profile-fullname{color:#536dfe}.dark-theme .task-target-modal .mat-dialog-title{border-bottom-color:#707070}.dark-theme .task-target-modal .mat-dialog-title .selected-count{background:#536dfe;color:#fff}.dark-theme .task-target-modal .mat-dialog-content .search .search-label{color:#707070}.dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.dark-theme .task-target-modal .mat-dialog-content .selected-users .user{border:2px solid #ffca28;background:#303030}.dark-theme .task-target-modal .mat-dialog-content .selected-users .user .name{color:#536dfe}.dark-theme .task-target-modal .mat-dialog-content .selected-users .user .remove{color:#536dfe;background:#303030}.dark-theme .task-target-modal .mat-dialog-content .dot-indicator{background:#d52d28}.dark-theme .task-target-modal .mat-dialog-content .dot-indicator.available{background:#02a731}.dark-theme .task-target-modal .mat-dialog-content .users-card{background-color:#333}.dark-theme .task-target-modal .mat-dialog-content .users-card.user-selected{border:2px solid #ffca28}.dark-theme .task-target-modal .mat-dialog-content .users-card .bubble-profile-fullname{color:#536dfe}.dark-theme .drawer-container .drawer-title{color:#a7a9ab}.dark-theme .drawer-container .users-list-container .users-card{background-color:#333}.dark-theme .drawer-container .users-list-container .users-card .user-name{color:#536dfe}.dark-theme .drawer-container .users-list-container .users-card .user-badge{background-color:#d8d8d8}.dark-theme .training-courses-followup-header .habilitation{color:#e8fff3;background-color:#51cd89}.dark-theme .training-courses-followup-header .habilitation.invalid{color:#fff5f8;background-color:#f1416c}.dark-theme .training-courses-followup-header .habilitation.expiring{color:#fff5f8;background-color:#ffc700}.dark-theme .demands-needs-container .demands-needs-header-title{color:inherit}.dark-theme .demands-needs-container .demands-needs-response{color:#fff5f8;background-color:#f1416c}.dark-theme .demands-needs-container .demands-needs-response--yes{color:#e8fff3;background-color:#51cd89}.dark-theme .demands-needs-container .demands-needs-status{color:#fff8dd;background-color:#ffc700}.dark-theme .demands-needs-container .demands-needs-status--approved{color:#e8fff3;background-color:#51cd89}.dark-theme .demands-needs-container .demands-needs-status--rejected,.dark-theme .demands-needs-container .demands-needs-status--pending{color:#fff5f8;background-color:#f1416c}.dark-theme .registrations-container .registrations-header-title{color:inherit}.dark-theme .registrations-container .registrations-status{color:#fff8dd;background-color:#ffc700}.dark-theme .registrations-container .registrations-status--registered,.dark-theme .registrations-container .registrations-status--realised,.dark-theme .registrations-container .registrations-status--validated,.dark-theme .registrations-container .registrations-status--approved{color:#e8fff3;background-color:#51cd89}.dark-theme .registrations-container .registrations-status--canceled,.dark-theme .registrations-container .registrations-status--rejected{color:#fff5f8;background-color:#f1416c}.dark-theme .registrations-container .habilitation-status{color:#e8fff3}.dark-theme .registrations-container .habilitation-status .mat-badge-content{color:#fff}.dark-theme .registrations-container .habilitation-status.invalid,.dark-theme .registrations-container .habilitation-status.expiring{color:#fff5f8}.dark-theme .history-container .history-header-title{color:inherit}.dark-theme .history-container .history-check{color:#51cd89}.dark-theme .history-container .history-uncheck{color:#f1416c}.dark-theme .history-details-container{background:#303030}.dark-theme .history-details-container .doc{color:#5c6bc0}.dark-theme .training-collection-container .training-course-wrapper.selected .training-course{border:solid 2px #ffca28}.dark-theme .training-collection-container .training-collection-content .training-collection-header,.dark-theme .training-collection-list-container .training-collection-list-content .training-collection-list-header{border-bottom-color:#d8d8d8}.dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection.add .collection-image,.dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .first-image,.dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .row-image div,.dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image.empty{background:#424242}.dark-theme .whitelist-container .whitelist-content .whitelist-header{border-bottom-color:#d8d8d8}.dark-theme .whitelist-container .whitelist-list .whitelist-mails{border-color:#d8d8d8}.dark-theme .whitelist-container .whitelist-list .whitelist-mails .mat-chip{background-color:#536dfe;color:#fff}.dark-theme .whitelist-container .whitelist-list .whitelist-mails .no-mails{width:100%;padding-top:10px;text-align:center}.dark-theme .curriculum-card{background:#424242;box-shadow:0 3px 6px #00000029}.dark-theme .curriculum-card .description{color:#fff}.dark-theme .curriculum-resume-section{background:#212121}.dark-theme .curriculum-resume-section .curriculum-resume{background:#424242;box-shadow:0 1px 10px #00000029}.dark-theme .curriculum-resume-section .curriculum-resume .description{color:#fff}.dark-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid white}@media screen and (max-width: 768px){.dark-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid transparent}}.dark-theme .session-list-item .session-remaining-seats{color:#536dfe;border-color:#536dfe}.dark-theme .training-detail .habilitation-by-course .count-collaborators{background:#ffca28;color:#424242}.dark-theme .training-detail .habilitation-by-course .success-rate-value{color:#769cff}.dark-theme .training-detail .detail-video-desc{background:#424242}.dark-theme .training-detail .course-video{background:transparent}.dark-theme .training-detail .course-properties{border-top:solid .5px rgba(255,255,255,.12);border-bottom:solid .5px rgba(255,255,255,.12)}.dark-theme .training-detail .course-properties .property{border-left:solid .5px white}.dark-theme .training-detail .course-seat-count{background:white;color:#000000de}.dark-theme .training-detail .course-apply .detail-button{color:#000000de}.dark-theme .training-detail .course-apply .detail-button.applied{color:#000000de;background:white}.dark-theme .training-detail .desc-obj,.dark-theme .training-detail .desc-profile,.dark-theme .training-detail .obj-value,.dark-theme .training-detail .profile-value{border-left:solid 3px #ffca28}.dark-theme .training-detail .required-course:hover{color:#ffca28}.dark-theme .training-detail .required-course:active{color:#536dfe}.dark-theme .training-detail .mat-dialog-container{background:#303030}.dark-theme .training-detail .mat-dialog-container .mat-tab-list{background-color:transparent}.dark-theme .training-detail .mat-dialog-container .mat-tab-label{border:1px solid transparent;background-color:#fff}.dark-theme .training-detail .mat-dialog-container .mat-tab-label-active{background-color:#ffca28!important;color:#fff;opacity:1}.dark-theme .training-detail .mat-dialog-container .dialog-button{color:#000000de}.dark-theme .training-detail .mat-dialog-container .mat-slide-toggle-bar,.dark-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ffca28}.dark-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f2f2f2}.dark-theme .fiche-cours-template{padding-left:15px}.dark-theme .fiche-cours-template .template-properties-title{color:#ffca28}.dark-theme .fiche-cours-template .template-properties-value{color:#536dfe}.dark-theme .fiche-cours-template .template-properties-value span{color:#000}.dark-theme .fiche-cours-template .template-course-desc{background-color:#ffca28;color:#fff}.dark-theme .fiche-cours-template .template-course-title{color:#536dfe}.dark-theme .template-course-main-title{color:#000}.dark-theme .fiche-cours{color:gray}.dark-theme .line{color:#536dfe}.dark-theme .dot{background-color:#536dfe}.dark-theme .training-course .course-actions{border-top:solid 1px rgba(255,255,255,.12)}.dark-theme .training-course .course-actions .favorite-icon{color:#536dfe}.dark-theme .training-course .course-actions .basket-icon{color:#ffca28}.dark-theme .training-course .course-action.mat-flat-button{color:#000000de}.dark-theme .training-course .course-banner{background:#536dfe}.dark-theme .training-course .course-views{background:#303030}.dark-theme .training-course .course-rates{background:#536dfe;color:#fff}.dark-theme .training-course .review-stars{color:#b0bac9}.dark-theme .training-course .review-stars .fill-star{color:#fbc944}.dark-theme .training-course .review-stars .training-rate{color:#fff;background:#536dfe}.dark-theme .training-results .training-course-wrapper.selected .training-course{border:solid 2px #ffca28}.dark-theme .training-results .see-more button{color:#000000de}.dark-theme .provisional-course-card-container{box-shadow:0 3px 6px #00000017;background-color:#424242}.dark-theme .provisional-course-card-container.selected{border:2px solid #ffca28}.dark-theme .provisional-course-card-container.grey{background-color:#d7d7d7}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-year{color:inherit}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-icon{color:#fff;background-color:#536dfe}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-label{color:inherit}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-participant .provisional-course-participant-count{background-color:#ffca28;color:#fff}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-label{color:#707070}.dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-data{color:#fff}.dark-theme .provisional-course-dialog-container .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.dark-theme .provisional-course-dialog-container .search-box .mat-form-field-label,.dark-theme .provisional-course-dialog-container .search-box .add-button{color:#fff}.dark-theme .provisional-course-dialog-container .current-provisional-course{background:#424242;box-shadow:0 3px 6px #00000017}.dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-year{background:#424242;color:inherit}.dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-icon{color:#fff;background-color:#536dfe}.dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-label{color:inherit}.dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-label{color:#707070}.dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-data{color:#fff}.dark-theme .provisional-course-dialog-container .add-provisional-course-icon{color:#fff;background-color:#707070}.dark-theme .training-search{background:#303030}.dark-theme .training-search .success-rate-value{color:#769cff}.dark-theme .training-search .headband-habilitation{background:#424242}.dark-theme .training-search .headband-habilitation .headband-content-icon .mat-icon{color:#769cff}.dark-theme .training-search .curriculum-validation{background:#212121;box-shadow:0 3px 6px #000000de}.dark-theme .training-search .curriculum-validation button{color:#fff!important}.dark-theme .training-search .habilitation-list.darker{background:#616161}.dark-theme .training-search .habilitation-list.curriculum{background:transparent}.dark-theme .training-search .domain-list.darker{background:#616161}.dark-theme .training-search .domain-item .card-title{color:#fff}.dark-theme .training-search .domain-item .mat-card{border:solid 1px transparent}.dark-theme .training-search .domain-item .mat-card:hover{border:solid 1px #ffca28}.dark-theme .training-search .selection-item.mat-chip-selected.mat-primary,.dark-theme .training-search .card-badge .mat-badge-content{color:#000000de}.dark-theme .training-search .search-button,.dark-theme .plan-arbitration-container{background-color:#303030}.dark-theme .plan-arbitration-container .state.to_transform{background-color:#e1e9ff;color:#000000de}.dark-theme .plan-arbitration-container .state.validated,.dark-theme .plan-arbitration-container .state.registered,.dark-theme .plan-arbitration-container .state.realised,.dark-theme .plan-arbitration-container .state.closed{background-color:#87bf00;color:#000000de}.dark-theme .plan-arbitration-container .state.refused{background-color:#f64e60;color:#000000de}.dark-theme .plan-arbitration-container .state.application{background-color:#63809e;color:#000000de}.dark-theme .plan-arbitration-container .state.transformed_to_pi{background-color:#1bc5bd;color:#000000de}.dark-theme .plan-arbitration-container .state.in_progress,.dark-theme .plan-arbitration-container .state.pending{background-color:#ffca28;color:#000000de}.dark-theme .plan-arbitration-container .point-default{background:#c9d0db 0% 0% no-repeat padding-box}.dark-theme .plan-arbitration-container .validated-ratio,.dark-theme .plan-arbitration-container .point-approved{background:#87bf00 0% 0% no-repeat padding-box}.dark-theme .plan-arbitration-container .waiting-ratio,.dark-theme .plan-arbitration-container .point-waiting{background:#FFB300 0% 0% no-repeat padding-box}.dark-theme .plan-arbitration-container .rejected-ratio,.dark-theme .plan-arbitration-container .point-rejected{background:#f64e60 0% 0% no-repeat padding-box}.dark-theme .plan-arbitration-container .valid-th{border-color:#536dfe;color:#fff}.dark-theme .plan-arbitration-container .details-sync{box-shadow:0 3px 3px #00000012;background:#303030;border-bottom:4px solid #536dfe}.dark-theme .plan-arbitration-container .details-sync .sync{color:#fff}.dark-theme .plan-arbitration-container .details-sync .warning{color:#ffca28}.dark-theme .plan-arbitration-container .details-sync .done{color:#87bf00}.dark-theme .plan-arbitration-container .validator-details{box-shadow:0 3px 3px #00000012;background:#303030;border-bottom:4px solid #536dfe}.dark-theme .plan-arbitration-container .validator-details .validator-tri{background-color:#f4f6fc;color:#707070}.dark-theme .plan-arbitration-container .validator-details .date-validation-title{color:#fff}.dark-theme .plan-arbitration-container .validator-details .warning-css{color:#ffca28}.dark-theme .plan-arbitration-container .validator-details .green{background:#87bf00;color:#fff}.dark-theme .plan-arbitration-container .validator-details .red{background:#f64e60;color:#fff}.dark-theme .plan-arbitration-container .right-in:after{border-left:20px solid #303030}.dark-theme .plan-arbitration-container .actions{background-color:#424242}.dark-theme .plan-arbitration-container .mat-table .mat-header-row{background-color:#707070}.dark-theme .plan-arbitration-container .mat-table .mat-header-cell{color:#fff;border-bottom-color:#7b7b7b}.dark-theme .plan-arbitration-container .mat-table .mat-sort-header-arrow{color:#536dfe}.dark-theme .plan-arbitration-container .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.dark-theme .plan-arbitration-container .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .plan-arbitration-container .mat-table .trigger-cost-menu .mat-icon{color:#fff}.dark-theme .plan-arbitration-container .mat-table .bold{color:inherit}.dark-theme .plan-arbitration-container .mat-table .serial-number{color:#a7a9ab}.dark-theme .plan-arbitration-container .mat-table .alert-icon-details{background-color:#303030;border-bottom:4px solid #536dfe;color:#fff}.dark-theme .plan-arbitration-container .mat-table .sync-button{color:#00000042}.dark-theme .plan-arbitration-container .mat-table .sync-button:disabled{color:#ffffff4d}.dark-theme .plan-arbitration-container .mat-table .synced,.dark-theme .plan-arbitration-container .mat-table .synced:disabled{color:#fff}.dark-theme .plan-arbitration-container .mat-table .total-value,.dark-theme .plan-arbitration-container .mat-table .total-value-footer{color:#fff}.dark-theme .plan-arbitration-container .mat-table .total-label{background-color:#707070}.dark-theme .plan-arbitration-container .mat-table .icon-delete path{stroke:#fff}.dark-theme .mat-tooltip-class{background-color:#303030;color:#fff}.dark-theme #titleMenuActionsArbitration,.dark-theme #titleCostMenuArbitration{color:#fff}.dark-theme #btn-validation-menu,.dark-theme .btn-validation-menu{background-color:transparent;color:#ffca28}.dark-theme #btn-delete-menu,.dark-theme .btn-delete-menu{background-color:transparent;color:#f1f4f8}.dark-theme .footer-validation-menu,.dark-theme .checkbox-validation,.dark-theme #titre-validation-menu,.dark-theme .titre-validation-menu{color:#fff}.dark-theme .div-validation:hover,.dark-theme #btn-validation-menu:hover,.dark-theme #btn-delete-menu:hover,.dark-theme .btn-validation-menu:hover,.dark-theme .btn-delete-menu:hover{background-color:#00000042}.dark-theme .graphs-container .box-icon .mat-icon-button{color:#fff;background:#ffca28}.dark-theme .training-demands .validation-container{color:#575962}.dark-theme .training-demands .validation-container button{color:#fff}.dark-theme .training-demands .unchecked-step{color:#d8d8d8}.dark-theme .training-demands .title,.dark-theme .training-demands .title-section-registration{color:inherit}.dark-theme .training-demands .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.dark-theme .training-demands .options-container .option-badge.selected,.dark-theme .training-demands .options-container.selected{border:2px solid #ffca28}.dark-theme .training-demands textarea{color:inherit}.dark-theme .training-demands .valid-quantity-button.mat-flat-button{color:#000000de}.dark-theme .training-demands .classifQuantityTotal{border:2px solid #ffca28}.dark-theme .training-demands .users-list .users-card{background-color:#333}.dark-theme .training-demands .users-list .users-card.user-selected{border:2px solid #ffca28}.dark-theme .training-demands .users-list .users-card .user{color:#536dfe}.dark-theme .training-demands .users-list .users-card .registration-status{background:#536dfe;color:#fff}.dark-theme .training-demands .users-list .users-card .user-badge{background-color:#d8d8d8}.dark-theme .registration-side .registration-processed{color:#536dfe;font-weight:700}.dark-theme .registration-side .validation-container{color:#575962}.dark-theme .registration-side .validation-container button{color:#fff}.dark-theme .registration-side .title,.dark-theme .registration-side .title-section-registration{color:inherit}.dark-theme .registration-side .answers-container{margin-top:20px}.dark-theme .registration-side .search .search-label{color:#707070}.dark-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.dark-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.dark-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.dark-theme .registration-side .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.dark-theme .registration-side .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.dark-theme .registration-side .count-collaborators{background:#536dfe;color:#fff}.dark-theme .training-needs-container .progress-container{background-color:#424242}.dark-theme .training-needs-container .progress-container .registration-title,.dark-theme .training-needs-container .progress-container .checkbox-conscent{color:inherit}.dark-theme .training-needs-container .progress-container .circle-progress circle{stroke:#ffecb3}.dark-theme .training-needs-container .progress-container .circle-progress path{stroke:#ffca28}.dark-theme .training-needs-container .progress-container .circle-progress tspan{fill:#a7a9ab}.dark-theme .registration-container .title{color:inherit}.dark-theme .registration-container .registration-processed{color:#536dfe;font-weight:700}.dark-theme .registration-container .title-section-registration{color:inherit}.dark-theme .registration-container .title-section-registration .unchecked-step{color:#d8d8d8}.dark-theme .registration-container .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.dark-theme .registration-container .options-container .option-badge.selected{border:2px solid #ffca28}.dark-theme .registration-container .options-container .mat-form-field-flex{background:#f3f6f9 0% 0% no-repeat padding-box;border:1px solid #e0e7ff}.dark-theme .registration-container .options-container .date-card{border:2px solid #9e9e9e;color:#9e9e9e}.dark-theme .registration-container .options-container .date-card.selected{border:2px solid #ffca28}.dark-theme .registration-container .options-container .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .registration-container .options-container textarea{color:#575962}.dark-theme .registration-container .mat-card-details{color:#9e9e9e}.dark-theme .registration-container .group-list .group-card{border:1px solid #d8d8d8}.dark-theme .registration-container .group-list .group-card.group-selected{border:2px solid #ffca28}.dark-theme .registration-container .validation-container{color:#575962}.dark-theme .registration-container .validation-container button{color:#fff}.dark-theme .registration-container .search .search-label{color:#707070}.dark-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.dark-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.dark-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.dark-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.dark-theme .registration-container .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.dark-theme .registration-container .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.dark-theme .registration-container .users-list .users-card{background-color:#333}.dark-theme .registration-container .users-list .users-card.user-selected{border:2px solid #ffca28}.dark-theme .registration-container .users-list .users-card .user{color:#536dfe}.dark-theme .registration-container .users-list .users-card .registration-status{background:#536dfe;color:#fff}.dark-theme .registration-container .users-list .users-card .user-badge{background-color:#d8d8d8}.dark-theme .registration-container .count-collaborators{background:#536dfe;color:#fff}.dark-theme .registration-container .count-collaborators.full-session{background:#e6851d}.dark-theme .registration-container .count-collaborators-tags .count-collaborators-item-label{background:#424242}.dark-theme .registration-container .count-collaborators-tags.registered,.dark-theme .registration-container .count-collaborators-tags.registered .count-collaborators-item-label{color:#536dfe}.dark-theme .registration-container .selected-collaborators .collaborator{border:2px solid #ffca28;background:#303030}.dark-theme .registration-container .selected-collaborators .collaborator .name{color:#536dfe}.dark-theme .registration-container .selected-collaborators .collaborator .remove{color:#536dfe;background:#303030}.dark-theme .registration-container .mat-step-icon .mat-icon{color:#fff}.dark-theme .icon-organisme-session .st0{fill:#536dfe}.dark-theme .icon-organisme-session .st1{fill:#575962}.dark-theme .registration-container .registration-container-margin .side-information .selected-course{border:3px solid #ffca28}.dark-theme .registration-container .registration-container-margin .side-information .overlay-course{background-color:gray}.dark-theme .mat-step-icon .mat-icon{color:#fff}.dark-theme .you-message .message-text{color:#ffca28;border:1px solid #ffca28}.dark-theme .other-message .message-text{background:#ffca28;border:1px solid #ffca28}.dark-theme .label-chatbot,.dark-theme .wrapper .head-text{background:#ffca28}.dark-theme .habilitations-modal-content .habilitation-name-status{color:#e8fff3}.dark-theme .habilitations-modal-content .habilitation-name-status.invalid,.dark-theme .habilitations-modal-content .habilitation-name-status.expiring{color:#fff5f8}.dark-theme .habilitation-tainings-modal-content .valid{color:#e8fff3}.dark-theme .habilitation-tainings-modal-content .invalid{color:#fff5f8}.dark-theme .habilitation-tainings-modal-content .habilitation-name-status{color:#e8fff3}.dark-theme .habilitation-tainings-modal-content .habilitation-name-status.invalid,.dark-theme .habilitation-tainings-modal-content .habilitation-name-status.expiring{color:#fff5f8}.dark-theme .training-collection-modal-content .collection{border-color:#d8d8d8}.dark-theme .training-collection-modal-content .collection.selected{background:#536dfe;border-color:#536dfe;color:#fff}.dark-theme .training-plan-arbitration-details-content .details-title{color:inherit;border-bottom:1px solid #707070}.dark-theme .training-plan-arbitration-details-content .detail-recap{padding-top:10px;background:#424242}.dark-theme .training-plan-arbitration-details-content .details-row .details-label,.dark-theme .training-plan-arbitration-details-content .details-row .details-value,.dark-theme .training-plan-arbitration-details-content .details-row .details-value .mat-icon{color:inherit}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .sync-indicator{color:#fff6}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .synced{color:#fff}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .decision-badge{border-color:#536dfe}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .gray-point{background:#c9d0db}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .green-point{background:#87bf00}.dark-theme .training-plan-arbitration-details-content .details-row .details-value .red-point{background:#f64e60}.dark-theme .training-plan-arbitration-details-content .details-table{color:inherit}.dark-theme .training-plan-arbitration-details-content .details-table th,.dark-theme .training-plan-arbitration-details-content .details-table td{border-bottom:1px solid #707070}.dark-theme .training-plan-arbitration-details-content .details-table th{color:#fff9}.dark-theme .training-plan-arbitration-details-content .details-table .user-badge{background:#ffffff}.dark-theme .training-plan-arbitration-details-content .details-table .comment{color:#fff}.dark-theme .training-plan-arbitration-validation-container .validation-form{background:#424242}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-outer-circle{border-color:#87bf00}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-inner-circle{background-color:#87bf00}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked{color:#f64e60}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked{color:#ffb300}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-outer-circle{border-color:#ffb300}.dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-inner-circle{background-color:#ffb300}.dark-theme .training-plan-arbitration-validation-container .validation-form textarea{color:#fff}.dark-theme .training-plan-arbitration-validation-container .validation-list th.mat-header-cell{color:#a7a9ab}.dark-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell{color:inherit}.dark-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell.mat-column-comment{color:#fff}.dark-theme .training-plan-arbitration-validation-container .validation-list .validator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .training-plan-arbitration-validation-container .validation-list .status-header>div{border-color:#536dfe;color:#fff}.dark-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-approved{background:#87bf00 0% 0% no-repeat padding-box}.dark-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-rejected{background:#f64e60 0% 0% no-repeat padding-box}.dark-theme .training-plan-arbitration-validation-container .validation-list .motive{color:#fff}.dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked{color:#f64e60}.dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.dark-theme #menuMotivesValidation .mat-radio-label-content{color:#fff}.dark-theme .whitelist-modal-content .whitelist{border-color:#d8d8d8}.dark-theme .whitelist-modal-content .whitelist.selected{background:#536dfe;border-color:#536dfe;color:#fff}.dark-theme .whitelist-modal-content form .mat-chip{background-color:#536dfe;color:#fff}.dark-theme .whitelist-modal-content form .mat-chip .mat-chip-remove{color:#fff}.dark-theme .course-details-header{background-color:#424242}.dark-theme .course-general-information-container .info-label{color:#a7a9ab}.dark-theme .course-general-information-container .info-label .help-icon{color:#4384ef}.dark-theme .course-general-information-container .info-data{color:inherit}.dark-theme .course-details-container .course-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .courses-library-search-bar .baskets{background-color:#303030}.dark-theme .courses-library-search-bar .baskets.no-background{background-color:unset}.dark-theme .nine-box-container-full .boxes{color:#000000de;border-left:2px solid #d8d8d8;border-bottom:2px solid #d8d8d8}.dark-theme .nine-box-container-full .boxes .up,.dark-theme .nine-box-container-full .boxes .right{color:#d8d8d8}.dark-theme .nine-box-container-full .boxes .potential,.dark-theme .nine-box-container-full .boxes .perf{color:#707070}.dark-theme .nine-box-container-full .boxes .label-box{color:#fff}.dark-theme .nine-box-container-full .boxes .nine-box .box-header .score,.dark-theme .nine-box-container-full .boxes .nine-box .box-header .total{background:white}.dark-theme .nine-box-container-full .boxes .nine-box .box-header .label-box{color:#fff}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge,.dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge .stack-count{background:#ffffff}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge .label-box{color:#fff}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details{background:#424242;color:#536dfe;box-shadow:0 3px 3px #00000012;border-bottom:4px solid #536dfe}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .blue-point{background:#536dfe}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-status{background:#d8d8d8;color:#fff}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title,.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title .user-title-job{color:#fff}.dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .stack-users .user-title{border-top-color:#d8d8d8}.dark-theme .skill-matrix-container .skill-matrix-content .layout-options-container .skill-matrix-filter{border:2px solid}.dark-theme .skill-matrix-container .skill-matrix-content .score-badge,.dark-theme .skill-matrix-container .skill-matrix-content .score-indicator{background-color:#f4f6fc33}.dark-theme .skill-matrix-container .skill-matrix-content .score-badge.greater,.dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.greater{background-color:#90b91e;color:#fff}.dark-theme .skill-matrix-container .skill-matrix-content .score-badge.equal,.dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.equal{background-color:#039ddc;color:#fff}.dark-theme .skill-matrix-container .skill-matrix-content .score-badge.lower,.dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.lower{background-color:#ea0311;color:#fff}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail{background:#424242}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .user-name{border-bottom-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge{background-color:#f4f6fc33}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .score-container{border-bottom-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge-container{border-right-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header{border-bottom-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .user-name,.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .score-container{border-bottom:none}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .category-sections .category{border-right-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .category .section-open{background-color:#f4f6fc33}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user{background:#424242}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .red{background-color:#ea0311}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .green{background-color:#90b91e}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .blue{background-color:#039ddc}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .arrow,.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header{border-color:#f4f6fc4d}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile{background-color:#f4f6fc33}.dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile .user-details{box-shadow:0 3px 3px #00000012;background:#63809e 0% 0% no-repeat padding-box;color:#fff}.dark-theme .skill-matrix-container .skill-matrix-content .grid-container .mat-expansion-panel{border-bottom-color:#303030}.dark-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections,.dark-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections-user{border-color:#f4f6fc4d}.dark-theme .users-container{background:#303030}.dark-theme .users-container .blur-opacity{background-color:#000000de}.dark-theme .users-container .manage-users-content .manage-users-table{box-shadow:0 3px 6px #00000017}.dark-theme .users-container .manage-users-content .manage-users-table .actions{background-color:#424242}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table{color:#fff}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-row{background-color:#707070}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-cell{color:#fff;border-bottom-color:#7b7b7b}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-sort-header-arrow{color:#536dfe}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid #536dfe}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card .manager-name{color:#fff}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars{color:#b0bac9}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars .fill-star{color:#fbc944}.dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-count{color:#b0bac9}.dark-theme #titleMenuActionsUsers{color:#fff}.dark-theme .user-details-container .user-details-menu .menu-button{color:inherit}.dark-theme .user-details-container .user-details-menu .menu-button.selected{color:#536dfe;background:#303030;border-left:3px solid #536dfe}.dark-theme .user-details-container .user-details-menu .menu-sub-button{color:inherit}.dark-theme .user-details-container .user-details-menu .menu-sub-button .dot{background-color:#fff}.dark-theme .user-details-container .user-details-menu .menu-sub-button.selected{background:#303030;color:#536dfe}.dark-theme .user-details-container .user-details-menu .menu-sub-button.selected .dot{background:#536dfe}.dark-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.dark-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header-title{color:inherit}.dark-theme .user-details-container .user-details-header{background-color:#424242}.dark-theme .user-details-container .user-details-header .user-group{background:#536dfe;color:#fff}.dark-theme .user-details-container .user-details-header .user-badge{background-color:none}.dark-theme .user-details-container .user-details-header .user-name{color:inherit}.dark-theme .user-details-container .user-details-header .user-number{color:#b0bac9}.dark-theme .user-details-container .user-details-header .icons .icon{background:#536dfe;color:inherit}.dark-theme .user-general-information-container .info-label{color:#a7a9ab}.dark-theme .user-general-information-container .info-label .help-icon{color:#4384ef}.dark-theme .user-general-information-container .info-data{color:inherit}.dark-theme .user-general-information-container .cv{color:#3f51b5}.dark-theme .user-general-information-container .letter{color:#ffca28}.dark-theme .user-general-information-container .no-cv,.dark-theme .user-general-information-container .no-letter{color:#c7c7c8}.dark-theme .user-general-information-container .review-stars{color:#b0bac9}.dark-theme .user-general-information-container .review-stars .fill-star{color:#fbc944}.dark-theme .user-general-information-container .review-count{color:#a7a9ab}.dark-theme .user-general-information-container .status.pending{background-color:#ffca28;color:#000000de}.dark-theme .user-general-information-container .status.approved{background-color:#87bf00;color:#000000de}.dark-theme .user-general-information-container .status.canceled,.dark-theme .user-general-information-container .status.refused{background-color:#f64e60;color:#000000de}.dark-theme .doccreator-article-list .article-content,.dark-theme .doccreator-template-document-form .article-title,.dark-theme .doccreator-template-document-form .article-content{color:#000}.dark-theme .admin-structure-container .structure-search .mat-form-field-flex{background-color:#303030}.dark-theme .group-card-custom .notification{background-color:red;color:#fff}.dark-theme .group-card-custom .card-title{color:#fff}.dark-theme .file-viewer-container .close-button{color:#fff;background-color:#303030}.dark-theme .header-menu-page-container .header-menu-page-header:not(:empty){background-color:#424242;box-shadow:2px 2px 2px #0000000d}.dark-theme .header-menu-page-container .header-menu-page-header:not(:empty) .header-title{color:inherit}.dark-theme .header-menu-page-container .header-menu-page-menu,.dark-theme .header-menu-page-container .header-menu-page-sub-content{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.dark-theme .search-bar-container,.dark-theme .search-bar-container .search-bar-header{background-color:#303030}.dark-theme .search-bar-container .search-bar-header .title{color:#fff}.dark-theme .search-bar-container .search-bar-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.dark-theme .search-bar-container .search-bar-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.dark-theme .search-bar-container .search-bar-content .search-box .mat-form-field-label{color:#fff}.dark-theme .search-bar-container .search-bar-content .search-box .mat-divider{border-color:#fff}.dark-theme .search-bar-container .search-bar-content .search-box .mat-stroked-button:not([disabled]){border-color:#fff}.dark-theme .search-bar-container .search-bar-content .filter input:focus::placeholder{opacity:.5}.dark-theme .search-bar-container .search-bar-content .filter input:focus::-webkit-input-placeholder{opacity:.5}.dark-theme .search-bar-container .search-bar-content .filter input:focus:-moz-placeholder{opacity:.5}.dark-theme .search-bar-container .search-bar-content .filter input:focus::-moz-placeholder{opacity:.5}.dark-theme .search-bar-container .search-bar-content .filter input:focus:-ms-input-placeholder{opacity:.5}.dark-theme .search-bar-container .search-bar-content .pinned-filters .alert-icon-details{background-color:#303030;border-bottom:4px solid #536dfe;color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline{color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline ::placeholder,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline ::placeholder,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline ::placeholder{color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-select-placeholder,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-select-placeholder,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-select-placeholder,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#707070}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-checkbox .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-checkbox .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-checkbox .mat-checkbox-frame{border-color:#fff}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-label,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-input-element,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-select-value,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-inner,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-datepicker-toggle,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-content,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-separator,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .app-rangenumber-numbers{color:#ffca28}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-frame,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-start,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-gap,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-end{border-color:#ffca28}.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-background,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar,.dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb{background-color:#ffca28}.dark-theme .search-bar-container .search-bar-content .hidden-filters-value .pinned-search-label{color:#a7a9ab}.dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search{background:none;color:#d8d8d8;border:solid 1px #d8d8d8}.dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search:after{background:none}.dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search.selected{background:#333333;border-color:#536dfe;color:#536dfe}.dark-theme .search-bar-container .search-bar-content .hidden-filters-value .mat-divider{border-color:#fff}.dark-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name{background-color:#303030;color:#fff}.dark-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name.selected{box-shadow:2px -2px 2px #0000000d;background-color:#424242;color:#536dfe;border-bottom:2px solid #536dfe}.dark-theme .search-bar-container .search-bar-content .button-box{color:#fff}.dark-theme .search-bar-container .search-bar-content .reset-forms.on-blur{color:inherit}.dark-theme .search-bar-container.edit-mode{background:none}.dark-theme input.mat-select-filter{background-color:#424242;color:#fff}.dark-theme .text-editor-textarea-container .style-toggles{border:1px solid #707070;border-bottom:none}.dark-theme .text-editor-textarea-container .mat-slide-toggle .mat-slide-toggle-content{color:#a7a9ab}.dark-theme .text-editor-textarea-container .fake-textarea,.dark-theme .text-editor-textarea-container .textarea{border:1px solid #707070}.dark-theme .text-editor-textarea-container .fake-textarea:active,.dark-theme .text-editor-textarea-container .fake-textarea.active,.dark-theme .text-editor-textarea-container .textarea:active,.dark-theme .text-editor-textarea-container .textarea.active{border:1px solid #d8d8d8}.dark-theme .text-editor-textarea-container .fake-textarea:focus,.dark-theme .text-editor-textarea-container .textarea:focus{outline:none;border:1px solid #d8d8d8}.dark-theme .text-editor-textarea-container .fake-textarea{color:#000}.dark-theme .mat-menu-panel.add-link-mat-menu,.dark-theme .mat-menu-panel.add-photo-menu{color:#fff}.dark-theme .hint{color:#e6851d}.dark-theme .yes-no-question .infos{border:1px solid #536dfe}.dark-theme .yes-no-question .infos .info-content{color:#fff}.dark-theme .yes-no-question .infos .info-subcontent{color:#a7a9ab}.dark-theme .export-template-modal-content .export-template-modal-title{color:inherit}.dark-theme .export-template-modal-content .available-templates{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .export-template-modal-content .available-templates .available-templates-title{color:inherit}.dark-theme .export-template-modal-content .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .export-template-modal-content .available-templates .template-item.selected{background:#303030;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.dark-theme .export-template-modal-content .available-templates .template-item .mat-icon{color:#fff}.dark-theme .export-template-modal-content .available-templates .template-add{background:#707070;color:#a7a9ab}.dark-theme .export-template-modal-content .available-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .export-template-modal-content .available-columns .available-columns-title{color:inherit}.dark-theme .export-template-modal-content .current-template-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .export-template-modal-content .current-template-columns .current-template-columns-title{color:inherit}.dark-theme .export-template-modal-content .drop-list .drag-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .export-template-modal-content .drop-list .drag-item .remove{color:#fff}.dark-theme .export-template-modal-content .drop-list .drag-item-placeholder,.dark-theme .drag-item-preview{color:#a7a9ab;border:1px solid #707070}.dark-theme .screen-toggle{background-color:#424242}.dark-theme button.active{color:#ffca28}.dark-theme .number-plus-minus{background-color:#ddd}.dark-theme .number-plus-minus input,.dark-theme .number-plus-minus .plus:after,.dark-theme .number-plus-minus .minus:after,.dark-theme .number-plus-minus .plus:before{color:#fff;background:#303030}.dark-theme .number-plus-minus input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.dark-theme .number-plus-minus .plus,.dark-theme .number-plus-minus .minus{background-color:#536dfe}.dark-theme .number-plus-minus .plus:disabled,.dark-theme .number-plus-minus .minus:disabled{background:#a7a9ab}.dark-theme .menu-custom-card .content-card .content-card-title{background:#424242}.dark-theme .menu-custom-card .content-card .content-card-subtitle{color:#fff;background:rgba(66,66,66,.7)}.dark-theme .page-header-container .page-header-background{background-color:#303030}.dark-theme .page-header-container .page-header-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.dark-theme .bubble-profile-badge .grey-1{background-color:#f4f6fc}.dark-theme .bubble-profile-badge .grey-2{background-color:#d8d8d8}.dark-theme .bubble-profile-list .stack-count{border:1px solid;background:#424242;border-color:#536dfe}.dark-theme .bubble-profile-list .bubble-profile-content{border:1px solid;border-color:#b0bac9}.dark-theme .bubble-profile-list-details{background-color:#333;border:1px solid #333333;border-bottom:4px solid #536dfe}.dark-theme .bubble-profile-list-details .user-name{color:#fff}.dark-theme .user-header .label,.dark-theme .user-header .value,.dark-theme .user-header .user-name{color:inherit}.dark-theme .user-header .sub-label{color:#a7a9ab}.dark-theme .user-header .indicators-container{border-color:#b0bac9}.dark-theme .user-header .indicator{border-right-color:#b0bac9}.dark-theme .app-color-picker .input-color{border-color:#b0bac9;color:#b0bac9}.dark-theme .app-rate-stars .star{color:#b0bac9}.dark-theme .app-rate-stars .fill-star{color:#fbc944}.dark-theme .app-rate-stars .disabled{color:#b0bac9;opacity:.38}.dark-theme .percent-completion-label{color:#a7a9ab}.dark-theme .percent-completion-bar{background:#fbfbfb}.dark-theme .percent-completion-bar-fill--info{background-color:#4384ef}.dark-theme .percent-completion-bar-fill--NOT_REACHED{background-color:#f64e60}.dark-theme .percent-completion-bar-fill--ALMOST_REACHED{background-color:#ffb300}.dark-theme .percent-completion-bar-fill--REACHED{background-color:#87bf00}.dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip{background:none}.dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip:after{background:none}.dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip .label{background:#424242}.dark-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip{color:#ffca28;border-color:#ffca28}.dark-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip .mat-chip-remove{color:#ffca28;opacity:1}.dark-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip{color:#536dfe;border-color:#536dfe}.dark-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip .mat-chip-remove{color:#536dfe;opacity:1}.dark-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip{color:#a7a9ab;border-color:#a7a9ab}.dark-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip .mat-chip-remove{color:#a7a9ab;opacity:1}.dark-theme .detail-container .separator{border-color:#d8d8d8}.dark-theme .cdk-overlay-pane .image-format-menu .mat-menu-item.selected{color:#536dfe;background:#303030;border-left:3px solid #536dfe}.dark-theme .field-detail-text,.dark-theme .field-detail .document-typology-name{color:#b0b6b9}.dark-theme .field-detail-title,.dark-theme .field-detail-label{color:#fff}.dark-theme .field-detail-content.background{background:#E1E9FF;color:#63809e}.dark-theme .field-detail-content.background .field-detail-text{color:#63809e}.dark-theme .field-detail .field-detail-image img,.dark-theme .field-detail .field-detail-video .video-player{box-shadow:0 2px 20px #7772be29}.dark-theme .grid-export-template-menu-title,.dark-theme .grid-export-template-menu-search-field{color:#fff}.dark-theme .grid-export-template-menu-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .grid-export-template-menu-action{color:#fff}.dark-theme .grid-export-template-modal-title{color:inherit}.dark-theme .grid-export-template-modal-title .mat-icon{color:#fff}.dark-theme .grid-export-template-modal .available-templates{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .grid-export-template-modal .available-templates .available-templates-title{color:inherit}.dark-theme .grid-export-template-modal .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .grid-export-template-modal .available-templates .template-item.selected{background:#303030;color:#536dfe;border:none;border-left:3px solid #536dfe;border-radius:0 4px 4px 0}.dark-theme .grid-export-template-modal .available-templates .template-item .mat-icon{color:#fff}.dark-theme .grid-export-template-modal .available-templates .template-add{background:#707070;color:#a7a9ab}.dark-theme .grid-export-template-modal .available-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .grid-export-template-modal .available-columns .available-columns-title{color:inherit}.dark-theme .grid-export-template-modal .current-template-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.dark-theme .grid-export-template-modal .current-template-columns .current-template-columns-title{color:inherit}.dark-theme .grid-export-template-modal .drop-list .drag-item{color:#a7a9ab;border:1px solid #707070}.dark-theme .grid-export-template-modal .drop-list .drag-item .remove{color:#fff}.dark-theme .grid-export-template-modal .drop-list .drag-item-placeholder,.dark-theme .drag-item-preview{color:#a7a9ab;border:1px solid #707070}.dark-theme .tooltip-html-container{background:#424242;box-shadow:2px 2px 2px #0000000d;color:#000;border-color:#fff}.dark-theme .app-message--warning{background-color:#f1f4f8;border-color:#5d78fb;color:#5d78fb}.dark-theme .app-message .content{width:-moz-fit-content;width:fit-content}.dark-theme .drop-list-empty{background-color:#f7f9fb}.dark-theme .drop-list-empty-message{color:#b4bfcb}.dark-theme button.mat-flat-button.secondary-button,.dark-theme button.mat-icon-button.secondary-button,.dark-theme div.secondary-button{background:#424242;color:#fff;box-shadow:0 3px 6px #00000029}.dark-theme .pinned{border-radius:45px;color:#536dfe;box-shadow:0 3px 6px #536dfe}.dark-theme .navigate-button{color:#5d78fb}.dark-theme .navigate-button .mat-icon{background:#E1E9FF}.dark-theme .general-singular-icon .mat-icon-button{background:none}.dark-theme .general-singular-icon--mat-icon-bg-button .mat-icon-button,.dark-theme .general-singular-icon--mat-icon-bg-round-button .mat-icon-button{background:#E1E9FF;color:#5d78fb}.dark-theme .general-singular-icon--mat-icon-bg-button .primary.mat-icon-button,.dark-theme .general-singular-icon--mat-icon-bg-round-button .primary.mat-icon-button{background:#ffca28;color:#fff;box-shadow:0 3px 6px #00000029}.dark-theme .general-singular-icon--mat-icon-bg-button .secondary.mat-icon-button,.dark-theme .general-singular-icon--mat-icon-bg-round-button .secondary.mat-icon-button{background:#424242;color:#fff;box-shadow:0 3px 6px #00000029}.dark-theme .general-table-content .mat-icon{color:inherit}.dark-theme .general-table-content .general-table-menu-title{color:#fff}.dark-theme .save-search{width:90%;margin:auto}.dark-theme .save-search .save-search-list .button-pin.pinned{border-color:#536dfe;color:#536dfe}.dark-theme .save-search .filter-item{background:none;color:#ffca28;border:solid 1px #ffca28}.dark-theme .save-search .filter-item .filter-item-label{background:#424242}.dark-theme .info-label{color:#a7a9ab}.dark-theme .info-data{color:inherit}.custom-theme .mat-ripple-element{background-color:#0000001a}.custom-theme .mat-option{color:#63809e}.custom-theme .mat-option:hover:not(.mat-option-disabled),.custom-theme .mat-option:focus:not(.mat-option-disabled){background:#f1f4f8}.custom-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:#f1f4f8}.custom-theme .mat-option.mat-active{background:#f1f4f8;color:#63809e}.custom-theme .mat-option.mat-option-disabled{color:#00000061}.custom-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:var(--theme-primary-500)}.custom-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:var(--theme-secondary-300)}.custom-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.custom-theme .mat-optgroup-label{color:#2e384d}.custom-theme .mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.custom-theme .mat-pseudo-checkbox{color:#2e384d}.custom-theme .mat-pseudo-checkbox:after{color:#fbfbfb}.custom-theme .mat-pseudo-checkbox-disabled{color:#b0b0b0}.custom-theme .mat-primary .mat-pseudo-checkbox-checked,.custom-theme .mat-primary .mat-pseudo-checkbox-indeterminate{background:var(--theme-primary-500)}.custom-theme .mat-pseudo-checkbox-checked,.custom-theme .mat-pseudo-checkbox-indeterminate,.custom-theme .mat-accent .mat-pseudo-checkbox-checked,.custom-theme .mat-accent .mat-pseudo-checkbox-indeterminate{background:var(--theme-secondary-300)}.custom-theme .mat-warn .mat-pseudo-checkbox-checked,.custom-theme .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.custom-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.custom-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.custom-theme .mat-app-background,.custom-theme.mat-app-background{background-color:#fbfbfb;color:#63809e}.custom-theme .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-theme .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.custom-theme .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-theme .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.custom-theme .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-theme .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.custom-theme .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-theme .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.custom-theme .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.custom-theme .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.custom-theme .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.custom-theme .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.custom-theme .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.custom-theme .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.custom-theme .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.custom-theme .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.custom-theme .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.custom-theme .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.custom-theme .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.custom-theme .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.custom-theme .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.custom-theme .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.custom-theme .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.custom-theme .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.custom-theme .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.custom-theme .mat-autocomplete-panel{background:white;color:#63809e}.custom-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.custom-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#63809e}.custom-theme .mat-badge{position:relative}.custom-theme .mat-badge.mat-badge{overflow:visible}.custom-theme .mat-badge-hidden .mat-badge-content{display:none}.custom-theme .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.custom-theme .ng-animate-disabled .mat-badge-content,.custom-theme .mat-badge-content._mat-animation-noopable{transition:none}.custom-theme .mat-badge-content.mat-badge-active{transform:none}.custom-theme .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.custom-theme .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.custom-theme .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.custom-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .custom-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.custom-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .custom-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.custom-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .custom-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.custom-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .custom-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.custom-theme .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.custom-theme .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.custom-theme .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.custom-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .custom-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.custom-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .custom-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.custom-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .custom-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.custom-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .custom-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.custom-theme .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.custom-theme .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.custom-theme .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.custom-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .custom-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.custom-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .custom-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.custom-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .custom-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.custom-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .custom-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.custom-theme .mat-badge-content{color:var(--theme-primary-contrast-500);background:var(--theme-primary-500)}.cdk-high-contrast-active .custom-theme .mat-badge-content{outline:solid 1px;border-radius:0}.custom-theme .mat-badge-accent .mat-badge-content{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.custom-theme .mat-badge-disabled .mat-badge-content{background:#bababa;color:#00000061}.custom-theme .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#63809e}.custom-theme .mat-button,.custom-theme .mat-icon-button,.custom-theme .mat-stroked-button{color:inherit;background:transparent}.custom-theme .mat-button.mat-primary,.custom-theme .mat-icon-button.mat-primary,.custom-theme .mat-stroked-button.mat-primary{color:var(--theme-primary-500)}.custom-theme .mat-button.mat-accent,.custom-theme .mat-icon-button.mat-accent,.custom-theme .mat-stroked-button.mat-accent{color:var(--theme-secondary-300)}.custom-theme .mat-button.mat-warn,.custom-theme .mat-icon-button.mat-warn,.custom-theme .mat-stroked-button.mat-warn{color:#f44336}.custom-theme .mat-button.mat-primary.mat-button-disabled,.custom-theme .mat-button.mat-accent.mat-button-disabled,.custom-theme .mat-button.mat-warn.mat-button-disabled,.custom-theme .mat-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-icon-button.mat-primary.mat-button-disabled,.custom-theme .mat-icon-button.mat-accent.mat-button-disabled,.custom-theme .mat-icon-button.mat-warn.mat-button-disabled,.custom-theme .mat-icon-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-stroked-button.mat-primary.mat-button-disabled,.custom-theme .mat-stroked-button.mat-accent.mat-button-disabled,.custom-theme .mat-stroked-button.mat-warn.mat-button-disabled,.custom-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.custom-theme .mat-button.mat-primary .mat-button-focus-overlay,.custom-theme .mat-icon-button.mat-primary .mat-button-focus-overlay,.custom-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:var(--theme-primary-500)}.custom-theme .mat-button.mat-accent .mat-button-focus-overlay,.custom-theme .mat-icon-button.mat-accent .mat-button-focus-overlay,.custom-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:var(--theme-secondary-300)}.custom-theme .mat-button.mat-warn .mat-button-focus-overlay,.custom-theme .mat-icon-button.mat-warn .mat-button-focus-overlay,.custom-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.custom-theme .mat-button.mat-button-disabled .mat-button-focus-overlay,.custom-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.custom-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.custom-theme .mat-button .mat-ripple-element,.custom-theme .mat-icon-button .mat-ripple-element,.custom-theme .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.custom-theme .mat-button-focus-overlay{background:black}.custom-theme .mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.custom-theme .mat-flat-button,.custom-theme .mat-raised-button,.custom-theme .mat-fab,.custom-theme .mat-mini-fab{color:#63809e;background-color:#fff}.custom-theme .mat-flat-button.mat-primary,.custom-theme .mat-raised-button.mat-primary,.custom-theme .mat-fab.mat-primary,.custom-theme .mat-mini-fab.mat-primary{color:var(--theme-primary-contrast-500)}.custom-theme .mat-flat-button.mat-accent,.custom-theme .mat-raised-button.mat-accent,.custom-theme .mat-fab.mat-accent,.custom-theme .mat-mini-fab.mat-accent{color:var(--theme-secondary-contrast-300)}.custom-theme .mat-flat-button.mat-warn,.custom-theme .mat-raised-button.mat-warn,.custom-theme .mat-fab.mat-warn,.custom-theme .mat-mini-fab.mat-warn{color:#fff}.custom-theme .mat-flat-button.mat-primary.mat-button-disabled,.custom-theme .mat-flat-button.mat-accent.mat-button-disabled,.custom-theme .mat-flat-button.mat-warn.mat-button-disabled,.custom-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-raised-button.mat-primary.mat-button-disabled,.custom-theme .mat-raised-button.mat-accent.mat-button-disabled,.custom-theme .mat-raised-button.mat-warn.mat-button-disabled,.custom-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-fab.mat-primary.mat-button-disabled,.custom-theme .mat-fab.mat-accent.mat-button-disabled,.custom-theme .mat-fab.mat-warn.mat-button-disabled,.custom-theme .mat-fab.mat-button-disabled.mat-button-disabled,.custom-theme .mat-mini-fab.mat-primary.mat-button-disabled,.custom-theme .mat-mini-fab.mat-accent.mat-button-disabled,.custom-theme .mat-mini-fab.mat-warn.mat-button-disabled,.custom-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.custom-theme .mat-flat-button.mat-primary,.custom-theme .mat-raised-button.mat-primary,.custom-theme .mat-fab.mat-primary,.custom-theme .mat-mini-fab.mat-primary{background-color:var(--theme-primary-500)}.custom-theme .mat-flat-button.mat-accent,.custom-theme .mat-raised-button.mat-accent,.custom-theme .mat-fab.mat-accent,.custom-theme .mat-mini-fab.mat-accent{background-color:var(--theme-secondary-300)}.custom-theme .mat-flat-button.mat-warn,.custom-theme .mat-raised-button.mat-warn,.custom-theme .mat-fab.mat-warn,.custom-theme .mat-mini-fab.mat-warn{background-color:#f44336}.custom-theme .mat-flat-button.mat-primary.mat-button-disabled,.custom-theme .mat-flat-button.mat-accent.mat-button-disabled,.custom-theme .mat-flat-button.mat-warn.mat-button-disabled,.custom-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-raised-button.mat-primary.mat-button-disabled,.custom-theme .mat-raised-button.mat-accent.mat-button-disabled,.custom-theme .mat-raised-button.mat-warn.mat-button-disabled,.custom-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.custom-theme .mat-fab.mat-primary.mat-button-disabled,.custom-theme .mat-fab.mat-accent.mat-button-disabled,.custom-theme .mat-fab.mat-warn.mat-button-disabled,.custom-theme .mat-fab.mat-button-disabled.mat-button-disabled,.custom-theme .mat-mini-fab.mat-primary.mat-button-disabled,.custom-theme .mat-mini-fab.mat-accent.mat-button-disabled,.custom-theme .mat-mini-fab.mat-warn.mat-button-disabled,.custom-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.custom-theme .mat-flat-button.mat-primary .mat-ripple-element,.custom-theme .mat-raised-button.mat-primary .mat-ripple-element,.custom-theme .mat-fab.mat-primary .mat-ripple-element,.custom-theme .mat-mini-fab.mat-primary .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.1}.custom-theme .mat-flat-button.mat-accent .mat-ripple-element,.custom-theme .mat-raised-button.mat-accent .mat-ripple-element,.custom-theme .mat-fab.mat-accent .mat-ripple-element,.custom-theme .mat-mini-fab.mat-accent .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.1}.custom-theme .mat-flat-button.mat-warn .mat-ripple-element,.custom-theme .mat-raised-button.mat-warn .mat-ripple-element,.custom-theme .mat-fab.mat-warn .mat-ripple-element,.custom-theme .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.custom-theme .mat-stroked-button:not([class*=mat-elevation-z]),.custom-theme .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-theme .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.custom-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-theme .mat-fab:not([class*=mat-elevation-z]),.custom-theme .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.custom-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.custom-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.custom-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.custom-theme .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.custom-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.custom-theme .mat-button-toggle{color:#00000061}.custom-theme .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.custom-theme .mat-button-toggle-appearance-standard{color:#63809e;background:white}.custom-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.custom-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}.custom-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.custom-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.custom-theme .mat-button-toggle-checked{background-color:#e0e0e0;color:#2e384d}.custom-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#63809e}.custom-theme .mat-button-toggle-disabled{color:#00000042;background-color:#eee}.custom-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.custom-theme .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.custom-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.custom-theme .mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.custom-theme .mat-card{background:white;color:#63809e}.custom-theme .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.custom-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-theme .mat-card-subtitle{color:#2e384d}.custom-theme .mat-checkbox-frame{border-color:#2e384d}.custom-theme .mat-checkbox-checkmark{fill:#fbfbfb}.custom-theme .mat-checkbox-checkmark-path{stroke:#fbfbfb!important}.custom-theme .mat-checkbox-mixedmark{background-color:#fbfbfb}.custom-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.custom-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:var(--theme-primary-500)}.custom-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.custom-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:var(--theme-secondary-300)}.custom-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.custom-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.custom-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.custom-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.custom-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.custom-theme .mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.custom-theme .mat-checkbox .mat-ripple-element{background-color:#000}.custom-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.custom-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:var(--theme-primary-500)}.custom-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.custom-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:var(--theme-secondary-300)}.custom-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.custom-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.custom-theme .mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#63809e}.custom-theme .mat-chip.mat-standard-chip .mat-chip-remove{color:#63809e;opacity:.4}.custom-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.custom-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.custom-theme .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.custom-theme .mat-chip.mat-standard-chip:after{background:black}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:var(--theme-primary-contrast-500);opacity:.4}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.1}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:var(--theme-secondary-contrast-300);opacity:.4}.custom-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.1}.custom-theme .mat-table{background:white}.custom-theme .mat-table thead,.custom-theme .mat-table tbody,.custom-theme .mat-table tfoot,.custom-theme mat-header-row,.custom-theme mat-row,.custom-theme mat-footer-row,.custom-theme [mat-header-row],.custom-theme [mat-row],.custom-theme [mat-footer-row],.custom-theme .mat-table-sticky{background:inherit}.custom-theme mat-row,.custom-theme mat-header-row,.custom-theme mat-footer-row,.custom-theme th.mat-header-cell,.custom-theme td.mat-cell,.custom-theme td.mat-footer-cell{border-bottom-color:#0000001f}.custom-theme .mat-header-cell{color:#2e384d}.custom-theme .mat-cell,.custom-theme .mat-footer-cell{color:#63809e}.custom-theme .mat-calendar-arrow{fill:#0000008a}.custom-theme .mat-datepicker-toggle,.custom-theme .mat-datepicker-content .mat-calendar-next-button,.custom-theme .mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.custom-theme .mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.custom-theme .mat-calendar-table-header,.custom-theme .mat-calendar-body-label{color:#2e384d}.custom-theme .mat-calendar-body-cell-content,.custom-theme .mat-date-range-input-separator{color:#63809e;border-color:transparent}.custom-theme .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.custom-theme .mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.custom-theme .mat-calendar-body-in-preview{color:#0000003d}.custom-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.custom-theme .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.custom-theme .mat-calendar-body-in-range:before{background:var(--theme-primary-500)}.custom-theme .mat-calendar-body-comparison-identical,.custom-theme .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-theme .mat-calendar-body-comparison-bridge-start:before,.custom-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--theme-primary-500) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-calendar-body-comparison-bridge-end:before,.custom-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--theme-primary-500) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-theme .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-theme .mat-calendar-body-selected{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-theme .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.custom-theme .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px var(--theme-primary-contrast-500)}.custom-theme .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-theme .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-primary-500)}@media (hover: hover){.custom-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-primary-500)}}.custom-theme .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#63809e}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:var(--theme-secondary-300)}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.custom-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--theme-secondary-300) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.custom-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--theme-secondary-300) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px var(--theme-secondary-contrast-300)}.custom-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-secondary-300)}@media (hover: hover){.custom-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-secondary-300)}}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.custom-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.custom-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.custom-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.custom-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.custom-theme .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.custom-theme .mat-datepicker-toggle-active{color:var(--theme-primary-500)}.custom-theme .mat-datepicker-toggle-active.mat-accent{color:var(--theme-secondary-300)}.custom-theme .mat-datepicker-toggle-active.mat-warn{color:#f44336}.custom-theme .mat-date-range-input-inner[disabled]{color:#00000061}.custom-theme .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#63809e}.custom-theme .mat-divider{border-top-color:#0000001f}.custom-theme .mat-divider-vertical{border-right-color:#0000001f}.custom-theme .mat-expansion-panel{background:white;color:#63809e}.custom-theme .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-theme .mat-action-row{border-top-color:#0000001f}.custom-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.custom-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.custom-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:#f1f4f8}@media (hover: none){.custom-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.custom-theme .mat-expansion-panel-header-title{color:#63809e}.custom-theme .mat-expansion-panel-header-description,.custom-theme .mat-expansion-indicator:after{color:#2e384d}.custom-theme .mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.custom-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.custom-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.custom-theme .mat-form-field-label,.custom-theme .mat-hint{color:#2e384d99}.custom-theme .mat-form-field.mat-focused .mat-form-field-label{color:var(--theme-primary-500)}.custom-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:var(--theme-secondary-300)}.custom-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.custom-theme .mat-focused .mat-form-field-required-marker{color:var(--theme-secondary-300)}.custom-theme .mat-form-field-ripple{background-color:#000000de}.custom-theme .mat-form-field.mat-focused .mat-form-field-ripple{background-color:var(--theme-primary-500)}.custom-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:var(--theme-secondary-300)}.custom-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.custom-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:var(--theme-primary-500)}.custom-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:var(--theme-secondary-300)}.custom-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.custom-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label,.custom-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.custom-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.custom-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.custom-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.custom-theme .mat-error{color:#f44336}.custom-theme .mat-form-field-appearance-legacy .mat-form-field-label,.custom-theme .mat-form-field-appearance-legacy .mat-hint{color:#2e384d}.custom-theme .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.custom-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.custom-theme .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.custom-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.custom-theme .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.custom-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.custom-theme .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.custom-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.custom-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.custom-theme .mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.custom-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.custom-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:var(--theme-primary-500)}.custom-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:var(--theme-secondary-300)}.custom-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.custom-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.custom-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.custom-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.custom-theme .mat-icon.mat-primary{color:var(--theme-primary-500)}.custom-theme .mat-icon.mat-accent{color:var(--theme-secondary-300)}.custom-theme .mat-icon.mat-warn{color:#f44336}.custom-theme .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#2e384d}.custom-theme .mat-input-element:disabled,.custom-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.custom-theme .mat-input-element{caret-color:var(--theme-primary-500)}.custom-theme .mat-input-element::placeholder{color:#2e384d6b}.custom-theme .mat-input-element::-moz-placeholder{color:#2e384d6b}.custom-theme .mat-input-element::-webkit-input-placeholder{color:#2e384d6b}.custom-theme .mat-input-element:-ms-input-placeholder{color:#2e384d6b}.custom-theme .mat-form-field.mat-accent .mat-input-element{caret-color:var(--theme-secondary-300)}.custom-theme .mat-form-field.mat-warn .mat-input-element,.custom-theme .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.custom-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.custom-theme .mat-list-base .mat-list-item,.custom-theme .mat-list-base .mat-list-option{color:#63809e}.custom-theme .mat-list-base .mat-subheader{color:#2e384d}.custom-theme .mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.custom-theme .mat-list-option:hover,.custom-theme .mat-list-option:focus,.custom-theme .mat-nav-list .mat-list-item:hover,.custom-theme .mat-nav-list .mat-list-item:focus,.custom-theme .mat-action-list .mat-list-item:hover,.custom-theme .mat-action-list .mat-list-item:focus{background:#f1f4f8}.custom-theme .mat-list-single-selected-option,.custom-theme .mat-list-single-selected-option:hover,.custom-theme .mat-list-single-selected-option:focus{background:rgba(241,244,248,.12)}.custom-theme .mat-menu-panel{background:white}.custom-theme .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-theme .mat-menu-item{background:transparent;color:#63809e}.custom-theme .mat-menu-item[disabled],.custom-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,.custom-theme .mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.custom-theme .mat-menu-item .mat-icon-no-color,.custom-theme .mat-menu-submenu-icon{color:#0000008a}.custom-theme .mat-menu-item:hover:not([disabled]),.custom-theme .mat-menu-item.cdk-program-focused:not([disabled]),.custom-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),.custom-theme .mat-menu-item-highlighted:not([disabled]){background:#f1f4f8}.custom-theme .mat-paginator{background:white}.custom-theme .mat-paginator,.custom-theme .mat-paginator-page-size .mat-select-trigger{color:#2e384d}.custom-theme .mat-paginator-decrement,.custom-theme .mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.custom-theme .mat-paginator-first,.custom-theme .mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.custom-theme .mat-icon-button[disabled] .mat-paginator-decrement,.custom-theme .mat-icon-button[disabled] .mat-paginator-increment,.custom-theme .mat-icon-button[disabled] .mat-paginator-first,.custom-theme .mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.custom-theme .mat-progress-bar-background{fill:var(--theme-primary-100)}.custom-theme .mat-progress-bar-buffer{background-color:var(--theme-primary-100)}.custom-theme .mat-progress-bar-fill:after{background-color:var(--theme-primary-500)}.custom-theme .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:var(--theme-secondary-100)}.custom-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:var(--theme-secondary-100)}.custom-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:var(--theme-secondary-300)}.custom-theme .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9cdca}.custom-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9cdca}.custom-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.custom-theme .mat-progress-spinner circle,.custom-theme .mat-spinner circle{stroke:var(--theme-primary-500)}.custom-theme .mat-progress-spinner.mat-accent circle,.custom-theme .mat-spinner.mat-accent circle{stroke:var(--theme-secondary-300)}.custom-theme .mat-progress-spinner.mat-warn circle,.custom-theme .mat-spinner.mat-warn circle{stroke:#f44336}.custom-theme .mat-radio-outer-circle{border-color:#2e384d}.custom-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-primary-500)}.custom-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,.custom-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.custom-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:var(--theme-primary-500)}.custom-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-secondary-300)}.custom-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,.custom-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.custom-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:var(--theme-secondary-300)}.custom-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.custom-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,.custom-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.custom-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.custom-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.custom-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.custom-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.custom-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.custom-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.custom-theme .mat-radio-button .mat-ripple-element{background-color:#000}.custom-theme .mat-select-value{color:#63809e}.custom-theme .mat-select-placeholder{color:#2e384d6b}.custom-theme .mat-select-disabled .mat-select-value{color:#00000061}.custom-theme .mat-select-arrow{color:#2e384d}.custom-theme .mat-select-panel{background:white}.custom-theme .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(241,244,248,.12)}.custom-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:var(--theme-primary-500)}.custom-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:var(--theme-secondary-300)}.custom-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.custom-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.custom-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.custom-theme .mat-drawer-container{background-color:#fbfbfb;color:#63809e}.custom-theme .mat-drawer{background-color:#fff;color:#63809e}.custom-theme .mat-drawer.mat-drawer-push{background-color:#fff}.custom-theme .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.custom-theme .mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.custom-theme .mat-drawer-side.mat-drawer-end,.custom-theme [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}.custom-theme [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.custom-theme .mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.custom-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,.custom-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar,.custom-theme .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:var(--theme-secondary-300)}.custom-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb,.custom-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar,.custom-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:var(--theme-primary-500)}.custom-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.custom-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.custom-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.custom-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.custom-theme .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.custom-theme .mat-slide-toggle-bar{background-color:#00000061}.custom-theme .mat-slider-track-background{background-color:#00000042}.custom-theme .mat-slider.mat-primary .mat-slider-track-fill,.custom-theme .mat-slider.mat-primary .mat-slider-thumb,.custom-theme .mat-slider.mat-primary .mat-slider-thumb-label{background-color:var(--theme-primary-500)}.custom-theme .mat-slider.mat-primary .mat-slider-thumb-label-text{color:var(--theme-primary-contrast-500)}.custom-theme .mat-slider.mat-primary .mat-slider-focus-ring{background-color:var(--theme-primary-500);opacity:.2}.custom-theme .mat-slider.mat-accent .mat-slider-track-fill,.custom-theme .mat-slider.mat-accent .mat-slider-thumb,.custom-theme .mat-slider.mat-accent .mat-slider-thumb-label{background-color:var(--theme-secondary-300)}.custom-theme .mat-slider.mat-accent .mat-slider-thumb-label-text{color:var(--theme-secondary-contrast-300)}.custom-theme .mat-slider.mat-accent .mat-slider-focus-ring{background-color:var(--theme-secondary-300);opacity:.2}.custom-theme .mat-slider.mat-warn .mat-slider-track-fill,.custom-theme .mat-slider.mat-warn .mat-slider-thumb,.custom-theme .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.custom-theme .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.custom-theme .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.custom-theme .mat-slider:hover .mat-slider-track-background,.custom-theme .mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.custom-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,.custom-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,.custom-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,.custom-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.custom-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.custom-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.custom-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.custom-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.custom-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.custom-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.custom-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.custom-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.custom-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.custom-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.custom-theme .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.custom-theme .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.custom-theme .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.custom-theme .mat-step-header.cdk-keyboard-focused,.custom-theme .mat-step-header.cdk-program-focused,.custom-theme .mat-step-header:hover:not([aria-disabled]),.custom-theme .mat-step-header:hover[aria-disabled=false]{background-color:#f1f4f8}.custom-theme .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.custom-theme .mat-step-header:hover{background:none}}.custom-theme .mat-step-header .mat-step-label,.custom-theme .mat-step-header .mat-step-optional{color:#2e384d}.custom-theme .mat-step-header .mat-step-icon{background-color:#2e384d;color:var(--theme-primary-contrast-500)}.custom-theme .mat-step-header .mat-step-icon-selected,.custom-theme .mat-step-header .mat-step-icon-state-done,.custom-theme .mat-step-header .mat-step-icon-state-edit{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-theme .mat-step-header.mat-accent .mat-step-icon{color:var(--theme-secondary-contrast-300)}.custom-theme .mat-step-header.mat-accent .mat-step-icon-selected,.custom-theme .mat-step-header.mat-accent .mat-step-icon-state-done,.custom-theme .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .mat-step-header.mat-warn .mat-step-icon{color:#fff}.custom-theme .mat-step-header.mat-warn .mat-step-icon-selected,.custom-theme .mat-step-header.mat-warn .mat-step-icon-state-done,.custom-theme .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.custom-theme .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.custom-theme .mat-step-header .mat-step-label.mat-step-label-active{color:#63809e}.custom-theme .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.custom-theme .mat-stepper-horizontal,.custom-theme .mat-stepper-vertical{background-color:#fff}.custom-theme .mat-stepper-vertical-line:before{border-left-color:#0000001f}.custom-theme .mat-horizontal-stepper-header:before,.custom-theme .mat-horizontal-stepper-header:after,.custom-theme .mat-stepper-horizontal-line{border-top-color:#0000001f}.custom-theme .mat-sort-header-arrow{color:#2e384d}.custom-theme .mat-tab-nav-bar,.custom-theme .mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.custom-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,.custom-theme .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.custom-theme .mat-tab-label,.custom-theme .mat-tab-link{color:#63809e}.custom-theme .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-link.mat-tab-disabled{color:#00000061}.custom-theme .mat-tab-header-pagination-chevron{border-color:#63809e}.custom-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.custom-theme .mat-tab-group[class*=mat-background-]>.mat-tab-header,.custom-theme .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.custom-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-primary-100)}.custom-theme .mat-tab-group.mat-primary .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:var(--theme-primary-500)}.custom-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:var(--theme-primary-contrast-500)}.custom-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-secondary-100)}.custom-theme .mat-tab-group.mat-accent .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:var(--theme-secondary-300)}.custom-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:var(--theme-secondary-contrast-300)}.custom-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.custom-theme .mat-tab-group.mat-warn .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.custom-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.custom-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.custom-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-primary-100)}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:var(--theme-primary-500)}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:var(--theme-primary-contrast-500)}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:var(--theme-primary-contrast-500)}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:var(--theme-primary-contrast-500)}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:var(--theme-primary-contrast-500);opacity:.4}.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.12}.custom-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-secondary-100)}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:var(--theme-secondary-300)}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:var(--theme-secondary-contrast-300)}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:var(--theme-secondary-contrast-300)}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:var(--theme-secondary-contrast-300)}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:var(--theme-secondary-contrast-300);opacity:.4}.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.12}.custom-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.custom-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.custom-theme .mat-toolbar{background:white;color:#63809e}.custom-theme .mat-toolbar.mat-primary{background:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-theme .mat-toolbar.mat-accent{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .mat-toolbar.mat-warn{background:#f44336;color:#fff}.custom-theme .mat-toolbar .mat-form-field-underline,.custom-theme .mat-toolbar .mat-form-field-ripple,.custom-theme .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.custom-theme .mat-toolbar .mat-form-field-label,.custom-theme .mat-toolbar .mat-focused .mat-form-field-label,.custom-theme .mat-toolbar .mat-select-value,.custom-theme .mat-toolbar .mat-select-arrow,.custom-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.custom-theme .mat-toolbar .mat-input-element{caret-color:currentColor}.custom-theme .mat-tooltip{background:rgba(97,97,97,.9)}.custom-theme .mat-tree{background:white}.custom-theme .mat-tree-node,.custom-theme .mat-nested-tree-node{color:#63809e}.custom-theme .mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-theme .mat-simple-snackbar-action{color:var(--theme-secondary-300)}.custom-theme .app-accordion .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .app-accordion .mat-expansion-panel-header-title{color:#000000de}.custom-theme .app-badge{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .app-chip .mat-chip.mat-standard-chip{color:var(--theme-secondary-700);background:var(--theme-secondary-100)}.custom-theme .app-chip .mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-secondary-300);background:var(--theme-secondary-50)}.custom-theme .app-chip .chip-selected{color:var(--theme-secondary-300)}.custom-theme .app-chip-fusion-field{background:#F1F4F8;color:#5d78fb}.custom-theme .drop-infos{color:#fff;background:#63809e}.custom-theme .drop-list,.custom-theme .drop-list-margin.visible{border-color:#c9d0db}.custom-theme .drop-list-item-action{background-color:#63809e;color:#fbfbfb}.custom-theme .draggable .drop-list-item-label{border-color:#63809e;color:#63809e}.custom-theme .drag-menu{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.custom-theme .drag-menu .drag-button{background-color:#f7f9fb;color:#63809e}.custom-theme .drop-list-item-content:hover{background-color:#f7f9fb}.custom-theme .header-menu-page-menu .drag-menu{background:none;box-shadow:none}.custom-theme .form .label-form{color:#7a7a7a}.custom-theme .form .form-title{color:#000000de}.custom-theme .form .mat-form-field-suffix,.custom-theme .form .mat-form-field-suffix .mat-icon-button{color:#7a7a7a}.custom-theme .select-tree-panel .select-tree-group .mat-option.mat-active,.custom-theme .select-tree-panel .select-tree-group .mat-option:hover{background:none}.custom-theme .select-tree-panel .select-tree-group{color:#63809e}.custom-theme .select-tree-panel .select-tree-group:hover{background-color:#f1f4f8}.custom-theme .select-tree-panel .select-tree-group-arrow{color:#0000008a}.custom-theme .mat-flat-button.mat-primary,.custom-theme .mat-flat-button.mat-accent{color:#fff}.custom-theme .accent{color:var(--theme-secondary-300)}.custom-theme .app-label{color:#7a7a7a}.custom-theme .app-value,.custom-theme .app-title{color:#000000de}.custom-theme .app-label-light{color:#a7a9ab}.custom-theme .list-item:hover{background:#fbfbfb}.custom-theme .list-item .check-mark.selected{color:var(--theme-secondary-300)}.custom-theme .list-item .check-mark.unselectable{color:#7a7a7a}.custom-theme .blurred .blur-opacity{background-color:#000000de}.custom-theme .menu-with-buttons .menu-button{color:#000000de}.custom-theme .menu-with-buttons .menu-button.selected,.custom-theme .menu-with-buttons .menu-button.active{color:var(--theme-secondary-300);background:#fbfbfb;border-left:3px solid var(--theme-secondary-300)}.custom-theme .menu-with-buttons div.menu-button{color:#7a7a7a;border-color:#d8d8d8}.custom-theme .menu-with-buttons .menu-sub-button{color:#7a7a7a}.custom-theme .menu-with-buttons .menu-sub-button .dot{background-color:#7a7a7a}.custom-theme .menu-with-buttons .menu-sub-button.selected{background:#fbfbfb;color:var(--theme-secondary-300)}.custom-theme .menu-with-buttons .menu-sub-button.selected .dot{background:var(--theme-secondary-300)}.custom-theme .spinner-container{background:rgba(0,0,0,.55)}.custom-theme .card{background:white;box-shadow:0 2px 20px #7772be29}.custom-theme .list-card{background:white}.custom-theme .tag{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .app-expansion-panel .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .app-expansion-panel .mat-expansion-panel-header-title{color:#000000de}.custom-theme .header-details .mat-icon-button{color:var(--theme-secondary-300);background:var(--theme-secondary-100)}.custom-theme .help-infos{background-color:#eef0f8}.custom-theme .container-detail-tooltip .detail-tooltip{background-color:#fff;border-bottom:4px solid #5D78FB}.custom-theme th .checkbox.mat-checkbox-indeterminate .mat-checkbox-label,.custom-theme th .checkbox.mat-checkbox-checked .mat-checkbox-label{color:#fff;background:var(--theme-secondary-300)}.custom-theme .app-icon--approved{color:#87bf00}.custom-theme .app-icon--pending{color:#ffb300}.custom-theme .app-icon--rejected{color:#f26a5b}.custom-theme .app-icon--infos{color:#5d78fb}.custom-theme .app-icon--infos-reverse{color:#e1e9ff}.custom-theme .app-icon--neutral{color:#bfbfbf}.custom-theme .app-status--approved{background-color:#87bf00;color:#fff}.custom-theme .app-status--pending{background-color:#ffb300;color:#fff}.custom-theme .app-status--rejected{background-color:#f26a5b;color:#fff}.custom-theme .app-status--infos{background-color:#5d78fb;color:#fff}.custom-theme .app-status--infos-reverse{background-color:#e1e9ff;color:#5d78fb}.custom-theme .app-status--neutral{background-color:#bfbfbf;color:#fff}.custom-theme .page-table-container{background:#fbfbfb}.custom-theme .page-table-container .page-table-content-data{background:white;box-shadow:0 3px 6px #00000017}.custom-theme .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-theme .vision-container .page-header-content .vision-tab.selected{color:var(--theme-secondary-300);border-bottom-color:var(--theme-secondary-300)}.custom-theme .vision-container .vision-content .vision-table{background:white;box-shadow:0 3px 6px #0000000d}.custom-theme .vision-container .vision-content .vision-table .mat-header-row,.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule-header{background-color:#eef0f8}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule{background:white;box-shadow:0 3px 6px #0000000d}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove{background-color:#d52d28;color:#fff}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item{border-color:#707070;color:#7a7a7a}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add{background-color:#63809e;color:#fff}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove{background-color:#d52d28;color:#fff}.custom-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .add-vision-rule-item{background-color:#eef0f8}.custom-theme .sign-in-container .mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:var(--theme-secondary-300)}.custom-theme .sign-in-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-secondary-300)}.custom-theme .sign-in-container .img-panel{color:#fff}.custom-theme .app-toolbar{background:#ffffff}.custom-theme .app-toolbar .mat-icon-button,.custom-theme .app-toolbar .mat-button-wrapper{color:#000000de}.custom-theme .mat-drawer-inner-container{background:#fbfbfb}.custom-theme .mat-drawer-inner-container .toolbar-menu-container .mat-icon-button,.custom-theme .mat-drawer-inner-container .toolbar-menu-container .mat-button-wrapper{color:#000000de}.custom-theme .expand-icon.activate{background-color:var(--theme-secondary-400);color:#fff}.custom-theme .header{color:#000000de}.custom-theme .header .close-button{color:#000000de;background-color:#fff}.custom-theme .impersonate-user-select{color:#000000de;background:white;box-shadow:0 2px 3px #00000029}.custom-theme .impersonate-user-select .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.custom-theme .impersonate-user-select .user-group{background:var(--theme-secondary-300);color:#fff}.custom-theme .mat-option-impersonate{background:#f1f4f8;color:#7a7a7a}.custom-theme .mat-option-impersonate .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.custom-theme .mat-option-impersonate .user-group{background:var(--theme-secondary-300);color:#fff}.custom-theme .locale-menu-panel-hosted{background:white;color:#000000de}.custom-theme .band-impersonate{background:var(--theme-primary-500)}.custom-theme .band-impersonate .band-impersonate-label,.custom-theme .band-impersonate .band-impersonate-user-select{color:#000000de}.custom-theme .band-impersonate .bubble-profile-content{border:1px solid rgba(0,0,0,.1607843137)}.custom-theme .band-impersonate .user-group{background:var(--theme-secondary-300);color:#fff}.custom-theme .app-footer{background:white;border-top:2px solid #d8d8d8}.custom-theme .app-footer .mention-legal-button{color:inherit}.custom-theme .navigation-container .header{color:#000000de}.custom-theme .navigation-container .header .close-button{color:#000000de;background-color:#fff}.custom-theme .notification-header{background-color:#5d78fb;color:#f5f5f5}.custom-theme .notification-body-icon{width:20px;height:20px;border-radius:50%;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.custom-theme .classic-card{background:#ffffff}.custom-theme .classic-card .kpi-card-label,.custom-theme .classic-card .kpi-card-description{color:#fff}.custom-theme .kpi-avg-duration-share-acceptance .classic-card{background-color:#fff}.custom-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-label,.custom-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-theme .kpi-avg-duration-share-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.custom-theme .kpi-avg-duration-release-acceptance .classic-card{background-color:#fff}.custom-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-label,.custom-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-theme .kpi-avg-duration-release-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.custom-theme .kpi-avg-duration-creation-acceptance .classic-card{background-color:#f3fcfe}.custom-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-label,.custom-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-theme .kpi-avg-duration-creation-acceptance .classic-card .indicator-value{color:#fff;background-color:#f29d9e}.custom-theme .classic-card .kpi-card-label,.custom-theme .classic-card .kpi-card-description{color:#707070}.custom-theme .classic-card .settings-kpi mat-icon{color:var(--theme-secondary-300)}.custom-theme .my-wall-data-labels{background:#ffffff;box-shadow:0 2px 20px #7772be29!important}.custom-theme .my-wall-data-labels .kpi-card-label,.custom-theme .my-wall-data-labels .kpi-card-description{color:#707070}.custom-theme .my-wall-data-labels .settings-kpi mat-icon{color:var(--theme-secondary-300)}.custom-theme .my-wall-data-labels .graph-title{color:#000}.custom-theme .search-filter input:focus::placeholder{opacity:.5}.custom-theme .search-filter input:focus::-webkit-input-placeholder{opacity:.5}.custom-theme .search-filter input:focus:-moz-placeholder{opacity:.5}.custom-theme .search-filter input:focus::-moz-placeholder{opacity:.5}.custom-theme .search-filter input:focus:-ms-input-placeholder{opacity:.5}.custom-theme .search-filter .mat-form-field-appearance-outline{color:#63809e}.custom-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#63809e}.custom-theme .search-filter .mat-form-field-appearance-outline ::placeholder{color:#63809e}.custom-theme .search-filter .mat-form-field-appearance-outline .mat-select-placeholder,.custom-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.custom-theme .search-filter .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#63809e}.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator{color:var(--theme-primary-500)}.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end{border-color:var(--theme-primary-500)}.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#63809e}.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#d8d8d8}.custom-theme .my-wall-data-card .my-wall-data-card-container{box-shadow:0 2px 20px #7772be29!important}.custom-theme .my-wall-settings-header{color:#000000de}.custom-theme .my-wall-settings-header .close-button{color:#000000de;background-color:#fff}.custom-theme .my-wall-settings-orientation-library .img-container.selected{background:var(--theme-primary-500)}.custom-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.custom-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header .mat-tab-label-active{color:var(--theme-primary-500);opacity:1}.custom-theme .card-settings-menu-card .mat-icon{color:var(--theme-primary-500)}.custom-theme .card-settings-menu-card.selected{background-color:var(--theme-primary-500);color:#fff}.custom-theme .card-settings-menu-card.selected .mat-icon{color:#fff}.custom-theme .card-settings-content-title .general-singular-icon mat-icon{color:#63809e}.custom-theme .card-settings-content-title .mat-form-field-appearance-outline{color:#000}.custom-theme .card-settings-content .bar .border-button{box-shadow:6px 6px 10px #0000001a,-6px -6px 10px #0000001a}.custom-theme .card-settings-content .bar .palette-container .input-color,.custom-theme .card-settings-content .bar .button-1 .title-color-1 .input-color,.custom-theme .card-settings-content .bar .button-color-1 .palette-container .input-color,.custom-theme .card-settings-content .bar .button-2 .title-color-2 .input-color,.custom-theme .card-settings-content .bar .button-color-2 .palette-container .input-color,.custom-theme .card-settings-content .bar .color-background .palette-container .input-color{border:1px solid #b0bac9;color:#b0bac9}.custom-theme .mail-templates-container .file-select .hint{color:#a7a9ab}.custom-theme .mail-templates-container .file-selected .mat-icon{color:var(--theme-secondary-300);background:var(--theme-secondary-100)}.custom-theme .mail-template-edit-container .edit-title,.custom-theme .mail-template-list-container .list-title{color:#000000de}.custom-theme .mail-template-list-container .list-table .mat-table .mat-header-cell{color:#b5b5c3}.custom-theme .mail-template-list-container .list-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .mail-template-list-container .list-table .mat-table .mat-cell{color:#707070}.custom-theme .mail-template-list-container .list-table .mat-table .mat-cell.mat-column-name{color:var(--theme-secondary-300)}.custom-theme .roles-administration-container .roles-administration-header,.custom-theme .roles-administration-container .roles-administration-content .list-card{background:white}.custom-theme .template-role-form-container .template-role-form-header{background:red;background:white}.custom-theme .template-role-form-container .template-role-form-content .list-card{background:white}.custom-theme .template-role-container .template-role-header{background:red;background:white}.custom-theme .template-role-container .template-role-table .actions{background-color:#fff}.custom-theme .template-role-container .template-role-table .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.custom-theme .template-role-container .template-role-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .template-role-container .template-role-table .mat-table .mat-cell{color:#707070}.custom-theme .template-role-container .template-role-table .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-theme .template-role-container .template-role-table .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .mat-menu-item .mat-icon.icon-menu,.custom-theme #titleMenuActionsTemplateRole{color:#63809e}.custom-theme .template-group-container .template-group-header,.custom-theme .template-group-container .template-group-content .list-card{background:white}.custom-theme .theme-settings .available-templates .available-templates-title{color:#000000de}.custom-theme .theme-settings .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .theme-settings .available-templates .template-item.selected{background:#f4f6fc;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-theme .theme-settings .available-templates .template-item .mat-icon{color:#63809e}.custom-theme .theme-settings .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.custom-theme .theme-settings .theme-settings-form .subtitle{color:#b0bac9}.custom-theme .module-settings-details-title{color:#000000de}.custom-theme .mat-table .help-icon{color:#4384ef}.custom-theme .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.custom-theme .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .mat-table .mat-cell{color:#707070}.custom-theme .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-theme .param-form{background:#ffffff}.custom-theme .param-form .edit-title{color:#000000de}.custom-theme .release-notes .release-header .selected{border-bottom:2px solid var(--theme-primary-500)}.custom-theme .release-notes .release-header .release-container-title,.custom-theme .release-notes .release-header .release-title{color:#000000de}.custom-theme .release-notes .release-item{box-shadow:2px 2px 2px #0000000d}.custom-theme .release-notes-container .release-notes-content .icon-ref{stroke:#63809e}.custom-theme .mail-template-edit-container .edit-title{color:#000000de}.custom-theme .release-note-details .mat-card{box-shadow:2px 2px 2px #0000000d}.custom-theme .release-note-details .mat-card .release-title{color:#000000de}.custom-theme .release-note-details .mat-card .fusion-field{background:var(--theme-secondary-100);color:var(--theme-secondary-300)}.custom-theme .vision-rule-modal-content .vision-rule-modal-title{background-color:#eef0f8}.custom-theme .vision-rule-modal-content .vision-rule-modal-item{border-color:#707070;color:#7a7a7a}.custom-theme .vision-rule-modal-content .vision-rule-modal-item.selected{background:#fbfbfb;color:var(--theme-secondary-300)}.custom-theme .vision-rule-modal-content .vision-rule-modal-items,.custom-theme .vision-rule-modal-content .vision-rule-modal-paginator{background:none}.custom-theme .dictionary-container .dictionary-header{background-color:#eef0f8}.custom-theme .dictionary-container .dictionary-header .mat-form-field-appearance-outline .mat-form-field-outline{background:white}.custom-theme .configuration-menu-container .configuration-menu-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.custom-theme .configuration-menu-container .configuration-menu-content .mat-tab-header .mat-tab-label-active{color:var(--theme-primary-500);opacity:1}.custom-theme .grid-settings-progress-size .mat-progress-bar-buffer{background-color:#fbfbfb}.custom-theme .kpi-settings-menu-card .mat-icon{color:var(--theme-primary-500)}.custom-theme .kpi-settings-menu-card.selected{background-color:var(--theme-primary-500);color:#fff}.custom-theme .kpi-settings-menu-card.selected .mat-icon{color:#fff}.custom-theme .search-bar-settings-form{background-color:#f1f4f9}.custom-theme .search-bar-settings-form .drop-list,.custom-theme .search-bar-settings-form .drop-list-item-label{background-color:#f7f9fb;border-color:#7a7a7a;color:#7a7a7a}.custom-theme .search-bar-settings-form .draggable .drop-list-item-label{border-color:#63809e;color:#63809e}.custom-theme .search-bar-settings-form .hidden-filters-action,.custom-theme .search-bar-settings-form .drop-list-item-action{background-color:#63809e;color:#fbfbfb}.custom-theme .search-bar-settings-form .drop-list-message.subdued{opacity:.3;z-index:0}.custom-theme .search-bar-settings-form-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.custom-theme .search-bar-settings-form-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fbfbfb}.custom-theme .search-bar-settings-form-content .search-box .mat-form-field-label{color:#63809e}.custom-theme .search-bar-settings-form-content .search-box .mat-divider{border-color:#63809e}.custom-theme .search-bar-settings-form-content .search-box .mat-stroked-button:not([disabled]){border-color:#63809e}.custom-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label{background-color:#c9d0db;color:#fff}.custom-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label.selected{box-shadow:2px -2px 2px #0000000d;background-color:#fff;color:var(--theme-secondary-300);border-bottom:2px solid var(--theme-secondary-300)}.custom-theme .search-bar-settings .search-bar-settings-ref-field{background-color:#f7f9fb;color:#63809e}.custom-theme .recruitment-offer-settings-content .mat-tab-header{background-color:#fff;box-shadow:0 2px 20px #7772be29;border:none}.custom-theme .recruitment-offer-settings-content .mat-tab-header .mat-tab-label-active{color:var(--theme-primary-500);opacity:1}.custom-theme .recruitment-offer-settings-tab-content{background-color:#f1f4f9}.custom-theme .offer-template.checked>mat-icon{color:#e8fff3;background-color:#179278}.custom-theme .offer-template.checked>span{color:#179278}.custom-theme .recruitment-offer-settings-details-template-offer.card.checked{border-color:#179278}.custom-theme .recruitment-offer-settings-details-template-offer.card .offer{border-color:#b0bac9}.custom-theme .offer-diffusion .external{background:var(--theme-primary-100);color:#f1f4f8}.custom-theme .offer-diffusion .internal{background:var(--theme-secondary-100);color:var(--theme-secondary-700)}.custom-theme .offer-template.external.checked>mat-icon{color:#f1f4f8;background-color:var(--theme-primary-100)}.custom-theme .offer-template.external.checked>span{color:var(--theme-primary-100)}.custom-theme .offer-template.internal.checked>mat-icon{color:var(--theme-secondary-700);background-color:var(--theme-secondary-100)}.custom-theme .offer-template.internal.checked>span{color:var(--theme-secondary-100)}.custom-theme .recruitment-offer-settings-apply-template-offer.card.checked.external{border-color:var(--theme-primary-100)}.custom-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal{border-color:var(--theme-secondary-100)}.custom-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal-external{border-image-source:linear-gradient(to left,var(--theme-primary-100),var(--theme-secondary-100))}.custom-theme .recruitment-offer-settings-apply-template-offer.card .offer{border-color:#b0bac9}.custom-theme .checkbox.external{color:#f1f4f8}.custom-theme .checkbox.external .mat-checkbox-frame{border-color:var(--theme-primary-100)}.custom-theme .checkbox.external .mat-checkbox-label,.custom-theme .checkbox.external.mat-checkbox-checked .mat-checkbox-background{background-color:var(--theme-primary-100)}.custom-theme .checkbox.internal{color:var(--theme-secondary-700)}.custom-theme .checkbox.internal .mat-checkbox-frame{border-color:var(--theme-secondary-100)}.custom-theme .checkbox.internal .mat-checkbox-label,.custom-theme .checkbox.internal.mat-checkbox-checked .mat-checkbox-background{background-color:var(--theme-secondary-100)}.custom-theme .referential-container .referential-table .mat-tab-header{overflow-y:visible;border-bottom:none}.custom-theme .referential-container .referential-table .mat-tab-header .mat-tab-label{background-color:#fff;color:#7a7a7a;box-shadow:0 3px 6px #0000000d}.custom-theme .referential-container .referential-table .mat-tab-header .mat-tab-label.mat-tab-label-active{background:var(--theme-secondary-50);color:var(--theme-secondary-300)}.custom-theme .referential-container .referential-table .mat-tab-body{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.custom-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell{color:#63809e;background-color:#eef0f8}.custom-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell{color:#000000de}.custom-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .workflow-table .workflow-card .workflow-step{background-color:#f1f4f8}.custom-theme .workflow-table .workflow-card .workflow-step .mat-icon-unchecked{color:#cddcfc}.custom-theme .gdpr-container .gdpr-content{background:white}.custom-theme .gdpr-container .gdpr-content .title,.custom-theme .candidacy-comment-container .candidacy-comment-header .candidacy-comment-title{color:#000000de}.custom-theme .candidacy-comment-container .reviews-list th.mat-header-cell{color:#7a7a7a}.custom-theme .candidacy-comment-container .reviews-list td.mat-cell{color:#000000de}.custom-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars{color:#b0bac9}.custom-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars .fill-star{color:#fbc944}.custom-theme .candidacy-comment-container .reviews-list .author-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .candidacy-comment-container .reviews-list .author-profile .author-name{color:#7a7a7a}.custom-theme .candidacy-comment-container .reviews-list .comment{color:#63809e}.custom-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.custom-theme .candidacy-details-header{background-color:#fff}.custom-theme .candidacy-details-header .user-badge{background-color:#f4f6fc}.custom-theme .candidacy-details-header .candidate-name,.custom-theme .candidacy-details-header .candidacy-date,.custom-theme .candidacy-details-header .candidate-status{color:#000000de}.custom-theme .candidacy-details-header .candidate-number,.custom-theme .candidacy-details-header .review-stars{color:#b0bac9}.custom-theme .candidacy-details-header .review-stars .fill-star{color:#fbc944}.custom-theme .candidacy-details-header .cv{color:var(--theme-secondary-500)}.custom-theme .candidacy-details-header .no-cv{color:#dbdbdb}.custom-theme .candidacy-details-header .letter{color:var(--theme-primary-500)}.custom-theme .candidacy-details-header .no-letter{color:#c7c7c8}.custom-theme .candidacy-details-header .review-count{color:#b0bac9}.custom-theme .candidacy-details-header .status.pending{background-color:#ffca28;color:#8798ad}.custom-theme .candidacy-details-header .status.approved{background-color:#87bf00;color:#fff}.custom-theme .candidacy-details-header .status.canceled,.custom-theme .candidacy-details-header .status.refused{background-color:#f64e60;color:#fff}.custom-theme .candidacy-document-container .candidacy-document-header .candidacy-document-title{color:#000000de}.custom-theme .candidacy-document-container disabled-button{background:#d8d8d8;color:#5d78fb}.custom-theme .candidacy-document-container .documents-list th.mat-header-cell{color:#7a7a7a}.custom-theme .candidacy-document-container .documents-list td.mat-cell{color:#000000de}.custom-theme .candidacy-document-container .documents-list .document-icon{color:var(--theme-secondary-300)}.custom-theme #titleMenuActionsDocuments{color:#63809e}.custom-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-label{color:#7a7a7a}.custom-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-data,.custom-theme .candidacy-form-container .candidacy-form .radio-group{color:#000000de}.custom-theme .candidacy-form-container .candidacy-form .file-select .hint{color:id(false,#a7a9ab,#7a7a7a)}.custom-theme .candidacy-form-container .candidacy-form .file-selected .mat-icon{color:var(--theme-secondary-300);background:var(--theme-secondary-100)}.custom-theme .candidacy-form-container .candidacy-form .file-select-errors{margin-bottom:20px}.custom-theme .candidacy-form-container .candidacy-form .file-select-errors .error{color:#d52d28}.custom-theme .candidacy-general-information-container .info-label{color:#7a7a7a}.custom-theme .candidacy-general-information-container .info-label .help-icon{color:#4384ef}.custom-theme .candidacy-general-information-container .offer-title-data{color:#000000de}.custom-theme .candidacy-general-information-container .cv{color:var(--theme-secondary-500)}.custom-theme .candidacy-general-information-container .letter{color:var(--theme-primary-500)}.custom-theme .candidacy-general-information-container .no-cv,.custom-theme .candidacy-general-information-container .no-letter{color:#c7c7c8}.custom-theme .candidacy-general-information-container .review-stars{color:#b0bac9}.custom-theme .candidacy-general-information-container .review-stars .fill-star{color:#fbc944}.custom-theme .candidacy-general-information-container .review-count{color:#7a7a7a}.custom-theme .candidacy-general-information-container .status{width:80px;text-align:center}.custom-theme .candidacy-general-information-container .status.pending{background-color:#ffca28;color:#8798ad}.custom-theme .candidacy-general-information-container .status.approved{background-color:#87bf00;color:#fff}.custom-theme .candidacy-general-information-container .status.canceled,.custom-theme .candidacy-general-information-container .status.refused{background-color:#f64e60;color:#fff}.custom-theme .document-form-container .document-form .radio-group{color:#000000de}.custom-theme .document-form-container .document-form .help-icon{color:var(--theme-secondary-500)}.custom-theme .interview-form-container .interview-form textarea{color:#63809e}.custom-theme .interview-form-container .interview-form .radio-group{color:#000000de}.custom-theme .interview-form-container .interview-form .help-icon{color:var(--theme-secondary-500)}.custom-theme .interview-form-container .interview-form .review-stars{color:#b0bac9}.custom-theme .interview-form-container .interview-form .review-stars .fill-star{color:#fbc944}.custom-theme .interview-form-container .interview-form .review-count{color:#b0bac9}.custom-theme .candidacy-interview-list-container .candidacy-interview-list-header .candidacy-interview-list-title{color:#000000de}.custom-theme .candidacy-interview-list-container .interviews-list th.mat-header-cell{color:#7a7a7a}.custom-theme .candidacy-interview-list-container .interviews-list td.mat-cell{color:#000000de}.custom-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .evaluator-name{color:#7a7a7a}.custom-theme .candidacy-interview-list-container .interview-details .nav-back{color:var(--theme-secondary-300)}.custom-theme .candidacy-interview-list-container .interview-details .info-label{color:#7a7a7a}.custom-theme .candidacy-interview-list-container .interview-details .info-data{color:#000000de}.custom-theme .candidacy-interview-list-container .interview-details .no-file{color:#dbdbdb}.custom-theme .candidacy-followup-container .communications-list th.mat-header-cell{color:#7a7a7a}.custom-theme .candidacy-followup-container .communications-list td.mat-cell{color:#000000de}.custom-theme .candidacy-followup-container .communications-list .mat-cell.mat-column-type,.custom-theme .candidacy-followup-container .mail-details .nav-back{color:var(--theme-secondary-300)}.custom-theme .candidacy-followup-container .mail-details .detail-row .info-label{color:#7a7a7a}.custom-theme .candidacy-followup-container .mail-details .detail-row .info-data{color:#000000de}.custom-theme .candidacy-followup-container .mail-details .detail-row .mail-body{background:#fbfbfb}.custom-theme .candidacy-followup-container .mail-details .detail-system-label{color:#7a7a7a}.custom-theme .candidacy-followup-container .mail-details .detail-system-data{color:#000000de}.custom-theme .candidacies-container{background:#fbfbfb}.custom-theme .candidacies-container .candidacies-content .candidacies-table{box-shadow:0 3px 6px #00000017}.custom-theme .candidacies-container .candidacies-content .actions{background-color:#fff}.custom-theme .candidacies-container .candidacies-content .stack-count{border:1px solid;background:white;border-color:var(--theme-secondary-300)}.custom-theme .candidacies-container .candidacies-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .candidacies-container .candidacies-content .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .candidacies-container .candidacies-content .manager-details-card .manager-name{color:#000000de}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .actions{background:none}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator .value-indicator{color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending{border-color:#fbd82b}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending .value-indicator{background-color:#fbd82b}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved{border-color:#87bf00}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved .value-indicator{background-color:#87bf00}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total{border-color:#1bc5bd}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total .value-indicator{background-color:#1bc5bd}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused,.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled{border-color:#f64e60}.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused .value-indicator,.custom-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled .value-indicator{background-color:#f64e60}.custom-theme .candidacies-container .candidacies-content .offer-card-list .selected .candidacies-offer-card{border:2px solid var(--theme-primary-500)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .search-todo-details{background-color:#fff;border-bottom:4px solid var(--theme-secondary-300);color:#63809e}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table{color:#000000de}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-row{background-color:#eef0f8}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .cv{color:var(--theme-secondary-400)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-cv{color:#dbdbdb}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .letter{color:var(--theme-primary-500)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-letter{color:#c7c7c8}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .external-candidacy{background-color:#5d78fb;color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .internal-candidacy{background-color:#7ab403;color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars{color:#b0bac9}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars .fill-star{color:#fbc944}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-count{color:#b0bac9}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.pending{background-color:#fbd82b;color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.approved{background-color:#87bf00;color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.canceled,.custom-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.refused{background-color:#f64e60;color:#fff}.custom-theme .candidacies-container .candidacies-content .candidacies-list .talent-pool{color:#fff;background-color:var(--theme-secondary-300)}.custom-theme .candidacies-container .candidacies-content .candidacies-list .none-style{color:#fff;background-color:#d3d3d3}.custom-theme #dropdownExtractExcel .export-templates-title{color:#000000de}.custom-theme #dropdownExtractExcel .search-input{color:#63809e}.custom-theme #dropdownExtractExcel .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme #dropdownExtractExcel .template-action{color:#63809e}.custom-theme .manage-interviews-container{background:#fbfbfb}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table{box-shadow:0 3px 6px #00000017}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .actions{background-color:#fff}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table{color:#000000de}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-row{background-color:#eef0f8}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card .manager-name{color:#000000de}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars{color:#b0bac9}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-count{color:#b0bac9}.custom-theme #titleMenuActionsInterviews{color:#63809e}.custom-theme .interview-details-container .header-details .mat-icon-button{color:var(--theme-secondary-300);background:var(--theme-secondary-100)}.custom-theme .interview-details-container .interview-details-menu .menu-button{color:#000000de}.custom-theme .interview-details-container .interview-details-menu .menu-button.selected{color:var(--theme-secondary-300);background:#fbfbfb;border-left:3px solid var(--theme-secondary-300)}.custom-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.custom-theme .interview-details-container .interview-details-sub-content .info-label{color:#7a7a7a}.custom-theme .interview-details-container .interview-details-sub-content .info-data{color:#000000de}.custom-theme .interview-details-container .interview-details-sub-content .no-file{color:#dbdbdb}.custom-theme .offer-container{background-color:#fbfbfb}.custom-theme .offer-apply .offer-summary .mat-card{color:#63809e}.custom-theme .offer-apply .apply-form{background-color:#fff;box-shadow:0 3px 3px #00000012}.custom-theme .offer-card:hover{border:solid 2px var(--theme-primary-500);cursor:pointer;color:#63809e}.custom-theme .offer-card.selected{border:solid 2px var(--theme-primary-500)}.custom-theme .offer-detail{border-color:var(--theme-primary-500)}.custom-theme .offer-detail .offer-detail-header .action-offer{background-color:#fbfbfb}.custom-theme .offer-detail .mat-divider{border-top-color:var(--theme-primary-500)}.custom-theme .share-offer-menu .share-offer-title{color:#000000de}.custom-theme .offer-list{color:#63809e;background-color:#fbfbfb}.custom-theme .offer-list .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.custom-theme .offer-list .mat-standard-chip{background:var(--theme-secondary-100);color:var(--theme-secondary-contrast-100)}.custom-theme .offer-list .mat-standard-chip .mat-icon{color:var(--theme-secondary-contrast-100)}.custom-theme .offer-library{color:#63809e;background-color:#fbfbfb}.custom-theme .offer-library .mat-card{color:#63809e}.custom-theme .offer-library .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.custom-theme .offer-library .mat-standard-chip{background:var(--theme-secondary-100);color:var(--theme-secondary-contrast-100)}.custom-theme .offer-library .mat-standard-chip .mat-icon{color:var(--theme-secondary-contrast-100)}.custom-theme .single-value-display.background{background:var(--theme-secondary-100);color:var(--theme-secondary-contrast-100)}.custom-theme .email-back-container .file-select .hint{color:#7a7a7a}.custom-theme .email-back-container .file-selected .mat-icon{color:var(--theme-secondary-300);background:var(--theme-secondary-100)}.custom-theme .email-back-container .email-back-header{background:white}.custom-theme .email-back-container .email-back-header .email-back-title{color:#000000de}.custom-theme .email-back-container .email-back-content .mat-expansion-panel-header,.custom-theme .email-back-container .email-back-content .mat-expansion-panel-header.mat-expanded{border-bottom:1px solid;border-bottom-color:#d8d8d8}.custom-theme .email-back-container .email-back-content .mat-expansion-panel-header-title{color:#000000de}.custom-theme .candidacies-offer-card{background:white}.custom-theme .candidacies-offer-card .count-badge{background:var(--theme-primary-500);color:#fff}.custom-theme .candidacies-offer-card .offer-name,.custom-theme .recruitment-media .media-card{color:#000000de}.custom-theme .recruitment-media .media-card>.mat-icon{color:#a7a9ab}.custom-theme .recruitment-media .media-card-size{color:#a7a9ab}.custom-theme .recruitment-media .media-card .delete{background-color:#d52d28;color:#fff}.custom-theme .recruitment-media .media-card.selected{border:1px solid #5D78FB}.custom-theme .share-modal-content .mat-dialog-title{border-bottom-color:#d8d8d8}.custom-theme .share-modal-content .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-theme .share-modal-content .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .share-modal-content .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-theme .share-modal-content .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#fbfbfb}.custom-theme .share-modal-content .mat-dialog-content .search .search-label{color:#707070}.custom-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.custom-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-theme .share-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.custom-theme .share-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-theme .share-modal-content .mat-dialog-content .users-card{background-color:#f3f6f9}.custom-theme .share-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-theme .share-modal-content .mat-dialog-content .users-card .user-badge{background-color:#d8d8d8}.custom-theme .share-modal-content .mat-dialog-content .users-card .user{color:var(--theme-secondary-300)}.custom-theme .review-modal-content .review-stars{color:#b0bac9}.custom-theme .review-modal-content .review-stars .fill-star{color:#fbc944}.custom-theme .review-modal-content textarea{color:#63809e}.custom-theme .offers-container{background:#fbfbfb}.custom-theme .offers-container .offers-content .offers-table{box-shadow:0 3px 6px #00000017}.custom-theme .offers-container .offers-content .actions{background-color:#fff}.custom-theme .offers-container .offers-content .stack-count{border:1px solid;background:white;border-color:var(--theme-secondary-300)}.custom-theme .offers-container .offers-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .offers-container .offers-content .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .offers-container .offers-content .manager-details-card .manager-name{color:#000000de}.custom-theme .offers-container .offers-content .status{background-color:#8798ad;color:#fff}.custom-theme .offers-container .offers-content .status.encours{background-color:#87bf00;color:#fff}.custom-theme .offers-container .offers-content .status.cloture{background-color:#f64e60;color:#fff}.custom-theme .offers-container .offers-content .offer-card-list .selected .offers-offer-card{border:2px solid var(--theme-primary-500)}.custom-theme .offers-container .offers-content .offers-list .search-todo-details{background-color:#fff;border-bottom:4px solid var(--theme-secondary-300);color:#63809e}.custom-theme .offers-container .offers-content .offers-list .mat-table{color:#000000de}.custom-theme .offers-container .offers-content .offers-list .mat-table .mat-header-row{background-color:#eef0f8}.custom-theme .offers-container .offers-content .offers-list .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.custom-theme .offers-container .offers-content .offers-list .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .offers-container .offers-content .offers-list .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.custom-theme .offers-container .offers-content .offers-list .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .offers-container .offers-content .offers-list .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-theme .offers-container .offers-content .offers-list .mat-table .review-count{color:#b0bac9}.custom-theme .mat-menu-item .mat-icon.icon-menu{color:#63809e}.custom-theme .offer-details-header{background-color:#fff}.custom-theme .offer-details-container .offer-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .offer-general-information-container .info-label{color:#7a7a7a}.custom-theme .offer-general-information-container .info-label .help-icon{color:#4384ef}.custom-theme .offer-general-information-container .info-data{color:#000000de}.custom-theme .candidacy-history-container{background:#fbfbfb}.custom-theme .candidacy-history-container .candidacies-history-table{box-shadow:0 3px 6px #00000017}.custom-theme .candidacy-history-container .candidacies-history-table .mat-table{color:#000000de}.custom-theme .candidacy-history-container .candidacies-history-table .mat-table th.mat-header-cell{color:#7a7a7a}.custom-theme .candidacy-history-container .candidacies-history-table .mat-table td.mat-cell{color:#000000de}.custom-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars{color:#b0bac9}.custom-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-theme .document-management-container .document-management-content .folders-list .document-folder{color:#000000de}.custom-theme .document-management-container .document-management-content .folders-list .document-folder>.mat-icon{color:#a7a9ab}.custom-theme .document-management-container .document-management-content .folders-list .document-folder .count{color:#a7a9ab}.custom-theme .document-management-container .document-management-content .folders-list .document-folder .delete{background-color:#d52d28;color:#fff}.custom-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.custom-theme .document-form-container .document-form-content .mat-expansion-panel-header{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .document-form-container .document-form-content .mat-expansion-panel-header-title,.custom-theme .connected-user-dashboard-title{color:#000000de}.custom-theme .connected-user-dashboard-card{background:white;box-shadow:0 1px 20px #0000000d}.custom-theme .connected-user-dashboard-card .card-title,.custom-theme .connected-user-dashboard-card .card-title .title{color:#000000de}.custom-theme .connected-user-dashboard-card .card-title .subtitle{color:#707070}.custom-theme .connected-user-dashboard-shortcuts .personal-data{background-color:var(--theme-primary-100)}.custom-theme .connected-user-dashboard-shortcuts .documents{background-color:var(--theme-primary-500)}.custom-theme .connected-user-dashboard-status-info .card-title .title .mat-icon{color:#1bc5bd}.custom-theme .connected-user-personal-data .page-header-content .bubble-profile-content{border:1px solid #d8d8d8}.custom-theme .connected-user-personal-data .page-header-content .serial-number{color:#7a7a7a}.custom-theme .connected-user-personal-data .menu-with-buttons .menu-button.invalid{color:#f44336}.custom-theme .user-date--ERROR{color:#f1416c;background-color:#fff5f8}.custom-theme .user-date--WARNING{color:#ffc700;background-color:#fff8dd}.custom-theme .user-date--SUCCESS{color:#51cd89;background-color:#e8fff3}.custom-theme .user-paystatus--PENDING{background:#d8d8d8;color:#7a7a7a}.custom-theme .user-paystatus--TO_SEND{color:#ffc700;background-color:#fff8dd}.custom-theme .user-paystatus--SENT{color:#51cd89;background-color:#e8fff3}.custom-theme .contractual-situation-cards-item{background-color:#f1f4f9}.custom-theme .contractual-situation-cards-item-icon{color:#cfdef8}.custom-theme .contractual-situation-cards-item.selected{border:1px solid #5D78FB}.custom-theme .contractual-situation-cards-item.selected .contractual-situation-cards-item-icon{color:#5d78fb}.custom-theme .task-target-details-followup .history-container{color:#000000de}.custom-theme .task-target-details-followup .history-container .history-values{border-left-color:#f4f6fc}.custom-theme .task-target-details-followup .history-container .history-values-content{background-color:#f4f6fc;border-color:#d8d8d8}.custom-theme .onboarding-table-title{color:#000000de}.custom-theme .onboarding-table-container{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.custom-theme .row-disabled{color:#d8d8d8}.custom-theme .diffusion-status--validated,.custom-theme .diffusion-status--signed{color:#51cd89;background-color:#e8fff3}.custom-theme .diffusion-status--declined,.custom-theme .diffusion-status--partially_pending,.custom-theme .diffusion-status--mixed{color:#ffc700;background-color:#fff8dd}.custom-theme .diffusion-status--pending,.custom-theme .diffusion-status--to_check{color:#f1416c;background-color:#fff5f8}.custom-theme .onboarding-diffusion-form .user-tag,.custom-theme .onboarding-diffusion-form .document-tag{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .onboarding-diffusion-form .user-tag .name,.custom-theme .onboarding-diffusion-form .document-tag .name{color:var(--theme-secondary-300)}.custom-theme .onboarding-diffusion-form .user-tag .remove,.custom-theme .onboarding-diffusion-form .document-tag .remove{color:var(--theme-secondary-300);background:#fbfbfb}.custom-theme .onboarding-diffusion-form .readonly{color:#00000061}.custom-theme .mail-task-target-modal-content .mat-dialog-title{border-bottom-color:#d8d8d8}.custom-theme .mail-task-target-modal-content .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#fbfbfb}.custom-theme .mail-task-target-modal-content .mat-dialog-content .search .search-label{color:#707070}.custom-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.custom-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.custom-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-theme .mail-task-target-modal-content .mat-dialog-content .users-card{background-color:#f3f6f9}.custom-theme .mail-task-target-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-theme .mail-task-target-modal-content .mat-dialog-content .users-card .bubble-profile-fullname{color:var(--theme-secondary-300)}.custom-theme .task-target-modal .mat-dialog-title{border-bottom-color:#d8d8d8}.custom-theme .task-target-modal .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-theme .task-target-modal .mat-dialog-content .search .search-label{color:#707070}.custom-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.custom-theme .task-target-modal .mat-dialog-content .search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-theme .task-target-modal .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .task-target-modal .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-theme .task-target-modal .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#fbfbfb}.custom-theme .task-target-modal .mat-dialog-content .dot-indicator{background:#d52d28}.custom-theme .task-target-modal .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-theme .task-target-modal .mat-dialog-content .users-card{background-color:#f3f6f9}.custom-theme .task-target-modal .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-theme .task-target-modal .mat-dialog-content .users-card .bubble-profile-fullname{color:var(--theme-secondary-300)}.custom-theme .drawer-container .drawer-title{color:#000000de}.custom-theme .drawer-container .users-list-container .users-card{background-color:#f3f6f9}.custom-theme .drawer-container .users-list-container .users-card .user-name{color:var(--theme-secondary-300)}.custom-theme .drawer-container .users-list-container .users-card .user-badge{background-color:#d8d8d8}.custom-theme .training-courses-followup-header .habilitation{color:#51cd89;background-color:#e8fff3}.custom-theme .training-courses-followup-header .habilitation.invalid{color:#f1416c;background-color:#fff5f8}.custom-theme .training-courses-followup-header .habilitation.expiring{color:#ffc700;background-color:#fff8dd}.custom-theme .demands-needs-container .demands-needs-header-title{color:#000000de}.custom-theme .demands-needs-container .demands-needs-response{color:#f1416c;background-color:#fff5f8}.custom-theme .demands-needs-container .demands-needs-response--yes{color:#51cd89;background-color:#e8fff3}.custom-theme .demands-needs-container .demands-needs-status{color:#ffc700;background-color:#fff8dd}.custom-theme .demands-needs-container .demands-needs-status--approved{color:#51cd89;background-color:#e8fff3}.custom-theme .demands-needs-container .demands-needs-status--rejected,.custom-theme .demands-needs-container .demands-needs-status--pending{color:#f1416c;background-color:#fff5f8}.custom-theme .registrations-container .registrations-header-title{color:#000000de}.custom-theme .registrations-container .registrations-status{color:#ffc700;background-color:#fff8dd}.custom-theme .registrations-container .registrations-status--registered,.custom-theme .registrations-container .registrations-status--realised,.custom-theme .registrations-container .registrations-status--validated,.custom-theme .registrations-container .registrations-status--approved{color:#51cd89;background-color:#e8fff3}.custom-theme .registrations-container .registrations-status--canceled,.custom-theme .registrations-container .registrations-status--rejected{color:#f1416c;background-color:#fff5f8}.custom-theme .registrations-container .habilitation-status{color:#51cd89}.custom-theme .registrations-container .habilitation-status .mat-badge-content{color:#fff}.custom-theme .registrations-container .habilitation-status.invalid{color:#f1416c}.custom-theme .registrations-container .habilitation-status.expiring{color:#ffc700}.custom-theme .history-container .history-header-title{color:#000000de}.custom-theme .history-container .history-check{color:#51cd89}.custom-theme .history-container .history-uncheck{color:#f1416c}.custom-theme .history-details-container{background:#fbfbfb}.custom-theme .history-details-container .doc{color:var(--theme-secondary-400)}.custom-theme .training-collection-container .training-course-wrapper.selected .training-course{border:solid 2px var(--theme-primary-500)}.custom-theme .training-collection-container .training-collection-content .training-collection-header,.custom-theme .training-collection-list-container .training-collection-list-content .training-collection-list-header{border-bottom-color:#d8d8d8}.custom-theme .training-collection-list-container .training-collection-list-content .collection-list .collection.add .collection-image,.custom-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .first-image,.custom-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .row-image div,.custom-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image.empty{background:#d8d8d8}.custom-theme .whitelist-container .whitelist-content .whitelist-header{border-bottom-color:#d8d8d8}.custom-theme .whitelist-container .whitelist-list .whitelist-mails{border-color:#d8d8d8}.custom-theme .whitelist-container .whitelist-list .whitelist-mails .mat-chip{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .whitelist-container .whitelist-list .whitelist-mails .no-mails{width:100%;padding-top:10px;text-align:center}.custom-theme .curriculum-card{background:white;box-shadow:0 3px 6px #00000029}.custom-theme .curriculum-card .description{color:#63809e}.custom-theme .curriculum-resume-section{background:#fbfbfb}.custom-theme .curriculum-resume-section .curriculum-resume{background:white;box-shadow:0 1px 10px #00000029}.custom-theme .curriculum-resume-section .curriculum-resume .description{color:#63809e}.custom-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid #63809e}@media screen and (max-width: 768px){.custom-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid transparent}}.custom-theme .session-list-item .session-remaining-seats{color:var(--theme-secondary-300);border-color:var(--theme-secondary-300)}.custom-theme .training-detail .habilitation-by-course .count-collaborators{background:var(--theme-primary-500);color:#f1f4f8}.custom-theme .training-detail .habilitation-by-course .success-rate-value{color:#769cff}.custom-theme .training-detail .detail-video-desc{background:#f1f4f8}.custom-theme .training-detail .course-video{background:transparent}.custom-theme .training-detail .course-properties{border-top:solid .5px rgba(0,0,0,.12);border-bottom:solid .5px rgba(0,0,0,.12)}.custom-theme .training-detail .course-properties .property{border-left:solid .5px rgba(0,0,0,.54)}.custom-theme .training-detail .course-seat-count{background:#63809e;color:#fff}.custom-theme .training-detail .course-apply .detail-button{color:#fff}.custom-theme .training-detail .course-apply .detail-button.applied{color:#fff;background:#63809e}.custom-theme .training-detail .desc-obj,.custom-theme .training-detail .desc-profile,.custom-theme .training-detail .obj-value,.custom-theme .training-detail .profile-value{border-left:solid 3px var(--theme-primary-500)}.custom-theme .training-detail .required-course:hover{color:var(--theme-primary-500)}.custom-theme .training-detail .required-course:active{color:var(--theme-secondary-300)}.custom-theme .training-detail .mat-dialog-container{background:#fbfbfb}.custom-theme .training-detail .mat-dialog-container .mat-tab-list{background-color:transparent}.custom-theme .training-detail .mat-dialog-container .mat-tab-label{border:1px solid transparent;background-color:#fff}.custom-theme .training-detail .mat-dialog-container .mat-tab-label-active{background-color:var(--theme-primary-500)!important;color:#fff;opacity:1}.custom-theme .training-detail .mat-dialog-container .dialog-button{color:#fff}.custom-theme .training-detail .mat-dialog-container .mat-slide-toggle-bar,.custom-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:var(--theme-primary-500)}.custom-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f2f2f2}.custom-theme .fiche-cours-template{padding-left:15px}.custom-theme .fiche-cours-template .template-properties-title{color:var(--theme-primary-500)}.custom-theme .fiche-cours-template .template-properties-value{color:var(--theme-secondary-300)}.custom-theme .fiche-cours-template .template-properties-value span{color:#000}.custom-theme .fiche-cours-template .template-course-desc{background-color:var(--theme-primary-500);color:#fff}.custom-theme .fiche-cours-template .template-course-title{color:var(--theme-secondary-300)}.custom-theme .template-course-main-title{color:#000}.custom-theme .fiche-cours{color:gray}.custom-theme .line{color:var(--theme-secondary-300)}.custom-theme .dot{background-color:var(--theme-secondary-300)}.custom-theme .training-course .course-actions{border-top:solid 1px rgba(0,0,0,.12)}.custom-theme .training-course .course-actions .favorite-icon{color:var(--theme-secondary-300)}.custom-theme .training-course .course-actions .basket-icon{color:var(--theme-primary-500)}.custom-theme .training-course .course-action.mat-flat-button{color:#fff}.custom-theme .training-course .course-banner{background:var(--theme-secondary-300)}.custom-theme .training-course .course-views{background:#fbfbfb}.custom-theme .training-course .course-rates{background:var(--theme-secondary-300);color:#fff}.custom-theme .training-course .review-stars{color:#b0bac9}.custom-theme .training-course .review-stars .fill-star{color:#fbc944}.custom-theme .training-course .review-stars .training-rate{color:#fff;background:var(--theme-secondary-300)}.custom-theme .training-results .training-course-wrapper.selected .training-course{border:solid 2px var(--theme-primary-500)}.custom-theme .training-results .see-more button{color:#fff}.custom-theme .provisional-course-card-container{box-shadow:0 3px 6px #00000017;background-color:#fff}.custom-theme .provisional-course-card-container.selected{border:2px solid var(--theme-primary-500)}.custom-theme .provisional-course-card-container.grey{background-color:#d7d7d7}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-year{color:#000000de}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-icon{color:#fff;background-color:var(--theme-secondary-300)}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-label{color:#000000de}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-participant .provisional-course-participant-count{background-color:var(--theme-primary-500);color:#fff}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-label{color:#d8d8d8}.custom-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-data{color:#000000de}.custom-theme .provisional-course-dialog-container .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fff}.custom-theme .provisional-course-dialog-container .search-box .mat-form-field-label{color:#63809e}.custom-theme .provisional-course-dialog-container .search-box .add-button{color:#fff}.custom-theme .provisional-course-dialog-container .current-provisional-course{background:white;box-shadow:0 3px 6px #00000017}.custom-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-year{background:white;color:#000000de}.custom-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-icon{color:#fff;background-color:var(--theme-secondary-300)}.custom-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-label{color:#000000de}.custom-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-label{color:#d8d8d8}.custom-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-data{color:#000000de}.custom-theme .provisional-course-dialog-container .add-provisional-course-icon{color:#fff;background-color:#d8d8d8}.custom-theme .training-search{background:#fbfbfb}.custom-theme .training-search .success-rate-value{color:#769cff}.custom-theme .training-search .headband-habilitation{background:white}.custom-theme .training-search .headband-habilitation .headband-content-icon .mat-icon{color:#769cff}.custom-theme .training-search .curriculum-validation{background:#fbfbfb;box-shadow:0 3px 6px #000000de}.custom-theme .training-search .curriculum-validation button{color:#fff!important}.custom-theme .training-search .habilitation-list.darker,.custom-theme .training-search .habilitation-list.curriculum,.custom-theme .training-search .domain-list.darker{background:#f2f2f2}.custom-theme .training-search .domain-item .card-title{color:#000000de}.custom-theme .training-search .domain-item .mat-card{border:solid 1px transparent}.custom-theme .training-search .domain-item .mat-card:hover{border:solid 1px var(--theme-primary-500)}.custom-theme .training-search .selection-item.mat-chip-selected.mat-primary,.custom-theme .training-search .card-badge .mat-badge-content{color:#fff}.custom-theme .training-search .search-button,.custom-theme .plan-arbitration-container{background-color:#fbfbfb}.custom-theme .plan-arbitration-container .state.to_transform{background-color:#e1e9ff;color:#8798ad}.custom-theme .plan-arbitration-container .state.validated,.custom-theme .plan-arbitration-container .state.registered,.custom-theme .plan-arbitration-container .state.realised,.custom-theme .plan-arbitration-container .state.closed{background-color:#87bf00;color:#fff}.custom-theme .plan-arbitration-container .state.refused{background-color:#f64e60;color:#fff}.custom-theme .plan-arbitration-container .state.application{background-color:#63809e;color:#fff}.custom-theme .plan-arbitration-container .state.transformed_to_pi{background-color:#1bc5bd;color:#fff}.custom-theme .plan-arbitration-container .state.in_progress,.custom-theme .plan-arbitration-container .state.pending{background-color:#ffca28;color:#8798ad}.custom-theme .plan-arbitration-container .point-default{background:#c9d0db 0% 0% no-repeat padding-box}.custom-theme .plan-arbitration-container .validated-ratio,.custom-theme .plan-arbitration-container .point-approved{background:#87bf00 0% 0% no-repeat padding-box}.custom-theme .plan-arbitration-container .waiting-ratio,.custom-theme .plan-arbitration-container .point-waiting{background:#FFB300 0% 0% no-repeat padding-box}.custom-theme .plan-arbitration-container .rejected-ratio,.custom-theme .plan-arbitration-container .point-rejected{background:#f64e60 0% 0% no-repeat padding-box}.custom-theme .plan-arbitration-container .valid-th{border-color:var(--theme-secondary-300);color:#63809e}.custom-theme .plan-arbitration-container .details-sync{box-shadow:0 3px 3px #00000012;background:#f1f4f8;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .plan-arbitration-container .details-sync .sync{color:#63809e}.custom-theme .plan-arbitration-container .details-sync .warning{color:#ffca28}.custom-theme .plan-arbitration-container .details-sync .done{color:#87bf00}.custom-theme .plan-arbitration-container .validator-details{box-shadow:0 3px 3px #00000012;background:#f1f4f8;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .plan-arbitration-container .validator-details .validator-tri{background-color:#f4f6fc;color:#707070}.custom-theme .plan-arbitration-container .validator-details .date-validation-title{color:#000000de}.custom-theme .plan-arbitration-container .validator-details .warning-css{color:#ffca28}.custom-theme .plan-arbitration-container .validator-details .green{background:#87bf00;color:#fff}.custom-theme .plan-arbitration-container .validator-details .red{background:#f64e60;color:#fff}.custom-theme .plan-arbitration-container .right-in:after{border-left:20px solid #f1f4f8}.custom-theme .plan-arbitration-container .actions{background-color:#fff}.custom-theme .plan-arbitration-container .mat-table .mat-header-row{background-color:#eef0f8}.custom-theme .plan-arbitration-container .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.custom-theme .plan-arbitration-container .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .plan-arbitration-container .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.custom-theme .plan-arbitration-container .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .plan-arbitration-container .mat-table .trigger-cost-menu .mat-icon{color:#63809e}.custom-theme .plan-arbitration-container .mat-table .bold{color:#000000de}.custom-theme .plan-arbitration-container .mat-table .serial-number{color:#7a7a7a}.custom-theme .plan-arbitration-container .mat-table .alert-icon-details{background-color:#fff;border-bottom:4px solid var(--theme-secondary-300);color:#63809e}.custom-theme .plan-arbitration-container .mat-table .sync-button{color:#63809e4d}.custom-theme .plan-arbitration-container .mat-table .sync-button:disabled{color:#00000042}.custom-theme .plan-arbitration-container .mat-table .synced,.custom-theme .plan-arbitration-container .mat-table .synced:disabled{color:#63809e}.custom-theme .plan-arbitration-container .mat-table .total-value,.custom-theme .plan-arbitration-container .mat-table .total-value-footer{color:#63809e}.custom-theme .plan-arbitration-container .mat-table .total-label{background-color:#eef0f8}.custom-theme .plan-arbitration-container .mat-table .icon-delete path{stroke:#63809e}.custom-theme .mat-tooltip-class{background-color:#63809e;color:#fff}.custom-theme #titleMenuActionsArbitration,.custom-theme #titleCostMenuArbitration{color:#63809e}.custom-theme #btn-validation-menu,.custom-theme .btn-validation-menu{background-color:#fff;color:var(--theme-primary-500)}.custom-theme #btn-delete-menu,.custom-theme .btn-delete-menu{background-color:#fff;color:#63809e}.custom-theme .footer-validation-menu,.custom-theme .checkbox-validation,.custom-theme #titre-validation-menu,.custom-theme .titre-validation-menu{color:#63809e}.custom-theme .div-validation:hover,.custom-theme #btn-validation-menu:hover,.custom-theme #btn-delete-menu:hover,.custom-theme .btn-validation-menu:hover,.custom-theme .btn-delete-menu:hover{background-color:#f1f4f8}.custom-theme .graphs-container .box-icon .mat-icon-button{color:#fff;background:var(--theme-primary-500)}.custom-theme .training-demands .validation-container{color:#575962}.custom-theme .training-demands .validation-container button{color:#fff}.custom-theme .training-demands .unchecked-step{color:#d8d8d8}.custom-theme .training-demands .title,.custom-theme .training-demands .title-section-registration{color:#575962}.custom-theme .training-demands .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.custom-theme .training-demands .options-container .option-badge.selected,.custom-theme .training-demands .options-container.selected{border:2px solid var(--theme-primary-500)}.custom-theme .training-demands textarea{color:#575962}.custom-theme .training-demands .valid-quantity-button.mat-flat-button{color:#fff}.custom-theme .training-demands .classifQuantityTotal{border:2px solid var(--theme-primary-500)}.custom-theme .training-demands .users-list .users-card{background-color:#f3f6f9}.custom-theme .training-demands .users-list .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-theme .training-demands .users-list .users-card .user{color:var(--theme-secondary-300)}.custom-theme .training-demands .users-list .users-card .registration-status{background:var(--theme-secondary-300);color:#fff}.custom-theme .training-demands .users-list .users-card .user-badge{background-color:#d8d8d8}.custom-theme .registration-side .registration-processed{color:var(--theme-secondary-300);font-weight:700}.custom-theme .registration-side .validation-container{color:#575962}.custom-theme .registration-side .validation-container button{color:#fff}.custom-theme .registration-side .title,.custom-theme .registration-side .title-section-registration{color:#575962}.custom-theme .registration-side .answers-container{margin-top:20px}.custom-theme .registration-side .search .search-label{color:#707070}.custom-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.custom-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.custom-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.custom-theme .registration-side .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.custom-theme .registration-side .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-theme .registration-side .count-collaborators{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .training-needs-container .progress-container{background-color:#fff}.custom-theme .training-needs-container .progress-container .registration-title,.custom-theme .training-needs-container .progress-container .checkbox-conscent{color:#000000de}.custom-theme .training-needs-container .progress-container .circle-progress circle{stroke:var(--theme-primary-200)}.custom-theme .training-needs-container .progress-container .circle-progress path{stroke:var(--theme-primary-500)}.custom-theme .training-needs-container .progress-container .circle-progress tspan{fill:#7a7a7a}.custom-theme .registration-container .title{color:#575962}.custom-theme .registration-container .registration-processed{color:var(--theme-secondary-300);font-weight:700}.custom-theme .registration-container .title-section-registration{color:#575962}.custom-theme .registration-container .title-section-registration .unchecked-step{color:#d8d8d8}.custom-theme .registration-container .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.custom-theme .registration-container .options-container .option-badge.selected{border:2px solid var(--theme-primary-500)}.custom-theme .registration-container .options-container .mat-form-field-flex{background:#f3f6f9 0% 0% no-repeat padding-box;border:1px solid #e0e7ff}.custom-theme .registration-container .options-container .date-card{border:2px solid #9e9e9e;color:#9e9e9e}.custom-theme .registration-container .options-container .date-card.selected{border:2px solid var(--theme-primary-500)}.custom-theme .registration-container .options-container .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .registration-container .options-container textarea{color:#575962}.custom-theme .registration-container .mat-card-details{color:#9e9e9e}.custom-theme .registration-container .group-list .group-card{border:1px solid #d8d8d8}.custom-theme .registration-container .group-list .group-card.group-selected{border:2px solid var(--theme-primary-500)}.custom-theme .registration-container .validation-container{color:#575962}.custom-theme .registration-container .validation-container button{color:#fff}.custom-theme .registration-container .search .search-label{color:#707070}.custom-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.custom-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.custom-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#f4f4f4}.custom-theme .registration-container .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.custom-theme .registration-container .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-theme .registration-container .users-list .users-card{background-color:#f3f6f9}.custom-theme .registration-container .users-list .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-theme .registration-container .users-list .users-card .user{color:var(--theme-secondary-300)}.custom-theme .registration-container .users-list .users-card .registration-status{background:var(--theme-secondary-300);color:#fff}.custom-theme .registration-container .users-list .users-card .user-badge{background-color:#d8d8d8}.custom-theme .registration-container .count-collaborators{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .registration-container .count-collaborators.full-session{background:#e6851d}.custom-theme .registration-container .count-collaborators-tags .count-collaborators-item-label{background:white}.custom-theme .registration-container .count-collaborators-tags.registered,.custom-theme .registration-container .count-collaborators-tags.registered .count-collaborators-item-label{color:var(--theme-secondary-300)}.custom-theme .registration-container .selected-collaborators .collaborator{border:2px solid var(--theme-primary-500);background:#fbfbfb}.custom-theme .registration-container .selected-collaborators .collaborator .name{color:var(--theme-secondary-300)}.custom-theme .registration-container .selected-collaborators .collaborator .remove{color:var(--theme-secondary-300);background:#fbfbfb}.custom-theme .registration-container .mat-step-icon .mat-icon{color:#fff}.custom-theme .icon-organisme-session .st0{fill:var(--theme-secondary-300)}.custom-theme .icon-organisme-session .st1{fill:#fff}.custom-theme .registration-container .registration-container-margin .side-information .selected-course{border:3px solid var(--theme-primary-500)}.custom-theme .registration-container .registration-container-margin .side-information .overlay-course{background-color:gray}.custom-theme .mat-step-icon .mat-icon{color:#fff}.custom-theme .you-message .message-text{color:var(--theme-primary-500);border:1px solid var(--theme-primary-500)}.custom-theme .other-message .message-text{background:var(--theme-primary-500);border:1px solid var(--theme-primary-500)}.custom-theme .label-chatbot,.custom-theme .wrapper .head-text{background:var(--theme-primary-500)}.custom-theme .habilitations-modal-content .habilitation-name-status{color:#51cd89}.custom-theme .habilitations-modal-content .habilitation-name-status.invalid{color:#f1416c}.custom-theme .habilitations-modal-content .habilitation-name-status.expiring{color:#ffc700}.custom-theme .habilitation-tainings-modal-content .valid{color:#51cd89}.custom-theme .habilitation-tainings-modal-content .invalid{color:#f1416c}.custom-theme .habilitation-tainings-modal-content .habilitation-name-status{color:#51cd89}.custom-theme .habilitation-tainings-modal-content .habilitation-name-status.invalid{color:#f1416c}.custom-theme .habilitation-tainings-modal-content .habilitation-name-status.expiring{color:#ffc700}.custom-theme .training-collection-modal-content .collection{border-color:#d8d8d8}.custom-theme .training-collection-modal-content .collection.selected{background:var(--theme-secondary-300);border-color:var(--theme-secondary-300);color:#fff}.custom-theme .training-plan-arbitration-details-content .details-title{color:#000000de;border-bottom:1px solid #d8d8d8}.custom-theme .training-plan-arbitration-details-content .detail-recap{padding-top:10px;background:#f1f4f8}.custom-theme .training-plan-arbitration-details-content .details-row .details-label{color:#000}.custom-theme .training-plan-arbitration-details-content .details-row .details-value{color:#707070}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .mat-icon{color:#000000de}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .sync-indicator{color:#63809e66}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .synced{color:#63809e}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .decision-badge{border-color:var(--theme-secondary-300)}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .gray-point{background:#c9d0db}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .green-point{background:#87bf00}.custom-theme .training-plan-arbitration-details-content .details-row .details-value .red-point{background:#f64e60}.custom-theme .training-plan-arbitration-details-content .details-table{color:#000000de}.custom-theme .training-plan-arbitration-details-content .details-table th,.custom-theme .training-plan-arbitration-details-content .details-table td{border-bottom:1px solid #d8d8d8}.custom-theme .training-plan-arbitration-details-content .details-table th{color:#0009}.custom-theme .training-plan-arbitration-details-content .details-table .user-badge{background:#ffffff}.custom-theme .training-plan-arbitration-details-content .details-table .comment{color:#63809e}.custom-theme .training-plan-arbitration-validation-container .validation-form{background:#f1f4f8}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-outer-circle{border-color:#87bf00}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-inner-circle{background-color:#87bf00}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked{color:#f64e60}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked{color:#ffb300}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-outer-circle{border-color:#ffb300}.custom-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-inner-circle{background-color:#ffb300}.custom-theme .training-plan-arbitration-validation-container .validation-form textarea{color:#63809e}.custom-theme .training-plan-arbitration-validation-container .validation-list th.mat-header-cell{color:#7a7a7a}.custom-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell{color:#000000de}.custom-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell.mat-column-comment{color:#63809e}.custom-theme .training-plan-arbitration-validation-container .validation-list .validator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .training-plan-arbitration-validation-container .validation-list .status-header>div{border-color:var(--theme-secondary-300);color:#63809e}.custom-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-approved{background:#87bf00 0% 0% no-repeat padding-box}.custom-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-rejected{background:#f64e60 0% 0% no-repeat padding-box}.custom-theme .training-plan-arbitration-validation-container .validation-list .motive{color:#000000de}.custom-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked{color:#f64e60}.custom-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.custom-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.custom-theme #menuMotivesValidation .mat-radio-label-content{color:#63809e}.custom-theme .whitelist-modal-content .whitelist{border-color:#d8d8d8}.custom-theme .whitelist-modal-content .whitelist.selected{background:var(--theme-secondary-300);border-color:var(--theme-secondary-300);color:#fff}.custom-theme .whitelist-modal-content form .mat-chip{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-theme .whitelist-modal-content form .mat-chip .mat-chip-remove{color:var(--theme-secondary-contrast-300)}.custom-theme .course-details-header{background-color:#fff}.custom-theme .course-general-information-container .info-label{color:#7a7a7a}.custom-theme .course-general-information-container .info-label .help-icon{color:#4384ef}.custom-theme .course-general-information-container .info-data{color:#000000de}.custom-theme .course-details-container .course-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .courses-library-search-bar .baskets{background-color:#f1f4f8}.custom-theme .courses-library-search-bar .baskets.no-background{background-color:unset}.custom-theme .nine-box-container-full .boxes{color:inherit;border-left:2px solid #d8d8d8;border-bottom:2px solid #d8d8d8}.custom-theme .nine-box-container-full .boxes .up,.custom-theme .nine-box-container-full .boxes .right{color:#d8d8d8}.custom-theme .nine-box-container-full .boxes .potential,.custom-theme .nine-box-container-full .boxes .perf{color:#707070}.custom-theme .nine-box-container-full .boxes .label-box{color:#fff}.custom-theme .nine-box-container-full .boxes .nine-box .box-header .score,.custom-theme .nine-box-container-full .boxes .nine-box .box-header .total{background:white}.custom-theme .nine-box-container-full .boxes .nine-box .box-header .label-box{color:#fff}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-badge,.custom-theme .nine-box-container-full .boxes .nine-box .users .user-badge .stack-count{background:#ffffff}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-badge .label-box{color:#fff}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details{background:white;color:var(--theme-secondary-300);box-shadow:0 3px 3px #00000012;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .blue-point{background:var(--theme-secondary-300)}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-status{background:#d8d8d8;color:#000000de}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title{color:#000000de}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title .user-title-job{color:#b0bac9}.custom-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .stack-users .user-title{border-top-color:#d8d8d8}.custom-theme .skill-matrix-container .skill-matrix-content .layout-options-container .skill-matrix-filter{border:2px solid}.custom-theme .skill-matrix-container .skill-matrix-content .score-badge,.custom-theme .skill-matrix-container .skill-matrix-content .score-indicator{background-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .score-badge.greater,.custom-theme .skill-matrix-container .skill-matrix-content .score-indicator.greater{background-color:#90b91e;color:#fff}.custom-theme .skill-matrix-container .skill-matrix-content .score-badge.equal,.custom-theme .skill-matrix-container .skill-matrix-content .score-indicator.equal{background-color:#039ddc;color:#fff}.custom-theme .skill-matrix-container .skill-matrix-content .score-badge.lower,.custom-theme .skill-matrix-container .skill-matrix-content .score-indicator.lower{background-color:#ea0311;color:#fff}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail{background:white}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail .user-name{border-bottom-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge{background-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail .score-container{border-bottom-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge-container{border-right-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header{border-bottom-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .user-name,.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .score-container{border-bottom:none}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .category-sections .category{border-right-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .user-card-detail .category .section-open{background-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user{background:white}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .red{background-color:#ea0311}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .green{background-color:#90b91e}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .blue{background-color:#039ddc}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .arrow,.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header{border-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile{background-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile .user-details{box-shadow:0 3px 3px #00000012;background:#63809e 0% 0% no-repeat padding-box;color:#fff}.custom-theme .skill-matrix-container .skill-matrix-content .grid-container .mat-expansion-panel{border-bottom-color:#f4f6fc}.custom-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections,.custom-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections-user{border-color:#f4f6fc}.custom-theme .users-container{background:#fbfbfb}.custom-theme .users-container .blur-opacity{background-color:#000000de}.custom-theme .users-container .manage-users-content .manage-users-table{box-shadow:0 3px 6px #00000017}.custom-theme .users-container .manage-users-content .manage-users-table .actions{background-color:#fff}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table{color:#000000de}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-row{background-color:#eef0f8}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-cell{color:#63809e;border-bottom-color:#ecf0f3}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-cell{color:#707070;border-bottom-color:#ecf0f3}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-checkbox-frame{border-color:#707070}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card{background-color:#fff;border:1px solid inherit;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card .manager-name{color:#000000de}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars{color:#b0bac9}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-theme .users-container .manage-users-content .manage-users-table .mat-table .review-count{color:#b0bac9}.custom-theme #titleMenuActionsUsers{color:#63809e}.custom-theme .user-details-container .user-details-menu .menu-button{color:#000000de}.custom-theme .user-details-container .user-details-menu .menu-button.selected{color:var(--theme-secondary-300);background:#fbfbfb;border-left:3px solid var(--theme-secondary-300)}.custom-theme .user-details-container .user-details-menu .menu-sub-button{color:#7a7a7a}.custom-theme .user-details-container .user-details-menu .menu-sub-button .dot{background-color:#7a7a7a}.custom-theme .user-details-container .user-details-menu .menu-sub-button.selected{background:#fbfbfb;color:var(--theme-secondary-300)}.custom-theme .user-details-container .user-details-menu .menu-sub-button.selected .dot{background:var(--theme-secondary-300)}.custom-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header-title{color:#000000de}.custom-theme .user-details-container .user-details-header{background-color:#fff}.custom-theme .user-details-container .user-details-header .user-group{background:var(--theme-secondary-300);color:#fff}.custom-theme .user-details-container .user-details-header .user-badge{background-color:#f4f6fc}.custom-theme .user-details-container .user-details-header .user-name{color:#000000de}.custom-theme .user-details-container .user-details-header .user-number{color:#b0bac9}.custom-theme .user-details-container .user-details-header .icons .icon{background:var(--theme-secondary-100);color:var(--theme-secondary-300)}.custom-theme .user-general-information-container .info-label{color:#7a7a7a}.custom-theme .user-general-information-container .info-label .help-icon{color:#4384ef}.custom-theme .user-general-information-container .info-data{color:#000000de}.custom-theme .user-general-information-container .cv{color:var(--theme-secondary-500)}.custom-theme .user-general-information-container .letter{color:var(--theme-primary-500)}.custom-theme .user-general-information-container .no-cv,.custom-theme .user-general-information-container .no-letter{color:#c7c7c8}.custom-theme .user-general-information-container .review-stars{color:#b0bac9}.custom-theme .user-general-information-container .review-stars .fill-star{color:#fbc944}.custom-theme .user-general-information-container .review-count{color:#7a7a7a}.custom-theme .user-general-information-container .status.pending{background-color:#ffca28;color:#8798ad}.custom-theme .user-general-information-container .status.approved{background-color:#87bf00;color:#fff}.custom-theme .user-general-information-container .status.canceled,.custom-theme .user-general-information-container .status.refused{background-color:#f64e60;color:#fff}.custom-theme .doccreator-article-list .article-content,.custom-theme .doccreator-template-document-form .article-title,.custom-theme .doccreator-template-document-form .article-content{color:#000}.custom-theme .admin-structure-container .structure-search .mat-form-field-flex{background-color:#fbfbfb}.custom-theme .group-card-custom .notification{background-color:red;color:#fff}.custom-theme .group-card-custom .card-title{color:#707070}.custom-theme .file-viewer-container .close-button{color:#000000de;background-color:#fff}.custom-theme .header-menu-page-container .header-menu-page-header:not(:empty){background-color:#fff;box-shadow:2px 2px 2px #0000000d}.custom-theme .header-menu-page-container .header-menu-page-header:not(:empty) .header-title{color:#000000de}.custom-theme .header-menu-page-container .header-menu-page-menu,.custom-theme .header-menu-page-container .header-menu-page-sub-content{background-color:#fff;box-shadow:2px 2px 2px #0000000d}.custom-theme .search-bar-container{background-color:#fbfbfb}.custom-theme .search-bar-container .search-bar-header{background-color:#f1f4f8}.custom-theme .search-bar-container .search-bar-header .title{color:#63809e}.custom-theme .search-bar-container .search-bar-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.custom-theme .search-bar-container .search-bar-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#fbfbfb}.custom-theme .search-bar-container .search-bar-content .search-box .mat-form-field-label{color:#63809e}.custom-theme .search-bar-container .search-bar-content .search-box .mat-divider{border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .search-box .mat-stroked-button:not([disabled]){border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .filter input:focus::placeholder{opacity:.5}.custom-theme .search-bar-container .search-bar-content .filter input:focus::-webkit-input-placeholder{opacity:.5}.custom-theme .search-bar-container .search-bar-content .filter input:focus:-moz-placeholder{opacity:.5}.custom-theme .search-bar-container .search-bar-content .filter input:focus::-moz-placeholder{opacity:.5}.custom-theme .search-bar-container .search-bar-content .filter input:focus:-ms-input-placeholder{opacity:.5}.custom-theme .search-bar-container .search-bar-content .pinned-filters .alert-icon-details{background-color:#fff;border-bottom:4px solid var(--theme-secondary-300);color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline{color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline ::placeholder,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline ::placeholder,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline ::placeholder{color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#d8d8d8}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-checkbox .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-checkbox .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-checkbox .mat-checkbox-frame{border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-label,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-input-element,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-select-value,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-inner,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-datepicker-toggle,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-content,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-separator,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .app-rangenumber-numbers{color:var(--theme-primary-500)}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-frame,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-start,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-end{border-color:var(--theme-primary-500)}.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-background,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb{background-color:var(--theme-primary-500)}.custom-theme .search-bar-container .search-bar-content .hidden-filters-value .pinned-search-label{color:#7a7a7a}.custom-theme .search-bar-container .search-bar-content .hidden-filters-value .search{background:none;color:#707070;border:solid 1px #707070}.custom-theme .search-bar-container .search-bar-content .hidden-filters-value .search:after{background:none}.custom-theme .search-bar-container .search-bar-content .hidden-filters-value .search.selected{background:#eef0f8;border-color:var(--theme-secondary-300);color:var(--theme-secondary-300)}.custom-theme .search-bar-container .search-bar-content .hidden-filters-value .mat-divider{border-color:#63809e}.custom-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name{background-color:#c9d0db;color:#fff}.custom-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name.selected{box-shadow:2px -2px 2px #0000000d;background-color:#fff;color:var(--theme-secondary-300);border-bottom:2px solid var(--theme-secondary-300)}.custom-theme .search-bar-container .search-bar-content .button-box,.custom-theme .search-bar-container .search-bar-content .reset-forms.on-blur{color:#fff}.custom-theme .search-bar-container.edit-mode{background:none}.custom-theme input.mat-select-filter{background-color:#fff;color:inherit}.custom-theme .text-editor-textarea-container .style-toggles{border:1px solid #d8d8d8;border-bottom:none}.custom-theme .text-editor-textarea-container .mat-slide-toggle .mat-slide-toggle-content{color:#7a7a7a}.custom-theme .text-editor-textarea-container .fake-textarea,.custom-theme .text-editor-textarea-container .textarea{border:1px solid #d8d8d8}.custom-theme .text-editor-textarea-container .fake-textarea:active,.custom-theme .text-editor-textarea-container .fake-textarea.active,.custom-theme .text-editor-textarea-container .textarea:active,.custom-theme .text-editor-textarea-container .textarea.active{border:1px solid #707070}.custom-theme .text-editor-textarea-container .fake-textarea:focus,.custom-theme .text-editor-textarea-container .textarea:focus{outline:none;border:1px solid #707070}.custom-theme .text-editor-textarea-container .fake-textarea{color:#000}.custom-theme .mat-menu-panel.add-link-mat-menu,.custom-theme .mat-menu-panel.add-photo-menu{color:#000000de}.custom-theme .hint{color:#e6851d}.custom-theme .yes-no-question .infos{border:1px solid var(--theme-secondary-300)}.custom-theme .yes-no-question .infos .info-content{color:#000000de}.custom-theme .yes-no-question .infos .info-subcontent{color:#7a7a7a}.custom-theme .export-template-modal-content .export-template-modal-title{color:#000000de}.custom-theme .export-template-modal-content .available-templates{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .export-template-modal-content .available-templates .available-templates-title{color:#000000de}.custom-theme .export-template-modal-content .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .export-template-modal-content .available-templates .template-item.selected{background:#f4f6fc;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-theme .export-template-modal-content .available-templates .template-item .mat-icon{color:#63809e}.custom-theme .export-template-modal-content .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.custom-theme .export-template-modal-content .available-columns{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .export-template-modal-content .available-columns .available-columns-title{color:#000000de}.custom-theme .export-template-modal-content .current-template-columns{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .export-template-modal-content .current-template-columns .current-template-columns-title{color:#000000de}.custom-theme .export-template-modal-content .drop-list .drag-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .export-template-modal-content .drop-list .drag-item .remove{color:#63809e}.custom-theme .export-template-modal-content .drop-list .drag-item-placeholder,.custom-theme .drag-item-preview{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .screen-toggle{background-color:#fff}.custom-theme button.active{color:var(--theme-primary-500)}.custom-theme .number-plus-minus{background-color:#ddd}.custom-theme .number-plus-minus input,.custom-theme .number-plus-minus .plus:after,.custom-theme .number-plus-minus .minus:after,.custom-theme .number-plus-minus .plus:before{color:#000000de;background:#f1f4f8}.custom-theme .number-plus-minus input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.custom-theme .number-plus-minus .plus,.custom-theme .number-plus-minus .minus{background-color:var(--theme-secondary-300)}.custom-theme .number-plus-minus .plus:disabled,.custom-theme .number-plus-minus .minus:disabled{background:#7a7a7a}.custom-theme .menu-custom-card .content-card .content-card-title{background:white}.custom-theme .menu-custom-card .content-card .content-card-subtitle{color:#000000de;background:rgba(255,255,255,.7)}.custom-theme .page-header-container .page-header-background{background-color:#f1f4f8}.custom-theme .page-header-container .page-header-content{background-color:#fff;box-shadow:0 2px 20px #7772be29}.custom-theme .bubble-profile-badge .grey-1{background-color:#f4f6fc}.custom-theme .bubble-profile-badge .grey-2{background-color:#d8d8d8}.custom-theme .bubble-profile-list .stack-count{border:1px solid;background:white;border-color:var(--theme-secondary-300)}.custom-theme .bubble-profile-list .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-theme .bubble-profile-list-details{background-color:#fff;border:1px solid inherit;border-bottom:4px solid var(--theme-secondary-300)}.custom-theme .bubble-profile-list-details .user-name,.custom-theme .user-header .label,.custom-theme .user-header .value,.custom-theme .user-header .user-name{color:#000000de}.custom-theme .user-header .sub-label{color:#a4a1b0}.custom-theme .user-header .indicators-container{border-color:#b0bac9}.custom-theme .user-header .indicator{border-right-color:#b0bac9}.custom-theme .app-color-picker .input-color{border-color:#b0bac9;color:#b0bac9}.custom-theme .app-rate-stars .star{color:#b0bac9}.custom-theme .app-rate-stars .fill-star{color:#fbc944}.custom-theme .app-rate-stars .disabled{color:#b0bac9;opacity:.38}.custom-theme .percent-completion-label{color:#7a7a7a}.custom-theme .percent-completion-bar{background:#d8d8d8}.custom-theme .percent-completion-bar-fill--info{background-color:#4384ef}.custom-theme .percent-completion-bar-fill--NOT_REACHED{background-color:#f64e60}.custom-theme .percent-completion-bar-fill--ALMOST_REACHED{background-color:#ffb300}.custom-theme .percent-completion-bar-fill--REACHED{background-color:#87bf00}.custom-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip{background:none}.custom-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip:after{background:none}.custom-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip .label{background:white}.custom-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip{color:var(--theme-primary-500);border-color:var(--theme-primary-500)}.custom-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-primary-500);opacity:1}.custom-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip{color:var(--theme-secondary-300);border-color:var(--theme-secondary-300)}.custom-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-secondary-300);opacity:1}.custom-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip{color:#7a7a7a;border-color:#7a7a7a}.custom-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip .mat-chip-remove{color:#7a7a7a;opacity:1}.custom-theme .detail-container .separator{border-color:#d8d8d8}.custom-theme .cdk-overlay-pane .image-format-menu .mat-menu-item.selected{color:var(--theme-secondary-300);background:#fbfbfb;border-left:3px solid var(--theme-secondary-300)}.custom-theme .field-detail-text,.custom-theme .field-detail .document-typology-name{color:#768085}.custom-theme .field-detail-title,.custom-theme .field-detail-label{color:#000000de}.custom-theme .field-detail-content.background{background:#E1E9FF;color:#63809e}.custom-theme .field-detail-content.background .field-detail-text{color:#63809e}.custom-theme .field-detail .field-detail-image img,.custom-theme .field-detail .field-detail-video .video-player{box-shadow:0 2px 20px #7772be29}.custom-theme .grid-export-template-menu-title{color:#000000de}.custom-theme .grid-export-template-menu-search-field{color:#63809e}.custom-theme .grid-export-template-menu-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .grid-export-template-menu-action{color:#63809e}.custom-theme .grid-export-template-modal-title{color:#000000de}.custom-theme .grid-export-template-modal-title .mat-icon{color:#63809e}.custom-theme .grid-export-template-modal .available-templates{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .grid-export-template-modal .available-templates .available-templates-title{color:#000000de}.custom-theme .grid-export-template-modal .available-templates .template-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .grid-export-template-modal .available-templates .template-item.selected{background:#f4f6fc;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-theme .grid-export-template-modal .available-templates .template-item .mat-icon{color:#63809e}.custom-theme .grid-export-template-modal .available-templates .template-add{background:#d8d8d8;color:#7a7a7a}.custom-theme .grid-export-template-modal .available-columns{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .grid-export-template-modal .available-columns .available-columns-title{color:#000000de}.custom-theme .grid-export-template-modal .current-template-columns{background:white;box-shadow:0 10px 10px #0000000d}.custom-theme .grid-export-template-modal .current-template-columns .current-template-columns-title{color:#000000de}.custom-theme .grid-export-template-modal .drop-list .drag-item{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .grid-export-template-modal .drop-list .drag-item .remove{color:#63809e}.custom-theme .grid-export-template-modal .drop-list .drag-item-placeholder,.custom-theme .drag-item-preview{color:#7a7a7a;border:1px solid #d8d8d8}.custom-theme .tooltip-html-container{background:white;box-shadow:2px 2px 2px #0000000d;color:#000;border-color:#63809e}.custom-theme .app-message--warning{background-color:#f1f4f8;border-color:#5d78fb;color:#5d78fb}.custom-theme .app-message .content{width:-moz-fit-content;width:fit-content}.custom-theme .drop-list-empty{background-color:#f7f9fb}.custom-theme .drop-list-empty-message{color:#b4bfcb}.custom-theme button.mat-flat-button.secondary-button,.custom-theme button.mat-icon-button.secondary-button,.custom-theme div.secondary-button{background:white;color:#63809e;box-shadow:0 3px 6px #00000029}.custom-theme .pinned{border-radius:45px;color:var(--theme-secondary-300);box-shadow:0 3px 6px var(--theme-secondary-300)}.custom-theme .navigate-button{color:#5d78fb}.custom-theme .navigate-button .mat-icon{background:#E1E9FF}.custom-theme .general-singular-icon .mat-icon-button{background:none}.custom-theme .general-singular-icon--mat-icon-bg-button .mat-icon-button,.custom-theme .general-singular-icon--mat-icon-bg-round-button .mat-icon-button{background:#E1E9FF;color:#5d78fb}.custom-theme .general-singular-icon--mat-icon-bg-button .primary.mat-icon-button,.custom-theme .general-singular-icon--mat-icon-bg-round-button .primary.mat-icon-button{background:var(--theme-primary-500);color:#fff;box-shadow:0 3px 6px #00000029}.custom-theme .general-singular-icon--mat-icon-bg-button .secondary.mat-icon-button,.custom-theme .general-singular-icon--mat-icon-bg-round-button .secondary.mat-icon-button{background:white;color:#63809e;box-shadow:0 3px 6px #00000029}.custom-theme .general-table-content .mat-icon,.custom-theme .general-table-content .general-table-menu-title{color:#63809e}.custom-theme .save-search{width:90%;margin:auto}.custom-theme .save-search .save-search-list .button-pin.pinned{border-color:var(--theme-secondary-300);color:var(--theme-secondary-300)}.custom-theme .save-search .filter-item{background:none;color:var(--theme-primary-500);border:solid 1px var(--theme-primary-500)}.custom-theme .save-search .filter-item .filter-item-label{background:white}.custom-theme .info-label{color:#7a7a7a}.custom-theme .info-data{color:#000000de}.custom-dark-theme .mat-ripple-element{background-color:#ffffff1a}.custom-dark-theme .mat-option{color:#ffffffde}.custom-dark-theme .mat-option:hover:not(.mat-option-disabled),.custom-dark-theme .mat-option:focus:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.custom-dark-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.custom-dark-theme .mat-option.mat-active{background:rgba(255,255,255,.04);color:#ffffffde}.custom-dark-theme .mat-option.mat-option-disabled{color:#ffffff80}.custom-dark-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:var(--theme-primary-500)}.custom-dark-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:var(--theme-secondary-300)}.custom-dark-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.custom-dark-theme .mat-optgroup-label{color:#fff9}.custom-dark-theme .mat-optgroup-disabled .mat-optgroup-label{color:#ffffff80}.custom-dark-theme .mat-pseudo-checkbox{color:#fff9}.custom-dark-theme .mat-pseudo-checkbox:after{color:#303030}.custom-dark-theme .mat-pseudo-checkbox-disabled{color:#686868}.custom-dark-theme .mat-primary .mat-pseudo-checkbox-checked,.custom-dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate{background:var(--theme-primary-500)}.custom-dark-theme .mat-pseudo-checkbox-checked,.custom-dark-theme .mat-pseudo-checkbox-indeterminate,.custom-dark-theme .mat-accent .mat-pseudo-checkbox-checked,.custom-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate{background:var(--theme-secondary-300)}.custom-dark-theme .mat-warn .mat-pseudo-checkbox-checked,.custom-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.custom-dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.custom-dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.custom-dark-theme .mat-app-background,.custom-dark-theme.mat-app-background{background-color:#303030;color:#ffffffde}.custom-dark-theme .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-dark-theme .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.custom-dark-theme .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-dark-theme .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.custom-dark-theme .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-dark-theme .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.custom-dark-theme .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-dark-theme .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.custom-dark-theme .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.custom-dark-theme .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.custom-dark-theme .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.custom-dark-theme .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.custom-dark-theme .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.custom-dark-theme .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.custom-dark-theme .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.custom-dark-theme .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.custom-dark-theme .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.custom-dark-theme .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.custom-dark-theme .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.custom-dark-theme .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.custom-dark-theme .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.custom-dark-theme .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.custom-dark-theme .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.custom-dark-theme .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.custom-dark-theme .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.custom-dark-theme .mat-autocomplete-panel{background:#424242;color:#ffffffde}.custom-dark-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.custom-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#ffffffde}.custom-dark-theme .mat-badge{position:relative}.custom-dark-theme .mat-badge.mat-badge{overflow:visible}.custom-dark-theme .mat-badge-hidden .mat-badge-content{display:none}.custom-dark-theme .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.custom-dark-theme .ng-animate-disabled .mat-badge-content,.custom-dark-theme .mat-badge-content._mat-animation-noopable{transition:none}.custom-dark-theme .mat-badge-content.mat-badge-active{transform:none}.custom-dark-theme .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.custom-dark-theme .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.custom-dark-theme .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.custom-dark-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .custom-dark-theme .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.custom-dark-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .custom-dark-theme .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.custom-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .custom-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.custom-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .custom-dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.custom-dark-theme .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.custom-dark-theme .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.custom-dark-theme .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.custom-dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .custom-dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.custom-dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .custom-dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.custom-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .custom-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.custom-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .custom-dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.custom-dark-theme .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.custom-dark-theme .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.custom-dark-theme .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.custom-dark-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .custom-dark-theme .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.custom-dark-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .custom-dark-theme .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.custom-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .custom-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.custom-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .custom-dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.custom-dark-theme .mat-badge-content{color:var(--theme-primary-contrast-500);background:var(--theme-primary-500)}.cdk-high-contrast-active .custom-dark-theme .mat-badge-content{outline:solid 1px;border-radius:0}.custom-dark-theme .mat-badge-accent .mat-badge-content{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.custom-dark-theme .mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:#ffffff80}.custom-dark-theme .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#424242;color:#ffffffde}.custom-dark-theme .mat-button,.custom-dark-theme .mat-icon-button,.custom-dark-theme .mat-stroked-button{color:inherit;background:transparent}.custom-dark-theme .mat-button.mat-primary,.custom-dark-theme .mat-icon-button.mat-primary,.custom-dark-theme .mat-stroked-button.mat-primary{color:var(--theme-primary-500)}.custom-dark-theme .mat-button.mat-accent,.custom-dark-theme .mat-icon-button.mat-accent,.custom-dark-theme .mat-stroked-button.mat-accent{color:var(--theme-secondary-300)}.custom-dark-theme .mat-button.mat-warn,.custom-dark-theme .mat-icon-button.mat-warn,.custom-dark-theme .mat-stroked-button.mat-warn{color:#f44336}.custom-dark-theme .mat-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-icon-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-icon-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-icon-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-icon-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-stroked-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-stroked-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-stroked-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.custom-dark-theme .mat-button.mat-primary .mat-button-focus-overlay,.custom-dark-theme .mat-icon-button.mat-primary .mat-button-focus-overlay,.custom-dark-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-button.mat-accent .mat-button-focus-overlay,.custom-dark-theme .mat-icon-button.mat-accent .mat-button-focus-overlay,.custom-dark-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-button.mat-warn .mat-button-focus-overlay,.custom-dark-theme .mat-icon-button.mat-warn .mat-button-focus-overlay,.custom-dark-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.custom-dark-theme .mat-button.mat-button-disabled .mat-button-focus-overlay,.custom-dark-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.custom-dark-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.custom-dark-theme .mat-button .mat-ripple-element,.custom-dark-theme .mat-icon-button .mat-ripple-element,.custom-dark-theme .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.custom-dark-theme .mat-button-focus-overlay{background:white}.custom-dark-theme .mat-stroked-button:not(.mat-button-disabled){border-color:#ffffff1f}.custom-dark-theme .mat-flat-button,.custom-dark-theme .mat-raised-button,.custom-dark-theme .mat-fab,.custom-dark-theme .mat-mini-fab{color:#ffffffde;background-color:#424242}.custom-dark-theme .mat-flat-button.mat-primary,.custom-dark-theme .mat-raised-button.mat-primary,.custom-dark-theme .mat-fab.mat-primary,.custom-dark-theme .mat-mini-fab.mat-primary{color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-flat-button.mat-accent,.custom-dark-theme .mat-raised-button.mat-accent,.custom-dark-theme .mat-fab.mat-accent,.custom-dark-theme .mat-mini-fab.mat-accent{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-flat-button.mat-warn,.custom-dark-theme .mat-raised-button.mat-warn,.custom-dark-theme .mat-fab.mat-warn,.custom-dark-theme .mat-mini-fab.mat-warn{color:#fff}.custom-dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-fab.mat-primary.mat-button-disabled,.custom-dark-theme .mat-fab.mat-accent.mat-button-disabled,.custom-dark-theme .mat-fab.mat-warn.mat-button-disabled,.custom-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.custom-dark-theme .mat-flat-button.mat-primary,.custom-dark-theme .mat-raised-button.mat-primary,.custom-dark-theme .mat-fab.mat-primary,.custom-dark-theme .mat-mini-fab.mat-primary{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-flat-button.mat-accent,.custom-dark-theme .mat-raised-button.mat-accent,.custom-dark-theme .mat-fab.mat-accent,.custom-dark-theme .mat-mini-fab.mat-accent{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-flat-button.mat-warn,.custom-dark-theme .mat-raised-button.mat-warn,.custom-dark-theme .mat-fab.mat-warn,.custom-dark-theme .mat-mini-fab.mat-warn{background-color:#f44336}.custom-dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.custom-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-fab.mat-primary.mat-button-disabled,.custom-dark-theme .mat-fab.mat-accent.mat-button-disabled,.custom-dark-theme .mat-fab.mat-warn.mat-button-disabled,.custom-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.custom-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#ffffff1f}.custom-dark-theme .mat-flat-button.mat-primary .mat-ripple-element,.custom-dark-theme .mat-raised-button.mat-primary .mat-ripple-element,.custom-dark-theme .mat-fab.mat-primary .mat-ripple-element,.custom-dark-theme .mat-mini-fab.mat-primary .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.1}.custom-dark-theme .mat-flat-button.mat-accent .mat-ripple-element,.custom-dark-theme .mat-raised-button.mat-accent .mat-ripple-element,.custom-dark-theme .mat-fab.mat-accent .mat-ripple-element,.custom-dark-theme .mat-mini-fab.mat-accent .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.1}.custom-dark-theme .mat-flat-button.mat-warn .mat-ripple-element,.custom-dark-theme .mat-raised-button.mat-warn .mat-ripple-element,.custom-dark-theme .mat-fab.mat-warn .mat-ripple-element,.custom-dark-theme .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.custom-dark-theme .mat-stroked-button:not([class*=mat-elevation-z]),.custom-dark-theme .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-dark-theme .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-dark-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.custom-dark-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-dark-theme .mat-fab:not([class*=mat-elevation-z]),.custom-dark-theme .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-dark-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.custom-dark-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.custom-dark-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.custom-dark-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-dark-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.custom-dark-theme .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.custom-dark-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.custom-dark-theme .mat-button-toggle{color:#ffffff80}.custom-dark-theme .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#ffffff1f}.custom-dark-theme .mat-button-toggle-appearance-standard{color:#ffffffde;background:#424242}.custom-dark-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.custom-dark-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #595959}.custom-dark-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #595959}.custom-dark-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #595959}.custom-dark-theme .mat-button-toggle-checked{background-color:#212121;color:#fff9}.custom-dark-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#ffffffde}.custom-dark-theme .mat-button-toggle-disabled{color:#ffffff4d;background-color:#000}.custom-dark-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.custom-dark-theme .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.custom-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.custom-dark-theme .mat-button-toggle-group-appearance-standard{border:solid 1px #595959}.custom-dark-theme .mat-card{background:#424242;color:#ffffffde}.custom-dark-theme .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.custom-dark-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.custom-dark-theme .mat-card-subtitle{color:#fff9}.custom-dark-theme .mat-checkbox-frame{border-color:#fff9}.custom-dark-theme .mat-checkbox-checkmark{fill:#303030}.custom-dark-theme .mat-checkbox-checkmark-path{stroke:#303030!important}.custom-dark-theme .mat-checkbox-mixedmark{background-color:#303030}.custom-dark-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.custom-dark-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.custom-dark-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.custom-dark-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.custom-dark-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.custom-dark-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.custom-dark-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.custom-dark-theme .mat-checkbox-disabled .mat-checkbox-label{color:#ffffff80}.custom-dark-theme .mat-checkbox .mat-ripple-element{background-color:#fff}.custom-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.custom-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:var(--theme-primary-500)}.custom-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.custom-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:var(--theme-secondary-300)}.custom-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.custom-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.custom-dark-theme .mat-chip.mat-standard-chip{background-color:#616161;color:#ffffffde}.custom-dark-theme .mat-chip.mat-standard-chip .mat-chip-remove{color:#ffffffde;opacity:.4}.custom-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.custom-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.custom-dark-theme .mat-chip.mat-standard-chip:after{background:white}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:var(--theme-primary-contrast-500);opacity:.4}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.1}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:var(--theme-secondary-contrast-300);opacity:.4}.custom-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.1}.custom-dark-theme .mat-table{background:#424242}.custom-dark-theme .mat-table thead,.custom-dark-theme .mat-table tbody,.custom-dark-theme .mat-table tfoot,.custom-dark-theme mat-header-row,.custom-dark-theme mat-row,.custom-dark-theme mat-footer-row,.custom-dark-theme [mat-header-row],.custom-dark-theme [mat-row],.custom-dark-theme [mat-footer-row],.custom-dark-theme .mat-table-sticky{background:inherit}.custom-dark-theme mat-row,.custom-dark-theme mat-header-row,.custom-dark-theme mat-footer-row,.custom-dark-theme th.mat-header-cell,.custom-dark-theme td.mat-cell,.custom-dark-theme td.mat-footer-cell{border-bottom-color:#ffffff1f}.custom-dark-theme .mat-header-cell{color:#fff9}.custom-dark-theme .mat-cell,.custom-dark-theme .mat-footer-cell{color:#ffffffde}.custom-dark-theme .mat-calendar-arrow{fill:#fff}.custom-dark-theme .mat-datepicker-toggle,.custom-dark-theme .mat-datepicker-content .mat-calendar-next-button,.custom-dark-theme .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.custom-dark-theme .mat-calendar-table-header-divider:after{background:rgba(255,255,255,.12)}.custom-dark-theme .mat-calendar-table-header,.custom-dark-theme .mat-calendar-body-label{color:#fff9}.custom-dark-theme .mat-calendar-body-cell-content,.custom-dark-theme .mat-date-range-input-separator{color:#ffffffde;border-color:transparent}.custom-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#ffffff80}.custom-dark-theme .mat-form-field-disabled .mat-date-range-input-separator{color:#ffffff80}.custom-dark-theme .mat-calendar-body-in-preview{color:#ffffff3d}.custom-dark-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff80}.custom-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff4d}.custom-dark-theme .mat-calendar-body-in-range:before{background:var(--theme-primary-500)}.custom-dark-theme .mat-calendar-body-comparison-identical,.custom-dark-theme .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-dark-theme .mat-calendar-body-comparison-bridge-start:before,.custom-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--theme-primary-500) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-calendar-body-comparison-bridge-end:before,.custom-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--theme-primary-500) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-dark-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-dark-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-dark-theme .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-dark-theme .mat-calendar-body-selected{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.custom-dark-theme .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px var(--theme-primary-contrast-500)}.custom-dark-theme .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-dark-theme .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-primary-500)}@media (hover: hover){.custom-dark-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-primary-500)}}.custom-dark-theme .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#424242;color:#ffffffde}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:var(--theme-secondary-300)}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.custom-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--theme-secondary-300) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.custom-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--theme-secondary-300) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-dark-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-secondary-300)}@media (hover: hover){.custom-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--theme-secondary-300)}}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.custom-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.custom-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.custom-dark-theme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.custom-dark-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.custom-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.custom-dark-theme .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.custom-dark-theme .mat-datepicker-toggle-active{color:var(--theme-primary-500)}.custom-dark-theme .mat-datepicker-toggle-active.mat-accent{color:var(--theme-secondary-300)}.custom-dark-theme .mat-datepicker-toggle-active.mat-warn{color:#f44336}.custom-dark-theme .mat-date-range-input-inner[disabled]{color:#ffffff80}.custom-dark-theme .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#424242;color:#ffffffde}.custom-dark-theme .mat-divider{border-top-color:#ffffff1f}.custom-dark-theme .mat-divider-vertical{border-right-color:#ffffff1f}.custom-dark-theme .mat-expansion-panel{background:#424242;color:#ffffffde}.custom-dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.custom-dark-theme .mat-action-row{border-top-color:#ffffff1f}.custom-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.custom-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.custom-dark-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover: none){.custom-dark-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.custom-dark-theme .mat-expansion-panel-header-title{color:#ffffffde}.custom-dark-theme .mat-expansion-panel-header-description,.custom-dark-theme .mat-expansion-indicator:after{color:#fff9}.custom-dark-theme .mat-expansion-panel-header[aria-disabled=true]{color:#ffffff4d}.custom-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.custom-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.custom-dark-theme .mat-form-field-label,.custom-dark-theme .mat-hint{color:#ffffffb3}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-label{color:var(--theme-primary-500)}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.custom-dark-theme .mat-focused .mat-form-field-required-marker{color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field-ripple{background-color:#fff}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.custom-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:var(--theme-primary-500)}.custom-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.custom-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label,.custom-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.custom-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.custom-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.custom-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.custom-dark-theme .mat-error{color:#f44336}.custom-dark-theme .mat-form-field-appearance-legacy .mat-form-field-label,.custom-dark-theme .mat-form-field-appearance-legacy .mat-hint{color:#fff9}.custom-dark-theme .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#ffffffb3}.custom-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.custom-dark-theme .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#ffffffb3}.custom-dark-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.custom-dark-theme .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#ffffff1a}.custom-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0d}.custom-dark-theme .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#ffffff80}.custom-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.custom-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.custom-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline{color:#ffffff4d}.custom-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.custom-dark-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:var(--theme-primary-500)}.custom-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.custom-dark-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.custom-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.custom-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#ffffff26}.custom-dark-theme .mat-icon.mat-primary{color:var(--theme-primary-500)}.custom-dark-theme .mat-icon.mat-accent{color:var(--theme-secondary-300)}.custom-dark-theme .mat-icon.mat-warn{color:#f44336}.custom-dark-theme .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#fff9}.custom-dark-theme .mat-input-element:disabled,.custom-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#ffffff80}.custom-dark-theme .mat-input-element{caret-color:var(--theme-primary-500)}.custom-dark-theme .mat-input-element::placeholder{color:#ffffff80}.custom-dark-theme .mat-input-element::-moz-placeholder{color:#ffffff80}.custom-dark-theme .mat-input-element::-webkit-input-placeholder{color:#ffffff80}.custom-dark-theme .mat-input-element:-ms-input-placeholder{color:#ffffff80}.custom-dark-theme .mat-input-element:not(.mat-native-select-inline) option{color:#000000de}.custom-dark-theme .mat-input-element:not(.mat-native-select-inline) option:disabled{color:#00000061}.custom-dark-theme .mat-form-field.mat-accent .mat-input-element{caret-color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field.mat-warn .mat-input-element,.custom-dark-theme .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.custom-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.custom-dark-theme .mat-list-base .mat-list-item,.custom-dark-theme .mat-list-base .mat-list-option{color:#ffffffde}.custom-dark-theme .mat-list-base .mat-subheader{color:#fff9}.custom-dark-theme .mat-list-base .mat-list-item-disabled{background-color:#ffffff1f;color:#ffffff80}.custom-dark-theme .mat-list-option:hover,.custom-dark-theme .mat-list-option:focus,.custom-dark-theme .mat-nav-list .mat-list-item:hover,.custom-dark-theme .mat-nav-list .mat-list-item:focus,.custom-dark-theme .mat-action-list .mat-list-item:hover,.custom-dark-theme .mat-action-list .mat-list-item:focus{background:rgba(255,255,255,.04)}.custom-dark-theme .mat-list-single-selected-option,.custom-dark-theme .mat-list-single-selected-option:hover,.custom-dark-theme .mat-list-single-selected-option:focus{background:rgba(255,255,255,.12)}.custom-dark-theme .mat-menu-panel{background:#424242}.custom-dark-theme .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-dark-theme .mat-menu-item{background:transparent;color:#ffffffde}.custom-dark-theme .mat-menu-item[disabled],.custom-dark-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,.custom-dark-theme .mat-menu-item[disabled] .mat-icon-no-color{color:#ffffff80}.custom-dark-theme .mat-menu-item .mat-icon-no-color,.custom-dark-theme .mat-menu-submenu-icon{color:#fff}.custom-dark-theme .mat-menu-item:hover:not([disabled]),.custom-dark-theme .mat-menu-item.cdk-program-focused:not([disabled]),.custom-dark-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),.custom-dark-theme .mat-menu-item-highlighted:not([disabled]){background:rgba(255,255,255,.04)}.custom-dark-theme .mat-paginator{background:#424242}.custom-dark-theme .mat-paginator,.custom-dark-theme .mat-paginator-page-size .mat-select-trigger{color:#fff9}.custom-dark-theme .mat-paginator-decrement,.custom-dark-theme .mat-paginator-increment{border-top:2px solid white;border-right:2px solid white}.custom-dark-theme .mat-paginator-first,.custom-dark-theme .mat-paginator-last{border-top:2px solid white}.custom-dark-theme .mat-icon-button[disabled] .mat-paginator-decrement,.custom-dark-theme .mat-icon-button[disabled] .mat-paginator-increment,.custom-dark-theme .mat-icon-button[disabled] .mat-paginator-first,.custom-dark-theme .mat-icon-button[disabled] .mat-paginator-last{border-color:#ffffff80}.custom-dark-theme .mat-progress-bar-background{fill:var(--theme-primary-100)}.custom-dark-theme .mat-progress-bar-buffer{background-color:var(--theme-primary-100)}.custom-dark-theme .mat-progress-bar-fill:after{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:var(--theme-secondary-100)}.custom-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:var(--theme-secondary-100)}.custom-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#613532}.custom-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#613532}.custom-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.custom-dark-theme .mat-progress-spinner circle,.custom-dark-theme .mat-spinner circle{stroke:var(--theme-primary-500)}.custom-dark-theme .mat-progress-spinner.mat-accent circle,.custom-dark-theme .mat-spinner.mat-accent circle{stroke:var(--theme-secondary-300)}.custom-dark-theme .mat-progress-spinner.mat-warn circle,.custom-dark-theme .mat-spinner.mat-warn circle{stroke:#f44336}.custom-dark-theme .mat-radio-outer-circle{border-color:#fff9}.custom-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-primary-500)}.custom-dark-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,.custom-dark-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.custom-dark-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-secondary-300)}.custom-dark-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,.custom-dark-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.custom-dark-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.custom-dark-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,.custom-dark-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.custom-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.custom-dark-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.custom-dark-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.custom-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#ffffff80}.custom-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.custom-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#ffffff80}.custom-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#ffffff80}.custom-dark-theme .mat-radio-button .mat-ripple-element{background-color:#fff}.custom-dark-theme .mat-select-value{color:#ffffffde}.custom-dark-theme .mat-select-placeholder,.custom-dark-theme .mat-select-disabled .mat-select-value{color:#ffffff80}.custom-dark-theme .mat-select-arrow{color:#fff9}.custom-dark-theme .mat-select-panel{background:#424242}.custom-dark-theme .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.custom-dark-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.custom-dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:var(--theme-primary-500)}.custom-dark-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.custom-dark-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.custom-dark-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#ffffff80}.custom-dark-theme .mat-drawer-container{background-color:#303030;color:#ffffffde}.custom-dark-theme .mat-drawer{background-color:#424242;color:#ffffffde}.custom-dark-theme .mat-drawer.mat-drawer-push{background-color:#424242}.custom-dark-theme .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.custom-dark-theme .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .mat-drawer-side.mat-drawer-end,.custom-dark-theme [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.custom-dark-theme [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .mat-drawer-backdrop.mat-drawer-shown{background-color:#bdbdbd99}.custom-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,.custom-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar,.custom-dark-theme .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb,.custom-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar,.custom-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.custom-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.custom-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.custom-dark-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.custom-dark-theme .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#bdbdbd}.custom-dark-theme .mat-slide-toggle-bar{background-color:#ffffff80}.custom-dark-theme .mat-slider-track-background{background-color:#ffffff4d}.custom-dark-theme .mat-slider.mat-primary .mat-slider-track-fill,.custom-dark-theme .mat-slider.mat-primary .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-primary .mat-slider-thumb-label{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-slider.mat-primary .mat-slider-thumb-label-text{color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-slider.mat-primary .mat-slider-focus-ring{background-color:var(--theme-primary-500);opacity:.2}.custom-dark-theme .mat-slider.mat-accent .mat-slider-track-fill,.custom-dark-theme .mat-slider.mat-accent .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label-text{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-slider.mat-accent .mat-slider-focus-ring{background-color:var(--theme-secondary-300);opacity:.2}.custom-dark-theme .mat-slider.mat-warn .mat-slider-track-fill,.custom-dark-theme .mat-slider.mat-warn .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.custom-dark-theme .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.custom-dark-theme .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.custom-dark-theme .mat-slider:hover .mat-slider-track-background,.custom-dark-theme .mat-slider.cdk-focused .mat-slider-track-background,.custom-dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,.custom-dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,.custom-dark-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#ffffff4d}.custom-dark-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#ffffff1f}.custom-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.custom-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#ffffff4d}.custom-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#ffffff4d;background-color:transparent}.custom-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#ffffff4d}.custom-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.custom-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#ffffff4d}.custom-dark-theme .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#ffffffb3}.custom-dark-theme .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.custom-dark-theme .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.custom-dark-theme .mat-step-header.cdk-keyboard-focused,.custom-dark-theme .mat-step-header.cdk-program-focused,.custom-dark-theme .mat-step-header:hover:not([aria-disabled]),.custom-dark-theme .mat-step-header:hover[aria-disabled=false]{background-color:#ffffff0a}.custom-dark-theme .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.custom-dark-theme .mat-step-header:hover{background:none}}.custom-dark-theme .mat-step-header .mat-step-label,.custom-dark-theme .mat-step-header .mat-step-optional{color:#fff9}.custom-dark-theme .mat-step-header .mat-step-icon{background-color:#fff9;color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-step-header .mat-step-icon-selected,.custom-dark-theme .mat-step-header .mat-step-icon-state-done,.custom-dark-theme .mat-step-header .mat-step-icon-state-edit{background-color:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-step-header.mat-accent .mat-step-icon{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-step-header.mat-accent .mat-step-icon-selected,.custom-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-done,.custom-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-step-header.mat-warn .mat-step-icon{color:#fff}.custom-dark-theme .mat-step-header.mat-warn .mat-step-icon-selected,.custom-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-done,.custom-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.custom-dark-theme .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.custom-dark-theme .mat-step-header .mat-step-label.mat-step-label-active{color:#ffffffde}.custom-dark-theme .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.custom-dark-theme .mat-stepper-horizontal,.custom-dark-theme .mat-stepper-vertical{background-color:#424242}.custom-dark-theme .mat-stepper-vertical-line:before{border-left-color:#ffffff1f}.custom-dark-theme .mat-horizontal-stepper-header:before,.custom-dark-theme .mat-horizontal-stepper-header:after,.custom-dark-theme .mat-stepper-horizontal-line{border-top-color:#ffffff1f}.custom-dark-theme .mat-sort-header-arrow{color:#b3b3b3}.custom-dark-theme .mat-tab-nav-bar,.custom-dark-theme .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.custom-dark-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,.custom-dark-theme .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.custom-dark-theme .mat-tab-label,.custom-dark-theme .mat-tab-link{color:#ffffffde}.custom-dark-theme .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-link.mat-tab-disabled{color:#ffffff80}.custom-dark-theme .mat-tab-header-pagination-chevron{border-color:#ffffffde}.custom-dark-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#ffffff80}.custom-dark-theme .mat-tab-group[class*=mat-background-]>.mat-tab-header,.custom-dark-theme .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.custom-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-primary-100)}.custom-dark-theme .mat-tab-group.mat-primary .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-secondary-100)}.custom-dark-theme .mat-tab-group.mat-accent .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.custom-dark-theme .mat-tab-group.mat-warn .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.custom-dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.custom-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.custom-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-primary-100)}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:var(--theme-primary-500)}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:var(--theme-primary-contrast-500);opacity:.4}.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:var(--theme-primary-contrast-500);opacity:.12}.custom-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--theme-secondary-100)}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:var(--theme-secondary-300)}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:var(--theme-secondary-contrast-300);opacity:.4}.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:var(--theme-secondary-contrast-300);opacity:.12}.custom-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.custom-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.custom-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.custom-dark-theme .mat-toolbar{background:#212121;color:#ffffffde}.custom-dark-theme .mat-toolbar.mat-primary{background:var(--theme-primary-500);color:var(--theme-primary-contrast-500)}.custom-dark-theme .mat-toolbar.mat-accent{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .mat-toolbar.mat-warn{background:#f44336;color:#fff}.custom-dark-theme .mat-toolbar .mat-form-field-underline,.custom-dark-theme .mat-toolbar .mat-form-field-ripple,.custom-dark-theme .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.custom-dark-theme .mat-toolbar .mat-form-field-label,.custom-dark-theme .mat-toolbar .mat-focused .mat-form-field-label,.custom-dark-theme .mat-toolbar .mat-select-value,.custom-dark-theme .mat-toolbar .mat-select-arrow,.custom-dark-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.custom-dark-theme .mat-toolbar .mat-input-element{caret-color:currentColor}.custom-dark-theme .mat-tooltip{background:rgba(97,97,97,.9)}.custom-dark-theme .mat-tree{background:#424242}.custom-dark-theme .mat-tree-node,.custom-dark-theme .mat-nested-tree-node{color:#ffffffde}.custom-dark-theme .mat-snack-bar-container{color:#000000de;background:#fafafa;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.custom-dark-theme .mat-simple-snackbar-action{color:inherit}.custom-dark-theme .app-accordion .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(0,0,0,.12)}.custom-dark-theme .app-accordion .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .app-badge{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .app-chip .mat-chip.mat-standard-chip{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .app-chip .mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-secondary-300);background:var(--theme-secondary-50)}.custom-dark-theme .app-chip .chip-selected{color:var(--theme-secondary-300)}.custom-dark-theme .app-chip-fusion-field{background:#F1F4F8;color:#5d78fb}.custom-dark-theme .drop-infos{color:#63809e;background:#ffffff}.custom-dark-theme .drop-list,.custom-dark-theme .drop-list-margin.visible{border-color:#c9d0db}.custom-dark-theme .drop-list-item-action{background-color:#f7f9fb4d;color:#ffffffde}.custom-dark-theme .draggable .drop-list-item-label{border-color:#ffffffde;color:#ffffffde}.custom-dark-theme .drag-menu{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .drag-menu .drag-button{background-color:#f7f9fb4d;color:#ffffffde}.custom-dark-theme .drop-list-item-content:hover{background-color:#f7f9fb}.custom-dark-theme .header-menu-page-menu .drag-menu{background:none;box-shadow:none}.custom-dark-theme .form .label-form{color:#a7a9ab}.custom-dark-theme .form .form-title{color:inherit}.custom-dark-theme .form .mat-form-field-suffix,.custom-dark-theme .form .mat-form-field-suffix .mat-icon-button{color:#a7a9ab}.custom-dark-theme .select-tree-panel .select-tree-group .mat-option.mat-active,.custom-dark-theme .select-tree-panel .select-tree-group .mat-option:hover{background:none}.custom-dark-theme .select-tree-panel .select-tree-group{color:#63809e}.custom-dark-theme .select-tree-panel .select-tree-group:hover{background-color:#f1f4f8}.custom-dark-theme .select-tree-panel .select-tree-group-arrow{color:#0000008a}.custom-dark-theme .mat-flat-button.mat-primary,.custom-dark-theme .mat-flat-button.mat-accent{color:#fff}.custom-dark-theme .accent{color:var(--theme-secondary-300)}.custom-dark-theme .app-label{color:#a7a9ab}.custom-dark-theme .app-value,.custom-dark-theme .app-title{color:inherit}.custom-dark-theme .app-label-light{color:#7a7a7a}.custom-dark-theme .list-item:hover{background:#303030}.custom-dark-theme .list-item .check-mark.selected{color:var(--theme-secondary-300)}.custom-dark-theme .list-item .check-mark.unselectable{color:#a7a9ab}.custom-dark-theme .blurred .blur-opacity{background-color:#000000de}.custom-dark-theme .menu-with-buttons .menu-button{color:inherit}.custom-dark-theme .menu-with-buttons .menu-button.selected,.custom-dark-theme .menu-with-buttons .menu-button.active{color:var(--theme-secondary-300);background:#303030;border-left:3px solid var(--theme-secondary-300)}.custom-dark-theme .menu-with-buttons div.menu-button{color:#a7a9ab;border-color:#707070}.custom-dark-theme .menu-with-buttons .menu-sub-button{color:#a7a9ab}.custom-dark-theme .menu-with-buttons .menu-sub-button .dot{background-color:#a7a9ab}.custom-dark-theme .menu-with-buttons .menu-sub-button.selected{background:#303030;color:var(--theme-secondary-300)}.custom-dark-theme .menu-with-buttons .menu-sub-button.selected .dot{background:var(--theme-secondary-300)}.custom-dark-theme .spinner-container{background:rgba(0,0,0,.55)}.custom-dark-theme .card{background:#424242;box-shadow:0 2px 20px #7772be29}.custom-dark-theme .list-card{background:#424242}.custom-dark-theme .tag{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .app-expansion-panel .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .app-expansion-panel .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .header-details .mat-icon-button{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .help-infos{background-color:#eef0f8}.custom-dark-theme .container-detail-tooltip .detail-tooltip{background-color:#fff;border-bottom:4px solid #5D78FB}.custom-dark-theme th .checkbox.mat-checkbox-indeterminate .mat-checkbox-label,.custom-dark-theme th .checkbox.mat-checkbox-checked .mat-checkbox-label{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .app-icon--approved{color:#87bf00}.custom-dark-theme .app-icon--pending{color:#ffb300}.custom-dark-theme .app-icon--rejected{color:#f26a5b}.custom-dark-theme .app-icon--infos{color:#5d78fb}.custom-dark-theme .app-icon--infos-reverse{color:#e1e9ff}.custom-dark-theme .app-icon--neutral{color:#bfbfbf}.custom-dark-theme .app-status--approved{background-color:#87bf00;color:#fff}.custom-dark-theme .app-status--pending{background-color:#ffb300;color:#fff}.custom-dark-theme .app-status--rejected{background-color:#f26a5b;color:#fff}.custom-dark-theme .app-status--infos{background-color:#5d78fb;color:#fff}.custom-dark-theme .app-status--infos-reverse{background-color:#e1e9ff;color:#5d78fb}.custom-dark-theme .app-status--neutral{background-color:#bfbfbf;color:#fff}.custom-dark-theme .page-table-container{background:#303030}.custom-dark-theme .page-table-container .page-table-content-data{background:#424242;box-shadow:0 3px 6px #00000017}.custom-dark-theme .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-dark-theme .vision-container .page-header-content .vision-tab.selected{color:var(--theme-secondary-300);border-bottom-color:var(--theme-secondary-300)}.custom-dark-theme .vision-container .vision-content .vision-table{background:#424242;box-shadow:0 3px 6px #0000000d}.custom-dark-theme .vision-container .vision-content .vision-table .mat-header-row,.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule-header{background-color:#707070}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule{background:#424242;box-shadow:0 3px 6px #0000000d}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-remove{background-color:#d52d28;color:#fff}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item{border-color:#d8d8d8;color:#a7a9ab}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-add{background-color:#f1f4f8;color:#2e384d}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .vision-rule-item .vision-rule-item-remove{background-color:#d52d28;color:#fff}.custom-dark-theme .vision-container .vision-content .vision-detail-rules-container .vision-rule .add-vision-rule-item{background-color:#707070}.custom-dark-theme .sign-in-container .mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:var(--theme-secondary-300)}.custom-dark-theme .sign-in-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--theme-secondary-300)}.custom-dark-theme .sign-in-container .img-panel{color:#fff}.custom-dark-theme .app-toolbar{background:#303030}.custom-dark-theme .app-toolbar .mat-icon-button,.custom-dark-theme .app-toolbar .mat-button-wrapper{color:inherit}.custom-dark-theme .mat-drawer-inner-container{background:#303030}.custom-dark-theme .mat-drawer-inner-container .toolbar-menu-container .mat-icon-button,.custom-dark-theme .mat-drawer-inner-container .toolbar-menu-container .mat-button-wrapper{color:inherit}.custom-dark-theme .expand-icon.activate{background-color:var(--theme-secondary-400);color:#fff}.custom-dark-theme .header{color:#fff}.custom-dark-theme .header .close-button{color:#fff;background-color:#424242}.custom-dark-theme .impersonate-user-select{color:#fff;background:#424242;box-shadow:0 2px 3px #00000029}.custom-dark-theme .impersonate-user-select .bubble-profile-content{border:1px solid #ffffff}.custom-dark-theme .impersonate-user-select .user-group{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .mat-option-impersonate{background:#333333;color:#a7a9ab}.custom-dark-theme .mat-option-impersonate .bubble-profile-content{border:1px solid #ffffff}.custom-dark-theme .mat-option-impersonate .user-group{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .locale-menu-panel-hosted{background:#424242;color:#fff}.custom-dark-theme .band-impersonate{background:var(--theme-primary-500)}.custom-dark-theme .band-impersonate .band-impersonate-label,.custom-dark-theme .band-impersonate .band-impersonate-user-select{color:#000000de}.custom-dark-theme .band-impersonate .bubble-profile-content{border:1px solid #ffffff}.custom-dark-theme .band-impersonate .user-group{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .app-footer{background:#212121;border-top:2px solid #707070}.custom-dark-theme .app-footer .mention-legal-button,.custom-dark-theme .navigation-container .header{color:#fff}.custom-dark-theme .navigation-container .header .close-button{color:#fff;background-color:#424242}.custom-dark-theme .notification-header{background-color:#5d78fb;color:#f5f5f5}.custom-dark-theme .notification-body-icon{width:20px;height:20px;border-radius:50%;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.custom-dark-theme .classic-card{background:#303030}.custom-dark-theme .classic-card .kpi-card-label,.custom-dark-theme .classic-card .kpi-card-description{color:#fff}.custom-dark-theme .kpi-avg-duration-share-acceptance .classic-card{background-color:#fff}.custom-dark-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-label,.custom-dark-theme .kpi-avg-duration-share-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-dark-theme .kpi-avg-duration-share-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.custom-dark-theme .kpi-avg-duration-release-acceptance .classic-card{background-color:#fff}.custom-dark-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-label,.custom-dark-theme .kpi-avg-duration-release-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-dark-theme .kpi-avg-duration-release-acceptance .classic-card .indicator-value{color:#fff;background-color:#2c79fc}.custom-dark-theme .kpi-avg-duration-creation-acceptance .classic-card{background-color:#f3fcfe}.custom-dark-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-label,.custom-dark-theme .kpi-avg-duration-creation-acceptance .classic-card .kpi-card-description{color:#000000de}.custom-dark-theme .kpi-avg-duration-creation-acceptance .classic-card .indicator-value{color:#fff;background-color:#f29d9e}.custom-dark-theme .classic-card .kpi-card-label,.custom-dark-theme .classic-card .kpi-card-description{color:#707070}.custom-dark-theme .classic-card .settings-kpi mat-icon{color:var(--theme-secondary-300)}.custom-dark-theme .my-wall-data-labels{background:#ffffff;box-shadow:0 2px 20px #7772be29!important}.custom-dark-theme .my-wall-data-labels .kpi-card-label,.custom-dark-theme .my-wall-data-labels .kpi-card-description{color:#707070}.custom-dark-theme .my-wall-data-labels .settings-kpi mat-icon{color:var(--theme-secondary-300)}.custom-dark-theme .my-wall-data-labels .graph-title{color:#000}.custom-dark-theme .search-filter input:focus::placeholder{opacity:.5}.custom-dark-theme .search-filter input:focus::-webkit-input-placeholder{opacity:.5}.custom-dark-theme .search-filter input:focus:-moz-placeholder{opacity:.5}.custom-dark-theme .search-filter input:focus::-moz-placeholder{opacity:.5}.custom-dark-theme .search-filter input:focus:-ms-input-placeholder{opacity:.5}.custom-dark-theme .search-filter .mat-form-field-appearance-outline{color:#ffffffde}.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#ffffffde}.custom-dark-theme .search-filter .mat-form-field-appearance-outline ::placeholder{color:#ffffffde}.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-select-placeholder,.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.custom-dark-theme .search-filter .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#ffffffde}.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator{color:var(--theme-primary-500)}.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end{border-color:var(--theme-primary-500)}.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#ffffffde}.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-dark-theme .search-filter .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#707070}.custom-dark-theme .my-wall-data-card .my-wall-data-card-container{box-shadow:0 2px 20px #7772be29!important}.custom-dark-theme .my-wall-settings-header{color:#fff}.custom-dark-theme .my-wall-settings-header .close-button{color:#fff;background-color:#303030}.custom-dark-theme .my-wall-settings-orientation-library .img-container.selected{background:var(--theme-primary-500)}.custom-dark-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.custom-dark-theme .admin-foederis-actions-container .admin-foederis-actions-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.custom-dark-theme .card-settings-menu-card .mat-icon{color:var(--theme-primary-500)}.custom-dark-theme .card-settings-menu-card.selected{background-color:var(--theme-primary-500);color:#fff}.custom-dark-theme .card-settings-menu-card.selected .mat-icon{color:#fff}.custom-dark-theme .card-settings-content-title .general-singular-icon mat-icon{color:#63809e}.custom-dark-theme .card-settings-content-title .mat-form-field-appearance-outline{color:#000}.custom-dark-theme .card-settings-content .bar .border-button{box-shadow:6px 6px 10px #0000001a,-6px -6px 10px #0000001a}.custom-dark-theme .card-settings-content .bar .palette-container .input-color,.custom-dark-theme .card-settings-content .bar .button-1 .title-color-1 .input-color,.custom-dark-theme .card-settings-content .bar .button-color-1 .palette-container .input-color,.custom-dark-theme .card-settings-content .bar .button-2 .title-color-2 .input-color,.custom-dark-theme .card-settings-content .bar .button-color-2 .palette-container .input-color,.custom-dark-theme .card-settings-content .bar .color-background .palette-container .input-color{border:1px solid #b0bac9;color:#b0bac9}.custom-dark-theme .mail-templates-container .file-select .hint{color:#a7a9ab}.custom-dark-theme .mail-templates-container .file-selected .mat-icon{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .mail-template-edit-container .edit-title,.custom-dark-theme .mail-template-list-container .list-title,.custom-dark-theme .mail-template-list-container .list-table .mat-table .mat-header-cell{color:inherit}.custom-dark-theme .mail-template-list-container .list-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .mail-template-list-container .list-table .mat-table .mat-cell{color:inherit}.custom-dark-theme .mail-template-list-container .list-table .mat-table .mat-cell.mat-column-name{color:var(--theme-secondary-300)}.custom-dark-theme .roles-administration-container .roles-administration-header,.custom-dark-theme .roles-administration-container .roles-administration-content .list-card{background:#424242}.custom-dark-theme .template-role-form-container .template-role-form-header{background:red;background:#424242}.custom-dark-theme .template-role-form-container .template-role-form-content .list-card{background:#424242}.custom-dark-theme .template-role-container .template-role-header{background:red;background:#424242}.custom-dark-theme .template-role-container .template-role-table .actions{background-color:#424242}.custom-dark-theme .template-role-container .template-role-table .mat-table .mat-header-cell{color:inherit;background-color:#707070}.custom-dark-theme .template-role-container .template-role-table .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .template-role-container .template-role-table .mat-table .mat-cell{color:inherit}.custom-dark-theme .template-role-container .template-role-table .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-dark-theme .template-role-container .template-role-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme #titleMenuActionsTemplateRole{color:#fff}.custom-dark-theme .template-group-container .template-group-header,.custom-dark-theme .template-group-container .template-group-content .list-card{background:#424242}.custom-dark-theme .theme-settings .available-templates .available-templates-title{color:inherit}.custom-dark-theme .theme-settings .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .theme-settings .available-templates .template-item.selected{background:#303030;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-dark-theme .theme-settings .available-templates .template-item .mat-icon{color:#ffffffde}.custom-dark-theme .theme-settings .available-templates .template-add{background:#707070;color:#a7a9ab}.custom-dark-theme .theme-settings .theme-settings-form .subtitle{color:#b0bac9}.custom-dark-theme .module-settings-details-title{color:inherit}.custom-dark-theme .mat-table .help-icon{color:#4384ef}.custom-dark-theme .mat-table .mat-header-cell{color:inherit;background-color:#707070}.custom-dark-theme .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .mat-table .mat-cell{color:inherit}.custom-dark-theme .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-dark-theme .param-form{background:#424242}.custom-dark-theme .param-form .edit-title{color:inherit}.custom-dark-theme .release-notes .release-header .selected{border-bottom:2px solid var(--theme-primary-500)}.custom-dark-theme .release-notes .release-header .release-container-title,.custom-dark-theme .release-notes .release-header .release-title{color:inherit}.custom-dark-theme .release-notes .release-item{box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .release-notes-container .release-notes-content .icon-ref{stroke:#ffffffde}.custom-dark-theme .mail-template-edit-container .edit-title{color:inherit}.custom-dark-theme .release-note-details .mat-card{box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .release-note-details .mat-card .release-title{color:inherit}.custom-dark-theme .release-note-details .mat-card .fusion-field{background:var(--theme-secondary-300);color:inherit}.custom-dark-theme .vision-rule-modal-content .vision-rule-modal-title{background-color:#707070}.custom-dark-theme .vision-rule-modal-content .vision-rule-modal-item{border-color:#d8d8d8;color:inherit}.custom-dark-theme .vision-rule-modal-content .vision-rule-modal-item.selected{background:#303030;color:var(--theme-secondary-300)}.custom-dark-theme .vision-rule-modal-content .vision-rule-modal-items,.custom-dark-theme .vision-rule-modal-content .vision-rule-modal-paginator{background:none}.custom-dark-theme .dictionary-container .dictionary-header{background-color:#707070}.custom-dark-theme .dictionary-container .dictionary-header .mat-form-field-appearance-outline .mat-form-field-outline{background:#424242}.custom-dark-theme .configuration-menu-container .configuration-menu-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.custom-dark-theme .configuration-menu-container .configuration-menu-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.custom-dark-theme .grid-settings-progress-size .mat-progress-bar-buffer{background-color:#303030}.custom-dark-theme .kpi-settings-menu-card .mat-icon{color:var(--theme-primary-500)}.custom-dark-theme .kpi-settings-menu-card.selected{background-color:var(--theme-primary-500);color:#fff}.custom-dark-theme .kpi-settings-menu-card.selected .mat-icon{color:#fff}.custom-dark-theme .search-bar-settings-form{background-color:#f1f4f9}.custom-dark-theme .search-bar-settings-form .drop-list,.custom-dark-theme .search-bar-settings-form .drop-list-item-label{background-color:#9f9fa1;border-color:#f2f2f2;color:#f2f2f2}.custom-dark-theme .search-bar-settings-form .draggable .drop-list-item-label{border-color:#ffffffde;color:#ffffffde}.custom-dark-theme .search-bar-settings-form .hidden-filters-action,.custom-dark-theme .search-bar-settings-form .drop-list-item-action{background-color:#f7f9fb4d;color:#ffffffde}.custom-dark-theme .search-bar-settings-form .drop-list-message.subdued{opacity:.3;z-index:0}.custom-dark-theme .search-bar-settings-form-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.custom-dark-theme .search-bar-settings-form-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.custom-dark-theme .search-bar-settings-form-content .search-box .mat-form-field-label{color:#ffffffde}.custom-dark-theme .search-bar-settings-form-content .search-box .mat-divider{border-color:#ffffffde}.custom-dark-theme .search-bar-settings-form-content .search-box .mat-stroked-button:not([disabled]){border-color:#ffffffde}.custom-dark-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label{background-color:#303030;color:#fff}.custom-dark-theme .search-bar-settings-form-content .hidden-filters-container .hidden-filters-label.selected{box-shadow:2px -2px 2px #0000000d;background-color:#424242;color:var(--theme-secondary-300);border-bottom:2px solid var(--theme-secondary-300)}.custom-dark-theme .search-bar-settings .search-bar-settings-ref-field{background-color:#f7f9fb4d;color:#ffffffde}.custom-dark-theme .recruitment-offer-settings-content .mat-tab-header{background-color:#424242;box-shadow:0 2px 20px #7772be29;border:none}.custom-dark-theme .recruitment-offer-settings-content .mat-tab-header .mat-tab-label-active{color:#fff;opacity:1}.custom-dark-theme .recruitment-offer-settings-tab-content{background-color:#f1f4f9}.custom-dark-theme .offer-template.checked>mat-icon{color:#179278;background-color:#e8fff3}.custom-dark-theme .offer-template.checked>span{color:#e8fff3}.custom-dark-theme .recruitment-offer-settings-details-template-offer.card.checked{border-color:#e8fff3}.custom-dark-theme .recruitment-offer-settings-details-template-offer.card .offer{border-color:#f1f4f8}.custom-dark-theme .offer-diffusion .external{background:var(--theme-primary-100);color:#424242}.custom-dark-theme .offer-diffusion .internal{background:var(--theme-secondary-100);color:#000000de}.custom-dark-theme .offer-template.external.checked>mat-icon{color:#424242;background-color:var(--theme-primary-100)}.custom-dark-theme .offer-template.external.checked>span{color:var(--theme-primary-100)}.custom-dark-theme .offer-template.internal.checked>mat-icon{color:#000000de;background-color:var(--theme-secondary-100)}.custom-dark-theme .offer-template.internal.checked>span{color:var(--theme-secondary-100)}.custom-dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.external{border-color:var(--theme-primary-100)}.custom-dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal{border-color:var(--theme-secondary-100)}.custom-dark-theme .recruitment-offer-settings-apply-template-offer.card.checked.internal-external{border-image-source:linear-gradient(to left,var(--theme-primary-100),var(--theme-secondary-100))}.custom-dark-theme .recruitment-offer-settings-apply-template-offer.card .offer{border-color:#f1f4f8}.custom-dark-theme .checkbox.external{color:#424242}.custom-dark-theme .checkbox.external .mat-checkbox-frame{border-color:var(--theme-primary-100)}.custom-dark-theme .checkbox.external .mat-checkbox-label,.custom-dark-theme .checkbox.external.mat-checkbox-checked .mat-checkbox-background{background-color:var(--theme-primary-100)}.custom-dark-theme .checkbox.internal{color:#000000de}.custom-dark-theme .checkbox.internal .mat-checkbox-frame{border-color:var(--theme-secondary-100)}.custom-dark-theme .checkbox.internal .mat-checkbox-label,.custom-dark-theme .checkbox.internal.mat-checkbox-checked .mat-checkbox-background{background-color:var(--theme-secondary-100)}.custom-dark-theme .referential-container .referential-table .mat-tab-header{overflow-y:visible;border-bottom:none}.custom-dark-theme .referential-container .referential-table .mat-tab-header .mat-tab-label{background-color:#424242;color:#a7a9ab;box-shadow:0 3px 6px #0000000d}.custom-dark-theme .referential-container .referential-table .mat-tab-header .mat-tab-label.mat-tab-label-active{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .referential-container .referential-table .mat-tab-body{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell{color:inherit;background-color:#707070}.custom-dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-header-cell .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell{color:inherit}.custom-dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-cell.mat-column{color:var(--theme-secondary-300)}.custom-dark-theme .referential-container .referential-table .mat-tab-body .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .workflow-table .workflow-card .workflow-step{background-color:#a7a9ab}.custom-dark-theme .workflow-table .workflow-card .workflow-step .mat-icon-unchecked{color:#cddcfc}.custom-dark-theme .gdpr-container .gdpr-content{background:#424242}.custom-dark-theme .gdpr-container .gdpr-content .title,.custom-dark-theme .candidacy-comment-container .candidacy-comment-header .candidacy-comment-title{color:inherit}.custom-dark-theme .candidacy-comment-container .reviews-list th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .candidacy-comment-container .reviews-list td.mat-cell{color:inherit}.custom-dark-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars{color:#b0bac9}.custom-dark-theme .candidacy-comment-container .reviews-list td.mat-cell.review-stars .fill-star{color:#fbc944}.custom-dark-theme .candidacy-comment-container .reviews-list .author-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .candidacy-comment-container .reviews-list .author-profile .author-name{color:#a7a9ab}.custom-dark-theme .candidacy-comment-container .reviews-list .comment{color:#ffffffde}.custom-dark-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .candidacy-details-container .candidacy-details-sub-content .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .candidacy-details-header{background-color:#424242}.custom-dark-theme .candidacy-details-header .user-badge{background-color:none}.custom-dark-theme .candidacy-details-header .candidate-name,.custom-dark-theme .candidacy-details-header .candidacy-date,.custom-dark-theme .candidacy-details-header .candidate-status{color:inherit}.custom-dark-theme .candidacy-details-header .candidate-number,.custom-dark-theme .candidacy-details-header .review-stars{color:#b0bac9}.custom-dark-theme .candidacy-details-header .review-stars .fill-star{color:#fbc944}.custom-dark-theme .candidacy-details-header .cv{color:var(--theme-secondary-500)}.custom-dark-theme .candidacy-details-header .no-cv{color:#dbdbdb}.custom-dark-theme .candidacy-details-header .letter{color:var(--theme-primary-500)}.custom-dark-theme .candidacy-details-header .no-letter{color:#c7c7c8}.custom-dark-theme .candidacy-details-header .review-count{color:#b0bac9}.custom-dark-theme .candidacy-details-header .status.pending{background-color:#ffca28;color:#000000de}.custom-dark-theme .candidacy-details-header .status.approved{background-color:#87bf00;color:#000000de}.custom-dark-theme .candidacy-details-header .status.canceled,.custom-dark-theme .candidacy-details-header .status.refused{background-color:#f64e60;color:#000000de}.custom-dark-theme .candidacy-document-container .candidacy-document-header .candidacy-document-title{color:inherit}.custom-dark-theme .candidacy-document-container disabled-button{background:#E1E9FF;color:#5d78fb}.custom-dark-theme .candidacy-document-container .documents-list th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .candidacy-document-container .documents-list td.mat-cell{color:inherit}.custom-dark-theme .candidacy-document-container .documents-list .document-icon{color:var(--theme-secondary-300)}.custom-dark-theme #titleMenuActionsDocuments{color:#fff}.custom-dark-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-label{color:#a7a9ab}.custom-dark-theme .candidacy-coordinates-container .candidacy-coordinates-content .info-data,.custom-dark-theme .candidacy-form-container .candidacy-form .radio-group{color:inherit}.custom-dark-theme .candidacy-form-container .candidacy-form .file-select .hint{color:id(true,#a7a9ab,#7a7a7a)}.custom-dark-theme .candidacy-form-container .candidacy-form .file-selected .mat-icon{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .candidacy-form-container .candidacy-form .file-select-errors{margin-bottom:20px}.custom-dark-theme .candidacy-form-container .candidacy-form .file-select-errors .error{color:#d52d28}.custom-dark-theme .candidacy-general-information-container .info-label{color:#a7a9ab}.custom-dark-theme .candidacy-general-information-container .info-label .help-icon{color:#4384ef}.custom-dark-theme .candidacy-general-information-container .offer-title-data{color:inherit}.custom-dark-theme .candidacy-general-information-container .cv{color:var(--theme-secondary-500)}.custom-dark-theme .candidacy-general-information-container .letter{color:var(--theme-primary-500)}.custom-dark-theme .candidacy-general-information-container .no-cv,.custom-dark-theme .candidacy-general-information-container .no-letter{color:#c7c7c8}.custom-dark-theme .candidacy-general-information-container .review-stars{color:#b0bac9}.custom-dark-theme .candidacy-general-information-container .review-stars .fill-star{color:#fbc944}.custom-dark-theme .candidacy-general-information-container .review-count{color:#a7a9ab}.custom-dark-theme .candidacy-general-information-container .status{width:80px;text-align:center}.custom-dark-theme .candidacy-general-information-container .status.pending{background-color:#ffca28;color:#000000de}.custom-dark-theme .candidacy-general-information-container .status.approved{background-color:#87bf00;color:#000000de}.custom-dark-theme .candidacy-general-information-container .status.canceled,.custom-dark-theme .candidacy-general-information-container .status.refused{background-color:#f64e60;color:#000000de}.custom-dark-theme .document-form-container .document-form .radio-group{color:inherit}.custom-dark-theme .document-form-container .document-form .help-icon{color:var(--theme-secondary-500)}.custom-dark-theme .interview-form-container .interview-form textarea{color:#fff}.custom-dark-theme .interview-form-container .interview-form .radio-group{color:inherit}.custom-dark-theme .interview-form-container .interview-form .help-icon{color:var(--theme-secondary-500)}.custom-dark-theme .interview-form-container .interview-form .review-stars{color:#b0bac9}.custom-dark-theme .interview-form-container .interview-form .review-stars .fill-star{color:#fbc944}.custom-dark-theme .interview-form-container .interview-form .review-count{color:#b0bac9}.custom-dark-theme .candidacy-interview-list-container .candidacy-interview-list-header .candidacy-interview-list-title{color:inherit}.custom-dark-theme .candidacy-interview-list-container .interviews-list th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .candidacy-interview-list-container .interviews-list td.mat-cell{color:inherit}.custom-dark-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .candidacy-interview-list-container .interviews-list .evaluator-profile .evaluator-name{color:#a7a9ab}.custom-dark-theme .candidacy-interview-list-container .interview-details .nav-back{color:var(--theme-secondary-300)}.custom-dark-theme .candidacy-interview-list-container .interview-details .info-label{color:#a7a9ab}.custom-dark-theme .candidacy-interview-list-container .interview-details .info-data{color:inherit}.custom-dark-theme .candidacy-interview-list-container .interview-details .no-file{color:#dbdbdb}.custom-dark-theme .candidacy-followup-container .communications-list th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .candidacy-followup-container .communications-list td.mat-cell{color:inherit}.custom-dark-theme .candidacy-followup-container .communications-list .mat-cell.mat-column-type,.custom-dark-theme .candidacy-followup-container .mail-details .nav-back{color:var(--theme-secondary-300)}.custom-dark-theme .candidacy-followup-container .mail-details .detail-row .info-label{color:#a7a9ab}.custom-dark-theme .candidacy-followup-container .mail-details .detail-row .info-data{color:inherit}.custom-dark-theme .candidacy-followup-container .mail-details .detail-row .mail-body{background:#303030}.custom-dark-theme .candidacy-followup-container .mail-details .detail-system-label{color:#a7a9ab}.custom-dark-theme .candidacy-followup-container .mail-details .detail-system-data{color:inherit}.custom-dark-theme .candidacies-container{background:#303030}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-table{box-shadow:0 3px 6px #00000017}.custom-dark-theme .candidacies-container .candidacies-content .actions{background-color:#424242}.custom-dark-theme .candidacies-container .candidacies-content .stack-count{border:1px solid;background:#424242;border-color:var(--theme-secondary-300)}.custom-dark-theme .candidacies-container .candidacies-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .candidacies-container .candidacies-content .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .candidacies-container .candidacies-content .manager-details-card .manager-name{color:#fff}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .actions{background:none}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator .value-indicator{color:#fff}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending{border-color:#fbd82b}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.pending .value-indicator{background-color:#fbd82b}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved{border-color:#87bf00}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.approved .value-indicator{background-color:#87bf00}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total{border-color:#1bc5bd}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.total .value-indicator{background-color:#1bc5bd}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused,.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled{border-color:#f64e60}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.refused .value-indicator,.custom-dark-theme .candidacies-container .candidacies-content .candidacies-indicators .indicator.canceled .value-indicator{background-color:#f64e60}.custom-dark-theme .candidacies-container .candidacies-content .offer-card-list .selected .candidacies-offer-card{border:2px solid var(--theme-primary-500)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .search-todo-details{background-color:#303030;border-bottom:4px solid var(--theme-secondary-300);color:#ffffffde}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table{color:#fff}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-row{background-color:#707070}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-header-cell{color:#ffffffde;border-bottom-color:#7b7b7b}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .cv{color:var(--theme-secondary-400)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-cv{color:#dbdbdb}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .letter{color:var(--theme-primary-500)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .no-letter{color:#c7c7c8}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .external-candidacy{background-color:#5d78fb;color:#fff}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .internal-candidacy{background-color:#7ab403;color:#fff}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars{color:#b0bac9}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-stars .fill-star{color:#fbc944}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .review-count{color:#b0bac9}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.pending{background-color:#fbd82b;color:#000000de}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.approved{background-color:#87bf00;color:#000000de}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.canceled,.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .mat-table .status.refused{background-color:#f64e60;color:#000000de}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .talent-pool{color:#000000de;background-color:var(--theme-secondary-300)}.custom-dark-theme .candidacies-container .candidacies-content .candidacies-list .none-style{color:#000000de;background-color:#d3d3d3}.custom-dark-theme #dropdownExtractExcel .export-templates-title{color:#fff}.custom-dark-theme #dropdownExtractExcel .search-input{color:#ffffffde}.custom-dark-theme #dropdownExtractExcel .template-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme #dropdownExtractExcel .template-action{color:#ffffffde}.custom-dark-theme .manage-interviews-container{background:#303030}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table{box-shadow:0 3px 6px #00000017}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .actions{background-color:#424242}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table{color:#fff}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-row{background-color:#707070}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-header-cell{color:#ffffffde;border-bottom-color:#7b7b7b}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .manager-details-card .manager-name{color:#fff}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars{color:#b0bac9}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-dark-theme .manage-interviews-container .manage-interviews-content .manage-interviews-table .mat-table .review-count{color:#b0bac9}.custom-dark-theme #titleMenuActionsInterviews{color:#fff}.custom-dark-theme .interview-details-container .header-details .mat-icon-button{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .interview-details-container .interview-details-menu .menu-button{color:inherit}.custom-dark-theme .interview-details-container .interview-details-menu .menu-button.selected{color:var(--theme-secondary-300);background:#303030;border-left:3px solid var(--theme-secondary-300)}.custom-dark-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .interview-details-container .interview-details-sub-content .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .interview-details-container .interview-details-sub-content .info-label{color:#a7a9ab}.custom-dark-theme .interview-details-container .interview-details-sub-content .info-data{color:inherit}.custom-dark-theme .interview-details-container .interview-details-sub-content .no-file{color:#dbdbdb}.custom-dark-theme .offer-apply .offer-summary .mat-card{color:#ffffffde}.custom-dark-theme .offer-apply .apply-form{background-color:#424242;box-shadow:0 3px 3px #00000012}.custom-dark-theme .offer-card:hover{border:solid 2px var(--theme-primary-500);cursor:pointer;color:#fff}.custom-dark-theme .offer-card.selected{border:solid 2px var(--theme-primary-500)}.custom-dark-theme .offer-detail{border-color:var(--theme-primary-500)}.custom-dark-theme .offer-detail .mat-divider{border-top-color:var(--theme-primary-500)}.custom-dark-theme .share-offer-menu .share-offer-title,.custom-dark-theme .offer-list{color:#ffffffde}.custom-dark-theme .offer-list .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.custom-dark-theme .offer-list .mat-standard-chip{background:var(--theme-secondary-100);color:var(--theme-secondary-contrast-100)}.custom-dark-theme .offer-list .mat-standard-chip .mat-icon{color:var(--theme-secondary-contrast-100)}.custom-dark-theme .offer-library,.custom-dark-theme .offer-library .mat-card{color:#ffffffde}.custom-dark-theme .offer-library .right-pane .offer-card-container .card-container{box-shadow:0 3px 6px #00000029}.custom-dark-theme .offer-library .mat-standard-chip{background:var(--theme-secondary-100);color:var(--theme-secondary-contrast-100)}.custom-dark-theme .offer-library .mat-standard-chip .mat-icon{color:var(--theme-secondary-contrast-100)}.custom-dark-theme .single-value-display.background{background:var(--theme-secondary-100);color:#000000de}.custom-dark-theme .email-back-container .file-select .hint{color:#a7a9ab}.custom-dark-theme .email-back-container .file-selected .mat-icon{color:inherit;background:var(--theme-secondary-300)}.custom-dark-theme .email-back-container .email-back-header{background:#424242}.custom-dark-theme .email-back-container .email-back-header .email-back-title{color:inherit}.custom-dark-theme .email-back-container .email-back-content .mat-expansion-panel-header,.custom-dark-theme .email-back-container .email-back-content .mat-expansion-panel-header.mat-expanded{border-bottom:1px solid;border-bottom-color:#707070}.custom-dark-theme .email-back-container .email-back-content .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .candidacies-offer-card{background:#424242}.custom-dark-theme .candidacies-offer-card .count-badge{background:var(--theme-primary-500);color:#000000de}.custom-dark-theme .candidacies-offer-card .offer-name,.custom-dark-theme .recruitment-media .media-card{color:inherit}.custom-dark-theme .recruitment-media .media-card>.mat-icon{color:#7a7a7a}.custom-dark-theme .recruitment-media .media-card-size{color:#7a7a7a}.custom-dark-theme .recruitment-media .media-card .delete{background-color:#d52d28;color:#fff}.custom-dark-theme .recruitment-media .media-card.selected{border:1px solid #5D78FB}.custom-dark-theme .share-modal-content .mat-dialog-title{border-bottom-color:#707070}.custom-dark-theme .share-modal-content .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .share-modal-content .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .share-modal-content .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-dark-theme .share-modal-content .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#303030}.custom-dark-theme .share-modal-content .mat-dialog-content .search .search-label{color:#707070}.custom-dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.custom-dark-theme .share-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-dark-theme .share-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.custom-dark-theme .share-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-dark-theme .share-modal-content .mat-dialog-content .users-card{background-color:#333}.custom-dark-theme .share-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .share-modal-content .mat-dialog-content .users-card .user-badge{background-color:#d8d8d8}.custom-dark-theme .share-modal-content .mat-dialog-content .users-card .user{color:var(--theme-secondary-300)}.custom-dark-theme .review-modal-content .review-stars{color:#b0bac9}.custom-dark-theme .review-modal-content .review-stars .fill-star{color:#fbc944}.custom-dark-theme .review-modal-content textarea{color:#fff}.custom-dark-theme .offers-container{background:#303030}.custom-dark-theme .offers-container .offers-content .offers-table{box-shadow:0 3px 6px #00000017}.custom-dark-theme .offers-container .offers-content .actions{background-color:#424242}.custom-dark-theme .offers-container .offers-content .stack-count{border:1px solid;background:#424242;border-color:var(--theme-secondary-300)}.custom-dark-theme .offers-container .offers-content .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .offers-container .offers-content .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .offers-container .offers-content .manager-details-card .manager-name{color:#fff}.custom-dark-theme .offers-container .offers-content .status{background-color:#8798ad;color:#000000de}.custom-dark-theme .offers-container .offers-content .status.encours{background-color:#87bf00;color:#000000de}.custom-dark-theme .offers-container .offers-content .status.cloture{background-color:#f64e60;color:#000000de}.custom-dark-theme .offers-container .offers-content .offer-card-list .selected .offers-offer-card{border:2px solid var(--theme-primary-500)}.custom-dark-theme .offers-container .offers-content .offers-list .search-todo-details{background-color:#303030;border-bottom:4px solid var(--theme-secondary-300);color:#ffffffde}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table{color:#fff}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .mat-header-row{background-color:#707070}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .mat-header-cell{color:#ffffffde;border-bottom-color:#7b7b7b}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .help-icon{color:var(--theme-secondary-300)}.custom-dark-theme .offers-container .offers-content .offers-list .mat-table .review-count{color:#b0bac9}.custom-dark-theme .mat-menu-item .mat-icon.icon-menu{color:inherit}.custom-dark-theme .offer-details-header{background-color:#424242}.custom-dark-theme .offer-details-container .offer-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .offer-general-information-container .info-label{color:#a7a9ab}.custom-dark-theme .offer-general-information-container .info-label .help-icon{color:#4384ef}.custom-dark-theme .offer-general-information-container .info-data{color:inherit}.custom-dark-theme .candidacy-history-container{background:#303030}.custom-dark-theme .candidacy-history-container .candidacies-history-table{box-shadow:0 3px 6px #00000017}.custom-dark-theme .candidacy-history-container .candidacies-history-table .mat-table{color:#fff}.custom-dark-theme .candidacy-history-container .candidacies-history-table .mat-table th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .candidacy-history-container .candidacies-history-table .mat-table td.mat-cell{color:inherit}.custom-dark-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars{color:#b0bac9}.custom-dark-theme .candidacy-history-container .candidacies-history-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-dark-theme .document-management-container .document-management-content .folders-list .document-folder{color:inherit}.custom-dark-theme .document-management-container .document-management-content .folders-list .document-folder>.mat-icon{color:#7a7a7a}.custom-dark-theme .document-management-container .document-management-content .folders-list .document-folder .count{color:#7a7a7a}.custom-dark-theme .document-management-container .document-management-content .folders-list .document-folder .delete{background-color:#d52d28;color:#fff}.custom-dark-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .document-details-container .document-details-sub-content .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .document-form-container .document-form-content .mat-expansion-panel-header{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .document-form-container .document-form-content .mat-expansion-panel-header-title,.custom-dark-theme .connected-user-dashboard-title{color:inherit}.custom-dark-theme .connected-user-dashboard-card{background:#424242;box-shadow:0 1px 20px #0000000d}.custom-dark-theme .connected-user-dashboard-card .card-title,.custom-dark-theme .connected-user-dashboard-card .card-title .title,.custom-dark-theme .connected-user-dashboard-card .card-title .subtitle{color:inherit}.custom-dark-theme .connected-user-dashboard-shortcuts .personal-data,.custom-dark-theme .connected-user-dashboard-shortcuts .documents{background-color:#424242}.custom-dark-theme .connected-user-dashboard-status-info .card-title .title .mat-icon{color:#1bc5bd}.custom-dark-theme .connected-user-personal-data .page-header-content .bubble-profile-content{border:1px solid #707070}.custom-dark-theme .connected-user-personal-data .page-header-content .serial-number{color:#a7a9ab}.custom-dark-theme .connected-user-personal-data .menu-with-buttons .menu-button.invalid{color:#f44336}.custom-dark-theme .user-date--ERROR{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .user-date--WARNING{color:#fff8dd;background-color:#ffc700}.custom-dark-theme .user-date--SUCCESS{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .user-paystatus--PENDING{background:#707070;color:#a7a9ab}.custom-dark-theme .user-paystatus--TO_SEND{color:#fff8dd;background-color:#ffc700}.custom-dark-theme .user-paystatus--SENT{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .contractual-situation-cards-item{background-color:#f1f4f9}.custom-dark-theme .contractual-situation-cards-item-icon{color:#cfdef8}.custom-dark-theme .contractual-situation-cards-item.selected{border:1px solid #5D78FB}.custom-dark-theme .contractual-situation-cards-item.selected .contractual-situation-cards-item-icon{color:#5d78fb}.custom-dark-theme .task-target-details-followup .history-container{color:inherit}.custom-dark-theme .task-target-details-followup .history-container .history-values{border-left-color:#f4f6fc}.custom-dark-theme .task-target-details-followup .history-container .history-values-content{background-color:#f4f6fc;border-color:#d8d8d8}.custom-dark-theme .onboarding-table-title{color:inherit}.custom-dark-theme .onboarding-table-container{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .row-disabled{color:#707070}.custom-dark-theme .diffusion-status--validated,.custom-dark-theme .diffusion-status--signed{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .diffusion-status--declined,.custom-dark-theme .diffusion-status--partially_pending,.custom-dark-theme .diffusion-status--mixed{color:#fff8dd;background-color:#ffc700}.custom-dark-theme .diffusion-status--pending,.custom-dark-theme .diffusion-status--to_check{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .onboarding-diffusion-form .user-tag,.custom-dark-theme .onboarding-diffusion-form .document-tag{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .onboarding-diffusion-form .user-tag .name,.custom-dark-theme .onboarding-diffusion-form .document-tag .name{color:var(--theme-secondary-300)}.custom-dark-theme .onboarding-diffusion-form .user-tag .remove,.custom-dark-theme .onboarding-diffusion-form .document-tag .remove{color:var(--theme-secondary-300);background:#303030}.custom-dark-theme .onboarding-diffusion-form .readonly{color:#00000061}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-title{border-bottom-color:#707070}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#303030}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .search .search-label{color:#707070}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator{background:#d52d28}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card{background-color:#333}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .mail-task-target-modal-content .mat-dialog-content .users-card .bubble-profile-fullname{color:var(--theme-secondary-300)}.custom-dark-theme .task-target-modal .mat-dialog-title{border-bottom-color:#707070}.custom-dark-theme .task-target-modal .mat-dialog-title .selected-count{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .task-target-modal .mat-dialog-content .search .search-label{color:#707070}.custom-dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.custom-dark-theme .task-target-modal .mat-dialog-content .search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-dark-theme .task-target-modal .mat-dialog-content .selected-users .user{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .task-target-modal .mat-dialog-content .selected-users .user .name{color:var(--theme-secondary-300)}.custom-dark-theme .task-target-modal .mat-dialog-content .selected-users .user .remove{color:var(--theme-secondary-300);background:#303030}.custom-dark-theme .task-target-modal .mat-dialog-content .dot-indicator{background:#d52d28}.custom-dark-theme .task-target-modal .mat-dialog-content .dot-indicator.available{background:#02a731}.custom-dark-theme .task-target-modal .mat-dialog-content .users-card{background-color:#333}.custom-dark-theme .task-target-modal .mat-dialog-content .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .task-target-modal .mat-dialog-content .users-card .bubble-profile-fullname{color:var(--theme-secondary-300)}.custom-dark-theme .drawer-container .drawer-title{color:#a7a9ab}.custom-dark-theme .drawer-container .users-list-container .users-card{background-color:#333}.custom-dark-theme .drawer-container .users-list-container .users-card .user-name{color:var(--theme-secondary-300)}.custom-dark-theme .drawer-container .users-list-container .users-card .user-badge{background-color:#d8d8d8}.custom-dark-theme .training-courses-followup-header .habilitation{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .training-courses-followup-header .habilitation.invalid{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .training-courses-followup-header .habilitation.expiring{color:#fff5f8;background-color:#ffc700}.custom-dark-theme .demands-needs-container .demands-needs-header-title{color:inherit}.custom-dark-theme .demands-needs-container .demands-needs-response{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .demands-needs-container .demands-needs-response--yes{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .demands-needs-container .demands-needs-status{color:#fff8dd;background-color:#ffc700}.custom-dark-theme .demands-needs-container .demands-needs-status--approved{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .demands-needs-container .demands-needs-status--rejected,.custom-dark-theme .demands-needs-container .demands-needs-status--pending{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .registrations-container .registrations-header-title{color:inherit}.custom-dark-theme .registrations-container .registrations-status{color:#fff8dd;background-color:#ffc700}.custom-dark-theme .registrations-container .registrations-status--registered,.custom-dark-theme .registrations-container .registrations-status--realised,.custom-dark-theme .registrations-container .registrations-status--validated,.custom-dark-theme .registrations-container .registrations-status--approved{color:#e8fff3;background-color:#51cd89}.custom-dark-theme .registrations-container .registrations-status--canceled,.custom-dark-theme .registrations-container .registrations-status--rejected{color:#fff5f8;background-color:#f1416c}.custom-dark-theme .registrations-container .habilitation-status{color:#e8fff3}.custom-dark-theme .registrations-container .habilitation-status .mat-badge-content{color:#fff}.custom-dark-theme .registrations-container .habilitation-status.invalid,.custom-dark-theme .registrations-container .habilitation-status.expiring{color:#fff5f8}.custom-dark-theme .history-container .history-header-title{color:inherit}.custom-dark-theme .history-container .history-check{color:#51cd89}.custom-dark-theme .history-container .history-uncheck{color:#f1416c}.custom-dark-theme .history-details-container{background:#303030}.custom-dark-theme .history-details-container .doc{color:var(--theme-secondary-400)}.custom-dark-theme .training-collection-container .training-course-wrapper.selected .training-course{border:solid 2px var(--theme-primary-500)}.custom-dark-theme .training-collection-container .training-collection-content .training-collection-header,.custom-dark-theme .training-collection-list-container .training-collection-list-content .training-collection-list-header{border-bottom-color:#d8d8d8}.custom-dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection.add .collection-image,.custom-dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .first-image,.custom-dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image .row-image div,.custom-dark-theme .training-collection-list-container .training-collection-list-content .collection-list .collection .collection-image.empty{background:#424242}.custom-dark-theme .whitelist-container .whitelist-content .whitelist-header{border-bottom-color:#d8d8d8}.custom-dark-theme .whitelist-container .whitelist-list .whitelist-mails{border-color:#d8d8d8}.custom-dark-theme .whitelist-container .whitelist-list .whitelist-mails .mat-chip{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .whitelist-container .whitelist-list .whitelist-mails .no-mails{width:100%;padding-top:10px;text-align:center}.custom-dark-theme .curriculum-card{background:#424242;box-shadow:0 3px 6px #00000029}.custom-dark-theme .curriculum-card .description{color:#ffffffde}.custom-dark-theme .curriculum-resume-section{background:#212121}.custom-dark-theme .curriculum-resume-section .curriculum-resume{background:#424242;box-shadow:0 1px 10px #00000029}.custom-dark-theme .curriculum-resume-section .curriculum-resume .description{color:#ffffffde}.custom-dark-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid rgba(255,255,255,.87)}@media screen and (max-width: 768px){.custom-dark-theme .curriculum-resume-section .curriculum-resume .curriculum-infos{border-left:.5px solid transparent}}.custom-dark-theme .session-list-item .session-remaining-seats{color:var(--theme-secondary-300);border-color:var(--theme-secondary-300)}.custom-dark-theme .training-detail .habilitation-by-course .count-collaborators{background:var(--theme-primary-500);color:#424242}.custom-dark-theme .training-detail .habilitation-by-course .success-rate-value{color:#769cff}.custom-dark-theme .training-detail .detail-video-desc{background:#424242}.custom-dark-theme .training-detail .course-video{background:transparent}.custom-dark-theme .training-detail .course-properties{border-top:solid .5px rgba(255,255,255,.12);border-bottom:solid .5px rgba(255,255,255,.12)}.custom-dark-theme .training-detail .course-properties .property{border-left:solid .5px white}.custom-dark-theme .training-detail .course-seat-count{background:rgba(255,255,255,.87);color:#000000de}.custom-dark-theme .training-detail .course-apply .detail-button{color:#000000de}.custom-dark-theme .training-detail .course-apply .detail-button.applied{color:#000000de;background:white}.custom-dark-theme .training-detail .desc-obj,.custom-dark-theme .training-detail .desc-profile,.custom-dark-theme .training-detail .obj-value,.custom-dark-theme .training-detail .profile-value{border-left:solid 3px var(--theme-primary-500)}.custom-dark-theme .training-detail .required-course:hover{color:var(--theme-primary-500)}.custom-dark-theme .training-detail .required-course:active{color:var(--theme-secondary-300)}.custom-dark-theme .training-detail .mat-dialog-container{background:#303030}.custom-dark-theme .training-detail .mat-dialog-container .mat-tab-list{background-color:transparent}.custom-dark-theme .training-detail .mat-dialog-container .mat-tab-label{border:1px solid transparent;background-color:#fff}.custom-dark-theme .training-detail .mat-dialog-container .mat-tab-label-active{background-color:var(--theme-primary-500)!important;color:#fff;opacity:1}.custom-dark-theme .training-detail .mat-dialog-container .dialog-button{color:#000000de}.custom-dark-theme .training-detail .mat-dialog-container .mat-slide-toggle-bar,.custom-dark-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:var(--theme-primary-500)}.custom-dark-theme .training-detail .mat-dialog-container .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f2f2f2}.custom-dark-theme .fiche-cours-template{padding-left:15px}.custom-dark-theme .fiche-cours-template .template-properties-title{color:var(--theme-primary-500)}.custom-dark-theme .fiche-cours-template .template-properties-value{color:var(--theme-secondary-300)}.custom-dark-theme .fiche-cours-template .template-properties-value span{color:#000}.custom-dark-theme .fiche-cours-template .template-course-desc{background-color:var(--theme-primary-500);color:#fff}.custom-dark-theme .fiche-cours-template .template-course-title{color:var(--theme-secondary-300)}.custom-dark-theme .template-course-main-title{color:#000}.custom-dark-theme .fiche-cours{color:gray}.custom-dark-theme .line{color:var(--theme-secondary-300)}.custom-dark-theme .dot{background-color:var(--theme-secondary-300)}.custom-dark-theme .training-course .course-actions{border-top:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .training-course .course-actions .favorite-icon{color:var(--theme-secondary-300)}.custom-dark-theme .training-course .course-actions .basket-icon{color:var(--theme-primary-500)}.custom-dark-theme .training-course .course-action.mat-flat-button{color:#000000de}.custom-dark-theme .training-course .course-banner{background:var(--theme-secondary-300)}.custom-dark-theme .training-course .course-views{background:#303030}.custom-dark-theme .training-course .course-rates{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .training-course .review-stars{color:#b0bac9}.custom-dark-theme .training-course .review-stars .fill-star{color:#fbc944}.custom-dark-theme .training-course .review-stars .training-rate{color:#fff;background:var(--theme-secondary-300)}.custom-dark-theme .training-results .training-course-wrapper.selected .training-course{border:solid 2px var(--theme-primary-500)}.custom-dark-theme .training-results .see-more button{color:#000000de}.custom-dark-theme .provisional-course-card-container{box-shadow:0 3px 6px #00000017;background-color:#424242}.custom-dark-theme .provisional-course-card-container.selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .provisional-course-card-container.grey{background-color:#d7d7d7}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-year{color:inherit}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-icon{color:#fff;background-color:var(--theme-secondary-300)}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-title .provisional-course-title-label{color:inherit}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-participant .provisional-course-participant-count{background-color:var(--theme-primary-500);color:#fff}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-label{color:#707070}.custom-dark-theme .provisional-course-card-container .provisional-course-card-content .provisional-course-details .details-data{color:#fff}.custom-dark-theme .provisional-course-dialog-container .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.custom-dark-theme .provisional-course-dialog-container .search-box .mat-form-field-label{color:#ffffffde}.custom-dark-theme .provisional-course-dialog-container .search-box .add-button{color:#fff}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course{background:#424242;box-shadow:0 3px 6px #00000017}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-year{background:#424242;color:inherit}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-icon{color:#fff;background-color:var(--theme-secondary-300)}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-title .current-provisional-course-title-label{color:inherit}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-label{color:#707070}.custom-dark-theme .provisional-course-dialog-container .current-provisional-course .current-provisional-course-details .details-data{color:#fff}.custom-dark-theme .provisional-course-dialog-container .add-provisional-course-icon{color:#fff;background-color:#707070}.custom-dark-theme .training-search{background:#303030}.custom-dark-theme .training-search .success-rate-value{color:#769cff}.custom-dark-theme .training-search .headband-habilitation{background:#424242}.custom-dark-theme .training-search .headband-habilitation .headband-content-icon .mat-icon{color:#769cff}.custom-dark-theme .training-search .curriculum-validation{background:#212121;box-shadow:0 3px 6px #000000de}.custom-dark-theme .training-search .curriculum-validation button{color:#fff!important}.custom-dark-theme .training-search .habilitation-list.darker{background:#616161}.custom-dark-theme .training-search .habilitation-list.curriculum{background:transparent}.custom-dark-theme .training-search .domain-list.darker{background:#616161}.custom-dark-theme .training-search .domain-item .card-title{color:#fff}.custom-dark-theme .training-search .domain-item .mat-card{border:solid 1px transparent}.custom-dark-theme .training-search .domain-item .mat-card:hover{border:solid 1px var(--theme-primary-500)}.custom-dark-theme .training-search .selection-item.mat-chip-selected.mat-primary,.custom-dark-theme .training-search .card-badge .mat-badge-content{color:#000000de}.custom-dark-theme .training-search .search-button,.custom-dark-theme .plan-arbitration-container{background-color:#303030}.custom-dark-theme .plan-arbitration-container .state.to_transform{background-color:#e1e9ff;color:#000000de}.custom-dark-theme .plan-arbitration-container .state.validated,.custom-dark-theme .plan-arbitration-container .state.registered,.custom-dark-theme .plan-arbitration-container .state.realised,.custom-dark-theme .plan-arbitration-container .state.closed{background-color:#87bf00;color:#000000de}.custom-dark-theme .plan-arbitration-container .state.refused{background-color:#f64e60;color:#000000de}.custom-dark-theme .plan-arbitration-container .state.application{background-color:#63809e;color:#000000de}.custom-dark-theme .plan-arbitration-container .state.transformed_to_pi{background-color:#1bc5bd;color:#000000de}.custom-dark-theme .plan-arbitration-container .state.in_progress,.custom-dark-theme .plan-arbitration-container .state.pending{background-color:#ffca28;color:#000000de}.custom-dark-theme .plan-arbitration-container .point-default{background:#c9d0db 0% 0% no-repeat padding-box}.custom-dark-theme .plan-arbitration-container .validated-ratio,.custom-dark-theme .plan-arbitration-container .point-approved{background:#87bf00 0% 0% no-repeat padding-box}.custom-dark-theme .plan-arbitration-container .waiting-ratio,.custom-dark-theme .plan-arbitration-container .point-waiting{background:#FFB300 0% 0% no-repeat padding-box}.custom-dark-theme .plan-arbitration-container .rejected-ratio,.custom-dark-theme .plan-arbitration-container .point-rejected{background:#f64e60 0% 0% no-repeat padding-box}.custom-dark-theme .plan-arbitration-container .valid-th{border-color:var(--theme-secondary-300);color:#ffffffde}.custom-dark-theme .plan-arbitration-container .details-sync{box-shadow:0 3px 3px #00000012;background:#303030;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .plan-arbitration-container .details-sync .sync{color:#ffffffde}.custom-dark-theme .plan-arbitration-container .details-sync .warning{color:#ffca28}.custom-dark-theme .plan-arbitration-container .details-sync .done{color:#87bf00}.custom-dark-theme .plan-arbitration-container .validator-details{box-shadow:0 3px 3px #00000012;background:#303030;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .plan-arbitration-container .validator-details .validator-tri{background-color:#f4f6fc;color:#707070}.custom-dark-theme .plan-arbitration-container .validator-details .date-validation-title{color:#fff}.custom-dark-theme .plan-arbitration-container .validator-details .warning-css{color:#ffca28}.custom-dark-theme .plan-arbitration-container .validator-details .green{background:#87bf00;color:#fff}.custom-dark-theme .plan-arbitration-container .validator-details .red{background:#f64e60;color:#fff}.custom-dark-theme .plan-arbitration-container .right-in:after{border-left:20px solid #303030}.custom-dark-theme .plan-arbitration-container .actions{background-color:#424242}.custom-dark-theme .plan-arbitration-container .mat-table .mat-header-row{background-color:#707070}.custom-dark-theme .plan-arbitration-container .mat-table .mat-header-cell{color:#ffffffde;border-bottom-color:#7b7b7b}.custom-dark-theme .plan-arbitration-container .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .plan-arbitration-container .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.custom-dark-theme .plan-arbitration-container .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .plan-arbitration-container .mat-table .trigger-cost-menu .mat-icon{color:#ffffffde}.custom-dark-theme .plan-arbitration-container .mat-table .bold{color:inherit}.custom-dark-theme .plan-arbitration-container .mat-table .serial-number{color:#a7a9ab}.custom-dark-theme .plan-arbitration-container .mat-table .alert-icon-details{background-color:#303030;border-bottom:4px solid var(--theme-secondary-300);color:#ffffffde}.custom-dark-theme .plan-arbitration-container .mat-table .sync-button{color:#00000042}.custom-dark-theme .plan-arbitration-container .mat-table .sync-button:disabled{color:#ffffff4d}.custom-dark-theme .plan-arbitration-container .mat-table .synced,.custom-dark-theme .plan-arbitration-container .mat-table .synced:disabled{color:#ffffffde}.custom-dark-theme .plan-arbitration-container .mat-table .total-value,.custom-dark-theme .plan-arbitration-container .mat-table .total-value-footer{color:#ffffffde}.custom-dark-theme .plan-arbitration-container .mat-table .total-label{background-color:#707070}.custom-dark-theme .plan-arbitration-container .mat-table .icon-delete path{stroke:#fff}.custom-dark-theme .mat-tooltip-class{background-color:#303030;color:#fff}.custom-dark-theme #titleMenuActionsArbitration,.custom-dark-theme #titleCostMenuArbitration{color:#fff}.custom-dark-theme #btn-validation-menu,.custom-dark-theme .btn-validation-menu{background-color:transparent;color:var(--theme-primary-500)}.custom-dark-theme #btn-delete-menu,.custom-dark-theme .btn-delete-menu{background-color:transparent;color:#f1f4f8}.custom-dark-theme .footer-validation-menu,.custom-dark-theme .checkbox-validation,.custom-dark-theme #titre-validation-menu,.custom-dark-theme .titre-validation-menu{color:#fff}.custom-dark-theme .div-validation:hover,.custom-dark-theme #btn-validation-menu:hover,.custom-dark-theme #btn-delete-menu:hover,.custom-dark-theme .btn-validation-menu:hover,.custom-dark-theme .btn-delete-menu:hover{background-color:#00000042}.custom-dark-theme .graphs-container .box-icon .mat-icon-button{color:#fff;background:var(--theme-primary-500)}.custom-dark-theme .training-demands .validation-container{color:#575962}.custom-dark-theme .training-demands .validation-container button{color:#fff}.custom-dark-theme .training-demands .unchecked-step{color:#d8d8d8}.custom-dark-theme .training-demands .title,.custom-dark-theme .training-demands .title-section-registration{color:inherit}.custom-dark-theme .training-demands .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.custom-dark-theme .training-demands .options-container .option-badge.selected,.custom-dark-theme .training-demands .options-container.selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .training-demands textarea{color:inherit}.custom-dark-theme .training-demands .valid-quantity-button.mat-flat-button{color:#000000de}.custom-dark-theme .training-demands .classifQuantityTotal{border:2px solid var(--theme-primary-500)}.custom-dark-theme .training-demands .users-list .users-card{background-color:#333}.custom-dark-theme .training-demands .users-list .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .training-demands .users-list .users-card .user{color:var(--theme-secondary-300)}.custom-dark-theme .training-demands .users-list .users-card .registration-status{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .training-demands .users-list .users-card .user-badge{background-color:#d8d8d8}.custom-dark-theme .registration-side .registration-processed{color:var(--theme-secondary-300);font-weight:700}.custom-dark-theme .registration-side .validation-container{color:#575962}.custom-dark-theme .registration-side .validation-container button{color:#fff}.custom-dark-theme .registration-side .title,.custom-dark-theme .registration-side .title-section-registration{color:inherit}.custom-dark-theme .registration-side .answers-container{margin-top:20px}.custom-dark-theme .registration-side .search .search-label{color:#707070}.custom-dark-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.custom-dark-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .registration-side .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.custom-dark-theme .registration-side .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.custom-dark-theme .registration-side .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.custom-dark-theme .registration-side .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-dark-theme .registration-side .count-collaborators{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .training-needs-container .progress-container{background-color:#424242}.custom-dark-theme .training-needs-container .progress-container .registration-title,.custom-dark-theme .training-needs-container .progress-container .checkbox-conscent{color:inherit}.custom-dark-theme .training-needs-container .progress-container .circle-progress circle{stroke:var(--theme-primary-100)}.custom-dark-theme .training-needs-container .progress-container .circle-progress path{stroke:var(--theme-primary-500)}.custom-dark-theme .training-needs-container .progress-container .circle-progress tspan{fill:#a7a9ab}.custom-dark-theme .registration-container .title{color:inherit}.custom-dark-theme .registration-container .registration-processed{color:var(--theme-secondary-300);font-weight:700}.custom-dark-theme .registration-container .title-section-registration{color:inherit}.custom-dark-theme .registration-container .title-section-registration .unchecked-step{color:#d8d8d8}.custom-dark-theme .registration-container .options-container .option-badge{border:2px solid #d8d8d8;color:#9e9e9e}.custom-dark-theme .registration-container .options-container .option-badge.selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .registration-container .options-container .mat-form-field-flex{background:#f3f6f9 0% 0% no-repeat padding-box;border:1px solid #e0e7ff}.custom-dark-theme .registration-container .options-container .date-card{border:2px solid #9e9e9e;color:#9e9e9e}.custom-dark-theme .registration-container .options-container .date-card.selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .registration-container .options-container .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .registration-container .options-container textarea{color:#575962}.custom-dark-theme .registration-container .mat-card-details{color:#9e9e9e}.custom-dark-theme .registration-container .group-list .group-card{border:1px solid #d8d8d8}.custom-dark-theme .registration-container .group-list .group-card.group-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .registration-container .validation-container{color:#575962}.custom-dark-theme .registration-container .validation-container button{color:#fff}.custom-dark-theme .registration-container .search .search-label{color:#707070}.custom-dark-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-underline,.custom-dark-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:transparent}.custom-dark-theme .registration-container .search .user-search .mat-form-field-appearance-legacy .mat-form-field-wrapper,.custom-dark-theme .registration-container .search .group-search .mat-form-field-appearance-legacy .mat-form-field-wrapper{background-color:#333}.custom-dark-theme .registration-container .search .user-search .mat-form-field.mat-focused .mat-form-field-ripple,.custom-dark-theme .registration-container .search .group-search .mat-form-field.mat-focused .mat-form-field-ripple{background-color:transparent}.custom-dark-theme .registration-container .users-list .users-card{background-color:#333}.custom-dark-theme .registration-container .users-list .users-card.user-selected{border:2px solid var(--theme-primary-500)}.custom-dark-theme .registration-container .users-list .users-card .user{color:var(--theme-secondary-300)}.custom-dark-theme .registration-container .users-list .users-card .registration-status{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .registration-container .users-list .users-card .user-badge{background-color:#d8d8d8}.custom-dark-theme .registration-container .count-collaborators{background:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .registration-container .count-collaborators.full-session{background:#e6851d}.custom-dark-theme .registration-container .count-collaborators-tags .count-collaborators-item-label{background:#424242}.custom-dark-theme .registration-container .count-collaborators-tags.registered,.custom-dark-theme .registration-container .count-collaborators-tags.registered .count-collaborators-item-label{color:var(--theme-secondary-300)}.custom-dark-theme .registration-container .selected-collaborators .collaborator{border:2px solid var(--theme-primary-500);background:#303030}.custom-dark-theme .registration-container .selected-collaborators .collaborator .name{color:var(--theme-secondary-300)}.custom-dark-theme .registration-container .selected-collaborators .collaborator .remove{color:var(--theme-secondary-300);background:#303030}.custom-dark-theme .registration-container .mat-step-icon .mat-icon{color:#fff}.custom-dark-theme .icon-organisme-session .st0{fill:var(--theme-secondary-300)}.custom-dark-theme .icon-organisme-session .st1{fill:#575962}.custom-dark-theme .registration-container .registration-container-margin .side-information .selected-course{border:3px solid var(--theme-primary-500)}.custom-dark-theme .registration-container .registration-container-margin .side-information .overlay-course{background-color:gray}.custom-dark-theme .mat-step-icon .mat-icon{color:#fff}.custom-dark-theme .you-message .message-text{color:var(--theme-primary-500);border:1px solid var(--theme-primary-500)}.custom-dark-theme .other-message .message-text{background:var(--theme-primary-500);border:1px solid var(--theme-primary-500)}.custom-dark-theme .label-chatbot,.custom-dark-theme .wrapper .head-text{background:var(--theme-primary-500)}.custom-dark-theme .habilitations-modal-content .habilitation-name-status{color:#e8fff3}.custom-dark-theme .habilitations-modal-content .habilitation-name-status.invalid,.custom-dark-theme .habilitations-modal-content .habilitation-name-status.expiring{color:#fff5f8}.custom-dark-theme .habilitation-tainings-modal-content .valid{color:#e8fff3}.custom-dark-theme .habilitation-tainings-modal-content .invalid{color:#fff5f8}.custom-dark-theme .habilitation-tainings-modal-content .habilitation-name-status{color:#e8fff3}.custom-dark-theme .habilitation-tainings-modal-content .habilitation-name-status.invalid,.custom-dark-theme .habilitation-tainings-modal-content .habilitation-name-status.expiring{color:#fff5f8}.custom-dark-theme .training-collection-modal-content .collection{border-color:#d8d8d8}.custom-dark-theme .training-collection-modal-content .collection.selected{background:var(--theme-secondary-300);border-color:var(--theme-secondary-300);color:#fff}.custom-dark-theme .training-plan-arbitration-details-content .details-title{color:inherit;border-bottom:1px solid #707070}.custom-dark-theme .training-plan-arbitration-details-content .detail-recap{padding-top:10px;background:#424242}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-label,.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value,.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .mat-icon{color:inherit}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .sync-indicator{color:#fff6}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .synced{color:#ffffffde}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .decision-badge{border-color:var(--theme-secondary-300)}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .gray-point{background:#c9d0db}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .green-point{background:#87bf00}.custom-dark-theme .training-plan-arbitration-details-content .details-row .details-value .red-point{background:#f64e60}.custom-dark-theme .training-plan-arbitration-details-content .details-table{color:inherit}.custom-dark-theme .training-plan-arbitration-details-content .details-table th,.custom-dark-theme .training-plan-arbitration-details-content .details-table td{border-bottom:1px solid #707070}.custom-dark-theme .training-plan-arbitration-details-content .details-table th{color:#fff9}.custom-dark-theme .training-plan-arbitration-details-content .details-table .user-badge{background:#ffffff}.custom-dark-theme .training-plan-arbitration-details-content .details-table .comment{color:#ffffffde}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form{background:#424242}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-outer-circle{border-color:#87bf00}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-yes.mat-radio-checked .mat-radio-inner-circle{background-color:#87bf00}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked{color:#f64e60}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-no.mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked{color:#ffb300}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-outer-circle{border-color:#ffb300}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form .mat-radio-group .validation-waiting.mat-radio-checked .mat-radio-inner-circle{background-color:#ffb300}.custom-dark-theme .training-plan-arbitration-validation-container .validation-form textarea{color:#ffffffde}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list th.mat-header-cell{color:#a7a9ab}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell{color:inherit}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list td.mat-cell.mat-column-comment{color:#ffffffde}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list .validator-profile .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list .status-header>div{border-color:var(--theme-secondary-300);color:#fff}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-approved{background:#87bf00 0% 0% no-repeat padding-box}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list .status-indicator-rejected{background:#f64e60 0% 0% no-repeat padding-box}.custom-dark-theme .training-plan-arbitration-validation-container .validation-list .motive{color:#fff}.custom-dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked{color:#f64e60}.custom-dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-outer-circle{border-color:#f64e60}.custom-dark-theme #menuMotivesValidation .mat-radio-group .mat-radio-checked .mat-radio-inner-circle{background-color:#f64e60}.custom-dark-theme #menuMotivesValidation .mat-radio-label-content{color:#ffffffde}.custom-dark-theme .whitelist-modal-content .whitelist{border-color:#d8d8d8}.custom-dark-theme .whitelist-modal-content .whitelist.selected{background:var(--theme-secondary-300);border-color:var(--theme-secondary-300);color:#fff}.custom-dark-theme .whitelist-modal-content form .mat-chip{background-color:var(--theme-secondary-300);color:var(--theme-secondary-contrast-300)}.custom-dark-theme .whitelist-modal-content form .mat-chip .mat-chip-remove{color:var(--theme-secondary-contrast-300)}.custom-dark-theme .course-details-header{background-color:#424242}.custom-dark-theme .course-general-information-container .info-label{color:#a7a9ab}.custom-dark-theme .course-general-information-container .info-label .help-icon{color:#4384ef}.custom-dark-theme .course-general-information-container .info-data{color:inherit}.custom-dark-theme .course-details-container .course-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .courses-library-search-bar .baskets{background-color:#303030}.custom-dark-theme .courses-library-search-bar .baskets.no-background{background-color:unset}.custom-dark-theme .nine-box-container-full .boxes{color:#000000de;border-left:2px solid #d8d8d8;border-bottom:2px solid #d8d8d8}.custom-dark-theme .nine-box-container-full .boxes .up,.custom-dark-theme .nine-box-container-full .boxes .right{color:#d8d8d8}.custom-dark-theme .nine-box-container-full .boxes .potential,.custom-dark-theme .nine-box-container-full .boxes .perf{color:#707070}.custom-dark-theme .nine-box-container-full .boxes .label-box{color:#fff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .box-header .score,.custom-dark-theme .nine-box-container-full .boxes .nine-box .box-header .total{background:white}.custom-dark-theme .nine-box-container-full .boxes .nine-box .box-header .label-box{color:#fff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge,.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge .stack-count{background:#ffffff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-badge .label-box{color:#fff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details{background:#424242;color:var(--theme-secondary-300);box-shadow:0 3px 3px #00000012;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .blue-point{background:var(--theme-secondary-300)}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-status{background:#d8d8d8;color:#fff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title,.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .user-title .user-title-job{color:#fff}.custom-dark-theme .nine-box-container-full .boxes .nine-box .users .user-details .user-details-card .stack-users .user-title{border-top-color:#d8d8d8}.custom-dark-theme .skill-matrix-container .skill-matrix-content .layout-options-container .skill-matrix-filter{border:2px solid}.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-badge,.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-indicator{background-color:#f4f6fc33}.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-badge.greater,.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.greater{background-color:#90b91e;color:#fff}.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-badge.equal,.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.equal{background-color:#039ddc;color:#fff}.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-badge.lower,.custom-dark-theme .skill-matrix-container .skill-matrix-content .score-indicator.lower{background-color:#ea0311;color:#fff}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail{background:#424242}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .user-name{border-bottom-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge{background-color:#f4f6fc33}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .score-container{border-bottom-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .badge-container{border-right-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header{border-bottom-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .user-name,.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .list-view-header .score-container{border-bottom:none}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail.list-view .category-sections .category{border-right-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .user-card-detail .category .section-open{background-color:#f4f6fc33}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user{background:#424242}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .red{background-color:#ea0311}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .green{background-color:#90b91e}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .caption-header .blue{background-color:#039ddc}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .arrow,.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header{border-color:#f4f6fc4d}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile{background-color:#f4f6fc33}.custom-dark-theme .skill-matrix-container .skill-matrix-content .legende-user .user-header .user-profile .user-details{box-shadow:0 3px 3px #00000012;background:#63809e 0% 0% no-repeat padding-box;color:#fff}.custom-dark-theme .skill-matrix-container .skill-matrix-content .grid-container .mat-expansion-panel{border-bottom-color:#303030}.custom-dark-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections,.custom-dark-theme .skill-matrix-container .skill-matrix-content .grid-container .score-sections-user{border-color:#f4f6fc4d}.custom-dark-theme .users-container{background:#303030}.custom-dark-theme .users-container .blur-opacity{background-color:#000000de}.custom-dark-theme .users-container .manage-users-content .manage-users-table{box-shadow:0 3px 6px #00000017}.custom-dark-theme .users-container .manage-users-content .manage-users-table .actions{background-color:#424242}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table{color:#fff}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-row{background-color:#707070}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-header-cell{color:#ffffffde;border-bottom-color:#7b7b7b}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-sort-header-arrow{color:var(--theme-secondary-300)}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-cell{color:inherit;border-bottom-color:#7b7b7b}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .mat-checkbox-frame{border-color:#d8d8d8}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card{background-color:#333;border:1px solid #333333;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .manager-details-card .manager-name{color:#fff}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars{color:#b0bac9}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-stars .fill-star{color:#fbc944}.custom-dark-theme .users-container .manage-users-content .manage-users-table .mat-table .review-count{color:#b0bac9}.custom-dark-theme #titleMenuActionsUsers{color:#fff}.custom-dark-theme .user-details-container .user-details-menu .menu-button{color:inherit}.custom-dark-theme .user-details-container .user-details-menu .menu-button.selected{color:var(--theme-secondary-300);background:#303030;border-left:3px solid var(--theme-secondary-300)}.custom-dark-theme .user-details-container .user-details-menu .menu-sub-button{color:inherit}.custom-dark-theme .user-details-container .user-details-menu .menu-sub-button .dot{background-color:#ffffffde}.custom-dark-theme .user-details-container .user-details-menu .menu-sub-button.selected{background:#303030;color:var(--theme-secondary-300)}.custom-dark-theme .user-details-container .user-details-menu .menu-sub-button.selected .dot{background:var(--theme-secondary-300)}.custom-dark-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header.mat-expanded{border-bottom:solid 1px rgba(255,255,255,.12)}.custom-dark-theme .user-details-container .user-details-sub-content .mat-expansion-panel-header-title{color:inherit}.custom-dark-theme .user-details-container .user-details-header{background-color:#424242}.custom-dark-theme .user-details-container .user-details-header .user-group{background:var(--theme-secondary-300);color:#fff}.custom-dark-theme .user-details-container .user-details-header .user-badge{background-color:none}.custom-dark-theme .user-details-container .user-details-header .user-name{color:inherit}.custom-dark-theme .user-details-container .user-details-header .user-number{color:#b0bac9}.custom-dark-theme .user-details-container .user-details-header .icons .icon{background:var(--theme-secondary-300);color:inherit}.custom-dark-theme .user-general-information-container .info-label{color:#a7a9ab}.custom-dark-theme .user-general-information-container .info-label .help-icon{color:#4384ef}.custom-dark-theme .user-general-information-container .info-data{color:inherit}.custom-dark-theme .user-general-information-container .cv{color:var(--theme-secondary-500)}.custom-dark-theme .user-general-information-container .letter{color:var(--theme-primary-500)}.custom-dark-theme .user-general-information-container .no-cv,.custom-dark-theme .user-general-information-container .no-letter{color:#c7c7c8}.custom-dark-theme .user-general-information-container .review-stars{color:#b0bac9}.custom-dark-theme .user-general-information-container .review-stars .fill-star{color:#fbc944}.custom-dark-theme .user-general-information-container .review-count{color:#a7a9ab}.custom-dark-theme .user-general-information-container .status.pending{background-color:#ffca28;color:#000000de}.custom-dark-theme .user-general-information-container .status.approved{background-color:#87bf00;color:#000000de}.custom-dark-theme .user-general-information-container .status.canceled,.custom-dark-theme .user-general-information-container .status.refused{background-color:#f64e60;color:#000000de}.custom-dark-theme .doccreator-article-list .article-content,.custom-dark-theme .doccreator-template-document-form .article-title,.custom-dark-theme .doccreator-template-document-form .article-content{color:#000}.custom-dark-theme .admin-structure-container .structure-search .mat-form-field-flex{background-color:#303030}.custom-dark-theme .group-card-custom .notification{background-color:red;color:#fff}.custom-dark-theme .group-card-custom .card-title{color:#fff}.custom-dark-theme .file-viewer-container .close-button{color:#fff;background-color:#303030}.custom-dark-theme .header-menu-page-container .header-menu-page-header:not(:empty){background-color:#424242;box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .header-menu-page-container .header-menu-page-header:not(:empty) .header-title{color:inherit}.custom-dark-theme .header-menu-page-container .header-menu-page-menu,.custom-dark-theme .header-menu-page-container .header-menu-page-sub-content{background-color:#424242;box-shadow:2px 2px 2px #0000000d}.custom-dark-theme .search-bar-container,.custom-dark-theme .search-bar-container .search-bar-header{background-color:#303030}.custom-dark-theme .search-bar-container .search-bar-header .title{color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.custom-dark-theme .search-bar-container .search-bar-content .search-box .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#303030}.custom-dark-theme .search-bar-container .search-bar-content .search-box .mat-form-field-label{color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .search-box .mat-divider{border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .search-box .mat-stroked-button:not([disabled]){border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .filter input:focus::placeholder{opacity:.5}.custom-dark-theme .search-bar-container .search-bar-content .filter input:focus::-webkit-input-placeholder{opacity:.5}.custom-dark-theme .search-bar-container .search-bar-content .filter input:focus:-moz-placeholder{opacity:.5}.custom-dark-theme .search-bar-container .search-bar-content .filter input:focus::-moz-placeholder{opacity:.5}.custom-dark-theme .search-bar-container .search-bar-content .filter input:focus:-ms-input-placeholder{opacity:.5}.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .alert-icon-details{background-color:#303030;border-bottom:4px solid var(--theme-secondary-300);color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline{color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-outline-end{border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline ::placeholder,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline ::placeholder,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline ::placeholder{color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-select-placeholder,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-form-field-empty.mat-form-field-label{color:inherit}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline .mat-datepicker-toggle{color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end{border-width:1px;border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline-end{border-color:#707070}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-checkbox .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-checkbox .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-checkbox .mat-checkbox-frame{border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .app-rangenumber-numbers,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-label,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-input-element,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-select-value,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-inner,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-datepicker-toggle,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-content,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-date-range-input-separator,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .app-rangenumber-numbers{color:var(--theme-primary-500)}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-form-field-outline-end,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-frame,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-start,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-gap,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-outline-end{border-color:var(--theme-primary-500)}.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .main-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .mat-form-field-appearance-outline.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-form-field-appearance-outline .mat-slide-toggle-bar .mat-slide-toggle-thumb,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-checkbox-background,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar,.custom-dark-theme .search-bar-container .search-bar-content .pinned-filters .filter.ng-valid .mat-slide-toggle-bar .mat-slide-toggle-thumb{background-color:var(--theme-primary-500)}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-value .pinned-search-label{color:#a7a9ab}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search{background:none;color:#d8d8d8;border:solid 1px #d8d8d8}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search:after{background:none}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-value .search.selected{background:#333333;border-color:var(--theme-secondary-300);color:var(--theme-secondary-300)}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-value .mat-divider{border-color:#ffffffde}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name{background-color:#303030;color:#fff}.custom-dark-theme .search-bar-container .search-bar-content .hidden-filters-container .tab-name.selected{box-shadow:2px -2px 2px #0000000d;background-color:#424242;color:var(--theme-secondary-300);border-bottom:2px solid var(--theme-secondary-300)}.custom-dark-theme .search-bar-container .search-bar-content .button-box{color:#fff}.custom-dark-theme .search-bar-container .search-bar-content .reset-forms.on-blur{color:inherit}.custom-dark-theme .search-bar-container.edit-mode{background:none}.custom-dark-theme input.mat-select-filter{background-color:#424242;color:#fff}.custom-dark-theme .text-editor-textarea-container .style-toggles{border:1px solid #707070;border-bottom:none}.custom-dark-theme .text-editor-textarea-container .mat-slide-toggle .mat-slide-toggle-content{color:#a7a9ab}.custom-dark-theme .text-editor-textarea-container .fake-textarea,.custom-dark-theme .text-editor-textarea-container .textarea{border:1px solid #707070}.custom-dark-theme .text-editor-textarea-container .fake-textarea:active,.custom-dark-theme .text-editor-textarea-container .fake-textarea.active,.custom-dark-theme .text-editor-textarea-container .textarea:active,.custom-dark-theme .text-editor-textarea-container .textarea.active{border:1px solid #d8d8d8}.custom-dark-theme .text-editor-textarea-container .fake-textarea:focus,.custom-dark-theme .text-editor-textarea-container .textarea:focus{outline:none;border:1px solid #d8d8d8}.custom-dark-theme .text-editor-textarea-container .fake-textarea{color:#000}.custom-dark-theme .mat-menu-panel.add-link-mat-menu,.custom-dark-theme .mat-menu-panel.add-photo-menu{color:#fff}.custom-dark-theme .hint{color:#e6851d}.custom-dark-theme .yes-no-question .infos{border:1px solid var(--theme-secondary-300)}.custom-dark-theme .yes-no-question .infos .info-content{color:#fff}.custom-dark-theme .yes-no-question .infos .info-subcontent{color:#a7a9ab}.custom-dark-theme .export-template-modal-content .export-template-modal-title{color:inherit}.custom-dark-theme .export-template-modal-content .available-templates{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .export-template-modal-content .available-templates .available-templates-title{color:inherit}.custom-dark-theme .export-template-modal-content .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .export-template-modal-content .available-templates .template-item.selected{background:#303030;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-dark-theme .export-template-modal-content .available-templates .template-item .mat-icon{color:#ffffffde}.custom-dark-theme .export-template-modal-content .available-templates .template-add{background:#707070;color:#a7a9ab}.custom-dark-theme .export-template-modal-content .available-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .export-template-modal-content .available-columns .available-columns-title{color:inherit}.custom-dark-theme .export-template-modal-content .current-template-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .export-template-modal-content .current-template-columns .current-template-columns-title{color:inherit}.custom-dark-theme .export-template-modal-content .drop-list .drag-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .export-template-modal-content .drop-list .drag-item .remove{color:#ffffffde}.custom-dark-theme .export-template-modal-content .drop-list .drag-item-placeholder,.custom-dark-theme .drag-item-preview{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .screen-toggle{background-color:#424242}.custom-dark-theme button.active{color:var(--theme-primary-500)}.custom-dark-theme .number-plus-minus{background-color:#ddd}.custom-dark-theme .number-plus-minus input,.custom-dark-theme .number-plus-minus .plus:after,.custom-dark-theme .number-plus-minus .minus:after,.custom-dark-theme .number-plus-minus .plus:before{color:#fff;background:#303030}.custom-dark-theme .number-plus-minus input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.custom-dark-theme .number-plus-minus .plus,.custom-dark-theme .number-plus-minus .minus{background-color:var(--theme-secondary-300)}.custom-dark-theme .number-plus-minus .plus:disabled,.custom-dark-theme .number-plus-minus .minus:disabled{background:#a7a9ab}.custom-dark-theme .menu-custom-card .content-card .content-card-title{background:#424242}.custom-dark-theme .menu-custom-card .content-card .content-card-subtitle{color:#fff;background:rgba(66,66,66,.7)}.custom-dark-theme .page-header-container .page-header-background{background-color:#303030}.custom-dark-theme .page-header-container .page-header-content{background-color:#424242;box-shadow:0 2px 20px #7772be29}.custom-dark-theme .bubble-profile-badge .grey-1{background-color:#f4f6fc}.custom-dark-theme .bubble-profile-badge .grey-2{background-color:#d8d8d8}.custom-dark-theme .bubble-profile-list .stack-count{border:1px solid;background:#424242;border-color:var(--theme-secondary-300)}.custom-dark-theme .bubble-profile-list .bubble-profile-content{border:1px solid;border-color:#b0bac9}.custom-dark-theme .bubble-profile-list-details{background-color:#333;border:1px solid #333333;border-bottom:4px solid var(--theme-secondary-300)}.custom-dark-theme .bubble-profile-list-details .user-name{color:#fff}.custom-dark-theme .user-header .label,.custom-dark-theme .user-header .value,.custom-dark-theme .user-header .user-name{color:inherit}.custom-dark-theme .user-header .sub-label{color:#a7a9ab}.custom-dark-theme .user-header .indicators-container{border-color:#b0bac9}.custom-dark-theme .user-header .indicator{border-right-color:#b0bac9}.custom-dark-theme .app-color-picker .input-color{border-color:#b0bac9;color:#b0bac9}.custom-dark-theme .app-rate-stars .star{color:#b0bac9}.custom-dark-theme .app-rate-stars .fill-star{color:#fbc944}.custom-dark-theme .app-rate-stars .disabled{color:#b0bac9;opacity:.38}.custom-dark-theme .percent-completion-label{color:#a7a9ab}.custom-dark-theme .percent-completion-bar{background:#fbfbfb}.custom-dark-theme .percent-completion-bar-fill--info{background-color:#4384ef}.custom-dark-theme .percent-completion-bar-fill--NOT_REACHED{background-color:#f64e60}.custom-dark-theme .percent-completion-bar-fill--ALMOST_REACHED{background-color:#ffb300}.custom-dark-theme .percent-completion-bar-fill--REACHED{background-color:#87bf00}.custom-dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip{background:none}.custom-dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip:after{background:none}.custom-dark-theme .chip-with-label .chip-with-label-container.mat-chip.mat-standard-chip .label{background:#424242}.custom-dark-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip{color:var(--theme-primary-500);border-color:var(--theme-primary-500)}.custom-dark-theme .chip-with-label .chip-with-label-container.primary.mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-primary-500);opacity:1}.custom-dark-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip{color:var(--theme-secondary-300);border-color:var(--theme-secondary-300)}.custom-dark-theme .chip-with-label .chip-with-label-container.accent.mat-chip.mat-standard-chip .mat-chip-remove{color:var(--theme-secondary-300);opacity:1}.custom-dark-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip{color:#a7a9ab;border-color:#a7a9ab}.custom-dark-theme .chip-with-label .chip-with-label-container.grey.mat-chip.mat-standard-chip .mat-chip-remove{color:#a7a9ab;opacity:1}.custom-dark-theme .detail-container .separator{border-color:#d8d8d8}.custom-dark-theme .cdk-overlay-pane .image-format-menu .mat-menu-item.selected{color:var(--theme-secondary-300);background:#303030;border-left:3px solid var(--theme-secondary-300)}.custom-dark-theme .field-detail-text,.custom-dark-theme .field-detail .document-typology-name{color:#b0b6b9}.custom-dark-theme .field-detail-title,.custom-dark-theme .field-detail-label{color:#fff}.custom-dark-theme .field-detail-content.background{background:#E1E9FF;color:#63809e}.custom-dark-theme .field-detail-content.background .field-detail-text{color:#63809e}.custom-dark-theme .field-detail .field-detail-image img,.custom-dark-theme .field-detail .field-detail-video .video-player{box-shadow:0 2px 20px #7772be29}.custom-dark-theme .grid-export-template-menu-title{color:#fff}.custom-dark-theme .grid-export-template-menu-search-field{color:#ffffffde}.custom-dark-theme .grid-export-template-menu-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .grid-export-template-menu-action{color:#ffffffde}.custom-dark-theme .grid-export-template-modal-title{color:inherit}.custom-dark-theme .grid-export-template-modal-title .mat-icon{color:#ffffffde}.custom-dark-theme .grid-export-template-modal .available-templates{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .grid-export-template-modal .available-templates .available-templates-title{color:inherit}.custom-dark-theme .grid-export-template-modal .available-templates .template-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .grid-export-template-modal .available-templates .template-item.selected{background:#303030;color:var(--theme-secondary-300);border:none;border-left:3px solid var(--theme-secondary-300);border-radius:0 4px 4px 0}.custom-dark-theme .grid-export-template-modal .available-templates .template-item .mat-icon{color:#ffffffde}.custom-dark-theme .grid-export-template-modal .available-templates .template-add{background:#707070;color:#a7a9ab}.custom-dark-theme .grid-export-template-modal .available-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .grid-export-template-modal .available-columns .available-columns-title{color:inherit}.custom-dark-theme .grid-export-template-modal .current-template-columns{background:#424242;box-shadow:0 10px 10px #0000000d}.custom-dark-theme .grid-export-template-modal .current-template-columns .current-template-columns-title{color:inherit}.custom-dark-theme .grid-export-template-modal .drop-list .drag-item{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .grid-export-template-modal .drop-list .drag-item .remove{color:#ffffffde}.custom-dark-theme .grid-export-template-modal .drop-list .drag-item-placeholder,.custom-dark-theme .drag-item-preview{color:#a7a9ab;border:1px solid #707070}.custom-dark-theme .tooltip-html-container{background:#424242;box-shadow:2px 2px 2px #0000000d;color:#000;border-color:#ffffffde}.custom-dark-theme .app-message--warning{background-color:#f1f4f8;border-color:#5d78fb;color:#5d78fb}.custom-dark-theme .app-message .content{width:-moz-fit-content;width:fit-content}.custom-dark-theme .drop-list-empty{background-color:#f7f9fb}.custom-dark-theme .drop-list-empty-message{color:#b4bfcb}.custom-dark-theme button.mat-flat-button.secondary-button,.custom-dark-theme button.mat-icon-button.secondary-button,.custom-dark-theme div.secondary-button{background:#424242;color:#fff;box-shadow:0 3px 6px #00000029}.custom-dark-theme .pinned{border-radius:45px;color:var(--theme-secondary-300);box-shadow:0 3px 6px var(--theme-secondary-300)}.custom-dark-theme .navigate-button{color:#5d78fb}.custom-dark-theme .navigate-button .mat-icon{background:#E1E9FF}.custom-dark-theme .general-singular-icon .mat-icon-button{background:none}.custom-dark-theme .general-singular-icon--mat-icon-bg-button .mat-icon-button,.custom-dark-theme .general-singular-icon--mat-icon-bg-round-button .mat-icon-button{background:#E1E9FF;color:#5d78fb}.custom-dark-theme .general-singular-icon--mat-icon-bg-button .primary.mat-icon-button,.custom-dark-theme .general-singular-icon--mat-icon-bg-round-button .primary.mat-icon-button{background:var(--theme-primary-500);color:#fff;box-shadow:0 3px 6px #00000029}.custom-dark-theme .general-singular-icon--mat-icon-bg-button .secondary.mat-icon-button,.custom-dark-theme .general-singular-icon--mat-icon-bg-round-button .secondary.mat-icon-button{background:#424242;color:#fff;box-shadow:0 3px 6px #00000029}.custom-dark-theme .general-table-content .mat-icon{color:inherit}.custom-dark-theme .general-table-content .general-table-menu-title{color:#fff}.custom-dark-theme .save-search{width:90%;margin:auto}.custom-dark-theme .save-search .save-search-list .button-pin.pinned{border-color:var(--theme-secondary-300);color:var(--theme-secondary-300)}.custom-dark-theme .save-search .filter-item{background:none;color:var(--theme-primary-500);border:solid 1px var(--theme-primary-500)}.custom-dark-theme .save-search .filter-item .filter-item-label{background:#424242}.custom-dark-theme .info-label{color:#a7a9ab}.custom-dark-theme .info-data{color:inherit}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(material-icons.59322316b3fd6063.woff2) format("woff2")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Outlined;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-outlined.f86cb7b0aa53f0fe.woff2) format("woff2")}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-round.b10ec9db5b7fbc74.woff2) format("woff2")}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Sharp;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-sharp.3885863ee4746422.woff2) format("woff2")}.material-icons-sharp{font-family:Material Icons Sharp;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Two Tone;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-two-tone.675bd578bd14533e.woff2) format("woff2")}.material-icons-two-tone{font-family:Material Icons Two Tone;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-svg-icon:hover,.vjs-control:focus .vjs-svg-icon{filter:drop-shadow(0 0 .25em #fff)}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10a"}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10b"}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:"\f10f"}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:"\f110"}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:"\f111"}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:"\f112"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f113"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f114"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f115"}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:"\f116"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f117"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f118"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f119"}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:"\f11a"}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f11b"}.vjs-icon-replay-5,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-5:before,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before{content:"\f11c"}.vjs-icon-replay-10,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-10:before,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before{content:"\f11d"}.vjs-icon-replay-30,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-30:before,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before{content:"\f11e"}.vjs-icon-forward-5,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-5:before,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before{content:"\f11f"}.vjs-icon-forward-10,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-10:before,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before{content:"\f120"}.vjs-icon-forward-30,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-30:before,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before{content:"\f121"}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f122"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f123"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f124"}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:"\f125"}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:"\f126"}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f127"}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f128"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f129"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f12a"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f12b"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f12c"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f12d"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f12e"}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:#000000b3;padding:.5em;text-align:center;width:100%}.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,.vjs-layout-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon,.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translate(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;inset:0 0 3em;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10c";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f12e";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:rgba(0,0,0,.9);background:linear-gradient(180deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 60%,rgba(0,0,0,0) 100%);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-title,.vjs-title-bar-description{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5,.video-js .vjs-skip-forward-10,.video-js .vjs-skip-forward-30,.video-js .vjs-skip-backward-5,.video-js .vjs-skip-backward-10,.video-js .vjs-skip-backward-30{cursor:pointer}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}
