/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/main/webapp/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("MaterialIcons-Regular"), url('MaterialIcons-Regular.82d453d84dba34c8.woff2') format("woff2"), url('MaterialIcons-Regular.1c2327a23da0d595.woff') format("woff"), url('MaterialIcons-Regular.6d188df5228759e5.ttf') format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Roboto-Regular"), url('Roboto-Regular.4e7449338f3a9fee.woff2') format("woff2"), url('Roboto-Regular.4557104648f65fcc.woff') format("woff"), url('Roboto-Regular.83f6acca8a27a93c.ttf') format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Roboto-Bold"), url('Roboto-Bold.2a63183e6dff7d00.woff2') format("woff2"), url('Roboto-Bold.29ac6158e35aee95.woff') format("woff"), url('Roboto-Bold.f7aa49713d0a54c5.ttf') format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Raleway-Regular"), url('Raleway-Regular.4e15802d8d3a3e91.woff2') format("woff2"), url('Raleway-Regular.83d3511516030d15.woff') format("woff"), url('Raleway-Regular.6b8a48c7f10a9bb8.ttf') format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Raleway-Bold"), url('Raleway-Bold.3978b7cade6897ca.woff2') format("woff2"), url('Raleway-Bold.f677a01eec026d96.woff') format("woff"), url('Raleway-Bold.cf4e0af6ff7b6b35.ttf') format("truetype");
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("OpenDyslexic-Regular"), url('OpenDyslexic-Regular.0efac260f6bdebe0.woff2') format("woff2"), url('OpenDyslexic-Regular.412b94ce9b63174c.woff') format("woff"), url('OpenDyslexic-Regular.70b7c54d210607b3.ttf') format("truetype");
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("OpenDyslexic-Bold"), url('OpenDyslexic-Bold.55f583d6402aa74e.woff2') format("woff2"), url('OpenDyslexic-Bold.4778e25061562b9a.woff') format("woff"), url('OpenDyslexic-Bold.82f8a9f308e0a01e.ttf') format("truetype");
}
.info-invisible {
  position: absolute !important;
  left: -999vw !important;
}
/* =========================== DEBUT TOOLTIPS ============================== */
/* default var for tooltips */
/* default var for tooltips */
/* BASES */
[data-tooltip],
.tooltip,
.bulle-info-link {
  background: none;
  border: none;
  outline: none;
  position: relative;
  color: inherit;
  font-family: inherit;
  margin: inherit;
  padding: inherit;
  cursor: pointer !important;
  display: inline-block;
  width: 120%;
}
[data-tooltip] span,
.tooltip span,
.bulle-info-link span {
  word-break: break-word;
}
[data-tooltip]::-moz-focus-inner,
.tooltip::-moz-focus-inner,
.bulle-info-link::-moz-focus-inner {
  border: 0;
}
[data-tooltip]:before,
[data-tooltip] .tail-bulle-info-link,
.tooltip:before,
.tooltip .tail-bulle-info-link,
.bulle-info-link:before,
.bulle-info-link .tail-bulle-info-link {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
[data-tooltip]:after,
[data-tooltip] .txt-bulle-info-link,
.tooltip:after,
.tooltip .txt-bulle-info-link,
.bulle-info-link:after,
.bulle-info-link .txt-bulle-info-link {
  z-index: 1000;
  padding: 10px;
  min-width: 90px;
  width: calc(100% - 10px);
  max-width: 200px;
  background-color: #F6F6F6;
  color: #666666;
  content: attr(data-tooltip);
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 5px;
}
[data-tooltip] .txt-bulle-info-link,
.tooltip .txt-bulle-info-link,
.bulle-info-link .txt-bulle-info-link {
  content: none;
}
[data-tooltip]:before, [data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.bulle-info-link:before,
.bulle-info-link:after {
  position: absolute;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  bottom: 100%;
  left: 50%;
}
[data-tooltip] .txt-bulle-info-link,
[data-tooltip] .tail-bulle-info-link,
.tooltip .txt-bulle-info-link,
.tooltip .tail-bulle-info-link,
.bulle-info-link .txt-bulle-info-link,
.bulle-info-link .tail-bulle-info-link {
  position: absolute;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  bottom: 100%;
  left: 50%;
}
[data-tooltip] .tail-bulle-info-link,
.tooltip .tail-bulle-info-link,
.bulle-info-link .tail-bulle-info-link {
  bottom: auto;
  top: 100%;
  left: calc(50% - 3px);
}
[data-tooltip]:focus,
.tooltip:focus,
.bulle-info-link:focus {
  outline: none;
}
[data-tooltip]:focus:before, [data-tooltip]:focus:after,
.tooltip:focus:before,
.tooltip:focus:after,
.bulle-info-link:focus:before,
.bulle-info-link:focus:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.bulle-info-link:after, .bulle-info-link::before {
  display: none;
}
.bulle-info-link .txt-bulle-info-link {
  transform: translateY(12px);
}
/* Directions */
/* Bottom (default) */
/* Bottom */
[data-tooltip]:before, [data-tooltip]:after, [data-tooltip] .txt-bulle-info-link,
.bulle-info-link:before,
.bulle-info-link:after,
.bulle-info-link .txt-bulle-info-link,
.tooltip:before,
.tooltip:after,
.tooltip .txt-bulle-info-link,
.tooltip-bottom:before,
.tooltip-bottom:after,
.tooltip-bottom .txt-bulle-info-link {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: calc(-50% - 5px);
}
[data-tooltip]:before,
.bulle-info-link:before,
.tooltip:before,
.tooltip-bottom:before {
  margin: -12px 0 0 -6px;
  border-color: transparent transparent black transparent;
}
[data-tooltip]:focus:before, [data-tooltip]:focus:after,
.bulle-info-link:focus:before,
.bulle-info-link:focus:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  transform: translateY(12px);
}
.tooltip-top:before, .tooltip-top:after {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
}
.tooltip-top:before {
  margin: 0 0 -11px -6px;
  border-color: black transparent transparent transparent;
}
.tooltip-top:focus:before, .tooltip-top:focus:after {
  transform: translateY(-12px);
}
/* Left */
.tooltip-left:before, .tooltip-left:after {
  top: auto;
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin: 0 -12px 0 0;
  border-color: transparent transparent transparent black;
}
.tooltip-left:focus:before, .tooltip-left:focus:after {
  transform: translateX(-12px);
}
/* Right */
.tooltip-right:before, .tooltip-right:after {
  top: auto;
  right: auto;
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin: 0 0 0 -12px;
}
.tooltip-right:focus:before, .tooltip-right:focus:after {
  transform: translateX(12px);
}
.mat-form-field {
  width: 100%;
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin: 0 0 -16px 0;
}
/* =========================== FIN TOOLTIPS ============================== */
.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  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;
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 10px;
}
body {
  font-size: initial;
}
html,
body {
  margin: 0;
  padding: 0;
  min-width: 360px;
}
.cdk-overlay-pane.detail,
.cdk-overlay-pane.rdc,
.cdk-overlay-pane.welcome,
.cdk-overlay-pane.delete,
.cdk-overlay-pane.summary,
.cdk-overlay-pane.confirm,
.cdk-overlay-pane.howItWorks,
.cdk-overlay-pane.careerPointsDialog {
  margin: auto !important;
  position: relative !important;
}
.clear {
  clear: both;
  height: 1px;
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
.cnav-theme {
  /* CNAV Colors */
  /* CNAV Colors */
  /*=========== Début Checkbox et radio =============*/
  /*=========== Fin Checkbox et radio =============*/
  /*=============== Debut champs boutons ===============*/
  /*=============== Fin champs boutons ===============*/
  /*=============== Debut champs input ===============*/
  /*=============== Fin champs input ===============*/
  /*===============  color tooltips ===============*/
  /*=============== color tooltips ===============*/
}
.cnav-theme .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.cnav-theme .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.cnav-theme .mat-h1,
.cnav-theme .mat-headline,
.cnav-theme .mat-typography .mat-h1,
.cnav-theme .mat-typography .mat-headline,
.cnav-theme .mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.cnav-theme .mat-h2,
.cnav-theme .mat-title,
.cnav-theme .mat-typography .mat-h2,
.cnav-theme .mat-typography .mat-title,
.cnav-theme .mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.cnav-theme .mat-h3,
.cnav-theme .mat-subheading-2,
.cnav-theme .mat-typography .mat-h3,
.cnav-theme .mat-typography .mat-subheading-2,
.cnav-theme .mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.cnav-theme .mat-h4,
.cnav-theme .mat-subheading-1,
.cnav-theme .mat-typography .mat-h4,
.cnav-theme .mat-typography .mat-subheading-1,
.cnav-theme .mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.cnav-theme .mat-h5,
.cnav-theme .mat-typography .mat-h5,
.cnav-theme .mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.cnav-theme .mat-h6,
.cnav-theme .mat-typography .mat-h6,
.cnav-theme .mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.cnav-theme .mat-body-strong,
.cnav-theme .mat-body-2,
.cnav-theme .mat-typography .mat-body-strong,
.cnav-theme .mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-body,
.cnav-theme .mat-body-1,
.cnav-theme .mat-typography .mat-body,
.cnav-theme .mat-typography .mat-body-1,
.cnav-theme .mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-body p,
.cnav-theme .mat-body-1 p,
.cnav-theme .mat-typography .mat-body p,
.cnav-theme .mat-typography .mat-body-1 p,
.cnav-theme .mat-typography p {
  margin: 0 0 12px;
}
.cnav-theme .mat-small,
.cnav-theme .mat-caption,
.cnav-theme .mat-typography .mat-small,
.cnav-theme .mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-display-4,
.cnav-theme .mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.cnav-theme .mat-display-3,
.cnav-theme .mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.cnav-theme .mat-display-2,
.cnav-theme .mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.cnav-theme .mat-display-1,
.cnav-theme .mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.cnav-theme .mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-button, .cnav-theme .mat-raised-button, .cnav-theme .mat-icon-button, .cnav-theme .mat-stroked-button,
.cnav-theme .mat-flat-button, .cnav-theme .mat-fab, .cnav-theme .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.cnav-theme .mat-card-header .mat-card-title {
  font-size: 20px;
}
.cnav-theme .mat-card-subtitle,
.cnav-theme .mat-card-content {
  font-size: 14px;
}
.cnav-theme .mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.cnav-theme .mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-chip .mat-chip-trailing-icon.mat-icon,
.cnav-theme .mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.cnav-theme .mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.cnav-theme .mat-cell, .cnav-theme .mat-footer-cell {
  font-size: 14px;
}
.cnav-theme .mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-calendar-body {
  font-size: 13px;
}
.cnav-theme .mat-calendar-body-label,
.cnav-theme .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.cnav-theme .mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.cnav-theme .mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.cnav-theme .mat-form-field-prefix .mat-icon,
.cnav-theme .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.cnav-theme .mat-form-field-prefix .mat-icon-button,
.cnav-theme .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.cnav-theme .mat-form-field-prefix .mat-icon-button .mat-icon,
.cnav-theme .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.cnav-theme .mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.cnav-theme .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cnav-theme .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.cnav-theme .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(0.75);
  width: 133.3333433333%;
}
.cnav-theme .mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.cnav-theme .mat-form-field-label {
  top: 1.34375em;
}
.cnav-theme .mat-form-field-underline {
  bottom: 1.34375em;
}
.cnav-theme .mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.cnav-theme .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cnav-theme .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(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.cnav-theme .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(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.cnav-theme .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(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .cnav-theme .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cnav-theme .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(0.75);
  }
  .cnav-theme .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(0.75);
  }
  .cnav-theme .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(0.75);
  }
}
.cnav-theme .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.cnav-theme .mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.cnav-theme .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cnav-theme .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(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.cnav-theme .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(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cnav-theme .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(0.75);
  width: 133.3333333333%;
}
.cnav-theme .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(0.75);
  width: 133.3333433333%;
}
.cnav-theme .mat-grid-tile-header,
.cnav-theme .mat-grid-tile-footer {
  font-size: 14px;
}
.cnav-theme .mat-grid-tile-header .mat-line,
.cnav-theme .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.cnav-theme .mat-grid-tile-header .mat-line:nth-child(n+2),
.cnav-theme .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.cnav-theme input.mat-input-element {
  margin-top: -0.0625em;
}
.cnav-theme .mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.cnav-theme .mat-paginator,
.cnav-theme .mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.cnav-theme .mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-select-trigger {
  height: 1.125em;
}
.cnav-theme .mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.cnav-theme .mat-stepper-vertical, .cnav-theme .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.cnav-theme .mat-step-sub-label-error {
  font-weight: normal;
}
.cnav-theme .mat-step-label-error {
  font-size: 14px;
}
.cnav-theme .mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-tab-label, .cnav-theme .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-toolbar,
.cnav-theme .mat-toolbar h1,
.cnav-theme .mat-toolbar h2,
.cnav-theme .mat-toolbar h3,
.cnav-theme .mat-toolbar h4,
.cnav-theme .mat-toolbar h5,
.cnav-theme .mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.cnav-theme .mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cnav-theme .mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cnav-theme .mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-list-base .mat-list-item {
  font-size: 16px;
}
.cnav-theme .mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.cnav-theme .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.cnav-theme .mat-list-base .mat-list-option {
  font-size: 16px;
}
.cnav-theme .mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.cnav-theme .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.cnav-theme .mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.cnav-theme .mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.cnav-theme .mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.cnav-theme .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.cnav-theme .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.cnav-theme .mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.cnav-theme .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.cnav-theme .mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.cnav-theme .mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.cnav-theme .mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.cnav-theme .mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.cnav-theme .mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.cnav-theme .mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.cnav-theme .mat-tree-node,
.cnav-theme .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.cnav-theme .mat-ripple {
  overflow: hidden;
  position: relative;
}
.cnav-theme .mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.cnav-theme .mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.cnav-theme .mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .cnav-theme .mat-ripple-element {
  display: none;
}
.cnav-theme .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] .cnav-theme .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cnav-theme .cdk-overlay-container, .cnav-theme .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cnav-theme .cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cnav-theme .cdk-overlay-container:empty {
  display: none;
}
.cnav-theme .cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cnav-theme .cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cnav-theme .cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cnav-theme .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cnav-theme .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cnav-theme .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cnav-theme .cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cnav-theme .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cnav-theme .cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cnav-theme .cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cnav-theme .cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cnav-theme textarea.cdk-textarea-autosize {
  resize: none;
}
.cnav-theme textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
.cnav-theme 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 { /*!*/ }
.cnav-theme .cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cnav-theme .cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.cnav-theme .mat-focus-indicator {
  position: relative;
}
.cnav-theme .mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 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);
}
.cnav-theme .mat-focus-indicator:focus::before {
  content: "";
}
.cnav-theme .cdk-high-contrast-active .cnav-theme {
  --mat-focus-indicator-display: block;
}
.cnav-theme .mat-mdc-focus-indicator {
  position: relative;
}
.cnav-theme .mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 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);
}
.cnav-theme .mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cnav-theme .cdk-high-contrast-active .cnav-theme {
  --mat-mdc-focus-indicator-display: block;
}
.cnav-theme .skeleton {
  background-image: linear-gradient(90deg, #ADADAD, #ADADAD, #F6F6F6, #ADADAD, #ADADAD);
}
.cnav-theme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.cnav-theme .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-option:hover:not(.mat-option-disabled), .cnav-theme .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00829b;
}
.cnav-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #01707e;
}
.cnav-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d70000;
}
.cnav-theme .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.cnav-theme .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.cnav-theme .mat-primary .mat-pseudo-checkbox-checked,
.cnav-theme .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #00829b;
}
.cnav-theme .mat-pseudo-checkbox-checked,
.cnav-theme .mat-pseudo-checkbox-indeterminate,
.cnav-theme .mat-accent .mat-pseudo-checkbox-checked,
.cnav-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #01707e;
}
.cnav-theme .mat-warn .mat-pseudo-checkbox-checked,
.cnav-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #d70000;
}
.cnav-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.cnav-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.cnav-theme .mat-app-background, .cnav-theme.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-theme-loaded-marker {
  display: none;
}
.cnav-theme .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.cnav-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-badge {
  position: relative;
}
.cnav-theme .mat-badge.mat-badge {
  overflow: visible;
}
.cnav-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
.cnav-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.cnav-theme .ng-animate-disabled .mat-badge-content,
.cnav-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.cnav-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
.cnav-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.cnav-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.cnav-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.cnav-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .cnav-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.cnav-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .cnav-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.cnav-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .cnav-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.cnav-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .cnav-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.cnav-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.cnav-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.cnav-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.cnav-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .cnav-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.cnav-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .cnav-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.cnav-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .cnav-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.cnav-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .cnav-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.cnav-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.cnav-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.cnav-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.cnav-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .cnav-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.cnav-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .cnav-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.cnav-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .cnav-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.cnav-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .cnav-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.cnav-theme .mat-badge-content {
  color: white;
  background: #00829b;
}
.cdk-high-contrast-active .cnav-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.cnav-theme .mat-badge-accent .mat-badge-content {
  background: #01707e;
  color: white;
}
.cnav-theme .mat-badge-warn .mat-badge-content {
  color: white;
  background: #d70000;
}
.cnav-theme .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-button, .cnav-theme .mat-icon-button, .cnav-theme .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.cnav-theme .mat-button.mat-primary, .cnav-theme .mat-icon-button.mat-primary, .cnav-theme .mat-stroked-button.mat-primary {
  color: #00829b;
}
.cnav-theme .mat-button.mat-accent, .cnav-theme .mat-icon-button.mat-accent, .cnav-theme .mat-stroked-button.mat-accent {
  color: #01707e;
}
.cnav-theme .mat-button.mat-warn, .cnav-theme .mat-icon-button.mat-warn, .cnav-theme .mat-stroked-button.mat-warn {
  color: #d70000;
}
.cnav-theme .mat-button.mat-primary.mat-button-disabled, .cnav-theme .mat-button.mat-accent.mat-button-disabled, .cnav-theme .mat-button.mat-warn.mat-button-disabled, .cnav-theme .mat-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-icon-button.mat-primary.mat-button-disabled, .cnav-theme .mat-icon-button.mat-accent.mat-button-disabled, .cnav-theme .mat-icon-button.mat-warn.mat-button-disabled, .cnav-theme .mat-icon-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-stroked-button.mat-primary.mat-button-disabled, .cnav-theme .mat-stroked-button.mat-accent.mat-button-disabled, .cnav-theme .mat-stroked-button.mat-warn.mat-button-disabled, .cnav-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-button.mat-primary .mat-button-focus-overlay, .cnav-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .cnav-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #00829b;
}
.cnav-theme .mat-button.mat-accent .mat-button-focus-overlay, .cnav-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .cnav-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #01707e;
}
.cnav-theme .mat-button.mat-warn .mat-button-focus-overlay, .cnav-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .cnav-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #d70000;
}
.cnav-theme .mat-button.mat-button-disabled .mat-button-focus-overlay, .cnav-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .cnav-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.cnav-theme .mat-button .mat-ripple-element, .cnav-theme .mat-icon-button .mat-ripple-element, .cnav-theme .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.cnav-theme .mat-button-focus-overlay {
  background: black;
}
.cnav-theme .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-flat-button, .cnav-theme .mat-raised-button, .cnav-theme .mat-fab, .cnav-theme .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.cnav-theme .mat-flat-button.mat-primary, .cnav-theme .mat-raised-button.mat-primary, .cnav-theme .mat-fab.mat-primary, .cnav-theme .mat-mini-fab.mat-primary {
  color: white;
}
.cnav-theme .mat-flat-button.mat-accent, .cnav-theme .mat-raised-button.mat-accent, .cnav-theme .mat-fab.mat-accent, .cnav-theme .mat-mini-fab.mat-accent {
  color: white;
}
.cnav-theme .mat-flat-button.mat-warn, .cnav-theme .mat-raised-button.mat-warn, .cnav-theme .mat-fab.mat-warn, .cnav-theme .mat-mini-fab.mat-warn {
  color: white;
}
.cnav-theme .mat-flat-button.mat-primary.mat-button-disabled, .cnav-theme .mat-flat-button.mat-accent.mat-button-disabled, .cnav-theme .mat-flat-button.mat-warn.mat-button-disabled, .cnav-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-raised-button.mat-primary.mat-button-disabled, .cnav-theme .mat-raised-button.mat-accent.mat-button-disabled, .cnav-theme .mat-raised-button.mat-warn.mat-button-disabled, .cnav-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-fab.mat-primary.mat-button-disabled, .cnav-theme .mat-fab.mat-accent.mat-button-disabled, .cnav-theme .mat-fab.mat-warn.mat-button-disabled, .cnav-theme .mat-fab.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-primary.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-accent.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-warn.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-flat-button.mat-primary, .cnav-theme .mat-raised-button.mat-primary, .cnav-theme .mat-fab.mat-primary, .cnav-theme .mat-mini-fab.mat-primary {
  background-color: #00829b;
}
.cnav-theme .mat-flat-button.mat-accent, .cnav-theme .mat-raised-button.mat-accent, .cnav-theme .mat-fab.mat-accent, .cnav-theme .mat-mini-fab.mat-accent {
  background-color: #01707e;
}
.cnav-theme .mat-flat-button.mat-warn, .cnav-theme .mat-raised-button.mat-warn, .cnav-theme .mat-fab.mat-warn, .cnav-theme .mat-mini-fab.mat-warn {
  background-color: #d70000;
}
.cnav-theme .mat-flat-button.mat-primary.mat-button-disabled, .cnav-theme .mat-flat-button.mat-accent.mat-button-disabled, .cnav-theme .mat-flat-button.mat-warn.mat-button-disabled, .cnav-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-raised-button.mat-primary.mat-button-disabled, .cnav-theme .mat-raised-button.mat-accent.mat-button-disabled, .cnav-theme .mat-raised-button.mat-warn.mat-button-disabled, .cnav-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-fab.mat-primary.mat-button-disabled, .cnav-theme .mat-fab.mat-accent.mat-button-disabled, .cnav-theme .mat-fab.mat-warn.mat-button-disabled, .cnav-theme .mat-fab.mat-button-disabled.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-primary.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-accent.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-warn.mat-button-disabled, .cnav-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-flat-button.mat-primary .mat-ripple-element, .cnav-theme .mat-raised-button.mat-primary .mat-ripple-element, .cnav-theme .mat-fab.mat-primary .mat-ripple-element, .cnav-theme .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-flat-button.mat-accent .mat-ripple-element, .cnav-theme .mat-raised-button.mat-accent .mat-ripple-element, .cnav-theme .mat-fab.mat-accent .mat-ripple-element, .cnav-theme .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-flat-button.mat-warn .mat-ripple-element, .cnav-theme .mat-raised-button.mat-warn .mat-ripple-element, .cnav-theme .mat-fab.mat-warn .mat-ripple-element, .cnav-theme .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-stroked-button:not([class*=mat-elevation-z]), .cnav-theme .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-fab:not([class*=mat-elevation-z]), .cnav-theme .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .cnav-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .cnav-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.cnav-theme .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.cnav-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.cnav-theme .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.cnav-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.cnav-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.cnav-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.cnav-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;
}
.cnav-theme .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.cnav-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.cnav-theme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.cnav-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.cnav-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.cnav-theme .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.cnav-theme .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-checkbox-checkmark {
  fill: #fafafa;
}
.cnav-theme .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.cnav-theme .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.cnav-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .cnav-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #00829b;
}
.cnav-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .cnav-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #01707e;
}
.cnav-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .cnav-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #d70000;
}
.cnav-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .cnav-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.cnav-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.cnav-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.cnav-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.cnav-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #00829b;
}
.cnav-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.cnav-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #01707e;
}
.cnav-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.cnav-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #d70000;
}
.cnav-theme .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.cnav-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.cnav-theme .mat-chip.mat-standard-chip::after {
  background: black;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #00829b;
  color: white;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #d70000;
  color: white;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #01707e;
  color: white;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.cnav-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.cnav-theme .mat-table {
  background: white;
}
.cnav-theme .mat-table thead, .cnav-theme .mat-table tbody, .cnav-theme .mat-table tfoot,
.cnav-theme mat-header-row, .cnav-theme mat-row, .cnav-theme mat-footer-row,
.cnav-theme [mat-header-row], .cnav-theme [mat-row], .cnav-theme [mat-footer-row],
.cnav-theme .mat-table-sticky {
  background: inherit;
}
.cnav-theme mat-row, .cnav-theme mat-header-row, .cnav-theme mat-footer-row,
.cnav-theme th.mat-header-cell, .cnav-theme td.mat-cell, .cnav-theme td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-cell, .cnav-theme .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-datepicker-toggle,
.cnav-theme .mat-datepicker-content .mat-calendar-next-button,
.cnav-theme .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-calendar-table-header,
.cnav-theme .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-calendar-body-cell-content,
.cnav-theme .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.cnav-theme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.cnav-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.cnav-theme .mat-calendar-body-in-range::before {
  background: rgba(0, 130, 155, 0.2);
}
.cnav-theme .mat-calendar-body-comparison-identical,
.cnav-theme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.cnav-theme .mat-calendar-body-comparison-bridge-start::before,
.cnav-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 130, 155, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-calendar-body-comparison-bridge-end::before,
.cnav-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 130, 155, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.cnav-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.cnav-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.cnav-theme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.cnav-theme .mat-calendar-body-selected {
  background-color: #00829b;
  color: white;
}
.cnav-theme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 130, 155, 0.4);
}
.cnav-theme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cnav-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cnav-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: rgba(0, 130, 155, 0.3);
}
@media (hover: hover) {
  .cnav-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: rgba(0, 130, 155, 0.3);
  }
}
.cnav-theme .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(1, 112, 126, 0.2);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.cnav-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(1, 112, 126, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.cnav-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(1, 112, 126, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #01707e;
  color: white;
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(1, 112, 126, 0.4);
}
.cnav-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cnav-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),
.cnav-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: rgba(1, 112, 126, 0.3);
}
@media (hover: hover) {
  .cnav-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: rgba(1, 112, 126, 0.3);
  }
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(215, 0, 0, 0.2);
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.cnav-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(215, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.cnav-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(215, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #d70000;
  color: white;
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(215, 0, 0, 0.4);
}
.cnav-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cnav-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),
.cnav-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: rgba(215, 0, 0, 0.3);
}
@media (hover: hover) {
  .cnav-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: rgba(215, 0, 0, 0.3);
  }
}
.cnav-theme .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-datepicker-toggle-active {
  color: #00829b;
}
.cnav-theme .mat-datepicker-toggle-active.mat-accent {
  color: #01707e;
}
.cnav-theme .mat-datepicker-toggle-active.mat-warn {
  color: #d70000;
}
.cnav-theme .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .cnav-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .cnav-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .cnav-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.cnav-theme .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-expansion-panel-header-description,
.cnav-theme .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.cnav-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.cnav-theme .mat-expansion-panel-header {
  height: 48px;
}
.cnav-theme .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.cnav-theme .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.cnav-theme .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: #00829b;
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #01707e;
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #d70000;
}
.cnav-theme .mat-focused .mat-form-field-required-marker {
  color: #01707e;
}
.cnav-theme .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #00829b;
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #01707e;
}
.cnav-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #d70000;
}
.cnav-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #00829b;
}
.cnav-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #01707e;
}
.cnav-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #d70000;
}
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #d70000;
}
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #d70000;
}
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #d70000;
}
.cnav-theme .mat-error {
  color: #d70000;
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.cnav-theme .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.cnav-theme .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.cnav-theme .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #00829b;
}
.cnav-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #01707e;
}
.cnav-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #d70000;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #d70000;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.cnav-theme .mat-icon.mat-primary {
  color: #00829b;
}
.cnav-theme .mat-icon.mat-accent {
  color: #01707e;
}
.cnav-theme .mat-icon.mat-warn {
  color: #d70000;
}
.cnav-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-input-element:disabled,
.cnav-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-input-element {
  caret-color: #00829b;
}
.cnav-theme .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-form-field.mat-accent .mat-input-element {
  caret-color: #01707e;
}
.cnav-theme .mat-form-field.mat-warn .mat-input-element,
.cnav-theme .mat-form-field-invalid .mat-input-element {
  caret-color: #d70000;
}
.cnav-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #d70000;
}
.cnav-theme .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-list-option:hover, .cnav-theme .mat-list-option:focus,
.cnav-theme .mat-nav-list .mat-list-item:hover,
.cnav-theme .mat-nav-list .mat-list-item:focus,
.cnav-theme .mat-action-list .mat-list-item:hover,
.cnav-theme .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-list-single-selected-option, .cnav-theme .mat-list-single-selected-option:hover, .cnav-theme .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-menu-panel {
  background: white;
}
.cnav-theme .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-menu-item[disabled],
.cnav-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,
.cnav-theme .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-menu-item .mat-icon-no-color,
.cnav-theme .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-menu-item:hover:not([disabled]),
.cnav-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.cnav-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.cnav-theme .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-paginator {
  background: white;
}
.cnav-theme .mat-paginator,
.cnav-theme .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-paginator-decrement,
.cnav-theme .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-paginator-first,
.cnav-theme .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-icon-button[disabled] .mat-paginator-decrement,
.cnav-theme .mat-icon-button[disabled] .mat-paginator-increment,
.cnav-theme .mat-icon-button[disabled] .mat-paginator-first,
.cnav-theme .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-paginator-container {
  min-height: 56px;
}
.cnav-theme .mat-progress-bar-background {
  fill: #bcdce2;
}
.cnav-theme .mat-progress-bar-buffer {
  background-color: #bcdce2;
}
.cnav-theme .mat-progress-bar-fill::after {
  background-color: #00829b;
}
.cnav-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #bcd8db;
}
.cnav-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bcd8db;
}
.cnav-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #01707e;
}
.cnav-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f1bcbc;
}
.cnav-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f1bcbc;
}
.cnav-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #d70000;
}
.cnav-theme .mat-progress-spinner circle, .cnav-theme .mat-spinner circle {
  stroke: #00829b;
}
.cnav-theme .mat-progress-spinner.mat-accent circle, .cnav-theme .mat-spinner.mat-accent circle {
  stroke: #01707e;
}
.cnav-theme .mat-progress-spinner.mat-warn circle, .cnav-theme .mat-spinner.mat-warn circle {
  stroke: #d70000;
}
.cnav-theme .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00829b;
}
.cnav-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
.cnav-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .cnav-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .cnav-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #00829b;
}
.cnav-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #01707e;
}
.cnav-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
.cnav-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .cnav-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .cnav-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #01707e;
}
.cnav-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d70000;
}
.cnav-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,
.cnav-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .cnav-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .cnav-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #d70000;
}
.cnav-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.cnav-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.cnav-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.cnav-theme .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.cnav-theme .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-select-panel {
  background: white;
}
.cnav-theme .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #00829b;
}
.cnav-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #01707e;
}
.cnav-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #d70000;
}
.cnav-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #d70000;
}
.cnav-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-drawer.mat-drawer-push {
  background-color: white;
}
.cnav-theme .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.cnav-theme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.cnav-theme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.cnav-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #01707e;
}
.cnav-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(1, 112, 126, 0.54);
}
.cnav-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #01707e;
}
.cnav-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #00829b;
}
.cnav-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 130, 155, 0.54);
}
.cnav-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #00829b;
}
.cnav-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #d70000;
}
.cnav-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(215, 0, 0, 0.54);
}
.cnav-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #d70000;
}
.cnav-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.cnav-theme .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.cnav-theme .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-slider.mat-primary .mat-slider-track-fill,
.cnav-theme .mat-slider.mat-primary .mat-slider-thumb,
.cnav-theme .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #00829b;
}
.cnav-theme .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.cnav-theme .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(0, 130, 155, 0.2);
}
.cnav-theme .mat-slider.mat-accent .mat-slider-track-fill,
.cnav-theme .mat-slider.mat-accent .mat-slider-thumb,
.cnav-theme .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #01707e;
}
.cnav-theme .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.cnav-theme .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(1, 112, 126, 0.2);
}
.cnav-theme .mat-slider.mat-warn .mat-slider-track-fill,
.cnav-theme .mat-slider.mat-warn .mat-slider-thumb,
.cnav-theme .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #d70000;
}
.cnav-theme .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.cnav-theme .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(215, 0, 0, 0.2);
}
.cnav-theme .mat-slider:hover .mat-slider-track-background,
.cnav-theme .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,
.cnav-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.cnav-theme .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.cnav-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.cnav-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.cnav-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .cnav-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .cnav-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.cnav-theme .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.cnav-theme .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.cnav-theme .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.cnav-theme .mat-step-header.cdk-keyboard-focused, .cnav-theme .mat-step-header.cdk-program-focused, .cnav-theme .mat-step-header:hover:not([aria-disabled]), .cnav-theme .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.cnav-theme .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .cnav-theme .mat-step-header:hover {
    background: none;
  }
}
.cnav-theme .mat-step-header .mat-step-label,
.cnav-theme .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.cnav-theme .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.cnav-theme .mat-step-header .mat-step-icon-selected,
.cnav-theme .mat-step-header .mat-step-icon-state-done,
.cnav-theme .mat-step-header .mat-step-icon-state-edit {
  background-color: #00829b;
  color: white;
}
.cnav-theme .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.cnav-theme .mat-step-header.mat-accent .mat-step-icon-selected,
.cnav-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
.cnav-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #01707e;
  color: white;
}
.cnav-theme .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.cnav-theme .mat-step-header.mat-warn .mat-step-icon-selected,
.cnav-theme .mat-step-header.mat-warn .mat-step-icon-state-done,
.cnav-theme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #d70000;
  color: white;
}
.cnav-theme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #d70000;
}
.cnav-theme .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-step-header .mat-step-label.mat-step-label-error {
  color: #d70000;
}
.cnav-theme .mat-stepper-horizontal, .cnav-theme .mat-stepper-vertical {
  background-color: white;
}
.cnav-theme .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-horizontal-stepper-header::before,
.cnav-theme .mat-horizontal-stepper-header::after,
.cnav-theme .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-horizontal-stepper-header {
  height: 72px;
}
.cnav-theme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.cnav-theme .mat-vertical-stepper-header {
  padding: 24px 24px;
}
.cnav-theme .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.cnav-theme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .cnav-theme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.cnav-theme .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.cnav-theme .mat-sort-header-arrow {
  color: #757575;
}
.cnav-theme .mat-tab-nav-bar,
.cnav-theme .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,
.cnav-theme .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.cnav-theme .mat-tab-label, .cnav-theme .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.cnav-theme .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.cnav-theme .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.cnav-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 223, 228, 0.3);
}
.cnav-theme .mat-tab-group.mat-primary .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #00829b;
}
.cnav-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.cnav-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 212, 216, 0.3);
}
.cnav-theme .mat-tab-group.mat-accent .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #01707e;
}
.cnav-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.cnav-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(243, 179, 179, 0.3);
}
.cnav-theme .mat-tab-group.mat-warn .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #d70000;
}
.cnav-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .cnav-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.cnav-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 223, 228, 0.3);
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header, .cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container, .cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #00829b;
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.cnav-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 212, 216, 0.3);
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #01707e;
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.cnav-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .cnav-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.cnav-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(243, 179, 179, 0.3);
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header, .cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container, .cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #d70000;
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.cnav-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.cnav-theme .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-toolbar.mat-primary {
  background: #00829b;
  color: white;
}
.cnav-theme .mat-toolbar.mat-accent {
  background: #01707e;
  color: white;
}
.cnav-theme .mat-toolbar.mat-warn {
  background: #d70000;
  color: white;
}
.cnav-theme .mat-toolbar .mat-form-field-underline,
.cnav-theme .mat-toolbar .mat-form-field-ripple,
.cnav-theme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.cnav-theme .mat-toolbar .mat-form-field-label,
.cnav-theme .mat-toolbar .mat-focused .mat-form-field-label,
.cnav-theme .mat-toolbar .mat-select-value,
.cnav-theme .mat-toolbar .mat-select-arrow,
.cnav-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.cnav-theme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.cnav-theme .mat-toolbar-multiple-rows {
  min-height: 64px;
}
.cnav-theme .mat-toolbar-row, .cnav-theme .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .cnav-theme .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .cnav-theme .mat-toolbar-row, .cnav-theme .mat-toolbar-single-row {
    height: 56px;
  }
}
.cnav-theme .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.cnav-theme .mat-tree {
  background: white;
}
.cnav-theme .mat-tree-node,
.cnav-theme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.cnav-theme .mat-tree-node {
  min-height: 48px;
}
.cnav-theme .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.cnav-theme .mat-simple-snackbar-action {
  color: #01707e;
}
.cnav-theme:not(.cdk-overlay-container) {
  background-color: #F6F6F6;
}
@keyframes changeColor {
  from {
    background-color: #e0f2f4;
  }
  to {
    background-color: #ffffff;
  }
}
@keyframes reportingChangeColor {
  from {
    background-color: #DBDBDB;
  }
  to {
    background-color: #F6F6F6;
  }
}
@keyframes changeColorDrafting {
  from {
    background-color: #FFF4F2;
  }
  to {
    background-color: #ffffff;
  }
}
@keyframes reportingChangeColorDrafting {
  from {
    background-color: #fad7cf;
  }
  to {
    background-color: #FFF4F2;
  }
}
.cnav-theme .color-blue-mention-legales {
  color: #5b9bd5;
}
.cnav-theme app-root .bottom-version span {
  color: #666;
}
.cnav-theme a, .cnav-theme p, .cnav-theme span, .cnav-theme label, .cnav-theme .txt {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.cnav-theme h1, .cnav-theme h2, .cnav-theme h3, .cnav-theme h4, .cnav-theme h5, .cnav-theme h6, .cnav-theme .titre {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.cnav-theme .bolder, .cnav-theme b, .cnav-theme strong {
  font-weight: bold;
}
.cnav-theme app-headers.global {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}
.cnav-theme app-about-pub .ptxt {
  color: #666666;
}
.cnav-theme app-about-pub .ptxt .bouton_notice {
  color: #00829B;
}
.cnav-theme .body {
  width: 100%;
  max-width: 940px;
  background-color: white;
  margin: 70px auto 40px auto;
  border-radius: 8px;
  overflow: clip;
}
.cnav-theme app-root main {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .cnav-theme app-root main {
    padding-top: 70px;
  }
  .cnav-theme div.body {
    width: 97%;
    margin: 10px auto 40px;
  }
}
@media (max-width: 565px) {
  .cnav-theme div.body {
    width: 97%;
    margin: 10px auto 40px;
  }
}
@media (max-width: 500px) {
  .cnav-theme app-root main {
    background-color: white;
    padding-top: 1px;
  }
  .cnav-theme app-root main div.body {
    width: 93%;
    margin: 80px auto 40px;
  }
}
.cnav-theme .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.cnav-theme .welcome .mat-dialog-container {
  width: 97%;
  margin: auto;
}
.cnav-theme .profile-container:hover {
  border-color: #0093A5 !important;
}
.cnav-theme .resume-service {
  width: 98%;
  margin-left: 1%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  font-size: 1.9rem;
}
.cnav-theme nav#menuCoprod {
  border: solid 1px #00829B;
  border-radius: 8px;
}
.cnav-theme nav#menuCoprod::before, .cnav-theme nav#menuCoprod::after {
  background-color: #00829B;
}
.cnav-theme nav#menuCoprod a {
  color: black;
}
.cnav-theme nav#menuCoprod a > span .menu-icon {
  color: #00829B;
  fill: #00829B;
}
.cnav-theme nav#menuCoprod a > span span {
  font-size: 1.5rem;
}
.cnav-theme nav#menuCoprod a.isactive, .cnav-theme nav#menuCoprod a.loading {
  background-color: #00829B;
  color: white;
}
.cnav-theme nav#menuCoprod a.isactive > span .menu-icon, .cnav-theme nav#menuCoprod a.loading > span .menu-icon {
  color: white !important;
  fill: white !important;
}
.cnav-theme nav#menuCoprod a.isactive > span span, .cnav-theme nav#menuCoprod a.loading > span span {
  font-weight: bold;
}
.cnav-theme nav#menuCoprod a.isactive .mat-badge-warn .mat-badge-content, .cnav-theme nav#menuCoprod a.loading .mat-badge-warn .mat-badge-content {
  background-color: white;
  color: #00829B;
}
.cnav-theme nav#menuCoprod a.btn1 {
  border-radius: 7px 0 0 7px;
}
.cnav-theme nav#menuCoprod a.btn2 {
  border-left-color: #00829B;
  border-right-color: #00829B;
}
.cnav-theme nav#menuCoprod a.btn2 > span .menu-icon {
  color: #ADADAD !important;
}
.cnav-theme nav#menuCoprod a.btn2.isactive > span .menu-icon {
  fill: #ADADAD !important;
  color: white !important;
}
.cnav-theme nav#menuCoprod a.btn3 {
  border-left-color: #00829B;
  border-right-color: #00829B;
}
.cnav-theme nav#menuCoprod a.btn3 > span .menu-icon {
  color: #ADADAD !important;
}
.cnav-theme nav#menuCoprod a.btn3.isactive > span .menu-icon {
  fill: #ADADAD !important;
  color: white !important;
}
.cnav-theme app-elements h2.title::before, .cnav-theme .loadingelements h2.title::before, .cnav-theme app-confirm-send h2.title::before, .cnav-theme app-step0 h2.title::before {
  color: #00829B;
}
.cnav-theme app-elements .title::before, .cnav-theme .loadingelements .title::before, .cnav-theme app-confirm-send .title::before, .cnav-theme app-step0 .title::before {
  color: #00829B;
}
.cnav-theme app-elements .blocktxt, .cnav-theme .loadingelements .blocktxt, .cnav-theme app-confirm-send .blocktxt, .cnav-theme app-step0 .blocktxt {
  border-color: #00829B;
}
.cnav-theme app-elements .blocktxt span, .cnav-theme .loadingelements .blocktxt span, .cnav-theme app-confirm-send .blocktxt span, .cnav-theme app-step0 .blocktxt span {
  color: #00829B;
}
.cnav-theme app-elements .blocktxt::before, .cnav-theme .loadingelements .blocktxt::before, .cnav-theme app-confirm-send .blocktxt::before, .cnav-theme app-step0 .blocktxt::before {
  border-color: #00829B;
  color: #00829B;
}
.cnav-theme app-elements .empty-block, .cnav-theme .loadingelements .empty-block, .cnav-theme app-confirm-send .empty-block, .cnav-theme app-step0 .empty-block {
  background-color: #F6F6F6 !important;
  border-radius: 8px;
}
.cnav-theme app-elements .sorts, .cnav-theme .loadingelements .sorts, .cnav-theme app-confirm-send .sorts, .cnav-theme app-step0 .sorts {
  color: #666666;
}
.cnav-theme app-elements .sorts::after, .cnav-theme .loadingelements .sorts::after, .cnav-theme app-confirm-send .sorts::after, .cnav-theme app-step0 .sorts::after {
  color: #00829B;
}
.cnav-theme app-elements h2, .cnav-theme .loadingelements h2, .cnav-theme app-confirm-send h2, .cnav-theme app-step0 h2 {
  font-family: "Raleway", sans-serif;
}
.cnav-theme app-elements .text-nd, .cnav-theme .loadingelements .text-nd, .cnav-theme app-confirm-send .text-nd, .cnav-theme app-step0 .text-nd {
  color: #666666;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}
@supports (position: sticky) {
  .cnav-theme app-elements ul li .block-date, .cnav-theme app-elements ul li .block-svg, .cnav-theme .loadingelements ul li .block-date, .cnav-theme .loadingelements ul li .block-svg, .cnav-theme app-confirm-send ul li .block-date, .cnav-theme app-confirm-send ul li .block-svg, .cnav-theme app-step0 ul li .block-date, .cnav-theme app-step0 ul li .block-svg {
    top: 90px;
  }
}
.cnav-theme app-elements ul li .block-date .date, .cnav-theme app-elements ul li .block-date .dates, .cnav-theme app-elements ul li .block-svg .date, .cnav-theme app-elements ul li .block-svg .dates, .cnav-theme .loadingelements ul li .block-date .date, .cnav-theme .loadingelements ul li .block-date .dates, .cnav-theme .loadingelements ul li .block-svg .date, .cnav-theme .loadingelements ul li .block-svg .dates, .cnav-theme app-confirm-send ul li .block-date .date, .cnav-theme app-confirm-send ul li .block-date .dates, .cnav-theme app-confirm-send ul li .block-svg .date, .cnav-theme app-confirm-send ul li .block-svg .dates, .cnav-theme app-step0 ul li .block-date .date, .cnav-theme app-step0 ul li .block-date .dates, .cnav-theme app-step0 ul li .block-svg .date, .cnav-theme app-step0 ul li .block-svg .dates {
  color: #00829B;
}
.cnav-theme app-elements ul li .block-date .date::before, .cnav-theme app-elements ul li .block-date .date::after, .cnav-theme app-elements ul li .block-date .dates::before, .cnav-theme app-elements ul li .block-date .dates::after, .cnav-theme app-elements ul li .block-svg .date::before, .cnav-theme app-elements ul li .block-svg .date::after, .cnav-theme app-elements ul li .block-svg .dates::before, .cnav-theme app-elements ul li .block-svg .dates::after, .cnav-theme .loadingelements ul li .block-date .date::before, .cnav-theme .loadingelements ul li .block-date .date::after, .cnav-theme .loadingelements ul li .block-date .dates::before, .cnav-theme .loadingelements ul li .block-date .dates::after, .cnav-theme .loadingelements ul li .block-svg .date::before, .cnav-theme .loadingelements ul li .block-svg .date::after, .cnav-theme .loadingelements ul li .block-svg .dates::before, .cnav-theme .loadingelements ul li .block-svg .dates::after, .cnav-theme app-confirm-send ul li .block-date .date::before, .cnav-theme app-confirm-send ul li .block-date .date::after, .cnav-theme app-confirm-send ul li .block-date .dates::before, .cnav-theme app-confirm-send ul li .block-date .dates::after, .cnav-theme app-confirm-send ul li .block-svg .date::before, .cnav-theme app-confirm-send ul li .block-svg .date::after, .cnav-theme app-confirm-send ul li .block-svg .dates::before, .cnav-theme app-confirm-send ul li .block-svg .dates::after, .cnav-theme app-step0 ul li .block-date .date::before, .cnav-theme app-step0 ul li .block-date .date::after, .cnav-theme app-step0 ul li .block-date .dates::before, .cnav-theme app-step0 ul li .block-date .dates::after, .cnav-theme app-step0 ul li .block-svg .date::before, .cnav-theme app-step0 ul li .block-svg .date::after, .cnav-theme app-step0 ul li .block-svg .dates::before, .cnav-theme app-step0 ul li .block-svg .dates::after {
  content: "";
  border-right-color: white !important;
}
.cnav-theme app-elements ul li .block-date .date::before, .cnav-theme app-elements ul li .block-date .dates::before, .cnav-theme app-elements ul li .block-svg .date::before, .cnav-theme app-elements ul li .block-svg .dates::before, .cnav-theme .loadingelements ul li .block-date .date::before, .cnav-theme .loadingelements ul li .block-date .dates::before, .cnav-theme .loadingelements ul li .block-svg .date::before, .cnav-theme .loadingelements ul li .block-svg .dates::before, .cnav-theme app-confirm-send ul li .block-date .date::before, .cnav-theme app-confirm-send ul li .block-date .dates::before, .cnav-theme app-confirm-send ul li .block-svg .date::before, .cnav-theme app-confirm-send ul li .block-svg .dates::before, .cnav-theme app-step0 ul li .block-date .date::before, .cnav-theme app-step0 ul li .block-date .dates::before, .cnav-theme app-step0 ul li .block-svg .date::before, .cnav-theme app-step0 ul li .block-svg .dates::before {
  border-right-color: #ADADAD !important;
}
.cnav-theme app-elements ul li .block-date .date .skeleton, .cnav-theme app-elements ul li .block-date .dates .skeleton, .cnav-theme app-elements ul li .block-svg .date .skeleton, .cnav-theme app-elements ul li .block-svg .dates .skeleton, .cnav-theme .loadingelements ul li .block-date .date .skeleton, .cnav-theme .loadingelements ul li .block-date .dates .skeleton, .cnav-theme .loadingelements ul li .block-svg .date .skeleton, .cnav-theme .loadingelements ul li .block-svg .dates .skeleton, .cnav-theme app-confirm-send ul li .block-date .date .skeleton, .cnav-theme app-confirm-send ul li .block-date .dates .skeleton, .cnav-theme app-confirm-send ul li .block-svg .date .skeleton, .cnav-theme app-confirm-send ul li .block-svg .dates .skeleton, .cnav-theme app-step0 ul li .block-date .date .skeleton, .cnav-theme app-step0 ul li .block-date .dates .skeleton, .cnav-theme app-step0 ul li .block-svg .date .skeleton, .cnav-theme app-step0 ul li .block-svg .dates .skeleton {
  background-image: linear-gradient(90deg, #00829B, #00829B, #e0f2f4, #00829B, #00829B) !important;
}
.cnav-theme app-elements ul li .block-date .icon, .cnav-theme app-elements ul li .block-svg .icon, .cnav-theme .loadingelements ul li .block-date .icon, .cnav-theme .loadingelements ul li .block-svg .icon, .cnav-theme app-confirm-send ul li .block-date .icon, .cnav-theme app-confirm-send ul li .block-svg .icon, .cnav-theme app-step0 ul li .block-date .icon, .cnav-theme app-step0 ul li .block-svg .icon {
  color: #00829B;
  fill: #00829B;
}
.cnav-theme app-elements ul li .block-date .quarters, .cnav-theme app-elements ul li .block-svg .quarters, .cnav-theme .loadingelements ul li .block-date .quarters, .cnav-theme .loadingelements ul li .block-svg .quarters, .cnav-theme app-confirm-send ul li .block-date .quarters, .cnav-theme app-confirm-send ul li .block-svg .quarters, .cnav-theme app-step0 ul li .block-date .quarters, .cnav-theme app-step0 ul li .block-svg .quarters {
  color: #666666;
}
.cnav-theme app-elements ul li .block-date .quarters .info::after, .cnav-theme app-elements ul li .block-svg .quarters .info::after, .cnav-theme .loadingelements ul li .block-date .quarters .info::after, .cnav-theme .loadingelements ul li .block-svg .quarters .info::after, .cnav-theme app-confirm-send ul li .block-date .quarters .info::after, .cnav-theme app-confirm-send ul li .block-svg .quarters .info::after, .cnav-theme app-step0 ul li .block-date .quarters .info::after, .cnav-theme app-step0 ul li .block-svg .quarters .info::after {
  color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .block-date .quarters .button-info .info, .cnav-theme app-elements ul li .block-svg .quarters .button-info .info, .cnav-theme .loadingelements ul li .block-date .quarters .button-info .info, .cnav-theme .loadingelements ul li .block-svg .quarters .button-info .info, .cnav-theme app-confirm-send ul li .block-date .quarters .button-info .info, .cnav-theme app-confirm-send ul li .block-svg .quarters .button-info .info, .cnav-theme app-step0 ul li .block-date .quarters .button-info .info, .cnav-theme app-step0 ul li .block-svg .quarters .button-info .info {
  top: 3px;
}
.cnav-theme app-elements ul li .block-date .quarters .button-info .info::after, .cnav-theme app-elements ul li .block-svg .quarters .button-info .info::after, .cnav-theme .loadingelements ul li .block-date .quarters .button-info .info::after, .cnav-theme .loadingelements ul li .block-svg .quarters .button-info .info::after, .cnav-theme app-confirm-send ul li .block-date .quarters .button-info .info::after, .cnav-theme app-confirm-send ul li .block-svg .quarters .button-info .info::after, .cnav-theme app-step0 ul li .block-date .quarters .button-info .info::after, .cnav-theme app-step0 ul li .block-svg .quarters .button-info .info::after {
  color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .block-date .quarters::before, .cnav-theme app-elements ul li .block-svg .quarters::before, .cnav-theme .loadingelements ul li .block-date .quarters::before, .cnav-theme .loadingelements ul li .block-svg .quarters::before, .cnav-theme app-confirm-send ul li .block-date .quarters::before, .cnav-theme app-confirm-send ul li .block-svg .quarters::before, .cnav-theme app-step0 ul li .block-date .quarters::before, .cnav-theme app-step0 ul li .block-svg .quarters::before {
  background-color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .block-date::after, .cnav-theme app-elements ul li .block-svg::after, .cnav-theme .loadingelements ul li .block-date::after, .cnav-theme .loadingelements ul li .block-svg::after, .cnav-theme app-confirm-send ul li .block-date::after, .cnav-theme app-confirm-send ul li .block-svg::after, .cnav-theme app-step0 ul li .block-date::after, .cnav-theme app-step0 ul li .block-svg::after {
  background-color: #00829B;
}
.cnav-theme app-elements ul li .block-date .timeline-extension, .cnav-theme app-elements ul li .block-svg .timeline-extension, .cnav-theme .loadingelements ul li .block-date .timeline-extension, .cnav-theme .loadingelements ul li .block-svg .timeline-extension, .cnav-theme app-confirm-send ul li .block-date .timeline-extension, .cnav-theme app-confirm-send ul li .block-svg .timeline-extension, .cnav-theme app-step0 ul li .block-date .timeline-extension, .cnav-theme app-step0 ul li .block-svg .timeline-extension {
  background-color: #00829B;
  height: 120px;
  top: -90px;
}
.cnav-theme app-elements ul li .block-date .timeline-hidden, .cnav-theme app-elements ul li .block-svg .timeline-hidden, .cnav-theme .loadingelements ul li .block-date .timeline-hidden, .cnav-theme .loadingelements ul li .block-svg .timeline-hidden, .cnav-theme app-confirm-send ul li .block-date .timeline-hidden, .cnav-theme app-confirm-send ul li .block-svg .timeline-hidden, .cnav-theme app-step0 ul li .block-date .timeline-hidden, .cnav-theme app-step0 ul li .block-svg .timeline-hidden {
  height: 0px;
  top: -10px;
}
.cnav-theme app-elements ul li .timeline, .cnav-theme .loadingelements ul li .timeline, .cnav-theme app-confirm-send ul li .timeline, .cnav-theme app-step0 ul li .timeline {
  border-color: #00829B;
}
.cnav-theme app-elements ul li:first-child .timeline::before, .cnav-theme .loadingelements ul li:first-child .timeline::before, .cnav-theme app-confirm-send ul li:first-child .timeline::before, .cnav-theme app-step0 ul li:first-child .timeline::before {
  background-color: #00829B;
}
.cnav-theme app-elements ul li:last-child .timeline::before, .cnav-theme .loadingelements ul li:last-child .timeline::before, .cnav-theme app-confirm-send ul li:last-child .timeline::before, .cnav-theme app-step0 ul li:last-child .timeline::before {
  background-color: #00829B;
}
.cnav-theme app-elements ul.elementsND li .timeline, .cnav-theme .loadingelements ul.elementsND li .timeline, .cnav-theme app-confirm-send ul.elementsND li .timeline, .cnav-theme app-step0 ul.elementsND li .timeline {
  border-color: white;
}
.cnav-theme app-elements ul.elementsND li::after, .cnav-theme .loadingelements ul.elementsND li::after, .cnav-theme app-confirm-send ul.elementsND li::after, .cnav-theme app-step0 ul.elementsND li::after {
  background-color: white;
}
.cnav-theme app-elements ul.elementsND li .block-date .timeline-extension, .cnav-theme app-elements ul.elementsND li .block-svg .timeline-extension, .cnav-theme .loadingelements ul.elementsND li .block-date .timeline-extension, .cnav-theme .loadingelements ul.elementsND li .block-svg .timeline-extension, .cnav-theme app-confirm-send ul.elementsND li .block-date .timeline-extension, .cnav-theme app-confirm-send ul.elementsND li .block-svg .timeline-extension, .cnav-theme app-step0 ul.elementsND li .block-date .timeline-extension, .cnav-theme app-step0 ul.elementsND li .block-svg .timeline-extension {
  background-color: white;
  height: 0px;
  top: 0px;
}
.cnav-theme app-elements ul.elementsND li:first-child .timeline::before, .cnav-theme .loadingelements ul.elementsND li:first-child .timeline::before, .cnav-theme app-confirm-send ul.elementsND li:first-child .timeline::before, .cnav-theme app-step0 ul.elementsND li:first-child .timeline::before {
  background-color: white;
}
.cnav-theme app-elements ul.elementsND li:last-child .timeline::before, .cnav-theme .loadingelements ul.elementsND li:last-child .timeline::before, .cnav-theme app-confirm-send ul.elementsND li:last-child .timeline::before, .cnav-theme app-step0 ul.elementsND li:last-child .timeline::before {
  background-color: white;
}
.cnav-theme app-elements ul li .timeline .bulles, .cnav-theme app-elements .bulles, .cnav-theme .loadingelements ul li .timeline .bulles, .cnav-theme .loadingelements .bulles, .cnav-theme app-confirm-send ul li .timeline .bulles, .cnav-theme app-confirm-send .bulles, .cnav-theme app-step0 ul li .timeline .bulles, .cnav-theme app-step0 .bulles {
  border-color: #ADADAD !important;
}
.cnav-theme app-elements ul li .timeline .bulles .no-trim, .cnav-theme app-elements .bulles .no-trim, .cnav-theme .loadingelements ul li .timeline .bulles .no-trim, .cnav-theme .loadingelements .bulles .no-trim, .cnav-theme app-confirm-send ul li .timeline .bulles .no-trim, .cnav-theme app-confirm-send .bulles .no-trim, .cnav-theme app-step0 ul li .timeline .bulles .no-trim, .cnav-theme app-step0 .bulles .no-trim {
  border-color: #DBDBDB !important;
  text-align: justify;
}
.cnav-theme app-elements ul li .timeline .bulles .activity, .cnav-theme app-elements .bulles .activity, .cnav-theme .loadingelements ul li .timeline .bulles .activity, .cnav-theme .loadingelements .bulles .activity, .cnav-theme app-confirm-send ul li .timeline .bulles .activity, .cnav-theme app-confirm-send .bulles .activity, .cnav-theme app-step0 ul li .timeline .bulles .activity, .cnav-theme app-step0 .bulles .activity {
  border-color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .date-name .name span, .cnav-theme app-elements .bulles .activity .date-name .name span, .cnav-theme .loadingelements ul li .timeline .bulles .activity .date-name .name span, .cnav-theme .loadingelements .bulles .activity .date-name .name span, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .date-name .name span, .cnav-theme app-confirm-send .bulles .activity .date-name .name span, .cnav-theme app-step0 ul li .timeline .bulles .activity .date-name .name span, .cnav-theme app-step0 .bulles .activity .date-name .name span {
  font-family: "Raleway", sans-serif;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .date-name .date-elements, .cnav-theme app-elements .bulles .activity .date-name .date-elements, .cnav-theme .loadingelements ul li .timeline .bulles .activity .date-name .date-elements, .cnav-theme .loadingelements .bulles .activity .date-name .date-elements, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .date-name .date-elements, .cnav-theme app-confirm-send .bulles .activity .date-name .date-elements, .cnav-theme app-step0 ul li .timeline .bulles .activity .date-name .date-elements, .cnav-theme app-step0 .bulles .activity .date-name .date-elements {
  color: #666666;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .date-name .details, .cnav-theme app-elements .bulles .activity .date-name .details, .cnav-theme .loadingelements ul li .timeline .bulles .activity .date-name .details, .cnav-theme .loadingelements .bulles .activity .date-name .details, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .date-name .details, .cnav-theme app-confirm-send .bulles .activity .date-name .details, .cnav-theme app-step0 ul li .timeline .bulles .activity .date-name .details, .cnav-theme app-step0 .bulles .activity .date-name .details {
  color: #00829B;
  border-top-color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .date-name .details button, .cnav-theme app-elements .bulles .activity .date-name .details button, .cnav-theme .loadingelements ul li .timeline .bulles .activity .date-name .details button, .cnav-theme .loadingelements .bulles .activity .date-name .details button, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .date-name .details button, .cnav-theme app-confirm-send .bulles .activity .date-name .details button, .cnav-theme app-step0 ul li .timeline .bulles .activity .date-name .details button, .cnav-theme app-step0 .bulles .activity .date-name .details button {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #00829B;
  border-left-color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .date-name .details button:focus, .cnav-theme app-elements .bulles .activity .date-name .details button:focus, .cnav-theme .loadingelements ul li .timeline .bulles .activity .date-name .details button:focus, .cnav-theme .loadingelements .bulles .activity .date-name .details button:focus, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .date-name .details button:focus, .cnav-theme app-confirm-send .bulles .activity .date-name .details button:focus, .cnav-theme app-step0 ul li .timeline .bulles .activity .date-name .details button:focus, .cnav-theme app-step0 .bulles .activity .date-name .details button:focus {
  outline: dotted black 2px;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting, .cnav-theme app-elements .bulles .activity .reporting, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting, .cnav-theme .loadingelements .bulles .activity .reporting, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting, .cnav-theme app-confirm-send .bulles .activity .reporting, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting, .cnav-theme app-step0 .bulles .activity .reporting {
  color: #D70000;
  background-color: #FFF4F2;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.drafting app-button1 button, .cnav-theme app-elements .bulles .activity .reporting.drafting app-button1 button, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.drafting app-button1 button, .cnav-theme .loadingelements .bulles .activity .reporting.drafting app-button1 button, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.drafting app-button1 button, .cnav-theme app-confirm-send .bulles .activity .reporting.drafting app-button1 button, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.drafting app-button1 button, .cnav-theme app-step0 .bulles .activity .reporting.drafting app-button1 button {
  background-color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.drafting:before, .cnav-theme app-elements .bulles .activity .reporting.drafting:before, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.drafting:before, .cnav-theme .loadingelements .bulles .activity .reporting.drafting:before, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.drafting:before, .cnav-theme app-confirm-send .bulles .activity .reporting.drafting:before, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.drafting:before, .cnav-theme app-step0 .bulles .activity .reporting.drafting:before {
  background-color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.ipf, .cnav-theme app-elements .bulles .activity .reporting.ipf, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.ipf, .cnav-theme .loadingelements .bulles .activity .reporting.ipf, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.ipf, .cnav-theme app-confirm-send .bulles .activity .reporting.ipf, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.ipf, .cnav-theme app-step0 .bulles .activity .reporting.ipf {
  background-color: #F6F6F6;
  color: #666666;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.ipf:before, .cnav-theme app-elements .bulles .activity .reporting.ipf:before, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.ipf:before, .cnav-theme .loadingelements .bulles .activity .reporting.ipf:before, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.ipf:before, .cnav-theme app-confirm-send .bulles .activity .reporting.ipf:before, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.ipf:before, .cnav-theme app-step0 .bulles .activity .reporting.ipf:before {
  color: #666666;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.conf, .cnav-theme app-elements .bulles .activity .reporting.conf, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.conf, .cnav-theme .loadingelements .bulles .activity .reporting.conf, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.conf, .cnav-theme app-confirm-send .bulles .activity .reporting.conf, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.conf, .cnav-theme app-step0 .bulles .activity .reporting.conf {
  background-color: #F6F6F6;
  color: #666666;
}
.cnav-theme app-elements ul li .timeline .bulles .activity .reporting.conf:before, .cnav-theme app-elements .bulles .activity .reporting.conf:before, .cnav-theme .loadingelements ul li .timeline .bulles .activity .reporting.conf:before, .cnav-theme .loadingelements .bulles .activity .reporting.conf:before, .cnav-theme app-confirm-send ul li .timeline .bulles .activity .reporting.conf:before, .cnav-theme app-confirm-send .bulles .activity .reporting.conf:before, .cnav-theme app-step0 ul li .timeline .bulles .activity .reporting.conf:before, .cnav-theme app-step0 .bulles .activity .reporting.conf:before {
  content: "";
  background-color: transparent;
}
.cnav-theme app-elements ul li .timeline .bulles .activity:hover, .cnav-theme app-elements .bulles .activity:hover, .cnav-theme .loadingelements ul li .timeline .bulles .activity:hover, .cnav-theme .loadingelements .bulles .activity:hover, .cnav-theme app-confirm-send ul li .timeline .bulles .activity:hover, .cnav-theme app-confirm-send .bulles .activity:hover, .cnav-theme app-step0 ul li .timeline .bulles .activity:hover, .cnav-theme app-step0 .bulles .activity:hover {
  border-color: #00829B !important;
  box-shadow: 0px 0px 5px rgba(1, 112, 126, 0.2) !important;
}
.cnav-theme app-elements ul li .timeline .bulles .activity.is-increment, .cnav-theme app-elements .bulles .activity.is-increment, .cnav-theme .loadingelements ul li .timeline .bulles .activity.is-increment, .cnav-theme .loadingelements .bulles .activity.is-increment, .cnav-theme app-confirm-send ul li .timeline .bulles .activity.is-increment, .cnav-theme app-confirm-send .bulles .activity.is-increment, .cnav-theme app-step0 ul li .timeline .bulles .activity.is-increment, .cnav-theme app-step0 .bulles .activity.is-increment {
  border-radius: 8px;
  padding: 0;
  border-color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme app-elements .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme .loadingelements ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme .loadingelements .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme app-confirm-send ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme app-confirm-send .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme app-step0 ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting, .cnav-theme app-step0 .bulles .activity.is-increment .is-verifytest.drafting {
  background-color: #FFF4F2;
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme app-elements .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme .loadingelements ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme .loadingelements .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme app-confirm-send ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme app-confirm-send .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme app-step0 ul li .timeline .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button, .cnav-theme app-step0 .bulles .activity.is-increment .is-verifytest.drafting.drafting app-button1 button {
  box-shadow: none !important;
  background-color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-reporting, .cnav-theme app-elements .bulles .is-reporting, .cnav-theme .loadingelements ul li .timeline .bulles .is-reporting, .cnav-theme .loadingelements .bulles .is-reporting, .cnav-theme app-confirm-send ul li .timeline .bulles .is-reporting, .cnav-theme app-confirm-send .bulles .is-reporting, .cnav-theme app-step0 ul li .timeline .bulles .is-reporting, .cnav-theme app-step0 .bulles .is-reporting {
  border-color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-reporting .date-name .details, .cnav-theme app-elements .bulles .is-reporting .date-name .details, .cnav-theme .loadingelements ul li .timeline .bulles .is-reporting .date-name .details, .cnav-theme .loadingelements .bulles .is-reporting .date-name .details, .cnav-theme app-confirm-send ul li .timeline .bulles .is-reporting .date-name .details, .cnav-theme app-confirm-send .bulles .is-reporting .date-name .details, .cnav-theme app-step0 ul li .timeline .bulles .is-reporting .date-name .details, .cnav-theme app-step0 .bulles .is-reporting .date-name .details {
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-reporting .date-name .details button, .cnav-theme app-elements .bulles .is-reporting .date-name .details button, .cnav-theme .loadingelements ul li .timeline .bulles .is-reporting .date-name .details button, .cnav-theme .loadingelements .bulles .is-reporting .date-name .details button, .cnav-theme app-confirm-send ul li .timeline .bulles .is-reporting .date-name .details button, .cnav-theme app-confirm-send .bulles .is-reporting .date-name .details button, .cnav-theme app-step0 ul li .timeline .bulles .is-reporting .date-name .details button, .cnav-theme app-step0 .bulles .is-reporting .date-name .details button {
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-reporting::before, .cnav-theme app-elements .bulles .is-reporting::before, .cnav-theme .loadingelements ul li .timeline .bulles .is-reporting::before, .cnav-theme .loadingelements .bulles .is-reporting::before, .cnav-theme app-confirm-send ul li .timeline .bulles .is-reporting::before, .cnav-theme app-confirm-send .bulles .is-reporting::before, .cnav-theme app-step0 ul li .timeline .bulles .is-reporting::before, .cnav-theme app-step0 .bulles .is-reporting::before {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-reporting:hover, .cnav-theme app-elements .bulles .is-reporting:hover, .cnav-theme .loadingelements ul li .timeline .bulles .is-reporting:hover, .cnav-theme .loadingelements .bulles .is-reporting:hover, .cnav-theme app-confirm-send ul li .timeline .bulles .is-reporting:hover, .cnav-theme app-confirm-send .bulles .is-reporting:hover, .cnav-theme app-step0 ul li .timeline .bulles .is-reporting:hover, .cnav-theme app-step0 .bulles .is-reporting:hover {
  border-color: #A30000 !important;
  box-shadow: 0px 0px 5px rgba(163, 0, 0, 0.2) !important;
}
.cnav-theme app-elements ul li .timeline .bulles .reporting, .cnav-theme app-elements .bulles .reporting, .cnav-theme .loadingelements ul li .timeline .bulles .reporting, .cnav-theme .loadingelements .bulles .reporting, .cnav-theme app-confirm-send ul li .timeline .bulles .reporting, .cnav-theme app-confirm-send .bulles .reporting, .cnav-theme app-step0 ul li .timeline .bulles .reporting, .cnav-theme app-step0 .bulles .reporting {
  color: #D70000;
  background-color: #FFF4F2;
}
.cnav-theme app-elements ul li .timeline .bulles .reporting.drafting app-button1 button, .cnav-theme app-elements .bulles .reporting.drafting app-button1 button, .cnav-theme .loadingelements ul li .timeline .bulles .reporting.drafting app-button1 button, .cnav-theme .loadingelements .bulles .reporting.drafting app-button1 button, .cnav-theme app-confirm-send ul li .timeline .bulles .reporting.drafting app-button1 button, .cnav-theme app-confirm-send .bulles .reporting.drafting app-button1 button, .cnav-theme app-step0 ul li .timeline .bulles .reporting.drafting app-button1 button, .cnav-theme app-step0 .bulles .reporting.drafting app-button1 button {
  background-color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .reporting.drafting:before, .cnav-theme app-elements .bulles .reporting.drafting:before, .cnav-theme .loadingelements ul li .timeline .bulles .reporting.drafting:before, .cnav-theme .loadingelements .bulles .reporting.drafting:before, .cnav-theme app-confirm-send ul li .timeline .bulles .reporting.drafting:before, .cnav-theme app-confirm-send .bulles .reporting.drafting:before, .cnav-theme app-step0 ul li .timeline .bulles .reporting.drafting:before, .cnav-theme app-step0 .bulles .reporting.drafting:before {
  background-color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-verify, .cnav-theme app-elements .bulles .is-verify, .cnav-theme .loadingelements ul li .timeline .bulles .is-verify, .cnav-theme .loadingelements .bulles .is-verify, .cnav-theme app-confirm-send ul li .timeline .bulles .is-verify, .cnav-theme app-confirm-send .bulles .is-verify, .cnav-theme app-step0 ul li .timeline .bulles .is-verify, .cnav-theme app-step0 .bulles .is-verify {
  background-color: #FFF4F2;
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-verify.drafting app-button1 button, .cnav-theme app-elements .bulles .is-verify.drafting app-button1 button, .cnav-theme .loadingelements ul li .timeline .bulles .is-verify.drafting app-button1 button, .cnav-theme .loadingelements .bulles .is-verify.drafting app-button1 button, .cnav-theme app-confirm-send ul li .timeline .bulles .is-verify.drafting app-button1 button, .cnav-theme app-confirm-send .bulles .is-verify.drafting app-button1 button, .cnav-theme app-step0 ul li .timeline .bulles .is-verify.drafting app-button1 button, .cnav-theme app-step0 .bulles .is-verify.drafting app-button1 button {
  box-shadow: none !important;
  background-color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-drafting, .cnav-theme app-elements .bulles .is-drafting, .cnav-theme .loadingelements ul li .timeline .bulles .is-drafting, .cnav-theme .loadingelements .bulles .is-drafting, .cnav-theme app-confirm-send ul li .timeline .bulles .is-drafting, .cnav-theme app-confirm-send .bulles .is-drafting, .cnav-theme app-step0 ul li .timeline .bulles .is-drafting, .cnav-theme app-step0 .bulles .is-drafting {
  border-color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-drafting .date-name .details, .cnav-theme app-elements .bulles .is-drafting .date-name .details, .cnav-theme .loadingelements ul li .timeline .bulles .is-drafting .date-name .details, .cnav-theme .loadingelements .bulles .is-drafting .date-name .details, .cnav-theme app-confirm-send ul li .timeline .bulles .is-drafting .date-name .details, .cnav-theme app-confirm-send .bulles .is-drafting .date-name .details, .cnav-theme app-step0 ul li .timeline .bulles .is-drafting .date-name .details, .cnav-theme app-step0 .bulles .is-drafting .date-name .details {
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-drafting .date-name .details button, .cnav-theme app-elements .bulles .is-drafting .date-name .details button, .cnav-theme .loadingelements ul li .timeline .bulles .is-drafting .date-name .details button, .cnav-theme .loadingelements .bulles .is-drafting .date-name .details button, .cnav-theme app-confirm-send ul li .timeline .bulles .is-drafting .date-name .details button, .cnav-theme app-confirm-send .bulles .is-drafting .date-name .details button, .cnav-theme app-step0 ul li .timeline .bulles .is-drafting .date-name .details button, .cnav-theme app-step0 .bulles .is-drafting .date-name .details button {
  color: #D70000;
}
.cnav-theme app-elements ul li .timeline .bulles .is-drafting::before, .cnav-theme app-elements .bulles .is-drafting::before, .cnav-theme .loadingelements ul li .timeline .bulles .is-drafting::before, .cnav-theme .loadingelements .bulles .is-drafting::before, .cnav-theme app-confirm-send ul li .timeline .bulles .is-drafting::before, .cnav-theme app-confirm-send .bulles .is-drafting::before, .cnav-theme app-step0 ul li .timeline .bulles .is-drafting::before, .cnav-theme app-step0 .bulles .is-drafting::before {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-drafting:hover, .cnav-theme app-elements .bulles .is-drafting:hover, .cnav-theme .loadingelements ul li .timeline .bulles .is-drafting:hover, .cnav-theme .loadingelements .bulles .is-drafting:hover, .cnav-theme app-confirm-send ul li .timeline .bulles .is-drafting:hover, .cnav-theme app-confirm-send .bulles .is-drafting:hover, .cnav-theme app-step0 ul li .timeline .bulles .is-drafting:hover, .cnav-theme app-step0 .bulles .is-drafting:hover {
  border-color: #A30000 !important;
  box-shadow: 0px 0px 5px rgba(163, 0, 0, 0.2) !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-unknown, .cnav-theme app-elements .bulles .is-unknown, .cnav-theme .loadingelements ul li .timeline .bulles .is-unknown, .cnav-theme .loadingelements .bulles .is-unknown, .cnav-theme app-confirm-send ul li .timeline .bulles .is-unknown, .cnav-theme app-confirm-send .bulles .is-unknown, .cnav-theme app-step0 ul li .timeline .bulles .is-unknown, .cnav-theme app-step0 .bulles .is-unknown {
  border-color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-unknown .date-name, .cnav-theme app-elements .bulles .is-unknown .date-name, .cnav-theme .loadingelements ul li .timeline .bulles .is-unknown .date-name, .cnav-theme .loadingelements .bulles .is-unknown .date-name, .cnav-theme app-confirm-send ul li .timeline .bulles .is-unknown .date-name, .cnav-theme app-confirm-send .bulles .is-unknown .date-name, .cnav-theme app-step0 ul li .timeline .bulles .is-unknown .date-name, .cnav-theme app-step0 .bulles .is-unknown .date-name {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-unknown .date-name .title-unknown, .cnav-theme app-elements .bulles .is-unknown .date-name .title-unknown, .cnav-theme .loadingelements ul li .timeline .bulles .is-unknown .date-name .title-unknown, .cnav-theme .loadingelements .bulles .is-unknown .date-name .title-unknown, .cnav-theme app-confirm-send ul li .timeline .bulles .is-unknown .date-name .title-unknown, .cnav-theme app-confirm-send .bulles .is-unknown .date-name .title-unknown, .cnav-theme app-step0 ul li .timeline .bulles .is-unknown .date-name .title-unknown, .cnav-theme app-step0 .bulles .is-unknown .date-name .title-unknown {
  font-family: "Raleway", sans-serif !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-unknown .date-name .date-elements, .cnav-theme app-elements .bulles .is-unknown .date-name .date-elements, .cnav-theme .loadingelements ul li .timeline .bulles .is-unknown .date-name .date-elements, .cnav-theme .loadingelements .bulles .is-unknown .date-name .date-elements, .cnav-theme app-confirm-send ul li .timeline .bulles .is-unknown .date-name .date-elements, .cnav-theme app-confirm-send .bulles .is-unknown .date-name .date-elements, .cnav-theme app-step0 ul li .timeline .bulles .is-unknown .date-name .date-elements, .cnav-theme app-step0 .bulles .is-unknown .date-name .date-elements {
  color: #D70000 !important;
  font-family: "Raleway", sans-serif !important;
}
.cnav-theme app-elements ul li .timeline .bulles .is-unknown:hover, .cnav-theme app-elements .bulles .is-unknown:hover, .cnav-theme .loadingelements ul li .timeline .bulles .is-unknown:hover, .cnav-theme .loadingelements .bulles .is-unknown:hover, .cnav-theme app-confirm-send ul li .timeline .bulles .is-unknown:hover, .cnav-theme app-confirm-send .bulles .is-unknown:hover, .cnav-theme app-step0 ul li .timeline .bulles .is-unknown:hover, .cnav-theme app-step0 .bulles .is-unknown:hover {
  border-color: #D70000 !important;
  box-shadow: none !important;
}
.cnav-theme app-elements ul li .timeline .bulles button.nd .title-nd, .cnav-theme app-elements .bulles button.nd .title-nd, .cnav-theme .loadingelements ul li .timeline .bulles button.nd .title-nd, .cnav-theme .loadingelements .bulles button.nd .title-nd, .cnav-theme app-confirm-send ul li .timeline .bulles button.nd .title-nd, .cnav-theme app-confirm-send .bulles button.nd .title-nd, .cnav-theme app-step0 ul li .timeline .bulles button.nd .title-nd, .cnav-theme app-step0 .bulles button.nd .title-nd {
  font-family: "Roboto", sans-serif;
}
.cnav-theme app-elements ul li .timeline .bulles button.nd .title-nd .info, .cnav-theme app-elements .bulles button.nd .title-nd .info, .cnav-theme .loadingelements ul li .timeline .bulles button.nd .title-nd .info, .cnav-theme .loadingelements .bulles button.nd .title-nd .info, .cnav-theme app-confirm-send ul li .timeline .bulles button.nd .title-nd .info, .cnav-theme app-confirm-send .bulles button.nd .title-nd .info, .cnav-theme app-step0 ul li .timeline .bulles button.nd .title-nd .info, .cnav-theme app-step0 .bulles button.nd .title-nd .info {
  border-color: #DBDBDB !important;
}
.cnav-theme app-elements ul li .timeline .bulles button.nd .title-nd .info::after, .cnav-theme app-elements .bulles button.nd .title-nd .info::after, .cnav-theme .loadingelements ul li .timeline .bulles button.nd .title-nd .info::after, .cnav-theme .loadingelements .bulles button.nd .title-nd .info::after, .cnav-theme app-confirm-send ul li .timeline .bulles button.nd .title-nd .info::after, .cnav-theme app-confirm-send .bulles button.nd .title-nd .info::after, .cnav-theme app-step0 ul li .timeline .bulles button.nd .title-nd .info::after, .cnav-theme app-step0 .bulles button.nd .title-nd .info::after {
  color: #DBDBDB !important;
}
.cnav-theme app-elements ul li.reporting-infos .block-date .date, .cnav-theme app-elements ul li.reporting-infos .block-date .dates, .cnav-theme app-elements ul li.reporting-infos .block-svg .date, .cnav-theme app-elements ul li.reporting-infos .block-svg .dates, .cnav-theme .loadingelements ul li.reporting-infos .block-date .date, .cnav-theme .loadingelements ul li.reporting-infos .block-date .dates, .cnav-theme .loadingelements ul li.reporting-infos .block-svg .date, .cnav-theme .loadingelements ul li.reporting-infos .block-svg .dates, .cnav-theme app-confirm-send ul li.reporting-infos .block-date .date, .cnav-theme app-confirm-send ul li.reporting-infos .block-date .dates, .cnav-theme app-confirm-send ul li.reporting-infos .block-svg .date, .cnav-theme app-confirm-send ul li.reporting-infos .block-svg .dates, .cnav-theme app-step0 ul li.reporting-infos .block-date .date, .cnav-theme app-step0 ul li.reporting-infos .block-date .dates, .cnav-theme app-step0 ul li.reporting-infos .block-svg .date, .cnav-theme app-step0 ul li.reporting-infos .block-svg .dates {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li.reporting-infos .block-date .date::before, .cnav-theme app-elements ul li.reporting-infos .block-date .dates::before, .cnav-theme app-elements ul li.reporting-infos .block-svg .date::before, .cnav-theme app-elements ul li.reporting-infos .block-svg .dates::before, .cnav-theme .loadingelements ul li.reporting-infos .block-date .date::before, .cnav-theme .loadingelements ul li.reporting-infos .block-date .dates::before, .cnav-theme .loadingelements ul li.reporting-infos .block-svg .date::before, .cnav-theme .loadingelements ul li.reporting-infos .block-svg .dates::before, .cnav-theme app-confirm-send ul li.reporting-infos .block-date .date::before, .cnav-theme app-confirm-send ul li.reporting-infos .block-date .dates::before, .cnav-theme app-confirm-send ul li.reporting-infos .block-svg .date::before, .cnav-theme app-confirm-send ul li.reporting-infos .block-svg .dates::before, .cnav-theme app-step0 ul li.reporting-infos .block-date .date::before, .cnav-theme app-step0 ul li.reporting-infos .block-date .dates::before, .cnav-theme app-step0 ul li.reporting-infos .block-svg .date::before, .cnav-theme app-step0 ul li.reporting-infos .block-svg .dates::before {
  border-right-color: #D70000 !important;
}
.cnav-theme app-elements ul li.reporting-infos .block-date::after, .cnav-theme app-elements ul li.reporting-infos .block-svg::after, .cnav-theme .loadingelements ul li.reporting-infos .block-date::after, .cnav-theme .loadingelements ul li.reporting-infos .block-svg::after, .cnav-theme app-confirm-send ul li.reporting-infos .block-date::after, .cnav-theme app-confirm-send ul li.reporting-infos .block-svg::after, .cnav-theme app-step0 ul li.reporting-infos .block-date::after, .cnav-theme app-step0 ul li.reporting-infos .block-svg::after {
  background-color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .block-date .date, .cnav-theme app-elements ul li.isunknown .block-date .dates, .cnav-theme app-elements ul li.isunknown .block-svg .date, .cnav-theme app-elements ul li.isunknown .block-svg .dates, .cnav-theme .loadingelements ul li.isunknown .block-date .date, .cnav-theme .loadingelements ul li.isunknown .block-date .dates, .cnav-theme .loadingelements ul li.isunknown .block-svg .date, .cnav-theme .loadingelements ul li.isunknown .block-svg .dates, .cnav-theme app-confirm-send ul li.isunknown .block-date .date, .cnav-theme app-confirm-send ul li.isunknown .block-date .dates, .cnav-theme app-confirm-send ul li.isunknown .block-svg .date, .cnav-theme app-confirm-send ul li.isunknown .block-svg .dates, .cnav-theme app-step0 ul li.isunknown .block-date .date, .cnav-theme app-step0 ul li.isunknown .block-date .dates, .cnav-theme app-step0 ul li.isunknown .block-svg .date, .cnav-theme app-step0 ul li.isunknown .block-svg .dates {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .block-date .date::before, .cnav-theme app-elements ul li.isunknown .block-date .dates::before, .cnav-theme app-elements ul li.isunknown .block-svg .date::before, .cnav-theme app-elements ul li.isunknown .block-svg .dates::before, .cnav-theme .loadingelements ul li.isunknown .block-date .date::before, .cnav-theme .loadingelements ul li.isunknown .block-date .dates::before, .cnav-theme .loadingelements ul li.isunknown .block-svg .date::before, .cnav-theme .loadingelements ul li.isunknown .block-svg .dates::before, .cnav-theme app-confirm-send ul li.isunknown .block-date .date::before, .cnav-theme app-confirm-send ul li.isunknown .block-date .dates::before, .cnav-theme app-confirm-send ul li.isunknown .block-svg .date::before, .cnav-theme app-confirm-send ul li.isunknown .block-svg .dates::before, .cnav-theme app-step0 ul li.isunknown .block-date .date::before, .cnav-theme app-step0 ul li.isunknown .block-date .dates::before, .cnav-theme app-step0 ul li.isunknown .block-svg .date::before, .cnav-theme app-step0 ul li.isunknown .block-svg .dates::before {
  border-right-color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .block-date::after, .cnav-theme app-elements ul li.isunknown .block-svg::after, .cnav-theme .loadingelements ul li.isunknown .block-date::after, .cnav-theme .loadingelements ul li.isunknown .block-svg::after, .cnav-theme app-confirm-send ul li.isunknown .block-date::after, .cnav-theme app-confirm-send ul li.isunknown .block-svg::after, .cnav-theme app-step0 ul li.isunknown .block-date::after, .cnav-theme app-step0 ul li.isunknown .block-svg::after {
  background-color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .timeline .bulles, .cnav-theme .loadingelements ul li.isunknown .timeline .bulles, .cnav-theme app-confirm-send ul li.isunknown .timeline .bulles, .cnav-theme app-step0 ul li.isunknown .timeline .bulles {
  border-color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .timeline .bulles .activity .date-name, .cnav-theme .loadingelements ul li.isunknown .timeline .bulles .activity .date-name, .cnav-theme app-confirm-send ul li.isunknown .timeline .bulles .activity .date-name, .cnav-theme app-step0 ul li.isunknown .timeline .bulles .activity .date-name {
  color: #D70000 !important;
}
.cnav-theme app-elements ul li.isunknown .timeline .bulles .activity .date-name .title-unknown, .cnav-theme .loadingelements ul li.isunknown .timeline .bulles .activity .date-name .title-unknown, .cnav-theme app-confirm-send ul li.isunknown .timeline .bulles .activity .date-name .title-unknown, .cnav-theme app-step0 ul li.isunknown .timeline .bulles .activity .date-name .title-unknown {
  font-family: "Raleway", sans-serif !important;
}
.cnav-theme app-elements ul li.isunknown .timeline .bulles .activity .date-name .date-elements, .cnav-theme .loadingelements ul li.isunknown .timeline .bulles .activity .date-name .date-elements, .cnav-theme app-confirm-send ul li.isunknown .timeline .bulles .activity .date-name .date-elements, .cnav-theme app-step0 ul li.isunknown .timeline .bulles .activity .date-name .date-elements {
  color: #D70000 !important;
  font-family: "Raleway", sans-serif !important;
}
.cnav-theme app-elements ul li.isunknown .timeline .bulles .activity:hover, .cnav-theme .loadingelements ul li.isunknown .timeline .bulles .activity:hover, .cnav-theme app-confirm-send ul li.isunknown .timeline .bulles .activity:hover, .cnav-theme app-step0 ul li.isunknown .timeline .bulles .activity:hover {
  box-shadow: none !important;
}
.cnav-theme app-step0 .bulles .activity:hover {
  border-color: #DBDBDB !important;
  box-shadow: none !important;
}
.cnav-theme app-guidage .alert {
  background-color: #e0f2f4;
  border: solid 1px #00829B;
  border-radius: 5px;
}
.cnav-theme app-guidage .alert::before {
  color: black;
}
.cnav-theme app-guidage .alert a {
  color: black;
}
.cnav-theme app-masituation .bulles {
  border-color: #00829B;
}
.cnav-theme app-masituation .bulles::before {
  border-bottom-color: #01707e;
}
.cnav-theme app-masituation .complementary-bulles {
  border-color: #00829B;
}
.cnav-theme app-masituation .complementary-bulles #title-bulle-complementary {
  color: #00829B;
}
.cnav-theme app-masituation .color-blue {
  color: #00829B;
}
.cnav-theme app-masituation div.bloc {
  border-color: transparent;
  border-radius: 8px;
  position: relative;
  border: solid 1px #00829B;
}
.cnav-theme app-masituation div.bloc .contain h2 span {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: #00829B;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.4rem;
}
.cnav-theme app-masituation div.bloc button .info::after {
  color: #DBDBDB !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer {
  background-color: #00829B;
}
.cnav-theme app-masituation div.bloc .block-thermometer .bulle.more-mandatory {
  background-color: rgba(0, 147, 165, 0.4);
}
.cnav-theme app-masituation div.bloc .block-thermometer .background-thermometer {
  background-color: #DBDBDB !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining .quarters, .cnav-theme app-masituation div.bloc .block-thermometer .acquired .quarters {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining .quarters::before, .cnav-theme app-masituation div.bloc .block-thermometer .acquired .quarters::before {
  border-top-color: black !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining .quarters span, .cnav-theme app-masituation div.bloc .block-thermometer .acquired .quarters span {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining .quarters span span.highlighted, .cnav-theme app-masituation div.bloc .block-thermometer .acquired .quarters span span.highlighted {
  color: #00829B;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining.more-mandatory .quarters, .cnav-theme app-masituation div.bloc .block-thermometer .acquired.more-mandatory .quarters {
  color: #00829B;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining.more-mandatory .quarters a, .cnav-theme app-masituation div.bloc .block-thermometer .acquired.more-mandatory .quarters a {
  font-family: "Roboto", sans-serif;
  color: #00829B;
}
.cnav-theme app-masituation div.bloc .block-thermometer .remaining.more-mandatory .quarters::before, .cnav-theme app-masituation div.bloc .block-thermometer .acquired.more-mandatory .quarters::before {
  border-color: #00829B !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer .acquired {
  border-color: black !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer .acquired.more-mandatory .quarters {
  color: #00829B;
}
.cnav-theme app-masituation div.bloc .block-thermometer .acquired .quarters::before {
  border-top-color: #00829B !important;
  border-left-color: #00829B !important;
}
.cnav-theme app-masituation div.bloc .block-thermometer.skeleton {
  background-image: linear-gradient(to bottom, #00829B, #e0f2f4, #00829B, #e0f2f4, #00829B);
}
.cnav-theme app-masituation div.bloc .block-thermometer .boxes .box {
  background: linear-gradient(130deg, #00829B 0%, #00829B 100%);
}
.cnav-theme app-masituation div.bloc .block-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme app-masituation div.bloc .block-text span {
  font-family: "Roboto", sans-serif;
}
.cnav-theme app-masituation div.bloc .block-text .age {
  background-color: #00829B;
  color: white !important;
  font-family: "Roboto", sans-serif;
}
.cnav-theme app-masituation div.bloc .block-text .age.skeleton {
  background-image: linear-gradient(90deg, #00829B, #00829B, #e0f2f4, #00829B, #00829B) !important;
}
.cnav-theme app-masituation div.bloc .block-text a {
  font-family: "Roboto", sans-serif;
  color: #666666;
}
@media (max-width: 840px) {
  .cnav-theme app-masituation .bloc .block-thermometer.skeleton {
    background-image: linear-gradient(to left, #00829B, #e0f2f4, #00829B, #e0f2f4, #00829B) !important;
  }
}
.cnav-theme app-career-points .color-blue {
  color: #00829B;
}
.cnav-theme app-career-points div.bloc {
  border-color: transparent;
  border-radius: 8px;
  position: relative;
  border: solid 1px #00829B;
}
.cnav-theme app-career-points div.bloc .contain h2 {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: #00829B;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.4rem;
}
.cnav-theme app-career-points div.bloc .contain h2 span {
  font-weight: 700;
}
.cnav-theme app-career-points div.bloc button .info::after {
  color: #DBDBDB;
}
.cnav-theme app-career-points div.bloc button #info-title::after {
  color: #00829B !important;
}
.cnav-theme app-career-points div.bloc .block-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme app-career-points div.bloc .block-text span {
  font-family: "Roboto", sans-serif;
}
.cnav-theme app-career-points div.bloc .block-text a {
  font-family: "Roboto", sans-serif;
  color: #666666;
}
.cnav-theme .detail .mat-dialog-container, .cnav-theme .rdc .mat-dialog-container, .cnav-theme .delete .mat-dialog-container, .cnav-theme .confirm .mat-dialog-container, .cnav-theme .summary .mat-dialog-container, .cnav-theme .welcome .mat-dialog-container, .cnav-theme .careerPointsDialog .mat-dialog-container {
  border-radius: 8px;
  padding-bottom: 0px;
}
.cnav-theme .detail app-detail .icon, .cnav-theme .detail app-rdc .icon, .cnav-theme .detail app-delete-dialog .icon, .cnav-theme .detail app-confirm-send .icon, .cnav-theme .detail app-summary .icon, .cnav-theme .detail app-how-it-works .icon, .cnav-theme .detail app-career-points-dialog .icon, .cnav-theme .rdc app-detail .icon, .cnav-theme .rdc app-rdc .icon, .cnav-theme .rdc app-delete-dialog .icon, .cnav-theme .rdc app-confirm-send .icon, .cnav-theme .rdc app-summary .icon, .cnav-theme .rdc app-how-it-works .icon, .cnav-theme .rdc app-career-points-dialog .icon, .cnav-theme .delete app-detail .icon, .cnav-theme .delete app-rdc .icon, .cnav-theme .delete app-delete-dialog .icon, .cnav-theme .delete app-confirm-send .icon, .cnav-theme .delete app-summary .icon, .cnav-theme .delete app-how-it-works .icon, .cnav-theme .delete app-career-points-dialog .icon, .cnav-theme .confirm app-detail .icon, .cnav-theme .confirm app-rdc .icon, .cnav-theme .confirm app-delete-dialog .icon, .cnav-theme .confirm app-confirm-send .icon, .cnav-theme .confirm app-summary .icon, .cnav-theme .confirm app-how-it-works .icon, .cnav-theme .confirm app-career-points-dialog .icon, .cnav-theme .summary app-detail .icon, .cnav-theme .summary app-rdc .icon, .cnav-theme .summary app-delete-dialog .icon, .cnav-theme .summary app-confirm-send .icon, .cnav-theme .summary app-summary .icon, .cnav-theme .summary app-how-it-works .icon, .cnav-theme .summary app-career-points-dialog .icon, .cnav-theme .welcome app-detail .icon, .cnav-theme .welcome app-rdc .icon, .cnav-theme .welcome app-delete-dialog .icon, .cnav-theme .welcome app-confirm-send .icon, .cnav-theme .welcome app-summary .icon, .cnav-theme .welcome app-how-it-works .icon, .cnav-theme .welcome app-career-points-dialog .icon, .cnav-theme .careerPointsDialog app-detail .icon, .cnav-theme .careerPointsDialog app-rdc .icon, .cnav-theme .careerPointsDialog app-delete-dialog .icon, .cnav-theme .careerPointsDialog app-confirm-send .icon, .cnav-theme .careerPointsDialog app-summary .icon, .cnav-theme .careerPointsDialog app-how-it-works .icon, .cnav-theme .careerPointsDialog app-career-points-dialog .icon {
  color: #add7df;
  fill: #add7df;
}
.cnav-theme .detail app-detail .menu, .cnav-theme .detail app-rdc .menu, .cnav-theme .detail app-delete-dialog .menu, .cnav-theme .detail app-confirm-send .menu, .cnav-theme .detail app-summary .menu, .cnav-theme .detail app-how-it-works .menu, .cnav-theme .detail app-career-points-dialog .menu, .cnav-theme .rdc app-detail .menu, .cnav-theme .rdc app-rdc .menu, .cnav-theme .rdc app-delete-dialog .menu, .cnav-theme .rdc app-confirm-send .menu, .cnav-theme .rdc app-summary .menu, .cnav-theme .rdc app-how-it-works .menu, .cnav-theme .rdc app-career-points-dialog .menu, .cnav-theme .delete app-detail .menu, .cnav-theme .delete app-rdc .menu, .cnav-theme .delete app-delete-dialog .menu, .cnav-theme .delete app-confirm-send .menu, .cnav-theme .delete app-summary .menu, .cnav-theme .delete app-how-it-works .menu, .cnav-theme .delete app-career-points-dialog .menu, .cnav-theme .confirm app-detail .menu, .cnav-theme .confirm app-rdc .menu, .cnav-theme .confirm app-delete-dialog .menu, .cnav-theme .confirm app-confirm-send .menu, .cnav-theme .confirm app-summary .menu, .cnav-theme .confirm app-how-it-works .menu, .cnav-theme .confirm app-career-points-dialog .menu, .cnav-theme .summary app-detail .menu, .cnav-theme .summary app-rdc .menu, .cnav-theme .summary app-delete-dialog .menu, .cnav-theme .summary app-confirm-send .menu, .cnav-theme .summary app-summary .menu, .cnav-theme .summary app-how-it-works .menu, .cnav-theme .summary app-career-points-dialog .menu, .cnav-theme .welcome app-detail .menu, .cnav-theme .welcome app-rdc .menu, .cnav-theme .welcome app-delete-dialog .menu, .cnav-theme .welcome app-confirm-send .menu, .cnav-theme .welcome app-summary .menu, .cnav-theme .welcome app-how-it-works .menu, .cnav-theme .welcome app-career-points-dialog .menu, .cnav-theme .careerPointsDialog app-detail .menu, .cnav-theme .careerPointsDialog app-rdc .menu, .cnav-theme .careerPointsDialog app-delete-dialog .menu, .cnav-theme .careerPointsDialog app-confirm-send .menu, .cnav-theme .careerPointsDialog app-summary .menu, .cnav-theme .careerPointsDialog app-how-it-works .menu, .cnav-theme .careerPointsDialog app-career-points-dialog .menu {
  border-bottom-color: #DBDBDB;
}
.cnav-theme .detail app-detail .btn, .cnav-theme .detail app-rdc .btn, .cnav-theme .detail app-delete-dialog .btn, .cnav-theme .detail app-confirm-send .btn, .cnav-theme .detail app-summary .btn, .cnav-theme .detail app-how-it-works .btn, .cnav-theme .detail app-career-points-dialog .btn, .cnav-theme .rdc app-detail .btn, .cnav-theme .rdc app-rdc .btn, .cnav-theme .rdc app-delete-dialog .btn, .cnav-theme .rdc app-confirm-send .btn, .cnav-theme .rdc app-summary .btn, .cnav-theme .rdc app-how-it-works .btn, .cnav-theme .rdc app-career-points-dialog .btn, .cnav-theme .delete app-detail .btn, .cnav-theme .delete app-rdc .btn, .cnav-theme .delete app-delete-dialog .btn, .cnav-theme .delete app-confirm-send .btn, .cnav-theme .delete app-summary .btn, .cnav-theme .delete app-how-it-works .btn, .cnav-theme .delete app-career-points-dialog .btn, .cnav-theme .confirm app-detail .btn, .cnav-theme .confirm app-rdc .btn, .cnav-theme .confirm app-delete-dialog .btn, .cnav-theme .confirm app-confirm-send .btn, .cnav-theme .confirm app-summary .btn, .cnav-theme .confirm app-how-it-works .btn, .cnav-theme .confirm app-career-points-dialog .btn, .cnav-theme .summary app-detail .btn, .cnav-theme .summary app-rdc .btn, .cnav-theme .summary app-delete-dialog .btn, .cnav-theme .summary app-confirm-send .btn, .cnav-theme .summary app-summary .btn, .cnav-theme .summary app-how-it-works .btn, .cnav-theme .summary app-career-points-dialog .btn, .cnav-theme .welcome app-detail .btn, .cnav-theme .welcome app-rdc .btn, .cnav-theme .welcome app-delete-dialog .btn, .cnav-theme .welcome app-confirm-send .btn, .cnav-theme .welcome app-summary .btn, .cnav-theme .welcome app-how-it-works .btn, .cnav-theme .welcome app-career-points-dialog .btn, .cnav-theme .careerPointsDialog app-detail .btn, .cnav-theme .careerPointsDialog app-rdc .btn, .cnav-theme .careerPointsDialog app-delete-dialog .btn, .cnav-theme .careerPointsDialog app-confirm-send .btn, .cnav-theme .careerPointsDialog app-summary .btn, .cnav-theme .careerPointsDialog app-how-it-works .btn, .cnav-theme .careerPointsDialog app-career-points-dialog .btn {
  color: #ADADAD;
  border-color: #DBDBDB;
}
.cnav-theme .detail app-detail .btn.save.active, .cnav-theme .detail app-rdc .btn.save.active, .cnav-theme .detail app-delete-dialog .btn.save.active, .cnav-theme .detail app-confirm-send .btn.save.active, .cnav-theme .detail app-summary .btn.save.active, .cnav-theme .detail app-how-it-works .btn.save.active, .cnav-theme .detail app-career-points-dialog .btn.save.active, .cnav-theme .rdc app-detail .btn.save.active, .cnav-theme .rdc app-rdc .btn.save.active, .cnav-theme .rdc app-delete-dialog .btn.save.active, .cnav-theme .rdc app-confirm-send .btn.save.active, .cnav-theme .rdc app-summary .btn.save.active, .cnav-theme .rdc app-how-it-works .btn.save.active, .cnav-theme .rdc app-career-points-dialog .btn.save.active, .cnav-theme .delete app-detail .btn.save.active, .cnav-theme .delete app-rdc .btn.save.active, .cnav-theme .delete app-delete-dialog .btn.save.active, .cnav-theme .delete app-confirm-send .btn.save.active, .cnav-theme .delete app-summary .btn.save.active, .cnav-theme .delete app-how-it-works .btn.save.active, .cnav-theme .delete app-career-points-dialog .btn.save.active, .cnav-theme .confirm app-detail .btn.save.active, .cnav-theme .confirm app-rdc .btn.save.active, .cnav-theme .confirm app-delete-dialog .btn.save.active, .cnav-theme .confirm app-confirm-send .btn.save.active, .cnav-theme .confirm app-summary .btn.save.active, .cnav-theme .confirm app-how-it-works .btn.save.active, .cnav-theme .confirm app-career-points-dialog .btn.save.active, .cnav-theme .summary app-detail .btn.save.active, .cnav-theme .summary app-rdc .btn.save.active, .cnav-theme .summary app-delete-dialog .btn.save.active, .cnav-theme .summary app-confirm-send .btn.save.active, .cnav-theme .summary app-summary .btn.save.active, .cnav-theme .summary app-how-it-works .btn.save.active, .cnav-theme .summary app-career-points-dialog .btn.save.active, .cnav-theme .welcome app-detail .btn.save.active, .cnav-theme .welcome app-rdc .btn.save.active, .cnav-theme .welcome app-delete-dialog .btn.save.active, .cnav-theme .welcome app-confirm-send .btn.save.active, .cnav-theme .welcome app-summary .btn.save.active, .cnav-theme .welcome app-how-it-works .btn.save.active, .cnav-theme .welcome app-career-points-dialog .btn.save.active, .cnav-theme .careerPointsDialog app-detail .btn.save.active, .cnav-theme .careerPointsDialog app-rdc .btn.save.active, .cnav-theme .careerPointsDialog app-delete-dialog .btn.save.active, .cnav-theme .careerPointsDialog app-confirm-send .btn.save.active, .cnav-theme .careerPointsDialog app-summary .btn.save.active, .cnav-theme .careerPointsDialog app-how-it-works .btn.save.active, .cnav-theme .careerPointsDialog app-career-points-dialog .btn.save.active {
  color: #00829B;
}
.cnav-theme .detail app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-detail .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-rdc .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-delete-dialog .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-confirm-send .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-summary .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-how-it-works .btn.save.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-career-points-dialog .btn.save.loading app-loader .lds-spinner div:after {
  background: #00829B;
}
.cnav-theme .detail app-detail .btn.help, .cnav-theme .detail app-rdc .btn.help, .cnav-theme .detail app-delete-dialog .btn.help, .cnav-theme .detail app-confirm-send .btn.help, .cnav-theme .detail app-summary .btn.help, .cnav-theme .detail app-how-it-works .btn.help, .cnav-theme .detail app-career-points-dialog .btn.help, .cnav-theme .rdc app-detail .btn.help, .cnav-theme .rdc app-rdc .btn.help, .cnav-theme .rdc app-delete-dialog .btn.help, .cnav-theme .rdc app-confirm-send .btn.help, .cnav-theme .rdc app-summary .btn.help, .cnav-theme .rdc app-how-it-works .btn.help, .cnav-theme .rdc app-career-points-dialog .btn.help, .cnav-theme .delete app-detail .btn.help, .cnav-theme .delete app-rdc .btn.help, .cnav-theme .delete app-delete-dialog .btn.help, .cnav-theme .delete app-confirm-send .btn.help, .cnav-theme .delete app-summary .btn.help, .cnav-theme .delete app-how-it-works .btn.help, .cnav-theme .delete app-career-points-dialog .btn.help, .cnav-theme .confirm app-detail .btn.help, .cnav-theme .confirm app-rdc .btn.help, .cnav-theme .confirm app-delete-dialog .btn.help, .cnav-theme .confirm app-confirm-send .btn.help, .cnav-theme .confirm app-summary .btn.help, .cnav-theme .confirm app-how-it-works .btn.help, .cnav-theme .confirm app-career-points-dialog .btn.help, .cnav-theme .summary app-detail .btn.help, .cnav-theme .summary app-rdc .btn.help, .cnav-theme .summary app-delete-dialog .btn.help, .cnav-theme .summary app-confirm-send .btn.help, .cnav-theme .summary app-summary .btn.help, .cnav-theme .summary app-how-it-works .btn.help, .cnav-theme .summary app-career-points-dialog .btn.help, .cnav-theme .welcome app-detail .btn.help, .cnav-theme .welcome app-rdc .btn.help, .cnav-theme .welcome app-delete-dialog .btn.help, .cnav-theme .welcome app-confirm-send .btn.help, .cnav-theme .welcome app-summary .btn.help, .cnav-theme .welcome app-how-it-works .btn.help, .cnav-theme .welcome app-career-points-dialog .btn.help, .cnav-theme .careerPointsDialog app-detail .btn.help, .cnav-theme .careerPointsDialog app-rdc .btn.help, .cnav-theme .careerPointsDialog app-delete-dialog .btn.help, .cnav-theme .careerPointsDialog app-confirm-send .btn.help, .cnav-theme .careerPointsDialog app-summary .btn.help, .cnav-theme .careerPointsDialog app-how-it-works .btn.help, .cnav-theme .careerPointsDialog app-career-points-dialog .btn.help {
  color: #00829B;
}
.cnav-theme .detail app-detail .btn.close, .cnav-theme .detail app-rdc .btn.close, .cnav-theme .detail app-delete-dialog .btn.close, .cnav-theme .detail app-confirm-send .btn.close, .cnav-theme .detail app-summary .btn.close, .cnav-theme .detail app-how-it-works .btn.close, .cnav-theme .detail app-career-points-dialog .btn.close, .cnav-theme .rdc app-detail .btn.close, .cnav-theme .rdc app-rdc .btn.close, .cnav-theme .rdc app-delete-dialog .btn.close, .cnav-theme .rdc app-confirm-send .btn.close, .cnav-theme .rdc app-summary .btn.close, .cnav-theme .rdc app-how-it-works .btn.close, .cnav-theme .rdc app-career-points-dialog .btn.close, .cnav-theme .delete app-detail .btn.close, .cnav-theme .delete app-rdc .btn.close, .cnav-theme .delete app-delete-dialog .btn.close, .cnav-theme .delete app-confirm-send .btn.close, .cnav-theme .delete app-summary .btn.close, .cnav-theme .delete app-how-it-works .btn.close, .cnav-theme .delete app-career-points-dialog .btn.close, .cnav-theme .confirm app-detail .btn.close, .cnav-theme .confirm app-rdc .btn.close, .cnav-theme .confirm app-delete-dialog .btn.close, .cnav-theme .confirm app-confirm-send .btn.close, .cnav-theme .confirm app-summary .btn.close, .cnav-theme .confirm app-how-it-works .btn.close, .cnav-theme .confirm app-career-points-dialog .btn.close, .cnav-theme .summary app-detail .btn.close, .cnav-theme .summary app-rdc .btn.close, .cnav-theme .summary app-delete-dialog .btn.close, .cnav-theme .summary app-confirm-send .btn.close, .cnav-theme .summary app-summary .btn.close, .cnav-theme .summary app-how-it-works .btn.close, .cnav-theme .summary app-career-points-dialog .btn.close, .cnav-theme .welcome app-detail .btn.close, .cnav-theme .welcome app-rdc .btn.close, .cnav-theme .welcome app-delete-dialog .btn.close, .cnav-theme .welcome app-confirm-send .btn.close, .cnav-theme .welcome app-summary .btn.close, .cnav-theme .welcome app-how-it-works .btn.close, .cnav-theme .welcome app-career-points-dialog .btn.close, .cnav-theme .careerPointsDialog app-detail .btn.close, .cnav-theme .careerPointsDialog app-rdc .btn.close, .cnav-theme .careerPointsDialog app-delete-dialog .btn.close, .cnav-theme .careerPointsDialog app-confirm-send .btn.close, .cnav-theme .careerPointsDialog app-summary .btn.close, .cnav-theme .careerPointsDialog app-how-it-works .btn.close, .cnav-theme .careerPointsDialog app-career-points-dialog .btn.close {
  color: #666666;
}
.cnav-theme .detail app-detail .mat-dialog-content .cadre, .cnav-theme .detail app-rdc .mat-dialog-content .cadre, .cnav-theme .detail app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .detail app-confirm-send .mat-dialog-content .cadre, .cnav-theme .detail app-summary .mat-dialog-content .cadre, .cnav-theme .detail app-how-it-works .mat-dialog-content .cadre, .cnav-theme .detail app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .rdc app-detail .mat-dialog-content .cadre, .cnav-theme .rdc app-rdc .mat-dialog-content .cadre, .cnav-theme .rdc app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .rdc app-confirm-send .mat-dialog-content .cadre, .cnav-theme .rdc app-summary .mat-dialog-content .cadre, .cnav-theme .rdc app-how-it-works .mat-dialog-content .cadre, .cnav-theme .rdc app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .delete app-detail .mat-dialog-content .cadre, .cnav-theme .delete app-rdc .mat-dialog-content .cadre, .cnav-theme .delete app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .delete app-confirm-send .mat-dialog-content .cadre, .cnav-theme .delete app-summary .mat-dialog-content .cadre, .cnav-theme .delete app-how-it-works .mat-dialog-content .cadre, .cnav-theme .delete app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .confirm app-detail .mat-dialog-content .cadre, .cnav-theme .confirm app-rdc .mat-dialog-content .cadre, .cnav-theme .confirm app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .confirm app-confirm-send .mat-dialog-content .cadre, .cnav-theme .confirm app-summary .mat-dialog-content .cadre, .cnav-theme .confirm app-how-it-works .mat-dialog-content .cadre, .cnav-theme .confirm app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .summary app-detail .mat-dialog-content .cadre, .cnav-theme .summary app-rdc .mat-dialog-content .cadre, .cnav-theme .summary app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .summary app-confirm-send .mat-dialog-content .cadre, .cnav-theme .summary app-summary .mat-dialog-content .cadre, .cnav-theme .summary app-how-it-works .mat-dialog-content .cadre, .cnav-theme .summary app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .welcome app-detail .mat-dialog-content .cadre, .cnav-theme .welcome app-rdc .mat-dialog-content .cadre, .cnav-theme .welcome app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .welcome app-confirm-send .mat-dialog-content .cadre, .cnav-theme .welcome app-summary .mat-dialog-content .cadre, .cnav-theme .welcome app-how-it-works .mat-dialog-content .cadre, .cnav-theme .welcome app-career-points-dialog .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-detail .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-rdc .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-delete-dialog .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-confirm-send .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-summary .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-how-it-works .mat-dialog-content .cadre, .cnav-theme .careerPointsDialog app-career-points-dialog .mat-dialog-content .cadre {
  border-color: #ADADAD;
}
.cnav-theme .detail app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-detail app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-rdc app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-delete-dialog app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-confirm-send app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-summary app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-how-it-works app-button1.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-career-points-dialog app-button1.loading app-loader .lds-spinner div:after {
  background: white;
}
.cnav-theme .detail app-detail app-button1.message::before, .cnav-theme .detail app-rdc app-button1.message::before, .cnav-theme .detail app-delete-dialog app-button1.message::before, .cnav-theme .detail app-confirm-send app-button1.message::before, .cnav-theme .detail app-summary app-button1.message::before, .cnav-theme .detail app-how-it-works app-button1.message::before, .cnav-theme .detail app-career-points-dialog app-button1.message::before, .cnav-theme .rdc app-detail app-button1.message::before, .cnav-theme .rdc app-rdc app-button1.message::before, .cnav-theme .rdc app-delete-dialog app-button1.message::before, .cnav-theme .rdc app-confirm-send app-button1.message::before, .cnav-theme .rdc app-summary app-button1.message::before, .cnav-theme .rdc app-how-it-works app-button1.message::before, .cnav-theme .rdc app-career-points-dialog app-button1.message::before, .cnav-theme .delete app-detail app-button1.message::before, .cnav-theme .delete app-rdc app-button1.message::before, .cnav-theme .delete app-delete-dialog app-button1.message::before, .cnav-theme .delete app-confirm-send app-button1.message::before, .cnav-theme .delete app-summary app-button1.message::before, .cnav-theme .delete app-how-it-works app-button1.message::before, .cnav-theme .delete app-career-points-dialog app-button1.message::before, .cnav-theme .confirm app-detail app-button1.message::before, .cnav-theme .confirm app-rdc app-button1.message::before, .cnav-theme .confirm app-delete-dialog app-button1.message::before, .cnav-theme .confirm app-confirm-send app-button1.message::before, .cnav-theme .confirm app-summary app-button1.message::before, .cnav-theme .confirm app-how-it-works app-button1.message::before, .cnav-theme .confirm app-career-points-dialog app-button1.message::before, .cnav-theme .summary app-detail app-button1.message::before, .cnav-theme .summary app-rdc app-button1.message::before, .cnav-theme .summary app-delete-dialog app-button1.message::before, .cnav-theme .summary app-confirm-send app-button1.message::before, .cnav-theme .summary app-summary app-button1.message::before, .cnav-theme .summary app-how-it-works app-button1.message::before, .cnav-theme .summary app-career-points-dialog app-button1.message::before, .cnav-theme .welcome app-detail app-button1.message::before, .cnav-theme .welcome app-rdc app-button1.message::before, .cnav-theme .welcome app-delete-dialog app-button1.message::before, .cnav-theme .welcome app-confirm-send app-button1.message::before, .cnav-theme .welcome app-summary app-button1.message::before, .cnav-theme .welcome app-how-it-works app-button1.message::before, .cnav-theme .welcome app-career-points-dialog app-button1.message::before, .cnav-theme .careerPointsDialog app-detail app-button1.message::before, .cnav-theme .careerPointsDialog app-rdc app-button1.message::before, .cnav-theme .careerPointsDialog app-delete-dialog app-button1.message::before, .cnav-theme .careerPointsDialog app-confirm-send app-button1.message::before, .cnav-theme .careerPointsDialog app-summary app-button1.message::before, .cnav-theme .careerPointsDialog app-how-it-works app-button1.message::before, .cnav-theme .careerPointsDialog app-career-points-dialog app-button1.message::before {
  background-color: #F6F6F6;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme .detail app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-detail app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-rdc app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-delete-dialog app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-confirm-send app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-summary app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-how-it-works app-button3.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-career-points-dialog app-button3.loading app-loader .lds-spinner div:after {
  background: #00829B;
}
.cnav-theme .detail app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .detail app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .rdc app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .delete app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .confirm app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .summary app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .welcome app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-detail app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-rdc app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-delete-dialog app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-confirm-send app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-summary app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-how-it-works app-button3:hover.loading app-loader .lds-spinner div:after, .cnav-theme .careerPointsDialog app-career-points-dialog app-button3:hover.loading app-loader .lds-spinner div:after {
  background: white;
}
.cnav-theme .detail app-detail h3.questionTuto, .cnav-theme .detail app-rdc h3.questionTuto, .cnav-theme .detail app-delete-dialog h3.questionTuto, .cnav-theme .detail app-confirm-send h3.questionTuto, .cnav-theme .detail app-summary h3.questionTuto, .cnav-theme .detail app-how-it-works h3.questionTuto, .cnav-theme .detail app-career-points-dialog h3.questionTuto, .cnav-theme .rdc app-detail h3.questionTuto, .cnav-theme .rdc app-rdc h3.questionTuto, .cnav-theme .rdc app-delete-dialog h3.questionTuto, .cnav-theme .rdc app-confirm-send h3.questionTuto, .cnav-theme .rdc app-summary h3.questionTuto, .cnav-theme .rdc app-how-it-works h3.questionTuto, .cnav-theme .rdc app-career-points-dialog h3.questionTuto, .cnav-theme .delete app-detail h3.questionTuto, .cnav-theme .delete app-rdc h3.questionTuto, .cnav-theme .delete app-delete-dialog h3.questionTuto, .cnav-theme .delete app-confirm-send h3.questionTuto, .cnav-theme .delete app-summary h3.questionTuto, .cnav-theme .delete app-how-it-works h3.questionTuto, .cnav-theme .delete app-career-points-dialog h3.questionTuto, .cnav-theme .confirm app-detail h3.questionTuto, .cnav-theme .confirm app-rdc h3.questionTuto, .cnav-theme .confirm app-delete-dialog h3.questionTuto, .cnav-theme .confirm app-confirm-send h3.questionTuto, .cnav-theme .confirm app-summary h3.questionTuto, .cnav-theme .confirm app-how-it-works h3.questionTuto, .cnav-theme .confirm app-career-points-dialog h3.questionTuto, .cnav-theme .summary app-detail h3.questionTuto, .cnav-theme .summary app-rdc h3.questionTuto, .cnav-theme .summary app-delete-dialog h3.questionTuto, .cnav-theme .summary app-confirm-send h3.questionTuto, .cnav-theme .summary app-summary h3.questionTuto, .cnav-theme .summary app-how-it-works h3.questionTuto, .cnav-theme .summary app-career-points-dialog h3.questionTuto, .cnav-theme .welcome app-detail h3.questionTuto, .cnav-theme .welcome app-rdc h3.questionTuto, .cnav-theme .welcome app-delete-dialog h3.questionTuto, .cnav-theme .welcome app-confirm-send h3.questionTuto, .cnav-theme .welcome app-summary h3.questionTuto, .cnav-theme .welcome app-how-it-works h3.questionTuto, .cnav-theme .welcome app-career-points-dialog h3.questionTuto, .cnav-theme .careerPointsDialog app-detail h3.questionTuto, .cnav-theme .careerPointsDialog app-rdc h3.questionTuto, .cnav-theme .careerPointsDialog app-delete-dialog h3.questionTuto, .cnav-theme .careerPointsDialog app-confirm-send h3.questionTuto, .cnav-theme .careerPointsDialog app-summary h3.questionTuto, .cnav-theme .careerPointsDialog app-how-it-works h3.questionTuto, .cnav-theme .careerPointsDialog app-career-points-dialog h3.questionTuto {
  color: #00829B;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li, .cnav-theme .rdc app-stepper-rdc .container .progressbar li, .cnav-theme .delete app-stepper-rdc .container .progressbar li, .cnav-theme .confirm app-stepper-rdc .container .progressbar li, .cnav-theme .summary app-stepper-rdc .container .progressbar li, .cnav-theme .welcome app-stepper-rdc .container .progressbar li, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li {
  color: #ADADAD;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li::before, .cnav-theme .rdc app-stepper-rdc .container .progressbar li::before, .cnav-theme .delete app-stepper-rdc .container .progressbar li::before, .cnav-theme .confirm app-stepper-rdc .container .progressbar li::before, .cnav-theme .summary app-stepper-rdc .container .progressbar li::before, .cnav-theme .welcome app-stepper-rdc .container .progressbar li::before, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li::before {
  color: #ADADAD;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li::after, .cnav-theme .rdc app-stepper-rdc .container .progressbar li::after, .cnav-theme .delete app-stepper-rdc .container .progressbar li::after, .cnav-theme .confirm app-stepper-rdc .container .progressbar li::after, .cnav-theme .summary app-stepper-rdc .container .progressbar li::after, .cnav-theme .welcome app-stepper-rdc .container .progressbar li::after, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li::after {
  background-color: #ADADAD;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li.active, .cnav-theme .rdc app-stepper-rdc .container .progressbar li.active, .cnav-theme .delete app-stepper-rdc .container .progressbar li.active, .cnav-theme .confirm app-stepper-rdc .container .progressbar li.active, .cnav-theme .summary app-stepper-rdc .container .progressbar li.active, .cnav-theme .welcome app-stepper-rdc .container .progressbar li.active, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li.active {
  color: black;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .detail app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .rdc app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .rdc app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .delete app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .delete app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .confirm app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .confirm app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .summary app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .summary app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .welcome app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .welcome app-stepper-rdc .container .progressbar li.active .step::before, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li.active::before, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li.active .step::before {
  color: #00829B;
  border-color: #00829B;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .rdc app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .delete app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .confirm app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .summary app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .welcome app-stepper-rdc .container .progressbar li.active::after, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li.active::after {
  background-color: #00829B;
}
.cnav-theme .detail app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .rdc app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .delete app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .confirm app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .summary app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .welcome app-stepper-rdc .container .progressbar li.active.oldstep::before, .cnav-theme .careerPointsDialog app-stepper-rdc .container .progressbar li.active.oldstep::before {
  border-color: transparent;
}
.cnav-theme .detail app-step1 .alertDates, .cnav-theme .rdc app-step1 .alertDates, .cnav-theme .delete app-step1 .alertDates, .cnav-theme .confirm app-step1 .alertDates, .cnav-theme .summary app-step1 .alertDates, .cnav-theme .welcome app-step1 .alertDates, .cnav-theme .careerPointsDialog app-step1 .alertDates {
  color: #D70000;
  background-color: #FFF4F2;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.cnav-theme .detail app-step1 .periode .indication, .cnav-theme .rdc app-step1 .periode .indication, .cnav-theme .delete app-step1 .periode .indication, .cnav-theme .confirm app-step1 .periode .indication, .cnav-theme .summary app-step1 .periode .indication, .cnav-theme .welcome app-step1 .periode .indication, .cnav-theme .careerPointsDialog app-step1 .periode .indication {
  background-color: #e0f2f4;
}
.cnav-theme .detail app-step1 .bg-grey, .cnav-theme .rdc app-step1 .bg-grey, .cnav-theme .delete app-step1 .bg-grey, .cnav-theme .confirm app-step1 .bg-grey, .cnav-theme .summary app-step1 .bg-grey, .cnav-theme .welcome app-step1 .bg-grey, .cnav-theme .careerPointsDialog app-step1 .bg-grey {
  background-color: #F6F6F6;
}
.cnav-theme .detail app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .rdc app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .delete app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .confirm app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .summary app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .welcome app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline, .cnav-theme .careerPointsDialog app-step1 .bg-grey .mat-form-field-appearance-outline .mat-form-field-outline {
  background-color: white;
}
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .rdc app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .delete app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .delete app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .confirm app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .summary app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .summary app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .welcome app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #D70000;
}
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-color: #D70000;
}
.cnav-theme .detail app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .rdc app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .delete app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .confirm app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .summary app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .welcome app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .careerPointsDialog app-step1 app-date.alerto .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap {
  border-top-color: transparent;
}
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline,
.cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow,
.cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #D70000;
}
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start, .cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-color: #D70000;
}
.cnav-theme .detail app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .rdc app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .delete app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .confirm app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .summary app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .welcome app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap, .cnav-theme .careerPointsDialog app-step1 app-inputselect.alert .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap {
  border-top-color: transparent;
}
.cnav-theme .detail app-step2 .request, .cnav-theme .rdc app-step2 .request, .cnav-theme .delete app-step2 .request, .cnav-theme .confirm app-step2 .request, .cnav-theme .summary app-step2 .request, .cnav-theme .welcome app-step2 .request, .cnav-theme .careerPointsDialog app-step2 .request {
  background-color: #e0f2f4;
  border-color: #DBDBDB;
  border-radius: 5px;
}
.cnav-theme .detail app-step2 app-pj div.bulle, .cnav-theme .rdc app-step2 app-pj div.bulle, .cnav-theme .delete app-step2 app-pj div.bulle, .cnav-theme .confirm app-step2 app-pj div.bulle, .cnav-theme .summary app-step2 app-pj div.bulle, .cnav-theme .welcome app-step2 app-pj div.bulle, .cnav-theme .careerPointsDialog app-step2 app-pj div.bulle {
  border-color: #e0f2f4;
  color: #00829B;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
}
.cnav-theme .detail app-step2 app-pj div.bulle::before, .cnav-theme .rdc app-step2 app-pj div.bulle::before, .cnav-theme .delete app-step2 app-pj div.bulle::before, .cnav-theme .confirm app-step2 app-pj div.bulle::before, .cnav-theme .summary app-step2 app-pj div.bulle::before, .cnav-theme .welcome app-step2 app-pj div.bulle::before, .cnav-theme .careerPointsDialog app-step2 app-pj div.bulle::before {
  border-color: #00829B;
  color: #00829B;
}
.cnav-theme .detail app-step2 app-pj div.bulle span.triangle, .cnav-theme .rdc app-step2 app-pj div.bulle span.triangle, .cnav-theme .delete app-step2 app-pj div.bulle span.triangle, .cnav-theme .confirm app-step2 app-pj div.bulle span.triangle, .cnav-theme .summary app-step2 app-pj div.bulle span.triangle, .cnav-theme .welcome app-step2 app-pj div.bulle span.triangle, .cnav-theme .careerPointsDialog app-step2 app-pj div.bulle span.triangle {
  border-left-color: #e0f2f4;
}
.cnav-theme .detail app-step2 app-pj div.bulle ul li a, .cnav-theme .detail app-step2 app-pj div.bulle span a, .cnav-theme .rdc app-step2 app-pj div.bulle ul li a, .cnav-theme .rdc app-step2 app-pj div.bulle span a, .cnav-theme .delete app-step2 app-pj div.bulle ul li a, .cnav-theme .delete app-step2 app-pj div.bulle span a, .cnav-theme .confirm app-step2 app-pj div.bulle ul li a, .cnav-theme .confirm app-step2 app-pj div.bulle span a, .cnav-theme .summary app-step2 app-pj div.bulle ul li a, .cnav-theme .summary app-step2 app-pj div.bulle span a, .cnav-theme .welcome app-step2 app-pj div.bulle ul li a, .cnav-theme .welcome app-step2 app-pj div.bulle span a, .cnav-theme .careerPointsDialog app-step2 app-pj div.bulle ul li a, .cnav-theme .careerPointsDialog app-step2 app-pj div.bulle span a {
  color: #00829B;
}
.cnav-theme .detail app-step2 app-pj div.block, .cnav-theme .rdc app-step2 app-pj div.block, .cnav-theme .delete app-step2 app-pj div.block, .cnav-theme .confirm app-step2 app-pj div.block, .cnav-theme .summary app-step2 app-pj div.block, .cnav-theme .welcome app-step2 app-pj div.block, .cnav-theme .careerPointsDialog app-step2 app-pj div.block {
  background-color: #F6F6F6;
  border-color: #DBDBDB;
  border-radius: 5px;
}
.cnav-theme .detail app-step2 app-pj div.block.error, .cnav-theme .rdc app-step2 app-pj div.block.error, .cnav-theme .delete app-step2 app-pj div.block.error, .cnav-theme .confirm app-step2 app-pj div.block.error, .cnav-theme .summary app-step2 app-pj div.block.error, .cnav-theme .welcome app-step2 app-pj div.block.error, .cnav-theme .careerPointsDialog app-step2 app-pj div.block.error {
  border-color: #D70000;
}
.cnav-theme .detail app-step2 app-pj div.block .txt-error, .cnav-theme .rdc app-step2 app-pj div.block .txt-error, .cnav-theme .delete app-step2 app-pj div.block .txt-error, .cnav-theme .confirm app-step2 app-pj div.block .txt-error, .cnav-theme .summary app-step2 app-pj div.block .txt-error, .cnav-theme .welcome app-step2 app-pj div.block .txt-error, .cnav-theme .careerPointsDialog app-step2 app-pj div.block .txt-error {
  background-color: #FFF4F2;
  color: #D70000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cnav-theme .detail app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .rdc app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .delete app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .confirm app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .summary app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .welcome app-step2 app-pj .file-label span.label-elypsis .elypsis, .cnav-theme .careerPointsDialog app-step2 app-pj .file-label span.label-elypsis .elypsis {
  color: #666666;
}
.cnav-theme .detail app-step2 app-pj .file-label .file-delete:before, .cnav-theme .rdc app-step2 app-pj .file-label .file-delete:before, .cnav-theme .delete app-step2 app-pj .file-label .file-delete:before, .cnav-theme .confirm app-step2 app-pj .file-label .file-delete:before, .cnav-theme .summary app-step2 app-pj .file-label .file-delete:before, .cnav-theme .welcome app-step2 app-pj .file-label .file-delete:before, .cnav-theme .careerPointsDialog app-step2 app-pj .file-label .file-delete:before {
  background: rgba(215, 0, 0, 0.1);
}
.cnav-theme .detail app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .rdc app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .delete app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .confirm app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .summary app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .welcome app-step2 app-pj .file-label .file-delete mat-icon, .cnav-theme .careerPointsDialog app-step2 app-pj .file-label .file-delete mat-icon {
  color: #D70000;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row, .cnav-theme .delete app-step2 app-pj .mat-table mat-row, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row, .cnav-theme .summary app-step2 app-pj .mat-table mat-row, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row {
  border-left-color: #DBDBDB;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .delete app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .summary app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row mat-cell, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row mat-cell {
  border-right-color: #DBDBDB;
  background-color: #F6F6F6;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .delete app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .summary app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row mat-cell.bordersupp, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row mat-cell.bordersupp {
  border-color: #DBDBDB;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .delete app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .summary app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row mat-cell.file-delete.bordersupp {
  border-bottom: 1px solid #F6F6F6;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .delete app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .summary app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row mat-cell.supp div span, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row mat-cell.supp div span {
  color: #D70000;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .rdc app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .delete app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .confirm app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .summary app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .welcome app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-row mat-cell.supp div span.radio {
  color: black;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-header-row, .cnav-theme .rdc app-step2 app-pj .mat-table mat-header-row, .cnav-theme .delete app-step2 app-pj .mat-table mat-header-row, .cnav-theme .confirm app-step2 app-pj .mat-table mat-header-row, .cnav-theme .summary app-step2 app-pj .mat-table mat-header-row, .cnav-theme .welcome app-step2 app-pj .mat-table mat-header-row, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-header-row {
  border-color: #DBDBDB;
}
.cnav-theme .detail app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .rdc app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .delete app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .confirm app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .summary app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .welcome app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table mat-header-row mat-header-cell:first-child {
  border-right-color: #DBDBDB;
}
.cnav-theme .detail app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .rdc app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .delete app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .confirm app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .summary app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .welcome app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table .mat-column-Justificatifs button mat-icon {
  color: #00829B;
}
.cnav-theme .detail app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .rdc app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .delete app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .confirm app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .summary app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .welcome app-step2 app-pj .mat-table .mat-column-Justificatifs button a, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table .mat-column-Justificatifs button a {
  color: #666666;
}
.cnav-theme .detail app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .rdc app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .delete app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .confirm app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .summary app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .welcome app-step2 app-pj .mat-table .mat-column-Actions button mat-icon, .cnav-theme .careerPointsDialog app-step2 app-pj .mat-table .mat-column-Actions button mat-icon {
  color: #00829B;
}
.cnav-theme .detail app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .rdc app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .delete app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .confirm app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .summary app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .welcome app-step2 .form mat-form-field textarea::placeholder, .cnav-theme .careerPointsDialog app-step2 .form mat-form-field textarea::placeholder {
  color: #666666;
  opacity: 1;
}
.cnav-theme .detail app-step3 .blocketape, .cnav-theme .rdc app-step3 .blocketape, .cnav-theme .delete app-step3 .blocketape, .cnav-theme .confirm app-step3 .blocketape, .cnav-theme .summary app-step3 .blocketape, .cnav-theme .welcome app-step3 .blocketape, .cnav-theme .careerPointsDialog app-step3 .blocketape {
  border-color: #DBDBDB;
}
.cnav-theme .detail app-step3 .blocketape .label, .cnav-theme .rdc app-step3 .blocketape .label, .cnav-theme .delete app-step3 .blocketape .label, .cnav-theme .confirm app-step3 .blocketape .label, .cnav-theme .summary app-step3 .blocketape .label, .cnav-theme .welcome app-step3 .blocketape .label, .cnav-theme .careerPointsDialog app-step3 .blocketape .label {
  color: #666666;
}
.cnav-theme .detail app-step3 .blocketape .data, .cnav-theme .rdc app-step3 .blocketape .data, .cnav-theme .delete app-step3 .blocketape .data, .cnav-theme .confirm app-step3 .blocketape .data, .cnav-theme .summary app-step3 .blocketape .data, .cnav-theme .welcome app-step3 .blocketape .data, .cnav-theme .careerPointsDialog app-step3 .blocketape .data {
  color: black;
}
.cnav-theme .detail app-step3 .blocketape .colorRed,
.cnav-theme .detail app-step3 .blocketape .label.colorRed,
.cnav-theme .detail app-step3 .blocketape app-button3.colorRed button, .cnav-theme .rdc app-step3 .blocketape .colorRed,
.cnav-theme .rdc app-step3 .blocketape .label.colorRed,
.cnav-theme .rdc app-step3 .blocketape app-button3.colorRed button, .cnav-theme .delete app-step3 .blocketape .colorRed,
.cnav-theme .delete app-step3 .blocketape .label.colorRed,
.cnav-theme .delete app-step3 .blocketape app-button3.colorRed button, .cnav-theme .confirm app-step3 .blocketape .colorRed,
.cnav-theme .confirm app-step3 .blocketape .label.colorRed,
.cnav-theme .confirm app-step3 .blocketape app-button3.colorRed button, .cnav-theme .summary app-step3 .blocketape .colorRed,
.cnav-theme .summary app-step3 .blocketape .label.colorRed,
.cnav-theme .summary app-step3 .blocketape app-button3.colorRed button, .cnav-theme .welcome app-step3 .blocketape .colorRed,
.cnav-theme .welcome app-step3 .blocketape .label.colorRed,
.cnav-theme .welcome app-step3 .blocketape app-button3.colorRed button, .cnav-theme .careerPointsDialog app-step3 .blocketape .colorRed,
.cnav-theme .careerPointsDialog app-step3 .blocketape .label.colorRed,
.cnav-theme .careerPointsDialog app-step3 .blocketape app-button3.colorRed button {
  color: #A30000;
  border-color: #A30000;
}
.cnav-theme .detail app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .rdc app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .delete app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .confirm app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .summary app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .welcome app-step3 .blocketape app-button3.colorRed:hover button, .cnav-theme .careerPointsDialog app-step3 .blocketape app-button3.colorRed:hover button {
  color: white;
  border-color: #A30000;
  background-color: #A30000;
}
.cnav-theme .detail app-block2 .blocktxt, .cnav-theme .rdc app-block2 .blocktxt, .cnav-theme .delete app-block2 .blocktxt, .cnav-theme .confirm app-block2 .blocktxt, .cnav-theme .summary app-block2 .blocktxt, .cnav-theme .welcome app-block2 .blocktxt, .cnav-theme .careerPointsDialog app-block2 .blocktxt {
  border-color: #00829B;
}
.cnav-theme .detail app-block2 .blocktxt span, .cnav-theme .rdc app-block2 .blocktxt span, .cnav-theme .delete app-block2 .blocktxt span, .cnav-theme .confirm app-block2 .blocktxt span, .cnav-theme .summary app-block2 .blocktxt span, .cnav-theme .welcome app-block2 .blocktxt span, .cnav-theme .careerPointsDialog app-block2 .blocktxt span {
  color: #00829B;
}
.cnav-theme .detail app-block2 .blocktxt::before, .cnav-theme .rdc app-block2 .blocktxt::before, .cnav-theme .delete app-block2 .blocktxt::before, .cnav-theme .confirm app-block2 .blocktxt::before, .cnav-theme .summary app-block2 .blocktxt::before, .cnav-theme .welcome app-block2 .blocktxt::before, .cnav-theme .careerPointsDialog app-block2 .blocktxt::before {
  border-color: #00829B;
  color: #00829B;
}
.cnav-theme app-table .explicatif-cotisation a,
.cnav-theme app-children .explicatif-cotisation a {
  color: #00829B;
}
.cnav-theme app-table .mat-accordion .mat-expansion-panel,
.cnav-theme app-children .mat-accordion .mat-expansion-panel {
  border-left-color: #DBDBDB;
  border-right-color: #DBDBDB;
}
.cnav-theme app-table .mat-table,
.cnav-theme app-children .mat-table {
  border-bottom-color: #DBDBDB;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cnav-theme app-table .mat-table .mat-expansion-panel-header.skeleton-arrow::after,
.cnav-theme app-children .mat-table .mat-expansion-panel-header.skeleton-arrow::after {
  border-color: #00829B;
}
.cnav-theme app-table .mat-table .mat-expansion-panel-header::before,
.cnav-theme app-children .mat-table .mat-expansion-panel-header::before {
  color: #00829B;
}
.cnav-theme app-table .mat-table .mat-expansion-panel-header .mat-expansion-indicator::after,
.cnav-theme app-children .mat-table .mat-expansion-panel-header .mat-expansion-indicator::after {
  border-color: #00829B;
}
.cnav-theme app-table .mat-table .close-header-row,
.cnav-theme app-children .mat-table .close-header-row {
  color: #00829B;
}
.cnav-theme app-table .mat-table .close-header-row::after,
.cnav-theme app-children .mat-table .close-header-row::after {
  border-color: #00829B;
}
.cnav-theme app-table .mat-table.mat-accordion .mat-expansion-panel:first-of-type,
.cnav-theme app-children .mat-table.mat-accordion .mat-expansion-panel:first-of-type {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cnav-theme app-table .mat-table.mat-accordion .mat-expansion-panel:first-of-type .mat-expansion-panel-header,
.cnav-theme app-children .mat-table.mat-accordion .mat-expansion-panel:first-of-type .mat-expansion-panel-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cnav-theme app-table .mat-table.mat-accordion .mat-expansion-panel:last-of-type,
.cnav-theme app-children .mat-table.mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cnav-theme app-table .mat-table.mat-accordion .mat-expansion-panel:last-of-type .mat-expansion-panel-header,
.cnav-theme app-children .mat-table.mat-accordion .mat-expansion-panel:last-of-type .mat-expansion-panel-header {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-body,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-body {
  border-top-color: #DBDBDB;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header,
.cnav-theme app-table .mat-header-row,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header,
.cnav-theme app-children .mat-header-row {
  border-top-color: #DBDBDB;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-cell, .cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell,
.cnav-theme app-table .mat-header-row .mat-cell,
.cnav-theme app-table .mat-header-row .mat-header-cell,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-cell,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell,
.cnav-theme app-children .mat-header-row .mat-cell,
.cnav-theme app-children .mat-header-row .mat-header-cell {
  border-right-color: #DBDBDB;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-cell .mat-sort-header-container .mat-sort-header-button, .cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-table .mat-header-row .mat-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-table .mat-header-row .mat-header-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-children .mat-header-row .mat-cell .mat-sort-header-container .mat-sort-header-button,
.cnav-theme app-children .mat-header-row .mat-header-cell .mat-sort-header-container .mat-sort-header-button {
  font-family: "Roboto", sans-serif;
  color: black;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-cell .content .title, .cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .content .title,
.cnav-theme app-table .mat-header-row .mat-cell .content .title,
.cnav-theme app-table .mat-header-row .mat-header-cell .content .title,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-cell .content .title,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .content .title,
.cnav-theme app-children .mat-header-row .mat-cell .content .title,
.cnav-theme app-children .mat-header-row .mat-header-cell .content .title {
  color: #666666;
}
.cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-cell .content .title sup, .cnav-theme app-table .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .content .title sup,
.cnav-theme app-table .mat-header-row .mat-cell .content .title sup,
.cnav-theme app-table .mat-header-row .mat-header-cell .content .title sup,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-cell .content .title sup,
.cnav-theme app-children .mat-expansion-panel .mat-expansion-panel-header .mat-header-cell .content .title sup,
.cnav-theme app-children .mat-header-row .mat-cell .content .title sup,
.cnav-theme app-children .mat-header-row .mat-header-cell .content .title sup {
  color: #666666;
}
.cnav-theme app-table .mat-header-row .mat-header-cell,
.cnav-theme app-children .mat-header-row .mat-header-cell {
  border-top-color: #DBDBDB;
}
.cnav-theme app-table .mat-header-row .mat-header-cell:nth-of-type(2),
.cnav-theme app-children .mat-header-row .mat-header-cell:nth-of-type(2) {
  border-top-left-radius: 6px;
  border-left-color: #DBDBDB;
}
.cnav-theme app-table .mat-header-row .mat-header-cell:last-of-type,
.cnav-theme app-children .mat-header-row .mat-header-cell:last-of-type {
  border-top-right-radius: 6px;
}
.cnav-theme app-table .mat-expansion-panel:nth-child(2n+1) .mat-row,
.cnav-theme app-children .mat-expansion-panel:nth-child(2n+1) .mat-row {
  background-color: white;
}
.cnav-theme app-table .mat-expansion-panel:nth-child(2n) .mat-row,
.cnav-theme app-children .mat-expansion-panel:nth-child(2n) .mat-row {
  background-color: #F6F6F6;
}
.cnav-theme app-table .mat-expansion-panel .mat-row.mat-expansion-panel-header:hover,
.cnav-theme app-children .mat-expansion-panel .mat-row.mat-expansion-panel-header:hover {
  background-color: #e0f2f4 !important;
}
.cnav-theme .know-more {
  width: 98%;
  border: 1px dashed #666666;
  margin-left: 1%;
  margin-bottom: 40px;
  min-height: 400px;
}
.cnav-theme .know-more h3 {
  width: 100%;
  text-align: center;
}
.cnav-theme footer .links {
  width: 100%;
  min-height: 300px;
  background: linear-gradient(103.11deg, #00829B 0%, #047987 100%);
}
.cnav-theme footer .bottom {
  width: 100%;
  min-height: 100px;
  background-color: white;
}
.cnav-theme app-session-expiration {
  display: block;
}
.cnav-theme app-session-expiration .hautpage {
  background-color: #00829B;
  color: white;
}
.cnav-theme app-session-expiration .baspage {
  background-color: white;
}
.cnav-theme app-sorry-page {
  font-family: "Roboto", sans-serif;
}
.cnav-theme app-sorry-page .page .logo {
  margin: auto;
  display: block;
  width: 135px;
  margin-bottom: 30px;
}
.cnav-theme app-sorry-page .page span.oups {
  font-family: "Raleway", sans-serif;
  font-size: 3.5rem;
  color: #00829B;
  border-color: #00829B;
}
.cnav-theme app-sorry-page .page p {
  font-family: "Raleway", sans-serif;
}
.cnav-theme .mat-badge-accent .mat-badge-content {
  background-color: white;
  color: #00829B;
}
.cnav-theme .mat-radio-inner-circle {
  top: -2.5px;
}
.cnav-theme *:focus {
  outline: dotted black 2px;
}
.cnav-theme .mat-radio-inner-circle :focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  position: relative;
  top: -2.5px;
  border-color: #666666;
}
.cnav-theme:focus-visible, .cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-radio-button label span.mat-radio-container.previous-sibling-focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-checkbox-layout .mat-checkbox-label {
  line-height: 29px;
}
.cnav-theme .mat-checkbox-inner-container {
  line-height: 29px;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-radio-label-content {
  position: relative;
  top: -2px;
  left: 5px;
}
.cnav-theme *:focus {
  outline: dotted black 2px;
}
.cnav-theme .mat-checkbox .mat-checkbox-frame {
  border-radius: 6px !important;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-checkbox .mat-checkbox-frame,
.cnav-theme .mat-checkbox .mat-checkbox-background {
  border-radius: 6px !important;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-checkbox:hover:not(.mat-checkbox-disabled) .mat-checkbox-frame {
  border-color: #00829B;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-checkbox-disabled .mat-checkbox-frame {
  border-color: #ADADAD;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: #ADADAD;
}
.cnav-theme:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme *:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-raised-button[disabled] {
  background-color: #ADADAD !important;
}
.cnav-theme .mat-raised-button[disabled] span {
  color: white !important;
  font-weight: normal !important;
}
.cnav-theme .mat-button,
.cnav-theme .mat-raised-button,
.cnav-theme .mat-stroked-button {
  border-radius: 23px !important;
  font-size: 1.4rem;
}
.cnav-theme .mat-button.cercle,
.cnav-theme .mat-raised-button.cercle,
.cnav-theme .mat-stroked-button.cercle {
  border-radius: 50% !important;
  min-width: 36px !important;
  padding: 0 !important;
}
.cnav-theme .mat-raised-button,
.cnav-theme .mat-raised-button.cercle {
  border: 0.5px solid #ADADAD;
}
.cnav-theme .mat-raised-button:not([disabled]),
.cnav-theme .mat-raised-button.cercle:not([disabled]) {
  border: 0.5px solid #DBDBDB;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}
.cnav-theme .mat-raised-button:hover:not([disabled]),
.cnav-theme .mat-raised-button.cercle:hover:not([disabled]) {
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1) !important;
}
.cnav-theme .mat-raised-button:active:not([disabled]),
.cnav-theme .mat-raised-button.cercle:active:not([disabled]) {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.cnav-theme .mat-raised-button.mat-primary:not([disabled]),
.cnav-theme .mat-raised-button.mat-primary.cercle:not([disabled]) {
  border: 0;
  box-shadow: 0px 5px 10px rgba(1, 112, 126, 0.25);
}
.cnav-theme .mat-raised-button.mat-primary:hover:not([disabled]),
.cnav-theme .mat-raised-button.mat-primary.cercle:hover:not([disabled]) {
  border: 0;
  box-shadow: 0px 10px 18px rgba(1, 112, 126, 0.25);
}
.cnav-theme .mat-raised-button.mat-primary:active:not([disabled]),
.cnav-theme .mat-raised-button.mat-primary.cercle:active:not([disabled]) {
  box-shadow: 0px 3px 6px rgba(1, 112, 126, 0.25);
}
.cnav-theme .mat-stroked-button.mat-primary:hover:not([disabled]),
.cnav-theme .mat-stroked-button.mat-primary.cercle:hover:not([disabled]) {
  border-color: transparent;
  background-color: #F6F6F6;
}
.cnav-theme .mat-stroked-button.mat-primary:active:not([disabled]),
.cnav-theme .mat-stroked-button.mat-primary.cercle:active:not([disabled]) {
  border-color: transparent;
  background-color: #e0f2f4;
}
.cnav-theme app-button3 .mat-stroked-button.mat-primary:not([disabled]) {
  border: 2px solid currentColor;
}
.cnav-theme app-button3 .mat-stroked-button.mat-primary:not([disabled]) .mat-button-wrapper {
  font-size: 1.4rem;
}
.cnav-theme app-button3 .mat-stroked-button.mat-primary:not([disabled]):hover {
  color: white;
  background-color: #00829B;
}
.cnav-theme .mat-form-field-type-mat-select:hover:not(.mat-form-field-disabled) .mat-form-field-flex .mat-select-arrow {
  color: #00829B;
}
.cnav-theme .mat-select-arrow {
  color: black;
}
.cnav-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background-color: #e0f2f4;
}
.cnav-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) span {
  font-weight: bold;
}
.cnav-theme .mat-checkbox-ripple, .cnav-theme .mat-radio-ripple {
  overflow: visible;
}
.cnav-theme .mat-checkbox-ripple .mat-ripple-element::after, .cnav-theme .mat-radio-ripple .mat-ripple-element::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 1px;
  top: 1px;
  height: 48px;
  width: 48px;
  transition-duration: 150ms;
  transform: scale(1);
}
.cnav-theme *:focus {
  outline: dotted black 2px;
}
.cnav-theme .mat-form-field-flex:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon, .cnav-theme .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon {
  color: black;
  overflow: hidden;
}
.cnav-theme .mat-form-field-flex:hover:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon, .cnav-theme .mat-form-field:hover:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon {
  color: #00829B;
}
.cnav-theme .mat-button-ripple div,
.cnav-theme .mat-button-focus-overlay {
  background-color: transparent !important;
}
.cnav-theme .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #00829B;
}
.cnav-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .cnav-theme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .cnav-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #e0f2f4;
}
.cnav-theme .cdk-keyboard-focused .mat-checkbox-frame, .cnav-theme .cdk-keyboard-focused *:focus {
  outline: dotted black 2px;
}
.cnav-theme .cdk-keyboard-focused:focus-visible, .cnav-theme *:focus-visible {
  outline: dotted black 2px;
}
.cnav-theme .mat-expansion-panel-header:focus {
  outline: dotted black 2px !important;
}
.cnav-theme .mat-expansion-panel-header:focus-visible {
  outline: dotted black 2px !important;
}
.cnav-theme button::-moz-focus-inner {
  border: 0;
}
.cnav-theme .mat-calendar-body-cell-content {
  border-radius: 5px;
}
.cnav-theme .mat-form-field-flex {
  background-color: white;
  z-index: 9;
  border-radius: 5px;
  margin-top: -10px;
}
.cnav-theme .mat-form-field-flex input {
  caret-color: #00829B;
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end, .cnav-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap, .cnav-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px !important;
  border-color: #DBDBDB;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-end, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-gap, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 1px !important;
  border-color: #D70000;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid:hover .mat-form-field-outline-thick .mat-form-field-outline-end, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid:hover .mat-form-field-outline-thick .mat-form-field-outline-gap, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-invalid:hover .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px !important;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-should-float.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-end, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-should-float.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-gap, .cnav-theme .mat-form-field-appearance-outline.mat-form-field-should-float.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px !important;
  border-color: #D70000;
}
.cnav-theme .mat-form-field-appearance-outline.mat-form-field-should-float.mat-form-field-invalid .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-bottom-color: #D70000;
  border-top-color: white;
  transition: border-top-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cnav-theme .ng-valid .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline,
.cnav-theme .ng-untouched .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.cnav-theme .mat-form-field.mat-form-field-should-float .mat-form-field-label:not(:focus) {
  color: black;
}
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label:not(:focus) {
  color: #666666;
}
.cnav-theme .mat-form-field.mat-form-field-should-float.mat-form-field-invalid .mat-form-field-label:not(:focus) {
  color: black;
}
.cnav-theme .mat-form-field:hover .mat-form-field-label:not(:focus) {
  color: black;
}
.cnav-theme .mat-form-field-disabled:hover .mat-form-field-label:not(:focus),
.cnav-theme .mat-form-field-disabled .mat-form-field-label:not(:focus) {
  color: #F6F6F6;
}
.cnav-theme .mat-form-field-disabled .mat-form-field-outline .mat-form-field-outline-end, .cnav-theme .mat-form-field-disabled .mat-form-field-outline .mat-form-field-outline-gap, .cnav-theme .mat-form-field-disabled .mat-form-field-outline .mat-form-field-outline-start {
  background-color: #F6F6F6;
}
.cnav-theme .mat-form-field.mat-form-field-invalid:before {
  font-family: "Material Icons", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "error_outline";
  color: #D70000;
  position: absolute;
  left: -35px;
  top: 12px;
}
.cnav-theme .mat-form-field.mat-form-field-invalid .mat-form-field-subscript-wrapper {
  position: relative !important;
  bottom: 20px;
  background-color: #FFF4F2;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-bottom: -20px;
  padding: 20px 10px 10px 10px;
}
.cnav-theme .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}
.cnav-theme .mat-form-field-wrapper {
  padding-bottom: 20px;
}
.cnav-theme [data-tooltip] .txt-bulle-info-link, .cnav-theme .tooltip .txt-bulle-info-link, .cnav-theme .bulle-info-link .txt-bulle-info-link {
  background-color: #F6F6F6;
  color: #666666;
}
.cnav-theme [data-tooltip] a, .cnav-theme .tooltip a, .cnav-theme .tooltip-bottom a, .cnav-theme .bulle-info-link a {
  color: #00829B;
}
.cnav-theme [data-tooltip]:before,
.cnav-theme [data-tooltip] .tail-bulle-info-link, .cnav-theme .tooltip:before,
.cnav-theme .tooltip .tail-bulle-info-link, .cnav-theme .tooltip-bottom:before,
.cnav-theme .tooltip-bottom .tail-bulle-info-link, .cnav-theme .bulle-info-link:before,
.cnav-theme .bulle-info-link .tail-bulle-info-link {
  border-color: transparent transparent #F6F6F6 transparent;
}
.cnav-theme .tooltip-top:before {
  border-color: #F6F6F6 transparent transparent transparent;
}
.cnav-theme .tooltip-left:before {
  border-color: transparent transparent transparent #F6F6F6;
}
.cnav-theme .tooltip-right:before {
  border-color: transparent #F6F6F6 transparent transparent;
}
.cnav-theme app-button1 button {
  box-shadow: none !important;
}
.skeleton {
  display: inline-block;
  width: 100%;
  height: 14px;
  background-image: linear-gradient(90deg, lightgrey, lightgrey, #eeeeee, lightgrey, lightgrey);
  background-size: 400% 100%;
  animation: Gradient 2s linear infinite;
  text-indent: -100000000000000000000000000000000000000000000000000px;
}
.skeleton-cache {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
}
@keyframes VGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.lds-spinner {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div span {
  display: none;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: grey;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
